asteroid-odyssey 1.6.743 → 1.6.751

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
@@ -1591,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1591
1591
  [key: string]: unknown;
1592
1592
  };
1593
1593
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1594
+ model?: string;
1594
1595
  };
1595
1596
  type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
1596
1597
  name: string;
package/dist/index.d.ts CHANGED
@@ -1591,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
1591
1591
  [key: string]: unknown;
1592
1592
  };
1593
1593
  outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
1594
+ model?: string;
1594
1595
  };
1595
1596
  type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
1596
1597
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.743",
3
+ "version": "1.6.751",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",