asteroid-odyssey 1.6.865 → 1.6.874

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
@@ -1712,10 +1712,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1712
1712
  batch_actions: boolean;
1713
1713
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1714
1714
  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
1715
  /**
1720
1716
  * Relative path (within the node's own shared directory) of the
1721
1717
  * Playwright script that the runtime should execute before the LLM.
@@ -1781,10 +1777,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1781
1777
  schema?: {
1782
1778
  [key: string]: unknown;
1783
1779
  };
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
1780
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1789
1781
  model?: string;
1790
1782
  };
package/dist/index.d.ts CHANGED
@@ -1712,10 +1712,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1712
1712
  batch_actions: boolean;
1713
1713
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1714
1714
  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
1715
  /**
1720
1716
  * Relative path (within the node's own shared directory) of the
1721
1717
  * Playwright script that the runtime should execute before the LLM.
@@ -1781,10 +1777,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1781
1777
  schema?: {
1782
1778
  [key: string]: unknown;
1783
1779
  };
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
1780
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1789
1781
  model?: string;
1790
1782
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.865",
3
+ "version": "1.6.874",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",