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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
*/
|