asteroid-odyssey 1.6.756 → 1.6.758

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
@@ -2003,10 +2003,6 @@ type AgentsProfileCreateAgentProfileRequest = {
2003
2003
  * Custom proxy configuration (required for custom proxy mode)
2004
2004
  */
2005
2005
  customProxy?: AgentsProfileCustomProxyConfigInput;
2006
- /**
2007
- * Tailscale auth key for VPN access (required for tailscale proxy mode)
2008
- */
2009
- tailscaleAuthKey?: string;
2010
2006
  /**
2011
2007
  * Proxy gateway preset ID (required for gateway proxy mode)
2012
2008
  */
@@ -2222,7 +2218,7 @@ type AgentsProfileProfileInboxEmailDetail = {
2222
2218
  /**
2223
2219
  * Proxy configuration mode
2224
2220
  */
2225
- type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'tailscale' | 'gateway';
2221
+ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
2226
2222
  /**
2227
2223
  * Type of managed proxy to use for browser sessions
2228
2224
  */
@@ -2293,10 +2289,6 @@ type AgentsProfileUpdateAgentProfileRequest = {
2293
2289
  * Custom proxy configuration (for custom proxy mode)
2294
2290
  */
2295
2291
  customProxy?: AgentsProfileCustomProxyConfigInput;
2296
- /**
2297
- * Tailscale auth key for VPN access (for tailscale proxy mode)
2298
- */
2299
- tailscaleAuthKey?: string;
2300
2292
  /**
2301
2293
  * Proxy gateway preset ID (for gateway proxy mode)
2302
2294
  */
package/dist/index.d.ts CHANGED
@@ -2003,10 +2003,6 @@ type AgentsProfileCreateAgentProfileRequest = {
2003
2003
  * Custom proxy configuration (required for custom proxy mode)
2004
2004
  */
2005
2005
  customProxy?: AgentsProfileCustomProxyConfigInput;
2006
- /**
2007
- * Tailscale auth key for VPN access (required for tailscale proxy mode)
2008
- */
2009
- tailscaleAuthKey?: string;
2010
2006
  /**
2011
2007
  * Proxy gateway preset ID (required for gateway proxy mode)
2012
2008
  */
@@ -2222,7 +2218,7 @@ type AgentsProfileProfileInboxEmailDetail = {
2222
2218
  /**
2223
2219
  * Proxy configuration mode
2224
2220
  */
2225
- type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'tailscale' | 'gateway';
2221
+ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
2226
2222
  /**
2227
2223
  * Type of managed proxy to use for browser sessions
2228
2224
  */
@@ -2293,10 +2289,6 @@ type AgentsProfileUpdateAgentProfileRequest = {
2293
2289
  * Custom proxy configuration (for custom proxy mode)
2294
2290
  */
2295
2291
  customProxy?: AgentsProfileCustomProxyConfigInput;
2296
- /**
2297
- * Tailscale auth key for VPN access (for tailscale proxy mode)
2298
- */
2299
- tailscaleAuthKey?: string;
2300
2292
  /**
2301
2293
  * Proxy gateway preset ID (for gateway proxy mode)
2302
2294
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.756",
3
+ "version": "1.6.758",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",