@trigger.dev/core 0.0.0-prerelease-20241219092418 → 0.0.0-prerelease-20250110154019
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/bloom.js +8 -4
- package/dist/commonjs/bloom.js.map +1 -1
- package/dist/commonjs/eventFilterMatches.js +4 -1
- package/dist/commonjs/eventFilterMatches.js.map +1 -1
- package/dist/commonjs/index.js +25 -9
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.js +12 -8
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/replacements.js +10 -7
- package/dist/commonjs/replacements.js.map +1 -1
- package/dist/commonjs/requestFilterMatches.js +12 -8
- package/dist/commonjs/requestFilterMatches.js.map +1 -1
- package/dist/commonjs/retry.js +6 -2
- package/dist/commonjs/retry.js.map +1 -1
- package/dist/commonjs/schemas/addMissingVersionField.js +4 -1
- package/dist/commonjs/schemas/addMissingVersionField.js.map +1 -1
- package/dist/commonjs/schemas/api.js +627 -622
- package/dist/commonjs/schemas/api.js.map +1 -1
- package/dist/commonjs/schemas/errors.js +11 -8
- package/dist/commonjs/schemas/errors.js.map +1 -1
- package/dist/commonjs/schemas/eventFilter.js +45 -42
- package/dist/commonjs/schemas/eventFilter.js.map +1 -1
- package/dist/commonjs/schemas/events.js +18 -15
- package/dist/commonjs/schemas/events.js.map +1 -1
- package/dist/commonjs/schemas/fetch.js +40 -37
- package/dist/commonjs/schemas/fetch.js.map +1 -1
- package/dist/commonjs/schemas/index.js +34 -18
- package/dist/commonjs/schemas/index.js.map +1 -1
- package/dist/commonjs/schemas/integrations.js +17 -14
- package/dist/commonjs/schemas/integrations.js.map +1 -1
- package/dist/commonjs/schemas/jobs.js +7 -4
- package/dist/commonjs/schemas/jobs.js.map +1 -1
- package/dist/commonjs/schemas/json.js +15 -12
- package/dist/commonjs/schemas/json.js.map +1 -1
- package/dist/commonjs/schemas/notifications.js +46 -43
- package/dist/commonjs/schemas/notifications.js.map +1 -1
- package/dist/commonjs/schemas/properties.js +13 -10
- package/dist/commonjs/schemas/properties.js.map +1 -1
- package/dist/commonjs/schemas/request.js +9 -6
- package/dist/commonjs/schemas/request.js.map +1 -1
- package/dist/commonjs/schemas/requestFilter.js +23 -20
- package/dist/commonjs/schemas/requestFilter.js.map +1 -1
- package/dist/commonjs/schemas/runs.js +53 -50
- package/dist/commonjs/schemas/runs.js.map +1 -1
- package/dist/commonjs/schemas/schedules.js +30 -27
- package/dist/commonjs/schemas/schedules.js.map +1 -1
- package/dist/commonjs/schemas/statuses.js +18 -15
- package/dist/commonjs/schemas/statuses.js.map +1 -1
- package/dist/commonjs/schemas/tasks.js +39 -36
- package/dist/commonjs/schemas/tasks.js.map +1 -1
- package/dist/commonjs/schemas/triggers.js +45 -42
- package/dist/commonjs/schemas/triggers.js.map +1 -1
- package/dist/commonjs/searchParams.js +4 -1
- package/dist/commonjs/searchParams.js.map +1 -1
- package/dist/commonjs/types.js +2 -1
- package/dist/commonjs/utils.js +6 -2
- package/dist/commonjs/utils.js.map +1 -1
- package/dist/commonjs/v3/apiClient/core.js +57 -45
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/apiClient/errors.js +25 -11
- package/dist/commonjs/v3/apiClient/errors.js.map +1 -1
- package/dist/commonjs/v3/apiClient/index.d.ts +6 -1
- package/dist/commonjs/v3/apiClient/index.js +64 -50
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/apiClient/pagination.js +7 -2
- package/dist/commonjs/v3/apiClient/pagination.js.map +1 -1
- package/dist/commonjs/v3/apiClient/runStream.d.ts +2 -17
- package/dist/commonjs/v3/apiClient/runStream.js +121 -84
- package/dist/commonjs/v3/apiClient/runStream.js.map +1 -1
- package/dist/commonjs/v3/apiClient/stream.js +16 -9
- package/dist/commonjs/v3/apiClient/stream.js.map +1 -1
- package/dist/commonjs/v3/apiClient/types.js +2 -1
- package/dist/commonjs/v3/apiClientManager/index.js +20 -15
- package/dist/commonjs/v3/apiClientManager/index.js.map +1 -1
- package/dist/commonjs/v3/apiClientManager/types.js +2 -1
- package/dist/commonjs/v3/apiClientManager-api.js +5 -2
- package/dist/commonjs/v3/apiClientManager-api.js.map +1 -1
- package/dist/commonjs/v3/apps/backoff.js +8 -4
- package/dist/commonjs/v3/apps/backoff.js.map +1 -1
- package/dist/commonjs/v3/apps/checkpoints.js +8 -5
- package/dist/commonjs/v3/apps/checkpoints.js.map +1 -1
- package/dist/commonjs/v3/apps/duration.js +4 -1
- package/dist/commonjs/v3/apps/duration.js.map +1 -1
- package/dist/commonjs/v3/apps/friendlyId.js +6 -3
- package/dist/commonjs/v3/apps/friendlyId.js.map +1 -1
- package/dist/commonjs/v3/apps/http.js +9 -3
- package/dist/commonjs/v3/apps/http.js.map +1 -1
- package/dist/commonjs/v3/apps/index.js +25 -9
- package/dist/commonjs/v3/apps/index.js.map +1 -1
- package/dist/commonjs/v3/apps/isExecaChildProcess.js +4 -1
- package/dist/commonjs/v3/apps/isExecaChildProcess.js.map +1 -1
- package/dist/commonjs/v3/apps/logger.js +5 -1
- package/dist/commonjs/v3/apps/logger.js.map +1 -1
- package/dist/commonjs/v3/apps/process.js +5 -2
- package/dist/commonjs/v3/apps/process.js.map +1 -1
- package/dist/commonjs/v3/apps/provider.js +30 -26
- package/dist/commonjs/v3/apps/provider.js.map +1 -1
- package/dist/commonjs/v3/build/extensions.js +4 -1
- package/dist/commonjs/v3/build/extensions.js.map +1 -1
- package/dist/commonjs/v3/build/externals.js +4 -1
- package/dist/commonjs/v3/build/externals.js.map +1 -1
- package/dist/commonjs/v3/build/index.js +20 -4
- package/dist/commonjs/v3/build/index.js.map +1 -1
- package/dist/commonjs/v3/build/resolvedConfig.js +2 -1
- package/dist/commonjs/v3/build/runtime.js +16 -10
- package/dist/commonjs/v3/build/runtime.js.map +1 -1
- package/dist/commonjs/v3/clock/clock.js +4 -1
- package/dist/commonjs/v3/clock/clock.js.map +1 -1
- package/dist/commonjs/v3/clock/index.js +10 -6
- package/dist/commonjs/v3/clock/index.js.map +1 -1
- package/dist/commonjs/v3/clock/preciseWallClock.js +9 -5
- package/dist/commonjs/v3/clock/preciseWallClock.js.map +1 -1
- package/dist/commonjs/v3/clock/simpleClock.js +7 -3
- package/dist/commonjs/v3/clock/simpleClock.js.map +1 -1
- package/dist/commonjs/v3/clock-api.js +5 -2
- package/dist/commonjs/v3/clock-api.js.map +1 -1
- package/dist/commonjs/v3/config.d.ts +55 -0
- package/dist/commonjs/v3/config.js +2 -1
- package/dist/commonjs/v3/consoleInterceptor.js +25 -18
- package/dist/commonjs/v3/consoleInterceptor.js.map +1 -1
- package/dist/commonjs/v3/dev/index.js +5 -1
- package/dist/commonjs/v3/dev/index.js.map +1 -1
- package/dist/commonjs/v3/errors.js +74 -48
- package/dist/commonjs/v3/errors.js.map +1 -1
- package/dist/commonjs/v3/icons.js +30 -27
- package/dist/commonjs/v3/icons.js.map +1 -1
- package/dist/commonjs/v3/idempotencyKeys.js +13 -8
- package/dist/commonjs/v3/idempotencyKeys.js.map +1 -1
- package/dist/commonjs/v3/index.js +78 -33
- package/dist/commonjs/v3/index.js.map +1 -1
- package/dist/commonjs/v3/jwt.js +15 -10
- package/dist/commonjs/v3/jwt.js.map +1 -1
- package/dist/commonjs/v3/limits.js +16 -12
- package/dist/commonjs/v3/limits.js.map +1 -1
- package/dist/commonjs/v3/links.js +4 -1
- package/dist/commonjs/v3/links.js.map +1 -1
- package/dist/commonjs/v3/logger/index.js +11 -7
- package/dist/commonjs/v3/logger/index.js.map +1 -1
- package/dist/commonjs/v3/logger/taskLogger.js +23 -18
- package/dist/commonjs/v3/logger/taskLogger.js.map +1 -1
- package/dist/commonjs/v3/logger-api.js +5 -2
- package/dist/commonjs/v3/logger-api.js.map +1 -1
- package/dist/commonjs/v3/otel/index.js +20 -2
- package/dist/commonjs/v3/otel/index.js.map +1 -1
- package/dist/commonjs/v3/otel/tracingSDK.js +66 -62
- package/dist/commonjs/v3/otel/tracingSDK.js.map +1 -1
- package/dist/commonjs/v3/otel/utils.js +6 -3
- package/dist/commonjs/v3/otel/utils.js.map +1 -1
- package/dist/commonjs/v3/prod/index.js +5 -1
- package/dist/commonjs/v3/prod/index.js.map +1 -1
- package/dist/commonjs/v3/run-metadata-api.js +21 -4
- package/dist/commonjs/v3/run-metadata-api.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/index.d.ts +2 -0
- package/dist/commonjs/v3/runMetadata/index.js +14 -7
- package/dist/commonjs/v3/runMetadata/index.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/manager.d.ts +4 -2
- package/dist/commonjs/v3/runMetadata/manager.js +30 -10
- package/dist/commonjs/v3/runMetadata/manager.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/metadataStream.js +5 -1
- package/dist/commonjs/v3/runMetadata/metadataStream.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/noopManager.d.ts +2 -0
- package/dist/commonjs/v3/runMetadata/noopManager.js +15 -8
- package/dist/commonjs/v3/runMetadata/noopManager.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/operations.js +15 -11
- package/dist/commonjs/v3/runMetadata/operations.js.map +1 -1
- package/dist/commonjs/v3/runMetadata/types.d.ts +2 -0
- package/dist/commonjs/v3/runMetadata/types.js +2 -1
- package/dist/commonjs/v3/runtime/devRuntimeManager.js +9 -5
- package/dist/commonjs/v3/runtime/devRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/runtime/index.js +16 -12
- package/dist/commonjs/v3/runtime/index.js.map +1 -1
- package/dist/commonjs/v3/runtime/manager.js +2 -1
- package/dist/commonjs/v3/runtime/noopRuntimeManager.js +7 -3
- package/dist/commonjs/v3/runtime/noopRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/runtime/prodRuntimeManager.js +9 -5
- package/dist/commonjs/v3/runtime/prodRuntimeManager.js.map +1 -1
- package/dist/commonjs/v3/runtime-api.js +5 -2
- package/dist/commonjs/v3/runtime-api.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +19 -19
- package/dist/commonjs/v3/schemas/api.js +382 -370
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.js +70 -67
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- package/dist/commonjs/v3/schemas/common.js +183 -180
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/config.js +7 -4
- package/dist/commonjs/v3/schemas/config.js.map +1 -1
- package/dist/commonjs/v3/schemas/eventFilter.js +40 -37
- package/dist/commonjs/v3/schemas/eventFilter.js.map +1 -1
- package/dist/commonjs/v3/schemas/fetch.js +27 -24
- package/dist/commonjs/v3/schemas/fetch.js.map +1 -1
- package/dist/commonjs/v3/schemas/index.js +28 -12
- package/dist/commonjs/v3/schemas/index.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.js +524 -521
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/openTelemetry.js +34 -29
- package/dist/commonjs/v3/schemas/openTelemetry.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.js +31 -28
- package/dist/commonjs/v3/schemas/resources.js.map +1 -1
- package/dist/commonjs/v3/schemas/schemas.js +99 -96
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/schemas/style.js +15 -12
- package/dist/commonjs/v3/schemas/style.js.map +1 -1
- package/dist/commonjs/v3/schemas/tokens.js +13 -10
- package/dist/commonjs/v3/schemas/tokens.js.map +1 -1
- package/dist/commonjs/v3/semanticInternalAttributes.js +4 -1
- package/dist/commonjs/v3/semanticInternalAttributes.js.map +1 -1
- package/dist/commonjs/v3/task-catalog/catalog.js +2 -1
- package/dist/commonjs/v3/task-catalog/index.js +11 -7
- package/dist/commonjs/v3/task-catalog/index.js.map +1 -1
- package/dist/commonjs/v3/task-catalog/noopTaskCatalog.js +5 -1
- package/dist/commonjs/v3/task-catalog/noopTaskCatalog.js.map +1 -1
- package/dist/commonjs/v3/task-catalog/standardTaskCatalog.js +5 -1
- package/dist/commonjs/v3/task-catalog/standardTaskCatalog.js.map +1 -1
- package/dist/commonjs/v3/task-catalog-api.js +5 -2
- package/dist/commonjs/v3/task-catalog-api.js.map +1 -1
- package/dist/commonjs/v3/task-context-api.js +5 -2
- package/dist/commonjs/v3/task-context-api.js.map +1 -1
- package/dist/commonjs/v3/taskContext/index.js +35 -31
- package/dist/commonjs/v3/taskContext/index.js.map +1 -1
- package/dist/commonjs/v3/taskContext/otelProcessors.js +20 -15
- package/dist/commonjs/v3/taskContext/otelProcessors.js.map +1 -1
- package/dist/commonjs/v3/taskContext/types.js +2 -1
- package/dist/commonjs/v3/timeout/api.js +9 -5
- package/dist/commonjs/v3/timeout/api.js.map +1 -1
- package/dist/commonjs/v3/timeout/types.js +5 -1
- package/dist/commonjs/v3/timeout/types.js.map +1 -1
- package/dist/commonjs/v3/timeout/usageTimeoutManager.js +7 -3
- package/dist/commonjs/v3/timeout/usageTimeoutManager.js.map +1 -1
- package/dist/commonjs/v3/timeout-api.js +5 -2
- package/dist/commonjs/v3/timeout-api.js.map +1 -1
- package/dist/commonjs/v3/tracer.js +32 -28
- package/dist/commonjs/v3/tracer.js.map +1 -1
- package/dist/commonjs/v3/types/idempotencyKeys.js +2 -1
- package/dist/commonjs/v3/types/index.js +20 -4
- package/dist/commonjs/v3/types/index.js.map +1 -1
- package/dist/commonjs/v3/types/schemas.js +4 -1
- package/dist/commonjs/v3/types/schemas.js.map +1 -1
- package/dist/commonjs/v3/types/tasks.d.ts +1 -1
- package/dist/commonjs/v3/types/tasks.js +7 -2
- package/dist/commonjs/v3/types/tasks.js.map +1 -1
- package/dist/commonjs/v3/types/tools.js +6 -3
- package/dist/commonjs/v3/types/tools.js.map +1 -1
- package/dist/commonjs/v3/types/utils.js +2 -1
- package/dist/commonjs/v3/usage/api.js +11 -7
- package/dist/commonjs/v3/usage/api.js.map +1 -1
- package/dist/commonjs/v3/usage/devUsageManager.js +14 -10
- package/dist/commonjs/v3/usage/devUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/noopUsageManager.js +5 -1
- package/dist/commonjs/v3/usage/noopUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/prodUsageManager.js +9 -5
- package/dist/commonjs/v3/usage/prodUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/types.js +2 -1
- package/dist/commonjs/v3/usage/usageClient.js +7 -3
- package/dist/commonjs/v3/usage/usageClient.js.map +1 -1
- package/dist/commonjs/v3/usage-api.js +5 -2
- package/dist/commonjs/v3/usage-api.js.map +1 -1
- package/dist/commonjs/v3/utils/durations.js +20 -9
- package/dist/commonjs/v3/utils/durations.js.map +1 -1
- package/dist/commonjs/v3/utils/flattenAttributes.js +17 -11
- package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/commonjs/v3/utils/getEnv.js +6 -2
- package/dist/commonjs/v3/utils/getEnv.js.map +1 -1
- package/dist/commonjs/v3/utils/globals.js +10 -5
- package/dist/commonjs/v3/utils/globals.js.map +1 -1
- package/dist/commonjs/v3/utils/ioSerialization.js +42 -29
- package/dist/commonjs/v3/utils/ioSerialization.js.map +1 -1
- package/dist/commonjs/v3/utils/omit.js +4 -1
- package/dist/commonjs/v3/utils/omit.js.map +1 -1
- package/dist/commonjs/v3/utils/platform.js +4 -1
- package/dist/commonjs/v3/utils/platform.js.map +1 -1
- package/dist/commonjs/v3/utils/retries.js +15 -10
- package/dist/commonjs/v3/utils/retries.js.map +1 -1
- package/dist/commonjs/v3/utils/safeAsyncLocalStorage.js +7 -3
- package/dist/commonjs/v3/utils/safeAsyncLocalStorage.js.map +1 -1
- package/dist/commonjs/v3/utils/structuredLogger.js +7 -3
- package/dist/commonjs/v3/utils/structuredLogger.js.map +1 -1
- package/dist/commonjs/v3/utils/styleAttributes.js +7 -4
- package/dist/commonjs/v3/utils/styleAttributes.js.map +1 -1
- package/dist/commonjs/v3/utils/timers.js +10 -6
- package/dist/commonjs/v3/utils/timers.js.map +1 -1
- package/dist/commonjs/v3/wait-until-api.js +5 -2
- package/dist/commonjs/v3/wait-until-api.js.map +1 -1
- package/dist/commonjs/v3/waitUntil/index.js +8 -4
- package/dist/commonjs/v3/waitUntil/index.js.map +1 -1
- package/dist/commonjs/v3/waitUntil/manager.js +5 -1
- package/dist/commonjs/v3/waitUntil/manager.js.map +1 -1
- package/dist/commonjs/v3/waitUntil/types.js +2 -1
- package/dist/commonjs/v3/workers/index.js +48 -14
- package/dist/commonjs/v3/workers/index.js.map +1 -1
- package/dist/commonjs/v3/workers/taskExecutor.js +50 -46
- package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
- package/dist/commonjs/v3/zodIpc.js +26 -22
- package/dist/commonjs/v3/zodIpc.js.map +1 -1
- package/dist/commonjs/v3/zodMessageHandler.js +21 -13
- package/dist/commonjs/v3/zodMessageHandler.js.map +1 -1
- package/dist/commonjs/v3/zodNamespace.js +11 -7
- package/dist/commonjs/v3/zodNamespace.js.map +1 -1
- package/dist/commonjs/v3/zodSocket.js +23 -17
- package/dist/commonjs/v3/zodSocket.js.map +1 -1
- package/dist/commonjs/v3/zodfetch.js +19 -3
- package/dist/commonjs/v3/zodfetch.js.map +1 -1
- package/dist/commonjs/version.js +4 -1
- package/dist/commonjs/version.js.map +1 -1
- package/dist/commonjs/versions.js +10 -6
- package/dist/commonjs/versions.js.map +1 -1
- package/dist/esm/package.json +3 -0
- package/dist/esm/schemas/api.d.ts +8 -8
- package/dist/esm/v3/apiClient/index.d.ts +97 -92
- package/dist/esm/v3/apiClient/index.js +10 -1
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/apiClient/runStream.d.ts +2 -17
- package/dist/esm/v3/apiClient/runStream.js +91 -62
- package/dist/esm/v3/apiClient/runStream.js.map +1 -1
- package/dist/esm/v3/apiClientManager/index.d.ts +1 -1
- package/dist/esm/v3/config.d.ts +55 -0
- package/dist/esm/v3/runMetadata/index.d.ts +2 -0
- package/dist/esm/v3/runMetadata/index.js +4 -1
- package/dist/esm/v3/runMetadata/index.js.map +1 -1
- package/dist/esm/v3/runMetadata/manager.d.ts +4 -2
- package/dist/esm/v3/runMetadata/manager.js +19 -3
- package/dist/esm/v3/runMetadata/manager.js.map +1 -1
- package/dist/esm/v3/runMetadata/noopManager.d.ts +2 -0
- package/dist/esm/v3/runMetadata/noopManager.js +10 -7
- package/dist/esm/v3/runMetadata/noopManager.js.map +1 -1
- package/dist/esm/v3/runMetadata/operations.js +2 -1
- package/dist/esm/v3/runMetadata/operations.js.map +1 -1
- package/dist/esm/v3/runMetadata/types.d.ts +2 -0
- package/dist/esm/v3/schemas/api.d.ts +459 -459
- package/dist/esm/v3/schemas/api.js +15 -7
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +282 -282
- package/dist/esm/v3/schemas/fetch.d.ts +31 -31
- package/dist/esm/v3/schemas/messages.d.ts +3351 -3351
- package/dist/esm/v3/schemas/resources.d.ts +98 -98
- package/dist/esm/v3/schemas/schemas.d.ts +336 -336
- package/dist/esm/v3/types/tasks.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -26,38 +26,38 @@ export declare const GetProjectResponseBody: z.ZodObject<{
|
|
|
26
26
|
createdAt: z.ZodDate;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
id: string;
|
|
29
|
-
title: string;
|
|
30
|
-
slug: string;
|
|
31
29
|
createdAt: Date;
|
|
30
|
+
slug: string;
|
|
31
|
+
title: string;
|
|
32
32
|
}, {
|
|
33
33
|
id: string;
|
|
34
|
-
title: string;
|
|
35
|
-
slug: string;
|
|
36
34
|
createdAt: Date;
|
|
35
|
+
slug: string;
|
|
36
|
+
title: string;
|
|
37
37
|
}>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
name: string;
|
|
40
40
|
id: string;
|
|
41
|
+
createdAt: Date;
|
|
41
42
|
slug: string;
|
|
42
43
|
organization: {
|
|
43
44
|
id: string;
|
|
44
|
-
title: string;
|
|
45
|
-
slug: string;
|
|
46
45
|
createdAt: Date;
|
|
46
|
+
slug: string;
|
|
47
|
+
title: string;
|
|
47
48
|
};
|
|
48
|
-
createdAt: Date;
|
|
49
49
|
externalRef: string;
|
|
50
50
|
}, {
|
|
51
51
|
name: string;
|
|
52
52
|
id: string;
|
|
53
|
+
createdAt: Date;
|
|
53
54
|
slug: string;
|
|
54
55
|
organization: {
|
|
55
56
|
id: string;
|
|
56
|
-
title: string;
|
|
57
|
-
slug: string;
|
|
58
57
|
createdAt: Date;
|
|
58
|
+
slug: string;
|
|
59
|
+
title: string;
|
|
59
60
|
};
|
|
60
|
-
createdAt: Date;
|
|
61
61
|
externalRef: string;
|
|
62
62
|
}>;
|
|
63
63
|
export type GetProjectResponseBody = z.infer<typeof GetProjectResponseBody>;
|
|
@@ -74,38 +74,38 @@ export declare const GetProjectsResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
74
74
|
createdAt: z.ZodDate;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
id: string;
|
|
77
|
-
title: string;
|
|
78
|
-
slug: string;
|
|
79
77
|
createdAt: Date;
|
|
78
|
+
slug: string;
|
|
79
|
+
title: string;
|
|
80
80
|
}, {
|
|
81
81
|
id: string;
|
|
82
|
-
title: string;
|
|
83
|
-
slug: string;
|
|
84
82
|
createdAt: Date;
|
|
83
|
+
slug: string;
|
|
84
|
+
title: string;
|
|
85
85
|
}>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
87
|
name: string;
|
|
88
88
|
id: string;
|
|
89
|
+
createdAt: Date;
|
|
89
90
|
slug: string;
|
|
90
91
|
organization: {
|
|
91
92
|
id: string;
|
|
92
|
-
title: string;
|
|
93
|
-
slug: string;
|
|
94
93
|
createdAt: Date;
|
|
94
|
+
slug: string;
|
|
95
|
+
title: string;
|
|
95
96
|
};
|
|
96
|
-
createdAt: Date;
|
|
97
97
|
externalRef: string;
|
|
98
98
|
}, {
|
|
99
99
|
name: string;
|
|
100
100
|
id: string;
|
|
101
|
+
createdAt: Date;
|
|
101
102
|
slug: string;
|
|
102
103
|
organization: {
|
|
103
104
|
id: string;
|
|
104
|
-
title: string;
|
|
105
|
-
slug: string;
|
|
106
105
|
createdAt: Date;
|
|
106
|
+
slug: string;
|
|
107
|
+
title: string;
|
|
107
108
|
};
|
|
108
|
-
createdAt: Date;
|
|
109
109
|
externalRef: string;
|
|
110
110
|
}>, "many">;
|
|
111
111
|
export type GetProjectsResponseBody = z.infer<typeof GetProjectsResponseBody>;
|
|
@@ -154,29 +154,29 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
154
154
|
maxTimeoutInMs: z.ZodOptional<z.ZodNumber>;
|
|
155
155
|
randomize: z.ZodOptional<z.ZodBoolean>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
maxAttempts?: number | undefined;
|
|
157
158
|
factor?: number | undefined;
|
|
158
159
|
minTimeoutInMs?: number | undefined;
|
|
159
160
|
maxTimeoutInMs?: number | undefined;
|
|
160
161
|
randomize?: boolean | undefined;
|
|
161
|
-
maxAttempts?: number | undefined;
|
|
162
162
|
}, {
|
|
163
|
+
maxAttempts?: number | undefined;
|
|
163
164
|
factor?: number | undefined;
|
|
164
165
|
minTimeoutInMs?: number | undefined;
|
|
165
166
|
maxTimeoutInMs?: number | undefined;
|
|
166
167
|
randomize?: boolean | undefined;
|
|
167
|
-
maxAttempts?: number | undefined;
|
|
168
168
|
}>>;
|
|
169
169
|
machine: z.ZodOptional<z.ZodObject<{
|
|
170
170
|
cpu: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
|
|
171
171
|
memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
|
|
172
172
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
cpu?:
|
|
175
|
-
memory?:
|
|
174
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
175
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
176
176
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
cpu?:
|
|
179
|
-
memory?:
|
|
178
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
179
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
180
180
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
181
181
|
}>>;
|
|
182
182
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -195,56 +195,56 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
195
195
|
id: string;
|
|
196
196
|
filePath: string;
|
|
197
197
|
exportName: string;
|
|
198
|
-
description?: string | undefined;
|
|
199
|
-
schedule?: {
|
|
200
|
-
cron: string;
|
|
201
|
-
timezone: string;
|
|
202
|
-
} | undefined;
|
|
203
|
-
retry?: {
|
|
204
|
-
factor?: number | undefined;
|
|
205
|
-
minTimeoutInMs?: number | undefined;
|
|
206
|
-
maxTimeoutInMs?: number | undefined;
|
|
207
|
-
randomize?: boolean | undefined;
|
|
208
|
-
maxAttempts?: number | undefined;
|
|
209
|
-
} | undefined;
|
|
210
198
|
maxDuration?: number | undefined;
|
|
211
199
|
queue?: {
|
|
212
200
|
name?: string | undefined;
|
|
213
201
|
concurrencyLimit?: number | undefined;
|
|
214
202
|
} | undefined;
|
|
215
203
|
machine?: {
|
|
216
|
-
cpu?:
|
|
217
|
-
memory?:
|
|
204
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
205
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
218
206
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
219
207
|
} | undefined;
|
|
220
|
-
triggerSource?: string | undefined;
|
|
221
|
-
}, {
|
|
222
|
-
id: string;
|
|
223
|
-
filePath: string;
|
|
224
|
-
exportName: string;
|
|
225
|
-
description?: string | undefined;
|
|
226
|
-
schedule?: {
|
|
227
|
-
cron: string;
|
|
228
|
-
timezone: string;
|
|
229
|
-
} | undefined;
|
|
230
208
|
retry?: {
|
|
209
|
+
maxAttempts?: number | undefined;
|
|
231
210
|
factor?: number | undefined;
|
|
232
211
|
minTimeoutInMs?: number | undefined;
|
|
233
212
|
maxTimeoutInMs?: number | undefined;
|
|
234
213
|
randomize?: boolean | undefined;
|
|
235
|
-
maxAttempts?: number | undefined;
|
|
236
214
|
} | undefined;
|
|
215
|
+
description?: string | undefined;
|
|
216
|
+
triggerSource?: string | undefined;
|
|
217
|
+
schedule?: {
|
|
218
|
+
cron: string;
|
|
219
|
+
timezone: string;
|
|
220
|
+
} | undefined;
|
|
221
|
+
}, {
|
|
222
|
+
id: string;
|
|
223
|
+
filePath: string;
|
|
224
|
+
exportName: string;
|
|
237
225
|
maxDuration?: number | undefined;
|
|
238
226
|
queue?: {
|
|
239
227
|
name?: string | undefined;
|
|
240
228
|
concurrencyLimit?: number | undefined;
|
|
241
229
|
} | undefined;
|
|
242
230
|
machine?: {
|
|
243
|
-
cpu?:
|
|
244
|
-
memory?:
|
|
231
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
232
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
245
233
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
246
234
|
} | undefined;
|
|
235
|
+
retry?: {
|
|
236
|
+
maxAttempts?: number | undefined;
|
|
237
|
+
factor?: number | undefined;
|
|
238
|
+
minTimeoutInMs?: number | undefined;
|
|
239
|
+
maxTimeoutInMs?: number | undefined;
|
|
240
|
+
randomize?: boolean | undefined;
|
|
241
|
+
} | undefined;
|
|
242
|
+
description?: string | undefined;
|
|
247
243
|
triggerSource?: string | undefined;
|
|
244
|
+
schedule?: {
|
|
245
|
+
cron: string;
|
|
246
|
+
timezone: string;
|
|
247
|
+
} | undefined;
|
|
248
248
|
}>, "many">;
|
|
249
249
|
sourceFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
250
250
|
filePath: z.ZodString;
|
|
@@ -263,36 +263,36 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
263
263
|
taskIds: string[];
|
|
264
264
|
}>, "many">>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
+
contentHash: string;
|
|
267
|
+
packageVersion: string;
|
|
266
268
|
tasks: {
|
|
267
269
|
id: string;
|
|
268
270
|
filePath: string;
|
|
269
271
|
exportName: string;
|
|
270
|
-
description?: string | undefined;
|
|
271
|
-
schedule?: {
|
|
272
|
-
cron: string;
|
|
273
|
-
timezone: string;
|
|
274
|
-
} | undefined;
|
|
275
|
-
retry?: {
|
|
276
|
-
factor?: number | undefined;
|
|
277
|
-
minTimeoutInMs?: number | undefined;
|
|
278
|
-
maxTimeoutInMs?: number | undefined;
|
|
279
|
-
randomize?: boolean | undefined;
|
|
280
|
-
maxAttempts?: number | undefined;
|
|
281
|
-
} | undefined;
|
|
282
272
|
maxDuration?: number | undefined;
|
|
283
273
|
queue?: {
|
|
284
274
|
name?: string | undefined;
|
|
285
275
|
concurrencyLimit?: number | undefined;
|
|
286
276
|
} | undefined;
|
|
287
277
|
machine?: {
|
|
288
|
-
cpu?:
|
|
289
|
-
memory?:
|
|
278
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
279
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
290
280
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
291
281
|
} | undefined;
|
|
282
|
+
retry?: {
|
|
283
|
+
maxAttempts?: number | undefined;
|
|
284
|
+
factor?: number | undefined;
|
|
285
|
+
minTimeoutInMs?: number | undefined;
|
|
286
|
+
maxTimeoutInMs?: number | undefined;
|
|
287
|
+
randomize?: boolean | undefined;
|
|
288
|
+
} | undefined;
|
|
289
|
+
description?: string | undefined;
|
|
292
290
|
triggerSource?: string | undefined;
|
|
291
|
+
schedule?: {
|
|
292
|
+
cron: string;
|
|
293
|
+
timezone: string;
|
|
294
|
+
} | undefined;
|
|
293
295
|
}[];
|
|
294
|
-
contentHash: string;
|
|
295
|
-
packageVersion: string;
|
|
296
296
|
cliPackageVersion?: string | undefined;
|
|
297
297
|
sourceFiles?: {
|
|
298
298
|
filePath: string;
|
|
@@ -301,36 +301,36 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
301
301
|
taskIds: string[];
|
|
302
302
|
}[] | undefined;
|
|
303
303
|
}, {
|
|
304
|
+
contentHash: string;
|
|
305
|
+
packageVersion: string;
|
|
304
306
|
tasks: {
|
|
305
307
|
id: string;
|
|
306
308
|
filePath: string;
|
|
307
309
|
exportName: string;
|
|
308
|
-
description?: string | undefined;
|
|
309
|
-
schedule?: {
|
|
310
|
-
cron: string;
|
|
311
|
-
timezone: string;
|
|
312
|
-
} | undefined;
|
|
313
|
-
retry?: {
|
|
314
|
-
factor?: number | undefined;
|
|
315
|
-
minTimeoutInMs?: number | undefined;
|
|
316
|
-
maxTimeoutInMs?: number | undefined;
|
|
317
|
-
randomize?: boolean | undefined;
|
|
318
|
-
maxAttempts?: number | undefined;
|
|
319
|
-
} | undefined;
|
|
320
310
|
maxDuration?: number | undefined;
|
|
321
311
|
queue?: {
|
|
322
312
|
name?: string | undefined;
|
|
323
313
|
concurrencyLimit?: number | undefined;
|
|
324
314
|
} | undefined;
|
|
325
315
|
machine?: {
|
|
326
|
-
cpu?:
|
|
327
|
-
memory?:
|
|
316
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
317
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
328
318
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
329
319
|
} | undefined;
|
|
320
|
+
retry?: {
|
|
321
|
+
maxAttempts?: number | undefined;
|
|
322
|
+
factor?: number | undefined;
|
|
323
|
+
minTimeoutInMs?: number | undefined;
|
|
324
|
+
maxTimeoutInMs?: number | undefined;
|
|
325
|
+
randomize?: boolean | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
description?: string | undefined;
|
|
330
328
|
triggerSource?: string | undefined;
|
|
329
|
+
schedule?: {
|
|
330
|
+
cron: string;
|
|
331
|
+
timezone: string;
|
|
332
|
+
} | undefined;
|
|
331
333
|
}[];
|
|
332
|
-
contentHash: string;
|
|
333
|
-
packageVersion: string;
|
|
334
334
|
cliPackageVersion?: string | undefined;
|
|
335
335
|
sourceFiles?: {
|
|
336
336
|
filePath: string;
|
|
@@ -342,36 +342,36 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
342
342
|
supportsLazyAttempts: z.ZodOptional<z.ZodBoolean>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
344
|
metadata: {
|
|
345
|
+
contentHash: string;
|
|
346
|
+
packageVersion: string;
|
|
345
347
|
tasks: {
|
|
346
348
|
id: string;
|
|
347
349
|
filePath: string;
|
|
348
350
|
exportName: string;
|
|
349
|
-
description?: string | undefined;
|
|
350
|
-
schedule?: {
|
|
351
|
-
cron: string;
|
|
352
|
-
timezone: string;
|
|
353
|
-
} | undefined;
|
|
354
|
-
retry?: {
|
|
355
|
-
factor?: number | undefined;
|
|
356
|
-
minTimeoutInMs?: number | undefined;
|
|
357
|
-
maxTimeoutInMs?: number | undefined;
|
|
358
|
-
randomize?: boolean | undefined;
|
|
359
|
-
maxAttempts?: number | undefined;
|
|
360
|
-
} | undefined;
|
|
361
351
|
maxDuration?: number | undefined;
|
|
362
352
|
queue?: {
|
|
363
353
|
name?: string | undefined;
|
|
364
354
|
concurrencyLimit?: number | undefined;
|
|
365
355
|
} | undefined;
|
|
366
356
|
machine?: {
|
|
367
|
-
cpu?:
|
|
368
|
-
memory?:
|
|
357
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
358
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
369
359
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
370
360
|
} | undefined;
|
|
361
|
+
retry?: {
|
|
362
|
+
maxAttempts?: number | undefined;
|
|
363
|
+
factor?: number | undefined;
|
|
364
|
+
minTimeoutInMs?: number | undefined;
|
|
365
|
+
maxTimeoutInMs?: number | undefined;
|
|
366
|
+
randomize?: boolean | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
description?: string | undefined;
|
|
371
369
|
triggerSource?: string | undefined;
|
|
370
|
+
schedule?: {
|
|
371
|
+
cron: string;
|
|
372
|
+
timezone: string;
|
|
373
|
+
} | undefined;
|
|
372
374
|
}[];
|
|
373
|
-
contentHash: string;
|
|
374
|
-
packageVersion: string;
|
|
375
375
|
cliPackageVersion?: string | undefined;
|
|
376
376
|
sourceFiles?: {
|
|
377
377
|
filePath: string;
|
|
@@ -384,36 +384,36 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
384
384
|
supportsLazyAttempts?: boolean | undefined;
|
|
385
385
|
}, {
|
|
386
386
|
metadata: {
|
|
387
|
+
contentHash: string;
|
|
388
|
+
packageVersion: string;
|
|
387
389
|
tasks: {
|
|
388
390
|
id: string;
|
|
389
391
|
filePath: string;
|
|
390
392
|
exportName: string;
|
|
391
|
-
description?: string | undefined;
|
|
392
|
-
schedule?: {
|
|
393
|
-
cron: string;
|
|
394
|
-
timezone: string;
|
|
395
|
-
} | undefined;
|
|
396
|
-
retry?: {
|
|
397
|
-
factor?: number | undefined;
|
|
398
|
-
minTimeoutInMs?: number | undefined;
|
|
399
|
-
maxTimeoutInMs?: number | undefined;
|
|
400
|
-
randomize?: boolean | undefined;
|
|
401
|
-
maxAttempts?: number | undefined;
|
|
402
|
-
} | undefined;
|
|
403
393
|
maxDuration?: number | undefined;
|
|
404
394
|
queue?: {
|
|
405
395
|
name?: string | undefined;
|
|
406
396
|
concurrencyLimit?: number | undefined;
|
|
407
397
|
} | undefined;
|
|
408
398
|
machine?: {
|
|
409
|
-
cpu?:
|
|
410
|
-
memory?:
|
|
399
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
400
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
411
401
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
412
402
|
} | undefined;
|
|
403
|
+
retry?: {
|
|
404
|
+
maxAttempts?: number | undefined;
|
|
405
|
+
factor?: number | undefined;
|
|
406
|
+
minTimeoutInMs?: number | undefined;
|
|
407
|
+
maxTimeoutInMs?: number | undefined;
|
|
408
|
+
randomize?: boolean | undefined;
|
|
409
|
+
} | undefined;
|
|
410
|
+
description?: string | undefined;
|
|
413
411
|
triggerSource?: string | undefined;
|
|
412
|
+
schedule?: {
|
|
413
|
+
cron: string;
|
|
414
|
+
timezone: string;
|
|
415
|
+
} | undefined;
|
|
414
416
|
}[];
|
|
415
|
-
contentHash: string;
|
|
416
|
-
packageVersion: string;
|
|
417
417
|
cliPackageVersion?: string | undefined;
|
|
418
418
|
sourceFiles?: {
|
|
419
419
|
filePath: string;
|
|
@@ -431,12 +431,12 @@ export declare const CreateBackgroundWorkerResponse: z.ZodObject<{
|
|
|
431
431
|
version: z.ZodString;
|
|
432
432
|
contentHash: z.ZodString;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
version: string;
|
|
435
434
|
id: string;
|
|
435
|
+
version: string;
|
|
436
436
|
contentHash: string;
|
|
437
437
|
}, {
|
|
438
|
-
version: string;
|
|
439
438
|
id: string;
|
|
439
|
+
version: string;
|
|
440
440
|
contentHash: string;
|
|
441
441
|
}>;
|
|
442
442
|
export type CreateBackgroundWorkerResponse = z.infer<typeof CreateBackgroundWorkerResponse>;
|
|
@@ -474,19 +474,19 @@ export declare const TriggerTaskRequestBody: z.ZodObject<{
|
|
|
474
474
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
475
475
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
476
476
|
}, "strip", z.ZodTypeAny, {
|
|
477
|
-
metadata?: any;
|
|
478
|
-
idempotencyKey?: string | undefined;
|
|
479
477
|
payloadType?: string | undefined;
|
|
480
478
|
tags?: string | string[] | undefined;
|
|
479
|
+
idempotencyKey?: string | undefined;
|
|
481
480
|
maxAttempts?: number | undefined;
|
|
481
|
+
metadata?: any;
|
|
482
482
|
maxDuration?: number | undefined;
|
|
483
483
|
queue?: {
|
|
484
484
|
name?: string | undefined;
|
|
485
485
|
concurrencyLimit?: number | undefined;
|
|
486
486
|
} | undefined;
|
|
487
|
-
delay?: string | Date | undefined;
|
|
488
487
|
idempotencyKeyTTL?: string | undefined;
|
|
489
488
|
concurrencyKey?: string | undefined;
|
|
489
|
+
delay?: string | Date | undefined;
|
|
490
490
|
ttl?: string | number | undefined;
|
|
491
491
|
dependentAttempt?: string | undefined;
|
|
492
492
|
parentAttempt?: string | undefined;
|
|
@@ -496,19 +496,19 @@ export declare const TriggerTaskRequestBody: z.ZodObject<{
|
|
|
496
496
|
test?: boolean | undefined;
|
|
497
497
|
metadataType?: string | undefined;
|
|
498
498
|
}, {
|
|
499
|
-
metadata?: any;
|
|
500
|
-
idempotencyKey?: string | undefined;
|
|
501
499
|
payloadType?: string | undefined;
|
|
502
500
|
tags?: string | string[] | undefined;
|
|
501
|
+
idempotencyKey?: string | undefined;
|
|
503
502
|
maxAttempts?: number | undefined;
|
|
503
|
+
metadata?: any;
|
|
504
504
|
maxDuration?: number | undefined;
|
|
505
505
|
queue?: {
|
|
506
506
|
name?: string | undefined;
|
|
507
507
|
concurrencyLimit?: number | undefined;
|
|
508
508
|
} | undefined;
|
|
509
|
-
delay?: string | Date | undefined;
|
|
510
509
|
idempotencyKeyTTL?: string | undefined;
|
|
511
510
|
concurrencyKey?: string | undefined;
|
|
511
|
+
delay?: string | Date | undefined;
|
|
512
512
|
ttl?: string | number | undefined;
|
|
513
513
|
dependentAttempt?: string | undefined;
|
|
514
514
|
parentAttempt?: string | undefined;
|
|
@@ -520,19 +520,19 @@ export declare const TriggerTaskRequestBody: z.ZodObject<{
|
|
|
520
520
|
}>>;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
522
|
options?: {
|
|
523
|
-
metadata?: any;
|
|
524
|
-
idempotencyKey?: string | undefined;
|
|
525
523
|
payloadType?: string | undefined;
|
|
526
524
|
tags?: string | string[] | undefined;
|
|
525
|
+
idempotencyKey?: string | undefined;
|
|
527
526
|
maxAttempts?: number | undefined;
|
|
527
|
+
metadata?: any;
|
|
528
528
|
maxDuration?: number | undefined;
|
|
529
529
|
queue?: {
|
|
530
530
|
name?: string | undefined;
|
|
531
531
|
concurrencyLimit?: number | undefined;
|
|
532
532
|
} | undefined;
|
|
533
|
-
delay?: string | Date | undefined;
|
|
534
533
|
idempotencyKeyTTL?: string | undefined;
|
|
535
534
|
concurrencyKey?: string | undefined;
|
|
535
|
+
delay?: string | Date | undefined;
|
|
536
536
|
ttl?: string | number | undefined;
|
|
537
537
|
dependentAttempt?: string | undefined;
|
|
538
538
|
parentAttempt?: string | undefined;
|
|
@@ -546,19 +546,19 @@ export declare const TriggerTaskRequestBody: z.ZodObject<{
|
|
|
546
546
|
context?: any;
|
|
547
547
|
}, {
|
|
548
548
|
options?: {
|
|
549
|
-
metadata?: any;
|
|
550
|
-
idempotencyKey?: string | undefined;
|
|
551
549
|
payloadType?: string | undefined;
|
|
552
550
|
tags?: string | string[] | undefined;
|
|
551
|
+
idempotencyKey?: string | undefined;
|
|
553
552
|
maxAttempts?: number | undefined;
|
|
553
|
+
metadata?: any;
|
|
554
554
|
maxDuration?: number | undefined;
|
|
555
555
|
queue?: {
|
|
556
556
|
name?: string | undefined;
|
|
557
557
|
concurrencyLimit?: number | undefined;
|
|
558
558
|
} | undefined;
|
|
559
|
-
delay?: string | Date | undefined;
|
|
560
559
|
idempotencyKeyTTL?: string | undefined;
|
|
561
560
|
concurrencyKey?: string | undefined;
|
|
561
|
+
delay?: string | Date | undefined;
|
|
562
562
|
ttl?: string | number | undefined;
|
|
563
563
|
dependentAttempt?: string | undefined;
|
|
564
564
|
parentAttempt?: string | undefined;
|
|
@@ -613,19 +613,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
613
613
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
614
614
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
615
615
|
}, "strip", z.ZodTypeAny, {
|
|
616
|
-
metadata?: any;
|
|
617
|
-
idempotencyKey?: string | undefined;
|
|
618
616
|
payloadType?: string | undefined;
|
|
619
617
|
tags?: string | string[] | undefined;
|
|
618
|
+
idempotencyKey?: string | undefined;
|
|
620
619
|
maxAttempts?: number | undefined;
|
|
620
|
+
metadata?: any;
|
|
621
621
|
maxDuration?: number | undefined;
|
|
622
622
|
queue?: {
|
|
623
623
|
name?: string | undefined;
|
|
624
624
|
concurrencyLimit?: number | undefined;
|
|
625
625
|
} | undefined;
|
|
626
|
-
delay?: string | Date | undefined;
|
|
627
626
|
idempotencyKeyTTL?: string | undefined;
|
|
628
627
|
concurrencyKey?: string | undefined;
|
|
628
|
+
delay?: string | Date | undefined;
|
|
629
629
|
ttl?: string | number | undefined;
|
|
630
630
|
dependentAttempt?: string | undefined;
|
|
631
631
|
parentAttempt?: string | undefined;
|
|
@@ -635,19 +635,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
635
635
|
test?: boolean | undefined;
|
|
636
636
|
metadataType?: string | undefined;
|
|
637
637
|
}, {
|
|
638
|
-
metadata?: any;
|
|
639
|
-
idempotencyKey?: string | undefined;
|
|
640
638
|
payloadType?: string | undefined;
|
|
641
639
|
tags?: string | string[] | undefined;
|
|
640
|
+
idempotencyKey?: string | undefined;
|
|
642
641
|
maxAttempts?: number | undefined;
|
|
642
|
+
metadata?: any;
|
|
643
643
|
maxDuration?: number | undefined;
|
|
644
644
|
queue?: {
|
|
645
645
|
name?: string | undefined;
|
|
646
646
|
concurrencyLimit?: number | undefined;
|
|
647
647
|
} | undefined;
|
|
648
|
-
delay?: string | Date | undefined;
|
|
649
648
|
idempotencyKeyTTL?: string | undefined;
|
|
650
649
|
concurrencyKey?: string | undefined;
|
|
650
|
+
delay?: string | Date | undefined;
|
|
651
651
|
ttl?: string | number | undefined;
|
|
652
652
|
dependentAttempt?: string | undefined;
|
|
653
653
|
parentAttempt?: string | undefined;
|
|
@@ -659,19 +659,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
659
659
|
}>>;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
661
|
options?: {
|
|
662
|
-
metadata?: any;
|
|
663
|
-
idempotencyKey?: string | undefined;
|
|
664
662
|
payloadType?: string | undefined;
|
|
665
663
|
tags?: string | string[] | undefined;
|
|
664
|
+
idempotencyKey?: string | undefined;
|
|
666
665
|
maxAttempts?: number | undefined;
|
|
666
|
+
metadata?: any;
|
|
667
667
|
maxDuration?: number | undefined;
|
|
668
668
|
queue?: {
|
|
669
669
|
name?: string | undefined;
|
|
670
670
|
concurrencyLimit?: number | undefined;
|
|
671
671
|
} | undefined;
|
|
672
|
-
delay?: string | Date | undefined;
|
|
673
672
|
idempotencyKeyTTL?: string | undefined;
|
|
674
673
|
concurrencyKey?: string | undefined;
|
|
674
|
+
delay?: string | Date | undefined;
|
|
675
675
|
ttl?: string | number | undefined;
|
|
676
676
|
dependentAttempt?: string | undefined;
|
|
677
677
|
parentAttempt?: string | undefined;
|
|
@@ -685,19 +685,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
685
685
|
context?: any;
|
|
686
686
|
}, {
|
|
687
687
|
options?: {
|
|
688
|
-
metadata?: any;
|
|
689
|
-
idempotencyKey?: string | undefined;
|
|
690
688
|
payloadType?: string | undefined;
|
|
691
689
|
tags?: string | string[] | undefined;
|
|
690
|
+
idempotencyKey?: string | undefined;
|
|
692
691
|
maxAttempts?: number | undefined;
|
|
692
|
+
metadata?: any;
|
|
693
693
|
maxDuration?: number | undefined;
|
|
694
694
|
queue?: {
|
|
695
695
|
name?: string | undefined;
|
|
696
696
|
concurrencyLimit?: number | undefined;
|
|
697
697
|
} | undefined;
|
|
698
|
-
delay?: string | Date | undefined;
|
|
699
698
|
idempotencyKeyTTL?: string | undefined;
|
|
700
699
|
concurrencyKey?: string | undefined;
|
|
700
|
+
delay?: string | Date | undefined;
|
|
701
701
|
ttl?: string | number | undefined;
|
|
702
702
|
dependentAttempt?: string | undefined;
|
|
703
703
|
parentAttempt?: string | undefined;
|
|
@@ -714,19 +714,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
items: {
|
|
716
716
|
options?: {
|
|
717
|
-
metadata?: any;
|
|
718
|
-
idempotencyKey?: string | undefined;
|
|
719
717
|
payloadType?: string | undefined;
|
|
720
718
|
tags?: string | string[] | undefined;
|
|
719
|
+
idempotencyKey?: string | undefined;
|
|
721
720
|
maxAttempts?: number | undefined;
|
|
721
|
+
metadata?: any;
|
|
722
722
|
maxDuration?: number | undefined;
|
|
723
723
|
queue?: {
|
|
724
724
|
name?: string | undefined;
|
|
725
725
|
concurrencyLimit?: number | undefined;
|
|
726
726
|
} | undefined;
|
|
727
|
-
delay?: string | Date | undefined;
|
|
728
727
|
idempotencyKeyTTL?: string | undefined;
|
|
729
728
|
concurrencyKey?: string | undefined;
|
|
729
|
+
delay?: string | Date | undefined;
|
|
730
730
|
ttl?: string | number | undefined;
|
|
731
731
|
dependentAttempt?: string | undefined;
|
|
732
732
|
parentAttempt?: string | undefined;
|
|
@@ -743,19 +743,19 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
743
743
|
}, {
|
|
744
744
|
items: {
|
|
745
745
|
options?: {
|
|
746
|
-
metadata?: any;
|
|
747
|
-
idempotencyKey?: string | undefined;
|
|
748
746
|
payloadType?: string | undefined;
|
|
749
747
|
tags?: string | string[] | undefined;
|
|
748
|
+
idempotencyKey?: string | undefined;
|
|
750
749
|
maxAttempts?: number | undefined;
|
|
750
|
+
metadata?: any;
|
|
751
751
|
maxDuration?: number | undefined;
|
|
752
752
|
queue?: {
|
|
753
753
|
name?: string | undefined;
|
|
754
754
|
concurrencyLimit?: number | undefined;
|
|
755
755
|
} | undefined;
|
|
756
|
-
delay?: string | Date | undefined;
|
|
757
756
|
idempotencyKeyTTL?: string | undefined;
|
|
758
757
|
concurrencyKey?: string | undefined;
|
|
758
|
+
delay?: string | Date | undefined;
|
|
759
759
|
ttl?: string | number | undefined;
|
|
760
760
|
dependentAttempt?: string | undefined;
|
|
761
761
|
parentAttempt?: string | undefined;
|
|
@@ -801,38 +801,38 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
801
801
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
802
802
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
803
803
|
}, "strip", z.ZodTypeAny, {
|
|
804
|
-
metadata?: any;
|
|
805
|
-
idempotencyKey?: string | undefined;
|
|
806
804
|
payloadType?: string | undefined;
|
|
807
805
|
tags?: string | string[] | undefined;
|
|
806
|
+
idempotencyKey?: string | undefined;
|
|
808
807
|
maxAttempts?: number | undefined;
|
|
808
|
+
metadata?: any;
|
|
809
809
|
maxDuration?: number | undefined;
|
|
810
810
|
queue?: {
|
|
811
811
|
name?: string | undefined;
|
|
812
812
|
concurrencyLimit?: number | undefined;
|
|
813
813
|
} | undefined;
|
|
814
|
-
delay?: string | Date | undefined;
|
|
815
814
|
idempotencyKeyTTL?: string | undefined;
|
|
816
815
|
concurrencyKey?: string | undefined;
|
|
816
|
+
delay?: string | Date | undefined;
|
|
817
817
|
ttl?: string | number | undefined;
|
|
818
818
|
parentAttempt?: string | undefined;
|
|
819
819
|
lockToVersion?: string | undefined;
|
|
820
820
|
test?: boolean | undefined;
|
|
821
821
|
metadataType?: string | undefined;
|
|
822
822
|
}, {
|
|
823
|
-
metadata?: any;
|
|
824
|
-
idempotencyKey?: string | undefined;
|
|
825
823
|
payloadType?: string | undefined;
|
|
826
824
|
tags?: string | string[] | undefined;
|
|
825
|
+
idempotencyKey?: string | undefined;
|
|
827
826
|
maxAttempts?: number | undefined;
|
|
827
|
+
metadata?: any;
|
|
828
828
|
maxDuration?: number | undefined;
|
|
829
829
|
queue?: {
|
|
830
830
|
name?: string | undefined;
|
|
831
831
|
concurrencyLimit?: number | undefined;
|
|
832
832
|
} | undefined;
|
|
833
|
-
delay?: string | Date | undefined;
|
|
834
833
|
idempotencyKeyTTL?: string | undefined;
|
|
835
834
|
concurrencyKey?: string | undefined;
|
|
835
|
+
delay?: string | Date | undefined;
|
|
836
836
|
ttl?: string | number | undefined;
|
|
837
837
|
parentAttempt?: string | undefined;
|
|
838
838
|
lockToVersion?: string | undefined;
|
|
@@ -842,19 +842,19 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
843
|
task: string;
|
|
844
844
|
options?: {
|
|
845
|
-
metadata?: any;
|
|
846
|
-
idempotencyKey?: string | undefined;
|
|
847
845
|
payloadType?: string | undefined;
|
|
848
846
|
tags?: string | string[] | undefined;
|
|
847
|
+
idempotencyKey?: string | undefined;
|
|
849
848
|
maxAttempts?: number | undefined;
|
|
849
|
+
metadata?: any;
|
|
850
850
|
maxDuration?: number | undefined;
|
|
851
851
|
queue?: {
|
|
852
852
|
name?: string | undefined;
|
|
853
853
|
concurrencyLimit?: number | undefined;
|
|
854
854
|
} | undefined;
|
|
855
|
-
delay?: string | Date | undefined;
|
|
856
855
|
idempotencyKeyTTL?: string | undefined;
|
|
857
856
|
concurrencyKey?: string | undefined;
|
|
857
|
+
delay?: string | Date | undefined;
|
|
858
858
|
ttl?: string | number | undefined;
|
|
859
859
|
parentAttempt?: string | undefined;
|
|
860
860
|
lockToVersion?: string | undefined;
|
|
@@ -866,19 +866,19 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
866
866
|
}, {
|
|
867
867
|
task: string;
|
|
868
868
|
options?: {
|
|
869
|
-
metadata?: any;
|
|
870
|
-
idempotencyKey?: string | undefined;
|
|
871
869
|
payloadType?: string | undefined;
|
|
872
870
|
tags?: string | string[] | undefined;
|
|
871
|
+
idempotencyKey?: string | undefined;
|
|
873
872
|
maxAttempts?: number | undefined;
|
|
873
|
+
metadata?: any;
|
|
874
874
|
maxDuration?: number | undefined;
|
|
875
875
|
queue?: {
|
|
876
876
|
name?: string | undefined;
|
|
877
877
|
concurrencyLimit?: number | undefined;
|
|
878
878
|
} | undefined;
|
|
879
|
-
delay?: string | Date | undefined;
|
|
880
879
|
idempotencyKeyTTL?: string | undefined;
|
|
881
880
|
concurrencyKey?: string | undefined;
|
|
881
|
+
delay?: string | Date | undefined;
|
|
882
882
|
ttl?: string | number | undefined;
|
|
883
883
|
parentAttempt?: string | undefined;
|
|
884
884
|
lockToVersion?: string | undefined;
|
|
@@ -920,38 +920,38 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
920
920
|
maxDuration: z.ZodOptional<z.ZodNumber>;
|
|
921
921
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
922
922
|
}, "strip", z.ZodTypeAny, {
|
|
923
|
-
metadata?: any;
|
|
924
|
-
idempotencyKey?: string | undefined;
|
|
925
923
|
payloadType?: string | undefined;
|
|
926
924
|
tags?: string | string[] | undefined;
|
|
925
|
+
idempotencyKey?: string | undefined;
|
|
927
926
|
maxAttempts?: number | undefined;
|
|
927
|
+
metadata?: any;
|
|
928
928
|
maxDuration?: number | undefined;
|
|
929
929
|
queue?: {
|
|
930
930
|
name?: string | undefined;
|
|
931
931
|
concurrencyLimit?: number | undefined;
|
|
932
932
|
} | undefined;
|
|
933
|
-
delay?: string | Date | undefined;
|
|
934
933
|
idempotencyKeyTTL?: string | undefined;
|
|
935
934
|
concurrencyKey?: string | undefined;
|
|
935
|
+
delay?: string | Date | undefined;
|
|
936
936
|
ttl?: string | number | undefined;
|
|
937
937
|
parentAttempt?: string | undefined;
|
|
938
938
|
lockToVersion?: string | undefined;
|
|
939
939
|
test?: boolean | undefined;
|
|
940
940
|
metadataType?: string | undefined;
|
|
941
941
|
}, {
|
|
942
|
-
metadata?: any;
|
|
943
|
-
idempotencyKey?: string | undefined;
|
|
944
942
|
payloadType?: string | undefined;
|
|
945
943
|
tags?: string | string[] | undefined;
|
|
944
|
+
idempotencyKey?: string | undefined;
|
|
946
945
|
maxAttempts?: number | undefined;
|
|
946
|
+
metadata?: any;
|
|
947
947
|
maxDuration?: number | undefined;
|
|
948
948
|
queue?: {
|
|
949
949
|
name?: string | undefined;
|
|
950
950
|
concurrencyLimit?: number | undefined;
|
|
951
951
|
} | undefined;
|
|
952
|
-
delay?: string | Date | undefined;
|
|
953
952
|
idempotencyKeyTTL?: string | undefined;
|
|
954
953
|
concurrencyKey?: string | undefined;
|
|
954
|
+
delay?: string | Date | undefined;
|
|
955
955
|
ttl?: string | number | undefined;
|
|
956
956
|
parentAttempt?: string | undefined;
|
|
957
957
|
lockToVersion?: string | undefined;
|
|
@@ -961,19 +961,19 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
962
|
task: string;
|
|
963
963
|
options?: {
|
|
964
|
-
metadata?: any;
|
|
965
|
-
idempotencyKey?: string | undefined;
|
|
966
964
|
payloadType?: string | undefined;
|
|
967
965
|
tags?: string | string[] | undefined;
|
|
966
|
+
idempotencyKey?: string | undefined;
|
|
968
967
|
maxAttempts?: number | undefined;
|
|
968
|
+
metadata?: any;
|
|
969
969
|
maxDuration?: number | undefined;
|
|
970
970
|
queue?: {
|
|
971
971
|
name?: string | undefined;
|
|
972
972
|
concurrencyLimit?: number | undefined;
|
|
973
973
|
} | undefined;
|
|
974
|
-
delay?: string | Date | undefined;
|
|
975
974
|
idempotencyKeyTTL?: string | undefined;
|
|
976
975
|
concurrencyKey?: string | undefined;
|
|
976
|
+
delay?: string | Date | undefined;
|
|
977
977
|
ttl?: string | number | undefined;
|
|
978
978
|
parentAttempt?: string | undefined;
|
|
979
979
|
lockToVersion?: string | undefined;
|
|
@@ -985,19 +985,19 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
985
985
|
}, {
|
|
986
986
|
task: string;
|
|
987
987
|
options?: {
|
|
988
|
-
metadata?: any;
|
|
989
|
-
idempotencyKey?: string | undefined;
|
|
990
988
|
payloadType?: string | undefined;
|
|
991
989
|
tags?: string | string[] | undefined;
|
|
990
|
+
idempotencyKey?: string | undefined;
|
|
992
991
|
maxAttempts?: number | undefined;
|
|
992
|
+
metadata?: any;
|
|
993
993
|
maxDuration?: number | undefined;
|
|
994
994
|
queue?: {
|
|
995
995
|
name?: string | undefined;
|
|
996
996
|
concurrencyLimit?: number | undefined;
|
|
997
997
|
} | undefined;
|
|
998
|
-
delay?: string | Date | undefined;
|
|
999
998
|
idempotencyKeyTTL?: string | undefined;
|
|
1000
999
|
concurrencyKey?: string | undefined;
|
|
1000
|
+
delay?: string | Date | undefined;
|
|
1001
1001
|
ttl?: string | number | undefined;
|
|
1002
1002
|
parentAttempt?: string | undefined;
|
|
1003
1003
|
lockToVersion?: string | undefined;
|
|
@@ -1012,19 +1012,19 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
1012
1012
|
items: {
|
|
1013
1013
|
task: string;
|
|
1014
1014
|
options?: {
|
|
1015
|
-
metadata?: any;
|
|
1016
|
-
idempotencyKey?: string | undefined;
|
|
1017
1015
|
payloadType?: string | undefined;
|
|
1018
1016
|
tags?: string | string[] | undefined;
|
|
1017
|
+
idempotencyKey?: string | undefined;
|
|
1019
1018
|
maxAttempts?: number | undefined;
|
|
1019
|
+
metadata?: any;
|
|
1020
1020
|
maxDuration?: number | undefined;
|
|
1021
1021
|
queue?: {
|
|
1022
1022
|
name?: string | undefined;
|
|
1023
1023
|
concurrencyLimit?: number | undefined;
|
|
1024
1024
|
} | undefined;
|
|
1025
|
-
delay?: string | Date | undefined;
|
|
1026
1025
|
idempotencyKeyTTL?: string | undefined;
|
|
1027
1026
|
concurrencyKey?: string | undefined;
|
|
1027
|
+
delay?: string | Date | undefined;
|
|
1028
1028
|
ttl?: string | number | undefined;
|
|
1029
1029
|
parentAttempt?: string | undefined;
|
|
1030
1030
|
lockToVersion?: string | undefined;
|
|
@@ -1039,19 +1039,19 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
1039
1039
|
items: {
|
|
1040
1040
|
task: string;
|
|
1041
1041
|
options?: {
|
|
1042
|
-
metadata?: any;
|
|
1043
|
-
idempotencyKey?: string | undefined;
|
|
1044
1042
|
payloadType?: string | undefined;
|
|
1045
1043
|
tags?: string | string[] | undefined;
|
|
1044
|
+
idempotencyKey?: string | undefined;
|
|
1046
1045
|
maxAttempts?: number | undefined;
|
|
1046
|
+
metadata?: any;
|
|
1047
1047
|
maxDuration?: number | undefined;
|
|
1048
1048
|
queue?: {
|
|
1049
1049
|
name?: string | undefined;
|
|
1050
1050
|
concurrencyLimit?: number | undefined;
|
|
1051
1051
|
} | undefined;
|
|
1052
|
-
delay?: string | Date | undefined;
|
|
1053
1052
|
idempotencyKeyTTL?: string | undefined;
|
|
1054
1053
|
concurrencyKey?: string | undefined;
|
|
1054
|
+
delay?: string | Date | undefined;
|
|
1055
1055
|
ttl?: string | number | undefined;
|
|
1056
1056
|
parentAttempt?: string | undefined;
|
|
1057
1057
|
lockToVersion?: string | undefined;
|
|
@@ -1086,23 +1086,23 @@ export declare const BatchTriggerTaskV2Response: z.ZodObject<{
|
|
|
1086
1086
|
}>, "many">;
|
|
1087
1087
|
}, "strip", z.ZodTypeAny, {
|
|
1088
1088
|
id: string;
|
|
1089
|
+
isCached: boolean;
|
|
1089
1090
|
runs: {
|
|
1090
1091
|
id: string;
|
|
1091
1092
|
taskIdentifier: string;
|
|
1092
1093
|
isCached: boolean;
|
|
1093
1094
|
idempotencyKey?: string | undefined;
|
|
1094
1095
|
}[];
|
|
1095
|
-
isCached: boolean;
|
|
1096
1096
|
idempotencyKey?: string | undefined;
|
|
1097
1097
|
}, {
|
|
1098
1098
|
id: string;
|
|
1099
|
+
isCached: boolean;
|
|
1099
1100
|
runs: {
|
|
1100
1101
|
id: string;
|
|
1101
1102
|
taskIdentifier: string;
|
|
1102
1103
|
isCached: boolean;
|
|
1103
1104
|
idempotencyKey?: string | undefined;
|
|
1104
1105
|
}[];
|
|
1105
|
-
isCached: boolean;
|
|
1106
1106
|
idempotencyKey?: string | undefined;
|
|
1107
1107
|
}>;
|
|
1108
1108
|
export type BatchTriggerTaskV2Response = z.infer<typeof BatchTriggerTaskV2Response>;
|
|
@@ -1110,11 +1110,11 @@ export declare const BatchTriggerTaskResponse: z.ZodObject<{
|
|
|
1110
1110
|
batchId: z.ZodString;
|
|
1111
1111
|
runs: z.ZodArray<z.ZodString, "many">;
|
|
1112
1112
|
}, "strip", z.ZodTypeAny, {
|
|
1113
|
-
runs: string[];
|
|
1114
1113
|
batchId: string;
|
|
1115
|
-
}, {
|
|
1116
1114
|
runs: string[];
|
|
1115
|
+
}, {
|
|
1117
1116
|
batchId: string;
|
|
1117
|
+
runs: string[];
|
|
1118
1118
|
}>;
|
|
1119
1119
|
export type BatchTriggerTaskResponse = z.infer<typeof BatchTriggerTaskResponse>;
|
|
1120
1120
|
export declare const GetBatchResponseBody: z.ZodObject<{
|
|
@@ -1124,25 +1124,25 @@ export declare const GetBatchResponseBody: z.ZodObject<{
|
|
|
1124
1124
|
taskRunId: z.ZodString;
|
|
1125
1125
|
status: z.ZodEnum<["PENDING", "CANCELED", "COMPLETED", "FAILED"]>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
status: "
|
|
1127
|
+
status: "COMPLETED" | "CANCELED" | "FAILED" | "PENDING";
|
|
1128
1128
|
id: string;
|
|
1129
1129
|
taskRunId: string;
|
|
1130
1130
|
}, {
|
|
1131
|
-
status: "
|
|
1131
|
+
status: "COMPLETED" | "CANCELED" | "FAILED" | "PENDING";
|
|
1132
1132
|
id: string;
|
|
1133
1133
|
taskRunId: string;
|
|
1134
1134
|
}>, "many">;
|
|
1135
1135
|
}, "strip", z.ZodTypeAny, {
|
|
1136
1136
|
id: string;
|
|
1137
1137
|
items: {
|
|
1138
|
-
status: "
|
|
1138
|
+
status: "COMPLETED" | "CANCELED" | "FAILED" | "PENDING";
|
|
1139
1139
|
id: string;
|
|
1140
1140
|
taskRunId: string;
|
|
1141
1141
|
}[];
|
|
1142
1142
|
}, {
|
|
1143
1143
|
id: string;
|
|
1144
1144
|
items: {
|
|
1145
|
-
status: "
|
|
1145
|
+
status: "COMPLETED" | "CANCELED" | "FAILED" | "PENDING";
|
|
1146
1146
|
id: string;
|
|
1147
1147
|
taskRunId: string;
|
|
1148
1148
|
}[];
|
|
@@ -1240,8 +1240,8 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1240
1240
|
}>>>;
|
|
1241
1241
|
registryHost: z.ZodOptional<z.ZodString>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
|
-
version: string;
|
|
1244
1243
|
id: string;
|
|
1244
|
+
version: string;
|
|
1245
1245
|
contentHash: string;
|
|
1246
1246
|
imageTag: string;
|
|
1247
1247
|
shortCode: string;
|
|
@@ -1252,8 +1252,8 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1252
1252
|
} | null | undefined;
|
|
1253
1253
|
registryHost?: string | undefined;
|
|
1254
1254
|
}, {
|
|
1255
|
-
version: string;
|
|
1256
1255
|
id: string;
|
|
1256
|
+
version: string;
|
|
1257
1257
|
contentHash: string;
|
|
1258
1258
|
imageTag: string;
|
|
1259
1259
|
shortCode: string;
|
|
@@ -1291,13 +1291,13 @@ export declare const DeploymentErrorData: z.ZodObject<{
|
|
|
1291
1291
|
stack: z.ZodOptional<z.ZodString>;
|
|
1292
1292
|
stderr: z.ZodOptional<z.ZodString>;
|
|
1293
1293
|
}, "strip", z.ZodTypeAny, {
|
|
1294
|
-
message: string;
|
|
1295
1294
|
name: string;
|
|
1295
|
+
message: string;
|
|
1296
1296
|
stack?: string | undefined;
|
|
1297
1297
|
stderr?: string | undefined;
|
|
1298
1298
|
}, {
|
|
1299
|
-
message: string;
|
|
1300
1299
|
name: string;
|
|
1300
|
+
message: string;
|
|
1301
1301
|
stack?: string | undefined;
|
|
1302
1302
|
stderr?: string | undefined;
|
|
1303
1303
|
}>;
|
|
@@ -1309,27 +1309,27 @@ export declare const FailDeploymentRequestBody: z.ZodObject<{
|
|
|
1309
1309
|
stack: z.ZodOptional<z.ZodString>;
|
|
1310
1310
|
stderr: z.ZodOptional<z.ZodString>;
|
|
1311
1311
|
}, "strip", z.ZodTypeAny, {
|
|
1312
|
-
message: string;
|
|
1313
1312
|
name: string;
|
|
1313
|
+
message: string;
|
|
1314
1314
|
stack?: string | undefined;
|
|
1315
1315
|
stderr?: string | undefined;
|
|
1316
1316
|
}, {
|
|
1317
|
-
message: string;
|
|
1318
1317
|
name: string;
|
|
1318
|
+
message: string;
|
|
1319
1319
|
stack?: string | undefined;
|
|
1320
1320
|
stderr?: string | undefined;
|
|
1321
1321
|
}>;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
1323
|
error: {
|
|
1324
|
-
message: string;
|
|
1325
1324
|
name: string;
|
|
1325
|
+
message: string;
|
|
1326
1326
|
stack?: string | undefined;
|
|
1327
1327
|
stderr?: string | undefined;
|
|
1328
1328
|
};
|
|
1329
1329
|
}, {
|
|
1330
1330
|
error: {
|
|
1331
|
-
message: string;
|
|
1332
1331
|
name: string;
|
|
1332
|
+
message: string;
|
|
1333
1333
|
stack?: string | undefined;
|
|
1334
1334
|
stderr?: string | undefined;
|
|
1335
1335
|
};
|
|
@@ -1356,13 +1356,13 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
1356
1356
|
stack: z.ZodOptional<z.ZodString>;
|
|
1357
1357
|
stderr: z.ZodOptional<z.ZodString>;
|
|
1358
1358
|
}, "strip", z.ZodTypeAny, {
|
|
1359
|
-
message: string;
|
|
1360
1359
|
name: string;
|
|
1360
|
+
message: string;
|
|
1361
1361
|
stack?: string | undefined;
|
|
1362
1362
|
stderr?: string | undefined;
|
|
1363
1363
|
}, {
|
|
1364
|
-
message: string;
|
|
1365
1364
|
name: string;
|
|
1365
|
+
message: string;
|
|
1366
1366
|
stack?: string | undefined;
|
|
1367
1367
|
stderr?: string | undefined;
|
|
1368
1368
|
}>>>;
|
|
@@ -1376,77 +1376,77 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
1376
1376
|
exportName: z.ZodString;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1378
1378
|
id: string;
|
|
1379
|
-
slug: string;
|
|
1380
1379
|
filePath: string;
|
|
1381
1380
|
exportName: string;
|
|
1381
|
+
slug: string;
|
|
1382
1382
|
}, {
|
|
1383
1383
|
id: string;
|
|
1384
|
-
slug: string;
|
|
1385
1384
|
filePath: string;
|
|
1386
1385
|
exportName: string;
|
|
1386
|
+
slug: string;
|
|
1387
1387
|
}>, "many">;
|
|
1388
1388
|
}, "strip", z.ZodTypeAny, {
|
|
1389
|
-
version: string;
|
|
1390
1389
|
id: string;
|
|
1390
|
+
version: string;
|
|
1391
1391
|
tasks: {
|
|
1392
1392
|
id: string;
|
|
1393
|
-
slug: string;
|
|
1394
1393
|
filePath: string;
|
|
1395
1394
|
exportName: string;
|
|
1395
|
+
slug: string;
|
|
1396
1396
|
}[];
|
|
1397
1397
|
}, {
|
|
1398
|
-
version: string;
|
|
1399
1398
|
id: string;
|
|
1399
|
+
version: string;
|
|
1400
1400
|
tasks: {
|
|
1401
1401
|
id: string;
|
|
1402
|
-
slug: string;
|
|
1403
1402
|
filePath: string;
|
|
1404
1403
|
exportName: string;
|
|
1404
|
+
slug: string;
|
|
1405
1405
|
}[];
|
|
1406
1406
|
}>>;
|
|
1407
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1408
|
-
status: "
|
|
1409
|
-
version: string;
|
|
1408
|
+
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
1410
1409
|
id: string;
|
|
1410
|
+
version: string;
|
|
1411
1411
|
contentHash: string;
|
|
1412
1412
|
shortCode: string;
|
|
1413
1413
|
worker?: {
|
|
1414
|
-
version: string;
|
|
1415
1414
|
id: string;
|
|
1415
|
+
version: string;
|
|
1416
1416
|
tasks: {
|
|
1417
1417
|
id: string;
|
|
1418
|
-
slug: string;
|
|
1419
1418
|
filePath: string;
|
|
1420
1419
|
exportName: string;
|
|
1420
|
+
slug: string;
|
|
1421
1421
|
}[];
|
|
1422
1422
|
} | undefined;
|
|
1423
1423
|
imageReference?: string | null | undefined;
|
|
1424
1424
|
errorData?: {
|
|
1425
|
-
message: string;
|
|
1426
1425
|
name: string;
|
|
1426
|
+
message: string;
|
|
1427
1427
|
stack?: string | undefined;
|
|
1428
1428
|
stderr?: string | undefined;
|
|
1429
1429
|
} | null | undefined;
|
|
1430
1430
|
}, {
|
|
1431
|
-
status: "
|
|
1432
|
-
version: string;
|
|
1431
|
+
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
1433
1432
|
id: string;
|
|
1433
|
+
version: string;
|
|
1434
1434
|
contentHash: string;
|
|
1435
1435
|
shortCode: string;
|
|
1436
1436
|
worker?: {
|
|
1437
|
-
version: string;
|
|
1438
1437
|
id: string;
|
|
1438
|
+
version: string;
|
|
1439
1439
|
tasks: {
|
|
1440
1440
|
id: string;
|
|
1441
|
-
slug: string;
|
|
1442
1441
|
filePath: string;
|
|
1443
1442
|
exportName: string;
|
|
1443
|
+
slug: string;
|
|
1444
1444
|
}[];
|
|
1445
1445
|
} | undefined;
|
|
1446
1446
|
imageReference?: string | null | undefined;
|
|
1447
1447
|
errorData?: {
|
|
1448
|
-
message: string;
|
|
1449
1448
|
name: string;
|
|
1449
|
+
message: string;
|
|
1450
1450
|
stack?: string | undefined;
|
|
1451
1451
|
stderr?: string | undefined;
|
|
1452
1452
|
} | null | undefined;
|
|
@@ -1513,20 +1513,20 @@ export declare const ScheduledTaskPayload: z.ZodObject<{
|
|
|
1513
1513
|
upcoming: z.ZodArray<z.ZodDate, "many">;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1515
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1516
|
-
timestamp: Date;
|
|
1517
1516
|
timezone: string;
|
|
1518
1517
|
scheduleId: string;
|
|
1518
|
+
timestamp: Date;
|
|
1519
1519
|
upcoming: Date[];
|
|
1520
|
-
lastTimestamp?: Date | undefined;
|
|
1521
1520
|
externalId?: string | undefined;
|
|
1521
|
+
lastTimestamp?: Date | undefined;
|
|
1522
1522
|
}, {
|
|
1523
1523
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1524
|
-
timestamp: Date;
|
|
1525
1524
|
timezone: string;
|
|
1526
1525
|
scheduleId: string;
|
|
1526
|
+
timestamp: Date;
|
|
1527
1527
|
upcoming: Date[];
|
|
1528
|
-
lastTimestamp?: Date | undefined;
|
|
1529
1528
|
externalId?: string | undefined;
|
|
1529
|
+
lastTimestamp?: Date | undefined;
|
|
1530
1530
|
}>;
|
|
1531
1531
|
export type ScheduledTaskPayload = z.infer<typeof ScheduledTaskPayload>;
|
|
1532
1532
|
export declare const CreateScheduleOptions: z.ZodObject<{
|
|
@@ -1570,14 +1570,14 @@ export declare const CreateScheduleOptions: z.ZodObject<{
|
|
|
1570
1570
|
*/
|
|
1571
1571
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1572
1572
|
}, "strip", z.ZodTypeAny, {
|
|
1573
|
-
cron: string;
|
|
1574
1573
|
task: string;
|
|
1574
|
+
cron: string;
|
|
1575
1575
|
deduplicationKey: string;
|
|
1576
1576
|
timezone?: string | undefined;
|
|
1577
1577
|
externalId?: string | undefined;
|
|
1578
1578
|
}, {
|
|
1579
|
-
cron: string;
|
|
1580
1579
|
task: string;
|
|
1580
|
+
cron: string;
|
|
1581
1581
|
deduplicationKey: string;
|
|
1582
1582
|
timezone?: string | undefined;
|
|
1583
1583
|
externalId?: string | undefined;
|
|
@@ -1624,13 +1624,13 @@ export declare const UpdateScheduleOptions: z.ZodObject<Omit<{
|
|
|
1624
1624
|
*/
|
|
1625
1625
|
timezone: z.ZodOptional<z.ZodString>;
|
|
1626
1626
|
}, "deduplicationKey">, "strip", z.ZodTypeAny, {
|
|
1627
|
-
cron: string;
|
|
1628
1627
|
task: string;
|
|
1628
|
+
cron: string;
|
|
1629
1629
|
timezone?: string | undefined;
|
|
1630
1630
|
externalId?: string | undefined;
|
|
1631
1631
|
}, {
|
|
1632
|
-
cron: string;
|
|
1633
1632
|
task: string;
|
|
1633
|
+
cron: string;
|
|
1634
1634
|
timezone?: string | undefined;
|
|
1635
1635
|
externalId?: string | undefined;
|
|
1636
1636
|
}>;
|
|
@@ -1687,7 +1687,6 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
1687
1687
|
}, "strip", z.ZodTypeAny, {
|
|
1688
1688
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1689
1689
|
id: string;
|
|
1690
|
-
active: boolean;
|
|
1691
1690
|
task: string;
|
|
1692
1691
|
timezone: string;
|
|
1693
1692
|
generator: {
|
|
@@ -1695,6 +1694,7 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
1695
1694
|
description: string;
|
|
1696
1695
|
expression: string;
|
|
1697
1696
|
};
|
|
1697
|
+
active: boolean;
|
|
1698
1698
|
environments: {
|
|
1699
1699
|
type: string;
|
|
1700
1700
|
id: string;
|
|
@@ -1706,7 +1706,6 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
1706
1706
|
}, {
|
|
1707
1707
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1708
1708
|
id: string;
|
|
1709
|
-
active: boolean;
|
|
1710
1709
|
task: string;
|
|
1711
1710
|
timezone: string;
|
|
1712
1711
|
generator: {
|
|
@@ -1714,6 +1713,7 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
1714
1713
|
description: string;
|
|
1715
1714
|
expression: string;
|
|
1716
1715
|
};
|
|
1716
|
+
active: boolean;
|
|
1717
1717
|
environments: {
|
|
1718
1718
|
type: string;
|
|
1719
1719
|
id: string;
|
|
@@ -1771,7 +1771,6 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
1772
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1773
1773
|
id: string;
|
|
1774
|
-
active: boolean;
|
|
1775
1774
|
task: string;
|
|
1776
1775
|
timezone: string;
|
|
1777
1776
|
generator: {
|
|
@@ -1779,6 +1778,7 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1779
1778
|
description: string;
|
|
1780
1779
|
expression: string;
|
|
1781
1780
|
};
|
|
1781
|
+
active: boolean;
|
|
1782
1782
|
environments: {
|
|
1783
1783
|
type: string;
|
|
1784
1784
|
id: string;
|
|
@@ -1790,7 +1790,6 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1790
1790
|
}, {
|
|
1791
1791
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1792
1792
|
id: string;
|
|
1793
|
-
active: boolean;
|
|
1794
1793
|
task: string;
|
|
1795
1794
|
timezone: string;
|
|
1796
1795
|
generator: {
|
|
@@ -1798,6 +1797,7 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1798
1797
|
description: string;
|
|
1799
1798
|
expression: string;
|
|
1800
1799
|
};
|
|
1800
|
+
active: boolean;
|
|
1801
1801
|
environments: {
|
|
1802
1802
|
type: string;
|
|
1803
1803
|
id: string;
|
|
@@ -1824,7 +1824,6 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1824
1824
|
data: {
|
|
1825
1825
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1826
1826
|
id: string;
|
|
1827
|
-
active: boolean;
|
|
1828
1827
|
task: string;
|
|
1829
1828
|
timezone: string;
|
|
1830
1829
|
generator: {
|
|
@@ -1832,6 +1831,7 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1832
1831
|
description: string;
|
|
1833
1832
|
expression: string;
|
|
1834
1833
|
};
|
|
1834
|
+
active: boolean;
|
|
1835
1835
|
environments: {
|
|
1836
1836
|
type: string;
|
|
1837
1837
|
id: string;
|
|
@@ -1850,7 +1850,6 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1850
1850
|
data: {
|
|
1851
1851
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
1852
1852
|
id: string;
|
|
1853
|
-
active: boolean;
|
|
1854
1853
|
task: string;
|
|
1855
1854
|
timezone: string;
|
|
1856
1855
|
generator: {
|
|
@@ -1858,6 +1857,7 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
1858
1857
|
description: string;
|
|
1859
1858
|
expression: string;
|
|
1860
1859
|
};
|
|
1860
|
+
active: boolean;
|
|
1861
1861
|
environments: {
|
|
1862
1862
|
type: string;
|
|
1863
1863
|
id: string;
|
|
@@ -1979,12 +1979,11 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
1979
1979
|
durationMs: z.ZodNumber;
|
|
1980
1980
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1981
1981
|
}, "strip", z.ZodTypeAny, {
|
|
1982
|
-
status: "
|
|
1982
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
1983
1983
|
id: string;
|
|
1984
|
-
|
|
1984
|
+
tags: string[];
|
|
1985
1985
|
isTest: boolean;
|
|
1986
1986
|
createdAt: Date;
|
|
1987
|
-
tags: string[];
|
|
1988
1987
|
durationMs: number;
|
|
1989
1988
|
costInCents: number;
|
|
1990
1989
|
baseCostInCents: number;
|
|
@@ -1997,22 +1996,22 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
1997
1996
|
isSuccess: boolean;
|
|
1998
1997
|
isFailed: boolean;
|
|
1999
1998
|
isCancelled: boolean;
|
|
2000
|
-
|
|
2001
|
-
metadata?: Record<string, any> | undefined;
|
|
1999
|
+
updatedAt: Date;
|
|
2002
2000
|
startedAt?: Date | undefined;
|
|
2003
2001
|
idempotencyKey?: string | undefined;
|
|
2002
|
+
version?: string | undefined;
|
|
2003
|
+
metadata?: Record<string, any> | undefined;
|
|
2004
2004
|
ttl?: string | undefined;
|
|
2005
2005
|
batchId?: string | undefined;
|
|
2006
2006
|
finishedAt?: Date | undefined;
|
|
2007
2007
|
delayedUntil?: Date | undefined;
|
|
2008
2008
|
expiredAt?: Date | undefined;
|
|
2009
2009
|
}, {
|
|
2010
|
-
status: "
|
|
2010
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2011
2011
|
id: string;
|
|
2012
|
-
|
|
2012
|
+
tags: string[];
|
|
2013
2013
|
isTest: boolean;
|
|
2014
2014
|
createdAt: Date;
|
|
2015
|
-
tags: string[];
|
|
2016
2015
|
durationMs: number;
|
|
2017
2016
|
costInCents: number;
|
|
2018
2017
|
baseCostInCents: number;
|
|
@@ -2025,10 +2024,11 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2025
2024
|
isSuccess: boolean;
|
|
2026
2025
|
isFailed: boolean;
|
|
2027
2026
|
isCancelled: boolean;
|
|
2028
|
-
|
|
2029
|
-
metadata?: Record<string, any> | undefined;
|
|
2027
|
+
updatedAt: Date;
|
|
2030
2028
|
startedAt?: Date | undefined;
|
|
2031
2029
|
idempotencyKey?: string | undefined;
|
|
2030
|
+
version?: string | undefined;
|
|
2031
|
+
metadata?: Record<string, any> | undefined;
|
|
2032
2032
|
ttl?: string | undefined;
|
|
2033
2033
|
batchId?: string | undefined;
|
|
2034
2034
|
finishedAt?: Date | undefined;
|
|
@@ -2119,12 +2119,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2119
2119
|
durationMs: z.ZodNumber;
|
|
2120
2120
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2121
2121
|
}, "strip", z.ZodTypeAny, {
|
|
2122
|
-
status: "
|
|
2122
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2123
2123
|
id: string;
|
|
2124
|
-
|
|
2124
|
+
tags: string[];
|
|
2125
2125
|
isTest: boolean;
|
|
2126
2126
|
createdAt: Date;
|
|
2127
|
-
tags: string[];
|
|
2128
2127
|
durationMs: number;
|
|
2129
2128
|
costInCents: number;
|
|
2130
2129
|
baseCostInCents: number;
|
|
@@ -2137,22 +2136,22 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2137
2136
|
isSuccess: boolean;
|
|
2138
2137
|
isFailed: boolean;
|
|
2139
2138
|
isCancelled: boolean;
|
|
2140
|
-
|
|
2141
|
-
metadata?: Record<string, any> | undefined;
|
|
2139
|
+
updatedAt: Date;
|
|
2142
2140
|
startedAt?: Date | undefined;
|
|
2143
2141
|
idempotencyKey?: string | undefined;
|
|
2142
|
+
version?: string | undefined;
|
|
2143
|
+
metadata?: Record<string, any> | undefined;
|
|
2144
2144
|
ttl?: string | undefined;
|
|
2145
2145
|
batchId?: string | undefined;
|
|
2146
2146
|
finishedAt?: Date | undefined;
|
|
2147
2147
|
delayedUntil?: Date | undefined;
|
|
2148
2148
|
expiredAt?: Date | undefined;
|
|
2149
2149
|
}, {
|
|
2150
|
-
status: "
|
|
2150
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2151
2151
|
id: string;
|
|
2152
|
-
|
|
2152
|
+
tags: string[];
|
|
2153
2153
|
isTest: boolean;
|
|
2154
2154
|
createdAt: Date;
|
|
2155
|
-
tags: string[];
|
|
2156
2155
|
durationMs: number;
|
|
2157
2156
|
costInCents: number;
|
|
2158
2157
|
baseCostInCents: number;
|
|
@@ -2165,10 +2164,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2165
2164
|
isSuccess: boolean;
|
|
2166
2165
|
isFailed: boolean;
|
|
2167
2166
|
isCancelled: boolean;
|
|
2168
|
-
|
|
2169
|
-
metadata?: Record<string, any> | undefined;
|
|
2167
|
+
updatedAt: Date;
|
|
2170
2168
|
startedAt?: Date | undefined;
|
|
2171
2169
|
idempotencyKey?: string | undefined;
|
|
2170
|
+
version?: string | undefined;
|
|
2171
|
+
metadata?: Record<string, any> | undefined;
|
|
2172
2172
|
ttl?: string | undefined;
|
|
2173
2173
|
batchId?: string | undefined;
|
|
2174
2174
|
finishedAt?: Date | undefined;
|
|
@@ -2204,12 +2204,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2204
2204
|
durationMs: z.ZodNumber;
|
|
2205
2205
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2206
2206
|
}, "strip", z.ZodTypeAny, {
|
|
2207
|
-
status: "
|
|
2207
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2208
2208
|
id: string;
|
|
2209
|
-
|
|
2209
|
+
tags: string[];
|
|
2210
2210
|
isTest: boolean;
|
|
2211
2211
|
createdAt: Date;
|
|
2212
|
-
tags: string[];
|
|
2213
2212
|
durationMs: number;
|
|
2214
2213
|
costInCents: number;
|
|
2215
2214
|
baseCostInCents: number;
|
|
@@ -2222,22 +2221,22 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2222
2221
|
isSuccess: boolean;
|
|
2223
2222
|
isFailed: boolean;
|
|
2224
2223
|
isCancelled: boolean;
|
|
2225
|
-
|
|
2226
|
-
metadata?: Record<string, any> | undefined;
|
|
2224
|
+
updatedAt: Date;
|
|
2227
2225
|
startedAt?: Date | undefined;
|
|
2228
2226
|
idempotencyKey?: string | undefined;
|
|
2227
|
+
version?: string | undefined;
|
|
2228
|
+
metadata?: Record<string, any> | undefined;
|
|
2229
2229
|
ttl?: string | undefined;
|
|
2230
2230
|
batchId?: string | undefined;
|
|
2231
2231
|
finishedAt?: Date | undefined;
|
|
2232
2232
|
delayedUntil?: Date | undefined;
|
|
2233
2233
|
expiredAt?: Date | undefined;
|
|
2234
2234
|
}, {
|
|
2235
|
-
status: "
|
|
2235
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2236
2236
|
id: string;
|
|
2237
|
-
|
|
2237
|
+
tags: string[];
|
|
2238
2238
|
isTest: boolean;
|
|
2239
2239
|
createdAt: Date;
|
|
2240
|
-
tags: string[];
|
|
2241
2240
|
durationMs: number;
|
|
2242
2241
|
costInCents: number;
|
|
2243
2242
|
baseCostInCents: number;
|
|
@@ -2250,10 +2249,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2250
2249
|
isSuccess: boolean;
|
|
2251
2250
|
isFailed: boolean;
|
|
2252
2251
|
isCancelled: boolean;
|
|
2253
|
-
|
|
2254
|
-
metadata?: Record<string, any> | undefined;
|
|
2252
|
+
updatedAt: Date;
|
|
2255
2253
|
startedAt?: Date | undefined;
|
|
2256
2254
|
idempotencyKey?: string | undefined;
|
|
2255
|
+
version?: string | undefined;
|
|
2256
|
+
metadata?: Record<string, any> | undefined;
|
|
2257
2257
|
ttl?: string | undefined;
|
|
2258
2258
|
batchId?: string | undefined;
|
|
2259
2259
|
finishedAt?: Date | undefined;
|
|
@@ -2289,12 +2289,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2289
2289
|
durationMs: z.ZodNumber;
|
|
2290
2290
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2291
2291
|
}, "strip", z.ZodTypeAny, {
|
|
2292
|
-
status: "
|
|
2292
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2293
2293
|
id: string;
|
|
2294
|
-
|
|
2294
|
+
tags: string[];
|
|
2295
2295
|
isTest: boolean;
|
|
2296
2296
|
createdAt: Date;
|
|
2297
|
-
tags: string[];
|
|
2298
2297
|
durationMs: number;
|
|
2299
2298
|
costInCents: number;
|
|
2300
2299
|
baseCostInCents: number;
|
|
@@ -2307,22 +2306,22 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2307
2306
|
isSuccess: boolean;
|
|
2308
2307
|
isFailed: boolean;
|
|
2309
2308
|
isCancelled: boolean;
|
|
2310
|
-
|
|
2311
|
-
metadata?: Record<string, any> | undefined;
|
|
2309
|
+
updatedAt: Date;
|
|
2312
2310
|
startedAt?: Date | undefined;
|
|
2313
2311
|
idempotencyKey?: string | undefined;
|
|
2312
|
+
version?: string | undefined;
|
|
2313
|
+
metadata?: Record<string, any> | undefined;
|
|
2314
2314
|
ttl?: string | undefined;
|
|
2315
2315
|
batchId?: string | undefined;
|
|
2316
2316
|
finishedAt?: Date | undefined;
|
|
2317
2317
|
delayedUntil?: Date | undefined;
|
|
2318
2318
|
expiredAt?: Date | undefined;
|
|
2319
2319
|
}, {
|
|
2320
|
-
status: "
|
|
2320
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2321
2321
|
id: string;
|
|
2322
|
-
|
|
2322
|
+
tags: string[];
|
|
2323
2323
|
isTest: boolean;
|
|
2324
2324
|
createdAt: Date;
|
|
2325
|
-
tags: string[];
|
|
2326
2325
|
durationMs: number;
|
|
2327
2326
|
costInCents: number;
|
|
2328
2327
|
baseCostInCents: number;
|
|
@@ -2335,10 +2334,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2335
2334
|
isSuccess: boolean;
|
|
2336
2335
|
isFailed: boolean;
|
|
2337
2336
|
isCancelled: boolean;
|
|
2338
|
-
|
|
2339
|
-
metadata?: Record<string, any> | undefined;
|
|
2337
|
+
updatedAt: Date;
|
|
2340
2338
|
startedAt?: Date | undefined;
|
|
2341
2339
|
idempotencyKey?: string | undefined;
|
|
2340
|
+
version?: string | undefined;
|
|
2341
|
+
metadata?: Record<string, any> | undefined;
|
|
2342
2342
|
ttl?: string | undefined;
|
|
2343
2343
|
batchId?: string | undefined;
|
|
2344
2344
|
finishedAt?: Date | undefined;
|
|
@@ -2347,12 +2347,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2347
2347
|
}>, "many">>;
|
|
2348
2348
|
}, "strip", z.ZodTypeAny, {
|
|
2349
2349
|
root?: {
|
|
2350
|
-
status: "
|
|
2350
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2351
2351
|
id: string;
|
|
2352
|
-
|
|
2352
|
+
tags: string[];
|
|
2353
2353
|
isTest: boolean;
|
|
2354
2354
|
createdAt: Date;
|
|
2355
|
-
tags: string[];
|
|
2356
2355
|
durationMs: number;
|
|
2357
2356
|
costInCents: number;
|
|
2358
2357
|
baseCostInCents: number;
|
|
@@ -2365,10 +2364,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2365
2364
|
isSuccess: boolean;
|
|
2366
2365
|
isFailed: boolean;
|
|
2367
2366
|
isCancelled: boolean;
|
|
2368
|
-
|
|
2369
|
-
metadata?: Record<string, any> | undefined;
|
|
2367
|
+
updatedAt: Date;
|
|
2370
2368
|
startedAt?: Date | undefined;
|
|
2371
2369
|
idempotencyKey?: string | undefined;
|
|
2370
|
+
version?: string | undefined;
|
|
2371
|
+
metadata?: Record<string, any> | undefined;
|
|
2372
2372
|
ttl?: string | undefined;
|
|
2373
2373
|
batchId?: string | undefined;
|
|
2374
2374
|
finishedAt?: Date | undefined;
|
|
@@ -2376,12 +2376,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2376
2376
|
expiredAt?: Date | undefined;
|
|
2377
2377
|
} | undefined;
|
|
2378
2378
|
parent?: {
|
|
2379
|
-
status: "
|
|
2379
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2380
2380
|
id: string;
|
|
2381
|
-
|
|
2381
|
+
tags: string[];
|
|
2382
2382
|
isTest: boolean;
|
|
2383
2383
|
createdAt: Date;
|
|
2384
|
-
tags: string[];
|
|
2385
2384
|
durationMs: number;
|
|
2386
2385
|
costInCents: number;
|
|
2387
2386
|
baseCostInCents: number;
|
|
@@ -2394,10 +2393,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2394
2393
|
isSuccess: boolean;
|
|
2395
2394
|
isFailed: boolean;
|
|
2396
2395
|
isCancelled: boolean;
|
|
2397
|
-
|
|
2398
|
-
metadata?: Record<string, any> | undefined;
|
|
2396
|
+
updatedAt: Date;
|
|
2399
2397
|
startedAt?: Date | undefined;
|
|
2400
2398
|
idempotencyKey?: string | undefined;
|
|
2399
|
+
version?: string | undefined;
|
|
2400
|
+
metadata?: Record<string, any> | undefined;
|
|
2401
2401
|
ttl?: string | undefined;
|
|
2402
2402
|
batchId?: string | undefined;
|
|
2403
2403
|
finishedAt?: Date | undefined;
|
|
@@ -2405,12 +2405,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2405
2405
|
expiredAt?: Date | undefined;
|
|
2406
2406
|
} | undefined;
|
|
2407
2407
|
children?: {
|
|
2408
|
-
status: "
|
|
2408
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2409
2409
|
id: string;
|
|
2410
|
-
|
|
2410
|
+
tags: string[];
|
|
2411
2411
|
isTest: boolean;
|
|
2412
2412
|
createdAt: Date;
|
|
2413
|
-
tags: string[];
|
|
2414
2413
|
durationMs: number;
|
|
2415
2414
|
costInCents: number;
|
|
2416
2415
|
baseCostInCents: number;
|
|
@@ -2423,10 +2422,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2423
2422
|
isSuccess: boolean;
|
|
2424
2423
|
isFailed: boolean;
|
|
2425
2424
|
isCancelled: boolean;
|
|
2426
|
-
|
|
2427
|
-
metadata?: Record<string, any> | undefined;
|
|
2425
|
+
updatedAt: Date;
|
|
2428
2426
|
startedAt?: Date | undefined;
|
|
2429
2427
|
idempotencyKey?: string | undefined;
|
|
2428
|
+
version?: string | undefined;
|
|
2429
|
+
metadata?: Record<string, any> | undefined;
|
|
2430
2430
|
ttl?: string | undefined;
|
|
2431
2431
|
batchId?: string | undefined;
|
|
2432
2432
|
finishedAt?: Date | undefined;
|
|
@@ -2435,12 +2435,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2435
2435
|
}[] | undefined;
|
|
2436
2436
|
}, {
|
|
2437
2437
|
root?: {
|
|
2438
|
-
status: "
|
|
2438
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2439
2439
|
id: string;
|
|
2440
|
-
|
|
2440
|
+
tags: string[];
|
|
2441
2441
|
isTest: boolean;
|
|
2442
2442
|
createdAt: Date;
|
|
2443
|
-
tags: string[];
|
|
2444
2443
|
durationMs: number;
|
|
2445
2444
|
costInCents: number;
|
|
2446
2445
|
baseCostInCents: number;
|
|
@@ -2453,10 +2452,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2453
2452
|
isSuccess: boolean;
|
|
2454
2453
|
isFailed: boolean;
|
|
2455
2454
|
isCancelled: boolean;
|
|
2456
|
-
|
|
2457
|
-
metadata?: Record<string, any> | undefined;
|
|
2455
|
+
updatedAt: Date;
|
|
2458
2456
|
startedAt?: Date | undefined;
|
|
2459
2457
|
idempotencyKey?: string | undefined;
|
|
2458
|
+
version?: string | undefined;
|
|
2459
|
+
metadata?: Record<string, any> | undefined;
|
|
2460
2460
|
ttl?: string | undefined;
|
|
2461
2461
|
batchId?: string | undefined;
|
|
2462
2462
|
finishedAt?: Date | undefined;
|
|
@@ -2464,12 +2464,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2464
2464
|
expiredAt?: Date | undefined;
|
|
2465
2465
|
} | undefined;
|
|
2466
2466
|
parent?: {
|
|
2467
|
-
status: "
|
|
2467
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2468
2468
|
id: string;
|
|
2469
|
-
|
|
2469
|
+
tags: string[];
|
|
2470
2470
|
isTest: boolean;
|
|
2471
2471
|
createdAt: Date;
|
|
2472
|
-
tags: string[];
|
|
2473
2472
|
durationMs: number;
|
|
2474
2473
|
costInCents: number;
|
|
2475
2474
|
baseCostInCents: number;
|
|
@@ -2482,10 +2481,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2482
2481
|
isSuccess: boolean;
|
|
2483
2482
|
isFailed: boolean;
|
|
2484
2483
|
isCancelled: boolean;
|
|
2485
|
-
|
|
2486
|
-
metadata?: Record<string, any> | undefined;
|
|
2484
|
+
updatedAt: Date;
|
|
2487
2485
|
startedAt?: Date | undefined;
|
|
2488
2486
|
idempotencyKey?: string | undefined;
|
|
2487
|
+
version?: string | undefined;
|
|
2488
|
+
metadata?: Record<string, any> | undefined;
|
|
2489
2489
|
ttl?: string | undefined;
|
|
2490
2490
|
batchId?: string | undefined;
|
|
2491
2491
|
finishedAt?: Date | undefined;
|
|
@@ -2493,12 +2493,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2493
2493
|
expiredAt?: Date | undefined;
|
|
2494
2494
|
} | undefined;
|
|
2495
2495
|
children?: {
|
|
2496
|
-
status: "
|
|
2496
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2497
2497
|
id: string;
|
|
2498
|
-
|
|
2498
|
+
tags: string[];
|
|
2499
2499
|
isTest: boolean;
|
|
2500
2500
|
createdAt: Date;
|
|
2501
|
-
tags: string[];
|
|
2502
2501
|
durationMs: number;
|
|
2503
2502
|
costInCents: number;
|
|
2504
2503
|
baseCostInCents: number;
|
|
@@ -2511,10 +2510,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2511
2510
|
isSuccess: boolean;
|
|
2512
2511
|
isFailed: boolean;
|
|
2513
2512
|
isCancelled: boolean;
|
|
2514
|
-
|
|
2515
|
-
metadata?: Record<string, any> | undefined;
|
|
2513
|
+
updatedAt: Date;
|
|
2516
2514
|
startedAt?: Date | undefined;
|
|
2517
2515
|
idempotencyKey?: string | undefined;
|
|
2516
|
+
version?: string | undefined;
|
|
2517
|
+
metadata?: Record<string, any> | undefined;
|
|
2518
2518
|
ttl?: string | undefined;
|
|
2519
2519
|
batchId?: string | undefined;
|
|
2520
2520
|
finishedAt?: Date | undefined;
|
|
@@ -2543,29 +2543,29 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2543
2543
|
stackTrace?: string | undefined;
|
|
2544
2544
|
}>>;
|
|
2545
2545
|
}, "strip", z.ZodTypeAny, {
|
|
2546
|
-
status: "
|
|
2546
|
+
status: "EXECUTING" | "COMPLETED" | "CANCELED" | "FAILED" | "PENDING" | "PAUSED";
|
|
2547
2547
|
id: string;
|
|
2548
|
-
updatedAt: Date;
|
|
2549
2548
|
createdAt: Date;
|
|
2549
|
+
updatedAt: Date;
|
|
2550
2550
|
startedAt?: Date | undefined;
|
|
2551
|
-
completedAt?: Date | undefined;
|
|
2552
2551
|
error?: {
|
|
2553
2552
|
message: string;
|
|
2554
2553
|
name?: string | undefined;
|
|
2555
2554
|
stackTrace?: string | undefined;
|
|
2556
2555
|
} | undefined;
|
|
2556
|
+
completedAt?: Date | undefined;
|
|
2557
2557
|
}, {
|
|
2558
|
-
status: "
|
|
2558
|
+
status: "EXECUTING" | "COMPLETED" | "CANCELED" | "FAILED" | "PENDING" | "PAUSED";
|
|
2559
2559
|
id: string;
|
|
2560
|
-
updatedAt: Date;
|
|
2561
2560
|
createdAt: Date;
|
|
2561
|
+
updatedAt: Date;
|
|
2562
2562
|
startedAt?: Date | undefined;
|
|
2563
|
-
completedAt?: Date | undefined;
|
|
2564
2563
|
error?: {
|
|
2565
2564
|
message: string;
|
|
2566
2565
|
name?: string | undefined;
|
|
2567
2566
|
stackTrace?: string | undefined;
|
|
2568
2567
|
} | undefined;
|
|
2568
|
+
completedAt?: Date | undefined;
|
|
2569
2569
|
}>>, "many">;
|
|
2570
2570
|
attemptCount: z.ZodDefault<z.ZodNumber>;
|
|
2571
2571
|
depth: z.ZodNumber;
|
|
@@ -2596,37 +2596,22 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2596
2596
|
durationMs: z.ZodNumber;
|
|
2597
2597
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2598
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2599
|
-
status: "
|
|
2599
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2600
2600
|
id: string;
|
|
2601
|
-
|
|
2602
|
-
status: "PENDING" | "COMPLETED" | "CANCELED" | "EXECUTING" | "FAILED" | "PAUSED";
|
|
2603
|
-
id: string;
|
|
2604
|
-
updatedAt: Date;
|
|
2605
|
-
createdAt: Date;
|
|
2606
|
-
startedAt?: Date | undefined;
|
|
2607
|
-
completedAt?: Date | undefined;
|
|
2608
|
-
error?: {
|
|
2609
|
-
message: string;
|
|
2610
|
-
name?: string | undefined;
|
|
2611
|
-
stackTrace?: string | undefined;
|
|
2612
|
-
} | undefined;
|
|
2613
|
-
} | undefined)[];
|
|
2614
|
-
updatedAt: Date;
|
|
2601
|
+
tags: string[];
|
|
2615
2602
|
isTest: boolean;
|
|
2616
2603
|
createdAt: Date;
|
|
2617
|
-
tags: string[];
|
|
2618
2604
|
durationMs: number;
|
|
2619
2605
|
costInCents: number;
|
|
2620
2606
|
baseCostInCents: number;
|
|
2621
2607
|
taskIdentifier: string;
|
|
2622
2608
|
relatedRuns: {
|
|
2623
2609
|
root?: {
|
|
2624
|
-
status: "
|
|
2610
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2625
2611
|
id: string;
|
|
2626
|
-
|
|
2612
|
+
tags: string[];
|
|
2627
2613
|
isTest: boolean;
|
|
2628
2614
|
createdAt: Date;
|
|
2629
|
-
tags: string[];
|
|
2630
2615
|
durationMs: number;
|
|
2631
2616
|
costInCents: number;
|
|
2632
2617
|
baseCostInCents: number;
|
|
@@ -2639,10 +2624,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2639
2624
|
isSuccess: boolean;
|
|
2640
2625
|
isFailed: boolean;
|
|
2641
2626
|
isCancelled: boolean;
|
|
2642
|
-
|
|
2643
|
-
metadata?: Record<string, any> | undefined;
|
|
2627
|
+
updatedAt: Date;
|
|
2644
2628
|
startedAt?: Date | undefined;
|
|
2645
2629
|
idempotencyKey?: string | undefined;
|
|
2630
|
+
version?: string | undefined;
|
|
2631
|
+
metadata?: Record<string, any> | undefined;
|
|
2646
2632
|
ttl?: string | undefined;
|
|
2647
2633
|
batchId?: string | undefined;
|
|
2648
2634
|
finishedAt?: Date | undefined;
|
|
@@ -2650,12 +2636,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2650
2636
|
expiredAt?: Date | undefined;
|
|
2651
2637
|
} | undefined;
|
|
2652
2638
|
parent?: {
|
|
2653
|
-
status: "
|
|
2639
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2654
2640
|
id: string;
|
|
2655
|
-
|
|
2641
|
+
tags: string[];
|
|
2656
2642
|
isTest: boolean;
|
|
2657
2643
|
createdAt: Date;
|
|
2658
|
-
tags: string[];
|
|
2659
2644
|
durationMs: number;
|
|
2660
2645
|
costInCents: number;
|
|
2661
2646
|
baseCostInCents: number;
|
|
@@ -2668,10 +2653,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2668
2653
|
isSuccess: boolean;
|
|
2669
2654
|
isFailed: boolean;
|
|
2670
2655
|
isCancelled: boolean;
|
|
2671
|
-
|
|
2672
|
-
metadata?: Record<string, any> | undefined;
|
|
2656
|
+
updatedAt: Date;
|
|
2673
2657
|
startedAt?: Date | undefined;
|
|
2674
2658
|
idempotencyKey?: string | undefined;
|
|
2659
|
+
version?: string | undefined;
|
|
2660
|
+
metadata?: Record<string, any> | undefined;
|
|
2675
2661
|
ttl?: string | undefined;
|
|
2676
2662
|
batchId?: string | undefined;
|
|
2677
2663
|
finishedAt?: Date | undefined;
|
|
@@ -2679,12 +2665,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2679
2665
|
expiredAt?: Date | undefined;
|
|
2680
2666
|
} | undefined;
|
|
2681
2667
|
children?: {
|
|
2682
|
-
status: "
|
|
2668
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2683
2669
|
id: string;
|
|
2684
|
-
|
|
2670
|
+
tags: string[];
|
|
2685
2671
|
isTest: boolean;
|
|
2686
2672
|
createdAt: Date;
|
|
2687
|
-
tags: string[];
|
|
2688
2673
|
durationMs: number;
|
|
2689
2674
|
costInCents: number;
|
|
2690
2675
|
baseCostInCents: number;
|
|
@@ -2697,10 +2682,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2697
2682
|
isSuccess: boolean;
|
|
2698
2683
|
isFailed: boolean;
|
|
2699
2684
|
isCancelled: boolean;
|
|
2700
|
-
|
|
2701
|
-
metadata?: Record<string, any> | undefined;
|
|
2685
|
+
updatedAt: Date;
|
|
2702
2686
|
startedAt?: Date | undefined;
|
|
2703
2687
|
idempotencyKey?: string | undefined;
|
|
2688
|
+
version?: string | undefined;
|
|
2689
|
+
metadata?: Record<string, any> | undefined;
|
|
2704
2690
|
ttl?: string | undefined;
|
|
2705
2691
|
batchId?: string | undefined;
|
|
2706
2692
|
finishedAt?: Date | undefined;
|
|
@@ -2716,18 +2702,28 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2716
2702
|
isSuccess: boolean;
|
|
2717
2703
|
isFailed: boolean;
|
|
2718
2704
|
isCancelled: boolean;
|
|
2705
|
+
updatedAt: Date;
|
|
2706
|
+
attempts: ({
|
|
2707
|
+
status: "EXECUTING" | "COMPLETED" | "CANCELED" | "FAILED" | "PENDING" | "PAUSED";
|
|
2708
|
+
id: string;
|
|
2709
|
+
createdAt: Date;
|
|
2710
|
+
updatedAt: Date;
|
|
2711
|
+
startedAt?: Date | undefined;
|
|
2712
|
+
error?: {
|
|
2713
|
+
message: string;
|
|
2714
|
+
name?: string | undefined;
|
|
2715
|
+
stackTrace?: string | undefined;
|
|
2716
|
+
} | undefined;
|
|
2717
|
+
completedAt?: Date | undefined;
|
|
2718
|
+
} | undefined)[];
|
|
2719
2719
|
attemptCount: number;
|
|
2720
|
+
output?: any;
|
|
2721
|
+
startedAt?: Date | undefined;
|
|
2720
2722
|
payload?: any;
|
|
2723
|
+
idempotencyKey?: string | undefined;
|
|
2721
2724
|
version?: string | undefined;
|
|
2722
2725
|
metadata?: Record<string, any> | undefined;
|
|
2723
|
-
|
|
2724
|
-
output?: any;
|
|
2725
|
-
error?: {
|
|
2726
|
-
message: string;
|
|
2727
|
-
name?: string | undefined;
|
|
2728
|
-
stackTrace?: string | undefined;
|
|
2729
|
-
} | undefined;
|
|
2730
|
-
idempotencyKey?: string | undefined;
|
|
2726
|
+
ttl?: string | undefined;
|
|
2731
2727
|
schedule?: {
|
|
2732
2728
|
id: string;
|
|
2733
2729
|
generator: {
|
|
@@ -2738,45 +2734,34 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2738
2734
|
externalId?: string | undefined;
|
|
2739
2735
|
deduplicationKey?: string | undefined;
|
|
2740
2736
|
} | undefined;
|
|
2741
|
-
ttl?: string | undefined;
|
|
2742
2737
|
payloadPresignedUrl?: string | undefined;
|
|
2743
2738
|
outputPresignedUrl?: string | undefined;
|
|
2739
|
+
error?: {
|
|
2740
|
+
message: string;
|
|
2741
|
+
name?: string | undefined;
|
|
2742
|
+
stackTrace?: string | undefined;
|
|
2743
|
+
} | undefined;
|
|
2744
2744
|
batchId?: string | undefined;
|
|
2745
2745
|
finishedAt?: Date | undefined;
|
|
2746
2746
|
delayedUntil?: Date | undefined;
|
|
2747
2747
|
expiredAt?: Date | undefined;
|
|
2748
2748
|
}, {
|
|
2749
|
-
status: "
|
|
2749
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2750
2750
|
id: string;
|
|
2751
|
-
|
|
2752
|
-
status: "PENDING" | "COMPLETED" | "CANCELED" | "EXECUTING" | "FAILED" | "PAUSED";
|
|
2753
|
-
id: string;
|
|
2754
|
-
updatedAt: Date;
|
|
2755
|
-
createdAt: Date;
|
|
2756
|
-
startedAt?: Date | undefined;
|
|
2757
|
-
completedAt?: Date | undefined;
|
|
2758
|
-
error?: {
|
|
2759
|
-
message: string;
|
|
2760
|
-
name?: string | undefined;
|
|
2761
|
-
stackTrace?: string | undefined;
|
|
2762
|
-
} | undefined;
|
|
2763
|
-
} | undefined)[];
|
|
2764
|
-
updatedAt: Date;
|
|
2751
|
+
tags: string[];
|
|
2765
2752
|
isTest: boolean;
|
|
2766
2753
|
createdAt: Date;
|
|
2767
|
-
tags: string[];
|
|
2768
2754
|
durationMs: number;
|
|
2769
2755
|
costInCents: number;
|
|
2770
2756
|
baseCostInCents: number;
|
|
2771
2757
|
taskIdentifier: string;
|
|
2772
2758
|
relatedRuns: {
|
|
2773
2759
|
root?: {
|
|
2774
|
-
status: "
|
|
2760
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2775
2761
|
id: string;
|
|
2776
|
-
|
|
2762
|
+
tags: string[];
|
|
2777
2763
|
isTest: boolean;
|
|
2778
2764
|
createdAt: Date;
|
|
2779
|
-
tags: string[];
|
|
2780
2765
|
durationMs: number;
|
|
2781
2766
|
costInCents: number;
|
|
2782
2767
|
baseCostInCents: number;
|
|
@@ -2789,10 +2774,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2789
2774
|
isSuccess: boolean;
|
|
2790
2775
|
isFailed: boolean;
|
|
2791
2776
|
isCancelled: boolean;
|
|
2792
|
-
|
|
2793
|
-
metadata?: Record<string, any> | undefined;
|
|
2777
|
+
updatedAt: Date;
|
|
2794
2778
|
startedAt?: Date | undefined;
|
|
2795
2779
|
idempotencyKey?: string | undefined;
|
|
2780
|
+
version?: string | undefined;
|
|
2781
|
+
metadata?: Record<string, any> | undefined;
|
|
2796
2782
|
ttl?: string | undefined;
|
|
2797
2783
|
batchId?: string | undefined;
|
|
2798
2784
|
finishedAt?: Date | undefined;
|
|
@@ -2800,12 +2786,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2800
2786
|
expiredAt?: Date | undefined;
|
|
2801
2787
|
} | undefined;
|
|
2802
2788
|
parent?: {
|
|
2803
|
-
status: "
|
|
2789
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2804
2790
|
id: string;
|
|
2805
|
-
|
|
2791
|
+
tags: string[];
|
|
2806
2792
|
isTest: boolean;
|
|
2807
2793
|
createdAt: Date;
|
|
2808
|
-
tags: string[];
|
|
2809
2794
|
durationMs: number;
|
|
2810
2795
|
costInCents: number;
|
|
2811
2796
|
baseCostInCents: number;
|
|
@@ -2818,10 +2803,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2818
2803
|
isSuccess: boolean;
|
|
2819
2804
|
isFailed: boolean;
|
|
2820
2805
|
isCancelled: boolean;
|
|
2821
|
-
|
|
2822
|
-
metadata?: Record<string, any> | undefined;
|
|
2806
|
+
updatedAt: Date;
|
|
2823
2807
|
startedAt?: Date | undefined;
|
|
2824
2808
|
idempotencyKey?: string | undefined;
|
|
2809
|
+
version?: string | undefined;
|
|
2810
|
+
metadata?: Record<string, any> | undefined;
|
|
2825
2811
|
ttl?: string | undefined;
|
|
2826
2812
|
batchId?: string | undefined;
|
|
2827
2813
|
finishedAt?: Date | undefined;
|
|
@@ -2829,12 +2815,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2829
2815
|
expiredAt?: Date | undefined;
|
|
2830
2816
|
} | undefined;
|
|
2831
2817
|
children?: {
|
|
2832
|
-
status: "
|
|
2818
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2833
2819
|
id: string;
|
|
2834
|
-
|
|
2820
|
+
tags: string[];
|
|
2835
2821
|
isTest: boolean;
|
|
2836
2822
|
createdAt: Date;
|
|
2837
|
-
tags: string[];
|
|
2838
2823
|
durationMs: number;
|
|
2839
2824
|
costInCents: number;
|
|
2840
2825
|
baseCostInCents: number;
|
|
@@ -2847,10 +2832,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2847
2832
|
isSuccess: boolean;
|
|
2848
2833
|
isFailed: boolean;
|
|
2849
2834
|
isCancelled: boolean;
|
|
2850
|
-
|
|
2851
|
-
metadata?: Record<string, any> | undefined;
|
|
2835
|
+
updatedAt: Date;
|
|
2852
2836
|
startedAt?: Date | undefined;
|
|
2853
2837
|
idempotencyKey?: string | undefined;
|
|
2838
|
+
version?: string | undefined;
|
|
2839
|
+
metadata?: Record<string, any> | undefined;
|
|
2854
2840
|
ttl?: string | undefined;
|
|
2855
2841
|
batchId?: string | undefined;
|
|
2856
2842
|
finishedAt?: Date | undefined;
|
|
@@ -2866,17 +2852,27 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2866
2852
|
isSuccess: boolean;
|
|
2867
2853
|
isFailed: boolean;
|
|
2868
2854
|
isCancelled: boolean;
|
|
2855
|
+
updatedAt: Date;
|
|
2856
|
+
attempts: ({
|
|
2857
|
+
status: "EXECUTING" | "COMPLETED" | "CANCELED" | "FAILED" | "PENDING" | "PAUSED";
|
|
2858
|
+
id: string;
|
|
2859
|
+
createdAt: Date;
|
|
2860
|
+
updatedAt: Date;
|
|
2861
|
+
startedAt?: Date | undefined;
|
|
2862
|
+
error?: {
|
|
2863
|
+
message: string;
|
|
2864
|
+
name?: string | undefined;
|
|
2865
|
+
stackTrace?: string | undefined;
|
|
2866
|
+
} | undefined;
|
|
2867
|
+
completedAt?: Date | undefined;
|
|
2868
|
+
} | undefined)[];
|
|
2869
|
+
output?: any;
|
|
2870
|
+
startedAt?: Date | undefined;
|
|
2869
2871
|
payload?: any;
|
|
2872
|
+
idempotencyKey?: string | undefined;
|
|
2870
2873
|
version?: string | undefined;
|
|
2871
2874
|
metadata?: Record<string, any> | undefined;
|
|
2872
|
-
|
|
2873
|
-
output?: any;
|
|
2874
|
-
error?: {
|
|
2875
|
-
message: string;
|
|
2876
|
-
name?: string | undefined;
|
|
2877
|
-
stackTrace?: string | undefined;
|
|
2878
|
-
} | undefined;
|
|
2879
|
-
idempotencyKey?: string | undefined;
|
|
2875
|
+
ttl?: string | undefined;
|
|
2880
2876
|
schedule?: {
|
|
2881
2877
|
id: string;
|
|
2882
2878
|
generator: {
|
|
@@ -2887,9 +2883,13 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2887
2883
|
externalId?: string | undefined;
|
|
2888
2884
|
deduplicationKey?: string | undefined;
|
|
2889
2885
|
} | undefined;
|
|
2890
|
-
ttl?: string | undefined;
|
|
2891
2886
|
payloadPresignedUrl?: string | undefined;
|
|
2892
2887
|
outputPresignedUrl?: string | undefined;
|
|
2888
|
+
error?: {
|
|
2889
|
+
message: string;
|
|
2890
|
+
name?: string | undefined;
|
|
2891
|
+
stackTrace?: string | undefined;
|
|
2892
|
+
} | undefined;
|
|
2893
2893
|
batchId?: string | undefined;
|
|
2894
2894
|
finishedAt?: Date | undefined;
|
|
2895
2895
|
delayedUntil?: Date | undefined;
|
|
@@ -2936,12 +2936,11 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
2936
2936
|
durationMs: z.ZodNumber;
|
|
2937
2937
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2938
2938
|
}, "strip", z.ZodTypeAny, {
|
|
2939
|
-
status: "
|
|
2939
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2940
2940
|
id: string;
|
|
2941
|
-
|
|
2941
|
+
tags: string[];
|
|
2942
2942
|
isTest: boolean;
|
|
2943
2943
|
createdAt: Date;
|
|
2944
|
-
tags: string[];
|
|
2945
2944
|
durationMs: number;
|
|
2946
2945
|
costInCents: number;
|
|
2947
2946
|
baseCostInCents: number;
|
|
@@ -2952,26 +2951,26 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
2952
2951
|
isSuccess: boolean;
|
|
2953
2952
|
isFailed: boolean;
|
|
2954
2953
|
isCancelled: boolean;
|
|
2954
|
+
updatedAt: Date;
|
|
2955
2955
|
env: {
|
|
2956
2956
|
name: string;
|
|
2957
2957
|
id: string;
|
|
2958
2958
|
user?: string | undefined;
|
|
2959
2959
|
};
|
|
2960
|
-
version?: string | undefined;
|
|
2961
|
-
metadata?: Record<string, any> | undefined;
|
|
2962
2960
|
startedAt?: Date | undefined;
|
|
2963
2961
|
idempotencyKey?: string | undefined;
|
|
2962
|
+
version?: string | undefined;
|
|
2963
|
+
metadata?: Record<string, any> | undefined;
|
|
2964
2964
|
ttl?: string | undefined;
|
|
2965
2965
|
finishedAt?: Date | undefined;
|
|
2966
2966
|
delayedUntil?: Date | undefined;
|
|
2967
2967
|
expiredAt?: Date | undefined;
|
|
2968
2968
|
}, {
|
|
2969
|
-
status: "
|
|
2969
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
2970
2970
|
id: string;
|
|
2971
|
-
|
|
2971
|
+
tags: string[];
|
|
2972
2972
|
isTest: boolean;
|
|
2973
2973
|
createdAt: Date;
|
|
2974
|
-
tags: string[];
|
|
2975
2974
|
durationMs: number;
|
|
2976
2975
|
costInCents: number;
|
|
2977
2976
|
baseCostInCents: number;
|
|
@@ -2982,15 +2981,16 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
2982
2981
|
isSuccess: boolean;
|
|
2983
2982
|
isFailed: boolean;
|
|
2984
2983
|
isCancelled: boolean;
|
|
2984
|
+
updatedAt: Date;
|
|
2985
2985
|
env: {
|
|
2986
2986
|
name: string;
|
|
2987
2987
|
id: string;
|
|
2988
2988
|
user?: string | undefined;
|
|
2989
2989
|
};
|
|
2990
|
-
version?: string | undefined;
|
|
2991
|
-
metadata?: Record<string, any> | undefined;
|
|
2992
2990
|
startedAt?: Date | undefined;
|
|
2993
2991
|
idempotencyKey?: string | undefined;
|
|
2992
|
+
version?: string | undefined;
|
|
2993
|
+
metadata?: Record<string, any> | undefined;
|
|
2994
2994
|
ttl?: string | undefined;
|
|
2995
2995
|
finishedAt?: Date | undefined;
|
|
2996
2996
|
delayedUntil?: Date | undefined;
|
|
@@ -3037,12 +3037,11 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3037
3037
|
durationMs: z.ZodNumber;
|
|
3038
3038
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
3039
3039
|
}, "strip", z.ZodTypeAny, {
|
|
3040
|
-
status: "
|
|
3040
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
3041
3041
|
id: string;
|
|
3042
|
-
|
|
3042
|
+
tags: string[];
|
|
3043
3043
|
isTest: boolean;
|
|
3044
3044
|
createdAt: Date;
|
|
3045
|
-
tags: string[];
|
|
3046
3045
|
durationMs: number;
|
|
3047
3046
|
costInCents: number;
|
|
3048
3047
|
baseCostInCents: number;
|
|
@@ -3053,26 +3052,26 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3053
3052
|
isSuccess: boolean;
|
|
3054
3053
|
isFailed: boolean;
|
|
3055
3054
|
isCancelled: boolean;
|
|
3055
|
+
updatedAt: Date;
|
|
3056
3056
|
env: {
|
|
3057
3057
|
name: string;
|
|
3058
3058
|
id: string;
|
|
3059
3059
|
user?: string | undefined;
|
|
3060
3060
|
};
|
|
3061
|
-
version?: string | undefined;
|
|
3062
|
-
metadata?: Record<string, any> | undefined;
|
|
3063
3061
|
startedAt?: Date | undefined;
|
|
3064
3062
|
idempotencyKey?: string | undefined;
|
|
3063
|
+
version?: string | undefined;
|
|
3064
|
+
metadata?: Record<string, any> | undefined;
|
|
3065
3065
|
ttl?: string | undefined;
|
|
3066
3066
|
finishedAt?: Date | undefined;
|
|
3067
3067
|
delayedUntil?: Date | undefined;
|
|
3068
3068
|
expiredAt?: Date | undefined;
|
|
3069
3069
|
}, {
|
|
3070
|
-
status: "
|
|
3070
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
3071
3071
|
id: string;
|
|
3072
|
-
|
|
3072
|
+
tags: string[];
|
|
3073
3073
|
isTest: boolean;
|
|
3074
3074
|
createdAt: Date;
|
|
3075
|
-
tags: string[];
|
|
3076
3075
|
durationMs: number;
|
|
3077
3076
|
costInCents: number;
|
|
3078
3077
|
baseCostInCents: number;
|
|
@@ -3083,15 +3082,16 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3083
3082
|
isSuccess: boolean;
|
|
3084
3083
|
isFailed: boolean;
|
|
3085
3084
|
isCancelled: boolean;
|
|
3085
|
+
updatedAt: Date;
|
|
3086
3086
|
env: {
|
|
3087
3087
|
name: string;
|
|
3088
3088
|
id: string;
|
|
3089
3089
|
user?: string | undefined;
|
|
3090
3090
|
};
|
|
3091
|
-
version?: string | undefined;
|
|
3092
|
-
metadata?: Record<string, any> | undefined;
|
|
3093
3091
|
startedAt?: Date | undefined;
|
|
3094
3092
|
idempotencyKey?: string | undefined;
|
|
3093
|
+
version?: string | undefined;
|
|
3094
|
+
metadata?: Record<string, any> | undefined;
|
|
3095
3095
|
ttl?: string | undefined;
|
|
3096
3096
|
finishedAt?: Date | undefined;
|
|
3097
3097
|
delayedUntil?: Date | undefined;
|
|
@@ -3109,12 +3109,11 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3109
3109
|
}>;
|
|
3110
3110
|
}, "strip", z.ZodTypeAny, {
|
|
3111
3111
|
data: {
|
|
3112
|
-
status: "
|
|
3112
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
3113
3113
|
id: string;
|
|
3114
|
-
|
|
3114
|
+
tags: string[];
|
|
3115
3115
|
isTest: boolean;
|
|
3116
3116
|
createdAt: Date;
|
|
3117
|
-
tags: string[];
|
|
3118
3117
|
durationMs: number;
|
|
3119
3118
|
costInCents: number;
|
|
3120
3119
|
baseCostInCents: number;
|
|
@@ -3125,15 +3124,16 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3125
3124
|
isSuccess: boolean;
|
|
3126
3125
|
isFailed: boolean;
|
|
3127
3126
|
isCancelled: boolean;
|
|
3127
|
+
updatedAt: Date;
|
|
3128
3128
|
env: {
|
|
3129
3129
|
name: string;
|
|
3130
3130
|
id: string;
|
|
3131
3131
|
user?: string | undefined;
|
|
3132
3132
|
};
|
|
3133
|
-
version?: string | undefined;
|
|
3134
|
-
metadata?: Record<string, any> | undefined;
|
|
3135
3133
|
startedAt?: Date | undefined;
|
|
3136
3134
|
idempotencyKey?: string | undefined;
|
|
3135
|
+
version?: string | undefined;
|
|
3136
|
+
metadata?: Record<string, any> | undefined;
|
|
3137
3137
|
ttl?: string | undefined;
|
|
3138
3138
|
finishedAt?: Date | undefined;
|
|
3139
3139
|
delayedUntil?: Date | undefined;
|
|
@@ -3145,12 +3145,11 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3145
3145
|
};
|
|
3146
3146
|
}, {
|
|
3147
3147
|
data: {
|
|
3148
|
-
status: "
|
|
3148
|
+
status: "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT";
|
|
3149
3149
|
id: string;
|
|
3150
|
-
|
|
3150
|
+
tags: string[];
|
|
3151
3151
|
isTest: boolean;
|
|
3152
3152
|
createdAt: Date;
|
|
3153
|
-
tags: string[];
|
|
3154
3153
|
durationMs: number;
|
|
3155
3154
|
costInCents: number;
|
|
3156
3155
|
baseCostInCents: number;
|
|
@@ -3161,15 +3160,16 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3161
3160
|
isSuccess: boolean;
|
|
3162
3161
|
isFailed: boolean;
|
|
3163
3162
|
isCancelled: boolean;
|
|
3163
|
+
updatedAt: Date;
|
|
3164
3164
|
env: {
|
|
3165
3165
|
name: string;
|
|
3166
3166
|
id: string;
|
|
3167
3167
|
user?: string | undefined;
|
|
3168
3168
|
};
|
|
3169
|
-
version?: string | undefined;
|
|
3170
|
-
metadata?: Record<string, any> | undefined;
|
|
3171
3169
|
startedAt?: Date | undefined;
|
|
3172
3170
|
idempotencyKey?: string | undefined;
|
|
3171
|
+
version?: string | undefined;
|
|
3172
|
+
metadata?: Record<string, any> | undefined;
|
|
3173
3173
|
ttl?: string | undefined;
|
|
3174
3174
|
finishedAt?: Date | undefined;
|
|
3175
3175
|
delayedUntil?: Date | undefined;
|
|
@@ -3185,11 +3185,11 @@ export declare const CreateEnvironmentVariableRequestBody: z.ZodObject<{
|
|
|
3185
3185
|
name: z.ZodString;
|
|
3186
3186
|
value: z.ZodString;
|
|
3187
3187
|
}, "strip", z.ZodTypeAny, {
|
|
3188
|
-
value: string;
|
|
3189
3188
|
name: string;
|
|
3190
|
-
}, {
|
|
3191
3189
|
value: string;
|
|
3190
|
+
}, {
|
|
3192
3191
|
name: string;
|
|
3192
|
+
value: string;
|
|
3193
3193
|
}>;
|
|
3194
3194
|
export type CreateEnvironmentVariableRequestBody = z.infer<typeof CreateEnvironmentVariableRequestBody>;
|
|
3195
3195
|
export declare const UpdateEnvironmentVariableRequestBody: z.ZodObject<{
|
|
@@ -3231,21 +3231,21 @@ export declare const EnvironmentVariable: z.ZodObject<{
|
|
|
3231
3231
|
name: z.ZodString;
|
|
3232
3232
|
value: z.ZodString;
|
|
3233
3233
|
}, "strip", z.ZodTypeAny, {
|
|
3234
|
-
value: string;
|
|
3235
3234
|
name: string;
|
|
3236
|
-
}, {
|
|
3237
3235
|
value: string;
|
|
3236
|
+
}, {
|
|
3238
3237
|
name: string;
|
|
3238
|
+
value: string;
|
|
3239
3239
|
}>;
|
|
3240
3240
|
export declare const EnvironmentVariables: z.ZodArray<z.ZodObject<{
|
|
3241
3241
|
name: z.ZodString;
|
|
3242
3242
|
value: z.ZodString;
|
|
3243
3243
|
}, "strip", z.ZodTypeAny, {
|
|
3244
|
-
value: string;
|
|
3245
3244
|
name: string;
|
|
3246
|
-
}, {
|
|
3247
3245
|
value: string;
|
|
3246
|
+
}, {
|
|
3248
3247
|
name: string;
|
|
3248
|
+
value: string;
|
|
3249
3249
|
}>, "many">;
|
|
3250
3250
|
export type EnvironmentVariables = z.infer<typeof EnvironmentVariables>;
|
|
3251
3251
|
export declare const UpdateMetadataRequestBody: z.ZodObject<{
|
|
@@ -3606,13 +3606,13 @@ export type UpdateMetadataResponseBody = z.infer<typeof UpdateMetadataResponseBo
|
|
|
3606
3606
|
export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
3607
3607
|
id: z.ZodString;
|
|
3608
3608
|
idempotencyKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3609
|
-
createdAt: z.ZodDate
|
|
3610
|
-
updatedAt: z.ZodDate
|
|
3611
|
-
startedAt: z.ZodOptional<z.ZodNullable<z.
|
|
3612
|
-
delayUntil: z.ZodOptional<z.ZodNullable<z.
|
|
3613
|
-
queuedAt: z.ZodOptional<z.ZodNullable<z.
|
|
3614
|
-
expiredAt: z.ZodOptional<z.ZodNullable<z.
|
|
3615
|
-
completedAt: z.ZodOptional<z.ZodNullable<z.
|
|
3609
|
+
createdAt: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodDate>;
|
|
3610
|
+
updatedAt: z.ZodPipeline<z.ZodEffects<z.ZodString, string, string>, z.ZodDate>;
|
|
3611
|
+
startedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | Date | null | undefined, string | null | undefined>;
|
|
3612
|
+
delayUntil: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | Date | null | undefined, string | null | undefined>;
|
|
3613
|
+
queuedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | Date | null | undefined, string | null | undefined>;
|
|
3614
|
+
expiredAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | Date | null | undefined, string | null | undefined>;
|
|
3615
|
+
completedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | Date | null | undefined, string | null | undefined>;
|
|
3616
3616
|
taskIdentifier: z.ZodString;
|
|
3617
3617
|
friendlyId: z.ZodString;
|
|
3618
3618
|
number: z.ZodNumber;
|
|
@@ -3635,14 +3635,14 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
3635
3635
|
message: z.ZodString;
|
|
3636
3636
|
stackTrace: z.ZodString;
|
|
3637
3637
|
}, "strip", z.ZodTypeAny, {
|
|
3638
|
+
name: string;
|
|
3638
3639
|
message: string;
|
|
3639
3640
|
type: "BUILT_IN_ERROR";
|
|
3640
|
-
name: string;
|
|
3641
3641
|
stackTrace: string;
|
|
3642
3642
|
}, {
|
|
3643
|
+
name: string;
|
|
3643
3644
|
message: string;
|
|
3644
3645
|
type: "BUILT_IN_ERROR";
|
|
3645
|
-
name: string;
|
|
3646
3646
|
stackTrace: string;
|
|
3647
3647
|
}>, z.ZodObject<{
|
|
3648
3648
|
type: z.ZodLiteral<"CUSTOM_ERROR">;
|
|
@@ -3682,25 +3682,26 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
3682
3682
|
number: number;
|
|
3683
3683
|
status: string;
|
|
3684
3684
|
id: string;
|
|
3685
|
-
updatedAt: Date;
|
|
3686
3685
|
isTest: boolean;
|
|
3687
3686
|
createdAt: Date;
|
|
3688
3687
|
costInCents: number;
|
|
3689
3688
|
baseCostInCents: number;
|
|
3690
3689
|
taskIdentifier: string;
|
|
3690
|
+
updatedAt: Date;
|
|
3691
3691
|
friendlyId: string;
|
|
3692
3692
|
usageDurationMs: number;
|
|
3693
3693
|
runTags: string[] | null;
|
|
3694
|
+
output?: string | null | undefined;
|
|
3695
|
+
startedAt?: string | Date | null | undefined;
|
|
3694
3696
|
payload?: string | null | undefined;
|
|
3697
|
+
payloadType?: string | null | undefined;
|
|
3698
|
+
idempotencyKey?: string | null | undefined;
|
|
3695
3699
|
metadata?: string | null | undefined;
|
|
3696
|
-
|
|
3697
|
-
completedAt?: Date | null | undefined;
|
|
3698
|
-
delayUntil?: Date | null | undefined;
|
|
3699
|
-
output?: string | null | undefined;
|
|
3700
|
+
ttl?: string | null | undefined;
|
|
3700
3701
|
error?: {
|
|
3702
|
+
name: string;
|
|
3701
3703
|
message: string;
|
|
3702
3704
|
type: "BUILT_IN_ERROR";
|
|
3703
|
-
name: string;
|
|
3704
3705
|
stackTrace: string;
|
|
3705
3706
|
} | {
|
|
3706
3707
|
type: "CUSTOM_ERROR";
|
|
@@ -3714,35 +3715,35 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
3714
3715
|
message?: string | undefined;
|
|
3715
3716
|
stackTrace?: string | undefined;
|
|
3716
3717
|
} | null | undefined;
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
outputType?: string | null | undefined;
|
|
3720
|
-
ttl?: string | null | undefined;
|
|
3721
|
-
expiredAt?: Date | null | undefined;
|
|
3718
|
+
expiredAt?: string | Date | null | undefined;
|
|
3719
|
+
completedAt?: string | Date | null | undefined;
|
|
3722
3720
|
metadataType?: string | null | undefined;
|
|
3723
|
-
|
|
3721
|
+
delayUntil?: string | Date | null | undefined;
|
|
3722
|
+
queuedAt?: string | Date | null | undefined;
|
|
3723
|
+
outputType?: string | null | undefined;
|
|
3724
3724
|
}, {
|
|
3725
3725
|
number: number;
|
|
3726
3726
|
status: string;
|
|
3727
3727
|
id: string;
|
|
3728
|
-
updatedAt: Date;
|
|
3729
3728
|
isTest: boolean;
|
|
3730
|
-
createdAt:
|
|
3729
|
+
createdAt: string;
|
|
3731
3730
|
costInCents: number;
|
|
3732
3731
|
baseCostInCents: number;
|
|
3733
3732
|
taskIdentifier: string;
|
|
3733
|
+
updatedAt: string;
|
|
3734
3734
|
friendlyId: string;
|
|
3735
3735
|
usageDurationMs: number;
|
|
3736
|
+
output?: string | null | undefined;
|
|
3737
|
+
startedAt?: string | null | undefined;
|
|
3736
3738
|
payload?: string | null | undefined;
|
|
3739
|
+
payloadType?: string | null | undefined;
|
|
3740
|
+
idempotencyKey?: string | null | undefined;
|
|
3737
3741
|
metadata?: string | null | undefined;
|
|
3738
|
-
|
|
3739
|
-
completedAt?: Date | null | undefined;
|
|
3740
|
-
delayUntil?: Date | null | undefined;
|
|
3741
|
-
output?: string | null | undefined;
|
|
3742
|
+
ttl?: string | null | undefined;
|
|
3742
3743
|
error?: {
|
|
3744
|
+
name: string;
|
|
3743
3745
|
message: string;
|
|
3744
3746
|
type: "BUILT_IN_ERROR";
|
|
3745
|
-
name: string;
|
|
3746
3747
|
stackTrace: string;
|
|
3747
3748
|
} | {
|
|
3748
3749
|
type: "CUSTOM_ERROR";
|
|
@@ -3756,13 +3757,12 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
3756
3757
|
message?: string | undefined;
|
|
3757
3758
|
stackTrace?: string | undefined;
|
|
3758
3759
|
} | null | undefined;
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
outputType?: string | null | undefined;
|
|
3762
|
-
ttl?: string | null | undefined;
|
|
3763
|
-
expiredAt?: Date | null | undefined;
|
|
3760
|
+
expiredAt?: string | null | undefined;
|
|
3761
|
+
completedAt?: string | null | undefined;
|
|
3764
3762
|
metadataType?: string | null | undefined;
|
|
3765
|
-
|
|
3763
|
+
delayUntil?: string | null | undefined;
|
|
3764
|
+
queuedAt?: string | null | undefined;
|
|
3765
|
+
outputType?: string | null | undefined;
|
|
3766
3766
|
runTags?: string[] | null | undefined;
|
|
3767
3767
|
}>;
|
|
3768
3768
|
export type SubscribeRunRawShape = z.infer<typeof SubscribeRunRawShape>;
|
|
@@ -3776,17 +3776,17 @@ export declare const RetrieveBatchResponse: z.ZodObject<{
|
|
|
3776
3776
|
updatedAt: z.ZodDate;
|
|
3777
3777
|
runCount: z.ZodNumber;
|
|
3778
3778
|
}, "strip", z.ZodTypeAny, {
|
|
3779
|
-
status: "
|
|
3779
|
+
status: "COMPLETED" | "PENDING";
|
|
3780
3780
|
id: string;
|
|
3781
|
-
updatedAt: Date;
|
|
3782
3781
|
createdAt: Date;
|
|
3782
|
+
updatedAt: Date;
|
|
3783
3783
|
runCount: number;
|
|
3784
3784
|
idempotencyKey?: string | undefined;
|
|
3785
3785
|
}, {
|
|
3786
|
-
status: "
|
|
3786
|
+
status: "COMPLETED" | "PENDING";
|
|
3787
3787
|
id: string;
|
|
3788
|
-
updatedAt: Date;
|
|
3789
3788
|
createdAt: Date;
|
|
3789
|
+
updatedAt: Date;
|
|
3790
3790
|
runCount: number;
|
|
3791
3791
|
idempotencyKey?: string | undefined;
|
|
3792
3792
|
}>;
|
|
@@ -3801,16 +3801,16 @@ export declare const SubscribeRealtimeStreamChunkRawShape: z.ZodObject<{
|
|
|
3801
3801
|
}, "strip", z.ZodTypeAny, {
|
|
3802
3802
|
value: string;
|
|
3803
3803
|
id: string;
|
|
3804
|
-
key: string;
|
|
3805
3804
|
createdAt: Date;
|
|
3806
3805
|
runId: string;
|
|
3806
|
+
key: string;
|
|
3807
3807
|
sequence: number;
|
|
3808
3808
|
}, {
|
|
3809
3809
|
value: string;
|
|
3810
3810
|
id: string;
|
|
3811
|
-
key: string;
|
|
3812
3811
|
createdAt: Date;
|
|
3813
3812
|
runId: string;
|
|
3813
|
+
key: string;
|
|
3814
3814
|
sequence: number;
|
|
3815
3815
|
}>;
|
|
3816
3816
|
export type SubscribeRealtimeStreamChunkRawShape = z.infer<typeof SubscribeRealtimeStreamChunkRawShape>;
|