asteroid-odyssey 1.7.261 → 1.7.263

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
@@ -1838,7 +1838,7 @@ type AgentsExecutionTerminalPayload = {
1838
1838
  reason: 'unsubscribe' | 'complete' | 'error';
1839
1839
  message?: string;
1840
1840
  };
1841
- type AgentsExecutionStatus = 'starting' | 'running' | 'paused' | 'awaiting_confirmation' | 'completed' | 'cancelled' | 'failed' | 'paused_by_agent';
1841
+ type AgentsExecutionStatus = 'queued' | 'starting' | 'running' | 'paused' | 'awaiting_confirmation' | 'completed' | 'cancelled' | 'failed' | 'paused_by_agent';
1842
1842
  /**
1843
1843
  * Fields that can be used for sorting executions
1844
1844
  */
package/dist/index.d.ts CHANGED
@@ -1838,7 +1838,7 @@ type AgentsExecutionTerminalPayload = {
1838
1838
  reason: 'unsubscribe' | 'complete' | 'error';
1839
1839
  message?: string;
1840
1840
  };
1841
- type AgentsExecutionStatus = 'starting' | 'running' | 'paused' | 'awaiting_confirmation' | 'completed' | 'cancelled' | 'failed' | 'paused_by_agent';
1841
+ type AgentsExecutionStatus = 'queued' | 'starting' | 'running' | 'paused' | 'awaiting_confirmation' | 'completed' | 'cancelled' | 'failed' | 'paused_by_agent';
1842
1842
  /**
1843
1843
  * Fields that can be used for sorting executions
1844
1844
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.261",
3
+ "version": "1.7.263",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",