asteroid-odyssey 1.6.874 → 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 -7
- package/dist/index.d.ts +1 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1653,12 +1653,6 @@ type AgentsGraphModelsNodesNode = {
|
|
|
1653
1653
|
properties: AgentsGraphModelsNodesNodePropertiesUnion;
|
|
1654
1654
|
task?: string;
|
|
1655
1655
|
position?: AgentsGraphModelsNodesPosition;
|
|
1656
|
-
/**
|
|
1657
|
-
* Deprecated: prefer the `start` node type. Still populated for workflows created before the start node; resolve the entry by `start` node, falling back to this flag.
|
|
1658
|
-
*
|
|
1659
|
-
* @deprecated
|
|
1660
|
-
*/
|
|
1661
|
-
is_start_node?: boolean;
|
|
1662
1656
|
/**
|
|
1663
1657
|
* Deprecated: field is no longer populated and will be removed.
|
|
1664
1658
|
*
|
|
@@ -2410,7 +2404,7 @@ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
|
|
|
2410
2404
|
/**
|
|
2411
2405
|
* Type of managed proxy to use for browser sessions
|
|
2412
2406
|
*/
|
|
2413
|
-
type AgentsProfileProxyType = 'basic'
|
|
2407
|
+
type AgentsProfileProxyType = 'basic';
|
|
2414
2408
|
/**
|
|
2415
2409
|
* Request to remove profiles from a pool
|
|
2416
2410
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1653,12 +1653,6 @@ type AgentsGraphModelsNodesNode = {
|
|
|
1653
1653
|
properties: AgentsGraphModelsNodesNodePropertiesUnion;
|
|
1654
1654
|
task?: string;
|
|
1655
1655
|
position?: AgentsGraphModelsNodesPosition;
|
|
1656
|
-
/**
|
|
1657
|
-
* Deprecated: prefer the `start` node type. Still populated for workflows created before the start node; resolve the entry by `start` node, falling back to this flag.
|
|
1658
|
-
*
|
|
1659
|
-
* @deprecated
|
|
1660
|
-
*/
|
|
1661
|
-
is_start_node?: boolean;
|
|
1662
1656
|
/**
|
|
1663
1657
|
* Deprecated: field is no longer populated and will be removed.
|
|
1664
1658
|
*
|
|
@@ -2410,7 +2404,7 @@ type AgentsProfileProxyMode = 'none' | 'managed' | 'custom' | 'gateway';
|
|
|
2410
2404
|
/**
|
|
2411
2405
|
* Type of managed proxy to use for browser sessions
|
|
2412
2406
|
*/
|
|
2413
|
-
type AgentsProfileProxyType = 'basic'
|
|
2407
|
+
type AgentsProfileProxyType = 'basic';
|
|
2414
2408
|
/**
|
|
2415
2409
|
* Request to remove profiles from a pool
|
|
2416
2410
|
*/
|