Add support for more proxies (#3591)

Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
Suchintan
2025-10-02 11:12:06 -04:00
committed by GitHub
parent dc2a1e8f55
commit 91b67f500c
5 changed files with 73 additions and 1 deletions

View File

@@ -43,6 +43,12 @@ export const ProxyLocation = {
ResidentialZA: "RESIDENTIAL_ZA",
ResidentialAR: "RESIDENTIAL_AR",
ResidentialAU: "RESIDENTIAL_AU",
ResidentialBR: "RESIDENTIAL_BR",
ResidentialTR: "RESIDENTIAL_TR",
ResidentialCA: "RESIDENTIAL_CA",
ResidentialMX: "RESIDENTIAL_MX",
ResidentialIT: "RESIDENTIAL_IT",
ResidentialNL: "RESIDENTIAL_NL",
ResidentialISP: "RESIDENTIAL_ISP",
None: "NONE",
} as const;