@trigger.dev/core 0.0.0-prerelease-20250503193704 → 0.0.0-prerelease-20250703115146
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 +5 -0
- package/dist/commonjs/v3/lifecycleHooks/manager.js.map +1 -1
- package/dist/commonjs/v3/limits.d.ts +8 -8
- package/dist/commonjs/v3/limits.js +16 -8
- package/dist/commonjs/v3/limits.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 +600 -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 +571 -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 +3 -2
- package/dist/commonjs/v3/runMetadata/manager.js +33 -7
- 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 +378 -0
- package/dist/commonjs/v3/schemas/common.js +32 -1
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +3769 -4881
- 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/semanticInternalAttributes.d.ts +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.js +1 -0
- package/dist/commonjs/v3/semanticInternalAttributes.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.d.ts +2 -0
- package/dist/commonjs/v3/workers/taskExecutor.js +20 -12
- 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 +5 -0
- package/dist/esm/v3/lifecycleHooks/manager.js.map +1 -1
- package/dist/esm/v3/limits.d.ts +8 -8
- package/dist/esm/v3/limits.js +16 -8
- package/dist/esm/v3/limits.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 +600 -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 +571 -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 +3 -2
- package/dist/esm/v3/runMetadata/manager.js +34 -8
- 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 +378 -0
- package/dist/esm/v3/schemas/common.js +31 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +3769 -4881
- 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/semanticInternalAttributes.d.ts +1 -0
- package/dist/esm/v3/semanticInternalAttributes.js +1 -0
- package/dist/esm/v3/semanticInternalAttributes.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.d.ts +2 -0
- package/dist/esm/v3/workers/taskExecutor.js +20 -12
- 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;
|
|
@@ -456,6 +461,16 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
456
461
|
key: string;
|
|
457
462
|
})[] | undefined;
|
|
458
463
|
}>>;
|
|
464
|
+
flushedMetadata: z.ZodOptional<z.ZodObject<{
|
|
465
|
+
data: z.ZodOptional<z.ZodString>;
|
|
466
|
+
dataType: z.ZodString;
|
|
467
|
+
}, "strip", z.ZodTypeAny, {
|
|
468
|
+
dataType: string;
|
|
469
|
+
data?: string | undefined;
|
|
470
|
+
}, {
|
|
471
|
+
dataType: string;
|
|
472
|
+
data?: string | undefined;
|
|
473
|
+
}>>;
|
|
459
474
|
}, "strip", z.ZodTypeAny, {
|
|
460
475
|
ok: true;
|
|
461
476
|
id: string;
|
|
@@ -536,6 +551,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
536
551
|
durationMs: number;
|
|
537
552
|
} | undefined;
|
|
538
553
|
taskIdentifier?: string | undefined;
|
|
554
|
+
flushedMetadata?: {
|
|
555
|
+
dataType: string;
|
|
556
|
+
data?: string | undefined;
|
|
557
|
+
} | undefined;
|
|
539
558
|
output?: string | undefined;
|
|
540
559
|
}, {
|
|
541
560
|
ok: true;
|
|
@@ -617,6 +636,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
617
636
|
durationMs: number;
|
|
618
637
|
} | undefined;
|
|
619
638
|
taskIdentifier?: string | undefined;
|
|
639
|
+
flushedMetadata?: {
|
|
640
|
+
dataType: string;
|
|
641
|
+
data?: string | undefined;
|
|
642
|
+
} | undefined;
|
|
620
643
|
output?: string | undefined;
|
|
621
644
|
}>, z.ZodObject<{
|
|
622
645
|
ok: z.ZodLiteral<false>;
|
|
@@ -1038,6 +1061,16 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1038
1061
|
key: string;
|
|
1039
1062
|
})[] | undefined;
|
|
1040
1063
|
}>>;
|
|
1064
|
+
flushedMetadata: z.ZodOptional<z.ZodObject<{
|
|
1065
|
+
data: z.ZodOptional<z.ZodString>;
|
|
1066
|
+
dataType: z.ZodString;
|
|
1067
|
+
}, "strip", z.ZodTypeAny, {
|
|
1068
|
+
dataType: string;
|
|
1069
|
+
data?: string | undefined;
|
|
1070
|
+
}, {
|
|
1071
|
+
dataType: string;
|
|
1072
|
+
data?: string | undefined;
|
|
1073
|
+
}>>;
|
|
1041
1074
|
}, "strip", z.ZodTypeAny, {
|
|
1042
1075
|
error: {
|
|
1043
1076
|
message: string;
|
|
@@ -1140,6 +1173,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1140
1173
|
durationMs: number;
|
|
1141
1174
|
} | undefined;
|
|
1142
1175
|
taskIdentifier?: string | undefined;
|
|
1176
|
+
flushedMetadata?: {
|
|
1177
|
+
dataType: string;
|
|
1178
|
+
data?: string | undefined;
|
|
1179
|
+
} | undefined;
|
|
1143
1180
|
}, {
|
|
1144
1181
|
error: {
|
|
1145
1182
|
message: string;
|
|
@@ -1242,6 +1279,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1242
1279
|
durationMs: number;
|
|
1243
1280
|
} | undefined;
|
|
1244
1281
|
taskIdentifier?: string | undefined;
|
|
1282
|
+
flushedMetadata?: {
|
|
1283
|
+
dataType: string;
|
|
1284
|
+
data?: string | undefined;
|
|
1285
|
+
} | undefined;
|
|
1245
1286
|
}>]>;
|
|
1246
1287
|
}, "strip", z.ZodTypeAny, {
|
|
1247
1288
|
completion: {
|
|
@@ -1346,6 +1387,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1346
1387
|
durationMs: number;
|
|
1347
1388
|
} | undefined;
|
|
1348
1389
|
taskIdentifier?: string | undefined;
|
|
1390
|
+
flushedMetadata?: {
|
|
1391
|
+
dataType: string;
|
|
1392
|
+
data?: string | undefined;
|
|
1393
|
+
} | undefined;
|
|
1349
1394
|
} | {
|
|
1350
1395
|
ok: true;
|
|
1351
1396
|
id: string;
|
|
@@ -1426,6 +1471,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1426
1471
|
durationMs: number;
|
|
1427
1472
|
} | undefined;
|
|
1428
1473
|
taskIdentifier?: string | undefined;
|
|
1474
|
+
flushedMetadata?: {
|
|
1475
|
+
dataType: string;
|
|
1476
|
+
data?: string | undefined;
|
|
1477
|
+
} | undefined;
|
|
1429
1478
|
output?: string | undefined;
|
|
1430
1479
|
};
|
|
1431
1480
|
}, {
|
|
@@ -1531,6 +1580,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1531
1580
|
durationMs: number;
|
|
1532
1581
|
} | undefined;
|
|
1533
1582
|
taskIdentifier?: string | undefined;
|
|
1583
|
+
flushedMetadata?: {
|
|
1584
|
+
dataType: string;
|
|
1585
|
+
data?: string | undefined;
|
|
1586
|
+
} | undefined;
|
|
1534
1587
|
} | {
|
|
1535
1588
|
ok: true;
|
|
1536
1589
|
id: string;
|
|
@@ -1611,6 +1664,10 @@ export declare const WorkloadRunAttemptCompleteRequestBody: z.ZodObject<{
|
|
|
1611
1664
|
durationMs: number;
|
|
1612
1665
|
} | undefined;
|
|
1613
1666
|
taskIdentifier?: string | undefined;
|
|
1667
|
+
flushedMetadata?: {
|
|
1668
|
+
dataType: string;
|
|
1669
|
+
data?: string | undefined;
|
|
1670
|
+
} | undefined;
|
|
1614
1671
|
output?: string | undefined;
|
|
1615
1672
|
};
|
|
1616
1673
|
}>;
|
|
@@ -1628,13 +1685,16 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1628
1685
|
friendlyId: z.ZodString;
|
|
1629
1686
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
1630
1687
|
description: z.ZodString;
|
|
1688
|
+
createdAt: z.ZodDate;
|
|
1631
1689
|
}, "strip", z.ZodTypeAny, {
|
|
1632
1690
|
id: string;
|
|
1691
|
+
createdAt: Date;
|
|
1633
1692
|
description: string;
|
|
1634
1693
|
friendlyId: string;
|
|
1635
1694
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
1636
1695
|
}, {
|
|
1637
1696
|
id: string;
|
|
1697
|
+
createdAt: Date;
|
|
1638
1698
|
description: string;
|
|
1639
1699
|
friendlyId: string;
|
|
1640
1700
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1664,6 +1724,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1664
1724
|
};
|
|
1665
1725
|
snapshot: {
|
|
1666
1726
|
id: string;
|
|
1727
|
+
createdAt: Date;
|
|
1667
1728
|
description: string;
|
|
1668
1729
|
friendlyId: string;
|
|
1669
1730
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1677,6 +1738,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1677
1738
|
};
|
|
1678
1739
|
snapshot: {
|
|
1679
1740
|
id: string;
|
|
1741
|
+
createdAt: Date;
|
|
1680
1742
|
description: string;
|
|
1681
1743
|
friendlyId: string;
|
|
1682
1744
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1694,6 +1756,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1694
1756
|
};
|
|
1695
1757
|
snapshot: {
|
|
1696
1758
|
id: string;
|
|
1759
|
+
createdAt: Date;
|
|
1697
1760
|
description: string;
|
|
1698
1761
|
friendlyId: string;
|
|
1699
1762
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1711,6 +1774,7 @@ export declare const WorkloadRunAttemptCompleteResponseBody: z.ZodObject<{
|
|
|
1711
1774
|
};
|
|
1712
1775
|
snapshot: {
|
|
1713
1776
|
id: string;
|
|
1777
|
+
createdAt: Date;
|
|
1714
1778
|
description: string;
|
|
1715
1779
|
friendlyId: string;
|
|
1716
1780
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1732,13 +1796,16 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1732
1796
|
friendlyId: z.ZodString;
|
|
1733
1797
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
1734
1798
|
description: z.ZodString;
|
|
1799
|
+
createdAt: z.ZodDate;
|
|
1735
1800
|
}, "strip", z.ZodTypeAny, {
|
|
1736
1801
|
id: string;
|
|
1802
|
+
createdAt: Date;
|
|
1737
1803
|
description: string;
|
|
1738
1804
|
friendlyId: string;
|
|
1739
1805
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
1740
1806
|
}, {
|
|
1741
1807
|
id: string;
|
|
1808
|
+
createdAt: Date;
|
|
1742
1809
|
description: string;
|
|
1743
1810
|
friendlyId: string;
|
|
1744
1811
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1768,6 +1835,7 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1768
1835
|
};
|
|
1769
1836
|
snapshot: {
|
|
1770
1837
|
id: string;
|
|
1838
|
+
createdAt: Date;
|
|
1771
1839
|
description: string;
|
|
1772
1840
|
friendlyId: string;
|
|
1773
1841
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1781,6 +1849,7 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1781
1849
|
};
|
|
1782
1850
|
snapshot: {
|
|
1783
1851
|
id: string;
|
|
1852
|
+
createdAt: Date;
|
|
1784
1853
|
description: string;
|
|
1785
1854
|
friendlyId: string;
|
|
1786
1855
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -1897,14 +1966,70 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
1897
1966
|
id: z.ZodString;
|
|
1898
1967
|
slug: z.ZodString;
|
|
1899
1968
|
type: z.ZodEnum<["PRODUCTION", "STAGING", "DEVELOPMENT", "PREVIEW"]>;
|
|
1969
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
1970
|
+
git: z.ZodOptional<z.ZodObject<{
|
|
1971
|
+
commitAuthorName: z.ZodOptional<z.ZodString>;
|
|
1972
|
+
commitMessage: z.ZodOptional<z.ZodString>;
|
|
1973
|
+
commitRef: z.ZodOptional<z.ZodString>;
|
|
1974
|
+
commitSha: z.ZodOptional<z.ZodString>;
|
|
1975
|
+
dirty: z.ZodOptional<z.ZodBoolean>;
|
|
1976
|
+
remoteUrl: z.ZodOptional<z.ZodString>;
|
|
1977
|
+
pullRequestNumber: z.ZodOptional<z.ZodNumber>;
|
|
1978
|
+
pullRequestTitle: z.ZodOptional<z.ZodString>;
|
|
1979
|
+
pullRequestState: z.ZodOptional<z.ZodEnum<["open", "closed", "merged"]>>;
|
|
1980
|
+
}, "strip", z.ZodTypeAny, {
|
|
1981
|
+
dirty?: boolean | undefined;
|
|
1982
|
+
commitAuthorName?: string | undefined;
|
|
1983
|
+
commitMessage?: string | undefined;
|
|
1984
|
+
commitRef?: string | undefined;
|
|
1985
|
+
commitSha?: string | undefined;
|
|
1986
|
+
remoteUrl?: string | undefined;
|
|
1987
|
+
pullRequestNumber?: number | undefined;
|
|
1988
|
+
pullRequestTitle?: string | undefined;
|
|
1989
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
1990
|
+
}, {
|
|
1991
|
+
dirty?: boolean | undefined;
|
|
1992
|
+
commitAuthorName?: string | undefined;
|
|
1993
|
+
commitMessage?: string | undefined;
|
|
1994
|
+
commitRef?: string | undefined;
|
|
1995
|
+
commitSha?: string | undefined;
|
|
1996
|
+
remoteUrl?: string | undefined;
|
|
1997
|
+
pullRequestNumber?: number | undefined;
|
|
1998
|
+
pullRequestTitle?: string | undefined;
|
|
1999
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2000
|
+
}>>;
|
|
1900
2001
|
}, "strip", z.ZodTypeAny, {
|
|
1901
2002
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1902
2003
|
id: string;
|
|
1903
2004
|
slug: string;
|
|
2005
|
+
branchName?: string | undefined;
|
|
2006
|
+
git?: {
|
|
2007
|
+
dirty?: boolean | undefined;
|
|
2008
|
+
commitAuthorName?: string | undefined;
|
|
2009
|
+
commitMessage?: string | undefined;
|
|
2010
|
+
commitRef?: string | undefined;
|
|
2011
|
+
commitSha?: string | undefined;
|
|
2012
|
+
remoteUrl?: string | undefined;
|
|
2013
|
+
pullRequestNumber?: number | undefined;
|
|
2014
|
+
pullRequestTitle?: string | undefined;
|
|
2015
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2016
|
+
} | undefined;
|
|
1904
2017
|
}, {
|
|
1905
2018
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
1906
2019
|
id: string;
|
|
1907
2020
|
slug: string;
|
|
2021
|
+
branchName?: string | undefined;
|
|
2022
|
+
git?: {
|
|
2023
|
+
dirty?: boolean | undefined;
|
|
2024
|
+
commitAuthorName?: string | undefined;
|
|
2025
|
+
commitMessage?: string | undefined;
|
|
2026
|
+
commitRef?: string | undefined;
|
|
2027
|
+
commitSha?: string | undefined;
|
|
2028
|
+
remoteUrl?: string | undefined;
|
|
2029
|
+
pullRequestNumber?: number | undefined;
|
|
2030
|
+
pullRequestTitle?: string | undefined;
|
|
2031
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2032
|
+
} | undefined;
|
|
1908
2033
|
}>;
|
|
1909
2034
|
organization: z.ZodObject<{
|
|
1910
2035
|
id: z.ZodString;
|
|
@@ -2001,6 +2126,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2001
2126
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2002
2127
|
id: string;
|
|
2003
2128
|
slug: string;
|
|
2129
|
+
branchName?: string | undefined;
|
|
2130
|
+
git?: {
|
|
2131
|
+
dirty?: boolean | undefined;
|
|
2132
|
+
commitAuthorName?: string | undefined;
|
|
2133
|
+
commitMessage?: string | undefined;
|
|
2134
|
+
commitRef?: string | undefined;
|
|
2135
|
+
commitSha?: string | undefined;
|
|
2136
|
+
remoteUrl?: string | undefined;
|
|
2137
|
+
pullRequestNumber?: number | undefined;
|
|
2138
|
+
pullRequestTitle?: string | undefined;
|
|
2139
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2140
|
+
} | undefined;
|
|
2004
2141
|
};
|
|
2005
2142
|
organization: {
|
|
2006
2143
|
name: string;
|
|
@@ -2065,6 +2202,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2065
2202
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2066
2203
|
id: string;
|
|
2067
2204
|
slug: string;
|
|
2205
|
+
branchName?: string | undefined;
|
|
2206
|
+
git?: {
|
|
2207
|
+
dirty?: boolean | undefined;
|
|
2208
|
+
commitAuthorName?: string | undefined;
|
|
2209
|
+
commitMessage?: string | undefined;
|
|
2210
|
+
commitRef?: string | undefined;
|
|
2211
|
+
commitSha?: string | undefined;
|
|
2212
|
+
remoteUrl?: string | undefined;
|
|
2213
|
+
pullRequestNumber?: number | undefined;
|
|
2214
|
+
pullRequestTitle?: string | undefined;
|
|
2215
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2216
|
+
} | undefined;
|
|
2068
2217
|
};
|
|
2069
2218
|
organization: {
|
|
2070
2219
|
name: string;
|
|
@@ -2131,6 +2280,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2131
2280
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2132
2281
|
id: string;
|
|
2133
2282
|
slug: string;
|
|
2283
|
+
branchName?: string | undefined;
|
|
2284
|
+
git?: {
|
|
2285
|
+
dirty?: boolean | undefined;
|
|
2286
|
+
commitAuthorName?: string | undefined;
|
|
2287
|
+
commitMessage?: string | undefined;
|
|
2288
|
+
commitRef?: string | undefined;
|
|
2289
|
+
commitSha?: string | undefined;
|
|
2290
|
+
remoteUrl?: string | undefined;
|
|
2291
|
+
pullRequestNumber?: number | undefined;
|
|
2292
|
+
pullRequestTitle?: string | undefined;
|
|
2293
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2294
|
+
} | undefined;
|
|
2134
2295
|
};
|
|
2135
2296
|
organization: {
|
|
2136
2297
|
name: string;
|
|
@@ -2197,6 +2358,18 @@ export declare const WorkloadRunAttemptStartResponseBody: z.ZodIntersection<z.Zo
|
|
|
2197
2358
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2198
2359
|
id: string;
|
|
2199
2360
|
slug: string;
|
|
2361
|
+
branchName?: string | undefined;
|
|
2362
|
+
git?: {
|
|
2363
|
+
dirty?: boolean | undefined;
|
|
2364
|
+
commitAuthorName?: string | undefined;
|
|
2365
|
+
commitMessage?: string | undefined;
|
|
2366
|
+
commitRef?: string | undefined;
|
|
2367
|
+
commitSha?: string | undefined;
|
|
2368
|
+
remoteUrl?: string | undefined;
|
|
2369
|
+
pullRequestNumber?: number | undefined;
|
|
2370
|
+
pullRequestTitle?: string | undefined;
|
|
2371
|
+
pullRequestState?: "open" | "closed" | "merged" | undefined;
|
|
2372
|
+
} | undefined;
|
|
2200
2373
|
};
|
|
2201
2374
|
organization: {
|
|
2202
2375
|
name: string;
|
|
@@ -2235,13 +2408,16 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2235
2408
|
friendlyId: z.ZodString;
|
|
2236
2409
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
2237
2410
|
description: z.ZodString;
|
|
2411
|
+
createdAt: z.ZodDate;
|
|
2238
2412
|
}, "strip", z.ZodTypeAny, {
|
|
2239
2413
|
id: string;
|
|
2414
|
+
createdAt: Date;
|
|
2240
2415
|
description: string;
|
|
2241
2416
|
friendlyId: string;
|
|
2242
2417
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
2243
2418
|
}, {
|
|
2244
2419
|
id: string;
|
|
2420
|
+
createdAt: Date;
|
|
2245
2421
|
description: string;
|
|
2246
2422
|
friendlyId: string;
|
|
2247
2423
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2401,6 +2577,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2401
2577
|
};
|
|
2402
2578
|
snapshot: {
|
|
2403
2579
|
id: string;
|
|
2580
|
+
createdAt: Date;
|
|
2404
2581
|
description: string;
|
|
2405
2582
|
friendlyId: string;
|
|
2406
2583
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2451,6 +2628,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2451
2628
|
};
|
|
2452
2629
|
snapshot: {
|
|
2453
2630
|
id: string;
|
|
2631
|
+
createdAt: Date;
|
|
2454
2632
|
description: string;
|
|
2455
2633
|
friendlyId: string;
|
|
2456
2634
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2503,6 +2681,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2503
2681
|
};
|
|
2504
2682
|
snapshot: {
|
|
2505
2683
|
id: string;
|
|
2684
|
+
createdAt: Date;
|
|
2506
2685
|
description: string;
|
|
2507
2686
|
friendlyId: string;
|
|
2508
2687
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2555,6 +2734,7 @@ export declare const WorkloadRunLatestSnapshotResponseBody: z.ZodObject<{
|
|
|
2555
2734
|
};
|
|
2556
2735
|
snapshot: {
|
|
2557
2736
|
id: string;
|
|
2737
|
+
createdAt: Date;
|
|
2558
2738
|
description: string;
|
|
2559
2739
|
friendlyId: string;
|
|
2560
2740
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2601,15 +2781,15 @@ export type WorkloadRunLatestSnapshotResponseBody = z.infer<typeof WorkloadRunLa
|
|
|
2601
2781
|
export declare const WorkloadDebugLogRequestBody: z.ZodObject<{
|
|
2602
2782
|
time: z.ZodDate;
|
|
2603
2783
|
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
|
|
2784
|
+
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
2785
|
}, "strip", z.ZodTypeAny, {
|
|
2606
2786
|
message: string;
|
|
2607
2787
|
time: Date;
|
|
2608
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
2788
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
2609
2789
|
}, {
|
|
2610
2790
|
message: string;
|
|
2611
2791
|
time: Date;
|
|
2612
|
-
properties?: Record<string, string | number | boolean | (string | null)[] | (number | null)[] | (boolean | null)[] | undefined> | undefined;
|
|
2792
|
+
properties?: Record<string, string | number | boolean | (string | null | undefined)[] | (number | null | undefined)[] | (boolean | null | undefined)[] | undefined> | undefined;
|
|
2613
2793
|
}>;
|
|
2614
2794
|
export type WorkloadDebugLogRequestBody = z.infer<typeof WorkloadDebugLogRequestBody>;
|
|
2615
2795
|
export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObject<{
|
|
@@ -2619,13 +2799,16 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2619
2799
|
friendlyId: z.ZodString;
|
|
2620
2800
|
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
2621
2801
|
description: z.ZodString;
|
|
2802
|
+
createdAt: z.ZodDate;
|
|
2622
2803
|
}, "strip", z.ZodTypeAny, {
|
|
2623
2804
|
id: string;
|
|
2805
|
+
createdAt: Date;
|
|
2624
2806
|
description: string;
|
|
2625
2807
|
friendlyId: string;
|
|
2626
2808
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
2627
2809
|
}, {
|
|
2628
2810
|
id: string;
|
|
2811
|
+
createdAt: Date;
|
|
2629
2812
|
description: string;
|
|
2630
2813
|
friendlyId: string;
|
|
2631
2814
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2763,12 +2946,15 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2763
2946
|
deployment: z.ZodObject<{
|
|
2764
2947
|
id: z.ZodOptional<z.ZodString>;
|
|
2765
2948
|
friendlyId: z.ZodOptional<z.ZodString>;
|
|
2949
|
+
imagePlatform: z.ZodOptional<z.ZodString>;
|
|
2766
2950
|
}, "strip", z.ZodTypeAny, {
|
|
2767
2951
|
id?: string | undefined;
|
|
2768
2952
|
friendlyId?: string | undefined;
|
|
2953
|
+
imagePlatform?: string | undefined;
|
|
2769
2954
|
}, {
|
|
2770
2955
|
id?: string | undefined;
|
|
2771
2956
|
friendlyId?: string | undefined;
|
|
2957
|
+
imagePlatform?: string | undefined;
|
|
2772
2958
|
}>;
|
|
2773
2959
|
run: z.ZodObject<{
|
|
2774
2960
|
id: z.ZodString;
|
|
@@ -2872,6 +3058,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2872
3058
|
};
|
|
2873
3059
|
snapshot: {
|
|
2874
3060
|
id: string;
|
|
3061
|
+
createdAt: Date;
|
|
2875
3062
|
description: string;
|
|
2876
3063
|
friendlyId: string;
|
|
2877
3064
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2909,6 +3096,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2909
3096
|
deployment: {
|
|
2910
3097
|
id?: string | undefined;
|
|
2911
3098
|
friendlyId?: string | undefined;
|
|
3099
|
+
imagePlatform?: string | undefined;
|
|
2912
3100
|
};
|
|
2913
3101
|
checkpoint?: {
|
|
2914
3102
|
type: import("../../index.js").CheckpointTypeEnum;
|
|
@@ -2946,6 +3134,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2946
3134
|
};
|
|
2947
3135
|
snapshot: {
|
|
2948
3136
|
id: string;
|
|
3137
|
+
createdAt: Date;
|
|
2949
3138
|
description: string;
|
|
2950
3139
|
friendlyId: string;
|
|
2951
3140
|
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
@@ -2983,6 +3172,7 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2983
3172
|
deployment: {
|
|
2984
3173
|
id?: string | undefined;
|
|
2985
3174
|
friendlyId?: string | undefined;
|
|
3175
|
+
imagePlatform?: string | undefined;
|
|
2986
3176
|
};
|
|
2987
3177
|
checkpoint?: {
|
|
2988
3178
|
type: import("../../index.js").CheckpointTypeEnum;
|
|
@@ -2994,3 +3184,381 @@ export declare const WorkloadDequeueFromVersionResponseBody: z.ZodArray<z.ZodObj
|
|
|
2994
3184
|
image?: string | undefined;
|
|
2995
3185
|
}>, "many">;
|
|
2996
3186
|
export type WorkloadDequeueFromVersionResponseBody = z.infer<typeof WorkloadDequeueFromVersionResponseBody>;
|
|
3187
|
+
export declare const WorkloadRunSnapshotsSinceResponseBody: z.ZodObject<{
|
|
3188
|
+
snapshots: z.ZodArray<z.ZodObject<{
|
|
3189
|
+
version: z.ZodLiteral<"1">;
|
|
3190
|
+
snapshot: z.ZodObject<{
|
|
3191
|
+
id: z.ZodString;
|
|
3192
|
+
friendlyId: z.ZodString;
|
|
3193
|
+
executionStatus: z.ZodEnum<[import("../../index.js").TaskRunExecutionStatus]>;
|
|
3194
|
+
description: z.ZodString;
|
|
3195
|
+
createdAt: z.ZodDate;
|
|
3196
|
+
}, "strip", z.ZodTypeAny, {
|
|
3197
|
+
id: string;
|
|
3198
|
+
createdAt: Date;
|
|
3199
|
+
description: string;
|
|
3200
|
+
friendlyId: string;
|
|
3201
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3202
|
+
}, {
|
|
3203
|
+
id: string;
|
|
3204
|
+
createdAt: Date;
|
|
3205
|
+
description: string;
|
|
3206
|
+
friendlyId: string;
|
|
3207
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3208
|
+
}>;
|
|
3209
|
+
run: z.ZodObject<{
|
|
3210
|
+
id: z.ZodString;
|
|
3211
|
+
friendlyId: z.ZodString;
|
|
3212
|
+
status: z.ZodEnum<[import("../../index.js").TaskRunStatus]>;
|
|
3213
|
+
attemptNumber: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3214
|
+
}, "strip", z.ZodTypeAny, {
|
|
3215
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3216
|
+
id: string;
|
|
3217
|
+
friendlyId: string;
|
|
3218
|
+
attemptNumber?: number | null | undefined;
|
|
3219
|
+
}, {
|
|
3220
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3221
|
+
id: string;
|
|
3222
|
+
friendlyId: string;
|
|
3223
|
+
attemptNumber?: number | null | undefined;
|
|
3224
|
+
}>;
|
|
3225
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3226
|
+
id: z.ZodString;
|
|
3227
|
+
friendlyId: z.ZodString;
|
|
3228
|
+
}, "strip", z.ZodTypeAny, {
|
|
3229
|
+
id: string;
|
|
3230
|
+
friendlyId: string;
|
|
3231
|
+
}, {
|
|
3232
|
+
id: string;
|
|
3233
|
+
friendlyId: string;
|
|
3234
|
+
}>>;
|
|
3235
|
+
checkpoint: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
3236
|
+
type: z.ZodEnum<[import("../../index.js").CheckpointTypeEnum]>;
|
|
3237
|
+
location: z.ZodString;
|
|
3238
|
+
imageRef: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3239
|
+
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3240
|
+
}, {
|
|
3241
|
+
id: z.ZodString;
|
|
3242
|
+
friendlyId: z.ZodString;
|
|
3243
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3244
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3245
|
+
id: string;
|
|
3246
|
+
friendlyId: string;
|
|
3247
|
+
location: string;
|
|
3248
|
+
imageRef?: string | null | undefined;
|
|
3249
|
+
reason?: string | null | undefined;
|
|
3250
|
+
}, {
|
|
3251
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3252
|
+
id: string;
|
|
3253
|
+
friendlyId: string;
|
|
3254
|
+
location: string;
|
|
3255
|
+
imageRef?: string | null | undefined;
|
|
3256
|
+
reason?: string | null | undefined;
|
|
3257
|
+
}>>;
|
|
3258
|
+
completedWaitpoints: z.ZodArray<z.ZodObject<{
|
|
3259
|
+
id: z.ZodString;
|
|
3260
|
+
index: z.ZodOptional<z.ZodNumber>;
|
|
3261
|
+
friendlyId: z.ZodString;
|
|
3262
|
+
type: z.ZodEnum<[import("../../index.js").WaitpointType]>;
|
|
3263
|
+
completedAt: z.ZodDate;
|
|
3264
|
+
idempotencyKey: z.ZodOptional<z.ZodString>;
|
|
3265
|
+
completedByTaskRun: z.ZodOptional<z.ZodObject<{
|
|
3266
|
+
id: z.ZodString;
|
|
3267
|
+
friendlyId: z.ZodString;
|
|
3268
|
+
batch: z.ZodOptional<z.ZodObject<{
|
|
3269
|
+
id: z.ZodString;
|
|
3270
|
+
friendlyId: z.ZodString;
|
|
3271
|
+
}, "strip", z.ZodTypeAny, {
|
|
3272
|
+
id: string;
|
|
3273
|
+
friendlyId: string;
|
|
3274
|
+
}, {
|
|
3275
|
+
id: string;
|
|
3276
|
+
friendlyId: string;
|
|
3277
|
+
}>>;
|
|
3278
|
+
}, "strip", z.ZodTypeAny, {
|
|
3279
|
+
id: string;
|
|
3280
|
+
friendlyId: string;
|
|
3281
|
+
batch?: {
|
|
3282
|
+
id: string;
|
|
3283
|
+
friendlyId: string;
|
|
3284
|
+
} | undefined;
|
|
3285
|
+
}, {
|
|
3286
|
+
id: string;
|
|
3287
|
+
friendlyId: string;
|
|
3288
|
+
batch?: {
|
|
3289
|
+
id: string;
|
|
3290
|
+
friendlyId: string;
|
|
3291
|
+
} | undefined;
|
|
3292
|
+
}>>;
|
|
3293
|
+
completedAfter: z.ZodOptional<z.ZodDate>;
|
|
3294
|
+
completedByBatch: z.ZodOptional<z.ZodObject<{
|
|
3295
|
+
id: z.ZodString;
|
|
3296
|
+
friendlyId: z.ZodString;
|
|
3297
|
+
}, "strip", z.ZodTypeAny, {
|
|
3298
|
+
id: string;
|
|
3299
|
+
friendlyId: string;
|
|
3300
|
+
}, {
|
|
3301
|
+
id: string;
|
|
3302
|
+
friendlyId: string;
|
|
3303
|
+
}>>;
|
|
3304
|
+
output: z.ZodOptional<z.ZodString>;
|
|
3305
|
+
outputType: z.ZodOptional<z.ZodString>;
|
|
3306
|
+
outputIsError: z.ZodBoolean;
|
|
3307
|
+
}, "strip", z.ZodTypeAny, {
|
|
3308
|
+
type: import("../../index.js").WaitpointType;
|
|
3309
|
+
id: string;
|
|
3310
|
+
completedAt: Date;
|
|
3311
|
+
friendlyId: string;
|
|
3312
|
+
outputIsError: boolean;
|
|
3313
|
+
idempotencyKey?: string | undefined;
|
|
3314
|
+
output?: string | undefined;
|
|
3315
|
+
outputType?: string | undefined;
|
|
3316
|
+
index?: number | undefined;
|
|
3317
|
+
completedByTaskRun?: {
|
|
3318
|
+
id: string;
|
|
3319
|
+
friendlyId: string;
|
|
3320
|
+
batch?: {
|
|
3321
|
+
id: string;
|
|
3322
|
+
friendlyId: string;
|
|
3323
|
+
} | undefined;
|
|
3324
|
+
} | undefined;
|
|
3325
|
+
completedAfter?: Date | undefined;
|
|
3326
|
+
completedByBatch?: {
|
|
3327
|
+
id: string;
|
|
3328
|
+
friendlyId: string;
|
|
3329
|
+
} | undefined;
|
|
3330
|
+
}, {
|
|
3331
|
+
type: import("../../index.js").WaitpointType;
|
|
3332
|
+
id: string;
|
|
3333
|
+
completedAt: Date;
|
|
3334
|
+
friendlyId: string;
|
|
3335
|
+
outputIsError: boolean;
|
|
3336
|
+
idempotencyKey?: string | undefined;
|
|
3337
|
+
output?: string | undefined;
|
|
3338
|
+
outputType?: string | undefined;
|
|
3339
|
+
index?: number | undefined;
|
|
3340
|
+
completedByTaskRun?: {
|
|
3341
|
+
id: string;
|
|
3342
|
+
friendlyId: string;
|
|
3343
|
+
batch?: {
|
|
3344
|
+
id: string;
|
|
3345
|
+
friendlyId: string;
|
|
3346
|
+
} | undefined;
|
|
3347
|
+
} | undefined;
|
|
3348
|
+
completedAfter?: Date | undefined;
|
|
3349
|
+
completedByBatch?: {
|
|
3350
|
+
id: string;
|
|
3351
|
+
friendlyId: string;
|
|
3352
|
+
} | undefined;
|
|
3353
|
+
}>, "many">;
|
|
3354
|
+
}, "strip", z.ZodTypeAny, {
|
|
3355
|
+
version: "1";
|
|
3356
|
+
run: {
|
|
3357
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3358
|
+
id: string;
|
|
3359
|
+
friendlyId: string;
|
|
3360
|
+
attemptNumber?: number | null | undefined;
|
|
3361
|
+
};
|
|
3362
|
+
snapshot: {
|
|
3363
|
+
id: string;
|
|
3364
|
+
createdAt: Date;
|
|
3365
|
+
description: string;
|
|
3366
|
+
friendlyId: string;
|
|
3367
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3368
|
+
};
|
|
3369
|
+
completedWaitpoints: {
|
|
3370
|
+
type: import("../../index.js").WaitpointType;
|
|
3371
|
+
id: string;
|
|
3372
|
+
completedAt: Date;
|
|
3373
|
+
friendlyId: string;
|
|
3374
|
+
outputIsError: boolean;
|
|
3375
|
+
idempotencyKey?: string | undefined;
|
|
3376
|
+
output?: string | undefined;
|
|
3377
|
+
outputType?: string | undefined;
|
|
3378
|
+
index?: number | undefined;
|
|
3379
|
+
completedByTaskRun?: {
|
|
3380
|
+
id: string;
|
|
3381
|
+
friendlyId: string;
|
|
3382
|
+
batch?: {
|
|
3383
|
+
id: string;
|
|
3384
|
+
friendlyId: string;
|
|
3385
|
+
} | undefined;
|
|
3386
|
+
} | undefined;
|
|
3387
|
+
completedAfter?: Date | undefined;
|
|
3388
|
+
completedByBatch?: {
|
|
3389
|
+
id: string;
|
|
3390
|
+
friendlyId: string;
|
|
3391
|
+
} | undefined;
|
|
3392
|
+
}[];
|
|
3393
|
+
batch?: {
|
|
3394
|
+
id: string;
|
|
3395
|
+
friendlyId: string;
|
|
3396
|
+
} | undefined;
|
|
3397
|
+
checkpoint?: {
|
|
3398
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3399
|
+
id: string;
|
|
3400
|
+
friendlyId: string;
|
|
3401
|
+
location: string;
|
|
3402
|
+
imageRef?: string | null | undefined;
|
|
3403
|
+
reason?: string | null | undefined;
|
|
3404
|
+
} | undefined;
|
|
3405
|
+
}, {
|
|
3406
|
+
version: "1";
|
|
3407
|
+
run: {
|
|
3408
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3409
|
+
id: string;
|
|
3410
|
+
friendlyId: string;
|
|
3411
|
+
attemptNumber?: number | null | undefined;
|
|
3412
|
+
};
|
|
3413
|
+
snapshot: {
|
|
3414
|
+
id: string;
|
|
3415
|
+
createdAt: Date;
|
|
3416
|
+
description: string;
|
|
3417
|
+
friendlyId: string;
|
|
3418
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3419
|
+
};
|
|
3420
|
+
completedWaitpoints: {
|
|
3421
|
+
type: import("../../index.js").WaitpointType;
|
|
3422
|
+
id: string;
|
|
3423
|
+
completedAt: Date;
|
|
3424
|
+
friendlyId: string;
|
|
3425
|
+
outputIsError: boolean;
|
|
3426
|
+
idempotencyKey?: string | undefined;
|
|
3427
|
+
output?: string | undefined;
|
|
3428
|
+
outputType?: string | undefined;
|
|
3429
|
+
index?: number | undefined;
|
|
3430
|
+
completedByTaskRun?: {
|
|
3431
|
+
id: string;
|
|
3432
|
+
friendlyId: string;
|
|
3433
|
+
batch?: {
|
|
3434
|
+
id: string;
|
|
3435
|
+
friendlyId: string;
|
|
3436
|
+
} | undefined;
|
|
3437
|
+
} | undefined;
|
|
3438
|
+
completedAfter?: Date | undefined;
|
|
3439
|
+
completedByBatch?: {
|
|
3440
|
+
id: string;
|
|
3441
|
+
friendlyId: string;
|
|
3442
|
+
} | undefined;
|
|
3443
|
+
}[];
|
|
3444
|
+
batch?: {
|
|
3445
|
+
id: string;
|
|
3446
|
+
friendlyId: string;
|
|
3447
|
+
} | undefined;
|
|
3448
|
+
checkpoint?: {
|
|
3449
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3450
|
+
id: string;
|
|
3451
|
+
friendlyId: string;
|
|
3452
|
+
location: string;
|
|
3453
|
+
imageRef?: string | null | undefined;
|
|
3454
|
+
reason?: string | null | undefined;
|
|
3455
|
+
} | undefined;
|
|
3456
|
+
}>, "many">;
|
|
3457
|
+
}, "strip", z.ZodTypeAny, {
|
|
3458
|
+
snapshots: {
|
|
3459
|
+
version: "1";
|
|
3460
|
+
run: {
|
|
3461
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3462
|
+
id: string;
|
|
3463
|
+
friendlyId: string;
|
|
3464
|
+
attemptNumber?: number | null | undefined;
|
|
3465
|
+
};
|
|
3466
|
+
snapshot: {
|
|
3467
|
+
id: string;
|
|
3468
|
+
createdAt: Date;
|
|
3469
|
+
description: string;
|
|
3470
|
+
friendlyId: string;
|
|
3471
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3472
|
+
};
|
|
3473
|
+
completedWaitpoints: {
|
|
3474
|
+
type: import("../../index.js").WaitpointType;
|
|
3475
|
+
id: string;
|
|
3476
|
+
completedAt: Date;
|
|
3477
|
+
friendlyId: string;
|
|
3478
|
+
outputIsError: boolean;
|
|
3479
|
+
idempotencyKey?: string | undefined;
|
|
3480
|
+
output?: string | undefined;
|
|
3481
|
+
outputType?: string | undefined;
|
|
3482
|
+
index?: number | undefined;
|
|
3483
|
+
completedByTaskRun?: {
|
|
3484
|
+
id: string;
|
|
3485
|
+
friendlyId: string;
|
|
3486
|
+
batch?: {
|
|
3487
|
+
id: string;
|
|
3488
|
+
friendlyId: string;
|
|
3489
|
+
} | undefined;
|
|
3490
|
+
} | undefined;
|
|
3491
|
+
completedAfter?: Date | undefined;
|
|
3492
|
+
completedByBatch?: {
|
|
3493
|
+
id: string;
|
|
3494
|
+
friendlyId: string;
|
|
3495
|
+
} | undefined;
|
|
3496
|
+
}[];
|
|
3497
|
+
batch?: {
|
|
3498
|
+
id: string;
|
|
3499
|
+
friendlyId: string;
|
|
3500
|
+
} | undefined;
|
|
3501
|
+
checkpoint?: {
|
|
3502
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3503
|
+
id: string;
|
|
3504
|
+
friendlyId: string;
|
|
3505
|
+
location: string;
|
|
3506
|
+
imageRef?: string | null | undefined;
|
|
3507
|
+
reason?: string | null | undefined;
|
|
3508
|
+
} | undefined;
|
|
3509
|
+
}[];
|
|
3510
|
+
}, {
|
|
3511
|
+
snapshots: {
|
|
3512
|
+
version: "1";
|
|
3513
|
+
run: {
|
|
3514
|
+
status: import("../../index.js").TaskRunStatus;
|
|
3515
|
+
id: string;
|
|
3516
|
+
friendlyId: string;
|
|
3517
|
+
attemptNumber?: number | null | undefined;
|
|
3518
|
+
};
|
|
3519
|
+
snapshot: {
|
|
3520
|
+
id: string;
|
|
3521
|
+
createdAt: Date;
|
|
3522
|
+
description: string;
|
|
3523
|
+
friendlyId: string;
|
|
3524
|
+
executionStatus: import("../../index.js").TaskRunExecutionStatus;
|
|
3525
|
+
};
|
|
3526
|
+
completedWaitpoints: {
|
|
3527
|
+
type: import("../../index.js").WaitpointType;
|
|
3528
|
+
id: string;
|
|
3529
|
+
completedAt: Date;
|
|
3530
|
+
friendlyId: string;
|
|
3531
|
+
outputIsError: boolean;
|
|
3532
|
+
idempotencyKey?: string | undefined;
|
|
3533
|
+
output?: string | undefined;
|
|
3534
|
+
outputType?: string | undefined;
|
|
3535
|
+
index?: number | undefined;
|
|
3536
|
+
completedByTaskRun?: {
|
|
3537
|
+
id: string;
|
|
3538
|
+
friendlyId: string;
|
|
3539
|
+
batch?: {
|
|
3540
|
+
id: string;
|
|
3541
|
+
friendlyId: string;
|
|
3542
|
+
} | undefined;
|
|
3543
|
+
} | undefined;
|
|
3544
|
+
completedAfter?: Date | undefined;
|
|
3545
|
+
completedByBatch?: {
|
|
3546
|
+
id: string;
|
|
3547
|
+
friendlyId: string;
|
|
3548
|
+
} | undefined;
|
|
3549
|
+
}[];
|
|
3550
|
+
batch?: {
|
|
3551
|
+
id: string;
|
|
3552
|
+
friendlyId: string;
|
|
3553
|
+
} | undefined;
|
|
3554
|
+
checkpoint?: {
|
|
3555
|
+
type: import("../../index.js").CheckpointTypeEnum;
|
|
3556
|
+
id: string;
|
|
3557
|
+
friendlyId: string;
|
|
3558
|
+
location: string;
|
|
3559
|
+
imageRef?: string | null | undefined;
|
|
3560
|
+
reason?: string | null | undefined;
|
|
3561
|
+
} | undefined;
|
|
3562
|
+
}[];
|
|
3563
|
+
}>;
|
|
3564
|
+
export type WorkloadRunSnapshotsSinceResponseBody = z.infer<typeof WorkloadRunSnapshotsSinceResponseBody>;
|