@trigger.dev/core 4.0.0-v4-beta.24 → 4.0.0-v4-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/logger.d.ts +1 -0
- package/dist/commonjs/logger.js +5 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/v3/apiClient/index.d.ts +8 -8
- package/dist/commonjs/v3/isomorphic/friendlyId.d.ts +1 -0
- package/dist/commonjs/v3/isomorphic/friendlyId.js +2 -1
- package/dist/commonjs/v3/isomorphic/friendlyId.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +79 -61
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +375 -243
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +63 -45
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +341 -209
- package/dist/commonjs/v3/runMetadata/manager.d.ts +1 -0
- package/dist/commonjs/v3/runMetadata/manager.js +72 -2
- package/dist/commonjs/v3/runMetadata/manager.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +116 -116
- package/dist/commonjs/v3/schemas/build.d.ts +36 -36
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +72 -72
- package/dist/commonjs/v3/schemas/common.d.ts +1708 -408
- package/dist/commonjs/v3/schemas/common.js +101 -42
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +3564 -2986
- package/dist/commonjs/v3/schemas/messages.js +10 -10
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.d.ts +10 -10
- package/dist/commonjs/v3/schemas/runEngine.d.ts +341 -209
- package/dist/commonjs/v3/schemas/schemas.d.ts +562 -442
- package/dist/commonjs/v3/schemas/schemas.js +4 -4
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/schemas/webhooks.d.ts +120 -120
- package/dist/commonjs/v3/taskContext/index.js +0 -2
- package/dist/commonjs/v3/taskContext/index.js.map +1 -1
- package/dist/commonjs/v3/usage/api.d.ts +2 -1
- package/dist/commonjs/v3/usage/api.js +3 -0
- package/dist/commonjs/v3/usage/api.js.map +1 -1
- package/dist/commonjs/v3/usage/devUsageManager.d.ts +4 -1
- package/dist/commonjs/v3/usage/devUsageManager.js +14 -0
- package/dist/commonjs/v3/usage/devUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/noopUsageManager.d.ts +2 -1
- package/dist/commonjs/v3/usage/noopUsageManager.js +6 -0
- package/dist/commonjs/v3/usage/noopUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/prodUsageManager.d.ts +4 -1
- package/dist/commonjs/v3/usage/prodUsageManager.js +14 -0
- package/dist/commonjs/v3/usage/prodUsageManager.js.map +1 -1
- package/dist/commonjs/v3/usage/types.d.ts +5 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/logger.d.ts +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -1
- package/dist/esm/v3/apiClient/index.d.ts +8 -8
- package/dist/esm/v3/isomorphic/friendlyId.d.ts +1 -0
- package/dist/esm/v3/isomorphic/friendlyId.js +1 -0
- package/dist/esm/v3/isomorphic/friendlyId.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +79 -61
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +375 -243
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +63 -45
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +341 -209
- package/dist/esm/v3/runMetadata/manager.d.ts +1 -0
- package/dist/esm/v3/runMetadata/manager.js +72 -2
- package/dist/esm/v3/runMetadata/manager.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +116 -116
- package/dist/esm/v3/schemas/build.d.ts +36 -36
- package/dist/esm/v3/schemas/checkpoints.d.ts +72 -72
- package/dist/esm/v3/schemas/common.d.ts +1708 -408
- package/dist/esm/v3/schemas/common.js +100 -41
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +3564 -2986
- package/dist/esm/v3/schemas/messages.js +11 -11
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- package/dist/esm/v3/schemas/resources.d.ts +10 -10
- package/dist/esm/v3/schemas/runEngine.d.ts +341 -209
- package/dist/esm/v3/schemas/schemas.d.ts +562 -442
- package/dist/esm/v3/schemas/schemas.js +4 -4
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/schemas/webhooks.d.ts +120 -120
- package/dist/esm/v3/taskContext/index.js +0 -2
- package/dist/esm/v3/taskContext/index.js.map +1 -1
- package/dist/esm/v3/usage/api.d.ts +2 -1
- package/dist/esm/v3/usage/api.js +3 -0
- package/dist/esm/v3/usage/api.js.map +1 -1
- package/dist/esm/v3/usage/devUsageManager.d.ts +4 -1
- package/dist/esm/v3/usage/devUsageManager.js +14 -0
- package/dist/esm/v3/usage/devUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/noopUsageManager.d.ts +2 -1
- package/dist/esm/v3/usage/noopUsageManager.js +6 -0
- package/dist/esm/v3/usage/noopUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/prodUsageManager.d.ts +4 -1
- package/dist/esm/v3/usage/prodUsageManager.js +14 -0
- package/dist/esm/v3/usage/prodUsageManager.js.map +1 -1
- package/dist/esm/v3/usage/types.d.ts +5 -0
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -237,7 +237,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
237
237
|
id: string;
|
|
238
238
|
filePath: string;
|
|
239
239
|
maxDuration?: number | undefined;
|
|
240
|
-
exportName?: string | undefined;
|
|
241
240
|
queue?: {
|
|
242
241
|
name?: string | undefined;
|
|
243
242
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -247,6 +246,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
247
246
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
248
247
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
249
248
|
} | undefined;
|
|
249
|
+
exportName?: string | undefined;
|
|
250
250
|
retry?: {
|
|
251
251
|
maxAttempts?: number | undefined;
|
|
252
252
|
factor?: number | undefined;
|
|
@@ -268,7 +268,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
268
268
|
id: string;
|
|
269
269
|
filePath: string;
|
|
270
270
|
maxDuration?: number | undefined;
|
|
271
|
-
exportName?: string | undefined;
|
|
272
271
|
queue?: {
|
|
273
272
|
name?: string | undefined;
|
|
274
273
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -278,6 +277,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
278
277
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
279
278
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
280
279
|
} | undefined;
|
|
280
|
+
exportName?: string | undefined;
|
|
281
281
|
retry?: {
|
|
282
282
|
maxAttempts?: number | undefined;
|
|
283
283
|
factor?: number | undefined;
|
|
@@ -331,7 +331,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
331
331
|
id: string;
|
|
332
332
|
filePath: string;
|
|
333
333
|
maxDuration?: number | undefined;
|
|
334
|
-
exportName?: string | undefined;
|
|
335
334
|
queue?: {
|
|
336
335
|
name?: string | undefined;
|
|
337
336
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -341,6 +340,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
341
340
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
342
341
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
343
342
|
} | undefined;
|
|
343
|
+
exportName?: string | undefined;
|
|
344
344
|
retry?: {
|
|
345
345
|
maxAttempts?: number | undefined;
|
|
346
346
|
factor?: number | undefined;
|
|
@@ -359,6 +359,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
359
359
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
360
360
|
} | undefined;
|
|
361
361
|
}[];
|
|
362
|
+
runtime?: string | undefined;
|
|
363
|
+
runtimeVersion?: string | undefined;
|
|
362
364
|
queues?: {
|
|
363
365
|
name: string;
|
|
364
366
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -370,8 +372,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
370
372
|
contents: string;
|
|
371
373
|
taskIds: string[];
|
|
372
374
|
}[] | undefined;
|
|
373
|
-
runtime?: string | undefined;
|
|
374
|
-
runtimeVersion?: string | undefined;
|
|
375
375
|
}, {
|
|
376
376
|
contentHash: string;
|
|
377
377
|
packageVersion: string;
|
|
@@ -379,7 +379,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
379
379
|
id: string;
|
|
380
380
|
filePath: string;
|
|
381
381
|
maxDuration?: number | undefined;
|
|
382
|
-
exportName?: string | undefined;
|
|
383
382
|
queue?: {
|
|
384
383
|
name?: string | undefined;
|
|
385
384
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -389,6 +388,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
389
388
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
390
389
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
391
390
|
} | undefined;
|
|
391
|
+
exportName?: string | undefined;
|
|
392
392
|
retry?: {
|
|
393
393
|
maxAttempts?: number | undefined;
|
|
394
394
|
factor?: number | undefined;
|
|
@@ -407,6 +407,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
407
407
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
408
408
|
} | undefined;
|
|
409
409
|
}[];
|
|
410
|
+
runtime?: string | undefined;
|
|
411
|
+
runtimeVersion?: string | undefined;
|
|
410
412
|
queues?: {
|
|
411
413
|
name: string;
|
|
412
414
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -418,8 +420,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
418
420
|
contents: string;
|
|
419
421
|
taskIds: string[];
|
|
420
422
|
}[] | undefined;
|
|
421
|
-
runtime?: string | undefined;
|
|
422
|
-
runtimeVersion?: string | undefined;
|
|
423
423
|
}>;
|
|
424
424
|
engine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"V1">, z.ZodLiteral<"V2">]>>;
|
|
425
425
|
supportsLazyAttempts: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -433,7 +433,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
433
433
|
id: string;
|
|
434
434
|
filePath: string;
|
|
435
435
|
maxDuration?: number | undefined;
|
|
436
|
-
exportName?: string | undefined;
|
|
437
436
|
queue?: {
|
|
438
437
|
name?: string | undefined;
|
|
439
438
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -443,6 +442,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
443
442
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
444
443
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
445
444
|
} | undefined;
|
|
445
|
+
exportName?: string | undefined;
|
|
446
446
|
retry?: {
|
|
447
447
|
maxAttempts?: number | undefined;
|
|
448
448
|
factor?: number | undefined;
|
|
@@ -461,6 +461,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
461
461
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
462
462
|
} | undefined;
|
|
463
463
|
}[];
|
|
464
|
+
runtime?: string | undefined;
|
|
465
|
+
runtimeVersion?: string | undefined;
|
|
464
466
|
queues?: {
|
|
465
467
|
name: string;
|
|
466
468
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -472,8 +474,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
472
474
|
contents: string;
|
|
473
475
|
taskIds: string[];
|
|
474
476
|
}[] | undefined;
|
|
475
|
-
runtime?: string | undefined;
|
|
476
|
-
runtimeVersion?: string | undefined;
|
|
477
477
|
};
|
|
478
478
|
localOnly: boolean;
|
|
479
479
|
engine?: "V1" | "V2" | undefined;
|
|
@@ -488,7 +488,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
488
488
|
id: string;
|
|
489
489
|
filePath: string;
|
|
490
490
|
maxDuration?: number | undefined;
|
|
491
|
-
exportName?: string | undefined;
|
|
492
491
|
queue?: {
|
|
493
492
|
name?: string | undefined;
|
|
494
493
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -498,6 +497,7 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
498
497
|
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
499
498
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
500
499
|
} | undefined;
|
|
500
|
+
exportName?: string | undefined;
|
|
501
501
|
retry?: {
|
|
502
502
|
maxAttempts?: number | undefined;
|
|
503
503
|
factor?: number | undefined;
|
|
@@ -516,6 +516,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
516
516
|
environments?: ("PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW")[] | undefined;
|
|
517
517
|
} | undefined;
|
|
518
518
|
}[];
|
|
519
|
+
runtime?: string | undefined;
|
|
520
|
+
runtimeVersion?: string | undefined;
|
|
519
521
|
queues?: {
|
|
520
522
|
name: string;
|
|
521
523
|
concurrencyLimit?: number | null | undefined;
|
|
@@ -527,8 +529,6 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
527
529
|
contents: string;
|
|
528
530
|
taskIds: string[];
|
|
529
531
|
}[] | undefined;
|
|
530
|
-
runtime?: string | undefined;
|
|
531
|
-
runtimeVersion?: string | undefined;
|
|
532
532
|
};
|
|
533
533
|
localOnly: boolean;
|
|
534
534
|
engine?: "V1" | "V2" | undefined;
|
|
@@ -1749,10 +1749,10 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1749
1749
|
}, "strip", z.ZodTypeAny, {
|
|
1750
1750
|
id: string;
|
|
1751
1751
|
version: string;
|
|
1752
|
+
shortCode: string;
|
|
1752
1753
|
contentHash: string;
|
|
1753
1754
|
imageTag: string;
|
|
1754
1755
|
imagePlatform: string;
|
|
1755
|
-
shortCode: string;
|
|
1756
1756
|
externalBuildData?: {
|
|
1757
1757
|
projectId: string;
|
|
1758
1758
|
buildId: string;
|
|
@@ -1761,10 +1761,10 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1761
1761
|
}, {
|
|
1762
1762
|
id: string;
|
|
1763
1763
|
version: string;
|
|
1764
|
+
shortCode: string;
|
|
1764
1765
|
contentHash: string;
|
|
1765
1766
|
imageTag: string;
|
|
1766
1767
|
imagePlatform: string;
|
|
1767
|
-
shortCode: string;
|
|
1768
1768
|
externalBuildData?: {
|
|
1769
1769
|
projectId: string;
|
|
1770
1770
|
buildId: string;
|
|
@@ -1983,8 +1983,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
1983
1983
|
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
1984
1984
|
id: string;
|
|
1985
1985
|
version: string;
|
|
1986
|
-
contentHash: string;
|
|
1987
1986
|
shortCode: string;
|
|
1987
|
+
contentHash: string;
|
|
1988
1988
|
worker?: {
|
|
1989
1989
|
id: string;
|
|
1990
1990
|
version: string;
|
|
@@ -2006,8 +2006,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2006
2006
|
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
2007
2007
|
id: string;
|
|
2008
2008
|
version: string;
|
|
2009
|
-
contentHash: string;
|
|
2010
2009
|
shortCode: string;
|
|
2010
|
+
contentHash: string;
|
|
2011
2011
|
worker?: {
|
|
2012
2012
|
id: string;
|
|
2013
2013
|
version: string;
|
|
@@ -2092,8 +2092,8 @@ export declare const GetLatestDeploymentResponseBody: z.ZodObject<Omit<{
|
|
|
2092
2092
|
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
2093
2093
|
id: string;
|
|
2094
2094
|
version: string;
|
|
2095
|
-
contentHash: string;
|
|
2096
2095
|
shortCode: string;
|
|
2096
|
+
contentHash: string;
|
|
2097
2097
|
imageReference?: string | null | undefined;
|
|
2098
2098
|
errorData?: {
|
|
2099
2099
|
message: string;
|
|
@@ -2105,8 +2105,8 @@ export declare const GetLatestDeploymentResponseBody: z.ZodObject<Omit<{
|
|
|
2105
2105
|
status: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED";
|
|
2106
2106
|
id: string;
|
|
2107
2107
|
version: string;
|
|
2108
|
-
contentHash: string;
|
|
2109
2108
|
shortCode: string;
|
|
2109
|
+
contentHash: string;
|
|
2110
2110
|
imageReference?: string | null | undefined;
|
|
2111
2111
|
errorData?: {
|
|
2112
2112
|
message: string;
|
|
@@ -2436,26 +2436,26 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2436
2436
|
}, "strip", z.ZodTypeAny, {
|
|
2437
2437
|
id: string;
|
|
2438
2438
|
isTest: boolean;
|
|
2439
|
-
traceContext: Record<string, unknown>;
|
|
2440
2439
|
machine: {
|
|
2441
2440
|
cpu: number;
|
|
2442
2441
|
memory: number;
|
|
2443
2442
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2444
2443
|
centsPerMs: number;
|
|
2445
2444
|
};
|
|
2445
|
+
traceContext: Record<string, unknown>;
|
|
2446
2446
|
friendlyId: string;
|
|
2447
2447
|
attemptNumber: number;
|
|
2448
2448
|
masterQueue: string;
|
|
2449
2449
|
}, {
|
|
2450
2450
|
id: string;
|
|
2451
2451
|
isTest: boolean;
|
|
2452
|
-
traceContext: Record<string, unknown>;
|
|
2453
2452
|
machine: {
|
|
2454
2453
|
cpu: number;
|
|
2455
2454
|
memory: number;
|
|
2456
2455
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2457
2456
|
centsPerMs: number;
|
|
2458
2457
|
};
|
|
2458
|
+
traceContext: Record<string, unknown>;
|
|
2459
2459
|
friendlyId: string;
|
|
2460
2460
|
attemptNumber: number;
|
|
2461
2461
|
masterQueue: string;
|
|
@@ -2486,30 +2486,35 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2486
2486
|
}>;
|
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
|
2488
2488
|
version: "1";
|
|
2489
|
+
environment: {
|
|
2490
|
+
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2491
|
+
id: string;
|
|
2492
|
+
};
|
|
2493
|
+
organization: {
|
|
2494
|
+
id: string;
|
|
2495
|
+
};
|
|
2496
|
+
project: {
|
|
2497
|
+
id: string;
|
|
2498
|
+
};
|
|
2499
|
+
deployment: {
|
|
2500
|
+
id?: string | undefined;
|
|
2501
|
+
friendlyId?: string | undefined;
|
|
2502
|
+
imagePlatform?: string | undefined;
|
|
2503
|
+
};
|
|
2489
2504
|
run: {
|
|
2490
2505
|
id: string;
|
|
2491
2506
|
isTest: boolean;
|
|
2492
|
-
traceContext: Record<string, unknown>;
|
|
2493
2507
|
machine: {
|
|
2494
2508
|
cpu: number;
|
|
2495
2509
|
memory: number;
|
|
2496
2510
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2497
2511
|
centsPerMs: number;
|
|
2498
2512
|
};
|
|
2513
|
+
traceContext: Record<string, unknown>;
|
|
2499
2514
|
friendlyId: string;
|
|
2500
2515
|
attemptNumber: number;
|
|
2501
2516
|
masterQueue: string;
|
|
2502
2517
|
};
|
|
2503
|
-
environment: {
|
|
2504
|
-
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2505
|
-
id: string;
|
|
2506
|
-
};
|
|
2507
|
-
organization: {
|
|
2508
|
-
id: string;
|
|
2509
|
-
};
|
|
2510
|
-
project: {
|
|
2511
|
-
id: string;
|
|
2512
|
-
};
|
|
2513
2518
|
snapshot: {
|
|
2514
2519
|
id: string;
|
|
2515
2520
|
createdAt: Date;
|
|
@@ -2547,11 +2552,6 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2547
2552
|
version: string;
|
|
2548
2553
|
friendlyId: string;
|
|
2549
2554
|
};
|
|
2550
|
-
deployment: {
|
|
2551
|
-
id?: string | undefined;
|
|
2552
|
-
friendlyId?: string | undefined;
|
|
2553
|
-
imagePlatform?: string | undefined;
|
|
2554
|
-
};
|
|
2555
2555
|
checkpoint?: {
|
|
2556
2556
|
type: import("./runEngine.js").CheckpointTypeEnum;
|
|
2557
2557
|
id: string;
|
|
@@ -2562,30 +2562,35 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2562
2562
|
image?: string | undefined;
|
|
2563
2563
|
}, {
|
|
2564
2564
|
version: "1";
|
|
2565
|
+
environment: {
|
|
2566
|
+
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2567
|
+
id: string;
|
|
2568
|
+
};
|
|
2569
|
+
organization: {
|
|
2570
|
+
id: string;
|
|
2571
|
+
};
|
|
2572
|
+
project: {
|
|
2573
|
+
id: string;
|
|
2574
|
+
};
|
|
2575
|
+
deployment: {
|
|
2576
|
+
id?: string | undefined;
|
|
2577
|
+
friendlyId?: string | undefined;
|
|
2578
|
+
imagePlatform?: string | undefined;
|
|
2579
|
+
};
|
|
2565
2580
|
run: {
|
|
2566
2581
|
id: string;
|
|
2567
2582
|
isTest: boolean;
|
|
2568
|
-
traceContext: Record<string, unknown>;
|
|
2569
2583
|
machine: {
|
|
2570
2584
|
cpu: number;
|
|
2571
2585
|
memory: number;
|
|
2572
2586
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2573
2587
|
centsPerMs: number;
|
|
2574
2588
|
};
|
|
2589
|
+
traceContext: Record<string, unknown>;
|
|
2575
2590
|
friendlyId: string;
|
|
2576
2591
|
attemptNumber: number;
|
|
2577
2592
|
masterQueue: string;
|
|
2578
2593
|
};
|
|
2579
|
-
environment: {
|
|
2580
|
-
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2581
|
-
id: string;
|
|
2582
|
-
};
|
|
2583
|
-
organization: {
|
|
2584
|
-
id: string;
|
|
2585
|
-
};
|
|
2586
|
-
project: {
|
|
2587
|
-
id: string;
|
|
2588
|
-
};
|
|
2589
2594
|
snapshot: {
|
|
2590
2595
|
id: string;
|
|
2591
2596
|
createdAt: Date;
|
|
@@ -2623,11 +2628,6 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2623
2628
|
version: string;
|
|
2624
2629
|
friendlyId: string;
|
|
2625
2630
|
};
|
|
2626
|
-
deployment: {
|
|
2627
|
-
id?: string | undefined;
|
|
2628
|
-
friendlyId?: string | undefined;
|
|
2629
|
-
imagePlatform?: string | undefined;
|
|
2630
|
-
};
|
|
2631
2631
|
checkpoint?: {
|
|
2632
2632
|
type: import("./runEngine.js").CheckpointTypeEnum;
|
|
2633
2633
|
id: string;
|
|
@@ -2640,30 +2640,35 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2640
2640
|
}, "strip", z.ZodTypeAny, {
|
|
2641
2641
|
dequeuedMessages: {
|
|
2642
2642
|
version: "1";
|
|
2643
|
+
environment: {
|
|
2644
|
+
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2645
|
+
id: string;
|
|
2646
|
+
};
|
|
2647
|
+
organization: {
|
|
2648
|
+
id: string;
|
|
2649
|
+
};
|
|
2650
|
+
project: {
|
|
2651
|
+
id: string;
|
|
2652
|
+
};
|
|
2653
|
+
deployment: {
|
|
2654
|
+
id?: string | undefined;
|
|
2655
|
+
friendlyId?: string | undefined;
|
|
2656
|
+
imagePlatform?: string | undefined;
|
|
2657
|
+
};
|
|
2643
2658
|
run: {
|
|
2644
2659
|
id: string;
|
|
2645
2660
|
isTest: boolean;
|
|
2646
|
-
traceContext: Record<string, unknown>;
|
|
2647
2661
|
machine: {
|
|
2648
2662
|
cpu: number;
|
|
2649
2663
|
memory: number;
|
|
2650
2664
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2651
2665
|
centsPerMs: number;
|
|
2652
2666
|
};
|
|
2667
|
+
traceContext: Record<string, unknown>;
|
|
2653
2668
|
friendlyId: string;
|
|
2654
2669
|
attemptNumber: number;
|
|
2655
2670
|
masterQueue: string;
|
|
2656
2671
|
};
|
|
2657
|
-
environment: {
|
|
2658
|
-
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2659
|
-
id: string;
|
|
2660
|
-
};
|
|
2661
|
-
organization: {
|
|
2662
|
-
id: string;
|
|
2663
|
-
};
|
|
2664
|
-
project: {
|
|
2665
|
-
id: string;
|
|
2666
|
-
};
|
|
2667
2672
|
snapshot: {
|
|
2668
2673
|
id: string;
|
|
2669
2674
|
createdAt: Date;
|
|
@@ -2701,11 +2706,6 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2701
2706
|
version: string;
|
|
2702
2707
|
friendlyId: string;
|
|
2703
2708
|
};
|
|
2704
|
-
deployment: {
|
|
2705
|
-
id?: string | undefined;
|
|
2706
|
-
friendlyId?: string | undefined;
|
|
2707
|
-
imagePlatform?: string | undefined;
|
|
2708
|
-
};
|
|
2709
2709
|
checkpoint?: {
|
|
2710
2710
|
type: import("./runEngine.js").CheckpointTypeEnum;
|
|
2711
2711
|
id: string;
|
|
@@ -2718,30 +2718,35 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2718
2718
|
}, {
|
|
2719
2719
|
dequeuedMessages: {
|
|
2720
2720
|
version: "1";
|
|
2721
|
+
environment: {
|
|
2722
|
+
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2723
|
+
id: string;
|
|
2724
|
+
};
|
|
2725
|
+
organization: {
|
|
2726
|
+
id: string;
|
|
2727
|
+
};
|
|
2728
|
+
project: {
|
|
2729
|
+
id: string;
|
|
2730
|
+
};
|
|
2731
|
+
deployment: {
|
|
2732
|
+
id?: string | undefined;
|
|
2733
|
+
friendlyId?: string | undefined;
|
|
2734
|
+
imagePlatform?: string | undefined;
|
|
2735
|
+
};
|
|
2721
2736
|
run: {
|
|
2722
2737
|
id: string;
|
|
2723
2738
|
isTest: boolean;
|
|
2724
|
-
traceContext: Record<string, unknown>;
|
|
2725
2739
|
machine: {
|
|
2726
2740
|
cpu: number;
|
|
2727
2741
|
memory: number;
|
|
2728
2742
|
name: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x";
|
|
2729
2743
|
centsPerMs: number;
|
|
2730
2744
|
};
|
|
2745
|
+
traceContext: Record<string, unknown>;
|
|
2731
2746
|
friendlyId: string;
|
|
2732
2747
|
attemptNumber: number;
|
|
2733
2748
|
masterQueue: string;
|
|
2734
2749
|
};
|
|
2735
|
-
environment: {
|
|
2736
|
-
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
2737
|
-
id: string;
|
|
2738
|
-
};
|
|
2739
|
-
organization: {
|
|
2740
|
-
id: string;
|
|
2741
|
-
};
|
|
2742
|
-
project: {
|
|
2743
|
-
id: string;
|
|
2744
|
-
};
|
|
2745
2750
|
snapshot: {
|
|
2746
2751
|
id: string;
|
|
2747
2752
|
createdAt: Date;
|
|
@@ -2779,11 +2784,6 @@ export declare const DevDequeueResponseBody: z.ZodObject<{
|
|
|
2779
2784
|
version: string;
|
|
2780
2785
|
friendlyId: string;
|
|
2781
2786
|
};
|
|
2782
|
-
deployment: {
|
|
2783
|
-
id?: string | undefined;
|
|
2784
|
-
friendlyId?: string | undefined;
|
|
2785
|
-
imagePlatform?: string | undefined;
|
|
2786
|
-
};
|
|
2787
2787
|
checkpoint?: {
|
|
2788
2788
|
type: import("./runEngine.js").CheckpointTypeEnum;
|
|
2789
2789
|
id: string;
|
|
@@ -3321,9 +3321,9 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
3321
3321
|
tags: string[];
|
|
3322
3322
|
isTest: boolean;
|
|
3323
3323
|
createdAt: Date;
|
|
3324
|
+
baseCostInCents: number;
|
|
3324
3325
|
durationMs: number;
|
|
3325
3326
|
costInCents: number;
|
|
3326
|
-
baseCostInCents: number;
|
|
3327
3327
|
taskIdentifier: string;
|
|
3328
3328
|
depth: number;
|
|
3329
3329
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3350,9 +3350,9 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
3350
3350
|
tags: string[];
|
|
3351
3351
|
isTest: boolean;
|
|
3352
3352
|
createdAt: Date;
|
|
3353
|
+
baseCostInCents: number;
|
|
3353
3354
|
durationMs: number;
|
|
3354
3355
|
costInCents: number;
|
|
3355
|
-
baseCostInCents: number;
|
|
3356
3356
|
taskIdentifier: string;
|
|
3357
3357
|
depth: number;
|
|
3358
3358
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3464,9 +3464,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3464
3464
|
tags: string[];
|
|
3465
3465
|
isTest: boolean;
|
|
3466
3466
|
createdAt: Date;
|
|
3467
|
+
baseCostInCents: number;
|
|
3467
3468
|
durationMs: number;
|
|
3468
3469
|
costInCents: number;
|
|
3469
|
-
baseCostInCents: number;
|
|
3470
3470
|
taskIdentifier: string;
|
|
3471
3471
|
depth: number;
|
|
3472
3472
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3493,9 +3493,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3493
3493
|
tags: string[];
|
|
3494
3494
|
isTest: boolean;
|
|
3495
3495
|
createdAt: Date;
|
|
3496
|
+
baseCostInCents: number;
|
|
3496
3497
|
durationMs: number;
|
|
3497
3498
|
costInCents: number;
|
|
3498
|
-
baseCostInCents: number;
|
|
3499
3499
|
taskIdentifier: string;
|
|
3500
3500
|
depth: number;
|
|
3501
3501
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3552,9 +3552,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3552
3552
|
tags: string[];
|
|
3553
3553
|
isTest: boolean;
|
|
3554
3554
|
createdAt: Date;
|
|
3555
|
+
baseCostInCents: number;
|
|
3555
3556
|
durationMs: number;
|
|
3556
3557
|
costInCents: number;
|
|
3557
|
-
baseCostInCents: number;
|
|
3558
3558
|
taskIdentifier: string;
|
|
3559
3559
|
depth: number;
|
|
3560
3560
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3581,9 +3581,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3581
3581
|
tags: string[];
|
|
3582
3582
|
isTest: boolean;
|
|
3583
3583
|
createdAt: Date;
|
|
3584
|
+
baseCostInCents: number;
|
|
3584
3585
|
durationMs: number;
|
|
3585
3586
|
costInCents: number;
|
|
3586
|
-
baseCostInCents: number;
|
|
3587
3587
|
taskIdentifier: string;
|
|
3588
3588
|
depth: number;
|
|
3589
3589
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3640,9 +3640,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3640
3640
|
tags: string[];
|
|
3641
3641
|
isTest: boolean;
|
|
3642
3642
|
createdAt: Date;
|
|
3643
|
+
baseCostInCents: number;
|
|
3643
3644
|
durationMs: number;
|
|
3644
3645
|
costInCents: number;
|
|
3645
|
-
baseCostInCents: number;
|
|
3646
3646
|
taskIdentifier: string;
|
|
3647
3647
|
depth: number;
|
|
3648
3648
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3669,9 +3669,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3669
3669
|
tags: string[];
|
|
3670
3670
|
isTest: boolean;
|
|
3671
3671
|
createdAt: Date;
|
|
3672
|
+
baseCostInCents: number;
|
|
3672
3673
|
durationMs: number;
|
|
3673
3674
|
costInCents: number;
|
|
3674
|
-
baseCostInCents: number;
|
|
3675
3675
|
taskIdentifier: string;
|
|
3676
3676
|
depth: number;
|
|
3677
3677
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3700,9 +3700,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3700
3700
|
tags: string[];
|
|
3701
3701
|
isTest: boolean;
|
|
3702
3702
|
createdAt: Date;
|
|
3703
|
+
baseCostInCents: number;
|
|
3703
3704
|
durationMs: number;
|
|
3704
3705
|
costInCents: number;
|
|
3705
|
-
baseCostInCents: number;
|
|
3706
3706
|
taskIdentifier: string;
|
|
3707
3707
|
depth: number;
|
|
3708
3708
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3730,9 +3730,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3730
3730
|
tags: string[];
|
|
3731
3731
|
isTest: boolean;
|
|
3732
3732
|
createdAt: Date;
|
|
3733
|
+
baseCostInCents: number;
|
|
3733
3734
|
durationMs: number;
|
|
3734
3735
|
costInCents: number;
|
|
3735
|
-
baseCostInCents: number;
|
|
3736
3736
|
taskIdentifier: string;
|
|
3737
3737
|
depth: number;
|
|
3738
3738
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3760,9 +3760,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3760
3760
|
tags: string[];
|
|
3761
3761
|
isTest: boolean;
|
|
3762
3762
|
createdAt: Date;
|
|
3763
|
+
baseCostInCents: number;
|
|
3763
3764
|
durationMs: number;
|
|
3764
3765
|
costInCents: number;
|
|
3765
|
-
baseCostInCents: number;
|
|
3766
3766
|
taskIdentifier: string;
|
|
3767
3767
|
depth: number;
|
|
3768
3768
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3791,9 +3791,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3791
3791
|
tags: string[];
|
|
3792
3792
|
isTest: boolean;
|
|
3793
3793
|
createdAt: Date;
|
|
3794
|
+
baseCostInCents: number;
|
|
3794
3795
|
durationMs: number;
|
|
3795
3796
|
costInCents: number;
|
|
3796
|
-
baseCostInCents: number;
|
|
3797
3797
|
taskIdentifier: string;
|
|
3798
3798
|
depth: number;
|
|
3799
3799
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3821,9 +3821,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3821
3821
|
tags: string[];
|
|
3822
3822
|
isTest: boolean;
|
|
3823
3823
|
createdAt: Date;
|
|
3824
|
+
baseCostInCents: number;
|
|
3824
3825
|
durationMs: number;
|
|
3825
3826
|
costInCents: number;
|
|
3826
|
-
baseCostInCents: number;
|
|
3827
3827
|
taskIdentifier: string;
|
|
3828
3828
|
depth: number;
|
|
3829
3829
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3851,9 +3851,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3851
3851
|
tags: string[];
|
|
3852
3852
|
isTest: boolean;
|
|
3853
3853
|
createdAt: Date;
|
|
3854
|
+
baseCostInCents: number;
|
|
3854
3855
|
durationMs: number;
|
|
3855
3856
|
costInCents: number;
|
|
3856
|
-
baseCostInCents: number;
|
|
3857
3857
|
taskIdentifier: string;
|
|
3858
3858
|
depth: number;
|
|
3859
3859
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3911,9 +3911,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3911
3911
|
tags: string[];
|
|
3912
3912
|
isTest: boolean;
|
|
3913
3913
|
createdAt: Date;
|
|
3914
|
+
baseCostInCents: number;
|
|
3914
3915
|
durationMs: number;
|
|
3915
3916
|
costInCents: number;
|
|
3916
|
-
baseCostInCents: number;
|
|
3917
3917
|
taskIdentifier: string;
|
|
3918
3918
|
relatedRuns: {
|
|
3919
3919
|
root?: {
|
|
@@ -3922,9 +3922,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3922
3922
|
tags: string[];
|
|
3923
3923
|
isTest: boolean;
|
|
3924
3924
|
createdAt: Date;
|
|
3925
|
+
baseCostInCents: number;
|
|
3925
3926
|
durationMs: number;
|
|
3926
3927
|
costInCents: number;
|
|
3927
|
-
baseCostInCents: number;
|
|
3928
3928
|
taskIdentifier: string;
|
|
3929
3929
|
depth: number;
|
|
3930
3930
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3952,9 +3952,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3952
3952
|
tags: string[];
|
|
3953
3953
|
isTest: boolean;
|
|
3954
3954
|
createdAt: Date;
|
|
3955
|
+
baseCostInCents: number;
|
|
3955
3956
|
durationMs: number;
|
|
3956
3957
|
costInCents: number;
|
|
3957
|
-
baseCostInCents: number;
|
|
3958
3958
|
taskIdentifier: string;
|
|
3959
3959
|
depth: number;
|
|
3960
3960
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -3982,9 +3982,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3982
3982
|
tags: string[];
|
|
3983
3983
|
isTest: boolean;
|
|
3984
3984
|
createdAt: Date;
|
|
3985
|
+
baseCostInCents: number;
|
|
3985
3986
|
durationMs: number;
|
|
3986
3987
|
costInCents: number;
|
|
3987
|
-
baseCostInCents: number;
|
|
3988
3988
|
taskIdentifier: string;
|
|
3989
3989
|
depth: number;
|
|
3990
3990
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -4052,9 +4052,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
4052
4052
|
tags: string[];
|
|
4053
4053
|
isTest: boolean;
|
|
4054
4054
|
createdAt: Date;
|
|
4055
|
+
baseCostInCents: number;
|
|
4055
4056
|
durationMs: number;
|
|
4056
4057
|
costInCents: number;
|
|
4057
|
-
baseCostInCents: number;
|
|
4058
4058
|
taskIdentifier: string;
|
|
4059
4059
|
relatedRuns: {
|
|
4060
4060
|
root?: {
|
|
@@ -4063,9 +4063,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
4063
4063
|
tags: string[];
|
|
4064
4064
|
isTest: boolean;
|
|
4065
4065
|
createdAt: Date;
|
|
4066
|
+
baseCostInCents: number;
|
|
4066
4067
|
durationMs: number;
|
|
4067
4068
|
costInCents: number;
|
|
4068
|
-
baseCostInCents: number;
|
|
4069
4069
|
taskIdentifier: string;
|
|
4070
4070
|
depth: number;
|
|
4071
4071
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -4093,9 +4093,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
4093
4093
|
tags: string[];
|
|
4094
4094
|
isTest: boolean;
|
|
4095
4095
|
createdAt: Date;
|
|
4096
|
+
baseCostInCents: number;
|
|
4096
4097
|
durationMs: number;
|
|
4097
4098
|
costInCents: number;
|
|
4098
|
-
baseCostInCents: number;
|
|
4099
4099
|
taskIdentifier: string;
|
|
4100
4100
|
depth: number;
|
|
4101
4101
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -4123,9 +4123,9 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
4123
4123
|
tags: string[];
|
|
4124
4124
|
isTest: boolean;
|
|
4125
4125
|
createdAt: Date;
|
|
4126
|
+
baseCostInCents: number;
|
|
4126
4127
|
durationMs: number;
|
|
4127
4128
|
costInCents: number;
|
|
4128
|
-
baseCostInCents: number;
|
|
4129
4129
|
taskIdentifier: string;
|
|
4130
4130
|
depth: number;
|
|
4131
4131
|
triggerFunction: "trigger" | "batchTrigger" | "triggerAndWait" | "batchTriggerAndWait";
|
|
@@ -4234,9 +4234,9 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
4234
4234
|
tags: string[];
|
|
4235
4235
|
isTest: boolean;
|
|
4236
4236
|
createdAt: Date;
|
|
4237
|
+
baseCostInCents: number;
|
|
4237
4238
|
durationMs: number;
|
|
4238
4239
|
costInCents: number;
|
|
4239
|
-
baseCostInCents: number;
|
|
4240
4240
|
taskIdentifier: string;
|
|
4241
4241
|
isQueued: boolean;
|
|
4242
4242
|
isExecuting: boolean;
|
|
@@ -4265,9 +4265,9 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
4265
4265
|
tags: string[];
|
|
4266
4266
|
isTest: boolean;
|
|
4267
4267
|
createdAt: Date;
|
|
4268
|
+
baseCostInCents: number;
|
|
4268
4269
|
durationMs: number;
|
|
4269
4270
|
costInCents: number;
|
|
4270
|
-
baseCostInCents: number;
|
|
4271
4271
|
taskIdentifier: string;
|
|
4272
4272
|
isQueued: boolean;
|
|
4273
4273
|
isExecuting: boolean;
|
|
@@ -4338,9 +4338,9 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
4338
4338
|
tags: string[];
|
|
4339
4339
|
isTest: boolean;
|
|
4340
4340
|
createdAt: Date;
|
|
4341
|
+
baseCostInCents: number;
|
|
4341
4342
|
durationMs: number;
|
|
4342
4343
|
costInCents: number;
|
|
4343
|
-
baseCostInCents: number;
|
|
4344
4344
|
taskIdentifier: string;
|
|
4345
4345
|
isQueued: boolean;
|
|
4346
4346
|
isExecuting: boolean;
|
|
@@ -4369,9 +4369,9 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
4369
4369
|
tags: string[];
|
|
4370
4370
|
isTest: boolean;
|
|
4371
4371
|
createdAt: Date;
|
|
4372
|
+
baseCostInCents: number;
|
|
4372
4373
|
durationMs: number;
|
|
4373
4374
|
costInCents: number;
|
|
4374
|
-
baseCostInCents: number;
|
|
4375
4375
|
taskIdentifier: string;
|
|
4376
4376
|
isQueued: boolean;
|
|
4377
4377
|
isExecuting: boolean;
|
|
@@ -4412,9 +4412,9 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
4412
4412
|
tags: string[];
|
|
4413
4413
|
isTest: boolean;
|
|
4414
4414
|
createdAt: Date;
|
|
4415
|
+
baseCostInCents: number;
|
|
4415
4416
|
durationMs: number;
|
|
4416
4417
|
costInCents: number;
|
|
4417
|
-
baseCostInCents: number;
|
|
4418
4418
|
taskIdentifier: string;
|
|
4419
4419
|
isQueued: boolean;
|
|
4420
4420
|
isExecuting: boolean;
|
|
@@ -4449,9 +4449,9 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
4449
4449
|
tags: string[];
|
|
4450
4450
|
isTest: boolean;
|
|
4451
4451
|
createdAt: Date;
|
|
4452
|
+
baseCostInCents: number;
|
|
4452
4453
|
durationMs: number;
|
|
4453
4454
|
costInCents: number;
|
|
4454
|
-
baseCostInCents: number;
|
|
4455
4455
|
taskIdentifier: string;
|
|
4456
4456
|
isQueued: boolean;
|
|
4457
4457
|
isExecuting: boolean;
|
|
@@ -5010,8 +5010,8 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
5010
5010
|
id: string;
|
|
5011
5011
|
isTest: boolean;
|
|
5012
5012
|
createdAt: Date;
|
|
5013
|
-
costInCents: number;
|
|
5014
5013
|
baseCostInCents: number;
|
|
5014
|
+
costInCents: number;
|
|
5015
5015
|
taskIdentifier: string;
|
|
5016
5016
|
updatedAt: Date;
|
|
5017
5017
|
friendlyId: string;
|
|
@@ -5078,8 +5078,8 @@ export declare const SubscribeRunRawShape: z.ZodObject<{
|
|
|
5078
5078
|
isTest?: boolean | undefined;
|
|
5079
5079
|
startedAt?: string | null | undefined;
|
|
5080
5080
|
idempotencyKey?: string | null | undefined;
|
|
5081
|
-
costInCents?: number | undefined;
|
|
5082
5081
|
baseCostInCents?: number | undefined;
|
|
5082
|
+
costInCents?: number | undefined;
|
|
5083
5083
|
output?: string | null | undefined;
|
|
5084
5084
|
outputType?: string | null | undefined;
|
|
5085
5085
|
ttl?: string | null | undefined;
|