asteroid-odyssey 1.6.876 → 1.6.887

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.
package/dist/index.d.mts CHANGED
@@ -2404,7 +2404,7 @@ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
2404
2404
  /**
2405
2405
  * Type of managed proxy to use for browser sessions
2406
2406
  */
2407
- type AgentsProfileProxyType = 'basic' | 'residential' | 'mobile';
2407
+ type AgentsProfileProxyType = 'basic';
2408
2408
  /**
2409
2409
  * Request to remove profiles from a pool
2410
2410
  */
package/dist/index.d.ts CHANGED
@@ -2404,7 +2404,7 @@ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
2404
2404
  /**
2405
2405
  * Type of managed proxy to use for browser sessions
2406
2406
  */
2407
- type AgentsProfileProxyType = 'basic' | 'residential' | 'mobile';
2407
+ type AgentsProfileProxyType = 'basic';
2408
2408
  /**
2409
2409
  * Request to remove profiles from a pool
2410
2410
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.876",
3
+ "version": "1.6.887",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",