scraper-api-datachaser
Version:
The scraping SaaS platform provides a RESTful API for developers to perform web scraping tasks. Users can submit scraping tasks, monitor task status, retrieve scraped data, and manage their account through the API.
1,090 lines (783 loc) • 14.9 kB
JavaScript
/**
* Scraper API
* The scraping SaaS platform provides a RESTful API for developers to perform web scraping tasks. Users can submit scraping tasks, monitor task status, retrieve scraped data, and manage their account through the API.
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*
*/
import ApiClient from '../ApiClient';
/**
* Enum class ProxyRegions.
* @enum {}
* @readonly
*/
export default class ProxyRegions {
/**
* value: "mx"
* @const
*/
"mx" = "mx";
/**
* value: "af"
* @const
*/
"af" = "af";
/**
* value: "al"
* @const
*/
"al" = "al";
/**
* value: "dz"
* @const
*/
"dz" = "dz";
/**
* value: "ad"
* @const
*/
"ad" = "ad";
/**
* value: "ao"
* @const
*/
"ao" = "ao";
/**
* value: "ar"
* @const
*/
"ar" = "ar";
/**
* value: "am"
* @const
*/
"am" = "am";
/**
* value: "aw"
* @const
*/
"aw" = "aw";
/**
* value: "au"
* @const
*/
"au" = "au";
/**
* value: "at"
* @const
*/
"at" = "at";
/**
* value: "az"
* @const
*/
"az" = "az";
/**
* value: "bs"
* @const
*/
"bs" = "bs";
/**
* value: "bh"
* @const
*/
"bh" = "bh";
/**
* value: "bd"
* @const
*/
"bd" = "bd";
/**
* value: "by"
* @const
*/
"by" = "by";
/**
* value: "be"
* @const
*/
"be" = "be";
/**
* value: "bz"
* @const
*/
"bz" = "bz";
/**
* value: "bj"
* @const
*/
"bj" = "bj";
/**
* value: "bt"
* @const
*/
"bt" = "bt";
/**
* value: "bo"
* @const
*/
"bo" = "bo";
/**
* value: "ba"
* @const
*/
"ba" = "ba";
/**
* value: "br"
* @const
*/
"br" = "br";
/**
* value: "bn"
* @const
*/
"bn" = "bn";
/**
* value: "bg"
* @const
*/
"bg" = "bg";
/**
* value: "kh"
* @const
*/
"kh" = "kh";
/**
* value: "cm"
* @const
*/
"cm" = "cm";
/**
* value: "ca"
* @const
*/
"ca" = "ca";
/**
* value: "cf"
* @const
*/
"cf" = "cf";
/**
* value: "td"
* @const
*/
"td" = "td";
/**
* value: "cl"
* @const
*/
"cl" = "cl";
/**
* value: "co"
* @const
*/
"co" = "co";
/**
* value: "cr"
* @const
*/
"cr" = "cr";
/**
* value: "ci"
* @const
*/
"ci" = "ci";
/**
* value: "hr"
* @const
*/
"hr" = "hr";
/**
* value: "cu"
* @const
*/
"cu" = "cu";
/**
* value: "cy"
* @const
*/
"cy" = "cy";
/**
* value: "cz"
* @const
*/
"cz" = "cz";
/**
* value: "dk"
* @const
*/
"dk" = "dk";
/**
* value: "dj"
* @const
*/
"dj" = "dj";
/**
* value: "dm"
* @const
*/
"dm" = "dm";
/**
* value: "do"
* @const
*/
"do" = "do";
/**
* value: "eu"
* @const
*/
"eu" = "eu";
/**
* value: "ec"
* @const
*/
"ec" = "ec";
/**
* value: "eg"
* @const
*/
"eg" = "eg";
/**
* value: "ee"
* @const
*/
"ee" = "ee";
/**
* value: "et"
* @const
*/
"et" = "et";
/**
* value: "fj"
* @const
*/
"fj" = "fj";
/**
* value: "fi"
* @const
*/
"fi" = "fi";
/**
* value: "fr"
* @const
*/
"fr" = "fr";
/**
* value: "ge"
* @const
*/
"ge" = "ge";
/**
* value: "de"
* @const
*/
"de" = "de";
/**
* value: "gh"
* @const
*/
"gh" = "gh";
/**
* value: "gr"
* @const
*/
"gr" = "gr";
/**
* value: "gt"
* @const
*/
"gt" = "gt";
/**
* value: "ht"
* @const
*/
"ht" = "ht";
/**
* value: "hn"
* @const
*/
"hn" = "hn";
/**
* value: "hk"
* @const
*/
"hk" = "hk";
/**
* value: "hu"
* @const
*/
"hu" = "hu";
/**
* value: "is"
* @const
*/
"is" = "is";
/**
* value: "in"
* @const
*/
"in" = "in";
/**
* value: "id"
* @const
*/
"id" = "id";
/**
* value: "iq"
* @const
*/
"iq" = "iq";
/**
* value: "ie"
* @const
*/
"ie" = "ie";
/**
* value: "ir"
* @const
*/
"ir" = "ir";
/**
* value: "il"
* @const
*/
"il" = "il";
/**
* value: "it"
* @const
*/
"it" = "it";
/**
* value: "jm"
* @const
*/
"jm" = "jm";
/**
* value: "jp"
* @const
*/
"jp" = "jp";
/**
* value: "jo"
* @const
*/
"jo" = "jo";
/**
* value: "kz"
* @const
*/
"kz" = "kz";
/**
* value: "ke"
* @const
*/
"ke" = "ke";
/**
* value: "kw"
* @const
*/
"kw" = "kw";
/**
* value: "la"
* @const
*/
"la" = "la";
/**
* value: "lv"
* @const
*/
"lv" = "lv";
/**
* value: "lb"
* @const
*/
"lb" = "lb";
/**
* value: "lr"
* @const
*/
"lr" = "lr";
/**
* value: "li"
* @const
*/
"li" = "li";
/**
* value: "lt"
* @const
*/
"lt" = "lt";
/**
* value: "lu"
* @const
*/
"lu" = "lu";
/**
* value: "mg"
* @const
*/
"mg" = "mg";
/**
* value: "my"
* @const
*/
"my" = "my";
/**
* value: "mv"
* @const
*/
"mv" = "mv";
/**
* value: "ml"
* @const
*/
"ml" = "ml";
/**
* value: "mt"
* @const
*/
"mt" = "mt";
/**
* value: "mr"
* @const
*/
"mr" = "mr";
/**
* value: "mu"
* @const
*/
"mu" = "mu";
/**
* value: "md"
* @const
*/
"md" = "md";
/**
* value: "mc"
* @const
*/
"mc" = "mc";
/**
* value: "mn"
* @const
*/
"mn" = "mn";
/**
* value: "me"
* @const
*/
"me" = "me";
/**
* value: "ma"
* @const
*/
"ma" = "ma";
/**
* value: "mz"
* @const
*/
"mz" = "mz";
/**
* value: "mm"
* @const
*/
"mm" = "mm";
/**
* value: "na"
* @const
*/
"na" = "na";
/**
* value: "np"
* @const
*/
"np" = "np";
/**
* value: "nl"
* @const
*/
"nl" = "nl";
/**
* value: "nz"
* @const
*/
"nz" = "nz";
/**
* value: "ng"
* @const
*/
"ng" = "ng";
/**
* value: "false"
* @const
*/
"false" = "false";
/**
* value: "om"
* @const
*/
"om" = "om";
/**
* value: "pk"
* @const
*/
"pk" = "pk";
/**
* value: "pa"
* @const
*/
"pa" = "pa";
/**
* value: "py"
* @const
*/
"py" = "py";
/**
* value: "cn"
* @const
*/
"cn" = "cn";
/**
* value: "pe"
* @const
*/
"pe" = "pe";
/**
* value: "ph"
* @const
*/
"ph" = "ph";
/**
* value: "pl"
* @const
*/
"pl" = "pl";
/**
* value: "pt"
* @const
*/
"pt" = "pt";
/**
* value: "pr"
* @const
*/
"pr" = "pr";
/**
* value: "qa"
* @const
*/
"qa" = "qa";
/**
* value: "gm"
* @const
*/
"gm" = "gm";
/**
* value: "ro"
* @const
*/
"ro" = "ro";
/**
* value: "ru"
* @const
*/
"ru" = "ru";
/**
* value: "sa"
* @const
*/
"sa" = "sa";
/**
* value: "sn"
* @const
*/
"sn" = "sn";
/**
* value: "rs"
* @const
*/
"rs" = "rs";
/**
* value: "sc"
* @const
*/
"sc" = "sc";
/**
* value: "sg"
* @const
*/
"sg" = "sg";
/**
* value: "sk"
* @const
*/
"sk" = "sk";
/**
* value: "si"
* @const
*/
"si" = "si";
/**
* value: "za"
* @const
*/
"za" = "za";
/**
* value: "kr"
* @const
*/
"kr" = "kr";
/**
* value: "ss"
* @const
*/
"ss" = "ss";
/**
* value: "es"
* @const
*/
"es" = "es";
/**
* value: "lk"
* @const
*/
"lk" = "lk";
/**
* value: "sd"
* @const
*/
"sd" = "sd";
/**
* value: "se"
* @const
*/
"se" = "se";
/**
* value: "ch"
* @const
*/
"ch" = "ch";
/**
* value: "tw"
* @const
*/
"tw" = "tw";
/**
* value: "th"
* @const
*/
"th" = "th";
/**
* value: "mk"
* @const
*/
"mk" = "mk";
/**
* value: "tg"
* @const
*/
"tg" = "tg";
/**
* value: "tt"
* @const
*/
"tt" = "tt";
/**
* value: "tn"
* @const
*/
"tn" = "tn";
/**
* value: "tm"
* @const
*/
"tm" = "tm";
/**
* value: "tr"
* @const
*/
"tr" = "tr";
/**
* value: "ug"
* @const
*/
"ug" = "ug";
/**
* value: "ua"
* @const
*/
"ua" = "ua";
/**
* value: "ae"
* @const
*/
"ae" = "ae";
/**
* value: "gb"
* @const
*/
"gb" = "gb";
/**
* value: "tz"
* @const
*/
"tz" = "tz";
/**
* value: "us"
* @const
*/
"us" = "us";
/**
* value: "uy"
* @const
*/
"uy" = "uy";
/**
* value: "uz"
* @const
*/
"uz" = "uz";
/**
* value: "ve"
* @const
*/
"ve" = "ve";
/**
* value: "vn"
* @const
*/
"vn" = "vn";
/**
* value: "vg"
* @const
*/
"vg" = "vg";
/**
* value: "ye"
* @const
*/
"ye" = "ye";
/**
* value: "zm"
* @const
*/
"zm" = "zm";
/**
* value: "zw"
* @const
*/
"zw" = "zw";
/**
* Returns a <code>ProxyRegions</code> enum value from a Javascript object name.
* @param {Object} data The plain JavaScript object containing the name of the enum value.
* @return {module:model/ProxyRegions} The enum <code>ProxyRegions</code> value.
*/
static constructFromObject(object) {
return object;
}
}