@trigger.dev/core 4.5.4 → 4.5.6
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/core.d.ts +7 -0
- package/dist/commonjs/v3/apiClient/core.js +1 -0
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/build/resolvedConfig.d.ts +6 -5
- package/dist/commonjs/v3/build/runtime.d.ts +3 -0
- package/dist/commonjs/v3/build/runtime.js +28 -1
- package/dist/commonjs/v3/build/runtime.js.map +1 -1
- package/dist/commonjs/v3/build/runtime.test.d.ts +1 -0
- package/dist/commonjs/v3/build/runtime.test.js +34 -0
- package/dist/commonjs/v3/build/runtime.test.js.map +1 -0
- package/dist/commonjs/v3/config.d.ts +2 -2
- package/dist/commonjs/v3/index.d.ts +1 -0
- package/dist/commonjs/v3/index.js +1 -0
- package/dist/commonjs/v3/index.js.map +1 -1
- package/dist/commonjs/v3/jwt.d.ts +1 -0
- package/dist/commonjs/v3/jwt.js +6 -4
- package/dist/commonjs/v3/jwt.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/consts.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/consts.js +3 -0
- package/dist/commonjs/v3/runEngineWorker/consts.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +8 -5
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js +15 -5
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +40 -30
- package/dist/commonjs/v3/runEngineWorker/types.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +35 -30
- package/dist/commonjs/v3/runMetadata/operations.d.ts +1 -1
- package/dist/commonjs/v3/runMetadata/operations.js +7 -0
- package/dist/commonjs/v3/runMetadata/operations.js.map +1 -1
- package/dist/commonjs/v3/schemas/api.d.ts +64 -17
- package/dist/commonjs/v3/schemas/api.js +21 -4
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +23 -21
- package/dist/commonjs/v3/schemas/build.js +9 -2
- package/dist/commonjs/v3/schemas/build.js.map +1 -1
- package/dist/commonjs/v3/schemas/checkpoints.d.ts +5 -0
- package/dist/commonjs/v3/schemas/common.d.ts +121 -115
- package/dist/commonjs/v3/schemas/common.js +21 -5
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/messages.d.ts +35 -35
- package/dist/commonjs/v3/schemas/runEngine.d.ts +5 -0
- package/dist/commonjs/v3/schemas/runEngine.js +2 -0
- package/dist/commonjs/v3/schemas/runEngine.js.map +1 -1
- package/dist/commonjs/v3/utils/flattenAttributes.js +11 -2
- package/dist/commonjs/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/commonjs/v3/workloadDeploymentToken.d.ts +68 -0
- package/dist/commonjs/v3/workloadDeploymentToken.js +73 -0
- package/dist/commonjs/v3/workloadDeploymentToken.js.map +1 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.d.ts +1 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.js +110 -0
- package/dist/commonjs/v3/workloadDeploymentToken.test.js.map +1 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.d.ts +7 -0
- package/dist/esm/v3/apiClient/core.js +1 -0
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/build/resolvedConfig.d.ts +6 -5
- package/dist/esm/v3/build/runtime.d.ts +3 -0
- package/dist/esm/v3/build/runtime.js +26 -1
- package/dist/esm/v3/build/runtime.js.map +1 -1
- package/dist/esm/v3/build/runtime.test.d.ts +1 -0
- package/dist/esm/v3/build/runtime.test.js +32 -0
- package/dist/esm/v3/build/runtime.test.js.map +1 -0
- package/dist/esm/v3/config.d.ts +2 -2
- package/dist/esm/v3/index.d.ts +1 -0
- package/dist/esm/v3/index.js +1 -0
- package/dist/esm/v3/index.js.map +1 -1
- package/dist/esm/v3/jwt.d.ts +1 -0
- package/dist/esm/v3/jwt.js +6 -4
- package/dist/esm/v3/jwt.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/consts.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/consts.js +3 -0
- package/dist/esm/v3/runEngineWorker/consts.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +8 -5
- package/dist/esm/v3/runEngineWorker/supervisor/http.js +15 -5
- package/dist/esm/v3/runEngineWorker/supervisor/http.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +40 -30
- package/dist/esm/v3/runEngineWorker/types.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +35 -30
- package/dist/esm/v3/runMetadata/operations.d.ts +1 -1
- package/dist/esm/v3/runMetadata/operations.js +7 -0
- package/dist/esm/v3/runMetadata/operations.js.map +1 -1
- package/dist/esm/v3/schemas/api.d.ts +64 -17
- package/dist/esm/v3/schemas/api.js +17 -0
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +23 -21
- package/dist/esm/v3/schemas/build.js +8 -1
- package/dist/esm/v3/schemas/build.js.map +1 -1
- package/dist/esm/v3/schemas/checkpoints.d.ts +5 -0
- package/dist/esm/v3/schemas/common.d.ts +121 -115
- package/dist/esm/v3/schemas/common.js +20 -5
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/messages.d.ts +35 -35
- package/dist/esm/v3/schemas/runEngine.d.ts +5 -0
- package/dist/esm/v3/schemas/runEngine.js +2 -0
- package/dist/esm/v3/schemas/runEngine.js.map +1 -1
- package/dist/esm/v3/utils/flattenAttributes.js +11 -2
- package/dist/esm/v3/utils/flattenAttributes.js.map +1 -1
- package/dist/esm/v3/workloadDeploymentToken.d.ts +68 -0
- package/dist/esm/v3/workloadDeploymentToken.js +66 -0
- package/dist/esm/v3/workloadDeploymentToken.js.map +1 -0
- package/dist/esm/v3/workloadDeploymentToken.test.d.ts +1 -0
- package/dist/esm/v3/workloadDeploymentToken.test.js +108 -0
- package/dist/esm/v3/workloadDeploymentToken.test.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
|
@@ -2,6 +2,12 @@ import { z } from "zod";
|
|
|
2
2
|
export type Enum<T extends string> = {
|
|
3
3
|
[K in T]: K;
|
|
4
4
|
};
|
|
5
|
+
/**
|
|
6
|
+
* Prototype-pollution guard for run metadata operation keys. JSON paths are applied via
|
|
7
|
+
* JSONHeroPath, so dangerous path segments must be rejected. Literal keys are assigned directly,
|
|
8
|
+
* where only __proto__ can change the target object's prototype.
|
|
9
|
+
*/
|
|
10
|
+
export declare function isSafeMetadataKey(key: string): boolean;
|
|
5
11
|
export declare const RunMetadataUpdateOperation: z.ZodObject<{
|
|
6
12
|
type: z.ZodLiteral<"update">;
|
|
7
13
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -15,7 +21,7 @@ export declare const RunMetadataUpdateOperation: z.ZodObject<{
|
|
|
15
21
|
export type RunMetadataUpdateOperation = z.infer<typeof RunMetadataUpdateOperation>;
|
|
16
22
|
export declare const RunMetadataSetKeyOperation: z.ZodObject<{
|
|
17
23
|
type: z.ZodLiteral<"set">;
|
|
18
|
-
key: z.ZodString
|
|
24
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
19
25
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
20
26
|
}, "strip", z.ZodTypeAny, {
|
|
21
27
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -29,7 +35,7 @@ export declare const RunMetadataSetKeyOperation: z.ZodObject<{
|
|
|
29
35
|
export type RunMetadataSetKeyOperation = z.infer<typeof RunMetadataSetKeyOperation>;
|
|
30
36
|
export declare const RunMetadataDeleteKeyOperation: z.ZodObject<{
|
|
31
37
|
type: z.ZodLiteral<"delete">;
|
|
32
|
-
key: z.ZodString
|
|
38
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
33
39
|
}, "strip", z.ZodTypeAny, {
|
|
34
40
|
type: "delete";
|
|
35
41
|
key: string;
|
|
@@ -40,7 +46,7 @@ export declare const RunMetadataDeleteKeyOperation: z.ZodObject<{
|
|
|
40
46
|
export type RunMetadataDeleteKeyOperation = z.infer<typeof RunMetadataDeleteKeyOperation>;
|
|
41
47
|
export declare const RunMetadataAppendKeyOperation: z.ZodObject<{
|
|
42
48
|
type: z.ZodLiteral<"append">;
|
|
43
|
-
key: z.ZodString
|
|
49
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
44
50
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
45
51
|
}, "strip", z.ZodTypeAny, {
|
|
46
52
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -54,7 +60,7 @@ export declare const RunMetadataAppendKeyOperation: z.ZodObject<{
|
|
|
54
60
|
export type RunMetadataAppendKeyOperation = z.infer<typeof RunMetadataAppendKeyOperation>;
|
|
55
61
|
export declare const RunMetadataRemoveFromKeyOperation: z.ZodObject<{
|
|
56
62
|
type: z.ZodLiteral<"remove">;
|
|
57
|
-
key: z.ZodString
|
|
63
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
58
64
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
59
65
|
}, "strip", z.ZodTypeAny, {
|
|
60
66
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -68,7 +74,7 @@ export declare const RunMetadataRemoveFromKeyOperation: z.ZodObject<{
|
|
|
68
74
|
export type RunMetadataRemoveFromKeyOperation = z.infer<typeof RunMetadataRemoveFromKeyOperation>;
|
|
69
75
|
export declare const RunMetadataIncrementKeyOperation: z.ZodObject<{
|
|
70
76
|
type: z.ZodLiteral<"increment">;
|
|
71
|
-
key: z.ZodString
|
|
77
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
72
78
|
value: z.ZodNumber;
|
|
73
79
|
}, "strip", z.ZodTypeAny, {
|
|
74
80
|
value: number;
|
|
@@ -91,7 +97,7 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
91
97
|
type: "update";
|
|
92
98
|
}>, z.ZodObject<{
|
|
93
99
|
type: z.ZodLiteral<"set">;
|
|
94
|
-
key: z.ZodString
|
|
100
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
95
101
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
96
102
|
}, "strip", z.ZodTypeAny, {
|
|
97
103
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -103,7 +109,7 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
103
109
|
key: string;
|
|
104
110
|
}>, z.ZodObject<{
|
|
105
111
|
type: z.ZodLiteral<"delete">;
|
|
106
|
-
key: z.ZodString
|
|
112
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
107
113
|
}, "strip", z.ZodTypeAny, {
|
|
108
114
|
type: "delete";
|
|
109
115
|
key: string;
|
|
@@ -112,7 +118,7 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
112
118
|
key: string;
|
|
113
119
|
}>, z.ZodObject<{
|
|
114
120
|
type: z.ZodLiteral<"append">;
|
|
115
|
-
key: z.ZodString
|
|
121
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
116
122
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
117
123
|
}, "strip", z.ZodTypeAny, {
|
|
118
124
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -124,7 +130,7 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
124
130
|
key: string;
|
|
125
131
|
}>, z.ZodObject<{
|
|
126
132
|
type: z.ZodLiteral<"remove">;
|
|
127
|
-
key: z.ZodString
|
|
133
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
128
134
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
129
135
|
}, "strip", z.ZodTypeAny, {
|
|
130
136
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -136,7 +142,7 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
136
142
|
key: string;
|
|
137
143
|
}>, z.ZodObject<{
|
|
138
144
|
type: z.ZodLiteral<"increment">;
|
|
139
|
-
key: z.ZodString
|
|
145
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
140
146
|
value: z.ZodNumber;
|
|
141
147
|
}, "strip", z.ZodTypeAny, {
|
|
142
148
|
value: number;
|
|
@@ -161,7 +167,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
161
167
|
type: "update";
|
|
162
168
|
}>, z.ZodObject<{
|
|
163
169
|
type: z.ZodLiteral<"set">;
|
|
164
|
-
key: z.ZodString
|
|
170
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
165
171
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
166
172
|
}, "strip", z.ZodTypeAny, {
|
|
167
173
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -173,7 +179,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
173
179
|
key: string;
|
|
174
180
|
}>, z.ZodObject<{
|
|
175
181
|
type: z.ZodLiteral<"delete">;
|
|
176
|
-
key: z.ZodString
|
|
182
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
177
183
|
}, "strip", z.ZodTypeAny, {
|
|
178
184
|
type: "delete";
|
|
179
185
|
key: string;
|
|
@@ -182,7 +188,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
182
188
|
key: string;
|
|
183
189
|
}>, z.ZodObject<{
|
|
184
190
|
type: z.ZodLiteral<"append">;
|
|
185
|
-
key: z.ZodString
|
|
191
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
186
192
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
187
193
|
}, "strip", z.ZodTypeAny, {
|
|
188
194
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -194,7 +200,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
194
200
|
key: string;
|
|
195
201
|
}>, z.ZodObject<{
|
|
196
202
|
type: z.ZodLiteral<"remove">;
|
|
197
|
-
key: z.ZodString
|
|
203
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
198
204
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
199
205
|
}, "strip", z.ZodTypeAny, {
|
|
200
206
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -206,7 +212,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
206
212
|
key: string;
|
|
207
213
|
}>, z.ZodObject<{
|
|
208
214
|
type: z.ZodLiteral<"increment">;
|
|
209
|
-
key: z.ZodString
|
|
215
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
210
216
|
value: z.ZodNumber;
|
|
211
217
|
}, "strip", z.ZodTypeAny, {
|
|
212
218
|
value: number;
|
|
@@ -228,7 +234,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
228
234
|
type: "update";
|
|
229
235
|
}>, z.ZodObject<{
|
|
230
236
|
type: z.ZodLiteral<"set">;
|
|
231
|
-
key: z.ZodString
|
|
237
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
232
238
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
233
239
|
}, "strip", z.ZodTypeAny, {
|
|
234
240
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -240,7 +246,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
240
246
|
key: string;
|
|
241
247
|
}>, z.ZodObject<{
|
|
242
248
|
type: z.ZodLiteral<"delete">;
|
|
243
|
-
key: z.ZodString
|
|
249
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
244
250
|
}, "strip", z.ZodTypeAny, {
|
|
245
251
|
type: "delete";
|
|
246
252
|
key: string;
|
|
@@ -249,7 +255,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
249
255
|
key: string;
|
|
250
256
|
}>, z.ZodObject<{
|
|
251
257
|
type: z.ZodLiteral<"append">;
|
|
252
|
-
key: z.ZodString
|
|
258
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
253
259
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
254
260
|
}, "strip", z.ZodTypeAny, {
|
|
255
261
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -261,7 +267,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
261
267
|
key: string;
|
|
262
268
|
}>, z.ZodObject<{
|
|
263
269
|
type: z.ZodLiteral<"remove">;
|
|
264
|
-
key: z.ZodString
|
|
270
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
265
271
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
266
272
|
}, "strip", z.ZodTypeAny, {
|
|
267
273
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -273,7 +279,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
273
279
|
key: string;
|
|
274
280
|
}>, z.ZodObject<{
|
|
275
281
|
type: z.ZodLiteral<"increment">;
|
|
276
|
-
key: z.ZodString
|
|
282
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
277
283
|
value: z.ZodNumber;
|
|
278
284
|
}, "strip", z.ZodTypeAny, {
|
|
279
285
|
value: number;
|
|
@@ -295,7 +301,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
295
301
|
type: "update";
|
|
296
302
|
}>, z.ZodObject<{
|
|
297
303
|
type: z.ZodLiteral<"set">;
|
|
298
|
-
key: z.ZodString
|
|
304
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
299
305
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
300
306
|
}, "strip", z.ZodTypeAny, {
|
|
301
307
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -307,7 +313,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
307
313
|
key: string;
|
|
308
314
|
}>, z.ZodObject<{
|
|
309
315
|
type: z.ZodLiteral<"delete">;
|
|
310
|
-
key: z.ZodString
|
|
316
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
311
317
|
}, "strip", z.ZodTypeAny, {
|
|
312
318
|
type: "delete";
|
|
313
319
|
key: string;
|
|
@@ -316,7 +322,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
316
322
|
key: string;
|
|
317
323
|
}>, z.ZodObject<{
|
|
318
324
|
type: z.ZodLiteral<"append">;
|
|
319
|
-
key: z.ZodString
|
|
325
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
320
326
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
321
327
|
}, "strip", z.ZodTypeAny, {
|
|
322
328
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -328,7 +334,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
328
334
|
key: string;
|
|
329
335
|
}>, z.ZodObject<{
|
|
330
336
|
type: z.ZodLiteral<"remove">;
|
|
331
|
-
key: z.ZodString
|
|
337
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
332
338
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
333
339
|
}, "strip", z.ZodTypeAny, {
|
|
334
340
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -340,7 +346,7 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
340
346
|
key: string;
|
|
341
347
|
}>, z.ZodObject<{
|
|
342
348
|
type: z.ZodLiteral<"increment">;
|
|
343
|
-
key: z.ZodString
|
|
349
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
344
350
|
value: z.ZodNumber;
|
|
345
351
|
}, "strip", z.ZodTypeAny, {
|
|
346
352
|
value: number;
|
|
@@ -3420,7 +3426,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3420
3426
|
type: "update";
|
|
3421
3427
|
}>, z.ZodObject<{
|
|
3422
3428
|
type: z.ZodLiteral<"set">;
|
|
3423
|
-
key: z.ZodString
|
|
3429
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3424
3430
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3425
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3426
3432
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3432,7 +3438,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3432
3438
|
key: string;
|
|
3433
3439
|
}>, z.ZodObject<{
|
|
3434
3440
|
type: z.ZodLiteral<"delete">;
|
|
3435
|
-
key: z.ZodString
|
|
3441
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3436
3442
|
}, "strip", z.ZodTypeAny, {
|
|
3437
3443
|
type: "delete";
|
|
3438
3444
|
key: string;
|
|
@@ -3441,7 +3447,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3441
3447
|
key: string;
|
|
3442
3448
|
}>, z.ZodObject<{
|
|
3443
3449
|
type: z.ZodLiteral<"append">;
|
|
3444
|
-
key: z.ZodString
|
|
3450
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3445
3451
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3446
3452
|
}, "strip", z.ZodTypeAny, {
|
|
3447
3453
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3453,7 +3459,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3453
3459
|
key: string;
|
|
3454
3460
|
}>, z.ZodObject<{
|
|
3455
3461
|
type: z.ZodLiteral<"remove">;
|
|
3456
|
-
key: z.ZodString
|
|
3462
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3457
3463
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3458
3464
|
}, "strip", z.ZodTypeAny, {
|
|
3459
3465
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3465,7 +3471,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3465
3471
|
key: string;
|
|
3466
3472
|
}>, z.ZodObject<{
|
|
3467
3473
|
type: z.ZodLiteral<"increment">;
|
|
3468
|
-
key: z.ZodString
|
|
3474
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3469
3475
|
value: z.ZodNumber;
|
|
3470
3476
|
}, "strip", z.ZodTypeAny, {
|
|
3471
3477
|
value: number;
|
|
@@ -3487,7 +3493,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3487
3493
|
type: "update";
|
|
3488
3494
|
}>, z.ZodObject<{
|
|
3489
3495
|
type: z.ZodLiteral<"set">;
|
|
3490
|
-
key: z.ZodString
|
|
3496
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3491
3497
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3492
3498
|
}, "strip", z.ZodTypeAny, {
|
|
3493
3499
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3499,7 +3505,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3499
3505
|
key: string;
|
|
3500
3506
|
}>, z.ZodObject<{
|
|
3501
3507
|
type: z.ZodLiteral<"delete">;
|
|
3502
|
-
key: z.ZodString
|
|
3508
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3503
3509
|
}, "strip", z.ZodTypeAny, {
|
|
3504
3510
|
type: "delete";
|
|
3505
3511
|
key: string;
|
|
@@ -3508,7 +3514,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3508
3514
|
key: string;
|
|
3509
3515
|
}>, z.ZodObject<{
|
|
3510
3516
|
type: z.ZodLiteral<"append">;
|
|
3511
|
-
key: z.ZodString
|
|
3517
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3512
3518
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3513
3519
|
}, "strip", z.ZodTypeAny, {
|
|
3514
3520
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3520,7 +3526,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3520
3526
|
key: string;
|
|
3521
3527
|
}>, z.ZodObject<{
|
|
3522
3528
|
type: z.ZodLiteral<"remove">;
|
|
3523
|
-
key: z.ZodString
|
|
3529
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3524
3530
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3525
3531
|
}, "strip", z.ZodTypeAny, {
|
|
3526
3532
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3532,7 +3538,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3532
3538
|
key: string;
|
|
3533
3539
|
}>, z.ZodObject<{
|
|
3534
3540
|
type: z.ZodLiteral<"increment">;
|
|
3535
|
-
key: z.ZodString
|
|
3541
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3536
3542
|
value: z.ZodNumber;
|
|
3537
3543
|
}, "strip", z.ZodTypeAny, {
|
|
3538
3544
|
value: number;
|
|
@@ -3554,7 +3560,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3554
3560
|
type: "update";
|
|
3555
3561
|
}>, z.ZodObject<{
|
|
3556
3562
|
type: z.ZodLiteral<"set">;
|
|
3557
|
-
key: z.ZodString
|
|
3563
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3558
3564
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3559
3565
|
}, "strip", z.ZodTypeAny, {
|
|
3560
3566
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3566,7 +3572,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3566
3572
|
key: string;
|
|
3567
3573
|
}>, z.ZodObject<{
|
|
3568
3574
|
type: z.ZodLiteral<"delete">;
|
|
3569
|
-
key: z.ZodString
|
|
3575
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3570
3576
|
}, "strip", z.ZodTypeAny, {
|
|
3571
3577
|
type: "delete";
|
|
3572
3578
|
key: string;
|
|
@@ -3575,7 +3581,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3575
3581
|
key: string;
|
|
3576
3582
|
}>, z.ZodObject<{
|
|
3577
3583
|
type: z.ZodLiteral<"append">;
|
|
3578
|
-
key: z.ZodString
|
|
3584
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3579
3585
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3580
3586
|
}, "strip", z.ZodTypeAny, {
|
|
3581
3587
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3587,7 +3593,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3587
3593
|
key: string;
|
|
3588
3594
|
}>, z.ZodObject<{
|
|
3589
3595
|
type: z.ZodLiteral<"remove">;
|
|
3590
|
-
key: z.ZodString
|
|
3596
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3591
3597
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3592
3598
|
}, "strip", z.ZodTypeAny, {
|
|
3593
3599
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -3599,7 +3605,7 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3599
3605
|
key: string;
|
|
3600
3606
|
}>, z.ZodObject<{
|
|
3601
3607
|
type: z.ZodLiteral<"increment">;
|
|
3602
|
-
key: z.ZodString
|
|
3608
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
3603
3609
|
value: z.ZodNumber;
|
|
3604
3610
|
}, "strip", z.ZodTypeAny, {
|
|
3605
3611
|
value: number;
|
|
@@ -4003,7 +4009,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4003
4009
|
type: "update";
|
|
4004
4010
|
}>, z.ZodObject<{
|
|
4005
4011
|
type: z.ZodLiteral<"set">;
|
|
4006
|
-
key: z.ZodString
|
|
4012
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4007
4013
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4008
4014
|
}, "strip", z.ZodTypeAny, {
|
|
4009
4015
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4015,7 +4021,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4015
4021
|
key: string;
|
|
4016
4022
|
}>, z.ZodObject<{
|
|
4017
4023
|
type: z.ZodLiteral<"delete">;
|
|
4018
|
-
key: z.ZodString
|
|
4024
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4019
4025
|
}, "strip", z.ZodTypeAny, {
|
|
4020
4026
|
type: "delete";
|
|
4021
4027
|
key: string;
|
|
@@ -4024,7 +4030,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4024
4030
|
key: string;
|
|
4025
4031
|
}>, z.ZodObject<{
|
|
4026
4032
|
type: z.ZodLiteral<"append">;
|
|
4027
|
-
key: z.ZodString
|
|
4033
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4028
4034
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4029
4035
|
}, "strip", z.ZodTypeAny, {
|
|
4030
4036
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4036,7 +4042,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4036
4042
|
key: string;
|
|
4037
4043
|
}>, z.ZodObject<{
|
|
4038
4044
|
type: z.ZodLiteral<"remove">;
|
|
4039
|
-
key: z.ZodString
|
|
4045
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4040
4046
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4041
4047
|
}, "strip", z.ZodTypeAny, {
|
|
4042
4048
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4048,7 +4054,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4048
4054
|
key: string;
|
|
4049
4055
|
}>, z.ZodObject<{
|
|
4050
4056
|
type: z.ZodLiteral<"increment">;
|
|
4051
|
-
key: z.ZodString
|
|
4057
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4052
4058
|
value: z.ZodNumber;
|
|
4053
4059
|
}, "strip", z.ZodTypeAny, {
|
|
4054
4060
|
value: number;
|
|
@@ -4070,7 +4076,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4070
4076
|
type: "update";
|
|
4071
4077
|
}>, z.ZodObject<{
|
|
4072
4078
|
type: z.ZodLiteral<"set">;
|
|
4073
|
-
key: z.ZodString
|
|
4079
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4074
4080
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4075
4081
|
}, "strip", z.ZodTypeAny, {
|
|
4076
4082
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4082,7 +4088,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4082
4088
|
key: string;
|
|
4083
4089
|
}>, z.ZodObject<{
|
|
4084
4090
|
type: z.ZodLiteral<"delete">;
|
|
4085
|
-
key: z.ZodString
|
|
4091
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4086
4092
|
}, "strip", z.ZodTypeAny, {
|
|
4087
4093
|
type: "delete";
|
|
4088
4094
|
key: string;
|
|
@@ -4091,7 +4097,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4091
4097
|
key: string;
|
|
4092
4098
|
}>, z.ZodObject<{
|
|
4093
4099
|
type: z.ZodLiteral<"append">;
|
|
4094
|
-
key: z.ZodString
|
|
4100
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4095
4101
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4096
4102
|
}, "strip", z.ZodTypeAny, {
|
|
4097
4103
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4103,7 +4109,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4103
4109
|
key: string;
|
|
4104
4110
|
}>, z.ZodObject<{
|
|
4105
4111
|
type: z.ZodLiteral<"remove">;
|
|
4106
|
-
key: z.ZodString
|
|
4112
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4107
4113
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4108
4114
|
}, "strip", z.ZodTypeAny, {
|
|
4109
4115
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4115,7 +4121,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4115
4121
|
key: string;
|
|
4116
4122
|
}>, z.ZodObject<{
|
|
4117
4123
|
type: z.ZodLiteral<"increment">;
|
|
4118
|
-
key: z.ZodString
|
|
4124
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4119
4125
|
value: z.ZodNumber;
|
|
4120
4126
|
}, "strip", z.ZodTypeAny, {
|
|
4121
4127
|
value: number;
|
|
@@ -4137,7 +4143,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4137
4143
|
type: "update";
|
|
4138
4144
|
}>, z.ZodObject<{
|
|
4139
4145
|
type: z.ZodLiteral<"set">;
|
|
4140
|
-
key: z.ZodString
|
|
4146
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4141
4147
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4142
4148
|
}, "strip", z.ZodTypeAny, {
|
|
4143
4149
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4149,7 +4155,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4149
4155
|
key: string;
|
|
4150
4156
|
}>, z.ZodObject<{
|
|
4151
4157
|
type: z.ZodLiteral<"delete">;
|
|
4152
|
-
key: z.ZodString
|
|
4158
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4153
4159
|
}, "strip", z.ZodTypeAny, {
|
|
4154
4160
|
type: "delete";
|
|
4155
4161
|
key: string;
|
|
@@ -4158,7 +4164,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4158
4164
|
key: string;
|
|
4159
4165
|
}>, z.ZodObject<{
|
|
4160
4166
|
type: z.ZodLiteral<"append">;
|
|
4161
|
-
key: z.ZodString
|
|
4167
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4162
4168
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4163
4169
|
}, "strip", z.ZodTypeAny, {
|
|
4164
4170
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4170,7 +4176,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4170
4176
|
key: string;
|
|
4171
4177
|
}>, z.ZodObject<{
|
|
4172
4178
|
type: z.ZodLiteral<"remove">;
|
|
4173
|
-
key: z.ZodString
|
|
4179
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4174
4180
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4175
4181
|
}, "strip", z.ZodTypeAny, {
|
|
4176
4182
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4182,7 +4188,7 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4182
4188
|
key: string;
|
|
4183
4189
|
}>, z.ZodObject<{
|
|
4184
4190
|
type: z.ZodLiteral<"increment">;
|
|
4185
|
-
key: z.ZodString
|
|
4191
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4186
4192
|
value: z.ZodNumber;
|
|
4187
4193
|
}, "strip", z.ZodTypeAny, {
|
|
4188
4194
|
value: number;
|
|
@@ -4544,7 +4550,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4544
4550
|
type: "update";
|
|
4545
4551
|
}>, z.ZodObject<{
|
|
4546
4552
|
type: z.ZodLiteral<"set">;
|
|
4547
|
-
key: z.ZodString
|
|
4553
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4548
4554
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4549
4555
|
}, "strip", z.ZodTypeAny, {
|
|
4550
4556
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4556,7 +4562,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4556
4562
|
key: string;
|
|
4557
4563
|
}>, z.ZodObject<{
|
|
4558
4564
|
type: z.ZodLiteral<"delete">;
|
|
4559
|
-
key: z.ZodString
|
|
4565
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4560
4566
|
}, "strip", z.ZodTypeAny, {
|
|
4561
4567
|
type: "delete";
|
|
4562
4568
|
key: string;
|
|
@@ -4565,7 +4571,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4565
4571
|
key: string;
|
|
4566
4572
|
}>, z.ZodObject<{
|
|
4567
4573
|
type: z.ZodLiteral<"append">;
|
|
4568
|
-
key: z.ZodString
|
|
4574
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4569
4575
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4570
4576
|
}, "strip", z.ZodTypeAny, {
|
|
4571
4577
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4577,7 +4583,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4577
4583
|
key: string;
|
|
4578
4584
|
}>, z.ZodObject<{
|
|
4579
4585
|
type: z.ZodLiteral<"remove">;
|
|
4580
|
-
key: z.ZodString
|
|
4586
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4581
4587
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4582
4588
|
}, "strip", z.ZodTypeAny, {
|
|
4583
4589
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4589,7 +4595,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4589
4595
|
key: string;
|
|
4590
4596
|
}>, z.ZodObject<{
|
|
4591
4597
|
type: z.ZodLiteral<"increment">;
|
|
4592
|
-
key: z.ZodString
|
|
4598
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4593
4599
|
value: z.ZodNumber;
|
|
4594
4600
|
}, "strip", z.ZodTypeAny, {
|
|
4595
4601
|
value: number;
|
|
@@ -4611,7 +4617,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4611
4617
|
type: "update";
|
|
4612
4618
|
}>, z.ZodObject<{
|
|
4613
4619
|
type: z.ZodLiteral<"set">;
|
|
4614
|
-
key: z.ZodString
|
|
4620
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4615
4621
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4616
4622
|
}, "strip", z.ZodTypeAny, {
|
|
4617
4623
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4623,7 +4629,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4623
4629
|
key: string;
|
|
4624
4630
|
}>, z.ZodObject<{
|
|
4625
4631
|
type: z.ZodLiteral<"delete">;
|
|
4626
|
-
key: z.ZodString
|
|
4632
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4627
4633
|
}, "strip", z.ZodTypeAny, {
|
|
4628
4634
|
type: "delete";
|
|
4629
4635
|
key: string;
|
|
@@ -4632,7 +4638,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4632
4638
|
key: string;
|
|
4633
4639
|
}>, z.ZodObject<{
|
|
4634
4640
|
type: z.ZodLiteral<"append">;
|
|
4635
|
-
key: z.ZodString
|
|
4641
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4636
4642
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4637
4643
|
}, "strip", z.ZodTypeAny, {
|
|
4638
4644
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4644,7 +4650,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4644
4650
|
key: string;
|
|
4645
4651
|
}>, z.ZodObject<{
|
|
4646
4652
|
type: z.ZodLiteral<"remove">;
|
|
4647
|
-
key: z.ZodString
|
|
4653
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4648
4654
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4649
4655
|
}, "strip", z.ZodTypeAny, {
|
|
4650
4656
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4656,7 +4662,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4656
4662
|
key: string;
|
|
4657
4663
|
}>, z.ZodObject<{
|
|
4658
4664
|
type: z.ZodLiteral<"increment">;
|
|
4659
|
-
key: z.ZodString
|
|
4665
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4660
4666
|
value: z.ZodNumber;
|
|
4661
4667
|
}, "strip", z.ZodTypeAny, {
|
|
4662
4668
|
value: number;
|
|
@@ -4678,7 +4684,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4678
4684
|
type: "update";
|
|
4679
4685
|
}>, z.ZodObject<{
|
|
4680
4686
|
type: z.ZodLiteral<"set">;
|
|
4681
|
-
key: z.ZodString
|
|
4687
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4682
4688
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4683
4689
|
}, "strip", z.ZodTypeAny, {
|
|
4684
4690
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4690,7 +4696,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4690
4696
|
key: string;
|
|
4691
4697
|
}>, z.ZodObject<{
|
|
4692
4698
|
type: z.ZodLiteral<"delete">;
|
|
4693
|
-
key: z.ZodString
|
|
4699
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4694
4700
|
}, "strip", z.ZodTypeAny, {
|
|
4695
4701
|
type: "delete";
|
|
4696
4702
|
key: string;
|
|
@@ -4699,7 +4705,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4699
4705
|
key: string;
|
|
4700
4706
|
}>, z.ZodObject<{
|
|
4701
4707
|
type: z.ZodLiteral<"append">;
|
|
4702
|
-
key: z.ZodString
|
|
4708
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4703
4709
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4704
4710
|
}, "strip", z.ZodTypeAny, {
|
|
4705
4711
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4711,7 +4717,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4711
4717
|
key: string;
|
|
4712
4718
|
}>, z.ZodObject<{
|
|
4713
4719
|
type: z.ZodLiteral<"remove">;
|
|
4714
|
-
key: z.ZodString
|
|
4720
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4715
4721
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4716
4722
|
}, "strip", z.ZodTypeAny, {
|
|
4717
4723
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -4723,7 +4729,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4723
4729
|
key: string;
|
|
4724
4730
|
}>, z.ZodObject<{
|
|
4725
4731
|
type: z.ZodLiteral<"increment">;
|
|
4726
|
-
key: z.ZodString
|
|
4732
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
4727
4733
|
value: z.ZodNumber;
|
|
4728
4734
|
}, "strip", z.ZodTypeAny, {
|
|
4729
4735
|
value: number;
|
|
@@ -5145,7 +5151,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5145
5151
|
type: "update";
|
|
5146
5152
|
}>, z.ZodObject<{
|
|
5147
5153
|
type: z.ZodLiteral<"set">;
|
|
5148
|
-
key: z.ZodString
|
|
5154
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5149
5155
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5150
5156
|
}, "strip", z.ZodTypeAny, {
|
|
5151
5157
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5157,7 +5163,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5157
5163
|
key: string;
|
|
5158
5164
|
}>, z.ZodObject<{
|
|
5159
5165
|
type: z.ZodLiteral<"delete">;
|
|
5160
|
-
key: z.ZodString
|
|
5166
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5161
5167
|
}, "strip", z.ZodTypeAny, {
|
|
5162
5168
|
type: "delete";
|
|
5163
5169
|
key: string;
|
|
@@ -5166,7 +5172,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5166
5172
|
key: string;
|
|
5167
5173
|
}>, z.ZodObject<{
|
|
5168
5174
|
type: z.ZodLiteral<"append">;
|
|
5169
|
-
key: z.ZodString
|
|
5175
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5170
5176
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5171
5177
|
}, "strip", z.ZodTypeAny, {
|
|
5172
5178
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5178,7 +5184,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5178
5184
|
key: string;
|
|
5179
5185
|
}>, z.ZodObject<{
|
|
5180
5186
|
type: z.ZodLiteral<"remove">;
|
|
5181
|
-
key: z.ZodString
|
|
5187
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5182
5188
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5183
5189
|
}, "strip", z.ZodTypeAny, {
|
|
5184
5190
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5190,7 +5196,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5190
5196
|
key: string;
|
|
5191
5197
|
}>, z.ZodObject<{
|
|
5192
5198
|
type: z.ZodLiteral<"increment">;
|
|
5193
|
-
key: z.ZodString
|
|
5199
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5194
5200
|
value: z.ZodNumber;
|
|
5195
5201
|
}, "strip", z.ZodTypeAny, {
|
|
5196
5202
|
value: number;
|
|
@@ -5212,7 +5218,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5212
5218
|
type: "update";
|
|
5213
5219
|
}>, z.ZodObject<{
|
|
5214
5220
|
type: z.ZodLiteral<"set">;
|
|
5215
|
-
key: z.ZodString
|
|
5221
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5216
5222
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5217
5223
|
}, "strip", z.ZodTypeAny, {
|
|
5218
5224
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5224,7 +5230,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5224
5230
|
key: string;
|
|
5225
5231
|
}>, z.ZodObject<{
|
|
5226
5232
|
type: z.ZodLiteral<"delete">;
|
|
5227
|
-
key: z.ZodString
|
|
5233
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5228
5234
|
}, "strip", z.ZodTypeAny, {
|
|
5229
5235
|
type: "delete";
|
|
5230
5236
|
key: string;
|
|
@@ -5233,7 +5239,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5233
5239
|
key: string;
|
|
5234
5240
|
}>, z.ZodObject<{
|
|
5235
5241
|
type: z.ZodLiteral<"append">;
|
|
5236
|
-
key: z.ZodString
|
|
5242
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5237
5243
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5238
5244
|
}, "strip", z.ZodTypeAny, {
|
|
5239
5245
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5245,7 +5251,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5245
5251
|
key: string;
|
|
5246
5252
|
}>, z.ZodObject<{
|
|
5247
5253
|
type: z.ZodLiteral<"remove">;
|
|
5248
|
-
key: z.ZodString
|
|
5254
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5249
5255
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5250
5256
|
}, "strip", z.ZodTypeAny, {
|
|
5251
5257
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5257,7 +5263,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5257
5263
|
key: string;
|
|
5258
5264
|
}>, z.ZodObject<{
|
|
5259
5265
|
type: z.ZodLiteral<"increment">;
|
|
5260
|
-
key: z.ZodString
|
|
5266
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5261
5267
|
value: z.ZodNumber;
|
|
5262
5268
|
}, "strip", z.ZodTypeAny, {
|
|
5263
5269
|
value: number;
|
|
@@ -5279,7 +5285,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5279
5285
|
type: "update";
|
|
5280
5286
|
}>, z.ZodObject<{
|
|
5281
5287
|
type: z.ZodLiteral<"set">;
|
|
5282
|
-
key: z.ZodString
|
|
5288
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5283
5289
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5284
5290
|
}, "strip", z.ZodTypeAny, {
|
|
5285
5291
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5291,7 +5297,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5291
5297
|
key: string;
|
|
5292
5298
|
}>, z.ZodObject<{
|
|
5293
5299
|
type: z.ZodLiteral<"delete">;
|
|
5294
|
-
key: z.ZodString
|
|
5300
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5295
5301
|
}, "strip", z.ZodTypeAny, {
|
|
5296
5302
|
type: "delete";
|
|
5297
5303
|
key: string;
|
|
@@ -5300,7 +5306,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5300
5306
|
key: string;
|
|
5301
5307
|
}>, z.ZodObject<{
|
|
5302
5308
|
type: z.ZodLiteral<"append">;
|
|
5303
|
-
key: z.ZodString
|
|
5309
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5304
5310
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5305
5311
|
}, "strip", z.ZodTypeAny, {
|
|
5306
5312
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5312,7 +5318,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5312
5318
|
key: string;
|
|
5313
5319
|
}>, z.ZodObject<{
|
|
5314
5320
|
type: z.ZodLiteral<"remove">;
|
|
5315
|
-
key: z.ZodString
|
|
5321
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5316
5322
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5317
5323
|
}, "strip", z.ZodTypeAny, {
|
|
5318
5324
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5324,7 +5330,7 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5324
5330
|
key: string;
|
|
5325
5331
|
}>, z.ZodObject<{
|
|
5326
5332
|
type: z.ZodLiteral<"increment">;
|
|
5327
|
-
key: z.ZodString
|
|
5333
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5328
5334
|
value: z.ZodNumber;
|
|
5329
5335
|
}, "strip", z.ZodTypeAny, {
|
|
5330
5336
|
value: number;
|
|
@@ -5730,7 +5736,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5730
5736
|
type: "update";
|
|
5731
5737
|
}>, z.ZodObject<{
|
|
5732
5738
|
type: z.ZodLiteral<"set">;
|
|
5733
|
-
key: z.ZodString
|
|
5739
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5734
5740
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5735
5741
|
}, "strip", z.ZodTypeAny, {
|
|
5736
5742
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5742,7 +5748,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5742
5748
|
key: string;
|
|
5743
5749
|
}>, z.ZodObject<{
|
|
5744
5750
|
type: z.ZodLiteral<"delete">;
|
|
5745
|
-
key: z.ZodString
|
|
5751
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5746
5752
|
}, "strip", z.ZodTypeAny, {
|
|
5747
5753
|
type: "delete";
|
|
5748
5754
|
key: string;
|
|
@@ -5751,7 +5757,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5751
5757
|
key: string;
|
|
5752
5758
|
}>, z.ZodObject<{
|
|
5753
5759
|
type: z.ZodLiteral<"append">;
|
|
5754
|
-
key: z.ZodString
|
|
5760
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5755
5761
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5756
5762
|
}, "strip", z.ZodTypeAny, {
|
|
5757
5763
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5763,7 +5769,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5763
5769
|
key: string;
|
|
5764
5770
|
}>, z.ZodObject<{
|
|
5765
5771
|
type: z.ZodLiteral<"remove">;
|
|
5766
|
-
key: z.ZodString
|
|
5772
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5767
5773
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5768
5774
|
}, "strip", z.ZodTypeAny, {
|
|
5769
5775
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5775,7 +5781,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5775
5781
|
key: string;
|
|
5776
5782
|
}>, z.ZodObject<{
|
|
5777
5783
|
type: z.ZodLiteral<"increment">;
|
|
5778
|
-
key: z.ZodString
|
|
5784
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5779
5785
|
value: z.ZodNumber;
|
|
5780
5786
|
}, "strip", z.ZodTypeAny, {
|
|
5781
5787
|
value: number;
|
|
@@ -5797,7 +5803,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5797
5803
|
type: "update";
|
|
5798
5804
|
}>, z.ZodObject<{
|
|
5799
5805
|
type: z.ZodLiteral<"set">;
|
|
5800
|
-
key: z.ZodString
|
|
5806
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5801
5807
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5802
5808
|
}, "strip", z.ZodTypeAny, {
|
|
5803
5809
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5809,7 +5815,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5809
5815
|
key: string;
|
|
5810
5816
|
}>, z.ZodObject<{
|
|
5811
5817
|
type: z.ZodLiteral<"delete">;
|
|
5812
|
-
key: z.ZodString
|
|
5818
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5813
5819
|
}, "strip", z.ZodTypeAny, {
|
|
5814
5820
|
type: "delete";
|
|
5815
5821
|
key: string;
|
|
@@ -5818,7 +5824,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5818
5824
|
key: string;
|
|
5819
5825
|
}>, z.ZodObject<{
|
|
5820
5826
|
type: z.ZodLiteral<"append">;
|
|
5821
|
-
key: z.ZodString
|
|
5827
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5822
5828
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5823
5829
|
}, "strip", z.ZodTypeAny, {
|
|
5824
5830
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5830,7 +5836,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5830
5836
|
key: string;
|
|
5831
5837
|
}>, z.ZodObject<{
|
|
5832
5838
|
type: z.ZodLiteral<"remove">;
|
|
5833
|
-
key: z.ZodString
|
|
5839
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5834
5840
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5835
5841
|
}, "strip", z.ZodTypeAny, {
|
|
5836
5842
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5842,7 +5848,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5842
5848
|
key: string;
|
|
5843
5849
|
}>, z.ZodObject<{
|
|
5844
5850
|
type: z.ZodLiteral<"increment">;
|
|
5845
|
-
key: z.ZodString
|
|
5851
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5846
5852
|
value: z.ZodNumber;
|
|
5847
5853
|
}, "strip", z.ZodTypeAny, {
|
|
5848
5854
|
value: number;
|
|
@@ -5864,7 +5870,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5864
5870
|
type: "update";
|
|
5865
5871
|
}>, z.ZodObject<{
|
|
5866
5872
|
type: z.ZodLiteral<"set">;
|
|
5867
|
-
key: z.ZodString
|
|
5873
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5868
5874
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5869
5875
|
}, "strip", z.ZodTypeAny, {
|
|
5870
5876
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5876,7 +5882,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5876
5882
|
key: string;
|
|
5877
5883
|
}>, z.ZodObject<{
|
|
5878
5884
|
type: z.ZodLiteral<"delete">;
|
|
5879
|
-
key: z.ZodString
|
|
5885
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5880
5886
|
}, "strip", z.ZodTypeAny, {
|
|
5881
5887
|
type: "delete";
|
|
5882
5888
|
key: string;
|
|
@@ -5885,7 +5891,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5885
5891
|
key: string;
|
|
5886
5892
|
}>, z.ZodObject<{
|
|
5887
5893
|
type: z.ZodLiteral<"append">;
|
|
5888
|
-
key: z.ZodString
|
|
5894
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5889
5895
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5890
5896
|
}, "strip", z.ZodTypeAny, {
|
|
5891
5897
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5897,7 +5903,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5897
5903
|
key: string;
|
|
5898
5904
|
}>, z.ZodObject<{
|
|
5899
5905
|
type: z.ZodLiteral<"remove">;
|
|
5900
|
-
key: z.ZodString
|
|
5906
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5901
5907
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5902
5908
|
}, "strip", z.ZodTypeAny, {
|
|
5903
5909
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -5909,7 +5915,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5909
5915
|
key: string;
|
|
5910
5916
|
}>, z.ZodObject<{
|
|
5911
5917
|
type: z.ZodLiteral<"increment">;
|
|
5912
|
-
key: z.ZodString
|
|
5918
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
5913
5919
|
value: z.ZodNumber;
|
|
5914
5920
|
}, "strip", z.ZodTypeAny, {
|
|
5915
5921
|
value: number;
|
|
@@ -6331,7 +6337,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6331
6337
|
type: "update";
|
|
6332
6338
|
}>, z.ZodObject<{
|
|
6333
6339
|
type: z.ZodLiteral<"set">;
|
|
6334
|
-
key: z.ZodString
|
|
6340
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6335
6341
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6336
6342
|
}, "strip", z.ZodTypeAny, {
|
|
6337
6343
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6343,7 +6349,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6343
6349
|
key: string;
|
|
6344
6350
|
}>, z.ZodObject<{
|
|
6345
6351
|
type: z.ZodLiteral<"delete">;
|
|
6346
|
-
key: z.ZodString
|
|
6352
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6347
6353
|
}, "strip", z.ZodTypeAny, {
|
|
6348
6354
|
type: "delete";
|
|
6349
6355
|
key: string;
|
|
@@ -6352,7 +6358,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6352
6358
|
key: string;
|
|
6353
6359
|
}>, z.ZodObject<{
|
|
6354
6360
|
type: z.ZodLiteral<"append">;
|
|
6355
|
-
key: z.ZodString
|
|
6361
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6356
6362
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6357
6363
|
}, "strip", z.ZodTypeAny, {
|
|
6358
6364
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6364,7 +6370,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6364
6370
|
key: string;
|
|
6365
6371
|
}>, z.ZodObject<{
|
|
6366
6372
|
type: z.ZodLiteral<"remove">;
|
|
6367
|
-
key: z.ZodString
|
|
6373
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6368
6374
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6369
6375
|
}, "strip", z.ZodTypeAny, {
|
|
6370
6376
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6376,7 +6382,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6376
6382
|
key: string;
|
|
6377
6383
|
}>, z.ZodObject<{
|
|
6378
6384
|
type: z.ZodLiteral<"increment">;
|
|
6379
|
-
key: z.ZodString
|
|
6385
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6380
6386
|
value: z.ZodNumber;
|
|
6381
6387
|
}, "strip", z.ZodTypeAny, {
|
|
6382
6388
|
value: number;
|
|
@@ -6398,7 +6404,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6398
6404
|
type: "update";
|
|
6399
6405
|
}>, z.ZodObject<{
|
|
6400
6406
|
type: z.ZodLiteral<"set">;
|
|
6401
|
-
key: z.ZodString
|
|
6407
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6402
6408
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6403
6409
|
}, "strip", z.ZodTypeAny, {
|
|
6404
6410
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6410,7 +6416,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6410
6416
|
key: string;
|
|
6411
6417
|
}>, z.ZodObject<{
|
|
6412
6418
|
type: z.ZodLiteral<"delete">;
|
|
6413
|
-
key: z.ZodString
|
|
6419
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6414
6420
|
}, "strip", z.ZodTypeAny, {
|
|
6415
6421
|
type: "delete";
|
|
6416
6422
|
key: string;
|
|
@@ -6419,7 +6425,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6419
6425
|
key: string;
|
|
6420
6426
|
}>, z.ZodObject<{
|
|
6421
6427
|
type: z.ZodLiteral<"append">;
|
|
6422
|
-
key: z.ZodString
|
|
6428
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6423
6429
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6424
6430
|
}, "strip", z.ZodTypeAny, {
|
|
6425
6431
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6431,7 +6437,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6431
6437
|
key: string;
|
|
6432
6438
|
}>, z.ZodObject<{
|
|
6433
6439
|
type: z.ZodLiteral<"remove">;
|
|
6434
|
-
key: z.ZodString
|
|
6440
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6435
6441
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6436
6442
|
}, "strip", z.ZodTypeAny, {
|
|
6437
6443
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6443,7 +6449,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6443
6449
|
key: string;
|
|
6444
6450
|
}>, z.ZodObject<{
|
|
6445
6451
|
type: z.ZodLiteral<"increment">;
|
|
6446
|
-
key: z.ZodString
|
|
6452
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6447
6453
|
value: z.ZodNumber;
|
|
6448
6454
|
}, "strip", z.ZodTypeAny, {
|
|
6449
6455
|
value: number;
|
|
@@ -6465,7 +6471,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6465
6471
|
type: "update";
|
|
6466
6472
|
}>, z.ZodObject<{
|
|
6467
6473
|
type: z.ZodLiteral<"set">;
|
|
6468
|
-
key: z.ZodString
|
|
6474
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6469
6475
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6470
6476
|
}, "strip", z.ZodTypeAny, {
|
|
6471
6477
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6477,7 +6483,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6477
6483
|
key: string;
|
|
6478
6484
|
}>, z.ZodObject<{
|
|
6479
6485
|
type: z.ZodLiteral<"delete">;
|
|
6480
|
-
key: z.ZodString
|
|
6486
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6481
6487
|
}, "strip", z.ZodTypeAny, {
|
|
6482
6488
|
type: "delete";
|
|
6483
6489
|
key: string;
|
|
@@ -6486,7 +6492,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6486
6492
|
key: string;
|
|
6487
6493
|
}>, z.ZodObject<{
|
|
6488
6494
|
type: z.ZodLiteral<"append">;
|
|
6489
|
-
key: z.ZodString
|
|
6495
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6490
6496
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6491
6497
|
}, "strip", z.ZodTypeAny, {
|
|
6492
6498
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6498,7 +6504,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6498
6504
|
key: string;
|
|
6499
6505
|
}>, z.ZodObject<{
|
|
6500
6506
|
type: z.ZodLiteral<"remove">;
|
|
6501
|
-
key: z.ZodString
|
|
6507
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6502
6508
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6503
6509
|
}, "strip", z.ZodTypeAny, {
|
|
6504
6510
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
@@ -6510,7 +6516,7 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6510
6516
|
key: string;
|
|
6511
6517
|
}>, z.ZodObject<{
|
|
6512
6518
|
type: z.ZodLiteral<"increment">;
|
|
6513
|
-
key: z.ZodString
|
|
6519
|
+
key: z.ZodEffects<z.ZodString, string, string>;
|
|
6514
6520
|
value: z.ZodNumber;
|
|
6515
6521
|
}, "strip", z.ZodTypeAny, {
|
|
6516
6522
|
value: number;
|