@trigger.dev/core 0.0.0-prerelease-20240926084729 → 0.0.0-prerelease-20240930020332
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 +44 -44
- package/dist/commonjs/v3/runMetadata/index.d.ts +2 -1
- package/dist/commonjs/v3/runMetadata/index.js +9 -2
- package/dist/commonjs/v3/runMetadata/index.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +230 -230
- package/dist/commonjs/v3/schemas/build.d.ts +52 -52
- package/dist/commonjs/v3/schemas/messages.d.ts +2103 -2103
- package/dist/commonjs/v3/schemas/resources.d.ts +28 -28
- package/dist/commonjs/v3/schemas/schemas.d.ts +257 -257
- package/dist/commonjs/v3/utils/globals.d.ts +2 -0
- package/dist/commonjs/v3/utils/globals.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/index.d.ts +44 -44
- package/dist/esm/v3/runMetadata/index.d.ts +2 -1
- package/dist/esm/v3/runMetadata/index.js +9 -2
- package/dist/esm/v3/runMetadata/index.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +230 -230
- package/dist/esm/v3/schemas/build.d.ts +52 -52
- package/dist/esm/v3/schemas/messages.d.ts +2067 -2067
- package/dist/esm/v3/schemas/resources.d.ts +28 -28
- package/dist/esm/v3/schemas/schemas.d.ts +257 -257
- package/dist/esm/v3/utils/globals.d.ts +2 -0
- package/dist/esm/v3/utils/globals.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -26,39 +26,39 @@ export declare const GetProjectResponseBody: z.ZodObject<{
|
|
|
26
26
|
createdAt: z.ZodDate;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
id: string;
|
|
29
|
-
createdAt: Date;
|
|
30
29
|
slug: string;
|
|
30
|
+
createdAt: Date;
|
|
31
31
|
title: string;
|
|
32
32
|
}, {
|
|
33
33
|
id: string;
|
|
34
|
-
createdAt: Date;
|
|
35
34
|
slug: string;
|
|
35
|
+
createdAt: Date;
|
|
36
36
|
title: string;
|
|
37
37
|
}>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
name: string;
|
|
40
39
|
id: string;
|
|
41
|
-
|
|
40
|
+
externalRef: string;
|
|
41
|
+
name: string;
|
|
42
42
|
slug: string;
|
|
43
|
+
createdAt: Date;
|
|
43
44
|
organization: {
|
|
44
45
|
id: string;
|
|
45
|
-
createdAt: Date;
|
|
46
46
|
slug: string;
|
|
47
|
+
createdAt: Date;
|
|
47
48
|
title: string;
|
|
48
49
|
};
|
|
49
|
-
externalRef: string;
|
|
50
50
|
}, {
|
|
51
|
-
name: string;
|
|
52
51
|
id: string;
|
|
53
|
-
|
|
52
|
+
externalRef: string;
|
|
53
|
+
name: string;
|
|
54
54
|
slug: string;
|
|
55
|
+
createdAt: Date;
|
|
55
56
|
organization: {
|
|
56
57
|
id: string;
|
|
57
|
-
createdAt: Date;
|
|
58
58
|
slug: string;
|
|
59
|
+
createdAt: Date;
|
|
59
60
|
title: string;
|
|
60
61
|
};
|
|
61
|
-
externalRef: string;
|
|
62
62
|
}>;
|
|
63
63
|
export type GetProjectResponseBody = z.infer<typeof GetProjectResponseBody>;
|
|
64
64
|
export declare const GetProjectsResponseBody: z.ZodArray<z.ZodObject<{
|
|
@@ -74,39 +74,39 @@ export declare const GetProjectsResponseBody: z.ZodArray<z.ZodObject<{
|
|
|
74
74
|
createdAt: z.ZodDate;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
id: string;
|
|
77
|
-
createdAt: Date;
|
|
78
77
|
slug: string;
|
|
78
|
+
createdAt: Date;
|
|
79
79
|
title: string;
|
|
80
80
|
}, {
|
|
81
81
|
id: string;
|
|
82
|
-
createdAt: Date;
|
|
83
82
|
slug: string;
|
|
83
|
+
createdAt: Date;
|
|
84
84
|
title: string;
|
|
85
85
|
}>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
-
name: string;
|
|
88
87
|
id: string;
|
|
89
|
-
|
|
88
|
+
externalRef: string;
|
|
89
|
+
name: string;
|
|
90
90
|
slug: string;
|
|
91
|
+
createdAt: Date;
|
|
91
92
|
organization: {
|
|
92
93
|
id: string;
|
|
93
|
-
createdAt: Date;
|
|
94
94
|
slug: string;
|
|
95
|
+
createdAt: Date;
|
|
95
96
|
title: string;
|
|
96
97
|
};
|
|
97
|
-
externalRef: string;
|
|
98
98
|
}, {
|
|
99
|
-
name: string;
|
|
100
99
|
id: string;
|
|
101
|
-
|
|
100
|
+
externalRef: string;
|
|
101
|
+
name: string;
|
|
102
102
|
slug: string;
|
|
103
|
+
createdAt: Date;
|
|
103
104
|
organization: {
|
|
104
105
|
id: string;
|
|
105
|
-
createdAt: Date;
|
|
106
106
|
slug: string;
|
|
107
|
+
createdAt: Date;
|
|
107
108
|
title: string;
|
|
108
109
|
};
|
|
109
|
-
externalRef: string;
|
|
110
110
|
}>, "many">;
|
|
111
111
|
export type GetProjectsResponseBody = z.infer<typeof GetProjectsResponseBody>;
|
|
112
112
|
export declare const GetProjectEnvResponse: z.ZodObject<{
|
|
@@ -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 | 1 | 0.25 | 0.5 |
|
|
349
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
348
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
349
|
+
memory?: 2 | 1 | 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 | 1 | 0.25 | 0.5 |
|
|
353
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
352
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
353
|
+
memory?: 2 | 1 | 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>;
|
|
@@ -413,8 +413,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
413
413
|
randomize?: boolean | undefined;
|
|
414
414
|
} | undefined;
|
|
415
415
|
machine?: {
|
|
416
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
417
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
416
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
417
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
418
418
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
419
419
|
} | undefined;
|
|
420
420
|
triggerSource?: string | undefined;
|
|
@@ -471,8 +471,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
471
471
|
randomize?: boolean | undefined;
|
|
472
472
|
} | undefined;
|
|
473
473
|
machine?: {
|
|
474
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
475
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
474
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
475
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
476
476
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
477
477
|
} | undefined;
|
|
478
478
|
triggerSource?: string | undefined;
|
|
@@ -487,19 +487,19 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
487
487
|
contentHash: z.ZodString;
|
|
488
488
|
taskIds: z.ZodArray<z.ZodString, "many">;
|
|
489
489
|
}, "strip", z.ZodTypeAny, {
|
|
490
|
-
filePath: string;
|
|
491
490
|
contentHash: string;
|
|
491
|
+
filePath: string;
|
|
492
492
|
contents: string;
|
|
493
493
|
taskIds: string[];
|
|
494
494
|
}, {
|
|
495
|
-
filePath: string;
|
|
496
495
|
contentHash: string;
|
|
496
|
+
filePath: string;
|
|
497
497
|
contents: string;
|
|
498
498
|
taskIds: string[];
|
|
499
499
|
}>, "many">>;
|
|
500
500
|
}, "strip", z.ZodTypeAny, {
|
|
501
|
-
contentHash: string;
|
|
502
501
|
packageVersion: string;
|
|
502
|
+
contentHash: string;
|
|
503
503
|
tasks: {
|
|
504
504
|
id: string;
|
|
505
505
|
filePath: string;
|
|
@@ -549,8 +549,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
549
549
|
randomize?: boolean | undefined;
|
|
550
550
|
} | undefined;
|
|
551
551
|
machine?: {
|
|
552
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
553
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
552
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
553
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
554
554
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
555
555
|
} | undefined;
|
|
556
556
|
triggerSource?: string | undefined;
|
|
@@ -561,14 +561,14 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
561
561
|
}[];
|
|
562
562
|
cliPackageVersion?: string | undefined;
|
|
563
563
|
sourceFiles?: {
|
|
564
|
-
filePath: string;
|
|
565
564
|
contentHash: string;
|
|
565
|
+
filePath: string;
|
|
566
566
|
contents: string;
|
|
567
567
|
taskIds: string[];
|
|
568
568
|
}[] | undefined;
|
|
569
569
|
}, {
|
|
570
|
-
contentHash: string;
|
|
571
570
|
packageVersion: string;
|
|
571
|
+
contentHash: string;
|
|
572
572
|
tasks: {
|
|
573
573
|
id: string;
|
|
574
574
|
filePath: string;
|
|
@@ -618,8 +618,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
618
618
|
randomize?: boolean | undefined;
|
|
619
619
|
} | undefined;
|
|
620
620
|
machine?: {
|
|
621
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
622
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
621
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
622
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
623
623
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
624
624
|
} | undefined;
|
|
625
625
|
triggerSource?: string | undefined;
|
|
@@ -630,17 +630,18 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
630
630
|
}[];
|
|
631
631
|
cliPackageVersion?: string | undefined;
|
|
632
632
|
sourceFiles?: {
|
|
633
|
-
filePath: string;
|
|
634
633
|
contentHash: string;
|
|
634
|
+
filePath: string;
|
|
635
635
|
contents: string;
|
|
636
636
|
taskIds: string[];
|
|
637
637
|
}[] | undefined;
|
|
638
638
|
}>;
|
|
639
639
|
supportsLazyAttempts: z.ZodOptional<z.ZodBoolean>;
|
|
640
640
|
}, "strip", z.ZodTypeAny, {
|
|
641
|
+
localOnly: boolean;
|
|
641
642
|
metadata: {
|
|
642
|
-
contentHash: string;
|
|
643
643
|
packageVersion: string;
|
|
644
|
+
contentHash: string;
|
|
644
645
|
tasks: {
|
|
645
646
|
id: string;
|
|
646
647
|
filePath: string;
|
|
@@ -690,8 +691,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
690
691
|
randomize?: boolean | undefined;
|
|
691
692
|
} | undefined;
|
|
692
693
|
machine?: {
|
|
693
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
694
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
694
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
695
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
695
696
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
696
697
|
} | undefined;
|
|
697
698
|
triggerSource?: string | undefined;
|
|
@@ -702,18 +703,18 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
702
703
|
}[];
|
|
703
704
|
cliPackageVersion?: string | undefined;
|
|
704
705
|
sourceFiles?: {
|
|
705
|
-
filePath: string;
|
|
706
706
|
contentHash: string;
|
|
707
|
+
filePath: string;
|
|
707
708
|
contents: string;
|
|
708
709
|
taskIds: string[];
|
|
709
710
|
}[] | undefined;
|
|
710
711
|
};
|
|
711
|
-
localOnly: boolean;
|
|
712
712
|
supportsLazyAttempts?: boolean | undefined;
|
|
713
713
|
}, {
|
|
714
|
+
localOnly: boolean;
|
|
714
715
|
metadata: {
|
|
715
|
-
contentHash: string;
|
|
716
716
|
packageVersion: string;
|
|
717
|
+
contentHash: string;
|
|
717
718
|
tasks: {
|
|
718
719
|
id: string;
|
|
719
720
|
filePath: string;
|
|
@@ -763,8 +764,8 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
763
764
|
randomize?: boolean | undefined;
|
|
764
765
|
} | undefined;
|
|
765
766
|
machine?: {
|
|
766
|
-
cpu?: 2 | 1 | 0.25 | 0.5 |
|
|
767
|
-
memory?: 2 | 1 | 0.25 | 0.5 |
|
|
767
|
+
cpu?: 2 | 1 | 4 | 0.25 | 0.5 | undefined;
|
|
768
|
+
memory?: 2 | 1 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
768
769
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
769
770
|
} | undefined;
|
|
770
771
|
triggerSource?: string | undefined;
|
|
@@ -775,13 +776,12 @@ export declare const CreateBackgroundWorkerRequestBody: z.ZodObject<{
|
|
|
775
776
|
}[];
|
|
776
777
|
cliPackageVersion?: string | undefined;
|
|
777
778
|
sourceFiles?: {
|
|
778
|
-
filePath: string;
|
|
779
779
|
contentHash: string;
|
|
780
|
+
filePath: string;
|
|
780
781
|
contents: string;
|
|
781
782
|
taskIds: string[];
|
|
782
783
|
}[] | undefined;
|
|
783
784
|
};
|
|
784
|
-
localOnly: boolean;
|
|
785
785
|
supportsLazyAttempts?: boolean | undefined;
|
|
786
786
|
}>;
|
|
787
787
|
export type CreateBackgroundWorkerRequestBody = z.infer<typeof CreateBackgroundWorkerRequestBody>;
|
|
@@ -791,12 +791,12 @@ export declare const CreateBackgroundWorkerResponse: z.ZodObject<{
|
|
|
791
791
|
contentHash: z.ZodString;
|
|
792
792
|
}, "strip", z.ZodTypeAny, {
|
|
793
793
|
id: string;
|
|
794
|
-
version: string;
|
|
795
794
|
contentHash: string;
|
|
795
|
+
version: string;
|
|
796
796
|
}, {
|
|
797
797
|
id: string;
|
|
798
|
-
version: string;
|
|
799
798
|
contentHash: string;
|
|
799
|
+
version: string;
|
|
800
800
|
}>;
|
|
801
801
|
export type CreateBackgroundWorkerResponse = z.infer<typeof CreateBackgroundWorkerResponse>;
|
|
802
802
|
export declare const RunTags: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
|
@@ -1921,10 +1921,10 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1921
1921
|
registryHost: z.ZodOptional<z.ZodString>;
|
|
1922
1922
|
}, "strip", z.ZodTypeAny, {
|
|
1923
1923
|
id: string;
|
|
1924
|
-
version: string;
|
|
1925
1924
|
contentHash: string;
|
|
1926
|
-
|
|
1925
|
+
version: string;
|
|
1927
1926
|
shortCode: string;
|
|
1927
|
+
imageTag: string;
|
|
1928
1928
|
externalBuildData?: {
|
|
1929
1929
|
projectId: string;
|
|
1930
1930
|
buildId: string;
|
|
@@ -1933,10 +1933,10 @@ export declare const InitializeDeploymentResponseBody: z.ZodObject<{
|
|
|
1933
1933
|
registryHost?: string | undefined;
|
|
1934
1934
|
}, {
|
|
1935
1935
|
id: string;
|
|
1936
|
-
version: string;
|
|
1937
1936
|
contentHash: string;
|
|
1938
|
-
|
|
1937
|
+
version: string;
|
|
1939
1938
|
shortCode: string;
|
|
1939
|
+
imageTag: string;
|
|
1940
1940
|
externalBuildData?: {
|
|
1941
1941
|
projectId: string;
|
|
1942
1942
|
buildId: string;
|
|
@@ -2056,39 +2056,39 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2056
2056
|
exportName: z.ZodString;
|
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
|
2058
2058
|
id: string;
|
|
2059
|
+
slug: string;
|
|
2059
2060
|
filePath: string;
|
|
2060
2061
|
exportName: string;
|
|
2061
|
-
slug: string;
|
|
2062
2062
|
}, {
|
|
2063
2063
|
id: string;
|
|
2064
|
+
slug: string;
|
|
2064
2065
|
filePath: string;
|
|
2065
2066
|
exportName: string;
|
|
2066
|
-
slug: string;
|
|
2067
2067
|
}>, "many">;
|
|
2068
2068
|
}, "strip", z.ZodTypeAny, {
|
|
2069
2069
|
id: string;
|
|
2070
|
-
version: string;
|
|
2071
2070
|
tasks: {
|
|
2072
2071
|
id: string;
|
|
2072
|
+
slug: string;
|
|
2073
2073
|
filePath: string;
|
|
2074
2074
|
exportName: string;
|
|
2075
|
-
slug: string;
|
|
2076
2075
|
}[];
|
|
2076
|
+
version: string;
|
|
2077
2077
|
}, {
|
|
2078
2078
|
id: string;
|
|
2079
|
-
version: string;
|
|
2080
2079
|
tasks: {
|
|
2081
2080
|
id: string;
|
|
2081
|
+
slug: string;
|
|
2082
2082
|
filePath: string;
|
|
2083
2083
|
exportName: string;
|
|
2084
|
-
slug: string;
|
|
2085
2084
|
}[];
|
|
2085
|
+
version: string;
|
|
2086
2086
|
}>>;
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
2088
|
status: "PENDING" | "CANCELED" | "FAILED" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | "TIMED_OUT";
|
|
2089
2089
|
id: string;
|
|
2090
|
-
version: string;
|
|
2091
2090
|
contentHash: string;
|
|
2091
|
+
version: string;
|
|
2092
2092
|
shortCode: string;
|
|
2093
2093
|
imageReference?: string | null | undefined;
|
|
2094
2094
|
errorData?: {
|
|
@@ -2099,19 +2099,19 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2099
2099
|
} | null | undefined;
|
|
2100
2100
|
worker?: {
|
|
2101
2101
|
id: string;
|
|
2102
|
-
version: string;
|
|
2103
2102
|
tasks: {
|
|
2104
2103
|
id: string;
|
|
2104
|
+
slug: string;
|
|
2105
2105
|
filePath: string;
|
|
2106
2106
|
exportName: string;
|
|
2107
|
-
slug: string;
|
|
2108
2107
|
}[];
|
|
2108
|
+
version: string;
|
|
2109
2109
|
} | undefined;
|
|
2110
2110
|
}, {
|
|
2111
2111
|
status: "PENDING" | "CANCELED" | "FAILED" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | "TIMED_OUT";
|
|
2112
2112
|
id: string;
|
|
2113
|
-
version: string;
|
|
2114
2113
|
contentHash: string;
|
|
2114
|
+
version: string;
|
|
2115
2115
|
shortCode: string;
|
|
2116
2116
|
imageReference?: string | null | undefined;
|
|
2117
2117
|
errorData?: {
|
|
@@ -2122,13 +2122,13 @@ export declare const GetDeploymentResponseBody: z.ZodObject<{
|
|
|
2122
2122
|
} | null | undefined;
|
|
2123
2123
|
worker?: {
|
|
2124
2124
|
id: string;
|
|
2125
|
-
version: string;
|
|
2126
2125
|
tasks: {
|
|
2127
2126
|
id: string;
|
|
2127
|
+
slug: string;
|
|
2128
2128
|
filePath: string;
|
|
2129
2129
|
exportName: string;
|
|
2130
|
-
slug: string;
|
|
2131
2130
|
}[];
|
|
2131
|
+
version: string;
|
|
2132
2132
|
} | undefined;
|
|
2133
2133
|
}>;
|
|
2134
2134
|
export type GetDeploymentResponseBody = z.infer<typeof GetDeploymentResponseBody>;
|
|
@@ -2193,17 +2193,17 @@ export declare const ScheduledTaskPayload: z.ZodObject<{
|
|
|
2193
2193
|
upcoming: z.ZodArray<z.ZodDate, "many">;
|
|
2194
2194
|
}, "strip", z.ZodTypeAny, {
|
|
2195
2195
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2196
|
-
timestamp: Date;
|
|
2197
2196
|
timezone: string;
|
|
2198
2197
|
scheduleId: string;
|
|
2198
|
+
timestamp: Date;
|
|
2199
2199
|
upcoming: Date[];
|
|
2200
2200
|
lastTimestamp?: Date | undefined;
|
|
2201
2201
|
externalId?: string | undefined;
|
|
2202
2202
|
}, {
|
|
2203
2203
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2204
|
-
timestamp: Date;
|
|
2205
2204
|
timezone: string;
|
|
2206
2205
|
scheduleId: string;
|
|
2206
|
+
timestamp: Date;
|
|
2207
2207
|
upcoming: Date[];
|
|
2208
2208
|
lastTimestamp?: Date | undefined;
|
|
2209
2209
|
externalId?: string | undefined;
|
|
@@ -2250,14 +2250,14 @@ export declare const CreateScheduleOptions: z.ZodObject<{
|
|
|
2250
2250
|
*/
|
|
2251
2251
|
timezone: z.ZodOptional<z.ZodString>;
|
|
2252
2252
|
}, "strip", z.ZodTypeAny, {
|
|
2253
|
-
task: string;
|
|
2254
2253
|
cron: string;
|
|
2254
|
+
task: string;
|
|
2255
2255
|
deduplicationKey: string;
|
|
2256
2256
|
externalId?: string | undefined;
|
|
2257
2257
|
timezone?: string | undefined;
|
|
2258
2258
|
}, {
|
|
2259
|
-
task: string;
|
|
2260
2259
|
cron: string;
|
|
2260
|
+
task: string;
|
|
2261
2261
|
deduplicationKey: string;
|
|
2262
2262
|
externalId?: string | undefined;
|
|
2263
2263
|
timezone?: string | undefined;
|
|
@@ -2304,13 +2304,13 @@ export declare const UpdateScheduleOptions: z.ZodObject<Omit<{
|
|
|
2304
2304
|
*/
|
|
2305
2305
|
timezone: z.ZodOptional<z.ZodString>;
|
|
2306
2306
|
}, "deduplicationKey">, "strip", z.ZodTypeAny, {
|
|
2307
|
-
task: string;
|
|
2308
2307
|
cron: string;
|
|
2308
|
+
task: string;
|
|
2309
2309
|
timezone?: string | undefined;
|
|
2310
2310
|
externalId?: string | undefined;
|
|
2311
2311
|
}, {
|
|
2312
|
-
task: string;
|
|
2313
2312
|
cron: string;
|
|
2313
|
+
task: string;
|
|
2314
2314
|
timezone?: string | undefined;
|
|
2315
2315
|
externalId?: string | undefined;
|
|
2316
2316
|
}>;
|
|
@@ -2367,8 +2367,8 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
2367
2367
|
}, "strip", z.ZodTypeAny, {
|
|
2368
2368
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2369
2369
|
id: string;
|
|
2370
|
-
task: string;
|
|
2371
2370
|
timezone: string;
|
|
2371
|
+
task: string;
|
|
2372
2372
|
active: boolean;
|
|
2373
2373
|
generator: {
|
|
2374
2374
|
type: "CRON";
|
|
@@ -2386,8 +2386,8 @@ export declare const ScheduleObject: z.ZodObject<{
|
|
|
2386
2386
|
}, {
|
|
2387
2387
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2388
2388
|
id: string;
|
|
2389
|
-
task: string;
|
|
2390
2389
|
timezone: string;
|
|
2390
|
+
task: string;
|
|
2391
2391
|
active: boolean;
|
|
2392
2392
|
generator: {
|
|
2393
2393
|
type: "CRON";
|
|
@@ -2451,8 +2451,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2451
2451
|
}, "strip", z.ZodTypeAny, {
|
|
2452
2452
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2453
2453
|
id: string;
|
|
2454
|
-
task: string;
|
|
2455
2454
|
timezone: string;
|
|
2455
|
+
task: string;
|
|
2456
2456
|
active: boolean;
|
|
2457
2457
|
generator: {
|
|
2458
2458
|
type: "CRON";
|
|
@@ -2470,8 +2470,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2470
2470
|
}, {
|
|
2471
2471
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2472
2472
|
id: string;
|
|
2473
|
-
task: string;
|
|
2474
2473
|
timezone: string;
|
|
2474
|
+
task: string;
|
|
2475
2475
|
active: boolean;
|
|
2476
2476
|
generator: {
|
|
2477
2477
|
type: "CRON";
|
|
@@ -2504,8 +2504,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2504
2504
|
data: {
|
|
2505
2505
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2506
2506
|
id: string;
|
|
2507
|
-
task: string;
|
|
2508
2507
|
timezone: string;
|
|
2508
|
+
task: string;
|
|
2509
2509
|
active: boolean;
|
|
2510
2510
|
generator: {
|
|
2511
2511
|
type: "CRON";
|
|
@@ -2530,8 +2530,8 @@ export declare const ListSchedulesResult: z.ZodObject<{
|
|
|
2530
2530
|
data: {
|
|
2531
2531
|
type: "DECLARATIVE" | "IMPERATIVE";
|
|
2532
2532
|
id: string;
|
|
2533
|
-
task: string;
|
|
2534
2533
|
timezone: string;
|
|
2534
|
+
task: string;
|
|
2535
2535
|
active: boolean;
|
|
2536
2536
|
generator: {
|
|
2537
2537
|
type: "CRON";
|
|
@@ -2582,12 +2582,12 @@ export declare const RunEnvironmentDetails: z.ZodObject<{
|
|
|
2582
2582
|
name: z.ZodString;
|
|
2583
2583
|
user: z.ZodOptional<z.ZodString>;
|
|
2584
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2585
|
-
name: string;
|
|
2586
2585
|
id: string;
|
|
2586
|
+
name: string;
|
|
2587
2587
|
user?: string | undefined;
|
|
2588
2588
|
}, {
|
|
2589
|
-
name: string;
|
|
2590
2589
|
id: string;
|
|
2590
|
+
name: string;
|
|
2591
2591
|
user?: string | undefined;
|
|
2592
2592
|
}>;
|
|
2593
2593
|
export type RunEnvironmentDetails = z.infer<typeof RunEnvironmentDetails>;
|
|
@@ -2661,12 +2661,8 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2661
2661
|
}, "strip", z.ZodTypeAny, {
|
|
2662
2662
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2663
2663
|
id: string;
|
|
2664
|
-
tags: string[];
|
|
2665
|
-
isTest: boolean;
|
|
2666
2664
|
createdAt: Date;
|
|
2667
|
-
|
|
2668
|
-
costInCents: number;
|
|
2669
|
-
baseCostInCents: number;
|
|
2665
|
+
tags: string[];
|
|
2670
2666
|
depth: number;
|
|
2671
2667
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2672
2668
|
taskIdentifier: string;
|
|
@@ -2676,7 +2672,11 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2676
2672
|
isSuccess: boolean;
|
|
2677
2673
|
isFailed: boolean;
|
|
2678
2674
|
isCancelled: boolean;
|
|
2675
|
+
isTest: boolean;
|
|
2679
2676
|
updatedAt: Date;
|
|
2677
|
+
costInCents: number;
|
|
2678
|
+
baseCostInCents: number;
|
|
2679
|
+
durationMs: number;
|
|
2680
2680
|
batchId?: string | undefined;
|
|
2681
2681
|
idempotencyKey?: string | undefined;
|
|
2682
2682
|
version?: string | undefined;
|
|
@@ -2689,12 +2689,8 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2689
2689
|
}, {
|
|
2690
2690
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2691
2691
|
id: string;
|
|
2692
|
-
tags: string[];
|
|
2693
|
-
isTest: boolean;
|
|
2694
2692
|
createdAt: Date;
|
|
2695
|
-
|
|
2696
|
-
costInCents: number;
|
|
2697
|
-
baseCostInCents: number;
|
|
2693
|
+
tags: string[];
|
|
2698
2694
|
depth: number;
|
|
2699
2695
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2700
2696
|
taskIdentifier: string;
|
|
@@ -2704,7 +2700,11 @@ export declare const RelatedRunDetails: z.ZodObject<{
|
|
|
2704
2700
|
isSuccess: boolean;
|
|
2705
2701
|
isFailed: boolean;
|
|
2706
2702
|
isCancelled: boolean;
|
|
2703
|
+
isTest: boolean;
|
|
2707
2704
|
updatedAt: Date;
|
|
2705
|
+
costInCents: number;
|
|
2706
|
+
baseCostInCents: number;
|
|
2707
|
+
durationMs: number;
|
|
2708
2708
|
batchId?: string | undefined;
|
|
2709
2709
|
idempotencyKey?: string | undefined;
|
|
2710
2710
|
version?: string | undefined;
|
|
@@ -2788,12 +2788,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2788
2788
|
}, "strip", z.ZodTypeAny, {
|
|
2789
2789
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2790
2790
|
id: string;
|
|
2791
|
-
tags: string[];
|
|
2792
|
-
isTest: boolean;
|
|
2793
2791
|
createdAt: Date;
|
|
2794
|
-
|
|
2795
|
-
costInCents: number;
|
|
2796
|
-
baseCostInCents: number;
|
|
2792
|
+
tags: string[];
|
|
2797
2793
|
depth: number;
|
|
2798
2794
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2799
2795
|
taskIdentifier: string;
|
|
@@ -2803,7 +2799,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2803
2799
|
isSuccess: boolean;
|
|
2804
2800
|
isFailed: boolean;
|
|
2805
2801
|
isCancelled: boolean;
|
|
2802
|
+
isTest: boolean;
|
|
2806
2803
|
updatedAt: Date;
|
|
2804
|
+
costInCents: number;
|
|
2805
|
+
baseCostInCents: number;
|
|
2806
|
+
durationMs: number;
|
|
2807
2807
|
batchId?: string | undefined;
|
|
2808
2808
|
idempotencyKey?: string | undefined;
|
|
2809
2809
|
version?: string | undefined;
|
|
@@ -2816,12 +2816,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2816
2816
|
}, {
|
|
2817
2817
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2818
2818
|
id: string;
|
|
2819
|
-
tags: string[];
|
|
2820
|
-
isTest: boolean;
|
|
2821
2819
|
createdAt: Date;
|
|
2822
|
-
|
|
2823
|
-
costInCents: number;
|
|
2824
|
-
baseCostInCents: number;
|
|
2820
|
+
tags: string[];
|
|
2825
2821
|
depth: number;
|
|
2826
2822
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2827
2823
|
taskIdentifier: string;
|
|
@@ -2831,7 +2827,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2831
2827
|
isSuccess: boolean;
|
|
2832
2828
|
isFailed: boolean;
|
|
2833
2829
|
isCancelled: boolean;
|
|
2830
|
+
isTest: boolean;
|
|
2834
2831
|
updatedAt: Date;
|
|
2832
|
+
costInCents: number;
|
|
2833
|
+
baseCostInCents: number;
|
|
2834
|
+
durationMs: number;
|
|
2835
2835
|
batchId?: string | undefined;
|
|
2836
2836
|
idempotencyKey?: string | undefined;
|
|
2837
2837
|
version?: string | undefined;
|
|
@@ -2873,12 +2873,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2873
2873
|
}, "strip", z.ZodTypeAny, {
|
|
2874
2874
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2875
2875
|
id: string;
|
|
2876
|
-
tags: string[];
|
|
2877
|
-
isTest: boolean;
|
|
2878
2876
|
createdAt: Date;
|
|
2879
|
-
|
|
2880
|
-
costInCents: number;
|
|
2881
|
-
baseCostInCents: number;
|
|
2877
|
+
tags: string[];
|
|
2882
2878
|
depth: number;
|
|
2883
2879
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2884
2880
|
taskIdentifier: string;
|
|
@@ -2888,7 +2884,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2888
2884
|
isSuccess: boolean;
|
|
2889
2885
|
isFailed: boolean;
|
|
2890
2886
|
isCancelled: boolean;
|
|
2887
|
+
isTest: boolean;
|
|
2891
2888
|
updatedAt: Date;
|
|
2889
|
+
costInCents: number;
|
|
2890
|
+
baseCostInCents: number;
|
|
2891
|
+
durationMs: number;
|
|
2892
2892
|
batchId?: string | undefined;
|
|
2893
2893
|
idempotencyKey?: string | undefined;
|
|
2894
2894
|
version?: string | undefined;
|
|
@@ -2901,12 +2901,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2901
2901
|
}, {
|
|
2902
2902
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2903
2903
|
id: string;
|
|
2904
|
-
tags: string[];
|
|
2905
|
-
isTest: boolean;
|
|
2906
2904
|
createdAt: Date;
|
|
2907
|
-
|
|
2908
|
-
costInCents: number;
|
|
2909
|
-
baseCostInCents: number;
|
|
2905
|
+
tags: string[];
|
|
2910
2906
|
depth: number;
|
|
2911
2907
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2912
2908
|
taskIdentifier: string;
|
|
@@ -2916,7 +2912,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2916
2912
|
isSuccess: boolean;
|
|
2917
2913
|
isFailed: boolean;
|
|
2918
2914
|
isCancelled: boolean;
|
|
2915
|
+
isTest: boolean;
|
|
2919
2916
|
updatedAt: Date;
|
|
2917
|
+
costInCents: number;
|
|
2918
|
+
baseCostInCents: number;
|
|
2919
|
+
durationMs: number;
|
|
2920
2920
|
batchId?: string | undefined;
|
|
2921
2921
|
idempotencyKey?: string | undefined;
|
|
2922
2922
|
version?: string | undefined;
|
|
@@ -2958,12 +2958,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2958
2958
|
}, "strip", z.ZodTypeAny, {
|
|
2959
2959
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2960
2960
|
id: string;
|
|
2961
|
-
tags: string[];
|
|
2962
|
-
isTest: boolean;
|
|
2963
2961
|
createdAt: Date;
|
|
2964
|
-
|
|
2965
|
-
costInCents: number;
|
|
2966
|
-
baseCostInCents: number;
|
|
2962
|
+
tags: string[];
|
|
2967
2963
|
depth: number;
|
|
2968
2964
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2969
2965
|
taskIdentifier: string;
|
|
@@ -2973,7 +2969,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2973
2969
|
isSuccess: boolean;
|
|
2974
2970
|
isFailed: boolean;
|
|
2975
2971
|
isCancelled: boolean;
|
|
2972
|
+
isTest: boolean;
|
|
2976
2973
|
updatedAt: Date;
|
|
2974
|
+
costInCents: number;
|
|
2975
|
+
baseCostInCents: number;
|
|
2976
|
+
durationMs: number;
|
|
2977
2977
|
batchId?: string | undefined;
|
|
2978
2978
|
idempotencyKey?: string | undefined;
|
|
2979
2979
|
version?: string | undefined;
|
|
@@ -2986,12 +2986,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
2986
2986
|
}, {
|
|
2987
2987
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
2988
2988
|
id: string;
|
|
2989
|
-
tags: string[];
|
|
2990
|
-
isTest: boolean;
|
|
2991
2989
|
createdAt: Date;
|
|
2992
|
-
|
|
2993
|
-
costInCents: number;
|
|
2994
|
-
baseCostInCents: number;
|
|
2990
|
+
tags: string[];
|
|
2995
2991
|
depth: number;
|
|
2996
2992
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
2997
2993
|
taskIdentifier: string;
|
|
@@ -3001,7 +2997,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3001
2997
|
isSuccess: boolean;
|
|
3002
2998
|
isFailed: boolean;
|
|
3003
2999
|
isCancelled: boolean;
|
|
3000
|
+
isTest: boolean;
|
|
3004
3001
|
updatedAt: Date;
|
|
3002
|
+
costInCents: number;
|
|
3003
|
+
baseCostInCents: number;
|
|
3004
|
+
durationMs: number;
|
|
3005
3005
|
batchId?: string | undefined;
|
|
3006
3006
|
idempotencyKey?: string | undefined;
|
|
3007
3007
|
version?: string | undefined;
|
|
@@ -3016,12 +3016,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3016
3016
|
root?: {
|
|
3017
3017
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3018
3018
|
id: string;
|
|
3019
|
-
tags: string[];
|
|
3020
|
-
isTest: boolean;
|
|
3021
3019
|
createdAt: Date;
|
|
3022
|
-
|
|
3023
|
-
costInCents: number;
|
|
3024
|
-
baseCostInCents: number;
|
|
3020
|
+
tags: string[];
|
|
3025
3021
|
depth: number;
|
|
3026
3022
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3027
3023
|
taskIdentifier: string;
|
|
@@ -3031,7 +3027,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3031
3027
|
isSuccess: boolean;
|
|
3032
3028
|
isFailed: boolean;
|
|
3033
3029
|
isCancelled: boolean;
|
|
3030
|
+
isTest: boolean;
|
|
3034
3031
|
updatedAt: Date;
|
|
3032
|
+
costInCents: number;
|
|
3033
|
+
baseCostInCents: number;
|
|
3034
|
+
durationMs: number;
|
|
3035
3035
|
batchId?: string | undefined;
|
|
3036
3036
|
idempotencyKey?: string | undefined;
|
|
3037
3037
|
version?: string | undefined;
|
|
@@ -3045,12 +3045,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3045
3045
|
parent?: {
|
|
3046
3046
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3047
3047
|
id: string;
|
|
3048
|
-
tags: string[];
|
|
3049
|
-
isTest: boolean;
|
|
3050
3048
|
createdAt: Date;
|
|
3051
|
-
|
|
3052
|
-
costInCents: number;
|
|
3053
|
-
baseCostInCents: number;
|
|
3049
|
+
tags: string[];
|
|
3054
3050
|
depth: number;
|
|
3055
3051
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3056
3052
|
taskIdentifier: string;
|
|
@@ -3060,7 +3056,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3060
3056
|
isSuccess: boolean;
|
|
3061
3057
|
isFailed: boolean;
|
|
3062
3058
|
isCancelled: boolean;
|
|
3059
|
+
isTest: boolean;
|
|
3063
3060
|
updatedAt: Date;
|
|
3061
|
+
costInCents: number;
|
|
3062
|
+
baseCostInCents: number;
|
|
3063
|
+
durationMs: number;
|
|
3064
3064
|
batchId?: string | undefined;
|
|
3065
3065
|
idempotencyKey?: string | undefined;
|
|
3066
3066
|
version?: string | undefined;
|
|
@@ -3074,12 +3074,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3074
3074
|
children?: {
|
|
3075
3075
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3076
3076
|
id: string;
|
|
3077
|
-
tags: string[];
|
|
3078
|
-
isTest: boolean;
|
|
3079
3077
|
createdAt: Date;
|
|
3080
|
-
|
|
3081
|
-
costInCents: number;
|
|
3082
|
-
baseCostInCents: number;
|
|
3078
|
+
tags: string[];
|
|
3083
3079
|
depth: number;
|
|
3084
3080
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3085
3081
|
taskIdentifier: string;
|
|
@@ -3089,7 +3085,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3089
3085
|
isSuccess: boolean;
|
|
3090
3086
|
isFailed: boolean;
|
|
3091
3087
|
isCancelled: boolean;
|
|
3088
|
+
isTest: boolean;
|
|
3092
3089
|
updatedAt: Date;
|
|
3090
|
+
costInCents: number;
|
|
3091
|
+
baseCostInCents: number;
|
|
3092
|
+
durationMs: number;
|
|
3093
3093
|
batchId?: string | undefined;
|
|
3094
3094
|
idempotencyKey?: string | undefined;
|
|
3095
3095
|
version?: string | undefined;
|
|
@@ -3104,12 +3104,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3104
3104
|
root?: {
|
|
3105
3105
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3106
3106
|
id: string;
|
|
3107
|
-
tags: string[];
|
|
3108
|
-
isTest: boolean;
|
|
3109
3107
|
createdAt: Date;
|
|
3110
|
-
|
|
3111
|
-
costInCents: number;
|
|
3112
|
-
baseCostInCents: number;
|
|
3108
|
+
tags: string[];
|
|
3113
3109
|
depth: number;
|
|
3114
3110
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3115
3111
|
taskIdentifier: string;
|
|
@@ -3119,7 +3115,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3119
3115
|
isSuccess: boolean;
|
|
3120
3116
|
isFailed: boolean;
|
|
3121
3117
|
isCancelled: boolean;
|
|
3118
|
+
isTest: boolean;
|
|
3122
3119
|
updatedAt: Date;
|
|
3120
|
+
costInCents: number;
|
|
3121
|
+
baseCostInCents: number;
|
|
3122
|
+
durationMs: number;
|
|
3123
3123
|
batchId?: string | undefined;
|
|
3124
3124
|
idempotencyKey?: string | undefined;
|
|
3125
3125
|
version?: string | undefined;
|
|
@@ -3133,12 +3133,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3133
3133
|
parent?: {
|
|
3134
3134
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3135
3135
|
id: string;
|
|
3136
|
-
tags: string[];
|
|
3137
|
-
isTest: boolean;
|
|
3138
3136
|
createdAt: Date;
|
|
3139
|
-
|
|
3140
|
-
costInCents: number;
|
|
3141
|
-
baseCostInCents: number;
|
|
3137
|
+
tags: string[];
|
|
3142
3138
|
depth: number;
|
|
3143
3139
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3144
3140
|
taskIdentifier: string;
|
|
@@ -3148,7 +3144,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3148
3144
|
isSuccess: boolean;
|
|
3149
3145
|
isFailed: boolean;
|
|
3150
3146
|
isCancelled: boolean;
|
|
3147
|
+
isTest: boolean;
|
|
3151
3148
|
updatedAt: Date;
|
|
3149
|
+
costInCents: number;
|
|
3150
|
+
baseCostInCents: number;
|
|
3151
|
+
durationMs: number;
|
|
3152
3152
|
batchId?: string | undefined;
|
|
3153
3153
|
idempotencyKey?: string | undefined;
|
|
3154
3154
|
version?: string | undefined;
|
|
@@ -3162,12 +3162,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3162
3162
|
children?: {
|
|
3163
3163
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3164
3164
|
id: string;
|
|
3165
|
-
tags: string[];
|
|
3166
|
-
isTest: boolean;
|
|
3167
3165
|
createdAt: Date;
|
|
3168
|
-
|
|
3169
|
-
costInCents: number;
|
|
3170
|
-
baseCostInCents: number;
|
|
3166
|
+
tags: string[];
|
|
3171
3167
|
depth: number;
|
|
3172
3168
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3173
3169
|
taskIdentifier: string;
|
|
@@ -3177,7 +3173,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3177
3173
|
isSuccess: boolean;
|
|
3178
3174
|
isFailed: boolean;
|
|
3179
3175
|
isCancelled: boolean;
|
|
3176
|
+
isTest: boolean;
|
|
3180
3177
|
updatedAt: Date;
|
|
3178
|
+
costInCents: number;
|
|
3179
|
+
baseCostInCents: number;
|
|
3180
|
+
durationMs: number;
|
|
3181
3181
|
batchId?: string | undefined;
|
|
3182
3182
|
idempotencyKey?: string | undefined;
|
|
3183
3183
|
version?: string | undefined;
|
|
@@ -3264,12 +3264,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3264
3264
|
}, "strip", z.ZodTypeAny, {
|
|
3265
3265
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3266
3266
|
id: string;
|
|
3267
|
-
tags: string[];
|
|
3268
|
-
isTest: boolean;
|
|
3269
3267
|
createdAt: Date;
|
|
3270
|
-
|
|
3271
|
-
costInCents: number;
|
|
3272
|
-
baseCostInCents: number;
|
|
3268
|
+
tags: string[];
|
|
3273
3269
|
depth: number;
|
|
3274
3270
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3275
3271
|
taskIdentifier: string;
|
|
@@ -3279,17 +3275,17 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3279
3275
|
isSuccess: boolean;
|
|
3280
3276
|
isFailed: boolean;
|
|
3281
3277
|
isCancelled: boolean;
|
|
3278
|
+
isTest: boolean;
|
|
3282
3279
|
updatedAt: Date;
|
|
3280
|
+
costInCents: number;
|
|
3281
|
+
baseCostInCents: number;
|
|
3282
|
+
durationMs: number;
|
|
3283
3283
|
relatedRuns: {
|
|
3284
3284
|
root?: {
|
|
3285
3285
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3286
3286
|
id: string;
|
|
3287
|
-
tags: string[];
|
|
3288
|
-
isTest: boolean;
|
|
3289
3287
|
createdAt: Date;
|
|
3290
|
-
|
|
3291
|
-
costInCents: number;
|
|
3292
|
-
baseCostInCents: number;
|
|
3288
|
+
tags: string[];
|
|
3293
3289
|
depth: number;
|
|
3294
3290
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3295
3291
|
taskIdentifier: string;
|
|
@@ -3299,7 +3295,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3299
3295
|
isSuccess: boolean;
|
|
3300
3296
|
isFailed: boolean;
|
|
3301
3297
|
isCancelled: boolean;
|
|
3298
|
+
isTest: boolean;
|
|
3302
3299
|
updatedAt: Date;
|
|
3300
|
+
costInCents: number;
|
|
3301
|
+
baseCostInCents: number;
|
|
3302
|
+
durationMs: number;
|
|
3303
3303
|
batchId?: string | undefined;
|
|
3304
3304
|
idempotencyKey?: string | undefined;
|
|
3305
3305
|
version?: string | undefined;
|
|
@@ -3313,12 +3313,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3313
3313
|
parent?: {
|
|
3314
3314
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3315
3315
|
id: string;
|
|
3316
|
-
tags: string[];
|
|
3317
|
-
isTest: boolean;
|
|
3318
3316
|
createdAt: Date;
|
|
3319
|
-
|
|
3320
|
-
costInCents: number;
|
|
3321
|
-
baseCostInCents: number;
|
|
3317
|
+
tags: string[];
|
|
3322
3318
|
depth: number;
|
|
3323
3319
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3324
3320
|
taskIdentifier: string;
|
|
@@ -3328,7 +3324,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3328
3324
|
isSuccess: boolean;
|
|
3329
3325
|
isFailed: boolean;
|
|
3330
3326
|
isCancelled: boolean;
|
|
3327
|
+
isTest: boolean;
|
|
3331
3328
|
updatedAt: Date;
|
|
3329
|
+
costInCents: number;
|
|
3330
|
+
baseCostInCents: number;
|
|
3331
|
+
durationMs: number;
|
|
3332
3332
|
batchId?: string | undefined;
|
|
3333
3333
|
idempotencyKey?: string | undefined;
|
|
3334
3334
|
version?: string | undefined;
|
|
@@ -3342,12 +3342,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3342
3342
|
children?: {
|
|
3343
3343
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3344
3344
|
id: string;
|
|
3345
|
-
tags: string[];
|
|
3346
|
-
isTest: boolean;
|
|
3347
3345
|
createdAt: Date;
|
|
3348
|
-
|
|
3349
|
-
costInCents: number;
|
|
3350
|
-
baseCostInCents: number;
|
|
3346
|
+
tags: string[];
|
|
3351
3347
|
depth: number;
|
|
3352
3348
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3353
3349
|
taskIdentifier: string;
|
|
@@ -3357,7 +3353,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3357
3353
|
isSuccess: boolean;
|
|
3358
3354
|
isFailed: boolean;
|
|
3359
3355
|
isCancelled: boolean;
|
|
3356
|
+
isTest: boolean;
|
|
3360
3357
|
updatedAt: Date;
|
|
3358
|
+
costInCents: number;
|
|
3359
|
+
baseCostInCents: number;
|
|
3360
|
+
durationMs: number;
|
|
3361
3361
|
batchId?: string | undefined;
|
|
3362
3362
|
idempotencyKey?: string | undefined;
|
|
3363
3363
|
version?: string | undefined;
|
|
@@ -3408,12 +3408,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3408
3408
|
}, {
|
|
3409
3409
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3410
3410
|
id: string;
|
|
3411
|
-
tags: string[];
|
|
3412
|
-
isTest: boolean;
|
|
3413
3411
|
createdAt: Date;
|
|
3414
|
-
|
|
3415
|
-
costInCents: number;
|
|
3416
|
-
baseCostInCents: number;
|
|
3412
|
+
tags: string[];
|
|
3417
3413
|
depth: number;
|
|
3418
3414
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3419
3415
|
taskIdentifier: string;
|
|
@@ -3423,17 +3419,17 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3423
3419
|
isSuccess: boolean;
|
|
3424
3420
|
isFailed: boolean;
|
|
3425
3421
|
isCancelled: boolean;
|
|
3422
|
+
isTest: boolean;
|
|
3426
3423
|
updatedAt: Date;
|
|
3424
|
+
costInCents: number;
|
|
3425
|
+
baseCostInCents: number;
|
|
3426
|
+
durationMs: number;
|
|
3427
3427
|
relatedRuns: {
|
|
3428
3428
|
root?: {
|
|
3429
3429
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3430
3430
|
id: string;
|
|
3431
|
-
tags: string[];
|
|
3432
|
-
isTest: boolean;
|
|
3433
3431
|
createdAt: Date;
|
|
3434
|
-
|
|
3435
|
-
costInCents: number;
|
|
3436
|
-
baseCostInCents: number;
|
|
3432
|
+
tags: string[];
|
|
3437
3433
|
depth: number;
|
|
3438
3434
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3439
3435
|
taskIdentifier: string;
|
|
@@ -3443,7 +3439,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3443
3439
|
isSuccess: boolean;
|
|
3444
3440
|
isFailed: boolean;
|
|
3445
3441
|
isCancelled: boolean;
|
|
3442
|
+
isTest: boolean;
|
|
3446
3443
|
updatedAt: Date;
|
|
3444
|
+
costInCents: number;
|
|
3445
|
+
baseCostInCents: number;
|
|
3446
|
+
durationMs: number;
|
|
3447
3447
|
batchId?: string | undefined;
|
|
3448
3448
|
idempotencyKey?: string | undefined;
|
|
3449
3449
|
version?: string | undefined;
|
|
@@ -3457,12 +3457,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3457
3457
|
parent?: {
|
|
3458
3458
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3459
3459
|
id: string;
|
|
3460
|
-
tags: string[];
|
|
3461
|
-
isTest: boolean;
|
|
3462
3460
|
createdAt: Date;
|
|
3463
|
-
|
|
3464
|
-
costInCents: number;
|
|
3465
|
-
baseCostInCents: number;
|
|
3461
|
+
tags: string[];
|
|
3466
3462
|
depth: number;
|
|
3467
3463
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3468
3464
|
taskIdentifier: string;
|
|
@@ -3472,7 +3468,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3472
3468
|
isSuccess: boolean;
|
|
3473
3469
|
isFailed: boolean;
|
|
3474
3470
|
isCancelled: boolean;
|
|
3471
|
+
isTest: boolean;
|
|
3475
3472
|
updatedAt: Date;
|
|
3473
|
+
costInCents: number;
|
|
3474
|
+
baseCostInCents: number;
|
|
3475
|
+
durationMs: number;
|
|
3476
3476
|
batchId?: string | undefined;
|
|
3477
3477
|
idempotencyKey?: string | undefined;
|
|
3478
3478
|
version?: string | undefined;
|
|
@@ -3486,12 +3486,8 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3486
3486
|
children?: {
|
|
3487
3487
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3488
3488
|
id: string;
|
|
3489
|
-
tags: string[];
|
|
3490
|
-
isTest: boolean;
|
|
3491
3489
|
createdAt: Date;
|
|
3492
|
-
|
|
3493
|
-
costInCents: number;
|
|
3494
|
-
baseCostInCents: number;
|
|
3490
|
+
tags: string[];
|
|
3495
3491
|
depth: number;
|
|
3496
3492
|
triggerFunction: "triggerAndWait" | "trigger" | "batchTriggerAndWait" | "batchTrigger";
|
|
3497
3493
|
taskIdentifier: string;
|
|
@@ -3501,7 +3497,11 @@ export declare const RetrieveRunResponse: z.ZodObject<{
|
|
|
3501
3497
|
isSuccess: boolean;
|
|
3502
3498
|
isFailed: boolean;
|
|
3503
3499
|
isCancelled: boolean;
|
|
3500
|
+
isTest: boolean;
|
|
3504
3501
|
updatedAt: Date;
|
|
3502
|
+
costInCents: number;
|
|
3503
|
+
baseCostInCents: number;
|
|
3504
|
+
durationMs: number;
|
|
3505
3505
|
batchId?: string | undefined;
|
|
3506
3506
|
idempotencyKey?: string | undefined;
|
|
3507
3507
|
version?: string | undefined;
|
|
@@ -3557,12 +3557,12 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3557
3557
|
name: z.ZodString;
|
|
3558
3558
|
user: z.ZodOptional<z.ZodString>;
|
|
3559
3559
|
}, "strip", z.ZodTypeAny, {
|
|
3560
|
-
name: string;
|
|
3561
3560
|
id: string;
|
|
3561
|
+
name: string;
|
|
3562
3562
|
user?: string | undefined;
|
|
3563
3563
|
}, {
|
|
3564
|
-
name: string;
|
|
3565
3564
|
id: string;
|
|
3565
|
+
name: string;
|
|
3566
3566
|
user?: string | undefined;
|
|
3567
3567
|
}>;
|
|
3568
3568
|
id: z.ZodString;
|
|
@@ -3592,12 +3592,8 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3592
3592
|
}, "strip", z.ZodTypeAny, {
|
|
3593
3593
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3594
3594
|
id: string;
|
|
3595
|
-
tags: string[];
|
|
3596
|
-
isTest: boolean;
|
|
3597
3595
|
createdAt: Date;
|
|
3598
|
-
|
|
3599
|
-
costInCents: number;
|
|
3600
|
-
baseCostInCents: number;
|
|
3596
|
+
tags: string[];
|
|
3601
3597
|
taskIdentifier: string;
|
|
3602
3598
|
isQueued: boolean;
|
|
3603
3599
|
isExecuting: boolean;
|
|
@@ -3605,10 +3601,14 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3605
3601
|
isSuccess: boolean;
|
|
3606
3602
|
isFailed: boolean;
|
|
3607
3603
|
isCancelled: boolean;
|
|
3604
|
+
isTest: boolean;
|
|
3608
3605
|
updatedAt: Date;
|
|
3606
|
+
costInCents: number;
|
|
3607
|
+
baseCostInCents: number;
|
|
3608
|
+
durationMs: number;
|
|
3609
3609
|
env: {
|
|
3610
|
-
name: string;
|
|
3611
3610
|
id: string;
|
|
3611
|
+
name: string;
|
|
3612
3612
|
user?: string | undefined;
|
|
3613
3613
|
};
|
|
3614
3614
|
idempotencyKey?: string | undefined;
|
|
@@ -3622,12 +3622,8 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3622
3622
|
}, {
|
|
3623
3623
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3624
3624
|
id: string;
|
|
3625
|
-
tags: string[];
|
|
3626
|
-
isTest: boolean;
|
|
3627
3625
|
createdAt: Date;
|
|
3628
|
-
|
|
3629
|
-
costInCents: number;
|
|
3630
|
-
baseCostInCents: number;
|
|
3626
|
+
tags: string[];
|
|
3631
3627
|
taskIdentifier: string;
|
|
3632
3628
|
isQueued: boolean;
|
|
3633
3629
|
isExecuting: boolean;
|
|
@@ -3635,10 +3631,14 @@ export declare const ListRunResponseItem: z.ZodObject<{
|
|
|
3635
3631
|
isSuccess: boolean;
|
|
3636
3632
|
isFailed: boolean;
|
|
3637
3633
|
isCancelled: boolean;
|
|
3634
|
+
isTest: boolean;
|
|
3638
3635
|
updatedAt: Date;
|
|
3636
|
+
costInCents: number;
|
|
3637
|
+
baseCostInCents: number;
|
|
3638
|
+
durationMs: number;
|
|
3639
3639
|
env: {
|
|
3640
|
-
name: string;
|
|
3641
3640
|
id: string;
|
|
3641
|
+
name: string;
|
|
3642
3642
|
user?: string | undefined;
|
|
3643
3643
|
};
|
|
3644
3644
|
idempotencyKey?: string | undefined;
|
|
@@ -3658,12 +3658,12 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3658
3658
|
name: z.ZodString;
|
|
3659
3659
|
user: z.ZodOptional<z.ZodString>;
|
|
3660
3660
|
}, "strip", z.ZodTypeAny, {
|
|
3661
|
-
name: string;
|
|
3662
3661
|
id: string;
|
|
3662
|
+
name: string;
|
|
3663
3663
|
user?: string | undefined;
|
|
3664
3664
|
}, {
|
|
3665
|
-
name: string;
|
|
3666
3665
|
id: string;
|
|
3666
|
+
name: string;
|
|
3667
3667
|
user?: string | undefined;
|
|
3668
3668
|
}>;
|
|
3669
3669
|
id: z.ZodString;
|
|
@@ -3693,12 +3693,8 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3693
3693
|
}, "strip", z.ZodTypeAny, {
|
|
3694
3694
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3695
3695
|
id: string;
|
|
3696
|
-
tags: string[];
|
|
3697
|
-
isTest: boolean;
|
|
3698
3696
|
createdAt: Date;
|
|
3699
|
-
|
|
3700
|
-
costInCents: number;
|
|
3701
|
-
baseCostInCents: number;
|
|
3697
|
+
tags: string[];
|
|
3702
3698
|
taskIdentifier: string;
|
|
3703
3699
|
isQueued: boolean;
|
|
3704
3700
|
isExecuting: boolean;
|
|
@@ -3706,10 +3702,14 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3706
3702
|
isSuccess: boolean;
|
|
3707
3703
|
isFailed: boolean;
|
|
3708
3704
|
isCancelled: boolean;
|
|
3705
|
+
isTest: boolean;
|
|
3709
3706
|
updatedAt: Date;
|
|
3707
|
+
costInCents: number;
|
|
3708
|
+
baseCostInCents: number;
|
|
3709
|
+
durationMs: number;
|
|
3710
3710
|
env: {
|
|
3711
|
-
name: string;
|
|
3712
3711
|
id: string;
|
|
3712
|
+
name: string;
|
|
3713
3713
|
user?: string | undefined;
|
|
3714
3714
|
};
|
|
3715
3715
|
idempotencyKey?: string | undefined;
|
|
@@ -3723,12 +3723,8 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3723
3723
|
}, {
|
|
3724
3724
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3725
3725
|
id: string;
|
|
3726
|
-
tags: string[];
|
|
3727
|
-
isTest: boolean;
|
|
3728
3726
|
createdAt: Date;
|
|
3729
|
-
|
|
3730
|
-
costInCents: number;
|
|
3731
|
-
baseCostInCents: number;
|
|
3727
|
+
tags: string[];
|
|
3732
3728
|
taskIdentifier: string;
|
|
3733
3729
|
isQueued: boolean;
|
|
3734
3730
|
isExecuting: boolean;
|
|
@@ -3736,10 +3732,14 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3736
3732
|
isSuccess: boolean;
|
|
3737
3733
|
isFailed: boolean;
|
|
3738
3734
|
isCancelled: boolean;
|
|
3735
|
+
isTest: boolean;
|
|
3739
3736
|
updatedAt: Date;
|
|
3737
|
+
costInCents: number;
|
|
3738
|
+
baseCostInCents: number;
|
|
3739
|
+
durationMs: number;
|
|
3740
3740
|
env: {
|
|
3741
|
-
name: string;
|
|
3742
3741
|
id: string;
|
|
3742
|
+
name: string;
|
|
3743
3743
|
user?: string | undefined;
|
|
3744
3744
|
};
|
|
3745
3745
|
idempotencyKey?: string | undefined;
|
|
@@ -3765,12 +3765,8 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3765
3765
|
data: {
|
|
3766
3766
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3767
3767
|
id: string;
|
|
3768
|
-
tags: string[];
|
|
3769
|
-
isTest: boolean;
|
|
3770
3768
|
createdAt: Date;
|
|
3771
|
-
|
|
3772
|
-
costInCents: number;
|
|
3773
|
-
baseCostInCents: number;
|
|
3769
|
+
tags: string[];
|
|
3774
3770
|
taskIdentifier: string;
|
|
3775
3771
|
isQueued: boolean;
|
|
3776
3772
|
isExecuting: boolean;
|
|
@@ -3778,10 +3774,14 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3778
3774
|
isSuccess: boolean;
|
|
3779
3775
|
isFailed: boolean;
|
|
3780
3776
|
isCancelled: boolean;
|
|
3777
|
+
isTest: boolean;
|
|
3781
3778
|
updatedAt: Date;
|
|
3779
|
+
costInCents: number;
|
|
3780
|
+
baseCostInCents: number;
|
|
3781
|
+
durationMs: number;
|
|
3782
3782
|
env: {
|
|
3783
|
-
name: string;
|
|
3784
3783
|
id: string;
|
|
3784
|
+
name: string;
|
|
3785
3785
|
user?: string | undefined;
|
|
3786
3786
|
};
|
|
3787
3787
|
idempotencyKey?: string | undefined;
|
|
@@ -3801,12 +3801,8 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3801
3801
|
data: {
|
|
3802
3802
|
status: "CANCELED" | "COMPLETED" | "FAILED" | "WAITING_FOR_DEPLOY" | "QUEUED" | "EXECUTING" | "REATTEMPTING" | "FROZEN" | "CRASHED" | "INTERRUPTED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED";
|
|
3803
3803
|
id: string;
|
|
3804
|
-
tags: string[];
|
|
3805
|
-
isTest: boolean;
|
|
3806
3804
|
createdAt: Date;
|
|
3807
|
-
|
|
3808
|
-
costInCents: number;
|
|
3809
|
-
baseCostInCents: number;
|
|
3805
|
+
tags: string[];
|
|
3810
3806
|
taskIdentifier: string;
|
|
3811
3807
|
isQueued: boolean;
|
|
3812
3808
|
isExecuting: boolean;
|
|
@@ -3814,10 +3810,14 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
3814
3810
|
isSuccess: boolean;
|
|
3815
3811
|
isFailed: boolean;
|
|
3816
3812
|
isCancelled: boolean;
|
|
3813
|
+
isTest: boolean;
|
|
3817
3814
|
updatedAt: Date;
|
|
3815
|
+
costInCents: number;
|
|
3816
|
+
baseCostInCents: number;
|
|
3817
|
+
durationMs: number;
|
|
3818
3818
|
env: {
|
|
3819
|
-
name: string;
|
|
3820
3819
|
id: string;
|
|
3820
|
+
name: string;
|
|
3821
3821
|
user?: string | undefined;
|
|
3822
3822
|
};
|
|
3823
3823
|
idempotencyKey?: string | undefined;
|