@trigger.dev/core 4.5.1 → 4.5.2
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/bulkActions.test.d.ts +1 -0
- package/dist/commonjs/v3/apiClient/bulkActions.test.js +151 -0
- package/dist/commonjs/v3/apiClient/bulkActions.test.js.map +1 -0
- package/dist/commonjs/v3/apiClient/index.d.ts +38 -18
- package/dist/commonjs/v3/apiClient/index.js +30 -0
- package/dist/commonjs/v3/apiClient/index.js.map +1 -1
- package/dist/commonjs/v3/apiClient/types.d.ts +31 -0
- package/dist/commonjs/v3/apps/http.d.ts +0 -1
- package/dist/commonjs/v3/apps/http.js +1 -14
- package/dist/commonjs/v3/apps/http.js.map +1 -1
- package/dist/commonjs/v3/apps/index.d.ts +0 -4
- package/dist/commonjs/v3/apps/index.js +0 -4
- package/dist/commonjs/v3/apps/index.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +14 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/workload/http.js +13 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.js.map +1 -1
- package/dist/commonjs/v3/schemas/api-type.test.js +37 -0
- package/dist/commonjs/v3/schemas/api-type.test.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +704 -26
- package/dist/commonjs/v3/schemas/api.js +98 -3
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/query.d.ts +2 -2
- package/dist/commonjs/v3/schemas/queues.d.ts +6 -6
- package/dist/commonjs/v3/serverOnly/index.d.ts +0 -1
- package/dist/commonjs/v3/serverOnly/index.js +0 -1
- package/dist/commonjs/v3/serverOnly/index.js.map +1 -1
- package/dist/commonjs/v3/test/test-session-stream-manager.d.ts +3 -2
- package/dist/commonjs/v3/test/test-session-stream-manager.js +14 -7
- package/dist/commonjs/v3/test/test-session-stream-manager.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/bulkActions.test.d.ts +1 -0
- package/dist/esm/v3/apiClient/bulkActions.test.js +149 -0
- package/dist/esm/v3/apiClient/bulkActions.test.js.map +1 -0
- package/dist/esm/v3/apiClient/index.d.ts +38 -18
- package/dist/esm/v3/apiClient/index.js +31 -1
- package/dist/esm/v3/apiClient/index.js.map +1 -1
- package/dist/esm/v3/apiClient/types.d.ts +31 -0
- package/dist/esm/v3/apps/http.d.ts +0 -1
- package/dist/esm/v3/apps/http.js +0 -12
- package/dist/esm/v3/apps/http.js.map +1 -1
- package/dist/esm/v3/apps/index.d.ts +0 -4
- package/dist/esm/v3/apps/index.js +0 -4
- package/dist/esm/v3/apps/index.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.js +14 -0
- package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/workload/http.js +13 -0
- package/dist/esm/v3/runEngineWorker/workload/http.js.map +1 -1
- package/dist/esm/v3/schemas/api-type.test.js +38 -1
- package/dist/esm/v3/schemas/api-type.test.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +704 -26
- package/dist/esm/v3/schemas/api.js +95 -0
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/query.d.ts +2 -2
- package/dist/esm/v3/schemas/queues.d.ts +6 -6
- package/dist/esm/v3/serverOnly/index.d.ts +0 -1
- package/dist/esm/v3/serverOnly/index.js +0 -1
- package/dist/esm/v3/serverOnly/index.js.map +1 -1
- package/dist/esm/v3/test/test-session-stream-manager.d.ts +3 -2
- package/dist/esm/v3/test/test-session-stream-manager.js +14 -7
- package/dist/esm/v3/test/test-session-stream-manager.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
- package/dist/commonjs/v3/apps/isExecaChildProcess.d.ts +0 -2
- package/dist/commonjs/v3/apps/isExecaChildProcess.js +0 -7
- package/dist/commonjs/v3/apps/isExecaChildProcess.js.map +0 -1
- package/dist/commonjs/v3/apps/logger.d.ts +0 -8
- package/dist/commonjs/v3/apps/logger.js +0 -33
- package/dist/commonjs/v3/apps/logger.js.map +0 -1
- package/dist/commonjs/v3/apps/process.d.ts +0 -4
- package/dist/commonjs/v3/apps/process.js +0 -8
- package/dist/commonjs/v3/apps/process.js.map +0 -1
- package/dist/commonjs/v3/apps/provider.d.ts +0 -75
- package/dist/commonjs/v3/apps/provider.js +0 -279
- package/dist/commonjs/v3/apps/provider.js.map +0 -1
- package/dist/commonjs/v3/serverOnly/checkpointTest.d.ts +0 -8
- package/dist/commonjs/v3/serverOnly/checkpointTest.js +0 -51
- package/dist/commonjs/v3/serverOnly/checkpointTest.js.map +0 -1
- package/dist/esm/v3/apps/isExecaChildProcess.d.ts +0 -2
- package/dist/esm/v3/apps/isExecaChildProcess.js +0 -4
- package/dist/esm/v3/apps/isExecaChildProcess.js.map +0 -1
- package/dist/esm/v3/apps/logger.d.ts +0 -8
- package/dist/esm/v3/apps/logger.js +0 -29
- package/dist/esm/v3/apps/logger.js.map +0 -1
- package/dist/esm/v3/apps/process.d.ts +0 -4
- package/dist/esm/v3/apps/process.js +0 -5
- package/dist/esm/v3/apps/process.js.map +0 -1
- package/dist/esm/v3/apps/provider.d.ts +0 -75
- package/dist/esm/v3/apps/provider.js +0 -275
- package/dist/esm/v3/apps/provider.js.map +0 -1
- package/dist/esm/v3/serverOnly/checkpointTest.d.ts +0 -8
- package/dist/esm/v3/serverOnly/checkpointTest.js +0 -48
- package/dist/esm/v3/serverOnly/checkpointTest.js.map +0 -1
|
@@ -187,15 +187,15 @@ export declare const ProjectEnvironment: z.ZodObject<{
|
|
|
187
187
|
id: string;
|
|
188
188
|
slug: string;
|
|
189
189
|
branchName: string | null;
|
|
190
|
-
isBranchableEnvironment: boolean;
|
|
191
190
|
paused: boolean;
|
|
191
|
+
isBranchableEnvironment: boolean;
|
|
192
192
|
}, {
|
|
193
193
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
194
194
|
id: string;
|
|
195
195
|
slug: string;
|
|
196
196
|
branchName: string | null;
|
|
197
|
-
isBranchableEnvironment: boolean;
|
|
198
197
|
paused: boolean;
|
|
198
|
+
isBranchableEnvironment: boolean;
|
|
199
199
|
}>;
|
|
200
200
|
export type ProjectEnvironment = z.infer<typeof ProjectEnvironment>;
|
|
201
201
|
export declare const GetProjectEnvironmentsResponseBody: z.ZodArray<z.ZodObject<{
|
|
@@ -210,15 +210,15 @@ export declare const GetProjectEnvironmentsResponseBody: z.ZodArray<z.ZodObject<
|
|
|
210
210
|
id: string;
|
|
211
211
|
slug: string;
|
|
212
212
|
branchName: string | null;
|
|
213
|
-
isBranchableEnvironment: boolean;
|
|
214
213
|
paused: boolean;
|
|
214
|
+
isBranchableEnvironment: boolean;
|
|
215
215
|
}, {
|
|
216
216
|
type: "PRODUCTION" | "STAGING" | "DEVELOPMENT" | "PREVIEW";
|
|
217
217
|
id: string;
|
|
218
218
|
slug: string;
|
|
219
219
|
branchName: string | null;
|
|
220
|
-
isBranchableEnvironment: boolean;
|
|
221
220
|
paused: boolean;
|
|
221
|
+
isBranchableEnvironment: boolean;
|
|
222
222
|
}>, "many">;
|
|
223
223
|
export type GetProjectEnvironmentsResponseBody = z.infer<typeof GetProjectEnvironmentsResponseBody>;
|
|
224
224
|
export declare const GetWorkerTaskResponse: z.ZodObject<{
|
|
@@ -958,6 +958,12 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
958
958
|
metadata: z.ZodAny;
|
|
959
959
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
960
960
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
961
|
+
/**
|
|
962
|
+
* Byte size of the (pre-offload) serialized payload, measured by the caller
|
|
963
|
+
* before any object-store offload. Lets the pipeline know how large a payload
|
|
964
|
+
* is without downloading an "application/store" reference.
|
|
965
|
+
*/
|
|
966
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
961
967
|
tags: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
962
968
|
test: z.ZodOptional<z.ZodBoolean>;
|
|
963
969
|
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -1017,6 +1023,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1017
1023
|
scope: "run" | "attempt" | "global";
|
|
1018
1024
|
} | undefined;
|
|
1019
1025
|
metadataType?: string | undefined;
|
|
1026
|
+
payloadSize?: number | undefined;
|
|
1020
1027
|
bulkActionId?: string | undefined;
|
|
1021
1028
|
}, {
|
|
1022
1029
|
metadata?: any;
|
|
@@ -1055,6 +1062,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1055
1062
|
scope: "run" | "attempt" | "global";
|
|
1056
1063
|
} | undefined;
|
|
1057
1064
|
metadataType?: string | undefined;
|
|
1065
|
+
payloadSize?: number | undefined;
|
|
1058
1066
|
bulkActionId?: string | undefined;
|
|
1059
1067
|
}>>;
|
|
1060
1068
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1095,6 +1103,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1095
1103
|
scope: "run" | "attempt" | "global";
|
|
1096
1104
|
} | undefined;
|
|
1097
1105
|
metadataType?: string | undefined;
|
|
1106
|
+
payloadSize?: number | undefined;
|
|
1098
1107
|
bulkActionId?: string | undefined;
|
|
1099
1108
|
} | undefined;
|
|
1100
1109
|
payload?: any;
|
|
@@ -1137,6 +1146,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1137
1146
|
scope: "run" | "attempt" | "global";
|
|
1138
1147
|
} | undefined;
|
|
1139
1148
|
metadataType?: string | undefined;
|
|
1149
|
+
payloadSize?: number | undefined;
|
|
1140
1150
|
bulkActionId?: string | undefined;
|
|
1141
1151
|
} | undefined;
|
|
1142
1152
|
payload?: any;
|
|
@@ -1179,6 +1189,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1179
1189
|
scope: "run" | "attempt" | "global";
|
|
1180
1190
|
} | undefined;
|
|
1181
1191
|
metadataType?: string | undefined;
|
|
1192
|
+
payloadSize?: number | undefined;
|
|
1182
1193
|
bulkActionId?: string | undefined;
|
|
1183
1194
|
} | undefined;
|
|
1184
1195
|
payload?: any;
|
|
@@ -1221,6 +1232,7 @@ export declare const TriggerTaskRequestBody: z.ZodEffects<z.ZodObject<{
|
|
|
1221
1232
|
scope: "run" | "attempt" | "global";
|
|
1222
1233
|
} | undefined;
|
|
1223
1234
|
metadataType?: string | undefined;
|
|
1235
|
+
payloadSize?: number | undefined;
|
|
1224
1236
|
bulkActionId?: string | undefined;
|
|
1225
1237
|
} | undefined;
|
|
1226
1238
|
payload?: any;
|
|
@@ -1299,6 +1311,12 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1299
1311
|
metadata: z.ZodAny;
|
|
1300
1312
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
1301
1313
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
1314
|
+
/**
|
|
1315
|
+
* Byte size of the (pre-offload) serialized payload, measured by the caller
|
|
1316
|
+
* before any object-store offload. Lets the pipeline know how large a payload
|
|
1317
|
+
* is without downloading an "application/store" reference.
|
|
1318
|
+
*/
|
|
1319
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
1302
1320
|
tags: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1303
1321
|
test: z.ZodOptional<z.ZodBoolean>;
|
|
1304
1322
|
ttl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -1358,6 +1376,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1358
1376
|
scope: "run" | "attempt" | "global";
|
|
1359
1377
|
} | undefined;
|
|
1360
1378
|
metadataType?: string | undefined;
|
|
1379
|
+
payloadSize?: number | undefined;
|
|
1361
1380
|
bulkActionId?: string | undefined;
|
|
1362
1381
|
}, {
|
|
1363
1382
|
metadata?: any;
|
|
@@ -1396,6 +1415,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1396
1415
|
scope: "run" | "attempt" | "global";
|
|
1397
1416
|
} | undefined;
|
|
1398
1417
|
metadataType?: string | undefined;
|
|
1418
|
+
payloadSize?: number | undefined;
|
|
1399
1419
|
bulkActionId?: string | undefined;
|
|
1400
1420
|
}>>;
|
|
1401
1421
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1436,6 +1456,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1436
1456
|
scope: "run" | "attempt" | "global";
|
|
1437
1457
|
} | undefined;
|
|
1438
1458
|
metadataType?: string | undefined;
|
|
1459
|
+
payloadSize?: number | undefined;
|
|
1439
1460
|
bulkActionId?: string | undefined;
|
|
1440
1461
|
} | undefined;
|
|
1441
1462
|
payload?: any;
|
|
@@ -1478,6 +1499,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1478
1499
|
scope: "run" | "attempt" | "global";
|
|
1479
1500
|
} | undefined;
|
|
1480
1501
|
metadataType?: string | undefined;
|
|
1502
|
+
payloadSize?: number | undefined;
|
|
1481
1503
|
bulkActionId?: string | undefined;
|
|
1482
1504
|
} | undefined;
|
|
1483
1505
|
payload?: any;
|
|
@@ -1520,6 +1542,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1520
1542
|
scope: "run" | "attempt" | "global";
|
|
1521
1543
|
} | undefined;
|
|
1522
1544
|
metadataType?: string | undefined;
|
|
1545
|
+
payloadSize?: number | undefined;
|
|
1523
1546
|
bulkActionId?: string | undefined;
|
|
1524
1547
|
} | undefined;
|
|
1525
1548
|
payload?: any;
|
|
@@ -1562,6 +1585,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1562
1585
|
scope: "run" | "attempt" | "global";
|
|
1563
1586
|
} | undefined;
|
|
1564
1587
|
metadataType?: string | undefined;
|
|
1588
|
+
payloadSize?: number | undefined;
|
|
1565
1589
|
bulkActionId?: string | undefined;
|
|
1566
1590
|
} | undefined;
|
|
1567
1591
|
payload?: any;
|
|
@@ -1607,6 +1631,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1607
1631
|
scope: "run" | "attempt" | "global";
|
|
1608
1632
|
} | undefined;
|
|
1609
1633
|
metadataType?: string | undefined;
|
|
1634
|
+
payloadSize?: number | undefined;
|
|
1610
1635
|
bulkActionId?: string | undefined;
|
|
1611
1636
|
} | undefined;
|
|
1612
1637
|
payload?: any;
|
|
@@ -1652,6 +1677,7 @@ export declare const BatchTriggerTaskRequestBody: z.ZodObject<{
|
|
|
1652
1677
|
scope: "run" | "attempt" | "global";
|
|
1653
1678
|
} | undefined;
|
|
1654
1679
|
metadataType?: string | undefined;
|
|
1680
|
+
payloadSize?: number | undefined;
|
|
1655
1681
|
bulkActionId?: string | undefined;
|
|
1656
1682
|
} | undefined;
|
|
1657
1683
|
payload?: any;
|
|
@@ -1688,6 +1714,8 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
1688
1714
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
1689
1715
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
1690
1716
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
1717
|
+
/** Byte size of the (pre-offload) serialized payload for this item. */
|
|
1718
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
1691
1719
|
queue: z.ZodOptional<z.ZodObject<{
|
|
1692
1720
|
name: z.ZodString;
|
|
1693
1721
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1747,6 +1775,7 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
1747
1775
|
scope: "run" | "attempt" | "global";
|
|
1748
1776
|
} | undefined;
|
|
1749
1777
|
metadataType?: string | undefined;
|
|
1778
|
+
payloadSize?: number | undefined;
|
|
1750
1779
|
}, {
|
|
1751
1780
|
metadata?: any;
|
|
1752
1781
|
payloadType?: string | undefined;
|
|
@@ -1778,6 +1807,7 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
1778
1807
|
scope: "run" | "attempt" | "global";
|
|
1779
1808
|
} | undefined;
|
|
1780
1809
|
metadataType?: string | undefined;
|
|
1810
|
+
payloadSize?: number | undefined;
|
|
1781
1811
|
}>>;
|
|
1782
1812
|
}, "strip", z.ZodTypeAny, {
|
|
1783
1813
|
task: string;
|
|
@@ -1812,6 +1842,7 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
1812
1842
|
scope: "run" | "attempt" | "global";
|
|
1813
1843
|
} | undefined;
|
|
1814
1844
|
metadataType?: string | undefined;
|
|
1845
|
+
payloadSize?: number | undefined;
|
|
1815
1846
|
} | undefined;
|
|
1816
1847
|
payload?: any;
|
|
1817
1848
|
context?: any;
|
|
@@ -1848,6 +1879,7 @@ export declare const BatchTriggerTaskItem: z.ZodObject<{
|
|
|
1848
1879
|
scope: "run" | "attempt" | "global";
|
|
1849
1880
|
} | undefined;
|
|
1850
1881
|
metadataType?: string | undefined;
|
|
1882
|
+
payloadSize?: number | undefined;
|
|
1851
1883
|
} | undefined;
|
|
1852
1884
|
payload?: any;
|
|
1853
1885
|
context?: any;
|
|
@@ -1882,6 +1914,8 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
1882
1914
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
1883
1915
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
1884
1916
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
1917
|
+
/** Byte size of the (pre-offload) serialized payload for this item. */
|
|
1918
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
1885
1919
|
queue: z.ZodOptional<z.ZodObject<{
|
|
1886
1920
|
name: z.ZodString;
|
|
1887
1921
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1941,6 +1975,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
1941
1975
|
scope: "run" | "attempt" | "global";
|
|
1942
1976
|
} | undefined;
|
|
1943
1977
|
metadataType?: string | undefined;
|
|
1978
|
+
payloadSize?: number | undefined;
|
|
1944
1979
|
}, {
|
|
1945
1980
|
metadata?: any;
|
|
1946
1981
|
payloadType?: string | undefined;
|
|
@@ -1972,6 +2007,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
1972
2007
|
scope: "run" | "attempt" | "global";
|
|
1973
2008
|
} | undefined;
|
|
1974
2009
|
metadataType?: string | undefined;
|
|
2010
|
+
payloadSize?: number | undefined;
|
|
1975
2011
|
}>>;
|
|
1976
2012
|
}, "strip", z.ZodTypeAny, {
|
|
1977
2013
|
task: string;
|
|
@@ -2006,6 +2042,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
2006
2042
|
scope: "run" | "attempt" | "global";
|
|
2007
2043
|
} | undefined;
|
|
2008
2044
|
metadataType?: string | undefined;
|
|
2045
|
+
payloadSize?: number | undefined;
|
|
2009
2046
|
} | undefined;
|
|
2010
2047
|
payload?: any;
|
|
2011
2048
|
context?: any;
|
|
@@ -2042,6 +2079,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
2042
2079
|
scope: "run" | "attempt" | "global";
|
|
2043
2080
|
} | undefined;
|
|
2044
2081
|
metadataType?: string | undefined;
|
|
2082
|
+
payloadSize?: number | undefined;
|
|
2045
2083
|
} | undefined;
|
|
2046
2084
|
payload?: any;
|
|
2047
2085
|
context?: any;
|
|
@@ -2092,6 +2130,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
2092
2130
|
scope: "run" | "attempt" | "global";
|
|
2093
2131
|
} | undefined;
|
|
2094
2132
|
metadataType?: string | undefined;
|
|
2133
|
+
payloadSize?: number | undefined;
|
|
2095
2134
|
} | undefined;
|
|
2096
2135
|
payload?: any;
|
|
2097
2136
|
context?: any;
|
|
@@ -2133,6 +2172,7 @@ export declare const BatchTriggerTaskV2RequestBody: z.ZodObject<{
|
|
|
2133
2172
|
scope: "run" | "attempt" | "global";
|
|
2134
2173
|
} | undefined;
|
|
2135
2174
|
metadataType?: string | undefined;
|
|
2175
|
+
payloadSize?: number | undefined;
|
|
2136
2176
|
} | undefined;
|
|
2137
2177
|
payload?: any;
|
|
2138
2178
|
context?: any;
|
|
@@ -2213,6 +2253,8 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2213
2253
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
2214
2254
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
2215
2255
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
2256
|
+
/** Byte size of the (pre-offload) serialized payload for this item. */
|
|
2257
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
2216
2258
|
queue: z.ZodOptional<z.ZodObject<{
|
|
2217
2259
|
name: z.ZodString;
|
|
2218
2260
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2272,6 +2314,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2272
2314
|
scope: "run" | "attempt" | "global";
|
|
2273
2315
|
} | undefined;
|
|
2274
2316
|
metadataType?: string | undefined;
|
|
2317
|
+
payloadSize?: number | undefined;
|
|
2275
2318
|
}, {
|
|
2276
2319
|
metadata?: any;
|
|
2277
2320
|
payloadType?: string | undefined;
|
|
@@ -2303,6 +2346,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2303
2346
|
scope: "run" | "attempt" | "global";
|
|
2304
2347
|
} | undefined;
|
|
2305
2348
|
metadataType?: string | undefined;
|
|
2349
|
+
payloadSize?: number | undefined;
|
|
2306
2350
|
}>>;
|
|
2307
2351
|
}, "strip", z.ZodTypeAny, {
|
|
2308
2352
|
task: string;
|
|
@@ -2337,6 +2381,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2337
2381
|
scope: "run" | "attempt" | "global";
|
|
2338
2382
|
} | undefined;
|
|
2339
2383
|
metadataType?: string | undefined;
|
|
2384
|
+
payloadSize?: number | undefined;
|
|
2340
2385
|
} | undefined;
|
|
2341
2386
|
payload?: any;
|
|
2342
2387
|
context?: any;
|
|
@@ -2373,6 +2418,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2373
2418
|
scope: "run" | "attempt" | "global";
|
|
2374
2419
|
} | undefined;
|
|
2375
2420
|
metadataType?: string | undefined;
|
|
2421
|
+
payloadSize?: number | undefined;
|
|
2376
2422
|
} | undefined;
|
|
2377
2423
|
payload?: any;
|
|
2378
2424
|
context?: any;
|
|
@@ -2421,6 +2467,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2421
2467
|
scope: "run" | "attempt" | "global";
|
|
2422
2468
|
} | undefined;
|
|
2423
2469
|
metadataType?: string | undefined;
|
|
2470
|
+
payloadSize?: number | undefined;
|
|
2424
2471
|
} | undefined;
|
|
2425
2472
|
payload?: any;
|
|
2426
2473
|
context?: any;
|
|
@@ -2461,6 +2508,7 @@ export declare const BatchTriggerTaskV3RequestBody: z.ZodObject<{
|
|
|
2461
2508
|
scope: "run" | "attempt" | "global";
|
|
2462
2509
|
} | undefined;
|
|
2463
2510
|
metadataType?: string | undefined;
|
|
2511
|
+
payloadSize?: number | undefined;
|
|
2464
2512
|
} | undefined;
|
|
2465
2513
|
payload?: any;
|
|
2466
2514
|
context?: any;
|
|
@@ -2589,6 +2637,8 @@ export declare const BatchItemNDJSON: z.ZodObject<{
|
|
|
2589
2637
|
metadataType: z.ZodOptional<z.ZodString>;
|
|
2590
2638
|
parentAttempt: z.ZodOptional<z.ZodString>;
|
|
2591
2639
|
payloadType: z.ZodOptional<z.ZodString>;
|
|
2640
|
+
/** Byte size of the (pre-offload) serialized payload for this item. */
|
|
2641
|
+
payloadSize: z.ZodOptional<z.ZodNumber>;
|
|
2592
2642
|
queue: z.ZodOptional<z.ZodObject<{
|
|
2593
2643
|
name: z.ZodString;
|
|
2594
2644
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2648,6 +2698,7 @@ export declare const BatchItemNDJSON: z.ZodObject<{
|
|
|
2648
2698
|
scope: "run" | "attempt" | "global";
|
|
2649
2699
|
} | undefined;
|
|
2650
2700
|
metadataType?: string | undefined;
|
|
2701
|
+
payloadSize?: number | undefined;
|
|
2651
2702
|
}, {
|
|
2652
2703
|
metadata?: any;
|
|
2653
2704
|
payloadType?: string | undefined;
|
|
@@ -2679,6 +2730,7 @@ export declare const BatchItemNDJSON: z.ZodObject<{
|
|
|
2679
2730
|
scope: "run" | "attempt" | "global";
|
|
2680
2731
|
} | undefined;
|
|
2681
2732
|
metadataType?: string | undefined;
|
|
2733
|
+
payloadSize?: number | undefined;
|
|
2682
2734
|
}>>;
|
|
2683
2735
|
}, "strip", z.ZodTypeAny, {
|
|
2684
2736
|
task: string;
|
|
@@ -2714,6 +2766,7 @@ export declare const BatchItemNDJSON: z.ZodObject<{
|
|
|
2714
2766
|
scope: "run" | "attempt" | "global";
|
|
2715
2767
|
} | undefined;
|
|
2716
2768
|
metadataType?: string | undefined;
|
|
2769
|
+
payloadSize?: number | undefined;
|
|
2717
2770
|
} | undefined;
|
|
2718
2771
|
payload?: unknown;
|
|
2719
2772
|
}, {
|
|
@@ -2750,6 +2803,7 @@ export declare const BatchItemNDJSON: z.ZodObject<{
|
|
|
2750
2803
|
scope: "run" | "attempt" | "global";
|
|
2751
2804
|
} | undefined;
|
|
2752
2805
|
metadataType?: string | undefined;
|
|
2806
|
+
payloadSize?: number | undefined;
|
|
2753
2807
|
} | undefined;
|
|
2754
2808
|
payload?: unknown;
|
|
2755
2809
|
}>;
|
|
@@ -6687,6 +6741,630 @@ export declare const ListRunResponse: z.ZodObject<{
|
|
|
6687
6741
|
};
|
|
6688
6742
|
}>;
|
|
6689
6743
|
export type ListRunResponse = z.infer<typeof ListRunResponse>;
|
|
6744
|
+
export declare const CreateBulkActionRequestBody: z.ZodEffects<z.ZodDiscriminatedUnion<"action", [z.ZodObject<{
|
|
6745
|
+
filter: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
6746
|
+
status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["PENDING_VERSION", "QUEUED", "DEQUEUED", "EXECUTING", "WAITING", "COMPLETED", "CANCELED", "FAILED", "CRASHED", "SYSTEM_FAILURE", "DELAYED", "EXPIRED", "TIMED_OUT"]>, z.ZodArray<z.ZodEnum<["PENDING_VERSION", "QUEUED", "DEQUEUED", "EXECUTING", "WAITING", "COMPLETED", "CANCELED", "FAILED", "CRASHED", "SYSTEM_FAILURE", "DELAYED", "EXPIRED", "TIMED_OUT"]>, "many">]>>;
|
|
6747
|
+
taskIdentifier: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6748
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6749
|
+
from: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodNumber]>>;
|
|
6750
|
+
to: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodNumber]>>;
|
|
6751
|
+
period: z.ZodOptional<z.ZodString>;
|
|
6752
|
+
bulkAction: z.ZodOptional<z.ZodString>;
|
|
6753
|
+
tag: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6754
|
+
schedule: z.ZodOptional<z.ZodString>;
|
|
6755
|
+
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
6756
|
+
batch: z.ZodOptional<z.ZodString>;
|
|
6757
|
+
queue: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
6758
|
+
type: z.ZodEnum<["task", "custom"]>;
|
|
6759
|
+
name: z.ZodString;
|
|
6760
|
+
}, "strip", z.ZodTypeAny, {
|
|
6761
|
+
type: "custom" | "task";
|
|
6762
|
+
name: string;
|
|
6763
|
+
}, {
|
|
6764
|
+
type: "custom" | "task";
|
|
6765
|
+
name: string;
|
|
6766
|
+
}>, z.ZodArray<z.ZodObject<{
|
|
6767
|
+
type: z.ZodEnum<["task", "custom"]>;
|
|
6768
|
+
name: z.ZodString;
|
|
6769
|
+
}, "strip", z.ZodTypeAny, {
|
|
6770
|
+
type: "custom" | "task";
|
|
6771
|
+
name: string;
|
|
6772
|
+
}, {
|
|
6773
|
+
type: "custom" | "task";
|
|
6774
|
+
name: string;
|
|
6775
|
+
}>, "many">]>>;
|
|
6776
|
+
machine: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>, z.ZodArray<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>, "many">]>>;
|
|
6777
|
+
region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6778
|
+
}, "strip", z.ZodTypeAny, {
|
|
6779
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6780
|
+
isTest?: boolean | undefined;
|
|
6781
|
+
version?: string | string[] | undefined;
|
|
6782
|
+
region?: string | string[] | undefined;
|
|
6783
|
+
queue?: {
|
|
6784
|
+
type: "custom" | "task";
|
|
6785
|
+
name: string;
|
|
6786
|
+
} | {
|
|
6787
|
+
type: "custom" | "task";
|
|
6788
|
+
name: string;
|
|
6789
|
+
}[] | undefined;
|
|
6790
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6791
|
+
batch?: string | undefined;
|
|
6792
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6793
|
+
schedule?: string | undefined;
|
|
6794
|
+
from?: number | Date | undefined;
|
|
6795
|
+
to?: number | Date | undefined;
|
|
6796
|
+
period?: string | undefined;
|
|
6797
|
+
bulkAction?: string | undefined;
|
|
6798
|
+
tag?: string | string[] | undefined;
|
|
6799
|
+
}, {
|
|
6800
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6801
|
+
isTest?: boolean | undefined;
|
|
6802
|
+
version?: string | string[] | undefined;
|
|
6803
|
+
region?: string | string[] | undefined;
|
|
6804
|
+
queue?: {
|
|
6805
|
+
type: "custom" | "task";
|
|
6806
|
+
name: string;
|
|
6807
|
+
} | {
|
|
6808
|
+
type: "custom" | "task";
|
|
6809
|
+
name: string;
|
|
6810
|
+
}[] | undefined;
|
|
6811
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6812
|
+
batch?: string | undefined;
|
|
6813
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6814
|
+
schedule?: string | undefined;
|
|
6815
|
+
from?: number | Date | undefined;
|
|
6816
|
+
to?: number | Date | undefined;
|
|
6817
|
+
period?: string | undefined;
|
|
6818
|
+
bulkAction?: string | undefined;
|
|
6819
|
+
tag?: string | string[] | undefined;
|
|
6820
|
+
}>, {
|
|
6821
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6822
|
+
isTest?: boolean | undefined;
|
|
6823
|
+
version?: string | string[] | undefined;
|
|
6824
|
+
region?: string | string[] | undefined;
|
|
6825
|
+
queue?: {
|
|
6826
|
+
type: "custom" | "task";
|
|
6827
|
+
name: string;
|
|
6828
|
+
} | {
|
|
6829
|
+
type: "custom" | "task";
|
|
6830
|
+
name: string;
|
|
6831
|
+
}[] | undefined;
|
|
6832
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6833
|
+
batch?: string | undefined;
|
|
6834
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6835
|
+
schedule?: string | undefined;
|
|
6836
|
+
from?: number | Date | undefined;
|
|
6837
|
+
to?: number | Date | undefined;
|
|
6838
|
+
period?: string | undefined;
|
|
6839
|
+
bulkAction?: string | undefined;
|
|
6840
|
+
tag?: string | string[] | undefined;
|
|
6841
|
+
}, {
|
|
6842
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6843
|
+
isTest?: boolean | undefined;
|
|
6844
|
+
version?: string | string[] | undefined;
|
|
6845
|
+
region?: string | string[] | undefined;
|
|
6846
|
+
queue?: {
|
|
6847
|
+
type: "custom" | "task";
|
|
6848
|
+
name: string;
|
|
6849
|
+
} | {
|
|
6850
|
+
type: "custom" | "task";
|
|
6851
|
+
name: string;
|
|
6852
|
+
}[] | undefined;
|
|
6853
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6854
|
+
batch?: string | undefined;
|
|
6855
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6856
|
+
schedule?: string | undefined;
|
|
6857
|
+
from?: number | Date | undefined;
|
|
6858
|
+
to?: number | Date | undefined;
|
|
6859
|
+
period?: string | undefined;
|
|
6860
|
+
bulkAction?: string | undefined;
|
|
6861
|
+
tag?: string | string[] | undefined;
|
|
6862
|
+
}>>;
|
|
6863
|
+
runIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6864
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6865
|
+
action: z.ZodLiteral<"cancel">;
|
|
6866
|
+
targetRegion: z.ZodOptional<z.ZodNever>;
|
|
6867
|
+
}, "strip", z.ZodTypeAny, {
|
|
6868
|
+
action: "cancel";
|
|
6869
|
+
filter?: {
|
|
6870
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6871
|
+
isTest?: boolean | undefined;
|
|
6872
|
+
version?: string | string[] | undefined;
|
|
6873
|
+
region?: string | string[] | undefined;
|
|
6874
|
+
queue?: {
|
|
6875
|
+
type: "custom" | "task";
|
|
6876
|
+
name: string;
|
|
6877
|
+
} | {
|
|
6878
|
+
type: "custom" | "task";
|
|
6879
|
+
name: string;
|
|
6880
|
+
}[] | undefined;
|
|
6881
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6882
|
+
batch?: string | undefined;
|
|
6883
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6884
|
+
schedule?: string | undefined;
|
|
6885
|
+
from?: number | Date | undefined;
|
|
6886
|
+
to?: number | Date | undefined;
|
|
6887
|
+
period?: string | undefined;
|
|
6888
|
+
bulkAction?: string | undefined;
|
|
6889
|
+
tag?: string | string[] | undefined;
|
|
6890
|
+
} | undefined;
|
|
6891
|
+
name?: string | undefined;
|
|
6892
|
+
targetRegion?: undefined;
|
|
6893
|
+
runIds?: string[] | undefined;
|
|
6894
|
+
}, {
|
|
6895
|
+
action: "cancel";
|
|
6896
|
+
filter?: {
|
|
6897
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6898
|
+
isTest?: boolean | undefined;
|
|
6899
|
+
version?: string | string[] | undefined;
|
|
6900
|
+
region?: string | string[] | undefined;
|
|
6901
|
+
queue?: {
|
|
6902
|
+
type: "custom" | "task";
|
|
6903
|
+
name: string;
|
|
6904
|
+
} | {
|
|
6905
|
+
type: "custom" | "task";
|
|
6906
|
+
name: string;
|
|
6907
|
+
}[] | undefined;
|
|
6908
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6909
|
+
batch?: string | undefined;
|
|
6910
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6911
|
+
schedule?: string | undefined;
|
|
6912
|
+
from?: number | Date | undefined;
|
|
6913
|
+
to?: number | Date | undefined;
|
|
6914
|
+
period?: string | undefined;
|
|
6915
|
+
bulkAction?: string | undefined;
|
|
6916
|
+
tag?: string | string[] | undefined;
|
|
6917
|
+
} | undefined;
|
|
6918
|
+
name?: string | undefined;
|
|
6919
|
+
targetRegion?: undefined;
|
|
6920
|
+
runIds?: string[] | undefined;
|
|
6921
|
+
}>, z.ZodObject<{
|
|
6922
|
+
filter: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
6923
|
+
status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["PENDING_VERSION", "QUEUED", "DEQUEUED", "EXECUTING", "WAITING", "COMPLETED", "CANCELED", "FAILED", "CRASHED", "SYSTEM_FAILURE", "DELAYED", "EXPIRED", "TIMED_OUT"]>, z.ZodArray<z.ZodEnum<["PENDING_VERSION", "QUEUED", "DEQUEUED", "EXECUTING", "WAITING", "COMPLETED", "CANCELED", "FAILED", "CRASHED", "SYSTEM_FAILURE", "DELAYED", "EXPIRED", "TIMED_OUT"]>, "many">]>>;
|
|
6924
|
+
taskIdentifier: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6925
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6926
|
+
from: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodNumber]>>;
|
|
6927
|
+
to: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodNumber]>>;
|
|
6928
|
+
period: z.ZodOptional<z.ZodString>;
|
|
6929
|
+
bulkAction: z.ZodOptional<z.ZodString>;
|
|
6930
|
+
tag: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6931
|
+
schedule: z.ZodOptional<z.ZodString>;
|
|
6932
|
+
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
6933
|
+
batch: z.ZodOptional<z.ZodString>;
|
|
6934
|
+
queue: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
6935
|
+
type: z.ZodEnum<["task", "custom"]>;
|
|
6936
|
+
name: z.ZodString;
|
|
6937
|
+
}, "strip", z.ZodTypeAny, {
|
|
6938
|
+
type: "custom" | "task";
|
|
6939
|
+
name: string;
|
|
6940
|
+
}, {
|
|
6941
|
+
type: "custom" | "task";
|
|
6942
|
+
name: string;
|
|
6943
|
+
}>, z.ZodArray<z.ZodObject<{
|
|
6944
|
+
type: z.ZodEnum<["task", "custom"]>;
|
|
6945
|
+
name: z.ZodString;
|
|
6946
|
+
}, "strip", z.ZodTypeAny, {
|
|
6947
|
+
type: "custom" | "task";
|
|
6948
|
+
name: string;
|
|
6949
|
+
}, {
|
|
6950
|
+
type: "custom" | "task";
|
|
6951
|
+
name: string;
|
|
6952
|
+
}>, "many">]>>;
|
|
6953
|
+
machine: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>, z.ZodArray<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>, "many">]>>;
|
|
6954
|
+
region: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
6955
|
+
}, "strip", z.ZodTypeAny, {
|
|
6956
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6957
|
+
isTest?: boolean | undefined;
|
|
6958
|
+
version?: string | string[] | undefined;
|
|
6959
|
+
region?: string | string[] | undefined;
|
|
6960
|
+
queue?: {
|
|
6961
|
+
type: "custom" | "task";
|
|
6962
|
+
name: string;
|
|
6963
|
+
} | {
|
|
6964
|
+
type: "custom" | "task";
|
|
6965
|
+
name: string;
|
|
6966
|
+
}[] | undefined;
|
|
6967
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6968
|
+
batch?: string | undefined;
|
|
6969
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6970
|
+
schedule?: string | undefined;
|
|
6971
|
+
from?: number | Date | undefined;
|
|
6972
|
+
to?: number | Date | undefined;
|
|
6973
|
+
period?: string | undefined;
|
|
6974
|
+
bulkAction?: string | undefined;
|
|
6975
|
+
tag?: string | string[] | undefined;
|
|
6976
|
+
}, {
|
|
6977
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6978
|
+
isTest?: boolean | undefined;
|
|
6979
|
+
version?: string | string[] | undefined;
|
|
6980
|
+
region?: string | string[] | undefined;
|
|
6981
|
+
queue?: {
|
|
6982
|
+
type: "custom" | "task";
|
|
6983
|
+
name: string;
|
|
6984
|
+
} | {
|
|
6985
|
+
type: "custom" | "task";
|
|
6986
|
+
name: string;
|
|
6987
|
+
}[] | undefined;
|
|
6988
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
6989
|
+
batch?: string | undefined;
|
|
6990
|
+
taskIdentifier?: string | string[] | undefined;
|
|
6991
|
+
schedule?: string | undefined;
|
|
6992
|
+
from?: number | Date | undefined;
|
|
6993
|
+
to?: number | Date | undefined;
|
|
6994
|
+
period?: string | undefined;
|
|
6995
|
+
bulkAction?: string | undefined;
|
|
6996
|
+
tag?: string | string[] | undefined;
|
|
6997
|
+
}>, {
|
|
6998
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
6999
|
+
isTest?: boolean | undefined;
|
|
7000
|
+
version?: string | string[] | undefined;
|
|
7001
|
+
region?: string | string[] | undefined;
|
|
7002
|
+
queue?: {
|
|
7003
|
+
type: "custom" | "task";
|
|
7004
|
+
name: string;
|
|
7005
|
+
} | {
|
|
7006
|
+
type: "custom" | "task";
|
|
7007
|
+
name: string;
|
|
7008
|
+
}[] | undefined;
|
|
7009
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7010
|
+
batch?: string | undefined;
|
|
7011
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7012
|
+
schedule?: string | undefined;
|
|
7013
|
+
from?: number | Date | undefined;
|
|
7014
|
+
to?: number | Date | undefined;
|
|
7015
|
+
period?: string | undefined;
|
|
7016
|
+
bulkAction?: string | undefined;
|
|
7017
|
+
tag?: string | string[] | undefined;
|
|
7018
|
+
}, {
|
|
7019
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7020
|
+
isTest?: boolean | undefined;
|
|
7021
|
+
version?: string | string[] | undefined;
|
|
7022
|
+
region?: string | string[] | undefined;
|
|
7023
|
+
queue?: {
|
|
7024
|
+
type: "custom" | "task";
|
|
7025
|
+
name: string;
|
|
7026
|
+
} | {
|
|
7027
|
+
type: "custom" | "task";
|
|
7028
|
+
name: string;
|
|
7029
|
+
}[] | undefined;
|
|
7030
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7031
|
+
batch?: string | undefined;
|
|
7032
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7033
|
+
schedule?: string | undefined;
|
|
7034
|
+
from?: number | Date | undefined;
|
|
7035
|
+
to?: number | Date | undefined;
|
|
7036
|
+
period?: string | undefined;
|
|
7037
|
+
bulkAction?: string | undefined;
|
|
7038
|
+
tag?: string | string[] | undefined;
|
|
7039
|
+
}>>;
|
|
7040
|
+
runIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7041
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7042
|
+
action: z.ZodLiteral<"replay">;
|
|
7043
|
+
targetRegion: z.ZodOptional<z.ZodString>;
|
|
7044
|
+
}, "strip", z.ZodTypeAny, {
|
|
7045
|
+
action: "replay";
|
|
7046
|
+
filter?: {
|
|
7047
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7048
|
+
isTest?: boolean | undefined;
|
|
7049
|
+
version?: string | string[] | undefined;
|
|
7050
|
+
region?: string | string[] | undefined;
|
|
7051
|
+
queue?: {
|
|
7052
|
+
type: "custom" | "task";
|
|
7053
|
+
name: string;
|
|
7054
|
+
} | {
|
|
7055
|
+
type: "custom" | "task";
|
|
7056
|
+
name: string;
|
|
7057
|
+
}[] | undefined;
|
|
7058
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7059
|
+
batch?: string | undefined;
|
|
7060
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7061
|
+
schedule?: string | undefined;
|
|
7062
|
+
from?: number | Date | undefined;
|
|
7063
|
+
to?: number | Date | undefined;
|
|
7064
|
+
period?: string | undefined;
|
|
7065
|
+
bulkAction?: string | undefined;
|
|
7066
|
+
tag?: string | string[] | undefined;
|
|
7067
|
+
} | undefined;
|
|
7068
|
+
name?: string | undefined;
|
|
7069
|
+
targetRegion?: string | undefined;
|
|
7070
|
+
runIds?: string[] | undefined;
|
|
7071
|
+
}, {
|
|
7072
|
+
action: "replay";
|
|
7073
|
+
filter?: {
|
|
7074
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7075
|
+
isTest?: boolean | undefined;
|
|
7076
|
+
version?: string | string[] | undefined;
|
|
7077
|
+
region?: string | string[] | undefined;
|
|
7078
|
+
queue?: {
|
|
7079
|
+
type: "custom" | "task";
|
|
7080
|
+
name: string;
|
|
7081
|
+
} | {
|
|
7082
|
+
type: "custom" | "task";
|
|
7083
|
+
name: string;
|
|
7084
|
+
}[] | undefined;
|
|
7085
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7086
|
+
batch?: string | undefined;
|
|
7087
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7088
|
+
schedule?: string | undefined;
|
|
7089
|
+
from?: number | Date | undefined;
|
|
7090
|
+
to?: number | Date | undefined;
|
|
7091
|
+
period?: string | undefined;
|
|
7092
|
+
bulkAction?: string | undefined;
|
|
7093
|
+
tag?: string | string[] | undefined;
|
|
7094
|
+
} | undefined;
|
|
7095
|
+
name?: string | undefined;
|
|
7096
|
+
targetRegion?: string | undefined;
|
|
7097
|
+
runIds?: string[] | undefined;
|
|
7098
|
+
}>]>, {
|
|
7099
|
+
action: "cancel";
|
|
7100
|
+
filter?: {
|
|
7101
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7102
|
+
isTest?: boolean | undefined;
|
|
7103
|
+
version?: string | string[] | undefined;
|
|
7104
|
+
region?: string | string[] | undefined;
|
|
7105
|
+
queue?: {
|
|
7106
|
+
type: "custom" | "task";
|
|
7107
|
+
name: string;
|
|
7108
|
+
} | {
|
|
7109
|
+
type: "custom" | "task";
|
|
7110
|
+
name: string;
|
|
7111
|
+
}[] | undefined;
|
|
7112
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7113
|
+
batch?: string | undefined;
|
|
7114
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7115
|
+
schedule?: string | undefined;
|
|
7116
|
+
from?: number | Date | undefined;
|
|
7117
|
+
to?: number | Date | undefined;
|
|
7118
|
+
period?: string | undefined;
|
|
7119
|
+
bulkAction?: string | undefined;
|
|
7120
|
+
tag?: string | string[] | undefined;
|
|
7121
|
+
} | undefined;
|
|
7122
|
+
name?: string | undefined;
|
|
7123
|
+
targetRegion?: undefined;
|
|
7124
|
+
runIds?: string[] | undefined;
|
|
7125
|
+
} | {
|
|
7126
|
+
action: "replay";
|
|
7127
|
+
filter?: {
|
|
7128
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7129
|
+
isTest?: boolean | undefined;
|
|
7130
|
+
version?: string | string[] | undefined;
|
|
7131
|
+
region?: string | string[] | undefined;
|
|
7132
|
+
queue?: {
|
|
7133
|
+
type: "custom" | "task";
|
|
7134
|
+
name: string;
|
|
7135
|
+
} | {
|
|
7136
|
+
type: "custom" | "task";
|
|
7137
|
+
name: string;
|
|
7138
|
+
}[] | undefined;
|
|
7139
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7140
|
+
batch?: string | undefined;
|
|
7141
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7142
|
+
schedule?: string | undefined;
|
|
7143
|
+
from?: number | Date | undefined;
|
|
7144
|
+
to?: number | Date | undefined;
|
|
7145
|
+
period?: string | undefined;
|
|
7146
|
+
bulkAction?: string | undefined;
|
|
7147
|
+
tag?: string | string[] | undefined;
|
|
7148
|
+
} | undefined;
|
|
7149
|
+
name?: string | undefined;
|
|
7150
|
+
targetRegion?: string | undefined;
|
|
7151
|
+
runIds?: string[] | undefined;
|
|
7152
|
+
}, {
|
|
7153
|
+
action: "cancel";
|
|
7154
|
+
filter?: {
|
|
7155
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7156
|
+
isTest?: boolean | undefined;
|
|
7157
|
+
version?: string | string[] | undefined;
|
|
7158
|
+
region?: string | string[] | undefined;
|
|
7159
|
+
queue?: {
|
|
7160
|
+
type: "custom" | "task";
|
|
7161
|
+
name: string;
|
|
7162
|
+
} | {
|
|
7163
|
+
type: "custom" | "task";
|
|
7164
|
+
name: string;
|
|
7165
|
+
}[] | undefined;
|
|
7166
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7167
|
+
batch?: string | undefined;
|
|
7168
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7169
|
+
schedule?: string | undefined;
|
|
7170
|
+
from?: number | Date | undefined;
|
|
7171
|
+
to?: number | Date | undefined;
|
|
7172
|
+
period?: string | undefined;
|
|
7173
|
+
bulkAction?: string | undefined;
|
|
7174
|
+
tag?: string | string[] | undefined;
|
|
7175
|
+
} | undefined;
|
|
7176
|
+
name?: string | undefined;
|
|
7177
|
+
targetRegion?: undefined;
|
|
7178
|
+
runIds?: string[] | undefined;
|
|
7179
|
+
} | {
|
|
7180
|
+
action: "replay";
|
|
7181
|
+
filter?: {
|
|
7182
|
+
status?: "PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT" | ("PENDING_VERSION" | "QUEUED" | "DEQUEUED" | "EXECUTING" | "WAITING" | "COMPLETED" | "CANCELED" | "FAILED" | "CRASHED" | "SYSTEM_FAILURE" | "DELAYED" | "EXPIRED" | "TIMED_OUT")[] | undefined;
|
|
7183
|
+
isTest?: boolean | undefined;
|
|
7184
|
+
version?: string | string[] | undefined;
|
|
7185
|
+
region?: string | string[] | undefined;
|
|
7186
|
+
queue?: {
|
|
7187
|
+
type: "custom" | "task";
|
|
7188
|
+
name: string;
|
|
7189
|
+
} | {
|
|
7190
|
+
type: "custom" | "task";
|
|
7191
|
+
name: string;
|
|
7192
|
+
}[] | undefined;
|
|
7193
|
+
machine?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | ("micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x")[] | undefined;
|
|
7194
|
+
batch?: string | undefined;
|
|
7195
|
+
taskIdentifier?: string | string[] | undefined;
|
|
7196
|
+
schedule?: string | undefined;
|
|
7197
|
+
from?: number | Date | undefined;
|
|
7198
|
+
to?: number | Date | undefined;
|
|
7199
|
+
period?: string | undefined;
|
|
7200
|
+
bulkAction?: string | undefined;
|
|
7201
|
+
tag?: string | string[] | undefined;
|
|
7202
|
+
} | undefined;
|
|
7203
|
+
name?: string | undefined;
|
|
7204
|
+
targetRegion?: string | undefined;
|
|
7205
|
+
runIds?: string[] | undefined;
|
|
7206
|
+
}>;
|
|
7207
|
+
export type CreateBulkActionRequestBody = z.infer<typeof CreateBulkActionRequestBody>;
|
|
7208
|
+
export declare const BulkActionStatus: z.ZodEnum<["PENDING", "COMPLETED", "ABORTED"]>;
|
|
7209
|
+
export type BulkActionStatus = z.infer<typeof BulkActionStatus>;
|
|
7210
|
+
export declare const BulkActionType: z.ZodEnum<["CANCEL", "REPLAY"]>;
|
|
7211
|
+
export type BulkActionType = z.infer<typeof BulkActionType>;
|
|
7212
|
+
export declare const BulkActionObject: z.ZodObject<{
|
|
7213
|
+
id: z.ZodString;
|
|
7214
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7215
|
+
type: z.ZodEnum<["CANCEL", "REPLAY"]>;
|
|
7216
|
+
status: z.ZodEnum<["PENDING", "COMPLETED", "ABORTED"]>;
|
|
7217
|
+
counts: z.ZodObject<{
|
|
7218
|
+
total: z.ZodNumber;
|
|
7219
|
+
success: z.ZodNumber;
|
|
7220
|
+
failure: z.ZodNumber;
|
|
7221
|
+
}, "strip", z.ZodTypeAny, {
|
|
7222
|
+
success: number;
|
|
7223
|
+
total: number;
|
|
7224
|
+
failure: number;
|
|
7225
|
+
}, {
|
|
7226
|
+
success: number;
|
|
7227
|
+
total: number;
|
|
7228
|
+
failure: number;
|
|
7229
|
+
}>;
|
|
7230
|
+
createdAt: z.ZodDate;
|
|
7231
|
+
completedAt: z.ZodOptional<z.ZodDate>;
|
|
7232
|
+
}, "strip", z.ZodTypeAny, {
|
|
7233
|
+
type: "CANCEL" | "REPLAY";
|
|
7234
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7235
|
+
id: string;
|
|
7236
|
+
createdAt: Date;
|
|
7237
|
+
counts: {
|
|
7238
|
+
success: number;
|
|
7239
|
+
total: number;
|
|
7240
|
+
failure: number;
|
|
7241
|
+
};
|
|
7242
|
+
name?: string | undefined;
|
|
7243
|
+
completedAt?: Date | undefined;
|
|
7244
|
+
}, {
|
|
7245
|
+
type: "CANCEL" | "REPLAY";
|
|
7246
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7247
|
+
id: string;
|
|
7248
|
+
createdAt: Date;
|
|
7249
|
+
counts: {
|
|
7250
|
+
success: number;
|
|
7251
|
+
total: number;
|
|
7252
|
+
failure: number;
|
|
7253
|
+
};
|
|
7254
|
+
name?: string | undefined;
|
|
7255
|
+
completedAt?: Date | undefined;
|
|
7256
|
+
}>;
|
|
7257
|
+
export type BulkActionObject = z.infer<typeof BulkActionObject>;
|
|
7258
|
+
export declare const CreateBulkActionResponseBody: z.ZodObject<{
|
|
7259
|
+
id: z.ZodString;
|
|
7260
|
+
}, "strip", z.ZodTypeAny, {
|
|
7261
|
+
id: string;
|
|
7262
|
+
}, {
|
|
7263
|
+
id: string;
|
|
7264
|
+
}>;
|
|
7265
|
+
export type CreateBulkActionResponseBody = z.infer<typeof CreateBulkActionResponseBody>;
|
|
7266
|
+
export declare const AbortBulkActionResponseBody: z.ZodObject<{
|
|
7267
|
+
id: z.ZodString;
|
|
7268
|
+
}, "strip", z.ZodTypeAny, {
|
|
7269
|
+
id: string;
|
|
7270
|
+
}, {
|
|
7271
|
+
id: string;
|
|
7272
|
+
}>;
|
|
7273
|
+
export type AbortBulkActionResponseBody = z.infer<typeof AbortBulkActionResponseBody>;
|
|
7274
|
+
export declare const ListBulkActionsResponseBody: z.ZodObject<{
|
|
7275
|
+
data: z.ZodArray<z.ZodObject<{
|
|
7276
|
+
id: z.ZodString;
|
|
7277
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7278
|
+
type: z.ZodEnum<["CANCEL", "REPLAY"]>;
|
|
7279
|
+
status: z.ZodEnum<["PENDING", "COMPLETED", "ABORTED"]>;
|
|
7280
|
+
counts: z.ZodObject<{
|
|
7281
|
+
total: z.ZodNumber;
|
|
7282
|
+
success: z.ZodNumber;
|
|
7283
|
+
failure: z.ZodNumber;
|
|
7284
|
+
}, "strip", z.ZodTypeAny, {
|
|
7285
|
+
success: number;
|
|
7286
|
+
total: number;
|
|
7287
|
+
failure: number;
|
|
7288
|
+
}, {
|
|
7289
|
+
success: number;
|
|
7290
|
+
total: number;
|
|
7291
|
+
failure: number;
|
|
7292
|
+
}>;
|
|
7293
|
+
createdAt: z.ZodDate;
|
|
7294
|
+
completedAt: z.ZodOptional<z.ZodDate>;
|
|
7295
|
+
}, "strip", z.ZodTypeAny, {
|
|
7296
|
+
type: "CANCEL" | "REPLAY";
|
|
7297
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7298
|
+
id: string;
|
|
7299
|
+
createdAt: Date;
|
|
7300
|
+
counts: {
|
|
7301
|
+
success: number;
|
|
7302
|
+
total: number;
|
|
7303
|
+
failure: number;
|
|
7304
|
+
};
|
|
7305
|
+
name?: string | undefined;
|
|
7306
|
+
completedAt?: Date | undefined;
|
|
7307
|
+
}, {
|
|
7308
|
+
type: "CANCEL" | "REPLAY";
|
|
7309
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7310
|
+
id: string;
|
|
7311
|
+
createdAt: Date;
|
|
7312
|
+
counts: {
|
|
7313
|
+
success: number;
|
|
7314
|
+
total: number;
|
|
7315
|
+
failure: number;
|
|
7316
|
+
};
|
|
7317
|
+
name?: string | undefined;
|
|
7318
|
+
completedAt?: Date | undefined;
|
|
7319
|
+
}>, "many">;
|
|
7320
|
+
pagination: z.ZodObject<{
|
|
7321
|
+
next: z.ZodOptional<z.ZodString>;
|
|
7322
|
+
previous: z.ZodOptional<z.ZodString>;
|
|
7323
|
+
}, "strip", z.ZodTypeAny, {
|
|
7324
|
+
next?: string | undefined;
|
|
7325
|
+
previous?: string | undefined;
|
|
7326
|
+
}, {
|
|
7327
|
+
next?: string | undefined;
|
|
7328
|
+
previous?: string | undefined;
|
|
7329
|
+
}>;
|
|
7330
|
+
}, "strip", z.ZodTypeAny, {
|
|
7331
|
+
data: {
|
|
7332
|
+
type: "CANCEL" | "REPLAY";
|
|
7333
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7334
|
+
id: string;
|
|
7335
|
+
createdAt: Date;
|
|
7336
|
+
counts: {
|
|
7337
|
+
success: number;
|
|
7338
|
+
total: number;
|
|
7339
|
+
failure: number;
|
|
7340
|
+
};
|
|
7341
|
+
name?: string | undefined;
|
|
7342
|
+
completedAt?: Date | undefined;
|
|
7343
|
+
}[];
|
|
7344
|
+
pagination: {
|
|
7345
|
+
next?: string | undefined;
|
|
7346
|
+
previous?: string | undefined;
|
|
7347
|
+
};
|
|
7348
|
+
}, {
|
|
7349
|
+
data: {
|
|
7350
|
+
type: "CANCEL" | "REPLAY";
|
|
7351
|
+
status: "COMPLETED" | "PENDING" | "ABORTED";
|
|
7352
|
+
id: string;
|
|
7353
|
+
createdAt: Date;
|
|
7354
|
+
counts: {
|
|
7355
|
+
success: number;
|
|
7356
|
+
total: number;
|
|
7357
|
+
failure: number;
|
|
7358
|
+
};
|
|
7359
|
+
name?: string | undefined;
|
|
7360
|
+
completedAt?: Date | undefined;
|
|
7361
|
+
}[];
|
|
7362
|
+
pagination: {
|
|
7363
|
+
next?: string | undefined;
|
|
7364
|
+
previous?: string | undefined;
|
|
7365
|
+
};
|
|
7366
|
+
}>;
|
|
7367
|
+
export type ListBulkActionsResponseBody = z.infer<typeof ListBulkActionsResponseBody>;
|
|
6690
7368
|
export declare const CreateEnvironmentVariableRequestBody: z.ZodObject<{
|
|
6691
7369
|
name: z.ZodString;
|
|
6692
7370
|
value: z.ZodString;
|
|
@@ -6739,8 +7417,8 @@ export declare const ImportEnvironmentVariablesRequestBody: z.ZodObject<{
|
|
|
6739
7417
|
type: "integration";
|
|
6740
7418
|
integration: string;
|
|
6741
7419
|
} | undefined;
|
|
6742
|
-
parentVariables?: Record<string, string> | undefined;
|
|
6743
7420
|
override?: boolean | undefined;
|
|
7421
|
+
parentVariables?: Record<string, string> | undefined;
|
|
6744
7422
|
isSecret?: boolean | undefined;
|
|
6745
7423
|
}, {
|
|
6746
7424
|
variables: Record<string, string>;
|
|
@@ -6751,8 +7429,8 @@ export declare const ImportEnvironmentVariablesRequestBody: z.ZodObject<{
|
|
|
6751
7429
|
type: "integration";
|
|
6752
7430
|
integration: string;
|
|
6753
7431
|
} | undefined;
|
|
6754
|
-
parentVariables?: Record<string, string> | undefined;
|
|
6755
7432
|
override?: boolean | undefined;
|
|
7433
|
+
parentVariables?: Record<string, string> | undefined;
|
|
6756
7434
|
isSecret?: boolean | undefined;
|
|
6757
7435
|
}>;
|
|
6758
7436
|
export type ImportEnvironmentVariablesRequestBody = z.infer<typeof ImportEnvironmentVariablesRequestBody>;
|
|
@@ -7348,7 +8026,7 @@ export declare const RetrieveBatchResponse: z.ZodObject<{
|
|
|
7348
8026
|
runCount: z.ZodNumber;
|
|
7349
8027
|
runs: z.ZodArray<z.ZodString, "many">;
|
|
7350
8028
|
}, "strip", z.ZodTypeAny, {
|
|
7351
|
-
status: "COMPLETED" | "PENDING" | "
|
|
8029
|
+
status: "COMPLETED" | "PENDING" | "ABORTED" | "PROCESSING" | "PARTIAL_FAILED";
|
|
7352
8030
|
id: string;
|
|
7353
8031
|
createdAt: Date;
|
|
7354
8032
|
updatedAt: Date;
|
|
@@ -7356,7 +8034,7 @@ export declare const RetrieveBatchResponse: z.ZodObject<{
|
|
|
7356
8034
|
runCount: number;
|
|
7357
8035
|
idempotencyKey?: string | undefined;
|
|
7358
8036
|
}, {
|
|
7359
|
-
status: "COMPLETED" | "PENDING" | "
|
|
8037
|
+
status: "COMPLETED" | "PENDING" | "ABORTED" | "PROCESSING" | "PARTIAL_FAILED";
|
|
7360
8038
|
id: string;
|
|
7361
8039
|
createdAt: Date;
|
|
7362
8040
|
updatedAt: Date;
|
|
@@ -7409,7 +8087,7 @@ export declare const RetrieveBatchV2Response: z.ZodObject<{
|
|
|
7409
8087
|
completedAt?: Date | undefined;
|
|
7410
8088
|
}>;
|
|
7411
8089
|
}, "strip", z.ZodTypeAny, {
|
|
7412
|
-
status: "COMPLETED" | "PENDING" | "
|
|
8090
|
+
status: "COMPLETED" | "PENDING" | "ABORTED" | "PROCESSING" | "PARTIAL_FAILED";
|
|
7413
8091
|
id: string;
|
|
7414
8092
|
createdAt: Date;
|
|
7415
8093
|
updatedAt: Date;
|
|
@@ -7426,7 +8104,7 @@ export declare const RetrieveBatchV2Response: z.ZodObject<{
|
|
|
7426
8104
|
};
|
|
7427
8105
|
idempotencyKey?: string | undefined;
|
|
7428
8106
|
}, {
|
|
7429
|
-
status: "COMPLETED" | "PENDING" | "
|
|
8107
|
+
status: "COMPLETED" | "PENDING" | "ABORTED" | "PROCESSING" | "PARTIAL_FAILED";
|
|
7430
8108
|
id: string;
|
|
7431
8109
|
createdAt: Date;
|
|
7432
8110
|
updatedAt: Date;
|
|
@@ -8373,24 +9051,24 @@ export declare const ListSessionsOptions: z.ZodObject<{
|
|
|
8373
9051
|
taskIdentifier?: string | string[] | undefined;
|
|
8374
9052
|
externalId?: string | undefined;
|
|
8375
9053
|
limit?: number | undefined;
|
|
8376
|
-
after?: string | undefined;
|
|
8377
|
-
before?: string | undefined;
|
|
8378
|
-
tag?: string | string[] | undefined;
|
|
8379
|
-
period?: string | undefined;
|
|
8380
9054
|
from?: number | Date | undefined;
|
|
8381
9055
|
to?: number | Date | undefined;
|
|
9056
|
+
period?: string | undefined;
|
|
9057
|
+
tag?: string | string[] | undefined;
|
|
9058
|
+
after?: string | undefined;
|
|
9059
|
+
before?: string | undefined;
|
|
8382
9060
|
}, {
|
|
8383
9061
|
type?: string | string[] | undefined;
|
|
8384
9062
|
status?: "EXPIRED" | "ACTIVE" | "CLOSED" | ("EXPIRED" | "ACTIVE" | "CLOSED")[] | undefined;
|
|
8385
9063
|
taskIdentifier?: string | string[] | undefined;
|
|
8386
9064
|
externalId?: string | undefined;
|
|
8387
9065
|
limit?: number | undefined;
|
|
8388
|
-
after?: string | undefined;
|
|
8389
|
-
before?: string | undefined;
|
|
8390
|
-
tag?: string | string[] | undefined;
|
|
8391
|
-
period?: string | undefined;
|
|
8392
9066
|
from?: number | Date | undefined;
|
|
8393
9067
|
to?: number | Date | undefined;
|
|
9068
|
+
period?: string | undefined;
|
|
9069
|
+
tag?: string | string[] | undefined;
|
|
9070
|
+
after?: string | undefined;
|
|
9071
|
+
before?: string | undefined;
|
|
8394
9072
|
}>;
|
|
8395
9073
|
export type ListSessionsOptions = z.infer<typeof ListSessionsOptions>;
|
|
8396
9074
|
export declare const ListedSessionItem: z.ZodObject<{
|
|
@@ -8774,16 +9452,16 @@ export declare const ApiDeploymentListOptions: z.ZodObject<{
|
|
|
8774
9452
|
}, "strip", z.ZodTypeAny, {
|
|
8775
9453
|
status?: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | undefined;
|
|
8776
9454
|
limit?: number | undefined;
|
|
8777
|
-
period?: string | undefined;
|
|
8778
9455
|
from?: string | undefined;
|
|
8779
9456
|
to?: string | undefined;
|
|
9457
|
+
period?: string | undefined;
|
|
8780
9458
|
cursor?: string | undefined;
|
|
8781
9459
|
}, {
|
|
8782
9460
|
status?: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | undefined;
|
|
8783
9461
|
limit?: number | undefined;
|
|
8784
|
-
period?: string | undefined;
|
|
8785
9462
|
from?: string | undefined;
|
|
8786
9463
|
to?: string | undefined;
|
|
9464
|
+
period?: string | undefined;
|
|
8787
9465
|
cursor?: string | undefined;
|
|
8788
9466
|
}>;
|
|
8789
9467
|
export type ApiDeploymentListOptions = z.infer<typeof ApiDeploymentListOptions>;
|
|
@@ -8796,18 +9474,18 @@ export declare const ApiDeploymentListSearchParams: z.ZodObject<{
|
|
|
8796
9474
|
status: z.ZodOptional<z.ZodEnum<["PENDING", "BUILDING", "DEPLOYING", "DEPLOYED", "FAILED", "CANCELED", "TIMED_OUT"]>>;
|
|
8797
9475
|
}, "strip", z.ZodTypeAny, {
|
|
8798
9476
|
status?: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | undefined;
|
|
8799
|
-
"page[size]"?: number | undefined;
|
|
8800
|
-
"page[after]"?: string | undefined;
|
|
8801
|
-
period?: string | undefined;
|
|
8802
9477
|
from?: string | undefined;
|
|
8803
9478
|
to?: string | undefined;
|
|
8804
|
-
|
|
8805
|
-
status?: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | undefined;
|
|
9479
|
+
period?: string | undefined;
|
|
8806
9480
|
"page[size]"?: number | undefined;
|
|
8807
9481
|
"page[after]"?: string | undefined;
|
|
8808
|
-
|
|
9482
|
+
}, {
|
|
9483
|
+
status?: "CANCELED" | "FAILED" | "TIMED_OUT" | "PENDING" | "BUILDING" | "DEPLOYING" | "DEPLOYED" | undefined;
|
|
8809
9484
|
from?: string | undefined;
|
|
8810
9485
|
to?: string | undefined;
|
|
9486
|
+
period?: string | undefined;
|
|
9487
|
+
"page[size]"?: number | undefined;
|
|
9488
|
+
"page[after]"?: string | undefined;
|
|
8811
9489
|
}>;
|
|
8812
9490
|
export type ApiDeploymentListSearchParams = z.infer<typeof ApiDeploymentListSearchParams>;
|
|
8813
9491
|
export declare const ApiDeploymentListResponseItem: z.ZodObject<{
|