@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
|
@@ -41,13 +41,16 @@ export declare const WorkloadContinueRunExecutionResponseBody: z.ZodObject<{
|
|
|
41
41
|
friendlyId: z.ZodString;
|
|
42
42
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
43
43
|
description: z.ZodString;
|
|
44
|
+
createdAt: z.ZodDate;
|
|
44
45
|
}, "strip", z.ZodTypeAny, {
|
|
45
46
|
id: string;
|
|
47
|
+
createdAt: Date;
|
|
46
48
|
description: string;
|
|
47
49
|
friendlyId: string;
|
|
48
50
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
49
51
|
}, {
|
|
50
52
|
id: string;
|
|
53
|
+
createdAt: Date;
|
|
51
54
|
description: string;
|
|
52
55
|
friendlyId: string;
|
|
53
56
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -77,6 +80,7 @@ export declare const WorkloadContinueRunExecutionResponseBody: z.ZodObject<{
|
|
|
77
80
|
};
|
|
78
81
|
snapshot: {
|
|
79
82
|
id: string;
|
|
83
|
+
createdAt: Date;
|
|
80
84
|
description: string;
|
|
81
85
|
friendlyId: string;
|
|
82
86
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -90,6 +94,7 @@ export declare const WorkloadContinueRunExecutionResponseBody: z.ZodObject<{
|
|
|
90
94
|
};
|
|
91
95
|
snapshot: {
|
|
92
96
|
id: string;
|
|
97
|
+
createdAt: Date;
|
|
93
98
|
description: string;
|
|
94
99
|
friendlyId: string;
|
|
95
100
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1628,13 +1633,16 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1628
1633
|
friendlyId: z.ZodString;
|
|
1629
1634
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
1630
1635
|
description: z.ZodString;
|
|
1636
|
+
createdAt: z.ZodDate;
|
|
1631
1637
|
}, "strip", z.ZodTypeAny, {
|
|
1632
1638
|
id: string;
|
|
1639
|
+
createdAt: Date;
|
|
1633
1640
|
description: string;
|
|
1634
1641
|
friendlyId: string;
|
|
1635
1642
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
1636
1643
|
}, {
|
|
1637
1644
|
id: string;
|
|
1645
|
+
createdAt: Date;
|
|
1638
1646
|
description: string;
|
|
1639
1647
|
friendlyId: string;
|
|
1640
1648
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1664,6 +1672,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1664
1672
|
};
|
|
1665
1673
|
snapshot: {
|
|
1666
1674
|
id: string;
|
|
1675
|
+
createdAt: Date;
|
|
1667
1676
|
description: string;
|
|
1668
1677
|
friendlyId: string;
|
|
1669
1678
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1677,6 +1686,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1677
1686
|
};
|
|
1678
1687
|
snapshot: {
|
|
1679
1688
|
id: string;
|
|
1689
|
+
createdAt: Date;
|
|
1680
1690
|
description: string;
|
|
1681
1691
|
friendlyId: string;
|
|
1682
1692
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1694,6 +1704,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1694
1704
|
};
|
|
1695
1705
|
snapshot: {
|
|
1696
1706
|
id: string;
|
|
1707
|
+
createdAt: Date;
|
|
1697
1708
|
description: string;
|
|
1698
1709
|
friendlyId: string;
|
|
1699
1710
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1711,6 +1722,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1711
1722
|
};
|
|
1712
1723
|
snapshot: {
|
|
1713
1724
|
id: string;
|
|
1725
|
+
createdAt: Date;
|
|
1714
1726
|
description: string;
|
|
1715
1727
|
friendlyId: string;
|
|
1716
1728
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1732,13 +1744,16 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1732
1744
|
friendlyId: z.ZodString;
|
|
1733
1745
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
1734
1746
|
description: z.ZodString;
|
|
1747
|
+
createdAt: z.ZodDate;
|
|
1735
1748
|
}, "strip", z.ZodTypeAny, {
|
|
1736
1749
|
id: string;
|
|
1750
|
+
createdAt: Date;
|
|
1737
1751
|
description: string;
|
|
1738
1752
|
friendlyId: string;
|
|
1739
1753
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
1740
1754
|
}, {
|
|
1741
1755
|
id: string;
|
|
1756
|
+
createdAt: Date;
|
|
1742
1757
|
description: string;
|
|
1743
1758
|
friendlyId: string;
|
|
1744
1759
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1768,6 +1783,7 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1768
1783
|
};
|
|
1769
1784
|
snapshot: {
|
|
1770
1785
|
id: string;
|
|
1786
|
+
createdAt: Date;
|
|
1771
1787
|
description: string;
|
|
1772
1788
|
friendlyId: string;
|
|
1773
1789
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1781,6 +1797,7 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1781
1797
|
};
|
|
1782
1798
|
snapshot: {
|
|
1783
1799
|
id: string;
|
|
1800
|
+
createdAt: Date;
|
|
1784
1801
|
description: string;
|
|
1785
1802
|
friendlyId: string;
|
|
1786
1803
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1897,14 +1914,70 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1897
1914
|
id: z.ZodString;
|
|
1898
1915
|
slug: z.ZodString;
|
|
1899
1916
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
1917
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
1918
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
1919
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
1920
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
1921
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
1922
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
1923
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
1924
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
1925
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
1926
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
1927
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
1928
|
+
}, "strip", z.ZodTypeAny, {
|
|
1929
|
+
dirty?: boolean | undefined;
|
|
1930
|
+
commitAuthorName?: string | undefined;
|
|
1931
|
+
commitMessage?: string | undefined;
|
|
1932
|
+
commitRef?: string | undefined;
|
|
1933
|
+
commitSha?: string | undefined;
|
|
1934
|
+
remoteUrl?: string | undefined;
|
|
1935
|
+
pullRequestNumber?: number | undefined;
|
|
1936
|
+
pullRequestTitle?: string | undefined;
|
|
1937
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1938
|
+
}, {
|
|
1939
|
+
dirty?: boolean | undefined;
|
|
1940
|
+
commitAuthorName?: string | undefined;
|
|
1941
|
+
commitMessage?: string | undefined;
|
|
1942
|
+
commitRef?: string | undefined;
|
|
1943
|
+
commitSha?: string | undefined;
|
|
1944
|
+
remoteUrl?: string | undefined;
|
|
1945
|
+
pullRequestNumber?: number | undefined;
|
|
1946
|
+
pullRequestTitle?: string | undefined;
|
|
1947
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1948
|
+
}>>;
|
|
1900
1949
|
}, "strip", z.ZodTypeAny, {
|
|
1901
1950
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1902
1951
|
id: string;
|
|
1903
1952
|
slug: string;
|
|
1953
|
+
branchName?: string | undefined;
|
|
1954
|
+
git?: {
|
|
1955
|
+
dirty?: boolean | undefined;
|
|
1956
|
+
commitAuthorName?: string | undefined;
|
|
1957
|
+
commitMessage?: string | undefined;
|
|
1958
|
+
commitRef?: string | undefined;
|
|
1959
|
+
commitSha?: string | undefined;
|
|
1960
|
+
remoteUrl?: string | undefined;
|
|
1961
|
+
pullRequestNumber?: number | undefined;
|
|
1962
|
+
pullRequestTitle?: string | undefined;
|
|
1963
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1964
|
+
} | undefined;
|
|
1904
1965
|
}, {
|
|
1905
1966
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1906
1967
|
id: string;
|
|
1907
1968
|
slug: string;
|
|
1969
|
+
branchName?: string | undefined;
|
|
1970
|
+
git?: {
|
|
1971
|
+
dirty?: boolean | undefined;
|
|
1972
|
+
commitAuthorName?: string | undefined;
|
|
1973
|
+
commitMessage?: string | undefined;
|
|
1974
|
+
commitRef?: string | undefined;
|
|
1975
|
+
commitSha?: string | undefined;
|
|
1976
|
+
remoteUrl?: string | undefined;
|
|
1977
|
+
pullRequestNumber?: number | undefined;
|
|
1978
|
+
pullRequestTitle?: string | undefined;
|
|
1979
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1980
|
+
} | undefined;
|
|
1908
1981
|
}>;
|
|
1909
1982
|
organization: z.ZodObject<{
|
|
1910
1983
|
id: z.ZodString;
|
|
@@ -2001,6 +2074,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2001
2074
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2002
2075
|
id: string;
|
|
2003
2076
|
slug: string;
|
|
2077
|
+
branchName?: string | undefined;
|
|
2078
|
+
git?: {
|
|
2079
|
+
dirty?: boolean | undefined;
|
|
2080
|
+
commitAuthorName?: string | undefined;
|
|
2081
|
+
commitMessage?: string | undefined;
|
|
2082
|
+
commitRef?: string | undefined;
|
|
2083
|
+
commitSha?: string | undefined;
|
|
2084
|
+
remoteUrl?: string | undefined;
|
|
2085
|
+
pullRequestNumber?: number | undefined;
|
|
2086
|
+
pullRequestTitle?: string | undefined;
|
|
2087
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2088
|
+
} | undefined;
|
|
2004
2089
|
};
|
|
2005
2090
|
organization: {
|
|
2006
2091
|
name: string;
|
|
@@ -2065,6 +2150,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2065
2150
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2066
2151
|
id: string;
|
|
2067
2152
|
slug: string;
|
|
2153
|
+
branchName?: string | undefined;
|
|
2154
|
+
git?: {
|
|
2155
|
+
dirty?: boolean | undefined;
|
|
2156
|
+
commitAuthorName?: string | undefined;
|
|
2157
|
+
commitMessage?: string | undefined;
|
|
2158
|
+
commitRef?: string | undefined;
|
|
2159
|
+
commitSha?: string | undefined;
|
|
2160
|
+
remoteUrl?: string | undefined;
|
|
2161
|
+
pullRequestNumber?: number | undefined;
|
|
2162
|
+
pullRequestTitle?: string | undefined;
|
|
2163
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2164
|
+
} | undefined;
|
|
2068
2165
|
};
|
|
2069
2166
|
organization: {
|
|
2070
2167
|
name: string;
|
|
@@ -2131,6 +2228,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2131
2228
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2132
2229
|
id: string;
|
|
2133
2230
|
slug: string;
|
|
2231
|
+
branchName?: string | undefined;
|
|
2232
|
+
git?: {
|
|
2233
|
+
dirty?: boolean | undefined;
|
|
2234
|
+
commitAuthorName?: string | undefined;
|
|
2235
|
+
commitMessage?: string | undefined;
|
|
2236
|
+
commitRef?: string | undefined;
|
|
2237
|
+
commitSha?: string | undefined;
|
|
2238
|
+
remoteUrl?: string | undefined;
|
|
2239
|
+
pullRequestNumber?: number | undefined;
|
|
2240
|
+
pullRequestTitle?: string | undefined;
|
|
2241
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2242
|
+
} | undefined;
|
|
2134
2243
|
};
|
|
2135
2244
|
organization: {
|
|
2136
2245
|
name: string;
|
|
@@ -2197,6 +2306,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2197
2306
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2198
2307
|
id: string;
|
|
2199
2308
|
slug: string;
|
|
2309
|
+
branchName?: string | undefined;
|
|
2310
|
+
git?: {
|
|
2311
|
+
dirty?: boolean | undefined;
|
|
2312
|
+
commitAuthorName?: string | undefined;
|
|
2313
|
+
commitMessage?: string | undefined;
|
|
2314
|
+
commitRef?: string | undefined;
|
|
2315
|
+
commitSha?: string | undefined;
|
|
2316
|
+
remoteUrl?: string | undefined;
|
|
2317
|
+
pullRequestNumber?: number | undefined;
|
|
2318
|
+
pullRequestTitle?: string | undefined;
|
|
2319
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2320
|
+
} | undefined;
|
|
2200
2321
|
};
|
|
2201
2322
|
organization: {
|
|
2202
2323
|
name: string;
|
|
@@ -2235,13 +2356,16 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2235
2356
|
friendlyId: z.ZodString;
|
|
2236
2357
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
2237
2358
|
description: z.ZodString;
|
|
2359
|
+
createdAt: z.ZodDate;
|
|
2238
2360
|
}, "strip", z.ZodTypeAny, {
|
|
2239
2361
|
id: string;
|
|
2362
|
+
createdAt: Date;
|
|
2240
2363
|
description: string;
|
|
2241
2364
|
friendlyId: string;
|
|
2242
2365
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
2243
2366
|
}, {
|
|
2244
2367
|
id: string;
|
|
2368
|
+
createdAt: Date;
|
|
2245
2369
|
description: string;
|
|
2246
2370
|
friendlyId: string;
|
|
2247
2371
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2401,6 +2525,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2401
2525
|
};
|
|
2402
2526
|
snapshot: {
|
|
2403
2527
|
id: string;
|
|
2528
|
+
createdAt: Date;
|
|
2404
2529
|
description: string;
|
|
2405
2530
|
friendlyId: string;
|
|
2406
2531
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2451,6 +2576,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2451
2576
|
};
|
|
2452
2577
|
snapshot: {
|
|
2453
2578
|
id: string;
|
|
2579
|
+
createdAt: Date;
|
|
2454
2580
|
description: string;
|
|
2455
2581
|
friendlyId: string;
|
|
2456
2582
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2503,6 +2629,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2503
2629
|
};
|
|
2504
2630
|
snapshot: {
|
|
2505
2631
|
id: string;
|
|
2632
|
+
createdAt: Date;
|
|
2506
2633
|
description: string;
|
|
2507
2634
|
friendlyId: string;
|
|
2508
2635
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2555,6 +2682,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2555
2682
|
};
|
|
2556
2683
|
snapshot: {
|
|
2557
2684
|
id: string;
|
|
2685
|
+
createdAt: Date;
|
|
2558
2686
|
description: string;
|
|
2559
2687
|
friendlyId: string;
|
|
2560
2688
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2601,15 +2729,15 @@ export type WorkloadRunLatestSnapshotResponseBody = z.infer<typeof WorkloadRunLa
|
|
|
2601
2729
|
export declare const WorkloadDebugLogRequestBody: z.ZodObject<{
|
|
2602
2730
|
time: z.ZodDate;
|
|
2603
2731
|
message: z.ZodString;
|
|
2604
|
-
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodArray<z.ZodNullable<z.ZodString
|
|
2732
|
+
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">]>>>>;
|
|
2605
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2606
2734
|
message: string;
|
|
2607
2735
|
time: Date;
|
|
2608
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
2736
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
2609
2737
|
}, {
|
|
2610
2738
|
message: string;
|
|
2611
2739
|
time: Date;
|
|
2612
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
2740
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
2613
2741
|
}>;
|
|
2614
2742
|
export type WorkloadDebugLogRequestBody = z.infer<typeof WorkloadDebugLogRequestBody>;
|
|
2615
2743
|
export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObject<{
|
|
@@ -2619,13 +2747,16 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2619
2747
|
friendlyId: z.ZodString;
|
|
2620
2748
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
2621
2749
|
description: z.ZodString;
|
|
2750
|
+
createdAt: z.ZodDate;
|
|
2622
2751
|
}, "strip", z.ZodTypeAny, {
|
|
2623
2752
|
id: string;
|
|
2753
|
+
createdAt: Date;
|
|
2624
2754
|
description: string;
|
|
2625
2755
|
friendlyId: string;
|
|
2626
2756
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
2627
2757
|
}, {
|
|
2628
2758
|
id: string;
|
|
2759
|
+
createdAt: Date;
|
|
2629
2760
|
description: string;
|
|
2630
2761
|
friendlyId: string;
|
|
2631
2762
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2763,12 +2894,15 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2763
2894
|
deployment: z.ZodObject<{
|
|
2764
2895
|
id: z.ZodOptional<z.ZodString>;
|
|
2765
2896
|
friendlyId: z.ZodOptional<z.ZodString>;
|
|
2897
|
+
imagePlatform: z.ZodOptional<z.ZodString>;
|
|
2766
2898
|
}, "strip", z.ZodTypeAny, {
|
|
2767
2899
|
id?: string | undefined;
|
|
2768
2900
|
friendlyId?: string | undefined;
|
|
2901
|
+
imagePlatform?: string | undefined;
|
|
2769
2902
|
}, {
|
|
2770
2903
|
id?: string | undefined;
|
|
2771
2904
|
friendlyId?: string | undefined;
|
|
2905
|
+
imagePlatform?: string | undefined;
|
|
2772
2906
|
}>;
|
|
2773
2907
|
run: z.ZodObject<{
|
|
2774
2908
|
id: z.ZodString;
|
|
@@ -2872,6 +3006,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2872
3006
|
};
|
|
2873
3007
|
snapshot: {
|
|
2874
3008
|
id: string;
|
|
3009
|
+
createdAt: Date;
|
|
2875
3010
|
description: string;
|
|
2876
3011
|
friendlyId: string;
|
|
2877
3012
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2909,6 +3044,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2909
3044
|
deployment: {
|
|
2910
3045
|
id?: string | undefined;
|
|
2911
3046
|
friendlyId?: string | undefined;
|
|
3047
|
+
imagePlatform?: string | undefined;
|
|
2912
3048
|
};
|
|
2913
3049
|
checkpoint?: {
|
|
2914
3050
|
type: import("../../index.js").CheckpointTypeEnum;
|
|
@@ -2946,6 +3082,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2946
3082
|
};
|
|
2947
3083
|
snapshot: {
|
|
2948
3084
|
id: string;
|
|
3085
|
+
createdAt: Date;
|
|
2949
3086
|
description: string;
|
|
2950
3087
|
friendlyId: string;
|
|
2951
3088
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2983,6 +3120,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2983
3120
|
deployment: {
|
|
2984
3121
|
id?: string | undefined;
|
|
2985
3122
|
friendlyId?: string | undefined;
|
|
3123
|
+
imagePlatform?: string | undefined;
|
|
2986
3124
|
};
|
|
2987
3125
|
checkpoint?: {
|
|
2988
3126
|
type: import("../../index.js").CheckpointTypeEnum;
|
|
@@ -2994,3 +3132,381 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2994
3132
|
image?: string | undefined;
|
|
2995
3133
|
}>, "many">;
|
|
2996
3134
|
export type WorkloadDequeueFromVersionResponseBody = z.infer<typeof WorkloadDequeueFromVersionResponseBody>;
|
|
3135
|
+
export declare const WorkloadRunSnapshotsSinceResponseBody: z.ZodObject<{
|
|
3136
|
+
snapshots: z.ZodArray<z.ZodObject<{
|
|
3137
|
+
version: z.ZodLiteral<"1">;
|
|
3138
|
+
snapshot: z.ZodObject<{
|
|
3139
|
+
id: z.ZodString;
|
|
3140
|
+
friendlyId: z.ZodString;
|
|
3141
|
+
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
3142
|
+
description: z.ZodString;
|
|
3143
|
+
createdAt: z.ZodDate;
|
|
3144
|
+
}, "strip", z.ZodTypeAny, {
|
|
3145
|
+
id: string;
|
|
3146
|
+
createdAt: Date;
|
|
3147
|
+
description: string;
|
|
3148
|
+
friendlyId: string;
|
|
3149
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3150
|
+
}, {
|
|
3151
|
+
id: string;
|
|
3152
|
+
createdAt: Date;
|
|
3153
|
+
description: string;
|
|
3154
|
+
friendlyId: string;
|
|
3155
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3156
|
+
}>;
|
|
3157
|
+
run: z.ZodObject<{
|
|
3158
|
+
id: z.ZodString;
|
|
3159
|
+
friendlyId: z.ZodString;
|
|
3160
|
+
status: z.ZodEnum<[import("../../index.js").TaskRunStatus]>;
|
|
3161
|
+
attemptNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3162
|
+
}, "strip", z.ZodTypeAny, {
|
|
3163
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3164
|
+
id: string;
|
|
3165
|
+
friendlyId: string;
|
|
3166
|
+
attemptNumber?: number | null | undefined;
|
|
3167
|
+
}, {
|
|
3168
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3169
|
+
id: string;
|
|
3170
|
+
friendlyId: string;
|
|
3171
|
+
attemptNumber?: number | null | undefined;
|
|
3172
|
+
}>;
|
|
3173
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3174
|
+
id: z.ZodString;
|
|
3175
|
+
friendlyId: z.ZodString;
|
|
3176
|
+
}, "strip", z.ZodTypeAny, {
|
|
3177
|
+
id: string;
|
|
3178
|
+
friendlyId: string;
|
|
3179
|
+
}, {
|
|
3180
|
+
id: string;
|
|
3181
|
+
friendlyId: string;
|
|
3182
|
+
}>>;
|
|
3183
|
+
checkpoint: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
3184
|
+
type: z.ZodEnum<[import("../../index.js").CheckpointTypeEnum]>;
|
|
3185
|
+
location: z.ZodString;
|
|
3186
|
+
imageRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3187
|
+
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3188
|
+
}, {
|
|
3189
|
+
id: z.ZodString;
|
|
3190
|
+
friendlyId: z.ZodString;
|
|
3191
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3192
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3193
|
+
id: string;
|
|
3194
|
+
friendlyId: string;
|
|
3195
|
+
location: string;
|
|
3196
|
+
imageRef?: string | null | undefined;
|
|
3197
|
+
reason?: string | null | undefined;
|
|
3198
|
+
}, {
|
|
3199
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3200
|
+
id: string;
|
|
3201
|
+
friendlyId: string;
|
|
3202
|
+
location: string;
|
|
3203
|
+
imageRef?: string | null | undefined;
|
|
3204
|
+
reason?: string | null | undefined;
|
|
3205
|
+
}>>;
|
|
3206
|
+
completedWaitpoints: z.ZodArray<z.ZodObject<{
|
|
3207
|
+
id: z.ZodString;
|
|
3208
|
+
index: z.ZodOptional<z.ZodNumber>;
|
|
3209
|
+
friendlyId: z.ZodString;
|
|
3210
|
+
type: z.ZodEnum<[import("../../index.js").WaitpointType]>;
|
|
3211
|
+
completedAt: z.ZodDate;
|
|
3212
|
+
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
3213
|
+
completedByTaskRun: z.ZodOptional<z.ZodObject<{
|
|
3214
|
+
id: z.ZodString;
|
|
3215
|
+
friendlyId: z.ZodString;
|
|
3216
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3217
|
+
id: z.ZodString;
|
|
3218
|
+
friendlyId: z.ZodString;
|
|
3219
|
+
}, "strip", z.ZodTypeAny, {
|
|
3220
|
+
id: string;
|
|
3221
|
+
friendlyId: string;
|
|
3222
|
+
}, {
|
|
3223
|
+
id: string;
|
|
3224
|
+
friendlyId: string;
|
|
3225
|
+
}>>;
|
|
3226
|
+
}, "strip", z.ZodTypeAny, {
|
|
3227
|
+
id: string;
|
|
3228
|
+
friendlyId: string;
|
|
3229
|
+
batch?: {
|
|
3230
|
+
id: string;
|
|
3231
|
+
friendlyId: string;
|
|
3232
|
+
} | undefined;
|
|
3233
|
+
}, {
|
|
3234
|
+
id: string;
|
|
3235
|
+
friendlyId: string;
|
|
3236
|
+
batch?: {
|
|
3237
|
+
id: string;
|
|
3238
|
+
friendlyId: string;
|
|
3239
|
+
} | undefined;
|
|
3240
|
+
}>>;
|
|
3241
|
+
completedAfter: z.ZodOptional<z.ZodDate>;
|
|
3242
|
+
completedByBatch: z.ZodOptional<z.ZodObject<{
|
|
3243
|
+
id: z.ZodString;
|
|
3244
|
+
friendlyId: z.ZodString;
|
|
3245
|
+
}, "strip", z.ZodTypeAny, {
|
|
3246
|
+
id: string;
|
|
3247
|
+
friendlyId: string;
|
|
3248
|
+
}, {
|
|
3249
|
+
id: string;
|
|
3250
|
+
friendlyId: string;
|
|
3251
|
+
}>>;
|
|
3252
|
+
output: z.ZodOptional<z.ZodString>;
|
|
3253
|
+
outputType: z.ZodOptional<z.ZodString>;
|
|
3254
|
+
outputIsError: z.ZodBoolean;
|
|
3255
|
+
}, "strip", z.ZodTypeAny, {
|
|
3256
|
+
type: import("../../index.js").WaitpointType;
|
|
3257
|
+
id: string;
|
|
3258
|
+
completedAt: Date;
|
|
3259
|
+
friendlyId: string;
|
|
3260
|
+
outputIsError: boolean;
|
|
3261
|
+
idempotencyKey?: string | undefined;
|
|
3262
|
+
output?: string | undefined;
|
|
3263
|
+
outputType?: string | undefined;
|
|
3264
|
+
index?: number | undefined;
|
|
3265
|
+
completedByTaskRun?: {
|
|
3266
|
+
id: string;
|
|
3267
|
+
friendlyId: string;
|
|
3268
|
+
batch?: {
|
|
3269
|
+
id: string;
|
|
3270
|
+
friendlyId: string;
|
|
3271
|
+
} | undefined;
|
|
3272
|
+
} | undefined;
|
|
3273
|
+
completedAfter?: Date | undefined;
|
|
3274
|
+
completedByBatch?: {
|
|
3275
|
+
id: string;
|
|
3276
|
+
friendlyId: string;
|
|
3277
|
+
} | undefined;
|
|
3278
|
+
}, {
|
|
3279
|
+
type: import("../../index.js").WaitpointType;
|
|
3280
|
+
id: string;
|
|
3281
|
+
completedAt: Date;
|
|
3282
|
+
friendlyId: string;
|
|
3283
|
+
outputIsError: boolean;
|
|
3284
|
+
idempotencyKey?: string | undefined;
|
|
3285
|
+
output?: string | undefined;
|
|
3286
|
+
outputType?: string | undefined;
|
|
3287
|
+
index?: number | undefined;
|
|
3288
|
+
completedByTaskRun?: {
|
|
3289
|
+
id: string;
|
|
3290
|
+
friendlyId: string;
|
|
3291
|
+
batch?: {
|
|
3292
|
+
id: string;
|
|
3293
|
+
friendlyId: string;
|
|
3294
|
+
} | undefined;
|
|
3295
|
+
} | undefined;
|
|
3296
|
+
completedAfter?: Date | undefined;
|
|
3297
|
+
completedByBatch?: {
|
|
3298
|
+
id: string;
|
|
3299
|
+
friendlyId: string;
|
|
3300
|
+
} | undefined;
|
|
3301
|
+
}>, "many">;
|
|
3302
|
+
}, "strip", z.ZodTypeAny, {
|
|
3303
|
+
version: "1";
|
|
3304
|
+
run: {
|
|
3305
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3306
|
+
id: string;
|
|
3307
|
+
friendlyId: string;
|
|
3308
|
+
attemptNumber?: number | null | undefined;
|
|
3309
|
+
};
|
|
3310
|
+
snapshot: {
|
|
3311
|
+
id: string;
|
|
3312
|
+
createdAt: Date;
|
|
3313
|
+
description: string;
|
|
3314
|
+
friendlyId: string;
|
|
3315
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3316
|
+
};
|
|
3317
|
+
completedWaitpoints: {
|
|
3318
|
+
type: import("../../index.js").WaitpointType;
|
|
3319
|
+
id: string;
|
|
3320
|
+
completedAt: Date;
|
|
3321
|
+
friendlyId: string;
|
|
3322
|
+
outputIsError: boolean;
|
|
3323
|
+
idempotencyKey?: string | undefined;
|
|
3324
|
+
output?: string | undefined;
|
|
3325
|
+
outputType?: string | undefined;
|
|
3326
|
+
index?: number | undefined;
|
|
3327
|
+
completedByTaskRun?: {
|
|
3328
|
+
id: string;
|
|
3329
|
+
friendlyId: string;
|
|
3330
|
+
batch?: {
|
|
3331
|
+
id: string;
|
|
3332
|
+
friendlyId: string;
|
|
3333
|
+
} | undefined;
|
|
3334
|
+
} | undefined;
|
|
3335
|
+
completedAfter?: Date | undefined;
|
|
3336
|
+
completedByBatch?: {
|
|
3337
|
+
id: string;
|
|
3338
|
+
friendlyId: string;
|
|
3339
|
+
} | undefined;
|
|
3340
|
+
}[];
|
|
3341
|
+
batch?: {
|
|
3342
|
+
id: string;
|
|
3343
|
+
friendlyId: string;
|
|
3344
|
+
} | undefined;
|
|
3345
|
+
checkpoint?: {
|
|
3346
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3347
|
+
id: string;
|
|
3348
|
+
friendlyId: string;
|
|
3349
|
+
location: string;
|
|
3350
|
+
imageRef?: string | null | undefined;
|
|
3351
|
+
reason?: string | null | undefined;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
}, {
|
|
3354
|
+
version: "1";
|
|
3355
|
+
run: {
|
|
3356
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3357
|
+
id: string;
|
|
3358
|
+
friendlyId: string;
|
|
3359
|
+
attemptNumber?: number | null | undefined;
|
|
3360
|
+
};
|
|
3361
|
+
snapshot: {
|
|
3362
|
+
id: string;
|
|
3363
|
+
createdAt: Date;
|
|
3364
|
+
description: string;
|
|
3365
|
+
friendlyId: string;
|
|
3366
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3367
|
+
};
|
|
3368
|
+
completedWaitpoints: {
|
|
3369
|
+
type: import("../../index.js").WaitpointType;
|
|
3370
|
+
id: string;
|
|
3371
|
+
completedAt: Date;
|
|
3372
|
+
friendlyId: string;
|
|
3373
|
+
outputIsError: boolean;
|
|
3374
|
+
idempotencyKey?: string | undefined;
|
|
3375
|
+
output?: string | undefined;
|
|
3376
|
+
outputType?: string | undefined;
|
|
3377
|
+
index?: number | undefined;
|
|
3378
|
+
completedByTaskRun?: {
|
|
3379
|
+
id: string;
|
|
3380
|
+
friendlyId: string;
|
|
3381
|
+
batch?: {
|
|
3382
|
+
id: string;
|
|
3383
|
+
friendlyId: string;
|
|
3384
|
+
} | undefined;
|
|
3385
|
+
} | undefined;
|
|
3386
|
+
completedAfter?: Date | undefined;
|
|
3387
|
+
completedByBatch?: {
|
|
3388
|
+
id: string;
|
|
3389
|
+
friendlyId: string;
|
|
3390
|
+
} | undefined;
|
|
3391
|
+
}[];
|
|
3392
|
+
batch?: {
|
|
3393
|
+
id: string;
|
|
3394
|
+
friendlyId: string;
|
|
3395
|
+
} | undefined;
|
|
3396
|
+
checkpoint?: {
|
|
3397
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3398
|
+
id: string;
|
|
3399
|
+
friendlyId: string;
|
|
3400
|
+
location: string;
|
|
3401
|
+
imageRef?: string | null | undefined;
|
|
3402
|
+
reason?: string | null | undefined;
|
|
3403
|
+
} | undefined;
|
|
3404
|
+
}>, "many">;
|
|
3405
|
+
}, "strip", z.ZodTypeAny, {
|
|
3406
|
+
snapshots: {
|
|
3407
|
+
version: "1";
|
|
3408
|
+
run: {
|
|
3409
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3410
|
+
id: string;
|
|
3411
|
+
friendlyId: string;
|
|
3412
|
+
attemptNumber?: number | null | undefined;
|
|
3413
|
+
};
|
|
3414
|
+
snapshot: {
|
|
3415
|
+
id: string;
|
|
3416
|
+
createdAt: Date;
|
|
3417
|
+
description: string;
|
|
3418
|
+
friendlyId: string;
|
|
3419
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3420
|
+
};
|
|
3421
|
+
completedWaitpoints: {
|
|
3422
|
+
type: import("../../index.js").WaitpointType;
|
|
3423
|
+
id: string;
|
|
3424
|
+
completedAt: Date;
|
|
3425
|
+
friendlyId: string;
|
|
3426
|
+
outputIsError: boolean;
|
|
3427
|
+
idempotencyKey?: string | undefined;
|
|
3428
|
+
output?: string | undefined;
|
|
3429
|
+
outputType?: string | undefined;
|
|
3430
|
+
index?: number | undefined;
|
|
3431
|
+
completedByTaskRun?: {
|
|
3432
|
+
id: string;
|
|
3433
|
+
friendlyId: string;
|
|
3434
|
+
batch?: {
|
|
3435
|
+
id: string;
|
|
3436
|
+
friendlyId: string;
|
|
3437
|
+
} | undefined;
|
|
3438
|
+
} | undefined;
|
|
3439
|
+
completedAfter?: Date | undefined;
|
|
3440
|
+
completedByBatch?: {
|
|
3441
|
+
id: string;
|
|
3442
|
+
friendlyId: string;
|
|
3443
|
+
} | undefined;
|
|
3444
|
+
}[];
|
|
3445
|
+
batch?: {
|
|
3446
|
+
id: string;
|
|
3447
|
+
friendlyId: string;
|
|
3448
|
+
} | undefined;
|
|
3449
|
+
checkpoint?: {
|
|
3450
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3451
|
+
id: string;
|
|
3452
|
+
friendlyId: string;
|
|
3453
|
+
location: string;
|
|
3454
|
+
imageRef?: string | null | undefined;
|
|
3455
|
+
reason?: string | null | undefined;
|
|
3456
|
+
} | undefined;
|
|
3457
|
+
}[];
|
|
3458
|
+
}, {
|
|
3459
|
+
snapshots: {
|
|
3460
|
+
version: "1";
|
|
3461
|
+
run: {
|
|
3462
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3463
|
+
id: string;
|
|
3464
|
+
friendlyId: string;
|
|
3465
|
+
attemptNumber?: number | null | undefined;
|
|
3466
|
+
};
|
|
3467
|
+
snapshot: {
|
|
3468
|
+
id: string;
|
|
3469
|
+
createdAt: Date;
|
|
3470
|
+
description: string;
|
|
3471
|
+
friendlyId: string;
|
|
3472
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3473
|
+
};
|
|
3474
|
+
completedWaitpoints: {
|
|
3475
|
+
type: import("../../index.js").WaitpointType;
|
|
3476
|
+
id: string;
|
|
3477
|
+
completedAt: Date;
|
|
3478
|
+
friendlyId: string;
|
|
3479
|
+
outputIsError: boolean;
|
|
3480
|
+
idempotencyKey?: string | undefined;
|
|
3481
|
+
output?: string | undefined;
|
|
3482
|
+
outputType?: string | undefined;
|
|
3483
|
+
index?: number | undefined;
|
|
3484
|
+
completedByTaskRun?: {
|
|
3485
|
+
id: string;
|
|
3486
|
+
friendlyId: string;
|
|
3487
|
+
batch?: {
|
|
3488
|
+
id: string;
|
|
3489
|
+
friendlyId: string;
|
|
3490
|
+
} | undefined;
|
|
3491
|
+
} | undefined;
|
|
3492
|
+
completedAfter?: Date | undefined;
|
|
3493
|
+
completedByBatch?: {
|
|
3494
|
+
id: string;
|
|
3495
|
+
friendlyId: string;
|
|
3496
|
+
} | undefined;
|
|
3497
|
+
}[];
|
|
3498
|
+
batch?: {
|
|
3499
|
+
id: string;
|
|
3500
|
+
friendlyId: string;
|
|
3501
|
+
} | undefined;
|
|
3502
|
+
checkpoint?: {
|
|
3503
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3504
|
+
id: string;
|
|
3505
|
+
friendlyId: string;
|
|
3506
|
+
location: string;
|
|
3507
|
+
imageRef?: string | null | undefined;
|
|
3508
|
+
reason?: string | null | undefined;
|
|
3509
|
+
} | undefined;
|
|
3510
|
+
}[];
|
|
3511
|
+
}>;
|
|
3512
|
+
export type WorkloadRunSnapshotsSinceResponseBody = z.infer<typeof WorkloadRunSnapshotsSinceResponseBody>;
|