@trigger.dev/core 0.0.0-prerelease-20250503193704 → 0.0.0-process-keep-alive-20250618160907
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/commonjs/logger.d.ts +2 -1
- package/dist/commonjs/logger.js +6 -1
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/v3/apiClient/core.d.ts +2 -1
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/apiClient/getBranch.d.ts +5 -0
- package/dist/commonjs/v3/apiClient/getBranch.js +25 -0
- package/dist/commonjs/v3/apiClient/getBranch.js.map +1 -0
- package/dist/commonjs/v3/apiClient/index.d.ts +49 -41
- package/dist/commonjs/v3/apiClient/index.js +44 -5
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/apiClient/runStream.d.ts +1 -0
- package/dist/commonjs/v3/apiClient/runStream.js +7 -7
- package/dist/commonjs/v3/apiClient/runStream.js.map +1 -1
- package/dist/commonjs/v3/apiClient/stream.js +9 -3
- package/dist/commonjs/v3/apiClient/stream.js.map +1 -1
- package/dist/commonjs/v3/apiClient/types.d.ts +2 -0
- package/dist/commonjs/v3/apiClientManager/index.d.ts +1 -0
- package/dist/commonjs/v3/apiClientManager/index.js +10 -2
- package/dist/commonjs/v3/apiClientManager/index.js.map +1 -1
- package/dist/commonjs/v3/apiClientManager/types.d.ts +4 -0
- package/dist/commonjs/v3/build/extensions.d.ts +1 -0
- package/dist/commonjs/v3/config.d.ts +70 -0
- package/dist/commonjs/v3/consoleInterceptor.d.ts +2 -1
- package/dist/commonjs/v3/consoleInterceptor.js +6 -1
- package/dist/commonjs/v3/consoleInterceptor.js.map +1 -1
- package/dist/commonjs/v3/isomorphic/duration.d.ts +3 -0
- package/dist/commonjs/v3/isomorphic/duration.js +124 -35
- package/dist/commonjs/v3/isomorphic/duration.js.map +1 -1
- package/dist/commonjs/v3/lifecycleHooks/manager.d.ts +1 -0
- package/dist/commonjs/v3/lifecycleHooks/manager.js +16 -0
- package/dist/commonjs/v3/lifecycleHooks/manager.js.map +1 -1
- package/dist/commonjs/v3/locals/manager.d.ts +1 -0
- package/dist/commonjs/v3/locals/manager.js +3 -1
- package/dist/commonjs/v3/locals/manager.js.map +1 -1
- package/dist/commonjs/v3/otel/tracingSDK.d.ts +3 -1
- package/dist/commonjs/v3/otel/tracingSDK.js +60 -1
- package/dist/commonjs/v3/otel/tracingSDK.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +76 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +18 -2
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.js +25 -11
- package/dist/commonjs/v3/runEngineWorker/supervisor/queueConsumer.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +548 -3
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.js +16 -7
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.d.ts +2 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.js +22 -27
- package/dist/commonjs/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/types.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +72 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.js +8 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +519 -3
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.js +2 -1
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/manager.d.ts +1 -0
- package/dist/commonjs/v3/runMetadata/manager.js +27 -4
- package/dist/commonjs/v3/runMetadata/manager.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/operations.d.ts +38 -0
- package/dist/commonjs/v3/runMetadata/operations.js +96 -0
- package/dist/commonjs/v3/runMetadata/operations.js.map +1 -1
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +2 -1
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js +8 -4
- package/dist/commonjs/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -1
- package/dist/commonjs/v3/runtime/{managedRuntimeManager.d.ts → sharedRuntimeManager.d.ts} +14 -6
- package/dist/commonjs/v3/runtime/sharedRuntimeManager.js +280 -0
- package/dist/commonjs/v3/runtime/sharedRuntimeManager.js.map +1 -0
- package/dist/commonjs/v3/schemas/api.d.ts +223 -62
- package/dist/commonjs/v3/schemas/api.js +29 -17
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +108 -0
- package/dist/commonjs/v3/schemas/build.js +9 -0
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +14 -4
- package/dist/commonjs/v3/schemas/common.d.ts +254 -0
- package/dist/commonjs/v3/schemas/common.js +16 -1
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +1907 -3717
- package/dist/commonjs/v3/schemas/messages.js +9 -54
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.d.ts +12 -0
- package/dist/commonjs/v3/schemas/runEngine.d.ts +139 -0
- package/dist/commonjs/v3/schemas/runEngine.js +2 -0
- package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
- package/dist/commonjs/v3/schemas/schemas.d.ts +301 -23
- package/dist/commonjs/v3/schemas/schemas.js +3 -13
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/schemas/webhooks.d.ts +42 -0
- package/dist/commonjs/v3/schemas/webhooks.js +4 -0
- package/dist/commonjs/v3/schemas/webhooks.js.map +1 -1
- package/dist/commonjs/v3/serverOnly/httpServer.d.ts +1 -0
- package/dist/commonjs/v3/serverOnly/httpServer.js +14 -4
- package/dist/commonjs/v3/serverOnly/httpServer.js.map +1 -1
- package/dist/commonjs/v3/serverOnly/index.d.ts +1 -0
- package/dist/commonjs/v3/serverOnly/index.js +1 -0
- package/dist/commonjs/v3/serverOnly/index.js.map +1 -1
- package/dist/commonjs/v3/serverOnly/jumpHash.d.ts +1 -0
- package/dist/commonjs/v3/serverOnly/jumpHash.js +48 -0
- package/dist/commonjs/v3/serverOnly/jumpHash.js.map +1 -0
- package/dist/commonjs/v3/taskContext/index.d.ts +1 -0
- package/dist/commonjs/v3/taskContext/index.js +19 -12
- package/dist/commonjs/v3/taskContext/index.js.map +1 -1
- package/dist/commonjs/v3/taskContext/otelProcessors.js +3 -12
- package/dist/commonjs/v3/taskContext/otelProcessors.js.map +1 -1
- package/dist/commonjs/v3/timeout/api.d.ts +1 -0
- package/dist/commonjs/v3/timeout/api.js +5 -0
- package/dist/commonjs/v3/timeout/api.js.map +1 -1
- package/dist/commonjs/v3/timeout/types.d.ts +1 -0
- package/dist/commonjs/v3/timeout/types.js.map +1 -1
- package/dist/commonjs/v3/timeout/usageTimeoutManager.d.ts +1 -0
- package/dist/commonjs/v3/timeout/usageTimeoutManager.js +8 -0
- package/dist/commonjs/v3/timeout/usageTimeoutManager.js.map +1 -1
- package/dist/commonjs/v3/usage/api.d.ts +1 -0
- package/dist/commonjs/v3/usage/api.js +4 -0
- package/dist/commonjs/v3/usage/api.js.map +1 -1
- package/dist/commonjs/v3/usage/devUsageManager.d.ts +1 -0
- package/dist/commonjs/v3/usage/devUsageManager.js +5 -0
- package/dist/commonjs/v3/usage/devUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/noopUsageManager.d.ts +1 -0
- package/dist/commonjs/v3/usage/noopUsageManager.js +3 -0
- package/dist/commonjs/v3/usage/noopUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/prodUsageManager.d.ts +1 -0
- package/dist/commonjs/v3/usage/prodUsageManager.js +19 -4
- package/dist/commonjs/v3/usage/prodUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/types.d.ts +1 -0
- package/dist/commonjs/v3/utils/getEnv.d.ts +8 -0
- package/dist/commonjs/v3/utils/getEnv.js +10 -5
- package/dist/commonjs/v3/utils/getEnv.js.map +1 -1
- package/dist/commonjs/v3/utils/interval.d.ts +3 -1
- package/dist/commonjs/v3/utils/interval.js +5 -1
- package/dist/commonjs/v3/utils/interval.js.map +1 -1
- package/dist/commonjs/v3/utils/ioSerialization.d.ts +1 -0
- package/dist/commonjs/v3/utils/ioSerialization.js +21 -0
- package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
- package/dist/commonjs/v3/utils/structuredLogger.d.ts +4 -1
- package/dist/commonjs/v3/utils/structuredLogger.js +18 -4
- package/dist/commonjs/v3/utils/structuredLogger.js.map +1 -1
- package/dist/commonjs/v3/waitUntil/manager.d.ts +1 -0
- package/dist/commonjs/v3/waitUntil/manager.js +3 -0
- package/dist/commonjs/v3/waitUntil/manager.js.map +1 -1
- package/dist/commonjs/v3/workers/index.d.ts +1 -1
- package/dist/commonjs/v3/workers/index.js +3 -3
- package/dist/commonjs/v3/workers/index.js.map +1 -1
- package/dist/commonjs/v3/workers/populateEnv.d.ts +5 -0
- package/dist/commonjs/v3/workers/populateEnv.js +9 -1
- package/dist/commonjs/v3/workers/populateEnv.js.map +1 -1
- package/dist/commonjs/v3/workers/taskExecutor.js +13 -8
- package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/logger.d.ts +2 -1
- package/dist/esm/logger.js +6 -1
- package/dist/esm/logger.js.map +1 -1
- package/dist/esm/v3/apiClient/core.d.ts +2 -1
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/apiClient/getBranch.d.ts +5 -0
- package/dist/esm/v3/apiClient/getBranch.js +22 -0
- package/dist/esm/v3/apiClient/getBranch.js.map +1 -0
- package/dist/esm/v3/apiClient/index.d.ts +49 -41
- package/dist/esm/v3/apiClient/index.js +31 -6
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/apiClient/runStream.d.ts +1 -0
- package/dist/esm/v3/apiClient/runStream.js +7 -7
- package/dist/esm/v3/apiClient/runStream.js.map +1 -1
- package/dist/esm/v3/apiClient/stream.js +9 -3
- package/dist/esm/v3/apiClient/stream.js.map +1 -1
- package/dist/esm/v3/apiClient/types.d.ts +2 -0
- package/dist/esm/v3/apiClientManager/index.d.ts +1 -0
- package/dist/esm/v3/apiClientManager/index.js +10 -2
- package/dist/esm/v3/apiClientManager/index.js.map +1 -1
- package/dist/esm/v3/apiClientManager/types.d.ts +4 -0
- package/dist/esm/v3/build/extensions.d.ts +1 -0
- package/dist/esm/v3/config.d.ts +70 -0
- package/dist/esm/v3/consoleInterceptor.d.ts +2 -1
- package/dist/esm/v3/consoleInterceptor.js +6 -1
- package/dist/esm/v3/consoleInterceptor.js.map +1 -1
- package/dist/esm/v3/isomorphic/duration.d.ts +3 -0
- package/dist/esm/v3/isomorphic/duration.js +121 -35
- package/dist/esm/v3/isomorphic/duration.js.map +1 -1
- package/dist/esm/v3/lifecycleHooks/manager.d.ts +1 -0
- package/dist/esm/v3/lifecycleHooks/manager.js +16 -0
- package/dist/esm/v3/lifecycleHooks/manager.js.map +1 -1
- package/dist/esm/v3/locals/manager.d.ts +1 -0
- package/dist/esm/v3/locals/manager.js +3 -1
- package/dist/esm/v3/locals/manager.js.map +1 -1
- package/dist/esm/v3/otel/tracingSDK.d.ts +3 -1
- package/dist/esm/v3/otel/tracingSDK.js +60 -1
- package/dist/esm/v3/otel/tracingSDK.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +76 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.js +19 -3
- package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.js +25 -11
- package/dist/esm/v3/runEngineWorker/supervisor/queueConsumer.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +548 -3
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.js +15 -6
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/session.d.ts +2 -0
- package/dist/esm/v3/runEngineWorker/supervisor/session.js +22 -27
- package/dist/esm/v3/runEngineWorker/supervisor/session.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/types.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +72 -0
- package/dist/esm/v3/runEngineWorker/workload/http.js +9 -1
- package/dist/esm/v3/runEngineWorker/workload/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +519 -3
- package/dist/esm/v3/runEngineWorker/workload/schemas.js +2 -1
- package/dist/esm/v3/runEngineWorker/workload/schemas.js.map +1 -1
- package/dist/esm/v3/runMetadata/manager.d.ts +1 -0
- package/dist/esm/v3/runMetadata/manager.js +28 -5
- package/dist/esm/v3/runMetadata/manager.js.map +1 -1
- package/dist/esm/v3/runMetadata/operations.d.ts +38 -0
- package/dist/esm/v3/runMetadata/operations.js +95 -0
- package/dist/esm/v3/runMetadata/operations.js.map +1 -1
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.d.ts +2 -1
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js +8 -4
- package/dist/esm/v3/runTimelineMetrics/runTimelineMetricsManager.js.map +1 -1
- package/dist/esm/v3/runtime/{managedRuntimeManager.d.ts → sharedRuntimeManager.d.ts} +14 -6
- package/dist/esm/v3/runtime/sharedRuntimeManager.js +276 -0
- package/dist/esm/v3/runtime/sharedRuntimeManager.js.map +1 -0
- package/dist/esm/v3/schemas/api.d.ts +223 -62
- package/dist/esm/v3/schemas/api.js +28 -16
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +108 -0
- package/dist/esm/v3/schemas/build.js +9 -0
- package/dist/esm/v3/schemas/build.js.map +1 -1
- package/dist/esm/v3/schemas/checkpoints.d.ts +14 -4
- package/dist/esm/v3/schemas/common.d.ts +254 -0
- package/dist/esm/v3/schemas/common.js +15 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +1907 -3717
- package/dist/esm/v3/schemas/messages.js +10 -55
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- package/dist/esm/v3/schemas/resources.d.ts +12 -0
- package/dist/esm/v3/schemas/runEngine.d.ts +139 -0
- package/dist/esm/v3/schemas/runEngine.js +2 -0
- package/dist/esm/v3/schemas/runEngine.js.map +1 -1
- package/dist/esm/v3/schemas/schemas.d.ts +301 -23
- package/dist/esm/v3/schemas/schemas.js +2 -12
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/schemas/webhooks.d.ts +42 -0
- package/dist/esm/v3/schemas/webhooks.js +4 -0
- package/dist/esm/v3/schemas/webhooks.js.map +1 -1
- package/dist/esm/v3/serverOnly/httpServer.d.ts +1 -0
- package/dist/esm/v3/serverOnly/httpServer.js +14 -4
- package/dist/esm/v3/serverOnly/httpServer.js.map +1 -1
- package/dist/esm/v3/serverOnly/index.d.ts +1 -0
- package/dist/esm/v3/serverOnly/index.js +1 -0
- package/dist/esm/v3/serverOnly/index.js.map +1 -1
- package/dist/esm/v3/serverOnly/jumpHash.d.ts +1 -0
- package/dist/esm/v3/serverOnly/jumpHash.js +45 -0
- package/dist/esm/v3/serverOnly/jumpHash.js.map +1 -0
- package/dist/esm/v3/taskContext/index.d.ts +1 -0
- package/dist/esm/v3/taskContext/index.js +19 -12
- package/dist/esm/v3/taskContext/index.js.map +1 -1
- package/dist/esm/v3/taskContext/otelProcessors.js +3 -12
- package/dist/esm/v3/taskContext/otelProcessors.js.map +1 -1
- package/dist/esm/v3/timeout/api.d.ts +1 -0
- package/dist/esm/v3/timeout/api.js +5 -0
- package/dist/esm/v3/timeout/api.js.map +1 -1
- package/dist/esm/v3/timeout/types.d.ts +1 -0
- package/dist/esm/v3/timeout/types.js.map +1 -1
- package/dist/esm/v3/timeout/usageTimeoutManager.d.ts +1 -0
- package/dist/esm/v3/timeout/usageTimeoutManager.js +8 -0
- package/dist/esm/v3/timeout/usageTimeoutManager.js.map +1 -1
- package/dist/esm/v3/usage/api.d.ts +1 -0
- package/dist/esm/v3/usage/api.js +4 -0
- package/dist/esm/v3/usage/api.js.map +1 -1
- package/dist/esm/v3/usage/devUsageManager.d.ts +1 -0
- package/dist/esm/v3/usage/devUsageManager.js +5 -0
- package/dist/esm/v3/usage/devUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/noopUsageManager.d.ts +1 -0
- package/dist/esm/v3/usage/noopUsageManager.js +3 -0
- package/dist/esm/v3/usage/noopUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/prodUsageManager.d.ts +1 -0
- package/dist/esm/v3/usage/prodUsageManager.js +19 -4
- package/dist/esm/v3/usage/prodUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/types.d.ts +1 -0
- package/dist/esm/v3/utils/getEnv.d.ts +8 -0
- package/dist/esm/v3/utils/getEnv.js +10 -5
- package/dist/esm/v3/utils/getEnv.js.map +1 -1
- package/dist/esm/v3/utils/interval.d.ts +3 -1
- package/dist/esm/v3/utils/interval.js +5 -1
- package/dist/esm/v3/utils/interval.js.map +1 -1
- package/dist/esm/v3/utils/ioSerialization.d.ts +1 -0
- package/dist/esm/v3/utils/ioSerialization.js +20 -0
- package/dist/esm/v3/utils/ioSerialization.js.map +1 -1
- package/dist/esm/v3/utils/structuredLogger.d.ts +4 -1
- package/dist/esm/v3/utils/structuredLogger.js +18 -4
- package/dist/esm/v3/utils/structuredLogger.js.map +1 -1
- package/dist/esm/v3/waitUntil/manager.d.ts +1 -0
- package/dist/esm/v3/waitUntil/manager.js +3 -0
- package/dist/esm/v3/waitUntil/manager.js.map +1 -1
- package/dist/esm/v3/workers/index.d.ts +1 -1
- package/dist/esm/v3/workers/index.js +1 -1
- package/dist/esm/v3/workers/index.js.map +1 -1
- package/dist/esm/v3/workers/populateEnv.d.ts +5 -0
- package/dist/esm/v3/workers/populateEnv.js +9 -1
- package/dist/esm/v3/workers/populateEnv.js.map +1 -1
- package/dist/esm/v3/workers/taskExecutor.js +13 -8
- package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -2
- package/dist/commonjs/v3/runtime/managedRuntimeManager.js +0 -189
- package/dist/commonjs/v3/runtime/managedRuntimeManager.js.map +0 -1
- package/dist/esm/v3/runtime/managedRuntimeManager.js +0 -185
- package/dist/esm/v3/runtime/managedRuntimeManager.js.map +0 -1
|
@@ -110,13 +110,16 @@ export declare const WorkerApiContinueRunExecutionRequestBody: z.ZodObject<{
|
|
|
110
110
|
friendlyId: z.ZodString;
|
|
111
111
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
112
112
|
description: z.ZodString;
|
|
113
|
+
createdAt: z.ZodDate;
|
|
113
114
|
}, "strip", z.ZodTypeAny, {
|
|
114
115
|
id: string;
|
|
116
|
+
createdAt: Date;
|
|
115
117
|
description: string;
|
|
116
118
|
friendlyId: string;
|
|
117
119
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
118
120
|
}, {
|
|
119
121
|
id: string;
|
|
122
|
+
createdAt: Date;
|
|
120
123
|
description: string;
|
|
121
124
|
friendlyId: string;
|
|
122
125
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -146,6 +149,7 @@ export declare const WorkerApiContinueRunExecutionRequestBody: z.ZodObject<{
|
|
|
146
149
|
};
|
|
147
150
|
snapshot: {
|
|
148
151
|
id: string;
|
|
152
|
+
createdAt: Date;
|
|
149
153
|
description: string;
|
|
150
154
|
friendlyId: string;
|
|
151
155
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -159,6 +163,7 @@ export declare const WorkerApiContinueRunExecutionRequestBody: z.ZodObject<{
|
|
|
159
163
|
};
|
|
160
164
|
snapshot: {
|
|
161
165
|
id: string;
|
|
166
|
+
createdAt: Date;
|
|
162
167
|
description: string;
|
|
163
168
|
friendlyId: string;
|
|
164
169
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -232,13 +237,16 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
232
237
|
friendlyId: z.ZodString;
|
|
233
238
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
234
239
|
description: z.ZodString;
|
|
240
|
+
createdAt: z.ZodDate;
|
|
235
241
|
}, "strip", z.ZodTypeAny, {
|
|
236
242
|
id: string;
|
|
243
|
+
createdAt: Date;
|
|
237
244
|
description: string;
|
|
238
245
|
friendlyId: string;
|
|
239
246
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
240
247
|
}, {
|
|
241
248
|
id: string;
|
|
249
|
+
createdAt: Date;
|
|
242
250
|
description: string;
|
|
243
251
|
friendlyId: string;
|
|
244
252
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -376,12 +384,15 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
376
384
|
deployment: z.ZodObject<{
|
|
377
385
|
id: z.ZodOptional<z.ZodString>;
|
|
378
386
|
friendlyId: z.ZodOptional<z.ZodString>;
|
|
387
|
+
imagePlatform: z.ZodOptional<z.ZodString>;
|
|
379
388
|
}, "strip", z.ZodTypeAny, {
|
|
380
389
|
id?: string | undefined;
|
|
381
390
|
friendlyId?: string | undefined;
|
|
391
|
+
imagePlatform?: string | undefined;
|
|
382
392
|
}, {
|
|
383
393
|
id?: string | undefined;
|
|
384
394
|
friendlyId?: string | undefined;
|
|
395
|
+
imagePlatform?: string | undefined;
|
|
385
396
|
}>;
|
|
386
397
|
run: z.ZodObject<{
|
|
387
398
|
id: z.ZodString;
|
|
@@ -485,6 +496,7 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
485
496
|
};
|
|
486
497
|
snapshot: {
|
|
487
498
|
id: string;
|
|
499
|
+
createdAt: Date;
|
|
488
500
|
description: string;
|
|
489
501
|
friendlyId: string;
|
|
490
502
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -522,6 +534,7 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
522
534
|
deployment: {
|
|
523
535
|
id?: string | undefined;
|
|
524
536
|
friendlyId?: string | undefined;
|
|
537
|
+
imagePlatform?: string | undefined;
|
|
525
538
|
};
|
|
526
539
|
checkpoint?: {
|
|
527
540
|
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
@@ -559,6 +572,7 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
559
572
|
};
|
|
560
573
|
snapshot: {
|
|
561
574
|
id: string;
|
|
575
|
+
createdAt: Date;
|
|
562
576
|
description: string;
|
|
563
577
|
friendlyId: string;
|
|
564
578
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -596,6 +610,7 @@ export declare const WorkerApiDequeueResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
596
610
|
deployment: {
|
|
597
611
|
id?: string | undefined;
|
|
598
612
|
friendlyId?: string | undefined;
|
|
613
|
+
imagePlatform?: string | undefined;
|
|
599
614
|
};
|
|
600
615
|
checkpoint?: {
|
|
601
616
|
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
@@ -640,13 +655,16 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
640
655
|
friendlyId: z.ZodString;
|
|
641
656
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
642
657
|
description: z.ZodString;
|
|
658
|
+
createdAt: z.ZodDate;
|
|
643
659
|
}, "strip", z.ZodTypeAny, {
|
|
644
660
|
id: string;
|
|
661
|
+
createdAt: Date;
|
|
645
662
|
description: string;
|
|
646
663
|
friendlyId: string;
|
|
647
664
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
648
665
|
}, {
|
|
649
666
|
id: string;
|
|
667
|
+
createdAt: Date;
|
|
650
668
|
description: string;
|
|
651
669
|
friendlyId: string;
|
|
652
670
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -676,6 +694,7 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
676
694
|
};
|
|
677
695
|
snapshot: {
|
|
678
696
|
id: string;
|
|
697
|
+
createdAt: Date;
|
|
679
698
|
description: string;
|
|
680
699
|
friendlyId: string;
|
|
681
700
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -689,6 +708,7 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
689
708
|
};
|
|
690
709
|
snapshot: {
|
|
691
710
|
id: string;
|
|
711
|
+
createdAt: Date;
|
|
692
712
|
description: string;
|
|
693
713
|
friendlyId: string;
|
|
694
714
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -805,14 +825,70 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
805
825
|
id: z.ZodString;
|
|
806
826
|
slug: z.ZodString;
|
|
807
827
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
828
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
829
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
830
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
831
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
832
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
833
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
834
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
835
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
836
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
837
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
838
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
839
|
+
}, "strip", z.ZodTypeAny, {
|
|
840
|
+
dirty?: boolean | undefined;
|
|
841
|
+
commitAuthorName?: string | undefined;
|
|
842
|
+
commitMessage?: string | undefined;
|
|
843
|
+
commitRef?: string | undefined;
|
|
844
|
+
commitSha?: string | undefined;
|
|
845
|
+
remoteUrl?: string | undefined;
|
|
846
|
+
pullRequestNumber?: number | undefined;
|
|
847
|
+
pullRequestTitle?: string | undefined;
|
|
848
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
849
|
+
}, {
|
|
850
|
+
dirty?: boolean | undefined;
|
|
851
|
+
commitAuthorName?: string | undefined;
|
|
852
|
+
commitMessage?: string | undefined;
|
|
853
|
+
commitRef?: string | undefined;
|
|
854
|
+
commitSha?: string | undefined;
|
|
855
|
+
remoteUrl?: string | undefined;
|
|
856
|
+
pullRequestNumber?: number | undefined;
|
|
857
|
+
pullRequestTitle?: string | undefined;
|
|
858
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
859
|
+
}>>;
|
|
808
860
|
}, "strip", z.ZodTypeAny, {
|
|
809
861
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
810
862
|
id: string;
|
|
811
863
|
slug: string;
|
|
864
|
+
branchName?: string | undefined;
|
|
865
|
+
git?: {
|
|
866
|
+
dirty?: boolean | undefined;
|
|
867
|
+
commitAuthorName?: string | undefined;
|
|
868
|
+
commitMessage?: string | undefined;
|
|
869
|
+
commitRef?: string | undefined;
|
|
870
|
+
commitSha?: string | undefined;
|
|
871
|
+
remoteUrl?: string | undefined;
|
|
872
|
+
pullRequestNumber?: number | undefined;
|
|
873
|
+
pullRequestTitle?: string | undefined;
|
|
874
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
875
|
+
} | undefined;
|
|
812
876
|
}, {
|
|
813
877
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
814
878
|
id: string;
|
|
815
879
|
slug: string;
|
|
880
|
+
branchName?: string | undefined;
|
|
881
|
+
git?: {
|
|
882
|
+
dirty?: boolean | undefined;
|
|
883
|
+
commitAuthorName?: string | undefined;
|
|
884
|
+
commitMessage?: string | undefined;
|
|
885
|
+
commitRef?: string | undefined;
|
|
886
|
+
commitSha?: string | undefined;
|
|
887
|
+
remoteUrl?: string | undefined;
|
|
888
|
+
pullRequestNumber?: number | undefined;
|
|
889
|
+
pullRequestTitle?: string | undefined;
|
|
890
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
891
|
+
} | undefined;
|
|
816
892
|
}>;
|
|
817
893
|
organization: z.ZodObject<{
|
|
818
894
|
id: z.ZodString;
|
|
@@ -909,6 +985,18 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
909
985
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
910
986
|
id: string;
|
|
911
987
|
slug: string;
|
|
988
|
+
branchName?: string | undefined;
|
|
989
|
+
git?: {
|
|
990
|
+
dirty?: boolean | undefined;
|
|
991
|
+
commitAuthorName?: string | undefined;
|
|
992
|
+
commitMessage?: string | undefined;
|
|
993
|
+
commitRef?: string | undefined;
|
|
994
|
+
commitSha?: string | undefined;
|
|
995
|
+
remoteUrl?: string | undefined;
|
|
996
|
+
pullRequestNumber?: number | undefined;
|
|
997
|
+
pullRequestTitle?: string | undefined;
|
|
998
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
999
|
+
} | undefined;
|
|
912
1000
|
};
|
|
913
1001
|
organization: {
|
|
914
1002
|
name: string;
|
|
@@ -973,6 +1061,18 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
973
1061
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
974
1062
|
id: string;
|
|
975
1063
|
slug: string;
|
|
1064
|
+
branchName?: string | undefined;
|
|
1065
|
+
git?: {
|
|
1066
|
+
dirty?: boolean | undefined;
|
|
1067
|
+
commitAuthorName?: string | undefined;
|
|
1068
|
+
commitMessage?: string | undefined;
|
|
1069
|
+
commitRef?: string | undefined;
|
|
1070
|
+
commitSha?: string | undefined;
|
|
1071
|
+
remoteUrl?: string | undefined;
|
|
1072
|
+
pullRequestNumber?: number | undefined;
|
|
1073
|
+
pullRequestTitle?: string | undefined;
|
|
1074
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1075
|
+
} | undefined;
|
|
976
1076
|
};
|
|
977
1077
|
organization: {
|
|
978
1078
|
name: string;
|
|
@@ -1039,6 +1139,18 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
1039
1139
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1040
1140
|
id: string;
|
|
1041
1141
|
slug: string;
|
|
1142
|
+
branchName?: string | undefined;
|
|
1143
|
+
git?: {
|
|
1144
|
+
dirty?: boolean | undefined;
|
|
1145
|
+
commitAuthorName?: string | undefined;
|
|
1146
|
+
commitMessage?: string | undefined;
|
|
1147
|
+
commitRef?: string | undefined;
|
|
1148
|
+
commitSha?: string | undefined;
|
|
1149
|
+
remoteUrl?: string | undefined;
|
|
1150
|
+
pullRequestNumber?: number | undefined;
|
|
1151
|
+
pullRequestTitle?: string | undefined;
|
|
1152
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1153
|
+
} | undefined;
|
|
1042
1154
|
};
|
|
1043
1155
|
organization: {
|
|
1044
1156
|
name: string;
|
|
@@ -1105,6 +1217,18 @@ export declare const WorkerApiRunAttemptStartResponseBody: z.ZodIntersection<z.Z
|
|
|
1105
1217
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1106
1218
|
id: string;
|
|
1107
1219
|
slug: string;
|
|
1220
|
+
branchName?: string | undefined;
|
|
1221
|
+
git?: {
|
|
1222
|
+
dirty?: boolean | undefined;
|
|
1223
|
+
commitAuthorName?: string | undefined;
|
|
1224
|
+
commitMessage?: string | undefined;
|
|
1225
|
+
commitRef?: string | undefined;
|
|
1226
|
+
commitSha?: string | undefined;
|
|
1227
|
+
remoteUrl?: string | undefined;
|
|
1228
|
+
pullRequestNumber?: number | undefined;
|
|
1229
|
+
pullRequestTitle?: string | undefined;
|
|
1230
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1231
|
+
} | undefined;
|
|
1108
1232
|
};
|
|
1109
1233
|
organization: {
|
|
1110
1234
|
name: string;
|
|
@@ -2667,13 +2791,16 @@ export declare const WorkerApiRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
2667
2791
|
friendlyId: z.ZodString;
|
|
2668
2792
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
2669
2793
|
description: z.ZodString;
|
|
2794
|
+
createdAt: z.ZodDate;
|
|
2670
2795
|
}, "strip", z.ZodTypeAny, {
|
|
2671
2796
|
id: string;
|
|
2797
|
+
createdAt: Date;
|
|
2672
2798
|
description: string;
|
|
2673
2799
|
friendlyId: string;
|
|
2674
2800
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
2675
2801
|
}, {
|
|
2676
2802
|
id: string;
|
|
2803
|
+
createdAt: Date;
|
|
2677
2804
|
description: string;
|
|
2678
2805
|
friendlyId: string;
|
|
2679
2806
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2703,6 +2830,7 @@ export declare const WorkerApiRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
2703
2830
|
};
|
|
2704
2831
|
snapshot: {
|
|
2705
2832
|
id: string;
|
|
2833
|
+
createdAt: Date;
|
|
2706
2834
|
description: string;
|
|
2707
2835
|
friendlyId: string;
|
|
2708
2836
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2716,6 +2844,7 @@ export declare const WorkerApiRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
2716
2844
|
};
|
|
2717
2845
|
snapshot: {
|
|
2718
2846
|
id: string;
|
|
2847
|
+
createdAt: Date;
|
|
2719
2848
|
description: string;
|
|
2720
2849
|
friendlyId: string;
|
|
2721
2850
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2733,6 +2862,7 @@ export declare const WorkerApiRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
2733
2862
|
};
|
|
2734
2863
|
snapshot: {
|
|
2735
2864
|
id: string;
|
|
2865
|
+
createdAt: Date;
|
|
2736
2866
|
description: string;
|
|
2737
2867
|
friendlyId: string;
|
|
2738
2868
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2750,6 +2880,7 @@ export declare const WorkerApiRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
2750
2880
|
};
|
|
2751
2881
|
snapshot: {
|
|
2752
2882
|
id: string;
|
|
2883
|
+
createdAt: Date;
|
|
2753
2884
|
description: string;
|
|
2754
2885
|
friendlyId: string;
|
|
2755
2886
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2765,13 +2896,16 @@ export declare const WorkerApiRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2765
2896
|
friendlyId: z.ZodString;
|
|
2766
2897
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
2767
2898
|
description: z.ZodString;
|
|
2899
|
+
createdAt: z.ZodDate;
|
|
2768
2900
|
}, "strip", z.ZodTypeAny, {
|
|
2769
2901
|
id: string;
|
|
2902
|
+
createdAt: Date;
|
|
2770
2903
|
description: string;
|
|
2771
2904
|
friendlyId: string;
|
|
2772
2905
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
2773
2906
|
}, {
|
|
2774
2907
|
id: string;
|
|
2908
|
+
createdAt: Date;
|
|
2775
2909
|
description: string;
|
|
2776
2910
|
friendlyId: string;
|
|
2777
2911
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2931,6 +3065,7 @@ export declare const WorkerApiRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2931
3065
|
};
|
|
2932
3066
|
snapshot: {
|
|
2933
3067
|
id: string;
|
|
3068
|
+
createdAt: Date;
|
|
2934
3069
|
description: string;
|
|
2935
3070
|
friendlyId: string;
|
|
2936
3071
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -2981,6 +3116,7 @@ export declare const WorkerApiRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2981
3116
|
};
|
|
2982
3117
|
snapshot: {
|
|
2983
3118
|
id: string;
|
|
3119
|
+
createdAt: Date;
|
|
2984
3120
|
description: string;
|
|
2985
3121
|
friendlyId: string;
|
|
2986
3122
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3033,6 +3169,7 @@ export declare const WorkerApiRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
3033
3169
|
};
|
|
3034
3170
|
snapshot: {
|
|
3035
3171
|
id: string;
|
|
3172
|
+
createdAt: Date;
|
|
3036
3173
|
description: string;
|
|
3037
3174
|
friendlyId: string;
|
|
3038
3175
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3085,6 +3222,7 @@ export declare const WorkerApiRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
3085
3222
|
};
|
|
3086
3223
|
snapshot: {
|
|
3087
3224
|
id: string;
|
|
3225
|
+
createdAt: Date;
|
|
3088
3226
|
description: string;
|
|
3089
3227
|
friendlyId: string;
|
|
3090
3228
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3135,13 +3273,16 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3135
3273
|
friendlyId: z.ZodString;
|
|
3136
3274
|
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
3137
3275
|
description: z.ZodString;
|
|
3276
|
+
createdAt: z.ZodDate;
|
|
3138
3277
|
}, "strip", z.ZodTypeAny, {
|
|
3139
3278
|
id: string;
|
|
3279
|
+
createdAt: Date;
|
|
3140
3280
|
description: string;
|
|
3141
3281
|
friendlyId: string;
|
|
3142
3282
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3143
3283
|
}, {
|
|
3144
3284
|
id: string;
|
|
3285
|
+
createdAt: Date;
|
|
3145
3286
|
description: string;
|
|
3146
3287
|
friendlyId: string;
|
|
3147
3288
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3279,12 +3420,15 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3279
3420
|
deployment: z.ZodObject<{
|
|
3280
3421
|
id: z.ZodOptional<z.ZodString>;
|
|
3281
3422
|
friendlyId: z.ZodOptional<z.ZodString>;
|
|
3423
|
+
imagePlatform: z.ZodOptional<z.ZodString>;
|
|
3282
3424
|
}, "strip", z.ZodTypeAny, {
|
|
3283
3425
|
id?: string | undefined;
|
|
3284
3426
|
friendlyId?: string | undefined;
|
|
3427
|
+
imagePlatform?: string | undefined;
|
|
3285
3428
|
}, {
|
|
3286
3429
|
id?: string | undefined;
|
|
3287
3430
|
friendlyId?: string | undefined;
|
|
3431
|
+
imagePlatform?: string | undefined;
|
|
3288
3432
|
}>;
|
|
3289
3433
|
run: z.ZodObject<{
|
|
3290
3434
|
id: z.ZodString;
|
|
@@ -3388,6 +3532,7 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3388
3532
|
};
|
|
3389
3533
|
snapshot: {
|
|
3390
3534
|
id: string;
|
|
3535
|
+
createdAt: Date;
|
|
3391
3536
|
description: string;
|
|
3392
3537
|
friendlyId: string;
|
|
3393
3538
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3425,6 +3570,7 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3425
3570
|
deployment: {
|
|
3426
3571
|
id?: string | undefined;
|
|
3427
3572
|
friendlyId?: string | undefined;
|
|
3573
|
+
imagePlatform?: string | undefined;
|
|
3428
3574
|
};
|
|
3429
3575
|
checkpoint?: {
|
|
3430
3576
|
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
@@ -3462,6 +3608,7 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3462
3608
|
};
|
|
3463
3609
|
snapshot: {
|
|
3464
3610
|
id: string;
|
|
3611
|
+
createdAt: Date;
|
|
3465
3612
|
description: string;
|
|
3466
3613
|
friendlyId: string;
|
|
3467
3614
|
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
@@ -3499,6 +3646,7 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3499
3646
|
deployment: {
|
|
3500
3647
|
id?: string | undefined;
|
|
3501
3648
|
friendlyId?: string | undefined;
|
|
3649
|
+
imagePlatform?: string | undefined;
|
|
3502
3650
|
};
|
|
3503
3651
|
checkpoint?: {
|
|
3504
3652
|
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
@@ -3510,18 +3658,37 @@ export declare const WorkerApiDequeueFromVersionResponseBody: z.ZodArray<z.ZodOb
|
|
|
3510
3658
|
image?: string | undefined;
|
|
3511
3659
|
}>, "many">;
|
|
3512
3660
|
export type WorkerApiDequeueFromVersionResponseBody = z.infer<typeof WorkerApiDequeueFromVersionResponseBody>;
|
|
3661
|
+
export declare const DebugLogPropertiesValue: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>, "many">]>;
|
|
3662
|
+
export declare const DebugLogProperties: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>, "many">]>>>;
|
|
3663
|
+
export type DebugLogProperties = z.infer<typeof DebugLogProperties>;
|
|
3664
|
+
export declare const DebugLogPropertiesInput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3665
|
+
export type DebugLogPropertiesInput = z.infer<typeof DebugLogPropertiesInput>;
|
|
3666
|
+
export declare const WorkerApiDebugLogBodyInput: z.ZodObject<{
|
|
3667
|
+
time: z.ZodDate;
|
|
3668
|
+
message: z.ZodString;
|
|
3669
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3670
|
+
}, "strip", z.ZodTypeAny, {
|
|
3671
|
+
message: string;
|
|
3672
|
+
time: Date;
|
|
3673
|
+
properties?: Record<string, unknown> | undefined;
|
|
3674
|
+
}, {
|
|
3675
|
+
message: string;
|
|
3676
|
+
time: Date;
|
|
3677
|
+
properties?: Record<string, unknown> | undefined;
|
|
3678
|
+
}>;
|
|
3679
|
+
export type WorkerApiDebugLogBodyInput = z.infer<typeof WorkerApiDebugLogBodyInput>;
|
|
3513
3680
|
export declare const WorkerApiDebugLogBody: z.ZodObject<{
|
|
3514
3681
|
time: z.ZodDate;
|
|
3515
3682
|
message: z.ZodString;
|
|
3516
|
-
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodNullable<z.ZodString
|
|
3683
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, "many">, z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>, "many">]>>>>;
|
|
3517
3684
|
}, "strip", z.ZodTypeAny, {
|
|
3518
3685
|
message: string;
|
|
3519
3686
|
time: Date;
|
|
3520
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
3687
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
3521
3688
|
}, {
|
|
3522
3689
|
message: string;
|
|
3523
3690
|
time: Date;
|
|
3524
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
3691
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
3525
3692
|
}>;
|
|
3526
3693
|
export type WorkerApiDebugLogBody = z.infer<typeof WorkerApiDebugLogBody>;
|
|
3527
3694
|
export declare const WorkerApiSuspendCompletionResponseBody: z.ZodObject<{
|
|
@@ -3535,3 +3702,381 @@ export declare const WorkerApiSuspendCompletionResponseBody: z.ZodObject<{
|
|
|
3535
3702
|
error?: string | undefined;
|
|
3536
3703
|
}>;
|
|
3537
3704
|
export type WorkerApiSuspendCompletionResponseBody = z.infer<typeof WorkerApiSuspendCompletionResponseBody>;
|
|
3705
|
+
export declare const WorkerApiRunSnapshotsSinceResponseBody: z.ZodObject<{
|
|
3706
|
+
snapshots: z.ZodArray<z.ZodObject<{
|
|
3707
|
+
version: z.ZodLiteral<"1">;
|
|
3708
|
+
snapshot: z.ZodObject<{
|
|
3709
|
+
id: z.ZodString;
|
|
3710
|
+
friendlyId: z.ZodString;
|
|
3711
|
+
executionStatus: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunExecutionStatus]>;
|
|
3712
|
+
description: z.ZodString;
|
|
3713
|
+
createdAt: z.ZodDate;
|
|
3714
|
+
}, "strip", z.ZodTypeAny, {
|
|
3715
|
+
id: string;
|
|
3716
|
+
createdAt: Date;
|
|
3717
|
+
description: string;
|
|
3718
|
+
friendlyId: string;
|
|
3719
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3720
|
+
}, {
|
|
3721
|
+
id: string;
|
|
3722
|
+
createdAt: Date;
|
|
3723
|
+
description: string;
|
|
3724
|
+
friendlyId: string;
|
|
3725
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3726
|
+
}>;
|
|
3727
|
+
run: z.ZodObject<{
|
|
3728
|
+
id: z.ZodString;
|
|
3729
|
+
friendlyId: z.ZodString;
|
|
3730
|
+
status: z.ZodEnum<[import("../../schemas/runEngine.js").TaskRunStatus]>;
|
|
3731
|
+
attemptNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3732
|
+
}, "strip", z.ZodTypeAny, {
|
|
3733
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
3734
|
+
id: string;
|
|
3735
|
+
friendlyId: string;
|
|
3736
|
+
attemptNumber?: number | null | undefined;
|
|
3737
|
+
}, {
|
|
3738
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
3739
|
+
id: string;
|
|
3740
|
+
friendlyId: string;
|
|
3741
|
+
attemptNumber?: number | null | undefined;
|
|
3742
|
+
}>;
|
|
3743
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3744
|
+
id: z.ZodString;
|
|
3745
|
+
friendlyId: z.ZodString;
|
|
3746
|
+
}, "strip", z.ZodTypeAny, {
|
|
3747
|
+
id: string;
|
|
3748
|
+
friendlyId: string;
|
|
3749
|
+
}, {
|
|
3750
|
+
id: string;
|
|
3751
|
+
friendlyId: string;
|
|
3752
|
+
}>>;
|
|
3753
|
+
checkpoint: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
3754
|
+
type: z.ZodEnum<[import("../../schemas/runEngine.js").CheckpointTypeEnum]>;
|
|
3755
|
+
location: z.ZodString;
|
|
3756
|
+
imageRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3757
|
+
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3758
|
+
}, {
|
|
3759
|
+
id: z.ZodString;
|
|
3760
|
+
friendlyId: z.ZodString;
|
|
3761
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3762
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
3763
|
+
id: string;
|
|
3764
|
+
friendlyId: string;
|
|
3765
|
+
location: string;
|
|
3766
|
+
imageRef?: string | null | undefined;
|
|
3767
|
+
reason?: string | null | undefined;
|
|
3768
|
+
}, {
|
|
3769
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
3770
|
+
id: string;
|
|
3771
|
+
friendlyId: string;
|
|
3772
|
+
location: string;
|
|
3773
|
+
imageRef?: string | null | undefined;
|
|
3774
|
+
reason?: string | null | undefined;
|
|
3775
|
+
}>>;
|
|
3776
|
+
completedWaitpoints: z.ZodArray<z.ZodObject<{
|
|
3777
|
+
id: z.ZodString;
|
|
3778
|
+
index: z.ZodOptional<z.ZodNumber>;
|
|
3779
|
+
friendlyId: z.ZodString;
|
|
3780
|
+
type: z.ZodEnum<[import("../../schemas/runEngine.js").WaitpointType]>;
|
|
3781
|
+
completedAt: z.ZodDate;
|
|
3782
|
+
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
3783
|
+
completedByTaskRun: z.ZodOptional<z.ZodObject<{
|
|
3784
|
+
id: z.ZodString;
|
|
3785
|
+
friendlyId: z.ZodString;
|
|
3786
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3787
|
+
id: z.ZodString;
|
|
3788
|
+
friendlyId: z.ZodString;
|
|
3789
|
+
}, "strip", z.ZodTypeAny, {
|
|
3790
|
+
id: string;
|
|
3791
|
+
friendlyId: string;
|
|
3792
|
+
}, {
|
|
3793
|
+
id: string;
|
|
3794
|
+
friendlyId: string;
|
|
3795
|
+
}>>;
|
|
3796
|
+
}, "strip", z.ZodTypeAny, {
|
|
3797
|
+
id: string;
|
|
3798
|
+
friendlyId: string;
|
|
3799
|
+
batch?: {
|
|
3800
|
+
id: string;
|
|
3801
|
+
friendlyId: string;
|
|
3802
|
+
} | undefined;
|
|
3803
|
+
}, {
|
|
3804
|
+
id: string;
|
|
3805
|
+
friendlyId: string;
|
|
3806
|
+
batch?: {
|
|
3807
|
+
id: string;
|
|
3808
|
+
friendlyId: string;
|
|
3809
|
+
} | undefined;
|
|
3810
|
+
}>>;
|
|
3811
|
+
completedAfter: z.ZodOptional<z.ZodDate>;
|
|
3812
|
+
completedByBatch: z.ZodOptional<z.ZodObject<{
|
|
3813
|
+
id: z.ZodString;
|
|
3814
|
+
friendlyId: z.ZodString;
|
|
3815
|
+
}, "strip", z.ZodTypeAny, {
|
|
3816
|
+
id: string;
|
|
3817
|
+
friendlyId: string;
|
|
3818
|
+
}, {
|
|
3819
|
+
id: string;
|
|
3820
|
+
friendlyId: string;
|
|
3821
|
+
}>>;
|
|
3822
|
+
output: z.ZodOptional<z.ZodString>;
|
|
3823
|
+
outputType: z.ZodOptional<z.ZodString>;
|
|
3824
|
+
outputIsError: z.ZodBoolean;
|
|
3825
|
+
}, "strip", z.ZodTypeAny, {
|
|
3826
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
3827
|
+
id: string;
|
|
3828
|
+
completedAt: Date;
|
|
3829
|
+
friendlyId: string;
|
|
3830
|
+
outputIsError: boolean;
|
|
3831
|
+
idempotencyKey?: string | undefined;
|
|
3832
|
+
output?: string | undefined;
|
|
3833
|
+
outputType?: string | undefined;
|
|
3834
|
+
index?: number | undefined;
|
|
3835
|
+
completedByTaskRun?: {
|
|
3836
|
+
id: string;
|
|
3837
|
+
friendlyId: string;
|
|
3838
|
+
batch?: {
|
|
3839
|
+
id: string;
|
|
3840
|
+
friendlyId: string;
|
|
3841
|
+
} | undefined;
|
|
3842
|
+
} | undefined;
|
|
3843
|
+
completedAfter?: Date | undefined;
|
|
3844
|
+
completedByBatch?: {
|
|
3845
|
+
id: string;
|
|
3846
|
+
friendlyId: string;
|
|
3847
|
+
} | undefined;
|
|
3848
|
+
}, {
|
|
3849
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
3850
|
+
id: string;
|
|
3851
|
+
completedAt: Date;
|
|
3852
|
+
friendlyId: string;
|
|
3853
|
+
outputIsError: boolean;
|
|
3854
|
+
idempotencyKey?: string | undefined;
|
|
3855
|
+
output?: string | undefined;
|
|
3856
|
+
outputType?: string | undefined;
|
|
3857
|
+
index?: number | undefined;
|
|
3858
|
+
completedByTaskRun?: {
|
|
3859
|
+
id: string;
|
|
3860
|
+
friendlyId: string;
|
|
3861
|
+
batch?: {
|
|
3862
|
+
id: string;
|
|
3863
|
+
friendlyId: string;
|
|
3864
|
+
} | undefined;
|
|
3865
|
+
} | undefined;
|
|
3866
|
+
completedAfter?: Date | undefined;
|
|
3867
|
+
completedByBatch?: {
|
|
3868
|
+
id: string;
|
|
3869
|
+
friendlyId: string;
|
|
3870
|
+
} | undefined;
|
|
3871
|
+
}>, "many">;
|
|
3872
|
+
}, "strip", z.ZodTypeAny, {
|
|
3873
|
+
version: "1";
|
|
3874
|
+
run: {
|
|
3875
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
3876
|
+
id: string;
|
|
3877
|
+
friendlyId: string;
|
|
3878
|
+
attemptNumber?: number | null | undefined;
|
|
3879
|
+
};
|
|
3880
|
+
snapshot: {
|
|
3881
|
+
id: string;
|
|
3882
|
+
createdAt: Date;
|
|
3883
|
+
description: string;
|
|
3884
|
+
friendlyId: string;
|
|
3885
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3886
|
+
};
|
|
3887
|
+
completedWaitpoints: {
|
|
3888
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
3889
|
+
id: string;
|
|
3890
|
+
completedAt: Date;
|
|
3891
|
+
friendlyId: string;
|
|
3892
|
+
outputIsError: boolean;
|
|
3893
|
+
idempotencyKey?: string | undefined;
|
|
3894
|
+
output?: string | undefined;
|
|
3895
|
+
outputType?: string | undefined;
|
|
3896
|
+
index?: number | undefined;
|
|
3897
|
+
completedByTaskRun?: {
|
|
3898
|
+
id: string;
|
|
3899
|
+
friendlyId: string;
|
|
3900
|
+
batch?: {
|
|
3901
|
+
id: string;
|
|
3902
|
+
friendlyId: string;
|
|
3903
|
+
} | undefined;
|
|
3904
|
+
} | undefined;
|
|
3905
|
+
completedAfter?: Date | undefined;
|
|
3906
|
+
completedByBatch?: {
|
|
3907
|
+
id: string;
|
|
3908
|
+
friendlyId: string;
|
|
3909
|
+
} | undefined;
|
|
3910
|
+
}[];
|
|
3911
|
+
batch?: {
|
|
3912
|
+
id: string;
|
|
3913
|
+
friendlyId: string;
|
|
3914
|
+
} | undefined;
|
|
3915
|
+
checkpoint?: {
|
|
3916
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
3917
|
+
id: string;
|
|
3918
|
+
friendlyId: string;
|
|
3919
|
+
location: string;
|
|
3920
|
+
imageRef?: string | null | undefined;
|
|
3921
|
+
reason?: string | null | undefined;
|
|
3922
|
+
} | undefined;
|
|
3923
|
+
}, {
|
|
3924
|
+
version: "1";
|
|
3925
|
+
run: {
|
|
3926
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
3927
|
+
id: string;
|
|
3928
|
+
friendlyId: string;
|
|
3929
|
+
attemptNumber?: number | null | undefined;
|
|
3930
|
+
};
|
|
3931
|
+
snapshot: {
|
|
3932
|
+
id: string;
|
|
3933
|
+
createdAt: Date;
|
|
3934
|
+
description: string;
|
|
3935
|
+
friendlyId: string;
|
|
3936
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3937
|
+
};
|
|
3938
|
+
completedWaitpoints: {
|
|
3939
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
3940
|
+
id: string;
|
|
3941
|
+
completedAt: Date;
|
|
3942
|
+
friendlyId: string;
|
|
3943
|
+
outputIsError: boolean;
|
|
3944
|
+
idempotencyKey?: string | undefined;
|
|
3945
|
+
output?: string | undefined;
|
|
3946
|
+
outputType?: string | undefined;
|
|
3947
|
+
index?: number | undefined;
|
|
3948
|
+
completedByTaskRun?: {
|
|
3949
|
+
id: string;
|
|
3950
|
+
friendlyId: string;
|
|
3951
|
+
batch?: {
|
|
3952
|
+
id: string;
|
|
3953
|
+
friendlyId: string;
|
|
3954
|
+
} | undefined;
|
|
3955
|
+
} | undefined;
|
|
3956
|
+
completedAfter?: Date | undefined;
|
|
3957
|
+
completedByBatch?: {
|
|
3958
|
+
id: string;
|
|
3959
|
+
friendlyId: string;
|
|
3960
|
+
} | undefined;
|
|
3961
|
+
}[];
|
|
3962
|
+
batch?: {
|
|
3963
|
+
id: string;
|
|
3964
|
+
friendlyId: string;
|
|
3965
|
+
} | undefined;
|
|
3966
|
+
checkpoint?: {
|
|
3967
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
3968
|
+
id: string;
|
|
3969
|
+
friendlyId: string;
|
|
3970
|
+
location: string;
|
|
3971
|
+
imageRef?: string | null | undefined;
|
|
3972
|
+
reason?: string | null | undefined;
|
|
3973
|
+
} | undefined;
|
|
3974
|
+
}>, "many">;
|
|
3975
|
+
}, "strip", z.ZodTypeAny, {
|
|
3976
|
+
snapshots: {
|
|
3977
|
+
version: "1";
|
|
3978
|
+
run: {
|
|
3979
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
3980
|
+
id: string;
|
|
3981
|
+
friendlyId: string;
|
|
3982
|
+
attemptNumber?: number | null | undefined;
|
|
3983
|
+
};
|
|
3984
|
+
snapshot: {
|
|
3985
|
+
id: string;
|
|
3986
|
+
createdAt: Date;
|
|
3987
|
+
description: string;
|
|
3988
|
+
friendlyId: string;
|
|
3989
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
3990
|
+
};
|
|
3991
|
+
completedWaitpoints: {
|
|
3992
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
3993
|
+
id: string;
|
|
3994
|
+
completedAt: Date;
|
|
3995
|
+
friendlyId: string;
|
|
3996
|
+
outputIsError: boolean;
|
|
3997
|
+
idempotencyKey?: string | undefined;
|
|
3998
|
+
output?: string | undefined;
|
|
3999
|
+
outputType?: string | undefined;
|
|
4000
|
+
index?: number | undefined;
|
|
4001
|
+
completedByTaskRun?: {
|
|
4002
|
+
id: string;
|
|
4003
|
+
friendlyId: string;
|
|
4004
|
+
batch?: {
|
|
4005
|
+
id: string;
|
|
4006
|
+
friendlyId: string;
|
|
4007
|
+
} | undefined;
|
|
4008
|
+
} | undefined;
|
|
4009
|
+
completedAfter?: Date | undefined;
|
|
4010
|
+
completedByBatch?: {
|
|
4011
|
+
id: string;
|
|
4012
|
+
friendlyId: string;
|
|
4013
|
+
} | undefined;
|
|
4014
|
+
}[];
|
|
4015
|
+
batch?: {
|
|
4016
|
+
id: string;
|
|
4017
|
+
friendlyId: string;
|
|
4018
|
+
} | undefined;
|
|
4019
|
+
checkpoint?: {
|
|
4020
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
4021
|
+
id: string;
|
|
4022
|
+
friendlyId: string;
|
|
4023
|
+
location: string;
|
|
4024
|
+
imageRef?: string | null | undefined;
|
|
4025
|
+
reason?: string | null | undefined;
|
|
4026
|
+
} | undefined;
|
|
4027
|
+
}[];
|
|
4028
|
+
}, {
|
|
4029
|
+
snapshots: {
|
|
4030
|
+
version: "1";
|
|
4031
|
+
run: {
|
|
4032
|
+
status: import("../../schemas/runEngine.js").TaskRunStatus;
|
|
4033
|
+
id: string;
|
|
4034
|
+
friendlyId: string;
|
|
4035
|
+
attemptNumber?: number | null | undefined;
|
|
4036
|
+
};
|
|
4037
|
+
snapshot: {
|
|
4038
|
+
id: string;
|
|
4039
|
+
createdAt: Date;
|
|
4040
|
+
description: string;
|
|
4041
|
+
friendlyId: string;
|
|
4042
|
+
executionStatus: import("../../schemas/runEngine.js").TaskRunExecutionStatus;
|
|
4043
|
+
};
|
|
4044
|
+
completedWaitpoints: {
|
|
4045
|
+
type: import("../../schemas/runEngine.js").WaitpointType;
|
|
4046
|
+
id: string;
|
|
4047
|
+
completedAt: Date;
|
|
4048
|
+
friendlyId: string;
|
|
4049
|
+
outputIsError: boolean;
|
|
4050
|
+
idempotencyKey?: string | undefined;
|
|
4051
|
+
output?: string | undefined;
|
|
4052
|
+
outputType?: string | undefined;
|
|
4053
|
+
index?: number | undefined;
|
|
4054
|
+
completedByTaskRun?: {
|
|
4055
|
+
id: string;
|
|
4056
|
+
friendlyId: string;
|
|
4057
|
+
batch?: {
|
|
4058
|
+
id: string;
|
|
4059
|
+
friendlyId: string;
|
|
4060
|
+
} | undefined;
|
|
4061
|
+
} | undefined;
|
|
4062
|
+
completedAfter?: Date | undefined;
|
|
4063
|
+
completedByBatch?: {
|
|
4064
|
+
id: string;
|
|
4065
|
+
friendlyId: string;
|
|
4066
|
+
} | undefined;
|
|
4067
|
+
}[];
|
|
4068
|
+
batch?: {
|
|
4069
|
+
id: string;
|
|
4070
|
+
friendlyId: string;
|
|
4071
|
+
} | undefined;
|
|
4072
|
+
checkpoint?: {
|
|
4073
|
+
type: import("../../schemas/runEngine.js").CheckpointTypeEnum;
|
|
4074
|
+
id: string;
|
|
4075
|
+
friendlyId: string;
|
|
4076
|
+
location: string;
|
|
4077
|
+
imageRef?: string | null | undefined;
|
|
4078
|
+
reason?: string | null | undefined;
|
|
4079
|
+
} | undefined;
|
|
4080
|
+
}[];
|
|
4081
|
+
}>;
|
|
4082
|
+
export type WorkerApiRunSnapshotsSinceResponseBody = z.infer<typeof WorkerApiRunSnapshotsSinceResponseBody>;
|