asteroid-odyssey 1.6.658 → 1.6.668

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
@@ -1534,7 +1534,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1534
1534
  batch_actions: boolean;
1535
1535
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1536
1536
  learn_and_compile?: boolean;
1537
- execution_mode?: 'default' | 'scripted';
1538
1537
  /**
1539
1538
  * Relative path (within the node's own shared directory) of the
1540
1539
  * Playwright script that the runtime should execute before the LLM.
package/dist/index.d.ts CHANGED
@@ -1534,7 +1534,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1534
1534
  batch_actions: boolean;
1535
1535
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1536
1536
  learn_and_compile?: boolean;
1537
- execution_mode?: 'default' | 'scripted';
1538
1537
  /**
1539
1538
  * Relative path (within the node's own shared directory) of the
1540
1539
  * Playwright script that the runtime should execute before the LLM.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.658",
3
+ "version": "1.6.668",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",