@trigger.dev/core 0.0.0-v3-prerelease-20241009142012 → 0.0.0-v3-prerelease-20241012123509
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/v3/apiClient/index.d.ts +27 -27
- package/dist/commonjs/v3/schemas/api.d.ts +108 -108
- package/dist/commonjs/v3/schemas/build.d.ts +50 -50
- package/dist/commonjs/v3/schemas/messages.d.ts +1503 -1500
- package/dist/commonjs/v3/schemas/messages.js +1 -0
- package/dist/commonjs/v3/schemas/messages.js.map +1 -1
- package/dist/commonjs/v3/schemas/resources.d.ts +20 -20
- package/dist/commonjs/v3/schemas/schemas.d.ts +175 -175
- package/dist/esm/v3/apiClient/index.d.ts +27 -27
- package/dist/esm/v3/schemas/api.d.ts +108 -108
- package/dist/esm/v3/schemas/build.d.ts +50 -50
- package/dist/esm/v3/schemas/messages.d.ts +1503 -1500
- package/dist/esm/v3/schemas/messages.js +1 -0
- package/dist/esm/v3/schemas/messages.js.map +1 -1
- package/dist/esm/v3/schemas/resources.d.ts +20 -20
- package/dist/esm/v3/schemas/schemas.d.ts +175 -175
- package/package.json +1 -1
|
@@ -345,12 +345,12 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
345
345
|
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>]>>;
|
|
346
346
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
347
347
|
}, "strip", z.ZodTypeAny, {
|
|
348
|
-
cpu?: 2 |
|
|
349
|
-
memory?: 2 |
|
|
348
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
349
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
350
350
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
351
351
|
}, {
|
|
352
|
-
cpu?: 2 |
|
|
353
|
-
memory?: 2 |
|
|
352
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
353
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
354
354
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
355
355
|
}>>;
|
|
356
356
|
triggerSource: z.ZodOptional<z.ZodString>;
|
|
@@ -414,8 +414,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
414
414
|
randomize?: boolean | undefined;
|
|
415
415
|
} | undefined;
|
|
416
416
|
machine?: {
|
|
417
|
-
cpu?: 2 |
|
|
418
|
-
memory?: 2 |
|
|
417
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
418
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
419
419
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
420
420
|
} | undefined;
|
|
421
421
|
triggerSource?: string | undefined;
|
|
@@ -473,8 +473,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
473
473
|
randomize?: boolean | undefined;
|
|
474
474
|
} | undefined;
|
|
475
475
|
machine?: {
|
|
476
|
-
cpu?: 2 |
|
|
477
|
-
memory?: 2 |
|
|
476
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
477
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
478
478
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
479
479
|
} | undefined;
|
|
480
480
|
triggerSource?: string | undefined;
|
|
@@ -551,8 +551,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
551
551
|
randomize?: boolean | undefined;
|
|
552
552
|
} | undefined;
|
|
553
553
|
machine?: {
|
|
554
|
-
cpu?: 2 |
|
|
555
|
-
memory?: 2 |
|
|
554
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
555
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
556
556
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
557
557
|
} | undefined;
|
|
558
558
|
triggerSource?: string | undefined;
|
|
@@ -621,8 +621,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
621
621
|
randomize?: boolean | undefined;
|
|
622
622
|
} | undefined;
|
|
623
623
|
machine?: {
|
|
624
|
-
cpu?: 2 |
|
|
625
|
-
memory?: 2 |
|
|
624
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
625
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
626
626
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
627
627
|
} | undefined;
|
|
628
628
|
triggerSource?: string | undefined;
|
|
@@ -694,8 +694,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
694
694
|
randomize?: boolean | undefined;
|
|
695
695
|
} | undefined;
|
|
696
696
|
machine?: {
|
|
697
|
-
cpu?: 2 |
|
|
698
|
-
memory?: 2 |
|
|
697
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
698
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
699
699
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
700
700
|
} | undefined;
|
|
701
701
|
triggerSource?: string | undefined;
|
|
@@ -768,8 +768,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
768
768
|
randomize?: boolean | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
machine?: {
|
|
771
|
-
cpu?: 2 |
|
|
772
|
-
memory?: 2 |
|
|
771
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
772
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
773
773
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
774
774
|
} | undefined;
|
|
775
775
|
triggerSource?: string | undefined;
|
|
@@ -797,12 +797,12 @@ export declare const CreateBackgroundWorkerResponse: z.ZodObject<{
|
|
|
797
797
|
version: z.ZodString;
|
|
798
798
|
contentHash: z.ZodString;
|
|
799
799
|
}, "strip", z.ZodTypeAny, {
|
|
800
|
-
id: string;
|
|
801
800
|
version: string;
|
|
801
|
+
id: string;
|
|
802
802
|
contentHash: string;
|
|
803
803
|
}, {
|
|
804
|
-
id: string;
|
|
805
804
|
version: string;
|
|
805
|
+
id: string;
|
|
806
806
|
contentHash: string;
|
|
807
807
|
}>;
|
|
808
808
|
export type CreateBackgroundWorkerResponse = z.infer<typeof CreateBackgroundWorkerResponse>;
|
|
@@ -1824,26 +1824,26 @@ export declare const GetBatchResponseBody: z.ZodObject<{
|
|
|
1824
1824
|
status: z.ZodEnum<["PENDING", "CANCELED", "COMPLETED", "FAILED"]>;
|
|
1825
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1826
1826
|
status: "PENDING" | "CANCELED" | "COMPLETED" | "FAILED";
|
|
1827
|
-
id: string;
|
|
1828
1827
|
taskRunId: string;
|
|
1828
|
+
id: string;
|
|
1829
1829
|
}, {
|
|
1830
1830
|
status: "PENDING" | "CANCELED" | "COMPLETED" | "FAILED";
|
|
1831
|
-
id: string;
|
|
1832
1831
|
taskRunId: string;
|
|
1832
|
+
id: string;
|
|
1833
1833
|
}>, "many">;
|
|
1834
1834
|
}, "strip", z.ZodTypeAny, {
|
|
1835
1835
|
id: string;
|
|
1836
1836
|
items: {
|
|
1837
1837
|
status: "PENDING" | "CANCELED" | "COMPLETED" | "FAILED";
|
|
1838
|
-
id: string;
|
|
1839
1838
|
taskRunId: string;
|
|
1839
|
+
id: string;
|
|
1840
1840
|
}[];
|
|
1841
1841
|
}, {
|
|
1842
1842
|
id: string;
|
|
1843
1843
|
items: {
|
|
1844
1844
|
status: "PENDING" | "CANCELED" | "COMPLETED" | "FAILED";
|
|
1845
|
-
id: string;
|
|
1846
1845
|
taskRunId: string;
|
|
1846
|
+
id: string;
|
|
1847
1847
|
}[];
|
|
1848
1848
|
}>;
|
|
1849
1849
|
export type GetBatchResponseBody = z.infer<typeof GetBatchResponseBody>;
|
|
@@ -1939,8 +1939,8 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1939
1939
|
}>>>;
|
|
1940
1940
|
registryHost: z.ZodOptional<z.ZodString>;
|
|
1941
1941
|
}, "strip", z.ZodTypeAny, {
|
|
1942
|
-
id: string;
|
|
1943
1942
|
version: string;
|
|
1943
|
+
id: string;
|
|
1944
1944
|
contentHash: string;
|
|
1945
1945
|
imageTag: string;
|
|
1946
1946
|
shortCode: string;
|
|
@@ -1951,8 +1951,8 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1951
1951
|
} | null | undefined;
|
|
1952
1952
|
registryHost?: string | undefined;
|
|
1953
1953
|
}, {
|
|
1954
|
-
id: string;
|
|
1955
1954
|
version: string;
|
|
1955
|
+
id: string;
|
|
1956
1956
|
contentHash: string;
|
|
1957
1957
|
imageTag: string;
|
|
1958
1958
|
shortCode: string;
|
|
@@ -2085,8 +2085,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2085
2085
|
slug: string;
|
|
2086
2086
|
}>, "many">;
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
|
-
id: string;
|
|
2089
2088
|
version: string;
|
|
2089
|
+
id: string;
|
|
2090
2090
|
tasks: {
|
|
2091
2091
|
id: string;
|
|
2092
2092
|
filePath: string;
|
|
@@ -2094,8 +2094,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2094
2094
|
slug: string;
|
|
2095
2095
|
}[];
|
|
2096
2096
|
}, {
|
|
2097
|
-
id: string;
|
|
2098
2097
|
version: string;
|
|
2098
|
+
id: string;
|
|
2099
2099
|
tasks: {
|
|
2100
2100
|
id: string;
|
|
2101
2101
|
filePath: string;
|
|
@@ -2105,8 +2105,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2105
2105
|
}>>;
|
|
2106
2106
|
}, "strip", z.ZodTypeAny, {
|
|
2107
2107
|
status: "PENDING" | "CANCELED" | "FAILED" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | "TIMED_OUT";
|
|
2108
|
-
id: string;
|
|
2109
2108
|
version: string;
|
|
2109
|
+
id: string;
|
|
2110
2110
|
contentHash: string;
|
|
2111
2111
|
shortCode: string;
|
|
2112
2112
|
imageReference?: string | null | undefined;
|
|
@@ -2117,8 +2117,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2117
2117
|
stderr?: string | undefined;
|
|
2118
2118
|
} | null | undefined;
|
|
2119
2119
|
worker?: {
|
|
2120
|
-
id: string;
|
|
2121
2120
|
version: string;
|
|
2121
|
+
id: string;
|
|
2122
2122
|
tasks: {
|
|
2123
2123
|
id: string;
|
|
2124
2124
|
filePath: string;
|
|
@@ -2128,8 +2128,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
}, {
|
|
2130
2130
|
status: "PENDING" | "CANCELED" | "FAILED" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | "TIMED_OUT";
|
|
2131
|
-
id: string;
|
|
2132
2131
|
version: string;
|
|
2132
|
+
id: string;
|
|
2133
2133
|
contentHash: string;
|
|
2134
2134
|
shortCode: string;
|
|
2135
2135
|
imageReference?: string | null | undefined;
|
|
@@ -2140,8 +2140,8 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2140
2140
|
stderr?: string | undefined;
|
|
2141
2141
|
} | null | undefined;
|
|
2142
2142
|
worker?: {
|
|
2143
|
-
id: string;
|
|
2144
2143
|
version: string;
|
|
2144
|
+
id: string;
|
|
2145
2145
|
tasks: {
|
|
2146
2146
|
id: string;
|
|
2147
2147
|
filePath: string;
|
|
@@ -2340,12 +2340,12 @@ export declare const ScheduleGenerator: z.ZodObject<{
|
|
|
2340
2340
|
description: z.ZodString;
|
|
2341
2341
|
}, "strip", z.ZodTypeAny, {
|
|
2342
2342
|
type: "CRON";
|
|
2343
|
-
description: string;
|
|
2344
2343
|
expression: string;
|
|
2344
|
+
description: string;
|
|
2345
2345
|
}, {
|
|
2346
2346
|
type: "CRON";
|
|
2347
|
-
description: string;
|
|
2348
2347
|
expression: string;
|
|
2348
|
+
description: string;
|
|
2349
2349
|
}>;
|
|
2350
2350
|
export type ScheduleGenerator = z.infer<typeof ScheduleGenerator>;
|
|
2351
2351
|
export declare const ScheduleObject: z.ZodObject<{
|
|
@@ -2361,12 +2361,12 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
2361
2361
|
description: z.ZodString;
|
|
2362
2362
|
}, "strip", z.ZodTypeAny, {
|
|
2363
2363
|
type: "CRON";
|
|
2364
|
-
description: string;
|
|
2365
2364
|
expression: string;
|
|
2365
|
+
description: string;
|
|
2366
2366
|
}, {
|
|
2367
2367
|
type: "CRON";
|
|
2368
|
-
description: string;
|
|
2369
2368
|
expression: string;
|
|
2369
|
+
description: string;
|
|
2370
2370
|
}>;
|
|
2371
2371
|
timezone: z.ZodString;
|
|
2372
2372
|
nextRun: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2391,8 +2391,8 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
2391
2391
|
active: boolean;
|
|
2392
2392
|
generator: {
|
|
2393
2393
|
type: "CRON";
|
|
2394
|
-
description: string;
|
|
2395
2394
|
expression: string;
|
|
2395
|
+
description: string;
|
|
2396
2396
|
};
|
|
2397
2397
|
environments: {
|
|
2398
2398
|
type: string;
|
|
@@ -2410,8 +2410,8 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
2410
2410
|
active: boolean;
|
|
2411
2411
|
generator: {
|
|
2412
2412
|
type: "CRON";
|
|
2413
|
-
description: string;
|
|
2414
2413
|
expression: string;
|
|
2414
|
+
description: string;
|
|
2415
2415
|
};
|
|
2416
2416
|
environments: {
|
|
2417
2417
|
type: string;
|
|
@@ -2445,12 +2445,12 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2445
2445
|
description: z.ZodString;
|
|
2446
2446
|
}, "strip", z.ZodTypeAny, {
|
|
2447
2447
|
type: "CRON";
|
|
2448
|
-
description: string;
|
|
2449
2448
|
expression: string;
|
|
2449
|
+
description: string;
|
|
2450
2450
|
}, {
|
|
2451
2451
|
type: "CRON";
|
|
2452
|
-
description: string;
|
|
2453
2452
|
expression: string;
|
|
2453
|
+
description: string;
|
|
2454
2454
|
}>;
|
|
2455
2455
|
timezone: z.ZodString;
|
|
2456
2456
|
nextRun: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2475,8 +2475,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2475
2475
|
active: boolean;
|
|
2476
2476
|
generator: {
|
|
2477
2477
|
type: "CRON";
|
|
2478
|
-
description: string;
|
|
2479
2478
|
expression: string;
|
|
2479
|
+
description: string;
|
|
2480
2480
|
};
|
|
2481
2481
|
environments: {
|
|
2482
2482
|
type: string;
|
|
@@ -2494,8 +2494,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2494
2494
|
active: boolean;
|
|
2495
2495
|
generator: {
|
|
2496
2496
|
type: "CRON";
|
|
2497
|
-
description: string;
|
|
2498
2497
|
expression: string;
|
|
2498
|
+
description: string;
|
|
2499
2499
|
};
|
|
2500
2500
|
environments: {
|
|
2501
2501
|
type: string;
|
|
@@ -2528,8 +2528,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2528
2528
|
active: boolean;
|
|
2529
2529
|
generator: {
|
|
2530
2530
|
type: "CRON";
|
|
2531
|
-
description: string;
|
|
2532
2531
|
expression: string;
|
|
2532
|
+
description: string;
|
|
2533
2533
|
};
|
|
2534
2534
|
environments: {
|
|
2535
2535
|
type: string;
|
|
@@ -2554,8 +2554,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2554
2554
|
active: boolean;
|
|
2555
2555
|
generator: {
|
|
2556
2556
|
type: "CRON";
|
|
2557
|
-
description: string;
|
|
2558
2557
|
expression: string;
|
|
2558
|
+
description: string;
|
|
2559
2559
|
};
|
|
2560
2560
|
environments: {
|
|
2561
2561
|
type: string;
|
|
@@ -2620,19 +2620,19 @@ export declare const RunScheduleDetails: z.ZodObject<{
|
|
|
2620
2620
|
description: z.ZodString;
|
|
2621
2621
|
}, "strip", z.ZodTypeAny, {
|
|
2622
2622
|
type: "CRON";
|
|
2623
|
-
description: string;
|
|
2624
2623
|
expression: string;
|
|
2624
|
+
description: string;
|
|
2625
2625
|
}, {
|
|
2626
2626
|
type: "CRON";
|
|
2627
|
-
description: string;
|
|
2628
2627
|
expression: string;
|
|
2628
|
+
description: string;
|
|
2629
2629
|
}>;
|
|
2630
2630
|
}, "strip", z.ZodTypeAny, {
|
|
2631
2631
|
id: string;
|
|
2632
2632
|
generator: {
|
|
2633
2633
|
type: "CRON";
|
|
2634
|
-
description: string;
|
|
2635
2634
|
expression: string;
|
|
2635
|
+
description: string;
|
|
2636
2636
|
};
|
|
2637
2637
|
externalId?: string | undefined;
|
|
2638
2638
|
deduplicationKey?: string | undefined;
|
|
@@ -2640,8 +2640,8 @@ export declare const RunScheduleDetails: z.ZodObject<{
|
|
|
2640
2640
|
id: string;
|
|
2641
2641
|
generator: {
|
|
2642
2642
|
type: "CRON";
|
|
2643
|
-
description: string;
|
|
2644
2643
|
expression: string;
|
|
2644
|
+
description: string;
|
|
2645
2645
|
};
|
|
2646
2646
|
externalId?: string | undefined;
|
|
2647
2647
|
deduplicationKey?: string | undefined;
|
|
@@ -2680,10 +2680,10 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2682
2682
|
id: string;
|
|
2683
|
-
tags: string[];
|
|
2684
2683
|
isTest: boolean;
|
|
2685
|
-
createdAt: Date;
|
|
2686
2684
|
durationMs: number;
|
|
2685
|
+
tags: string[];
|
|
2686
|
+
createdAt: Date;
|
|
2687
2687
|
costInCents: number;
|
|
2688
2688
|
baseCostInCents: number;
|
|
2689
2689
|
depth: number;
|
|
@@ -2708,10 +2708,10 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2708
2708
|
}, {
|
|
2709
2709
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2710
2710
|
id: string;
|
|
2711
|
-
tags: string[];
|
|
2712
2711
|
isTest: boolean;
|
|
2713
|
-
createdAt: Date;
|
|
2714
2712
|
durationMs: number;
|
|
2713
|
+
tags: string[];
|
|
2714
|
+
createdAt: Date;
|
|
2715
2715
|
costInCents: number;
|
|
2716
2716
|
baseCostInCents: number;
|
|
2717
2717
|
depth: number;
|
|
@@ -2749,19 +2749,19 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2749
2749
|
description: z.ZodString;
|
|
2750
2750
|
}, "strip", z.ZodTypeAny, {
|
|
2751
2751
|
type: "CRON";
|
|
2752
|
-
description: string;
|
|
2753
2752
|
expression: string;
|
|
2753
|
+
description: string;
|
|
2754
2754
|
}, {
|
|
2755
2755
|
type: "CRON";
|
|
2756
|
-
description: string;
|
|
2757
2756
|
expression: string;
|
|
2757
|
+
description: string;
|
|
2758
2758
|
}>;
|
|
2759
2759
|
}, "strip", z.ZodTypeAny, {
|
|
2760
2760
|
id: string;
|
|
2761
2761
|
generator: {
|
|
2762
2762
|
type: "CRON";
|
|
2763
|
-
description: string;
|
|
2764
2763
|
expression: string;
|
|
2764
|
+
description: string;
|
|
2765
2765
|
};
|
|
2766
2766
|
externalId?: string | undefined;
|
|
2767
2767
|
deduplicationKey?: string | undefined;
|
|
@@ -2769,8 +2769,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2769
2769
|
id: string;
|
|
2770
2770
|
generator: {
|
|
2771
2771
|
type: "CRON";
|
|
2772
|
-
description: string;
|
|
2773
2772
|
expression: string;
|
|
2773
|
+
description: string;
|
|
2774
2774
|
};
|
|
2775
2775
|
externalId?: string | undefined;
|
|
2776
2776
|
deduplicationKey?: string | undefined;
|
|
@@ -2807,10 +2807,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2807
2807
|
}, "strip", z.ZodTypeAny, {
|
|
2808
2808
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2809
2809
|
id: string;
|
|
2810
|
-
tags: string[];
|
|
2811
2810
|
isTest: boolean;
|
|
2812
|
-
createdAt: Date;
|
|
2813
2811
|
durationMs: number;
|
|
2812
|
+
tags: string[];
|
|
2813
|
+
createdAt: Date;
|
|
2814
2814
|
costInCents: number;
|
|
2815
2815
|
baseCostInCents: number;
|
|
2816
2816
|
depth: number;
|
|
@@ -2835,10 +2835,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2835
2835
|
}, {
|
|
2836
2836
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2837
2837
|
id: string;
|
|
2838
|
-
tags: string[];
|
|
2839
2838
|
isTest: boolean;
|
|
2840
|
-
createdAt: Date;
|
|
2841
2839
|
durationMs: number;
|
|
2840
|
+
tags: string[];
|
|
2841
|
+
createdAt: Date;
|
|
2842
2842
|
costInCents: number;
|
|
2843
2843
|
baseCostInCents: number;
|
|
2844
2844
|
depth: number;
|
|
@@ -2892,10 +2892,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2892
2892
|
}, "strip", z.ZodTypeAny, {
|
|
2893
2893
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2894
2894
|
id: string;
|
|
2895
|
-
tags: string[];
|
|
2896
2895
|
isTest: boolean;
|
|
2897
|
-
createdAt: Date;
|
|
2898
2896
|
durationMs: number;
|
|
2897
|
+
tags: string[];
|
|
2898
|
+
createdAt: Date;
|
|
2899
2899
|
costInCents: number;
|
|
2900
2900
|
baseCostInCents: number;
|
|
2901
2901
|
depth: number;
|
|
@@ -2920,10 +2920,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2920
2920
|
}, {
|
|
2921
2921
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2922
2922
|
id: string;
|
|
2923
|
-
tags: string[];
|
|
2924
2923
|
isTest: boolean;
|
|
2925
|
-
createdAt: Date;
|
|
2926
2924
|
durationMs: number;
|
|
2925
|
+
tags: string[];
|
|
2926
|
+
createdAt: Date;
|
|
2927
2927
|
costInCents: number;
|
|
2928
2928
|
baseCostInCents: number;
|
|
2929
2929
|
depth: number;
|
|
@@ -2977,10 +2977,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2977
2977
|
}, "strip", z.ZodTypeAny, {
|
|
2978
2978
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2979
2979
|
id: string;
|
|
2980
|
-
tags: string[];
|
|
2981
2980
|
isTest: boolean;
|
|
2982
|
-
createdAt: Date;
|
|
2983
2981
|
durationMs: number;
|
|
2982
|
+
tags: string[];
|
|
2983
|
+
createdAt: Date;
|
|
2984
2984
|
costInCents: number;
|
|
2985
2985
|
baseCostInCents: number;
|
|
2986
2986
|
depth: number;
|
|
@@ -3005,10 +3005,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3005
3005
|
}, {
|
|
3006
3006
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3007
3007
|
id: string;
|
|
3008
|
-
tags: string[];
|
|
3009
3008
|
isTest: boolean;
|
|
3010
|
-
createdAt: Date;
|
|
3011
3009
|
durationMs: number;
|
|
3010
|
+
tags: string[];
|
|
3011
|
+
createdAt: Date;
|
|
3012
3012
|
costInCents: number;
|
|
3013
3013
|
baseCostInCents: number;
|
|
3014
3014
|
depth: number;
|
|
@@ -3035,10 +3035,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3035
3035
|
root?: {
|
|
3036
3036
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3037
3037
|
id: string;
|
|
3038
|
-
tags: string[];
|
|
3039
3038
|
isTest: boolean;
|
|
3040
|
-
createdAt: Date;
|
|
3041
3039
|
durationMs: number;
|
|
3040
|
+
tags: string[];
|
|
3041
|
+
createdAt: Date;
|
|
3042
3042
|
costInCents: number;
|
|
3043
3043
|
baseCostInCents: number;
|
|
3044
3044
|
depth: number;
|
|
@@ -3064,10 +3064,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3064
3064
|
parent?: {
|
|
3065
3065
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3066
3066
|
id: string;
|
|
3067
|
-
tags: string[];
|
|
3068
3067
|
isTest: boolean;
|
|
3069
|
-
createdAt: Date;
|
|
3070
3068
|
durationMs: number;
|
|
3069
|
+
tags: string[];
|
|
3070
|
+
createdAt: Date;
|
|
3071
3071
|
costInCents: number;
|
|
3072
3072
|
baseCostInCents: number;
|
|
3073
3073
|
depth: number;
|
|
@@ -3093,10 +3093,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3093
3093
|
children?: {
|
|
3094
3094
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3095
3095
|
id: string;
|
|
3096
|
-
tags: string[];
|
|
3097
3096
|
isTest: boolean;
|
|
3098
|
-
createdAt: Date;
|
|
3099
3097
|
durationMs: number;
|
|
3098
|
+
tags: string[];
|
|
3099
|
+
createdAt: Date;
|
|
3100
3100
|
costInCents: number;
|
|
3101
3101
|
baseCostInCents: number;
|
|
3102
3102
|
depth: number;
|
|
@@ -3123,10 +3123,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3123
3123
|
root?: {
|
|
3124
3124
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3125
3125
|
id: string;
|
|
3126
|
-
tags: string[];
|
|
3127
3126
|
isTest: boolean;
|
|
3128
|
-
createdAt: Date;
|
|
3129
3127
|
durationMs: number;
|
|
3128
|
+
tags: string[];
|
|
3129
|
+
createdAt: Date;
|
|
3130
3130
|
costInCents: number;
|
|
3131
3131
|
baseCostInCents: number;
|
|
3132
3132
|
depth: number;
|
|
@@ -3152,10 +3152,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3152
3152
|
parent?: {
|
|
3153
3153
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3154
3154
|
id: string;
|
|
3155
|
-
tags: string[];
|
|
3156
3155
|
isTest: boolean;
|
|
3157
|
-
createdAt: Date;
|
|
3158
3156
|
durationMs: number;
|
|
3157
|
+
tags: string[];
|
|
3158
|
+
createdAt: Date;
|
|
3159
3159
|
costInCents: number;
|
|
3160
3160
|
baseCostInCents: number;
|
|
3161
3161
|
depth: number;
|
|
@@ -3181,10 +3181,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3181
3181
|
children?: {
|
|
3182
3182
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3183
3183
|
id: string;
|
|
3184
|
-
tags: string[];
|
|
3185
3184
|
isTest: boolean;
|
|
3186
|
-
createdAt: Date;
|
|
3187
3185
|
durationMs: number;
|
|
3186
|
+
tags: string[];
|
|
3187
|
+
createdAt: Date;
|
|
3188
3188
|
costInCents: number;
|
|
3189
3189
|
baseCostInCents: number;
|
|
3190
3190
|
depth: number;
|
|
@@ -3283,10 +3283,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3283
3283
|
}, "strip", z.ZodTypeAny, {
|
|
3284
3284
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3285
3285
|
id: string;
|
|
3286
|
-
tags: string[];
|
|
3287
3286
|
isTest: boolean;
|
|
3288
|
-
createdAt: Date;
|
|
3289
3287
|
durationMs: number;
|
|
3288
|
+
tags: string[];
|
|
3289
|
+
createdAt: Date;
|
|
3290
3290
|
costInCents: number;
|
|
3291
3291
|
baseCostInCents: number;
|
|
3292
3292
|
depth: number;
|
|
@@ -3303,10 +3303,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3303
3303
|
root?: {
|
|
3304
3304
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3305
3305
|
id: string;
|
|
3306
|
-
tags: string[];
|
|
3307
3306
|
isTest: boolean;
|
|
3308
|
-
createdAt: Date;
|
|
3309
3307
|
durationMs: number;
|
|
3308
|
+
tags: string[];
|
|
3309
|
+
createdAt: Date;
|
|
3310
3310
|
costInCents: number;
|
|
3311
3311
|
baseCostInCents: number;
|
|
3312
3312
|
depth: number;
|
|
@@ -3332,10 +3332,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3332
3332
|
parent?: {
|
|
3333
3333
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3334
3334
|
id: string;
|
|
3335
|
-
tags: string[];
|
|
3336
3335
|
isTest: boolean;
|
|
3337
|
-
createdAt: Date;
|
|
3338
3336
|
durationMs: number;
|
|
3337
|
+
tags: string[];
|
|
3338
|
+
createdAt: Date;
|
|
3339
3339
|
costInCents: number;
|
|
3340
3340
|
baseCostInCents: number;
|
|
3341
3341
|
depth: number;
|
|
@@ -3361,10 +3361,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3361
3361
|
children?: {
|
|
3362
3362
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3363
3363
|
id: string;
|
|
3364
|
-
tags: string[];
|
|
3365
3364
|
isTest: boolean;
|
|
3366
|
-
createdAt: Date;
|
|
3367
3365
|
durationMs: number;
|
|
3366
|
+
tags: string[];
|
|
3367
|
+
createdAt: Date;
|
|
3368
3368
|
costInCents: number;
|
|
3369
3369
|
baseCostInCents: number;
|
|
3370
3370
|
depth: number;
|
|
@@ -3409,8 +3409,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3409
3409
|
id: string;
|
|
3410
3410
|
generator: {
|
|
3411
3411
|
type: "CRON";
|
|
3412
|
-
description: string;
|
|
3413
3412
|
expression: string;
|
|
3413
|
+
description: string;
|
|
3414
3414
|
};
|
|
3415
3415
|
externalId?: string | undefined;
|
|
3416
3416
|
deduplicationKey?: string | undefined;
|
|
@@ -3427,10 +3427,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3427
3427
|
}, {
|
|
3428
3428
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3429
3429
|
id: string;
|
|
3430
|
-
tags: string[];
|
|
3431
3430
|
isTest: boolean;
|
|
3432
|
-
createdAt: Date;
|
|
3433
3431
|
durationMs: number;
|
|
3432
|
+
tags: string[];
|
|
3433
|
+
createdAt: Date;
|
|
3434
3434
|
costInCents: number;
|
|
3435
3435
|
baseCostInCents: number;
|
|
3436
3436
|
depth: number;
|
|
@@ -3447,10 +3447,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3447
3447
|
root?: {
|
|
3448
3448
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3449
3449
|
id: string;
|
|
3450
|
-
tags: string[];
|
|
3451
3450
|
isTest: boolean;
|
|
3452
|
-
createdAt: Date;
|
|
3453
3451
|
durationMs: number;
|
|
3452
|
+
tags: string[];
|
|
3453
|
+
createdAt: Date;
|
|
3454
3454
|
costInCents: number;
|
|
3455
3455
|
baseCostInCents: number;
|
|
3456
3456
|
depth: number;
|
|
@@ -3476,10 +3476,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3476
3476
|
parent?: {
|
|
3477
3477
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3478
3478
|
id: string;
|
|
3479
|
-
tags: string[];
|
|
3480
3479
|
isTest: boolean;
|
|
3481
|
-
createdAt: Date;
|
|
3482
3480
|
durationMs: number;
|
|
3481
|
+
tags: string[];
|
|
3482
|
+
createdAt: Date;
|
|
3483
3483
|
costInCents: number;
|
|
3484
3484
|
baseCostInCents: number;
|
|
3485
3485
|
depth: number;
|
|
@@ -3505,10 +3505,10 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3505
3505
|
children?: {
|
|
3506
3506
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3507
3507
|
id: string;
|
|
3508
|
-
tags: string[];
|
|
3509
3508
|
isTest: boolean;
|
|
3510
|
-
createdAt: Date;
|
|
3511
3509
|
durationMs: number;
|
|
3510
|
+
tags: string[];
|
|
3511
|
+
createdAt: Date;
|
|
3512
3512
|
costInCents: number;
|
|
3513
3513
|
baseCostInCents: number;
|
|
3514
3514
|
depth: number;
|
|
@@ -3553,8 +3553,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3553
3553
|
id: string;
|
|
3554
3554
|
generator: {
|
|
3555
3555
|
type: "CRON";
|
|
3556
|
-
description: string;
|
|
3557
3556
|
expression: string;
|
|
3557
|
+
description: string;
|
|
3558
3558
|
};
|
|
3559
3559
|
externalId?: string | undefined;
|
|
3560
3560
|
deduplicationKey?: string | undefined;
|
|
@@ -3611,10 +3611,10 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3611
3611
|
}, "strip", z.ZodTypeAny, {
|
|
3612
3612
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3613
3613
|
id: string;
|
|
3614
|
-
tags: string[];
|
|
3615
3614
|
isTest: boolean;
|
|
3616
|
-
createdAt: Date;
|
|
3617
3615
|
durationMs: number;
|
|
3616
|
+
tags: string[];
|
|
3617
|
+
createdAt: Date;
|
|
3618
3618
|
costInCents: number;
|
|
3619
3619
|
baseCostInCents: number;
|
|
3620
3620
|
taskIdentifier: string;
|
|
@@ -3641,10 +3641,10 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3641
3641
|
}, {
|
|
3642
3642
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3643
3643
|
id: string;
|
|
3644
|
-
tags: string[];
|
|
3645
3644
|
isTest: boolean;
|
|
3646
|
-
createdAt: Date;
|
|
3647
3645
|
durationMs: number;
|
|
3646
|
+
tags: string[];
|
|
3647
|
+
createdAt: Date;
|
|
3648
3648
|
costInCents: number;
|
|
3649
3649
|
baseCostInCents: number;
|
|
3650
3650
|
taskIdentifier: string;
|
|
@@ -3712,10 +3712,10 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3712
3712
|
}, "strip", z.ZodTypeAny, {
|
|
3713
3713
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3714
3714
|
id: string;
|
|
3715
|
-
tags: string[];
|
|
3716
3715
|
isTest: boolean;
|
|
3717
|
-
createdAt: Date;
|
|
3718
3716
|
durationMs: number;
|
|
3717
|
+
tags: string[];
|
|
3718
|
+
createdAt: Date;
|
|
3719
3719
|
costInCents: number;
|
|
3720
3720
|
baseCostInCents: number;
|
|
3721
3721
|
taskIdentifier: string;
|
|
@@ -3742,10 +3742,10 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3742
3742
|
}, {
|
|
3743
3743
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3744
3744
|
id: string;
|
|
3745
|
-
tags: string[];
|
|
3746
3745
|
isTest: boolean;
|
|
3747
|
-
createdAt: Date;
|
|
3748
3746
|
durationMs: number;
|
|
3747
|
+
tags: string[];
|
|
3748
|
+
createdAt: Date;
|
|
3749
3749
|
costInCents: number;
|
|
3750
3750
|
baseCostInCents: number;
|
|
3751
3751
|
taskIdentifier: string;
|
|
@@ -3784,10 +3784,10 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3784
3784
|
data: {
|
|
3785
3785
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3786
3786
|
id: string;
|
|
3787
|
-
tags: string[];
|
|
3788
3787
|
isTest: boolean;
|
|
3789
|
-
createdAt: Date;
|
|
3790
3788
|
durationMs: number;
|
|
3789
|
+
tags: string[];
|
|
3790
|
+
createdAt: Date;
|
|
3791
3791
|
costInCents: number;
|
|
3792
3792
|
baseCostInCents: number;
|
|
3793
3793
|
taskIdentifier: string;
|
|
@@ -3820,10 +3820,10 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3820
3820
|
data: {
|
|
3821
3821
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3822
3822
|
id: string;
|
|
3823
|
-
tags: string[];
|
|
3824
3823
|
isTest: boolean;
|
|
3825
|
-
createdAt: Date;
|
|
3826
3824
|
durationMs: number;
|
|
3825
|
+
tags: string[];
|
|
3826
|
+
createdAt: Date;
|
|
3827
3827
|
costInCents: number;
|
|
3828
3828
|
baseCostInCents: number;
|
|
3829
3829
|
taskIdentifier: string;
|