asteroid-odyssey 1.6.874 → 1.6.876
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 +0 -6
- package/dist/index.d.ts +0 -6
- 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
|
*
|
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
|
*
|