asteroid-odyssey 1.6.865 → 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 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
  *
@@ -1712,10 +1706,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1712
1706
  batch_actions: boolean;
1713
1707
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1714
1708
  learn_and_compile?: boolean;
1715
- /**
1716
- * IDs of preceding nodes whose outputs are excluded from this node's execution data.
1717
- */
1718
- excluded_execution_data_node_ids?: Array<string>;
1719
1709
  /**
1720
1710
  * Relative path (within the node's own shared directory) of the
1721
1711
  * Playwright script that the runtime should execute before the LLM.
@@ -1781,10 +1771,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1781
1771
  schema?: {
1782
1772
  [key: string]: unknown;
1783
1773
  };
1784
- /**
1785
- * IDs of preceding nodes whose outputs are excluded from this node's execution data.
1786
- */
1787
- excluded_execution_data_node_ids?: Array<string>;
1788
1774
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1789
1775
  model?: string;
1790
1776
  };
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
  *
@@ -1712,10 +1706,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1712
1706
  batch_actions: boolean;
1713
1707
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1714
1708
  learn_and_compile?: boolean;
1715
- /**
1716
- * IDs of preceding nodes whose outputs are excluded from this node's execution data.
1717
- */
1718
- excluded_execution_data_node_ids?: Array<string>;
1719
1709
  /**
1720
1710
  * Relative path (within the node's own shared directory) of the
1721
1711
  * Playwright script that the runtime should execute before the LLM.
@@ -1781,10 +1771,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1781
1771
  schema?: {
1782
1772
  [key: string]: unknown;
1783
1773
  };
1784
- /**
1785
- * IDs of preceding nodes whose outputs are excluded from this node's execution data.
1786
- */
1787
- excluded_execution_data_node_ids?: Array<string>;
1788
1774
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1789
1775
  model?: string;
1790
1776
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.865",
3
+ "version": "1.6.876",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",