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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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'
|
|
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'
|
|
2407
|
+
type AgentsProfileProxyType = 'basic';
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Request to remove profiles from a pool
|
|
2410
2410
|
*/
|