asteroid-odyssey 1.6.366 → 1.6.369

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
@@ -1360,7 +1360,7 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1360
1360
  batch_actions: boolean;
1361
1361
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1362
1362
  learn_and_compile?: boolean;
1363
- execution_mode?: 'agentic' | 'learning' | 'scripted';
1363
+ execution_mode?: 'default' | 'scripted';
1364
1364
  freeze?: boolean;
1365
1365
  thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
1366
1366
  thinking_budget_tokens?: number;
package/dist/index.d.ts CHANGED
@@ -1360,7 +1360,7 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1360
1360
  batch_actions: boolean;
1361
1361
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1362
1362
  learn_and_compile?: boolean;
1363
- execution_mode?: 'agentic' | 'learning' | 'scripted';
1363
+ execution_mode?: 'default' | 'scripted';
1364
1364
  freeze?: boolean;
1365
1365
  thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
1366
1366
  thinking_budget_tokens?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.366",
3
+ "version": "1.6.369",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",