@spider-cloud/spider-client 0.1.79 → 0.1.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/config.d.ts +1 -6
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -218,15 +218,10 @@ export type EventTracker = {
218
218
  * Choose a pool based on your use case (e.g., stealth, speed, or stability).
219
219
  *
220
220
  * - 'residential' → cost-effective entry-level residential pool
221
- * - 'residential_fast' → faster residential pool for higher throughput
222
- * - 'residential_static' → static residential IPs, rotated daily
223
221
  * - 'mobile' → 4G/5G mobile proxies for maximum evasion
224
222
  * - 'isp' → ISP-grade residential (alias: 'datacenter')
225
- * - 'residential_premium' → low-latency premium IPs
226
- * - 'residential_core' → balanced plan (quality vs. cost)
227
- * - 'residential_plus' → largest and highest quality core pool
228
223
  */
229
- export type Proxy = "residential" | "residential_fast" | "residential_static" | "mobile" | "isp" | "residential_premium" | "residential_core" | "residential_plus";
224
+ export type Proxy = "residential" | "mobile" | "isp";
230
225
  /**
231
226
  * Represents the options available for making a spider request.
232
227
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",