@trigger.dev/core 4.0.0-v4-beta.26 → 4.0.0-v4-beta.27
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.js +0 -3
- package/dist/commonjs/v3/apiClient/core.js.map +1 -1
- package/dist/commonjs/v3/config.d.ts +47 -35
- 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/isomorphic/index.d.ts +1 -0
- package/dist/commonjs/v3/isomorphic/index.js +1 -0
- package/dist/commonjs/v3/isomorphic/index.js.map +1 -1
- package/dist/commonjs/v3/isomorphic/traceContext.d.ts +5 -0
- package/dist/commonjs/v3/isomorphic/traceContext.js +25 -0
- package/dist/commonjs/v3/isomorphic/traceContext.js.map +1 -0
- package/dist/commonjs/v3/otel/tracingSDK.d.ts +1 -14
- package/dist/commonjs/v3/otel/tracingSDK.js +92 -84
- package/dist/commonjs/v3/otel/tracingSDK.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/catalog.d.ts +2 -1
- package/dist/commonjs/v3/resource-catalog/index.d.ts +2 -1
- package/dist/commonjs/v3/resource-catalog/index.js +3 -0
- package/dist/commonjs/v3/resource-catalog/index.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.d.ts +2 -1
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.js +3 -0
- package/dist/commonjs/v3/resource-catalog/noopResourceCatalog.js.map +1 -1
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.d.ts +3 -1
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js +10 -2
- package/dist/commonjs/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/commonjs/v3/runEngineWorker/supervisor/http.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/supervisor/schemas.d.ts +253 -246
- package/dist/commonjs/v3/runEngineWorker/workload/http.d.ts +1 -0
- package/dist/commonjs/v3/runEngineWorker/workload/schemas.d.ts +253 -246
- package/dist/commonjs/v3/schemas/api.d.ts +117 -80
- package/dist/commonjs/v3/schemas/api.js +2 -0
- package/dist/commonjs/v3/schemas/api.js.map +1 -1
- package/dist/commonjs/v3/schemas/build.d.ts +52 -40
- package/dist/commonjs/v3/schemas/common.d.ts +697 -684
- package/dist/commonjs/v3/schemas/common.js +1 -0
- package/dist/commonjs/v3/schemas/common.js.map +1 -1
- package/dist/commonjs/v3/schemas/fetch.d.ts +12 -12
- package/dist/commonjs/v3/schemas/messages.d.ts +3832 -3885
- package/dist/commonjs/v3/schemas/openTelemetry.d.ts +18 -18
- package/dist/commonjs/v3/schemas/resources.d.ts +34 -28
- package/dist/commonjs/v3/schemas/resources.js +2 -0
- package/dist/commonjs/v3/schemas/resources.js.map +1 -1
- package/dist/commonjs/v3/schemas/runEngine.d.ts +19 -12
- package/dist/commonjs/v3/schemas/schemas.d.ts +70 -130
- package/dist/commonjs/v3/schemas/schemas.js +12 -1
- package/dist/commonjs/v3/schemas/schemas.js.map +1 -1
- package/dist/commonjs/v3/taskContext/otelProcessors.d.ts +4 -5
- package/dist/commonjs/v3/taskContext/otelProcessors.js +4 -3
- package/dist/commonjs/v3/taskContext/otelProcessors.js.map +1 -1
- package/dist/commonjs/v3/trace-context-api.d.ts +3 -0
- package/dist/commonjs/v3/trace-context-api.js +9 -0
- package/dist/commonjs/v3/trace-context-api.js.map +1 -0
- package/dist/commonjs/v3/traceContext/api.d.ts +19 -0
- package/dist/commonjs/v3/traceContext/api.js +59 -0
- package/dist/commonjs/v3/traceContext/api.js.map +1 -0
- package/dist/commonjs/v3/traceContext/manager.d.ts +14 -0
- package/dist/commonjs/v3/traceContext/manager.js +60 -0
- package/dist/commonjs/v3/traceContext/manager.js.map +1 -0
- package/dist/commonjs/v3/traceContext/types.d.ts +12 -0
- package/dist/commonjs/v3/traceContext/types.js +3 -0
- package/dist/commonjs/v3/traceContext/types.js.map +1 -0
- package/dist/commonjs/v3/tracer.d.ts +0 -1
- package/dist/commonjs/v3/tracer.js +0 -3
- package/dist/commonjs/v3/tracer.js.map +1 -1
- package/dist/commonjs/v3/types/index.d.ts +1 -0
- package/dist/commonjs/v3/types/index.js +1 -0
- package/dist/commonjs/v3/types/index.js.map +1 -1
- package/dist/commonjs/v3/types/jsonSchema.d.ts +51 -0
- package/dist/commonjs/v3/types/jsonSchema.js +3 -0
- package/dist/commonjs/v3/types/jsonSchema.js.map +1 -0
- package/dist/commonjs/v3/types/tasks.d.ts +24 -0
- package/dist/commonjs/v3/types/tasks.js.map +1 -1
- package/dist/commonjs/v3/utils/globals.d.ts +2 -0
- package/dist/commonjs/v3/utils/globals.js.map +1 -1
- package/dist/commonjs/v3/workers/index.d.ts +1 -0
- package/dist/commonjs/v3/workers/index.js +3 -1
- package/dist/commonjs/v3/workers/index.js.map +1 -1
- package/dist/commonjs/v3/workers/taskExecutor.d.ts +2 -2
- package/dist/commonjs/v3/workers/taskExecutor.js +3 -15
- package/dist/commonjs/v3/workers/taskExecutor.js.map +1 -1
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/v3/apiClient/core.js +0 -3
- package/dist/esm/v3/apiClient/core.js.map +1 -1
- package/dist/esm/v3/config.d.ts +47 -35
- 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/isomorphic/index.d.ts +1 -0
- package/dist/esm/v3/isomorphic/index.js +1 -0
- package/dist/esm/v3/isomorphic/index.js.map +1 -1
- package/dist/esm/v3/isomorphic/traceContext.d.ts +5 -0
- package/dist/esm/v3/isomorphic/traceContext.js +21 -0
- package/dist/esm/v3/isomorphic/traceContext.js.map +1 -0
- package/dist/esm/v3/otel/tracingSDK.d.ts +1 -14
- package/dist/esm/v3/otel/tracingSDK.js +93 -85
- package/dist/esm/v3/otel/tracingSDK.js.map +1 -1
- package/dist/esm/v3/resource-catalog/catalog.d.ts +2 -1
- package/dist/esm/v3/resource-catalog/index.d.ts +2 -1
- package/dist/esm/v3/resource-catalog/index.js +3 -0
- package/dist/esm/v3/resource-catalog/index.js.map +1 -1
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.d.ts +2 -1
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.js +3 -0
- package/dist/esm/v3/resource-catalog/noopResourceCatalog.js.map +1 -1
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.d.ts +3 -1
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js +10 -2
- package/dist/esm/v3/resource-catalog/standardResourceCatalog.js.map +1 -1
- package/dist/esm/v3/runEngineWorker/supervisor/http.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/supervisor/schemas.d.ts +253 -246
- package/dist/esm/v3/runEngineWorker/workload/http.d.ts +1 -0
- package/dist/esm/v3/runEngineWorker/workload/schemas.d.ts +253 -246
- package/dist/esm/v3/schemas/api.d.ts +117 -80
- package/dist/esm/v3/schemas/api.js +2 -0
- package/dist/esm/v3/schemas/api.js.map +1 -1
- package/dist/esm/v3/schemas/build.d.ts +52 -40
- package/dist/esm/v3/schemas/common.d.ts +697 -684
- package/dist/esm/v3/schemas/common.js +1 -0
- package/dist/esm/v3/schemas/common.js.map +1 -1
- package/dist/esm/v3/schemas/fetch.d.ts +12 -12
- package/dist/esm/v3/schemas/messages.d.ts +3832 -3885
- package/dist/esm/v3/schemas/openTelemetry.d.ts +18 -18
- package/dist/esm/v3/schemas/resources.d.ts +34 -28
- package/dist/esm/v3/schemas/resources.js +2 -0
- package/dist/esm/v3/schemas/resources.js.map +1 -1
- package/dist/esm/v3/schemas/runEngine.d.ts +19 -12
- package/dist/esm/v3/schemas/schemas.d.ts +70 -130
- package/dist/esm/v3/schemas/schemas.js +11 -0
- package/dist/esm/v3/schemas/schemas.js.map +1 -1
- package/dist/esm/v3/taskContext/otelProcessors.d.ts +4 -5
- package/dist/esm/v3/taskContext/otelProcessors.js +4 -3
- package/dist/esm/v3/taskContext/otelProcessors.js.map +1 -1
- package/dist/esm/v3/trace-context-api.d.ts +3 -0
- package/dist/esm/v3/trace-context-api.js +6 -0
- package/dist/esm/v3/trace-context-api.js.map +1 -0
- package/dist/esm/v3/traceContext/api.d.ts +19 -0
- package/dist/esm/v3/traceContext/api.js +55 -0
- package/dist/esm/v3/traceContext/api.js.map +1 -0
- package/dist/esm/v3/traceContext/manager.d.ts +14 -0
- package/dist/esm/v3/traceContext/manager.js +56 -0
- package/dist/esm/v3/traceContext/manager.js.map +1 -0
- package/dist/esm/v3/traceContext/types.d.ts +12 -0
- package/dist/esm/v3/traceContext/types.js +2 -0
- package/dist/esm/v3/traceContext/types.js.map +1 -0
- package/dist/esm/v3/tracer.d.ts +0 -1
- package/dist/esm/v3/tracer.js +1 -4
- package/dist/esm/v3/tracer.js.map +1 -1
- package/dist/esm/v3/types/index.d.ts +1 -0
- package/dist/esm/v3/types/index.js +1 -0
- package/dist/esm/v3/types/index.js.map +1 -1
- package/dist/esm/v3/types/jsonSchema.d.ts +51 -0
- package/dist/esm/v3/types/jsonSchema.js +2 -0
- package/dist/esm/v3/types/jsonSchema.js.map +1 -0
- package/dist/esm/v3/types/tasks.d.ts +24 -0
- package/dist/esm/v3/types/tasks.js.map +1 -1
- package/dist/esm/v3/utils/globals.d.ts +2 -0
- package/dist/esm/v3/utils/globals.js.map +1 -1
- package/dist/esm/v3/workers/index.d.ts +1 -0
- package/dist/esm/v3/workers/index.js +1 -0
- package/dist/esm/v3/workers/index.js.map +1 -1
- package/dist/esm/v3/workers/taskExecutor.d.ts +2 -2
- package/dist/esm/v3/workers/taskExecutor.js +5 -17
- package/dist/esm/v3/workers/taskExecutor.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +12 -13
|
@@ -6,11 +6,11 @@ export declare const RunMetadataUpdateOperation: z.ZodObject<{
|
|
|
6
6
|
type: z.ZodLiteral<"update">;
|
|
7
7
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
type: "update";
|
|
10
9
|
value: Record<string, unknown>;
|
|
11
|
-
}, {
|
|
12
10
|
type: "update";
|
|
11
|
+
}, {
|
|
13
12
|
value: Record<string, unknown>;
|
|
13
|
+
type: "update";
|
|
14
14
|
}>;
|
|
15
15
|
export type RunMetadataUpdateOperation = z.infer<typeof RunMetadataUpdateOperation>;
|
|
16
16
|
export declare const RunMetadataSetKeyOperation: z.ZodObject<{
|
|
@@ -18,12 +18,12 @@ export declare const RunMetadataSetKeyOperation: z.ZodObject<{
|
|
|
18
18
|
key: z.ZodString;
|
|
19
19
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
type: "set";
|
|
22
21
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
22
|
+
type: "set";
|
|
23
23
|
key: string;
|
|
24
24
|
}, {
|
|
25
|
-
type: "set";
|
|
26
25
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
26
|
+
type: "set";
|
|
27
27
|
key: string;
|
|
28
28
|
}>;
|
|
29
29
|
export type RunMetadataSetKeyOperation = z.infer<typeof RunMetadataSetKeyOperation>;
|
|
@@ -43,12 +43,12 @@ export declare const RunMetadataAppendKeyOperation: z.ZodObject<{
|
|
|
43
43
|
key: z.ZodString;
|
|
44
44
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
type: "append";
|
|
47
46
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
47
|
+
type: "append";
|
|
48
48
|
key: string;
|
|
49
49
|
}, {
|
|
50
|
-
type: "append";
|
|
51
50
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
51
|
+
type: "append";
|
|
52
52
|
key: string;
|
|
53
53
|
}>;
|
|
54
54
|
export type RunMetadataAppendKeyOperation = z.infer<typeof RunMetadataAppendKeyOperation>;
|
|
@@ -57,12 +57,12 @@ export declare const RunMetadataRemoveFromKeyOperation: z.ZodObject<{
|
|
|
57
57
|
key: z.ZodString;
|
|
58
58
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
type: "remove";
|
|
61
60
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
61
|
+
type: "remove";
|
|
62
62
|
key: string;
|
|
63
63
|
}, {
|
|
64
|
-
type: "remove";
|
|
65
64
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
65
|
+
type: "remove";
|
|
66
66
|
key: string;
|
|
67
67
|
}>;
|
|
68
68
|
export type RunMetadataRemoveFromKeyOperation = z.infer<typeof RunMetadataRemoveFromKeyOperation>;
|
|
@@ -71,12 +71,12 @@ export declare const RunMetadataIncrementKeyOperation: z.ZodObject<{
|
|
|
71
71
|
key: z.ZodString;
|
|
72
72
|
value: z.ZodNumber;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
type: "increment";
|
|
75
74
|
value: number;
|
|
75
|
+
type: "increment";
|
|
76
76
|
key: string;
|
|
77
77
|
}, {
|
|
78
|
-
type: "increment";
|
|
79
78
|
value: number;
|
|
79
|
+
type: "increment";
|
|
80
80
|
key: string;
|
|
81
81
|
}>;
|
|
82
82
|
export type RunMetadataIncrementKeyOperation = z.infer<typeof RunMetadataIncrementKeyOperation>;
|
|
@@ -84,22 +84,22 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
84
84
|
type: z.ZodLiteral<"update">;
|
|
85
85
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
-
type: "update";
|
|
88
87
|
value: Record<string, unknown>;
|
|
89
|
-
}, {
|
|
90
88
|
type: "update";
|
|
89
|
+
}, {
|
|
91
90
|
value: Record<string, unknown>;
|
|
91
|
+
type: "update";
|
|
92
92
|
}>, z.ZodObject<{
|
|
93
93
|
type: z.ZodLiteral<"set">;
|
|
94
94
|
key: z.ZodString;
|
|
95
95
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
type: "set";
|
|
98
97
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
98
|
+
type: "set";
|
|
99
99
|
key: string;
|
|
100
100
|
}, {
|
|
101
|
-
type: "set";
|
|
102
101
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
102
|
+
type: "set";
|
|
103
103
|
key: string;
|
|
104
104
|
}>, z.ZodObject<{
|
|
105
105
|
type: z.ZodLiteral<"delete">;
|
|
@@ -115,36 +115,36 @@ export declare const RunMetadataChangeOperation: z.ZodDiscriminatedUnion<"type",
|
|
|
115
115
|
key: z.ZodString;
|
|
116
116
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
type: "append";
|
|
119
118
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
119
|
+
type: "append";
|
|
120
120
|
key: string;
|
|
121
121
|
}, {
|
|
122
|
-
type: "append";
|
|
123
122
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
123
|
+
type: "append";
|
|
124
124
|
key: string;
|
|
125
125
|
}>, z.ZodObject<{
|
|
126
126
|
type: z.ZodLiteral<"remove">;
|
|
127
127
|
key: z.ZodString;
|
|
128
128
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
type: "remove";
|
|
131
130
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
131
|
+
type: "remove";
|
|
132
132
|
key: string;
|
|
133
133
|
}, {
|
|
134
|
-
type: "remove";
|
|
135
134
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
135
|
+
type: "remove";
|
|
136
136
|
key: string;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
type: z.ZodLiteral<"increment">;
|
|
139
139
|
key: z.ZodString;
|
|
140
140
|
value: z.ZodNumber;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
type: "increment";
|
|
143
142
|
value: number;
|
|
143
|
+
type: "increment";
|
|
144
144
|
key: string;
|
|
145
145
|
}, {
|
|
146
|
-
type: "increment";
|
|
147
146
|
value: number;
|
|
147
|
+
type: "increment";
|
|
148
148
|
key: string;
|
|
149
149
|
}>]>;
|
|
150
150
|
export type RunMetadataChangeOperation = z.infer<typeof RunMetadataChangeOperation>;
|
|
@@ -154,22 +154,22 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
154
154
|
type: z.ZodLiteral<"update">;
|
|
155
155
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "update";
|
|
158
157
|
value: Record<string, unknown>;
|
|
159
|
-
}, {
|
|
160
158
|
type: "update";
|
|
159
|
+
}, {
|
|
161
160
|
value: Record<string, unknown>;
|
|
161
|
+
type: "update";
|
|
162
162
|
}>, z.ZodObject<{
|
|
163
163
|
type: z.ZodLiteral<"set">;
|
|
164
164
|
key: z.ZodString;
|
|
165
165
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
166
166
|
}, "strip", z.ZodTypeAny, {
|
|
167
|
-
type: "set";
|
|
168
167
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
168
|
+
type: "set";
|
|
169
169
|
key: string;
|
|
170
170
|
}, {
|
|
171
|
-
type: "set";
|
|
172
171
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
172
|
+
type: "set";
|
|
173
173
|
key: string;
|
|
174
174
|
}>, z.ZodObject<{
|
|
175
175
|
type: z.ZodLiteral<"delete">;
|
|
@@ -185,58 +185,58 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
185
185
|
key: z.ZodString;
|
|
186
186
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
type: "append";
|
|
189
188
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
189
|
+
type: "append";
|
|
190
190
|
key: string;
|
|
191
191
|
}, {
|
|
192
|
-
type: "append";
|
|
193
192
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
193
|
+
type: "append";
|
|
194
194
|
key: string;
|
|
195
195
|
}>, z.ZodObject<{
|
|
196
196
|
type: z.ZodLiteral<"remove">;
|
|
197
197
|
key: z.ZodString;
|
|
198
198
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
type: "remove";
|
|
201
200
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
201
|
+
type: "remove";
|
|
202
202
|
key: string;
|
|
203
203
|
}, {
|
|
204
|
-
type: "remove";
|
|
205
204
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
205
|
+
type: "remove";
|
|
206
206
|
key: string;
|
|
207
207
|
}>, z.ZodObject<{
|
|
208
208
|
type: z.ZodLiteral<"increment">;
|
|
209
209
|
key: z.ZodString;
|
|
210
210
|
value: z.ZodNumber;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
|
-
type: "increment";
|
|
213
212
|
value: number;
|
|
213
|
+
type: "increment";
|
|
214
214
|
key: string;
|
|
215
215
|
}, {
|
|
216
|
-
type: "increment";
|
|
217
216
|
value: number;
|
|
217
|
+
type: "increment";
|
|
218
218
|
key: string;
|
|
219
219
|
}>]>, "many">>;
|
|
220
220
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
221
221
|
type: z.ZodLiteral<"update">;
|
|
222
222
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
type: "update";
|
|
225
224
|
value: Record<string, unknown>;
|
|
226
|
-
}, {
|
|
227
225
|
type: "update";
|
|
226
|
+
}, {
|
|
228
227
|
value: Record<string, unknown>;
|
|
228
|
+
type: "update";
|
|
229
229
|
}>, z.ZodObject<{
|
|
230
230
|
type: z.ZodLiteral<"set">;
|
|
231
231
|
key: z.ZodString;
|
|
232
232
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
|
-
type: "set";
|
|
235
234
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
235
|
+
type: "set";
|
|
236
236
|
key: string;
|
|
237
237
|
}, {
|
|
238
|
-
type: "set";
|
|
239
238
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
239
|
+
type: "set";
|
|
240
240
|
key: string;
|
|
241
241
|
}>, z.ZodObject<{
|
|
242
242
|
type: z.ZodLiteral<"delete">;
|
|
@@ -252,58 +252,58 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
252
252
|
key: z.ZodString;
|
|
253
253
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
|
-
type: "append";
|
|
256
255
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
256
|
+
type: "append";
|
|
257
257
|
key: string;
|
|
258
258
|
}, {
|
|
259
|
-
type: "append";
|
|
260
259
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
260
|
+
type: "append";
|
|
261
261
|
key: string;
|
|
262
262
|
}>, z.ZodObject<{
|
|
263
263
|
type: z.ZodLiteral<"remove">;
|
|
264
264
|
key: z.ZodString;
|
|
265
265
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
266
266
|
}, "strip", z.ZodTypeAny, {
|
|
267
|
-
type: "remove";
|
|
268
267
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
268
|
+
type: "remove";
|
|
269
269
|
key: string;
|
|
270
270
|
}, {
|
|
271
|
-
type: "remove";
|
|
272
271
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
272
|
+
type: "remove";
|
|
273
273
|
key: string;
|
|
274
274
|
}>, z.ZodObject<{
|
|
275
275
|
type: z.ZodLiteral<"increment">;
|
|
276
276
|
key: z.ZodString;
|
|
277
277
|
value: z.ZodNumber;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
|
-
type: "increment";
|
|
280
279
|
value: number;
|
|
280
|
+
type: "increment";
|
|
281
281
|
key: string;
|
|
282
282
|
}, {
|
|
283
|
-
type: "increment";
|
|
284
283
|
value: number;
|
|
284
|
+
type: "increment";
|
|
285
285
|
key: string;
|
|
286
286
|
}>]>, "many">>;
|
|
287
287
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
288
288
|
type: z.ZodLiteral<"update">;
|
|
289
289
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
type: "update";
|
|
292
291
|
value: Record<string, unknown>;
|
|
293
|
-
}, {
|
|
294
292
|
type: "update";
|
|
293
|
+
}, {
|
|
295
294
|
value: Record<string, unknown>;
|
|
295
|
+
type: "update";
|
|
296
296
|
}>, z.ZodObject<{
|
|
297
297
|
type: z.ZodLiteral<"set">;
|
|
298
298
|
key: z.ZodString;
|
|
299
299
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
type: "set";
|
|
302
301
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
302
|
+
type: "set";
|
|
303
303
|
key: string;
|
|
304
304
|
}, {
|
|
305
|
-
type: "set";
|
|
306
305
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
306
|
+
type: "set";
|
|
307
307
|
key: string;
|
|
308
308
|
}>, z.ZodObject<{
|
|
309
309
|
type: z.ZodLiteral<"delete">;
|
|
@@ -319,178 +319,178 @@ export declare const FlushedRunMetadata: z.ZodObject<{
|
|
|
319
319
|
key: z.ZodString;
|
|
320
320
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
|
-
type: "append";
|
|
323
322
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
323
|
+
type: "append";
|
|
324
324
|
key: string;
|
|
325
325
|
}, {
|
|
326
|
-
type: "append";
|
|
327
326
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
327
|
+
type: "append";
|
|
328
328
|
key: string;
|
|
329
329
|
}>, z.ZodObject<{
|
|
330
330
|
type: z.ZodLiteral<"remove">;
|
|
331
331
|
key: z.ZodString;
|
|
332
332
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
333
333
|
}, "strip", z.ZodTypeAny, {
|
|
334
|
-
type: "remove";
|
|
335
334
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
335
|
+
type: "remove";
|
|
336
336
|
key: string;
|
|
337
337
|
}, {
|
|
338
|
-
type: "remove";
|
|
339
338
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
339
|
+
type: "remove";
|
|
340
340
|
key: string;
|
|
341
341
|
}>, z.ZodObject<{
|
|
342
342
|
type: z.ZodLiteral<"increment">;
|
|
343
343
|
key: z.ZodString;
|
|
344
344
|
value: z.ZodNumber;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
|
-
type: "increment";
|
|
347
346
|
value: number;
|
|
347
|
+
type: "increment";
|
|
348
348
|
key: string;
|
|
349
349
|
}, {
|
|
350
|
-
type: "increment";
|
|
351
350
|
value: number;
|
|
351
|
+
type: "increment";
|
|
352
352
|
key: string;
|
|
353
353
|
}>]>, "many">>;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
355
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
356
356
|
operations?: ({
|
|
357
|
-
type: "update";
|
|
358
357
|
value: Record<string, unknown>;
|
|
358
|
+
type: "update";
|
|
359
359
|
} | {
|
|
360
|
-
type: "set";
|
|
361
360
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
361
|
+
type: "set";
|
|
362
362
|
key: string;
|
|
363
363
|
} | {
|
|
364
364
|
type: "delete";
|
|
365
365
|
key: string;
|
|
366
366
|
} | {
|
|
367
|
-
type: "append";
|
|
368
367
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
368
|
+
type: "append";
|
|
369
369
|
key: string;
|
|
370
370
|
} | {
|
|
371
|
-
type: "remove";
|
|
372
371
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
372
|
+
type: "remove";
|
|
373
373
|
key: string;
|
|
374
374
|
} | {
|
|
375
|
-
type: "increment";
|
|
376
375
|
value: number;
|
|
376
|
+
type: "increment";
|
|
377
377
|
key: string;
|
|
378
378
|
})[] | undefined;
|
|
379
379
|
parentOperations?: ({
|
|
380
|
-
type: "update";
|
|
381
380
|
value: Record<string, unknown>;
|
|
381
|
+
type: "update";
|
|
382
382
|
} | {
|
|
383
|
-
type: "set";
|
|
384
383
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
384
|
+
type: "set";
|
|
385
385
|
key: string;
|
|
386
386
|
} | {
|
|
387
387
|
type: "delete";
|
|
388
388
|
key: string;
|
|
389
389
|
} | {
|
|
390
|
-
type: "append";
|
|
391
390
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
391
|
+
type: "append";
|
|
392
392
|
key: string;
|
|
393
393
|
} | {
|
|
394
|
-
type: "remove";
|
|
395
394
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
395
|
+
type: "remove";
|
|
396
396
|
key: string;
|
|
397
397
|
} | {
|
|
398
|
-
type: "increment";
|
|
399
398
|
value: number;
|
|
399
|
+
type: "increment";
|
|
400
400
|
key: string;
|
|
401
401
|
})[] | undefined;
|
|
402
402
|
rootOperations?: ({
|
|
403
|
-
type: "update";
|
|
404
403
|
value: Record<string, unknown>;
|
|
404
|
+
type: "update";
|
|
405
405
|
} | {
|
|
406
|
-
type: "set";
|
|
407
406
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
407
|
+
type: "set";
|
|
408
408
|
key: string;
|
|
409
409
|
} | {
|
|
410
410
|
type: "delete";
|
|
411
411
|
key: string;
|
|
412
412
|
} | {
|
|
413
|
-
type: "append";
|
|
414
413
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
414
|
+
type: "append";
|
|
415
415
|
key: string;
|
|
416
416
|
} | {
|
|
417
|
-
type: "remove";
|
|
418
417
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
418
|
+
type: "remove";
|
|
419
419
|
key: string;
|
|
420
420
|
} | {
|
|
421
|
-
type: "increment";
|
|
422
421
|
value: number;
|
|
422
|
+
type: "increment";
|
|
423
423
|
key: string;
|
|
424
424
|
})[] | undefined;
|
|
425
425
|
}, {
|
|
426
426
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
427
427
|
operations?: ({
|
|
428
|
-
type: "update";
|
|
429
428
|
value: Record<string, unknown>;
|
|
429
|
+
type: "update";
|
|
430
430
|
} | {
|
|
431
|
-
type: "set";
|
|
432
431
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
432
|
+
type: "set";
|
|
433
433
|
key: string;
|
|
434
434
|
} | {
|
|
435
435
|
type: "delete";
|
|
436
436
|
key: string;
|
|
437
437
|
} | {
|
|
438
|
-
type: "append";
|
|
439
438
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
439
|
+
type: "append";
|
|
440
440
|
key: string;
|
|
441
441
|
} | {
|
|
442
|
-
type: "remove";
|
|
443
442
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
443
|
+
type: "remove";
|
|
444
444
|
key: string;
|
|
445
445
|
} | {
|
|
446
|
-
type: "increment";
|
|
447
446
|
value: number;
|
|
447
|
+
type: "increment";
|
|
448
448
|
key: string;
|
|
449
449
|
})[] | undefined;
|
|
450
450
|
parentOperations?: ({
|
|
451
|
-
type: "update";
|
|
452
451
|
value: Record<string, unknown>;
|
|
452
|
+
type: "update";
|
|
453
453
|
} | {
|
|
454
|
-
type: "set";
|
|
455
454
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
455
|
+
type: "set";
|
|
456
456
|
key: string;
|
|
457
457
|
} | {
|
|
458
458
|
type: "delete";
|
|
459
459
|
key: string;
|
|
460
460
|
} | {
|
|
461
|
-
type: "append";
|
|
462
461
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
462
|
+
type: "append";
|
|
463
463
|
key: string;
|
|
464
464
|
} | {
|
|
465
|
-
type: "remove";
|
|
466
465
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
466
|
+
type: "remove";
|
|
467
467
|
key: string;
|
|
468
468
|
} | {
|
|
469
|
-
type: "increment";
|
|
470
469
|
value: number;
|
|
470
|
+
type: "increment";
|
|
471
471
|
key: string;
|
|
472
472
|
})[] | undefined;
|
|
473
473
|
rootOperations?: ({
|
|
474
|
-
type: "update";
|
|
475
474
|
value: Record<string, unknown>;
|
|
475
|
+
type: "update";
|
|
476
476
|
} | {
|
|
477
|
-
type: "set";
|
|
478
477
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
478
|
+
type: "set";
|
|
479
479
|
key: string;
|
|
480
480
|
} | {
|
|
481
481
|
type: "delete";
|
|
482
482
|
key: string;
|
|
483
483
|
} | {
|
|
484
|
-
type: "append";
|
|
485
484
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
485
|
+
type: "append";
|
|
486
486
|
key: string;
|
|
487
487
|
} | {
|
|
488
|
-
type: "remove";
|
|
489
488
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
489
|
+
type: "remove";
|
|
490
490
|
key: string;
|
|
491
491
|
} | {
|
|
492
|
-
type: "increment";
|
|
493
492
|
value: number;
|
|
493
|
+
type: "increment";
|
|
494
494
|
key: string;
|
|
495
495
|
})[] | undefined;
|
|
496
496
|
}>;
|
|
@@ -506,12 +506,12 @@ export declare const MachineConfig: z.ZodObject<{
|
|
|
506
506
|
memory: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0.25>, z.ZodLiteral<0.5>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<4>, z.ZodLiteral<8>]>>;
|
|
507
507
|
preset: z.ZodOptional<z.ZodEnum<["micro", "small-1x", "small-2x", "medium-1x", "medium-2x", "large-1x", "large-2x"]>>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
cpu?:
|
|
510
|
-
memory?:
|
|
509
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
510
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
511
511
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
512
512
|
}, {
|
|
513
|
-
cpu?:
|
|
514
|
-
memory?:
|
|
513
|
+
cpu?: 1 | 2 | 4 | 0.25 | 0.5 | undefined;
|
|
514
|
+
memory?: 1 | 2 | 4 | 0.25 | 0.5 | 8 | undefined;
|
|
515
515
|
preset?: "micro" | "small-1x" | "small-2x" | "medium-1x" | "medium-2x" | "large-1x" | "large-2x" | undefined;
|
|
516
516
|
}>;
|
|
517
517
|
export type MachineConfig = z.infer<typeof MachineConfig>;
|
|
@@ -663,6 +663,7 @@ export declare const TaskRun: z.ZodObject<{
|
|
|
663
663
|
rootTaskRunId: z.ZodOptional<z.ZodString>;
|
|
664
664
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
665
665
|
costInCents: z.ZodOptional<z.ZodNumber>;
|
|
666
|
+
region: z.ZodOptional<z.ZodString>;
|
|
666
667
|
}, "strip", z.ZodTypeAny, {
|
|
667
668
|
payload: string;
|
|
668
669
|
id: string;
|
|
@@ -682,6 +683,7 @@ export declare const TaskRun: z.ZodObject<{
|
|
|
682
683
|
rootTaskRunId?: string | undefined;
|
|
683
684
|
durationMs?: number | undefined;
|
|
684
685
|
costInCents?: number | undefined;
|
|
686
|
+
region?: string | undefined;
|
|
685
687
|
}, {
|
|
686
688
|
payload: string;
|
|
687
689
|
id: string;
|
|
@@ -701,6 +703,7 @@ export declare const TaskRun: z.ZodObject<{
|
|
|
701
703
|
rootTaskRunId?: string | undefined;
|
|
702
704
|
durationMs?: number | undefined;
|
|
703
705
|
costInCents?: number | undefined;
|
|
706
|
+
region?: string | undefined;
|
|
704
707
|
}>;
|
|
705
708
|
export type TaskRun = z.infer<typeof TaskRun>;
|
|
706
709
|
export declare const GitMeta: z.ZodObject<{
|
|
@@ -1545,6 +1548,7 @@ export declare const TaskRunExecution: z.ZodObject<{
|
|
|
1545
1548
|
rootTaskRunId: z.ZodOptional<z.ZodString>;
|
|
1546
1549
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
1547
1550
|
costInCents: z.ZodOptional<z.ZodNumber>;
|
|
1551
|
+
region: z.ZodOptional<z.ZodString>;
|
|
1548
1552
|
}, "strip", z.ZodTypeAny, {
|
|
1549
1553
|
payload: string;
|
|
1550
1554
|
id: string;
|
|
@@ -1564,6 +1568,7 @@ export declare const TaskRunExecution: z.ZodObject<{
|
|
|
1564
1568
|
rootTaskRunId?: string | undefined;
|
|
1565
1569
|
durationMs?: number | undefined;
|
|
1566
1570
|
costInCents?: number | undefined;
|
|
1571
|
+
region?: string | undefined;
|
|
1567
1572
|
}, {
|
|
1568
1573
|
payload: string;
|
|
1569
1574
|
id: string;
|
|
@@ -1583,6 +1588,7 @@ export declare const TaskRunExecution: z.ZodObject<{
|
|
|
1583
1588
|
rootTaskRunId?: string | undefined;
|
|
1584
1589
|
durationMs?: number | undefined;
|
|
1585
1590
|
costInCents?: number | undefined;
|
|
1591
|
+
region?: string | undefined;
|
|
1586
1592
|
}>, z.ZodObject<{
|
|
1587
1593
|
traceContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1588
1594
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1660,6 +1666,7 @@ export declare const TaskRunExecution: z.ZodObject<{
|
|
|
1660
1666
|
rootTaskRunId?: string | undefined;
|
|
1661
1667
|
durationMs?: number | undefined;
|
|
1662
1668
|
costInCents?: number | undefined;
|
|
1669
|
+
region?: string | undefined;
|
|
1663
1670
|
} & {
|
|
1664
1671
|
traceContext?: Record<string, unknown> | undefined;
|
|
1665
1672
|
};
|
|
@@ -1754,6 +1761,7 @@ export declare const TaskRunExecution: z.ZodObject<{
|
|
|
1754
1761
|
rootTaskRunId?: string | undefined;
|
|
1755
1762
|
durationMs?: number | undefined;
|
|
1756
1763
|
costInCents?: number | undefined;
|
|
1764
|
+
region?: string | undefined;
|
|
1757
1765
|
} & {
|
|
1758
1766
|
traceContext?: Record<string, unknown> | undefined;
|
|
1759
1767
|
};
|
|
@@ -2495,6 +2503,7 @@ export declare const TaskRunContext: z.ZodObject<{
|
|
|
2495
2503
|
rootTaskRunId: z.ZodOptional<z.ZodString>;
|
|
2496
2504
|
durationMs: z.ZodOptional<z.ZodNumber>;
|
|
2497
2505
|
costInCents: z.ZodOptional<z.ZodNumber>;
|
|
2506
|
+
region: z.ZodOptional<z.ZodString>;
|
|
2498
2507
|
}, "payload" | "metadata" | "payloadType" | "durationMs" | "costInCents">, "strip", z.ZodTypeAny, {
|
|
2499
2508
|
id: string;
|
|
2500
2509
|
tags: string[];
|
|
@@ -2509,6 +2518,7 @@ export declare const TaskRunContext: z.ZodObject<{
|
|
|
2509
2518
|
baseCostInCents?: number | undefined;
|
|
2510
2519
|
parentTaskRunId?: string | undefined;
|
|
2511
2520
|
rootTaskRunId?: string | undefined;
|
|
2521
|
+
region?: string | undefined;
|
|
2512
2522
|
}, {
|
|
2513
2523
|
id: string;
|
|
2514
2524
|
tags: string[];
|
|
@@ -2523,6 +2533,7 @@ export declare const TaskRunContext: z.ZodObject<{
|
|
|
2523
2533
|
baseCostInCents?: number | undefined;
|
|
2524
2534
|
parentTaskRunId?: string | undefined;
|
|
2525
2535
|
rootTaskRunId?: string | undefined;
|
|
2536
|
+
region?: string | undefined;
|
|
2526
2537
|
}>;
|
|
2527
2538
|
}, "strip", z.ZodTypeAny, {
|
|
2528
2539
|
task: {
|
|
@@ -2587,6 +2598,7 @@ export declare const TaskRunContext: z.ZodObject<{
|
|
|
2587
2598
|
baseCostInCents?: number | undefined;
|
|
2588
2599
|
parentTaskRunId?: string | undefined;
|
|
2589
2600
|
rootTaskRunId?: string | undefined;
|
|
2601
|
+
region?: string | undefined;
|
|
2590
2602
|
};
|
|
2591
2603
|
batch?: {
|
|
2592
2604
|
id: string;
|
|
@@ -2672,6 +2684,7 @@ export declare const TaskRunContext: z.ZodObject<{
|
|
|
2672
2684
|
baseCostInCents?: number | undefined;
|
|
2673
2685
|
parentTaskRunId?: string | undefined;
|
|
2674
2686
|
rootTaskRunId?: string | undefined;
|
|
2687
|
+
region?: string | undefined;
|
|
2675
2688
|
};
|
|
2676
2689
|
batch?: {
|
|
2677
2690
|
id: string;
|
|
@@ -3083,22 +3096,22 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3083
3096
|
type: z.ZodLiteral<"update">;
|
|
3084
3097
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3085
3098
|
}, "strip", z.ZodTypeAny, {
|
|
3086
|
-
type: "update";
|
|
3087
3099
|
value: Record<string, unknown>;
|
|
3088
|
-
}, {
|
|
3089
3100
|
type: "update";
|
|
3101
|
+
}, {
|
|
3090
3102
|
value: Record<string, unknown>;
|
|
3103
|
+
type: "update";
|
|
3091
3104
|
}>, z.ZodObject<{
|
|
3092
3105
|
type: z.ZodLiteral<"set">;
|
|
3093
3106
|
key: z.ZodString;
|
|
3094
3107
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3095
3108
|
}, "strip", z.ZodTypeAny, {
|
|
3096
|
-
type: "set";
|
|
3097
3109
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3110
|
+
type: "set";
|
|
3098
3111
|
key: string;
|
|
3099
3112
|
}, {
|
|
3100
|
-
type: "set";
|
|
3101
3113
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3114
|
+
type: "set";
|
|
3102
3115
|
key: string;
|
|
3103
3116
|
}>, z.ZodObject<{
|
|
3104
3117
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3114,58 +3127,58 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3114
3127
|
key: z.ZodString;
|
|
3115
3128
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3116
3129
|
}, "strip", z.ZodTypeAny, {
|
|
3117
|
-
type: "append";
|
|
3118
3130
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3131
|
+
type: "append";
|
|
3119
3132
|
key: string;
|
|
3120
3133
|
}, {
|
|
3121
|
-
type: "append";
|
|
3122
3134
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3135
|
+
type: "append";
|
|
3123
3136
|
key: string;
|
|
3124
3137
|
}>, z.ZodObject<{
|
|
3125
3138
|
type: z.ZodLiteral<"remove">;
|
|
3126
3139
|
key: z.ZodString;
|
|
3127
3140
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3128
3141
|
}, "strip", z.ZodTypeAny, {
|
|
3129
|
-
type: "remove";
|
|
3130
3142
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3143
|
+
type: "remove";
|
|
3131
3144
|
key: string;
|
|
3132
3145
|
}, {
|
|
3133
|
-
type: "remove";
|
|
3134
3146
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3147
|
+
type: "remove";
|
|
3135
3148
|
key: string;
|
|
3136
3149
|
}>, z.ZodObject<{
|
|
3137
3150
|
type: z.ZodLiteral<"increment">;
|
|
3138
3151
|
key: z.ZodString;
|
|
3139
3152
|
value: z.ZodNumber;
|
|
3140
3153
|
}, "strip", z.ZodTypeAny, {
|
|
3141
|
-
type: "increment";
|
|
3142
3154
|
value: number;
|
|
3155
|
+
type: "increment";
|
|
3143
3156
|
key: string;
|
|
3144
3157
|
}, {
|
|
3145
|
-
type: "increment";
|
|
3146
3158
|
value: number;
|
|
3159
|
+
type: "increment";
|
|
3147
3160
|
key: string;
|
|
3148
3161
|
}>]>, "many">>;
|
|
3149
3162
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3150
3163
|
type: z.ZodLiteral<"update">;
|
|
3151
3164
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3152
3165
|
}, "strip", z.ZodTypeAny, {
|
|
3153
|
-
type: "update";
|
|
3154
3166
|
value: Record<string, unknown>;
|
|
3155
|
-
}, {
|
|
3156
3167
|
type: "update";
|
|
3168
|
+
}, {
|
|
3157
3169
|
value: Record<string, unknown>;
|
|
3170
|
+
type: "update";
|
|
3158
3171
|
}>, z.ZodObject<{
|
|
3159
3172
|
type: z.ZodLiteral<"set">;
|
|
3160
3173
|
key: z.ZodString;
|
|
3161
3174
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3162
3175
|
}, "strip", z.ZodTypeAny, {
|
|
3163
|
-
type: "set";
|
|
3164
3176
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3177
|
+
type: "set";
|
|
3165
3178
|
key: string;
|
|
3166
3179
|
}, {
|
|
3167
|
-
type: "set";
|
|
3168
3180
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3181
|
+
type: "set";
|
|
3169
3182
|
key: string;
|
|
3170
3183
|
}>, z.ZodObject<{
|
|
3171
3184
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3181,58 +3194,58 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3181
3194
|
key: z.ZodString;
|
|
3182
3195
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3183
3196
|
}, "strip", z.ZodTypeAny, {
|
|
3184
|
-
type: "append";
|
|
3185
3197
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3198
|
+
type: "append";
|
|
3186
3199
|
key: string;
|
|
3187
3200
|
}, {
|
|
3188
|
-
type: "append";
|
|
3189
3201
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3202
|
+
type: "append";
|
|
3190
3203
|
key: string;
|
|
3191
3204
|
}>, z.ZodObject<{
|
|
3192
3205
|
type: z.ZodLiteral<"remove">;
|
|
3193
3206
|
key: z.ZodString;
|
|
3194
3207
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3195
3208
|
}, "strip", z.ZodTypeAny, {
|
|
3196
|
-
type: "remove";
|
|
3197
3209
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3210
|
+
type: "remove";
|
|
3198
3211
|
key: string;
|
|
3199
3212
|
}, {
|
|
3200
|
-
type: "remove";
|
|
3201
3213
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3214
|
+
type: "remove";
|
|
3202
3215
|
key: string;
|
|
3203
3216
|
}>, z.ZodObject<{
|
|
3204
3217
|
type: z.ZodLiteral<"increment">;
|
|
3205
3218
|
key: z.ZodString;
|
|
3206
3219
|
value: z.ZodNumber;
|
|
3207
3220
|
}, "strip", z.ZodTypeAny, {
|
|
3208
|
-
type: "increment";
|
|
3209
3221
|
value: number;
|
|
3222
|
+
type: "increment";
|
|
3210
3223
|
key: string;
|
|
3211
3224
|
}, {
|
|
3212
|
-
type: "increment";
|
|
3213
3225
|
value: number;
|
|
3226
|
+
type: "increment";
|
|
3214
3227
|
key: string;
|
|
3215
3228
|
}>]>, "many">>;
|
|
3216
3229
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3217
3230
|
type: z.ZodLiteral<"update">;
|
|
3218
3231
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3219
3232
|
}, "strip", z.ZodTypeAny, {
|
|
3220
|
-
type: "update";
|
|
3221
3233
|
value: Record<string, unknown>;
|
|
3222
|
-
}, {
|
|
3223
3234
|
type: "update";
|
|
3235
|
+
}, {
|
|
3224
3236
|
value: Record<string, unknown>;
|
|
3237
|
+
type: "update";
|
|
3225
3238
|
}>, z.ZodObject<{
|
|
3226
3239
|
type: z.ZodLiteral<"set">;
|
|
3227
3240
|
key: z.ZodString;
|
|
3228
3241
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3229
3242
|
}, "strip", z.ZodTypeAny, {
|
|
3230
|
-
type: "set";
|
|
3231
3243
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3244
|
+
type: "set";
|
|
3232
3245
|
key: string;
|
|
3233
3246
|
}, {
|
|
3234
|
-
type: "set";
|
|
3235
3247
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3248
|
+
type: "set";
|
|
3236
3249
|
key: string;
|
|
3237
3250
|
}>, z.ZodObject<{
|
|
3238
3251
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3248,178 +3261,178 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3248
3261
|
key: z.ZodString;
|
|
3249
3262
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3250
3263
|
}, "strip", z.ZodTypeAny, {
|
|
3251
|
-
type: "append";
|
|
3252
3264
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3265
|
+
type: "append";
|
|
3253
3266
|
key: string;
|
|
3254
3267
|
}, {
|
|
3255
|
-
type: "append";
|
|
3256
3268
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3269
|
+
type: "append";
|
|
3257
3270
|
key: string;
|
|
3258
3271
|
}>, z.ZodObject<{
|
|
3259
3272
|
type: z.ZodLiteral<"remove">;
|
|
3260
3273
|
key: z.ZodString;
|
|
3261
3274
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3262
3275
|
}, "strip", z.ZodTypeAny, {
|
|
3263
|
-
type: "remove";
|
|
3264
3276
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3277
|
+
type: "remove";
|
|
3265
3278
|
key: string;
|
|
3266
3279
|
}, {
|
|
3267
|
-
type: "remove";
|
|
3268
3280
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3281
|
+
type: "remove";
|
|
3269
3282
|
key: string;
|
|
3270
3283
|
}>, z.ZodObject<{
|
|
3271
3284
|
type: z.ZodLiteral<"increment">;
|
|
3272
3285
|
key: z.ZodString;
|
|
3273
3286
|
value: z.ZodNumber;
|
|
3274
3287
|
}, "strip", z.ZodTypeAny, {
|
|
3275
|
-
type: "increment";
|
|
3276
3288
|
value: number;
|
|
3289
|
+
type: "increment";
|
|
3277
3290
|
key: string;
|
|
3278
3291
|
}, {
|
|
3279
|
-
type: "increment";
|
|
3280
3292
|
value: number;
|
|
3293
|
+
type: "increment";
|
|
3281
3294
|
key: string;
|
|
3282
3295
|
}>]>, "many">>;
|
|
3283
3296
|
}, "strip", z.ZodTypeAny, {
|
|
3284
3297
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3285
3298
|
operations?: ({
|
|
3286
|
-
type: "update";
|
|
3287
3299
|
value: Record<string, unknown>;
|
|
3300
|
+
type: "update";
|
|
3288
3301
|
} | {
|
|
3289
|
-
type: "set";
|
|
3290
3302
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3303
|
+
type: "set";
|
|
3291
3304
|
key: string;
|
|
3292
3305
|
} | {
|
|
3293
3306
|
type: "delete";
|
|
3294
3307
|
key: string;
|
|
3295
3308
|
} | {
|
|
3296
|
-
type: "append";
|
|
3297
3309
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3310
|
+
type: "append";
|
|
3298
3311
|
key: string;
|
|
3299
3312
|
} | {
|
|
3300
|
-
type: "remove";
|
|
3301
3313
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3314
|
+
type: "remove";
|
|
3302
3315
|
key: string;
|
|
3303
3316
|
} | {
|
|
3304
|
-
type: "increment";
|
|
3305
3317
|
value: number;
|
|
3318
|
+
type: "increment";
|
|
3306
3319
|
key: string;
|
|
3307
3320
|
})[] | undefined;
|
|
3308
3321
|
parentOperations?: ({
|
|
3309
|
-
type: "update";
|
|
3310
3322
|
value: Record<string, unknown>;
|
|
3323
|
+
type: "update";
|
|
3311
3324
|
} | {
|
|
3312
|
-
type: "set";
|
|
3313
3325
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3326
|
+
type: "set";
|
|
3314
3327
|
key: string;
|
|
3315
3328
|
} | {
|
|
3316
3329
|
type: "delete";
|
|
3317
3330
|
key: string;
|
|
3318
3331
|
} | {
|
|
3319
|
-
type: "append";
|
|
3320
3332
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3333
|
+
type: "append";
|
|
3321
3334
|
key: string;
|
|
3322
3335
|
} | {
|
|
3323
|
-
type: "remove";
|
|
3324
3336
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3337
|
+
type: "remove";
|
|
3325
3338
|
key: string;
|
|
3326
3339
|
} | {
|
|
3327
|
-
type: "increment";
|
|
3328
3340
|
value: number;
|
|
3341
|
+
type: "increment";
|
|
3329
3342
|
key: string;
|
|
3330
3343
|
})[] | undefined;
|
|
3331
3344
|
rootOperations?: ({
|
|
3332
|
-
type: "update";
|
|
3333
3345
|
value: Record<string, unknown>;
|
|
3346
|
+
type: "update";
|
|
3334
3347
|
} | {
|
|
3335
|
-
type: "set";
|
|
3336
3348
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3349
|
+
type: "set";
|
|
3337
3350
|
key: string;
|
|
3338
3351
|
} | {
|
|
3339
3352
|
type: "delete";
|
|
3340
3353
|
key: string;
|
|
3341
3354
|
} | {
|
|
3342
|
-
type: "append";
|
|
3343
3355
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3356
|
+
type: "append";
|
|
3344
3357
|
key: string;
|
|
3345
3358
|
} | {
|
|
3346
|
-
type: "remove";
|
|
3347
3359
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3360
|
+
type: "remove";
|
|
3348
3361
|
key: string;
|
|
3349
3362
|
} | {
|
|
3350
|
-
type: "increment";
|
|
3351
3363
|
value: number;
|
|
3364
|
+
type: "increment";
|
|
3352
3365
|
key: string;
|
|
3353
3366
|
})[] | undefined;
|
|
3354
3367
|
}, {
|
|
3355
3368
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3356
3369
|
operations?: ({
|
|
3357
|
-
type: "update";
|
|
3358
3370
|
value: Record<string, unknown>;
|
|
3371
|
+
type: "update";
|
|
3359
3372
|
} | {
|
|
3360
|
-
type: "set";
|
|
3361
3373
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3374
|
+
type: "set";
|
|
3362
3375
|
key: string;
|
|
3363
3376
|
} | {
|
|
3364
3377
|
type: "delete";
|
|
3365
3378
|
key: string;
|
|
3366
3379
|
} | {
|
|
3367
|
-
type: "append";
|
|
3368
3380
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3381
|
+
type: "append";
|
|
3369
3382
|
key: string;
|
|
3370
3383
|
} | {
|
|
3371
|
-
type: "remove";
|
|
3372
3384
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3385
|
+
type: "remove";
|
|
3373
3386
|
key: string;
|
|
3374
3387
|
} | {
|
|
3375
|
-
type: "increment";
|
|
3376
3388
|
value: number;
|
|
3389
|
+
type: "increment";
|
|
3377
3390
|
key: string;
|
|
3378
3391
|
})[] | undefined;
|
|
3379
3392
|
parentOperations?: ({
|
|
3380
|
-
type: "update";
|
|
3381
3393
|
value: Record<string, unknown>;
|
|
3394
|
+
type: "update";
|
|
3382
3395
|
} | {
|
|
3383
|
-
type: "set";
|
|
3384
3396
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3397
|
+
type: "set";
|
|
3385
3398
|
key: string;
|
|
3386
3399
|
} | {
|
|
3387
3400
|
type: "delete";
|
|
3388
3401
|
key: string;
|
|
3389
3402
|
} | {
|
|
3390
|
-
type: "append";
|
|
3391
3403
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3404
|
+
type: "append";
|
|
3392
3405
|
key: string;
|
|
3393
3406
|
} | {
|
|
3394
|
-
type: "remove";
|
|
3395
3407
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3408
|
+
type: "remove";
|
|
3396
3409
|
key: string;
|
|
3397
3410
|
} | {
|
|
3398
|
-
type: "increment";
|
|
3399
3411
|
value: number;
|
|
3412
|
+
type: "increment";
|
|
3400
3413
|
key: string;
|
|
3401
3414
|
})[] | undefined;
|
|
3402
3415
|
rootOperations?: ({
|
|
3403
|
-
type: "update";
|
|
3404
3416
|
value: Record<string, unknown>;
|
|
3417
|
+
type: "update";
|
|
3405
3418
|
} | {
|
|
3406
|
-
type: "set";
|
|
3407
3419
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3420
|
+
type: "set";
|
|
3408
3421
|
key: string;
|
|
3409
3422
|
} | {
|
|
3410
3423
|
type: "delete";
|
|
3411
3424
|
key: string;
|
|
3412
3425
|
} | {
|
|
3413
|
-
type: "append";
|
|
3414
3426
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3427
|
+
type: "append";
|
|
3415
3428
|
key: string;
|
|
3416
3429
|
} | {
|
|
3417
|
-
type: "remove";
|
|
3418
3430
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3431
|
+
type: "remove";
|
|
3419
3432
|
key: string;
|
|
3420
3433
|
} | {
|
|
3421
|
-
type: "increment";
|
|
3422
3434
|
value: number;
|
|
3435
|
+
type: "increment";
|
|
3423
3436
|
key: string;
|
|
3424
3437
|
})[] | undefined;
|
|
3425
3438
|
}>>;
|
|
@@ -3456,72 +3469,72 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3456
3469
|
metadata?: {
|
|
3457
3470
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3458
3471
|
operations?: ({
|
|
3459
|
-
type: "update";
|
|
3460
3472
|
value: Record<string, unknown>;
|
|
3473
|
+
type: "update";
|
|
3461
3474
|
} | {
|
|
3462
|
-
type: "set";
|
|
3463
3475
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3476
|
+
type: "set";
|
|
3464
3477
|
key: string;
|
|
3465
3478
|
} | {
|
|
3466
3479
|
type: "delete";
|
|
3467
3480
|
key: string;
|
|
3468
3481
|
} | {
|
|
3469
|
-
type: "append";
|
|
3470
3482
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3483
|
+
type: "append";
|
|
3471
3484
|
key: string;
|
|
3472
3485
|
} | {
|
|
3473
|
-
type: "remove";
|
|
3474
3486
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3487
|
+
type: "remove";
|
|
3475
3488
|
key: string;
|
|
3476
3489
|
} | {
|
|
3477
|
-
type: "increment";
|
|
3478
3490
|
value: number;
|
|
3491
|
+
type: "increment";
|
|
3479
3492
|
key: string;
|
|
3480
3493
|
})[] | undefined;
|
|
3481
3494
|
parentOperations?: ({
|
|
3482
|
-
type: "update";
|
|
3483
3495
|
value: Record<string, unknown>;
|
|
3496
|
+
type: "update";
|
|
3484
3497
|
} | {
|
|
3485
|
-
type: "set";
|
|
3486
3498
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3499
|
+
type: "set";
|
|
3487
3500
|
key: string;
|
|
3488
3501
|
} | {
|
|
3489
3502
|
type: "delete";
|
|
3490
3503
|
key: string;
|
|
3491
3504
|
} | {
|
|
3492
|
-
type: "append";
|
|
3493
3505
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3506
|
+
type: "append";
|
|
3494
3507
|
key: string;
|
|
3495
3508
|
} | {
|
|
3496
|
-
type: "remove";
|
|
3497
3509
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3510
|
+
type: "remove";
|
|
3498
3511
|
key: string;
|
|
3499
3512
|
} | {
|
|
3500
|
-
type: "increment";
|
|
3501
3513
|
value: number;
|
|
3514
|
+
type: "increment";
|
|
3502
3515
|
key: string;
|
|
3503
3516
|
})[] | undefined;
|
|
3504
3517
|
rootOperations?: ({
|
|
3505
|
-
type: "update";
|
|
3506
3518
|
value: Record<string, unknown>;
|
|
3519
|
+
type: "update";
|
|
3507
3520
|
} | {
|
|
3508
|
-
type: "set";
|
|
3509
3521
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3522
|
+
type: "set";
|
|
3510
3523
|
key: string;
|
|
3511
3524
|
} | {
|
|
3512
3525
|
type: "delete";
|
|
3513
3526
|
key: string;
|
|
3514
3527
|
} | {
|
|
3515
|
-
type: "append";
|
|
3516
3528
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3529
|
+
type: "append";
|
|
3517
3530
|
key: string;
|
|
3518
3531
|
} | {
|
|
3519
|
-
type: "remove";
|
|
3520
3532
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3533
|
+
type: "remove";
|
|
3521
3534
|
key: string;
|
|
3522
3535
|
} | {
|
|
3523
|
-
type: "increment";
|
|
3524
3536
|
value: number;
|
|
3537
|
+
type: "increment";
|
|
3525
3538
|
key: string;
|
|
3526
3539
|
})[] | undefined;
|
|
3527
3540
|
} | undefined;
|
|
@@ -3562,72 +3575,72 @@ export declare const TaskRunFailedExecutionResult: z.ZodObject<{
|
|
|
3562
3575
|
metadata?: {
|
|
3563
3576
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3564
3577
|
operations?: ({
|
|
3565
|
-
type: "update";
|
|
3566
3578
|
value: Record<string, unknown>;
|
|
3579
|
+
type: "update";
|
|
3567
3580
|
} | {
|
|
3568
|
-
type: "set";
|
|
3569
3581
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3582
|
+
type: "set";
|
|
3570
3583
|
key: string;
|
|
3571
3584
|
} | {
|
|
3572
3585
|
type: "delete";
|
|
3573
3586
|
key: string;
|
|
3574
3587
|
} | {
|
|
3575
|
-
type: "append";
|
|
3576
3588
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3589
|
+
type: "append";
|
|
3577
3590
|
key: string;
|
|
3578
3591
|
} | {
|
|
3579
|
-
type: "remove";
|
|
3580
3592
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3593
|
+
type: "remove";
|
|
3581
3594
|
key: string;
|
|
3582
3595
|
} | {
|
|
3583
|
-
type: "increment";
|
|
3584
3596
|
value: number;
|
|
3597
|
+
type: "increment";
|
|
3585
3598
|
key: string;
|
|
3586
3599
|
})[] | undefined;
|
|
3587
3600
|
parentOperations?: ({
|
|
3588
|
-
type: "update";
|
|
3589
3601
|
value: Record<string, unknown>;
|
|
3602
|
+
type: "update";
|
|
3590
3603
|
} | {
|
|
3591
|
-
type: "set";
|
|
3592
3604
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3605
|
+
type: "set";
|
|
3593
3606
|
key: string;
|
|
3594
3607
|
} | {
|
|
3595
3608
|
type: "delete";
|
|
3596
3609
|
key: string;
|
|
3597
3610
|
} | {
|
|
3598
|
-
type: "append";
|
|
3599
3611
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3612
|
+
type: "append";
|
|
3600
3613
|
key: string;
|
|
3601
3614
|
} | {
|
|
3602
|
-
type: "remove";
|
|
3603
3615
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3616
|
+
type: "remove";
|
|
3604
3617
|
key: string;
|
|
3605
3618
|
} | {
|
|
3606
|
-
type: "increment";
|
|
3607
3619
|
value: number;
|
|
3620
|
+
type: "increment";
|
|
3608
3621
|
key: string;
|
|
3609
3622
|
})[] | undefined;
|
|
3610
3623
|
rootOperations?: ({
|
|
3611
|
-
type: "update";
|
|
3612
3624
|
value: Record<string, unknown>;
|
|
3625
|
+
type: "update";
|
|
3613
3626
|
} | {
|
|
3614
|
-
type: "set";
|
|
3615
3627
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3628
|
+
type: "set";
|
|
3616
3629
|
key: string;
|
|
3617
3630
|
} | {
|
|
3618
3631
|
type: "delete";
|
|
3619
3632
|
key: string;
|
|
3620
3633
|
} | {
|
|
3621
|
-
type: "append";
|
|
3622
3634
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3635
|
+
type: "append";
|
|
3623
3636
|
key: string;
|
|
3624
3637
|
} | {
|
|
3625
|
-
type: "remove";
|
|
3626
3638
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3639
|
+
type: "remove";
|
|
3627
3640
|
key: string;
|
|
3628
3641
|
} | {
|
|
3629
|
-
type: "increment";
|
|
3630
3642
|
value: number;
|
|
3643
|
+
type: "increment";
|
|
3631
3644
|
key: string;
|
|
3632
3645
|
})[] | undefined;
|
|
3633
3646
|
} | undefined;
|
|
@@ -3666,22 +3679,22 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
3666
3679
|
type: z.ZodLiteral<"update">;
|
|
3667
3680
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3668
3681
|
}, "strip", z.ZodTypeAny, {
|
|
3669
|
-
type: "update";
|
|
3670
3682
|
value: Record<string, unknown>;
|
|
3671
|
-
}, {
|
|
3672
3683
|
type: "update";
|
|
3684
|
+
}, {
|
|
3673
3685
|
value: Record<string, unknown>;
|
|
3686
|
+
type: "update";
|
|
3674
3687
|
}>, z.ZodObject<{
|
|
3675
3688
|
type: z.ZodLiteral<"set">;
|
|
3676
3689
|
key: z.ZodString;
|
|
3677
3690
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3678
3691
|
}, "strip", z.ZodTypeAny, {
|
|
3679
|
-
type: "set";
|
|
3680
3692
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3693
|
+
type: "set";
|
|
3681
3694
|
key: string;
|
|
3682
3695
|
}, {
|
|
3683
|
-
type: "set";
|
|
3684
3696
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3697
|
+
type: "set";
|
|
3685
3698
|
key: string;
|
|
3686
3699
|
}>, z.ZodObject<{
|
|
3687
3700
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3697,58 +3710,58 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
3697
3710
|
key: z.ZodString;
|
|
3698
3711
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3699
3712
|
}, "strip", z.ZodTypeAny, {
|
|
3700
|
-
type: "append";
|
|
3701
3713
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3714
|
+
type: "append";
|
|
3702
3715
|
key: string;
|
|
3703
3716
|
}, {
|
|
3704
|
-
type: "append";
|
|
3705
3717
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3718
|
+
type: "append";
|
|
3706
3719
|
key: string;
|
|
3707
3720
|
}>, z.ZodObject<{
|
|
3708
3721
|
type: z.ZodLiteral<"remove">;
|
|
3709
3722
|
key: z.ZodString;
|
|
3710
3723
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3711
3724
|
}, "strip", z.ZodTypeAny, {
|
|
3712
|
-
type: "remove";
|
|
3713
3725
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3726
|
+
type: "remove";
|
|
3714
3727
|
key: string;
|
|
3715
3728
|
}, {
|
|
3716
|
-
type: "remove";
|
|
3717
3729
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3730
|
+
type: "remove";
|
|
3718
3731
|
key: string;
|
|
3719
3732
|
}>, z.ZodObject<{
|
|
3720
3733
|
type: z.ZodLiteral<"increment">;
|
|
3721
3734
|
key: z.ZodString;
|
|
3722
3735
|
value: z.ZodNumber;
|
|
3723
3736
|
}, "strip", z.ZodTypeAny, {
|
|
3724
|
-
type: "increment";
|
|
3725
3737
|
value: number;
|
|
3738
|
+
type: "increment";
|
|
3726
3739
|
key: string;
|
|
3727
3740
|
}, {
|
|
3728
|
-
type: "increment";
|
|
3729
3741
|
value: number;
|
|
3742
|
+
type: "increment";
|
|
3730
3743
|
key: string;
|
|
3731
3744
|
}>]>, "many">>;
|
|
3732
3745
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3733
3746
|
type: z.ZodLiteral<"update">;
|
|
3734
3747
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3735
3748
|
}, "strip", z.ZodTypeAny, {
|
|
3736
|
-
type: "update";
|
|
3737
3749
|
value: Record<string, unknown>;
|
|
3738
|
-
}, {
|
|
3739
3750
|
type: "update";
|
|
3751
|
+
}, {
|
|
3740
3752
|
value: Record<string, unknown>;
|
|
3753
|
+
type: "update";
|
|
3741
3754
|
}>, z.ZodObject<{
|
|
3742
3755
|
type: z.ZodLiteral<"set">;
|
|
3743
3756
|
key: z.ZodString;
|
|
3744
3757
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3745
3758
|
}, "strip", z.ZodTypeAny, {
|
|
3746
|
-
type: "set";
|
|
3747
3759
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3760
|
+
type: "set";
|
|
3748
3761
|
key: string;
|
|
3749
3762
|
}, {
|
|
3750
|
-
type: "set";
|
|
3751
3763
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3764
|
+
type: "set";
|
|
3752
3765
|
key: string;
|
|
3753
3766
|
}>, z.ZodObject<{
|
|
3754
3767
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3764,58 +3777,58 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
3764
3777
|
key: z.ZodString;
|
|
3765
3778
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3766
3779
|
}, "strip", z.ZodTypeAny, {
|
|
3767
|
-
type: "append";
|
|
3768
3780
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3781
|
+
type: "append";
|
|
3769
3782
|
key: string;
|
|
3770
3783
|
}, {
|
|
3771
|
-
type: "append";
|
|
3772
3784
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3785
|
+
type: "append";
|
|
3773
3786
|
key: string;
|
|
3774
3787
|
}>, z.ZodObject<{
|
|
3775
3788
|
type: z.ZodLiteral<"remove">;
|
|
3776
3789
|
key: z.ZodString;
|
|
3777
3790
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3778
3791
|
}, "strip", z.ZodTypeAny, {
|
|
3779
|
-
type: "remove";
|
|
3780
3792
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3793
|
+
type: "remove";
|
|
3781
3794
|
key: string;
|
|
3782
3795
|
}, {
|
|
3783
|
-
type: "remove";
|
|
3784
3796
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3797
|
+
type: "remove";
|
|
3785
3798
|
key: string;
|
|
3786
3799
|
}>, z.ZodObject<{
|
|
3787
3800
|
type: z.ZodLiteral<"increment">;
|
|
3788
3801
|
key: z.ZodString;
|
|
3789
3802
|
value: z.ZodNumber;
|
|
3790
3803
|
}, "strip", z.ZodTypeAny, {
|
|
3791
|
-
type: "increment";
|
|
3792
3804
|
value: number;
|
|
3805
|
+
type: "increment";
|
|
3793
3806
|
key: string;
|
|
3794
3807
|
}, {
|
|
3795
|
-
type: "increment";
|
|
3796
3808
|
value: number;
|
|
3809
|
+
type: "increment";
|
|
3797
3810
|
key: string;
|
|
3798
3811
|
}>]>, "many">>;
|
|
3799
3812
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3800
3813
|
type: z.ZodLiteral<"update">;
|
|
3801
3814
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3802
3815
|
}, "strip", z.ZodTypeAny, {
|
|
3803
|
-
type: "update";
|
|
3804
3816
|
value: Record<string, unknown>;
|
|
3805
|
-
}, {
|
|
3806
3817
|
type: "update";
|
|
3818
|
+
}, {
|
|
3807
3819
|
value: Record<string, unknown>;
|
|
3820
|
+
type: "update";
|
|
3808
3821
|
}>, z.ZodObject<{
|
|
3809
3822
|
type: z.ZodLiteral<"set">;
|
|
3810
3823
|
key: z.ZodString;
|
|
3811
3824
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3812
3825
|
}, "strip", z.ZodTypeAny, {
|
|
3813
|
-
type: "set";
|
|
3814
3826
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3827
|
+
type: "set";
|
|
3815
3828
|
key: string;
|
|
3816
3829
|
}, {
|
|
3817
|
-
type: "set";
|
|
3818
3830
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3831
|
+
type: "set";
|
|
3819
3832
|
key: string;
|
|
3820
3833
|
}>, z.ZodObject<{
|
|
3821
3834
|
type: z.ZodLiteral<"delete">;
|
|
@@ -3831,178 +3844,178 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
3831
3844
|
key: z.ZodString;
|
|
3832
3845
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3833
3846
|
}, "strip", z.ZodTypeAny, {
|
|
3834
|
-
type: "append";
|
|
3835
3847
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3848
|
+
type: "append";
|
|
3836
3849
|
key: string;
|
|
3837
3850
|
}, {
|
|
3838
|
-
type: "append";
|
|
3839
3851
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3852
|
+
type: "append";
|
|
3840
3853
|
key: string;
|
|
3841
3854
|
}>, z.ZodObject<{
|
|
3842
3855
|
type: z.ZodLiteral<"remove">;
|
|
3843
3856
|
key: z.ZodString;
|
|
3844
3857
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
3845
3858
|
}, "strip", z.ZodTypeAny, {
|
|
3846
|
-
type: "remove";
|
|
3847
3859
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3860
|
+
type: "remove";
|
|
3848
3861
|
key: string;
|
|
3849
3862
|
}, {
|
|
3850
|
-
type: "remove";
|
|
3851
3863
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3864
|
+
type: "remove";
|
|
3852
3865
|
key: string;
|
|
3853
3866
|
}>, z.ZodObject<{
|
|
3854
3867
|
type: z.ZodLiteral<"increment">;
|
|
3855
3868
|
key: z.ZodString;
|
|
3856
3869
|
value: z.ZodNumber;
|
|
3857
3870
|
}, "strip", z.ZodTypeAny, {
|
|
3858
|
-
type: "increment";
|
|
3859
3871
|
value: number;
|
|
3872
|
+
type: "increment";
|
|
3860
3873
|
key: string;
|
|
3861
3874
|
}, {
|
|
3862
|
-
type: "increment";
|
|
3863
3875
|
value: number;
|
|
3876
|
+
type: "increment";
|
|
3864
3877
|
key: string;
|
|
3865
3878
|
}>]>, "many">>;
|
|
3866
3879
|
}, "strip", z.ZodTypeAny, {
|
|
3867
3880
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3868
3881
|
operations?: ({
|
|
3869
|
-
type: "update";
|
|
3870
3882
|
value: Record<string, unknown>;
|
|
3883
|
+
type: "update";
|
|
3871
3884
|
} | {
|
|
3872
|
-
type: "set";
|
|
3873
3885
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3886
|
+
type: "set";
|
|
3874
3887
|
key: string;
|
|
3875
3888
|
} | {
|
|
3876
3889
|
type: "delete";
|
|
3877
3890
|
key: string;
|
|
3878
3891
|
} | {
|
|
3879
|
-
type: "append";
|
|
3880
3892
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3893
|
+
type: "append";
|
|
3881
3894
|
key: string;
|
|
3882
3895
|
} | {
|
|
3883
|
-
type: "remove";
|
|
3884
3896
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3897
|
+
type: "remove";
|
|
3885
3898
|
key: string;
|
|
3886
3899
|
} | {
|
|
3887
|
-
type: "increment";
|
|
3888
3900
|
value: number;
|
|
3901
|
+
type: "increment";
|
|
3889
3902
|
key: string;
|
|
3890
3903
|
})[] | undefined;
|
|
3891
3904
|
parentOperations?: ({
|
|
3892
|
-
type: "update";
|
|
3893
3905
|
value: Record<string, unknown>;
|
|
3906
|
+
type: "update";
|
|
3894
3907
|
} | {
|
|
3895
|
-
type: "set";
|
|
3896
3908
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3909
|
+
type: "set";
|
|
3897
3910
|
key: string;
|
|
3898
3911
|
} | {
|
|
3899
3912
|
type: "delete";
|
|
3900
3913
|
key: string;
|
|
3901
3914
|
} | {
|
|
3902
|
-
type: "append";
|
|
3903
3915
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3916
|
+
type: "append";
|
|
3904
3917
|
key: string;
|
|
3905
3918
|
} | {
|
|
3906
|
-
type: "remove";
|
|
3907
3919
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3920
|
+
type: "remove";
|
|
3908
3921
|
key: string;
|
|
3909
3922
|
} | {
|
|
3910
|
-
type: "increment";
|
|
3911
3923
|
value: number;
|
|
3924
|
+
type: "increment";
|
|
3912
3925
|
key: string;
|
|
3913
3926
|
})[] | undefined;
|
|
3914
3927
|
rootOperations?: ({
|
|
3915
|
-
type: "update";
|
|
3916
3928
|
value: Record<string, unknown>;
|
|
3929
|
+
type: "update";
|
|
3917
3930
|
} | {
|
|
3918
|
-
type: "set";
|
|
3919
3931
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3932
|
+
type: "set";
|
|
3920
3933
|
key: string;
|
|
3921
3934
|
} | {
|
|
3922
3935
|
type: "delete";
|
|
3923
3936
|
key: string;
|
|
3924
3937
|
} | {
|
|
3925
|
-
type: "append";
|
|
3926
3938
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3939
|
+
type: "append";
|
|
3927
3940
|
key: string;
|
|
3928
3941
|
} | {
|
|
3929
|
-
type: "remove";
|
|
3930
3942
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3943
|
+
type: "remove";
|
|
3931
3944
|
key: string;
|
|
3932
3945
|
} | {
|
|
3933
|
-
type: "increment";
|
|
3934
3946
|
value: number;
|
|
3947
|
+
type: "increment";
|
|
3935
3948
|
key: string;
|
|
3936
3949
|
})[] | undefined;
|
|
3937
3950
|
}, {
|
|
3938
3951
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
3939
3952
|
operations?: ({
|
|
3940
|
-
type: "update";
|
|
3941
3953
|
value: Record<string, unknown>;
|
|
3954
|
+
type: "update";
|
|
3942
3955
|
} | {
|
|
3943
|
-
type: "set";
|
|
3944
3956
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3957
|
+
type: "set";
|
|
3945
3958
|
key: string;
|
|
3946
3959
|
} | {
|
|
3947
3960
|
type: "delete";
|
|
3948
3961
|
key: string;
|
|
3949
3962
|
} | {
|
|
3950
|
-
type: "append";
|
|
3951
3963
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3964
|
+
type: "append";
|
|
3952
3965
|
key: string;
|
|
3953
3966
|
} | {
|
|
3954
|
-
type: "remove";
|
|
3955
3967
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3968
|
+
type: "remove";
|
|
3956
3969
|
key: string;
|
|
3957
3970
|
} | {
|
|
3958
|
-
type: "increment";
|
|
3959
3971
|
value: number;
|
|
3972
|
+
type: "increment";
|
|
3960
3973
|
key: string;
|
|
3961
3974
|
})[] | undefined;
|
|
3962
3975
|
parentOperations?: ({
|
|
3963
|
-
type: "update";
|
|
3964
3976
|
value: Record<string, unknown>;
|
|
3977
|
+
type: "update";
|
|
3965
3978
|
} | {
|
|
3966
|
-
type: "set";
|
|
3967
3979
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3980
|
+
type: "set";
|
|
3968
3981
|
key: string;
|
|
3969
3982
|
} | {
|
|
3970
3983
|
type: "delete";
|
|
3971
3984
|
key: string;
|
|
3972
3985
|
} | {
|
|
3973
|
-
type: "append";
|
|
3974
3986
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3987
|
+
type: "append";
|
|
3975
3988
|
key: string;
|
|
3976
3989
|
} | {
|
|
3977
|
-
type: "remove";
|
|
3978
3990
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
3991
|
+
type: "remove";
|
|
3979
3992
|
key: string;
|
|
3980
3993
|
} | {
|
|
3981
|
-
type: "increment";
|
|
3982
3994
|
value: number;
|
|
3995
|
+
type: "increment";
|
|
3983
3996
|
key: string;
|
|
3984
3997
|
})[] | undefined;
|
|
3985
3998
|
rootOperations?: ({
|
|
3986
|
-
type: "update";
|
|
3987
3999
|
value: Record<string, unknown>;
|
|
4000
|
+
type: "update";
|
|
3988
4001
|
} | {
|
|
3989
|
-
type: "set";
|
|
3990
4002
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4003
|
+
type: "set";
|
|
3991
4004
|
key: string;
|
|
3992
4005
|
} | {
|
|
3993
4006
|
type: "delete";
|
|
3994
4007
|
key: string;
|
|
3995
4008
|
} | {
|
|
3996
|
-
type: "append";
|
|
3997
4009
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4010
|
+
type: "append";
|
|
3998
4011
|
key: string;
|
|
3999
4012
|
} | {
|
|
4000
|
-
type: "remove";
|
|
4001
4013
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4014
|
+
type: "remove";
|
|
4002
4015
|
key: string;
|
|
4003
4016
|
} | {
|
|
4004
|
-
type: "increment";
|
|
4005
4017
|
value: number;
|
|
4018
|
+
type: "increment";
|
|
4006
4019
|
key: string;
|
|
4007
4020
|
})[] | undefined;
|
|
4008
4021
|
}>>;
|
|
@@ -4023,72 +4036,72 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4023
4036
|
metadata?: {
|
|
4024
4037
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4025
4038
|
operations?: ({
|
|
4026
|
-
type: "update";
|
|
4027
4039
|
value: Record<string, unknown>;
|
|
4040
|
+
type: "update";
|
|
4028
4041
|
} | {
|
|
4029
|
-
type: "set";
|
|
4030
4042
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4043
|
+
type: "set";
|
|
4031
4044
|
key: string;
|
|
4032
4045
|
} | {
|
|
4033
4046
|
type: "delete";
|
|
4034
4047
|
key: string;
|
|
4035
4048
|
} | {
|
|
4036
|
-
type: "append";
|
|
4037
4049
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4050
|
+
type: "append";
|
|
4038
4051
|
key: string;
|
|
4039
4052
|
} | {
|
|
4040
|
-
type: "remove";
|
|
4041
4053
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4054
|
+
type: "remove";
|
|
4042
4055
|
key: string;
|
|
4043
4056
|
} | {
|
|
4044
|
-
type: "increment";
|
|
4045
4057
|
value: number;
|
|
4058
|
+
type: "increment";
|
|
4046
4059
|
key: string;
|
|
4047
4060
|
})[] | undefined;
|
|
4048
4061
|
parentOperations?: ({
|
|
4049
|
-
type: "update";
|
|
4050
4062
|
value: Record<string, unknown>;
|
|
4063
|
+
type: "update";
|
|
4051
4064
|
} | {
|
|
4052
|
-
type: "set";
|
|
4053
4065
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4066
|
+
type: "set";
|
|
4054
4067
|
key: string;
|
|
4055
4068
|
} | {
|
|
4056
4069
|
type: "delete";
|
|
4057
4070
|
key: string;
|
|
4058
4071
|
} | {
|
|
4059
|
-
type: "append";
|
|
4060
4072
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4073
|
+
type: "append";
|
|
4061
4074
|
key: string;
|
|
4062
4075
|
} | {
|
|
4063
|
-
type: "remove";
|
|
4064
4076
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4077
|
+
type: "remove";
|
|
4065
4078
|
key: string;
|
|
4066
4079
|
} | {
|
|
4067
|
-
type: "increment";
|
|
4068
4080
|
value: number;
|
|
4081
|
+
type: "increment";
|
|
4069
4082
|
key: string;
|
|
4070
4083
|
})[] | undefined;
|
|
4071
4084
|
rootOperations?: ({
|
|
4072
|
-
type: "update";
|
|
4073
4085
|
value: Record<string, unknown>;
|
|
4086
|
+
type: "update";
|
|
4074
4087
|
} | {
|
|
4075
|
-
type: "set";
|
|
4076
4088
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4089
|
+
type: "set";
|
|
4077
4090
|
key: string;
|
|
4078
4091
|
} | {
|
|
4079
4092
|
type: "delete";
|
|
4080
4093
|
key: string;
|
|
4081
4094
|
} | {
|
|
4082
|
-
type: "append";
|
|
4083
4095
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4096
|
+
type: "append";
|
|
4084
4097
|
key: string;
|
|
4085
4098
|
} | {
|
|
4086
|
-
type: "remove";
|
|
4087
4099
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4100
|
+
type: "remove";
|
|
4088
4101
|
key: string;
|
|
4089
4102
|
} | {
|
|
4090
|
-
type: "increment";
|
|
4091
4103
|
value: number;
|
|
4104
|
+
type: "increment";
|
|
4092
4105
|
key: string;
|
|
4093
4106
|
})[] | undefined;
|
|
4094
4107
|
} | undefined;
|
|
@@ -4108,72 +4121,72 @@ export declare const TaskRunSuccessfulExecutionResult: z.ZodObject<{
|
|
|
4108
4121
|
metadata?: {
|
|
4109
4122
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4110
4123
|
operations?: ({
|
|
4111
|
-
type: "update";
|
|
4112
4124
|
value: Record<string, unknown>;
|
|
4125
|
+
type: "update";
|
|
4113
4126
|
} | {
|
|
4114
|
-
type: "set";
|
|
4115
4127
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4128
|
+
type: "set";
|
|
4116
4129
|
key: string;
|
|
4117
4130
|
} | {
|
|
4118
4131
|
type: "delete";
|
|
4119
4132
|
key: string;
|
|
4120
4133
|
} | {
|
|
4121
|
-
type: "append";
|
|
4122
4134
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4135
|
+
type: "append";
|
|
4123
4136
|
key: string;
|
|
4124
4137
|
} | {
|
|
4125
|
-
type: "remove";
|
|
4126
4138
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4139
|
+
type: "remove";
|
|
4127
4140
|
key: string;
|
|
4128
4141
|
} | {
|
|
4129
|
-
type: "increment";
|
|
4130
4142
|
value: number;
|
|
4143
|
+
type: "increment";
|
|
4131
4144
|
key: string;
|
|
4132
4145
|
})[] | undefined;
|
|
4133
4146
|
parentOperations?: ({
|
|
4134
|
-
type: "update";
|
|
4135
4147
|
value: Record<string, unknown>;
|
|
4148
|
+
type: "update";
|
|
4136
4149
|
} | {
|
|
4137
|
-
type: "set";
|
|
4138
4150
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4151
|
+
type: "set";
|
|
4139
4152
|
key: string;
|
|
4140
4153
|
} | {
|
|
4141
4154
|
type: "delete";
|
|
4142
4155
|
key: string;
|
|
4143
4156
|
} | {
|
|
4144
|
-
type: "append";
|
|
4145
4157
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4158
|
+
type: "append";
|
|
4146
4159
|
key: string;
|
|
4147
4160
|
} | {
|
|
4148
|
-
type: "remove";
|
|
4149
4161
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4162
|
+
type: "remove";
|
|
4150
4163
|
key: string;
|
|
4151
4164
|
} | {
|
|
4152
|
-
type: "increment";
|
|
4153
4165
|
value: number;
|
|
4166
|
+
type: "increment";
|
|
4154
4167
|
key: string;
|
|
4155
4168
|
})[] | undefined;
|
|
4156
4169
|
rootOperations?: ({
|
|
4157
|
-
type: "update";
|
|
4158
4170
|
value: Record<string, unknown>;
|
|
4171
|
+
type: "update";
|
|
4159
4172
|
} | {
|
|
4160
|
-
type: "set";
|
|
4161
4173
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4174
|
+
type: "set";
|
|
4162
4175
|
key: string;
|
|
4163
4176
|
} | {
|
|
4164
4177
|
type: "delete";
|
|
4165
4178
|
key: string;
|
|
4166
4179
|
} | {
|
|
4167
|
-
type: "append";
|
|
4168
4180
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4181
|
+
type: "append";
|
|
4169
4182
|
key: string;
|
|
4170
4183
|
} | {
|
|
4171
|
-
type: "remove";
|
|
4172
4184
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4185
|
+
type: "remove";
|
|
4173
4186
|
key: string;
|
|
4174
4187
|
} | {
|
|
4175
|
-
type: "increment";
|
|
4176
4188
|
value: number;
|
|
4189
|
+
type: "increment";
|
|
4177
4190
|
key: string;
|
|
4178
4191
|
})[] | undefined;
|
|
4179
4192
|
} | undefined;
|
|
@@ -4207,22 +4220,22 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4207
4220
|
type: z.ZodLiteral<"update">;
|
|
4208
4221
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4209
4222
|
}, "strip", z.ZodTypeAny, {
|
|
4210
|
-
type: "update";
|
|
4211
4223
|
value: Record<string, unknown>;
|
|
4212
|
-
}, {
|
|
4213
4224
|
type: "update";
|
|
4225
|
+
}, {
|
|
4214
4226
|
value: Record<string, unknown>;
|
|
4227
|
+
type: "update";
|
|
4215
4228
|
}>, z.ZodObject<{
|
|
4216
4229
|
type: z.ZodLiteral<"set">;
|
|
4217
4230
|
key: z.ZodString;
|
|
4218
4231
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4219
4232
|
}, "strip", z.ZodTypeAny, {
|
|
4220
|
-
type: "set";
|
|
4221
4233
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4234
|
+
type: "set";
|
|
4222
4235
|
key: string;
|
|
4223
4236
|
}, {
|
|
4224
|
-
type: "set";
|
|
4225
4237
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4238
|
+
type: "set";
|
|
4226
4239
|
key: string;
|
|
4227
4240
|
}>, z.ZodObject<{
|
|
4228
4241
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4238,58 +4251,58 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4238
4251
|
key: z.ZodString;
|
|
4239
4252
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4240
4253
|
}, "strip", z.ZodTypeAny, {
|
|
4241
|
-
type: "append";
|
|
4242
4254
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4255
|
+
type: "append";
|
|
4243
4256
|
key: string;
|
|
4244
4257
|
}, {
|
|
4245
|
-
type: "append";
|
|
4246
4258
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4259
|
+
type: "append";
|
|
4247
4260
|
key: string;
|
|
4248
4261
|
}>, z.ZodObject<{
|
|
4249
4262
|
type: z.ZodLiteral<"remove">;
|
|
4250
4263
|
key: z.ZodString;
|
|
4251
4264
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4252
4265
|
}, "strip", z.ZodTypeAny, {
|
|
4253
|
-
type: "remove";
|
|
4254
4266
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4267
|
+
type: "remove";
|
|
4255
4268
|
key: string;
|
|
4256
4269
|
}, {
|
|
4257
|
-
type: "remove";
|
|
4258
4270
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4271
|
+
type: "remove";
|
|
4259
4272
|
key: string;
|
|
4260
4273
|
}>, z.ZodObject<{
|
|
4261
4274
|
type: z.ZodLiteral<"increment">;
|
|
4262
4275
|
key: z.ZodString;
|
|
4263
4276
|
value: z.ZodNumber;
|
|
4264
4277
|
}, "strip", z.ZodTypeAny, {
|
|
4265
|
-
type: "increment";
|
|
4266
4278
|
value: number;
|
|
4279
|
+
type: "increment";
|
|
4267
4280
|
key: string;
|
|
4268
4281
|
}, {
|
|
4269
|
-
type: "increment";
|
|
4270
4282
|
value: number;
|
|
4283
|
+
type: "increment";
|
|
4271
4284
|
key: string;
|
|
4272
4285
|
}>]>, "many">>;
|
|
4273
4286
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4274
4287
|
type: z.ZodLiteral<"update">;
|
|
4275
4288
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4276
4289
|
}, "strip", z.ZodTypeAny, {
|
|
4277
|
-
type: "update";
|
|
4278
4290
|
value: Record<string, unknown>;
|
|
4279
|
-
}, {
|
|
4280
4291
|
type: "update";
|
|
4292
|
+
}, {
|
|
4281
4293
|
value: Record<string, unknown>;
|
|
4294
|
+
type: "update";
|
|
4282
4295
|
}>, z.ZodObject<{
|
|
4283
4296
|
type: z.ZodLiteral<"set">;
|
|
4284
4297
|
key: z.ZodString;
|
|
4285
4298
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4286
4299
|
}, "strip", z.ZodTypeAny, {
|
|
4287
|
-
type: "set";
|
|
4288
4300
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4301
|
+
type: "set";
|
|
4289
4302
|
key: string;
|
|
4290
4303
|
}, {
|
|
4291
|
-
type: "set";
|
|
4292
4304
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4305
|
+
type: "set";
|
|
4293
4306
|
key: string;
|
|
4294
4307
|
}>, z.ZodObject<{
|
|
4295
4308
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4305,58 +4318,58 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4305
4318
|
key: z.ZodString;
|
|
4306
4319
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4307
4320
|
}, "strip", z.ZodTypeAny, {
|
|
4308
|
-
type: "append";
|
|
4309
4321
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4322
|
+
type: "append";
|
|
4310
4323
|
key: string;
|
|
4311
4324
|
}, {
|
|
4312
|
-
type: "append";
|
|
4313
4325
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4326
|
+
type: "append";
|
|
4314
4327
|
key: string;
|
|
4315
4328
|
}>, z.ZodObject<{
|
|
4316
4329
|
type: z.ZodLiteral<"remove">;
|
|
4317
4330
|
key: z.ZodString;
|
|
4318
4331
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4319
4332
|
}, "strip", z.ZodTypeAny, {
|
|
4320
|
-
type: "remove";
|
|
4321
4333
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4334
|
+
type: "remove";
|
|
4322
4335
|
key: string;
|
|
4323
4336
|
}, {
|
|
4324
|
-
type: "remove";
|
|
4325
4337
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4338
|
+
type: "remove";
|
|
4326
4339
|
key: string;
|
|
4327
4340
|
}>, z.ZodObject<{
|
|
4328
4341
|
type: z.ZodLiteral<"increment">;
|
|
4329
4342
|
key: z.ZodString;
|
|
4330
4343
|
value: z.ZodNumber;
|
|
4331
4344
|
}, "strip", z.ZodTypeAny, {
|
|
4332
|
-
type: "increment";
|
|
4333
4345
|
value: number;
|
|
4346
|
+
type: "increment";
|
|
4334
4347
|
key: string;
|
|
4335
4348
|
}, {
|
|
4336
|
-
type: "increment";
|
|
4337
4349
|
value: number;
|
|
4350
|
+
type: "increment";
|
|
4338
4351
|
key: string;
|
|
4339
4352
|
}>]>, "many">>;
|
|
4340
4353
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4341
4354
|
type: z.ZodLiteral<"update">;
|
|
4342
4355
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4343
4356
|
}, "strip", z.ZodTypeAny, {
|
|
4344
|
-
type: "update";
|
|
4345
4357
|
value: Record<string, unknown>;
|
|
4346
|
-
}, {
|
|
4347
4358
|
type: "update";
|
|
4359
|
+
}, {
|
|
4348
4360
|
value: Record<string, unknown>;
|
|
4361
|
+
type: "update";
|
|
4349
4362
|
}>, z.ZodObject<{
|
|
4350
4363
|
type: z.ZodLiteral<"set">;
|
|
4351
4364
|
key: z.ZodString;
|
|
4352
4365
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4353
4366
|
}, "strip", z.ZodTypeAny, {
|
|
4354
|
-
type: "set";
|
|
4355
4367
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4368
|
+
type: "set";
|
|
4356
4369
|
key: string;
|
|
4357
4370
|
}, {
|
|
4358
|
-
type: "set";
|
|
4359
4371
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4372
|
+
type: "set";
|
|
4360
4373
|
key: string;
|
|
4361
4374
|
}>, z.ZodObject<{
|
|
4362
4375
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4372,178 +4385,178 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4372
4385
|
key: z.ZodString;
|
|
4373
4386
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4374
4387
|
}, "strip", z.ZodTypeAny, {
|
|
4375
|
-
type: "append";
|
|
4376
4388
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4389
|
+
type: "append";
|
|
4377
4390
|
key: string;
|
|
4378
4391
|
}, {
|
|
4379
|
-
type: "append";
|
|
4380
4392
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4393
|
+
type: "append";
|
|
4381
4394
|
key: string;
|
|
4382
4395
|
}>, z.ZodObject<{
|
|
4383
4396
|
type: z.ZodLiteral<"remove">;
|
|
4384
4397
|
key: z.ZodString;
|
|
4385
4398
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4386
4399
|
}, "strip", z.ZodTypeAny, {
|
|
4387
|
-
type: "remove";
|
|
4388
4400
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4401
|
+
type: "remove";
|
|
4389
4402
|
key: string;
|
|
4390
4403
|
}, {
|
|
4391
|
-
type: "remove";
|
|
4392
4404
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4405
|
+
type: "remove";
|
|
4393
4406
|
key: string;
|
|
4394
4407
|
}>, z.ZodObject<{
|
|
4395
4408
|
type: z.ZodLiteral<"increment">;
|
|
4396
4409
|
key: z.ZodString;
|
|
4397
4410
|
value: z.ZodNumber;
|
|
4398
4411
|
}, "strip", z.ZodTypeAny, {
|
|
4399
|
-
type: "increment";
|
|
4400
4412
|
value: number;
|
|
4413
|
+
type: "increment";
|
|
4401
4414
|
key: string;
|
|
4402
4415
|
}, {
|
|
4403
|
-
type: "increment";
|
|
4404
4416
|
value: number;
|
|
4417
|
+
type: "increment";
|
|
4405
4418
|
key: string;
|
|
4406
4419
|
}>]>, "many">>;
|
|
4407
4420
|
}, "strip", z.ZodTypeAny, {
|
|
4408
4421
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4409
4422
|
operations?: ({
|
|
4410
|
-
type: "update";
|
|
4411
4423
|
value: Record<string, unknown>;
|
|
4424
|
+
type: "update";
|
|
4412
4425
|
} | {
|
|
4413
|
-
type: "set";
|
|
4414
4426
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4427
|
+
type: "set";
|
|
4415
4428
|
key: string;
|
|
4416
4429
|
} | {
|
|
4417
4430
|
type: "delete";
|
|
4418
4431
|
key: string;
|
|
4419
4432
|
} | {
|
|
4420
|
-
type: "append";
|
|
4421
4433
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4434
|
+
type: "append";
|
|
4422
4435
|
key: string;
|
|
4423
4436
|
} | {
|
|
4424
|
-
type: "remove";
|
|
4425
4437
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4438
|
+
type: "remove";
|
|
4426
4439
|
key: string;
|
|
4427
4440
|
} | {
|
|
4428
|
-
type: "increment";
|
|
4429
4441
|
value: number;
|
|
4442
|
+
type: "increment";
|
|
4430
4443
|
key: string;
|
|
4431
4444
|
})[] | undefined;
|
|
4432
4445
|
parentOperations?: ({
|
|
4433
|
-
type: "update";
|
|
4434
4446
|
value: Record<string, unknown>;
|
|
4447
|
+
type: "update";
|
|
4435
4448
|
} | {
|
|
4436
|
-
type: "set";
|
|
4437
4449
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4450
|
+
type: "set";
|
|
4438
4451
|
key: string;
|
|
4439
4452
|
} | {
|
|
4440
4453
|
type: "delete";
|
|
4441
4454
|
key: string;
|
|
4442
4455
|
} | {
|
|
4443
|
-
type: "append";
|
|
4444
4456
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4457
|
+
type: "append";
|
|
4445
4458
|
key: string;
|
|
4446
4459
|
} | {
|
|
4447
|
-
type: "remove";
|
|
4448
4460
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4461
|
+
type: "remove";
|
|
4449
4462
|
key: string;
|
|
4450
4463
|
} | {
|
|
4451
|
-
type: "increment";
|
|
4452
4464
|
value: number;
|
|
4465
|
+
type: "increment";
|
|
4453
4466
|
key: string;
|
|
4454
4467
|
})[] | undefined;
|
|
4455
4468
|
rootOperations?: ({
|
|
4456
|
-
type: "update";
|
|
4457
4469
|
value: Record<string, unknown>;
|
|
4470
|
+
type: "update";
|
|
4458
4471
|
} | {
|
|
4459
|
-
type: "set";
|
|
4460
4472
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4473
|
+
type: "set";
|
|
4461
4474
|
key: string;
|
|
4462
4475
|
} | {
|
|
4463
4476
|
type: "delete";
|
|
4464
4477
|
key: string;
|
|
4465
4478
|
} | {
|
|
4466
|
-
type: "append";
|
|
4467
4479
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4480
|
+
type: "append";
|
|
4468
4481
|
key: string;
|
|
4469
4482
|
} | {
|
|
4470
|
-
type: "remove";
|
|
4471
4483
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4484
|
+
type: "remove";
|
|
4472
4485
|
key: string;
|
|
4473
4486
|
} | {
|
|
4474
|
-
type: "increment";
|
|
4475
4487
|
value: number;
|
|
4488
|
+
type: "increment";
|
|
4476
4489
|
key: string;
|
|
4477
4490
|
})[] | undefined;
|
|
4478
4491
|
}, {
|
|
4479
4492
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4480
4493
|
operations?: ({
|
|
4481
|
-
type: "update";
|
|
4482
4494
|
value: Record<string, unknown>;
|
|
4495
|
+
type: "update";
|
|
4483
4496
|
} | {
|
|
4484
|
-
type: "set";
|
|
4485
4497
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4498
|
+
type: "set";
|
|
4486
4499
|
key: string;
|
|
4487
4500
|
} | {
|
|
4488
4501
|
type: "delete";
|
|
4489
4502
|
key: string;
|
|
4490
4503
|
} | {
|
|
4491
|
-
type: "append";
|
|
4492
4504
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4505
|
+
type: "append";
|
|
4493
4506
|
key: string;
|
|
4494
4507
|
} | {
|
|
4495
|
-
type: "remove";
|
|
4496
4508
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4509
|
+
type: "remove";
|
|
4497
4510
|
key: string;
|
|
4498
4511
|
} | {
|
|
4499
|
-
type: "increment";
|
|
4500
4512
|
value: number;
|
|
4513
|
+
type: "increment";
|
|
4501
4514
|
key: string;
|
|
4502
4515
|
})[] | undefined;
|
|
4503
4516
|
parentOperations?: ({
|
|
4504
|
-
type: "update";
|
|
4505
4517
|
value: Record<string, unknown>;
|
|
4518
|
+
type: "update";
|
|
4506
4519
|
} | {
|
|
4507
|
-
type: "set";
|
|
4508
4520
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4521
|
+
type: "set";
|
|
4509
4522
|
key: string;
|
|
4510
4523
|
} | {
|
|
4511
4524
|
type: "delete";
|
|
4512
4525
|
key: string;
|
|
4513
4526
|
} | {
|
|
4514
|
-
type: "append";
|
|
4515
4527
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4528
|
+
type: "append";
|
|
4516
4529
|
key: string;
|
|
4517
4530
|
} | {
|
|
4518
|
-
type: "remove";
|
|
4519
4531
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4532
|
+
type: "remove";
|
|
4520
4533
|
key: string;
|
|
4521
4534
|
} | {
|
|
4522
|
-
type: "increment";
|
|
4523
4535
|
value: number;
|
|
4536
|
+
type: "increment";
|
|
4524
4537
|
key: string;
|
|
4525
4538
|
})[] | undefined;
|
|
4526
4539
|
rootOperations?: ({
|
|
4527
|
-
type: "update";
|
|
4528
4540
|
value: Record<string, unknown>;
|
|
4541
|
+
type: "update";
|
|
4529
4542
|
} | {
|
|
4530
|
-
type: "set";
|
|
4531
4543
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4544
|
+
type: "set";
|
|
4532
4545
|
key: string;
|
|
4533
4546
|
} | {
|
|
4534
4547
|
type: "delete";
|
|
4535
4548
|
key: string;
|
|
4536
4549
|
} | {
|
|
4537
|
-
type: "append";
|
|
4538
4550
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4551
|
+
type: "append";
|
|
4539
4552
|
key: string;
|
|
4540
4553
|
} | {
|
|
4541
|
-
type: "remove";
|
|
4542
4554
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4555
|
+
type: "remove";
|
|
4543
4556
|
key: string;
|
|
4544
4557
|
} | {
|
|
4545
|
-
type: "increment";
|
|
4546
4558
|
value: number;
|
|
4559
|
+
type: "increment";
|
|
4547
4560
|
key: string;
|
|
4548
4561
|
})[] | undefined;
|
|
4549
4562
|
}>>;
|
|
@@ -4564,72 +4577,72 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4564
4577
|
metadata?: {
|
|
4565
4578
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4566
4579
|
operations?: ({
|
|
4567
|
-
type: "update";
|
|
4568
4580
|
value: Record<string, unknown>;
|
|
4581
|
+
type: "update";
|
|
4569
4582
|
} | {
|
|
4570
|
-
type: "set";
|
|
4571
4583
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4584
|
+
type: "set";
|
|
4572
4585
|
key: string;
|
|
4573
4586
|
} | {
|
|
4574
4587
|
type: "delete";
|
|
4575
4588
|
key: string;
|
|
4576
4589
|
} | {
|
|
4577
|
-
type: "append";
|
|
4578
4590
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4591
|
+
type: "append";
|
|
4579
4592
|
key: string;
|
|
4580
4593
|
} | {
|
|
4581
|
-
type: "remove";
|
|
4582
4594
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4595
|
+
type: "remove";
|
|
4583
4596
|
key: string;
|
|
4584
4597
|
} | {
|
|
4585
|
-
type: "increment";
|
|
4586
4598
|
value: number;
|
|
4599
|
+
type: "increment";
|
|
4587
4600
|
key: string;
|
|
4588
4601
|
})[] | undefined;
|
|
4589
4602
|
parentOperations?: ({
|
|
4590
|
-
type: "update";
|
|
4591
4603
|
value: Record<string, unknown>;
|
|
4604
|
+
type: "update";
|
|
4592
4605
|
} | {
|
|
4593
|
-
type: "set";
|
|
4594
4606
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4607
|
+
type: "set";
|
|
4595
4608
|
key: string;
|
|
4596
4609
|
} | {
|
|
4597
4610
|
type: "delete";
|
|
4598
4611
|
key: string;
|
|
4599
4612
|
} | {
|
|
4600
|
-
type: "append";
|
|
4601
4613
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4614
|
+
type: "append";
|
|
4602
4615
|
key: string;
|
|
4603
4616
|
} | {
|
|
4604
|
-
type: "remove";
|
|
4605
4617
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4618
|
+
type: "remove";
|
|
4606
4619
|
key: string;
|
|
4607
4620
|
} | {
|
|
4608
|
-
type: "increment";
|
|
4609
4621
|
value: number;
|
|
4622
|
+
type: "increment";
|
|
4610
4623
|
key: string;
|
|
4611
4624
|
})[] | undefined;
|
|
4612
4625
|
rootOperations?: ({
|
|
4613
|
-
type: "update";
|
|
4614
4626
|
value: Record<string, unknown>;
|
|
4627
|
+
type: "update";
|
|
4615
4628
|
} | {
|
|
4616
|
-
type: "set";
|
|
4617
4629
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4630
|
+
type: "set";
|
|
4618
4631
|
key: string;
|
|
4619
4632
|
} | {
|
|
4620
4633
|
type: "delete";
|
|
4621
4634
|
key: string;
|
|
4622
4635
|
} | {
|
|
4623
|
-
type: "append";
|
|
4624
4636
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4637
|
+
type: "append";
|
|
4625
4638
|
key: string;
|
|
4626
4639
|
} | {
|
|
4627
|
-
type: "remove";
|
|
4628
4640
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4641
|
+
type: "remove";
|
|
4629
4642
|
key: string;
|
|
4630
4643
|
} | {
|
|
4631
|
-
type: "increment";
|
|
4632
4644
|
value: number;
|
|
4645
|
+
type: "increment";
|
|
4633
4646
|
key: string;
|
|
4634
4647
|
})[] | undefined;
|
|
4635
4648
|
} | undefined;
|
|
@@ -4649,72 +4662,72 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4649
4662
|
metadata?: {
|
|
4650
4663
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
4651
4664
|
operations?: ({
|
|
4652
|
-
type: "update";
|
|
4653
4665
|
value: Record<string, unknown>;
|
|
4666
|
+
type: "update";
|
|
4654
4667
|
} | {
|
|
4655
|
-
type: "set";
|
|
4656
4668
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4669
|
+
type: "set";
|
|
4657
4670
|
key: string;
|
|
4658
4671
|
} | {
|
|
4659
4672
|
type: "delete";
|
|
4660
4673
|
key: string;
|
|
4661
4674
|
} | {
|
|
4662
|
-
type: "append";
|
|
4663
4675
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4676
|
+
type: "append";
|
|
4664
4677
|
key: string;
|
|
4665
4678
|
} | {
|
|
4666
|
-
type: "remove";
|
|
4667
4679
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4680
|
+
type: "remove";
|
|
4668
4681
|
key: string;
|
|
4669
4682
|
} | {
|
|
4670
|
-
type: "increment";
|
|
4671
4683
|
value: number;
|
|
4684
|
+
type: "increment";
|
|
4672
4685
|
key: string;
|
|
4673
4686
|
})[] | undefined;
|
|
4674
4687
|
parentOperations?: ({
|
|
4675
|
-
type: "update";
|
|
4676
4688
|
value: Record<string, unknown>;
|
|
4689
|
+
type: "update";
|
|
4677
4690
|
} | {
|
|
4678
|
-
type: "set";
|
|
4679
4691
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4692
|
+
type: "set";
|
|
4680
4693
|
key: string;
|
|
4681
4694
|
} | {
|
|
4682
4695
|
type: "delete";
|
|
4683
4696
|
key: string;
|
|
4684
4697
|
} | {
|
|
4685
|
-
type: "append";
|
|
4686
4698
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4699
|
+
type: "append";
|
|
4687
4700
|
key: string;
|
|
4688
4701
|
} | {
|
|
4689
|
-
type: "remove";
|
|
4690
4702
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4703
|
+
type: "remove";
|
|
4691
4704
|
key: string;
|
|
4692
4705
|
} | {
|
|
4693
|
-
type: "increment";
|
|
4694
4706
|
value: number;
|
|
4707
|
+
type: "increment";
|
|
4695
4708
|
key: string;
|
|
4696
4709
|
})[] | undefined;
|
|
4697
4710
|
rootOperations?: ({
|
|
4698
|
-
type: "update";
|
|
4699
4711
|
value: Record<string, unknown>;
|
|
4712
|
+
type: "update";
|
|
4700
4713
|
} | {
|
|
4701
|
-
type: "set";
|
|
4702
4714
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4715
|
+
type: "set";
|
|
4703
4716
|
key: string;
|
|
4704
4717
|
} | {
|
|
4705
4718
|
type: "delete";
|
|
4706
4719
|
key: string;
|
|
4707
4720
|
} | {
|
|
4708
|
-
type: "append";
|
|
4709
4721
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4722
|
+
type: "append";
|
|
4710
4723
|
key: string;
|
|
4711
4724
|
} | {
|
|
4712
|
-
type: "remove";
|
|
4713
4725
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4726
|
+
type: "remove";
|
|
4714
4727
|
key: string;
|
|
4715
4728
|
} | {
|
|
4716
|
-
type: "increment";
|
|
4717
4729
|
value: number;
|
|
4730
|
+
type: "increment";
|
|
4718
4731
|
key: string;
|
|
4719
4732
|
})[] | undefined;
|
|
4720
4733
|
} | undefined;
|
|
@@ -4808,22 +4821,22 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4808
4821
|
type: z.ZodLiteral<"update">;
|
|
4809
4822
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4810
4823
|
}, "strip", z.ZodTypeAny, {
|
|
4811
|
-
type: "update";
|
|
4812
4824
|
value: Record<string, unknown>;
|
|
4813
|
-
}, {
|
|
4814
4825
|
type: "update";
|
|
4826
|
+
}, {
|
|
4815
4827
|
value: Record<string, unknown>;
|
|
4828
|
+
type: "update";
|
|
4816
4829
|
}>, z.ZodObject<{
|
|
4817
4830
|
type: z.ZodLiteral<"set">;
|
|
4818
4831
|
key: z.ZodString;
|
|
4819
4832
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4820
4833
|
}, "strip", z.ZodTypeAny, {
|
|
4821
|
-
type: "set";
|
|
4822
4834
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4835
|
+
type: "set";
|
|
4823
4836
|
key: string;
|
|
4824
4837
|
}, {
|
|
4825
|
-
type: "set";
|
|
4826
4838
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4839
|
+
type: "set";
|
|
4827
4840
|
key: string;
|
|
4828
4841
|
}>, z.ZodObject<{
|
|
4829
4842
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4839,58 +4852,58 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4839
4852
|
key: z.ZodString;
|
|
4840
4853
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4841
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4842
|
-
type: "append";
|
|
4843
4855
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4856
|
+
type: "append";
|
|
4844
4857
|
key: string;
|
|
4845
4858
|
}, {
|
|
4846
|
-
type: "append";
|
|
4847
4859
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4860
|
+
type: "append";
|
|
4848
4861
|
key: string;
|
|
4849
4862
|
}>, z.ZodObject<{
|
|
4850
4863
|
type: z.ZodLiteral<"remove">;
|
|
4851
4864
|
key: z.ZodString;
|
|
4852
4865
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4853
4866
|
}, "strip", z.ZodTypeAny, {
|
|
4854
|
-
type: "remove";
|
|
4855
4867
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4868
|
+
type: "remove";
|
|
4856
4869
|
key: string;
|
|
4857
4870
|
}, {
|
|
4858
|
-
type: "remove";
|
|
4859
4871
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4872
|
+
type: "remove";
|
|
4860
4873
|
key: string;
|
|
4861
4874
|
}>, z.ZodObject<{
|
|
4862
4875
|
type: z.ZodLiteral<"increment">;
|
|
4863
4876
|
key: z.ZodString;
|
|
4864
4877
|
value: z.ZodNumber;
|
|
4865
4878
|
}, "strip", z.ZodTypeAny, {
|
|
4866
|
-
type: "increment";
|
|
4867
4879
|
value: number;
|
|
4880
|
+
type: "increment";
|
|
4868
4881
|
key: string;
|
|
4869
4882
|
}, {
|
|
4870
|
-
type: "increment";
|
|
4871
4883
|
value: number;
|
|
4884
|
+
type: "increment";
|
|
4872
4885
|
key: string;
|
|
4873
4886
|
}>]>, "many">>;
|
|
4874
4887
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4875
4888
|
type: z.ZodLiteral<"update">;
|
|
4876
4889
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4877
4890
|
}, "strip", z.ZodTypeAny, {
|
|
4878
|
-
type: "update";
|
|
4879
4891
|
value: Record<string, unknown>;
|
|
4880
|
-
}, {
|
|
4881
4892
|
type: "update";
|
|
4893
|
+
}, {
|
|
4882
4894
|
value: Record<string, unknown>;
|
|
4895
|
+
type: "update";
|
|
4883
4896
|
}>, z.ZodObject<{
|
|
4884
4897
|
type: z.ZodLiteral<"set">;
|
|
4885
4898
|
key: z.ZodString;
|
|
4886
4899
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4887
4900
|
}, "strip", z.ZodTypeAny, {
|
|
4888
|
-
type: "set";
|
|
4889
4901
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4902
|
+
type: "set";
|
|
4890
4903
|
key: string;
|
|
4891
4904
|
}, {
|
|
4892
|
-
type: "set";
|
|
4893
4905
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4906
|
+
type: "set";
|
|
4894
4907
|
key: string;
|
|
4895
4908
|
}>, z.ZodObject<{
|
|
4896
4909
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4906,58 +4919,58 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4906
4919
|
key: z.ZodString;
|
|
4907
4920
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4908
4921
|
}, "strip", z.ZodTypeAny, {
|
|
4909
|
-
type: "append";
|
|
4910
4922
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4923
|
+
type: "append";
|
|
4911
4924
|
key: string;
|
|
4912
4925
|
}, {
|
|
4913
|
-
type: "append";
|
|
4914
4926
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4927
|
+
type: "append";
|
|
4915
4928
|
key: string;
|
|
4916
4929
|
}>, z.ZodObject<{
|
|
4917
4930
|
type: z.ZodLiteral<"remove">;
|
|
4918
4931
|
key: z.ZodString;
|
|
4919
4932
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4920
4933
|
}, "strip", z.ZodTypeAny, {
|
|
4921
|
-
type: "remove";
|
|
4922
4934
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4935
|
+
type: "remove";
|
|
4923
4936
|
key: string;
|
|
4924
4937
|
}, {
|
|
4925
|
-
type: "remove";
|
|
4926
4938
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4939
|
+
type: "remove";
|
|
4927
4940
|
key: string;
|
|
4928
4941
|
}>, z.ZodObject<{
|
|
4929
4942
|
type: z.ZodLiteral<"increment">;
|
|
4930
4943
|
key: z.ZodString;
|
|
4931
4944
|
value: z.ZodNumber;
|
|
4932
4945
|
}, "strip", z.ZodTypeAny, {
|
|
4933
|
-
type: "increment";
|
|
4934
4946
|
value: number;
|
|
4947
|
+
type: "increment";
|
|
4935
4948
|
key: string;
|
|
4936
4949
|
}, {
|
|
4937
|
-
type: "increment";
|
|
4938
4950
|
value: number;
|
|
4951
|
+
type: "increment";
|
|
4939
4952
|
key: string;
|
|
4940
4953
|
}>]>, "many">>;
|
|
4941
4954
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4942
4955
|
type: z.ZodLiteral<"update">;
|
|
4943
4956
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
4944
4957
|
}, "strip", z.ZodTypeAny, {
|
|
4945
|
-
type: "update";
|
|
4946
4958
|
value: Record<string, unknown>;
|
|
4947
|
-
}, {
|
|
4948
4959
|
type: "update";
|
|
4960
|
+
}, {
|
|
4949
4961
|
value: Record<string, unknown>;
|
|
4962
|
+
type: "update";
|
|
4950
4963
|
}>, z.ZodObject<{
|
|
4951
4964
|
type: z.ZodLiteral<"set">;
|
|
4952
4965
|
key: z.ZodString;
|
|
4953
4966
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4954
4967
|
}, "strip", z.ZodTypeAny, {
|
|
4955
|
-
type: "set";
|
|
4956
4968
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4969
|
+
type: "set";
|
|
4957
4970
|
key: string;
|
|
4958
4971
|
}, {
|
|
4959
|
-
type: "set";
|
|
4960
4972
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4973
|
+
type: "set";
|
|
4961
4974
|
key: string;
|
|
4962
4975
|
}>, z.ZodObject<{
|
|
4963
4976
|
type: z.ZodLiteral<"delete">;
|
|
@@ -4973,178 +4986,178 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
4973
4986
|
key: z.ZodString;
|
|
4974
4987
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4975
4988
|
}, "strip", z.ZodTypeAny, {
|
|
4976
|
-
type: "append";
|
|
4977
4989
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4990
|
+
type: "append";
|
|
4978
4991
|
key: string;
|
|
4979
4992
|
}, {
|
|
4980
|
-
type: "append";
|
|
4981
4993
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
4994
|
+
type: "append";
|
|
4982
4995
|
key: string;
|
|
4983
4996
|
}>, z.ZodObject<{
|
|
4984
4997
|
type: z.ZodLiteral<"remove">;
|
|
4985
4998
|
key: z.ZodString;
|
|
4986
4999
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
4987
5000
|
}, "strip", z.ZodTypeAny, {
|
|
4988
|
-
type: "remove";
|
|
4989
5001
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5002
|
+
type: "remove";
|
|
4990
5003
|
key: string;
|
|
4991
5004
|
}, {
|
|
4992
|
-
type: "remove";
|
|
4993
5005
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5006
|
+
type: "remove";
|
|
4994
5007
|
key: string;
|
|
4995
5008
|
}>, z.ZodObject<{
|
|
4996
5009
|
type: z.ZodLiteral<"increment">;
|
|
4997
5010
|
key: z.ZodString;
|
|
4998
5011
|
value: z.ZodNumber;
|
|
4999
5012
|
}, "strip", z.ZodTypeAny, {
|
|
5000
|
-
type: "increment";
|
|
5001
5013
|
value: number;
|
|
5014
|
+
type: "increment";
|
|
5002
5015
|
key: string;
|
|
5003
5016
|
}, {
|
|
5004
|
-
type: "increment";
|
|
5005
5017
|
value: number;
|
|
5018
|
+
type: "increment";
|
|
5006
5019
|
key: string;
|
|
5007
5020
|
}>]>, "many">>;
|
|
5008
5021
|
}, "strip", z.ZodTypeAny, {
|
|
5009
5022
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5010
5023
|
operations?: ({
|
|
5011
|
-
type: "update";
|
|
5012
5024
|
value: Record<string, unknown>;
|
|
5025
|
+
type: "update";
|
|
5013
5026
|
} | {
|
|
5014
|
-
type: "set";
|
|
5015
5027
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5028
|
+
type: "set";
|
|
5016
5029
|
key: string;
|
|
5017
5030
|
} | {
|
|
5018
5031
|
type: "delete";
|
|
5019
5032
|
key: string;
|
|
5020
5033
|
} | {
|
|
5021
|
-
type: "append";
|
|
5022
5034
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5035
|
+
type: "append";
|
|
5023
5036
|
key: string;
|
|
5024
5037
|
} | {
|
|
5025
|
-
type: "remove";
|
|
5026
5038
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5039
|
+
type: "remove";
|
|
5027
5040
|
key: string;
|
|
5028
5041
|
} | {
|
|
5029
|
-
type: "increment";
|
|
5030
5042
|
value: number;
|
|
5043
|
+
type: "increment";
|
|
5031
5044
|
key: string;
|
|
5032
5045
|
})[] | undefined;
|
|
5033
5046
|
parentOperations?: ({
|
|
5034
|
-
type: "update";
|
|
5035
5047
|
value: Record<string, unknown>;
|
|
5048
|
+
type: "update";
|
|
5036
5049
|
} | {
|
|
5037
|
-
type: "set";
|
|
5038
5050
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5051
|
+
type: "set";
|
|
5039
5052
|
key: string;
|
|
5040
5053
|
} | {
|
|
5041
5054
|
type: "delete";
|
|
5042
5055
|
key: string;
|
|
5043
5056
|
} | {
|
|
5044
|
-
type: "append";
|
|
5045
5057
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5058
|
+
type: "append";
|
|
5046
5059
|
key: string;
|
|
5047
5060
|
} | {
|
|
5048
|
-
type: "remove";
|
|
5049
5061
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5062
|
+
type: "remove";
|
|
5050
5063
|
key: string;
|
|
5051
5064
|
} | {
|
|
5052
|
-
type: "increment";
|
|
5053
5065
|
value: number;
|
|
5066
|
+
type: "increment";
|
|
5054
5067
|
key: string;
|
|
5055
5068
|
})[] | undefined;
|
|
5056
5069
|
rootOperations?: ({
|
|
5057
|
-
type: "update";
|
|
5058
5070
|
value: Record<string, unknown>;
|
|
5071
|
+
type: "update";
|
|
5059
5072
|
} | {
|
|
5060
|
-
type: "set";
|
|
5061
5073
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5074
|
+
type: "set";
|
|
5062
5075
|
key: string;
|
|
5063
5076
|
} | {
|
|
5064
5077
|
type: "delete";
|
|
5065
5078
|
key: string;
|
|
5066
5079
|
} | {
|
|
5067
|
-
type: "append";
|
|
5068
5080
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5081
|
+
type: "append";
|
|
5069
5082
|
key: string;
|
|
5070
5083
|
} | {
|
|
5071
|
-
type: "remove";
|
|
5072
5084
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5085
|
+
type: "remove";
|
|
5073
5086
|
key: string;
|
|
5074
5087
|
} | {
|
|
5075
|
-
type: "increment";
|
|
5076
5088
|
value: number;
|
|
5089
|
+
type: "increment";
|
|
5077
5090
|
key: string;
|
|
5078
5091
|
})[] | undefined;
|
|
5079
5092
|
}, {
|
|
5080
5093
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5081
5094
|
operations?: ({
|
|
5082
|
-
type: "update";
|
|
5083
5095
|
value: Record<string, unknown>;
|
|
5096
|
+
type: "update";
|
|
5084
5097
|
} | {
|
|
5085
|
-
type: "set";
|
|
5086
5098
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5099
|
+
type: "set";
|
|
5087
5100
|
key: string;
|
|
5088
5101
|
} | {
|
|
5089
5102
|
type: "delete";
|
|
5090
5103
|
key: string;
|
|
5091
5104
|
} | {
|
|
5092
|
-
type: "append";
|
|
5093
5105
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5106
|
+
type: "append";
|
|
5094
5107
|
key: string;
|
|
5095
5108
|
} | {
|
|
5096
|
-
type: "remove";
|
|
5097
5109
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5110
|
+
type: "remove";
|
|
5098
5111
|
key: string;
|
|
5099
5112
|
} | {
|
|
5100
|
-
type: "increment";
|
|
5101
5113
|
value: number;
|
|
5114
|
+
type: "increment";
|
|
5102
5115
|
key: string;
|
|
5103
5116
|
})[] | undefined;
|
|
5104
5117
|
parentOperations?: ({
|
|
5105
|
-
type: "update";
|
|
5106
5118
|
value: Record<string, unknown>;
|
|
5119
|
+
type: "update";
|
|
5107
5120
|
} | {
|
|
5108
|
-
type: "set";
|
|
5109
5121
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5122
|
+
type: "set";
|
|
5110
5123
|
key: string;
|
|
5111
5124
|
} | {
|
|
5112
5125
|
type: "delete";
|
|
5113
5126
|
key: string;
|
|
5114
5127
|
} | {
|
|
5115
|
-
type: "append";
|
|
5116
5128
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5129
|
+
type: "append";
|
|
5117
5130
|
key: string;
|
|
5118
5131
|
} | {
|
|
5119
|
-
type: "remove";
|
|
5120
5132
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5133
|
+
type: "remove";
|
|
5121
5134
|
key: string;
|
|
5122
5135
|
} | {
|
|
5123
|
-
type: "increment";
|
|
5124
5136
|
value: number;
|
|
5137
|
+
type: "increment";
|
|
5125
5138
|
key: string;
|
|
5126
5139
|
})[] | undefined;
|
|
5127
5140
|
rootOperations?: ({
|
|
5128
|
-
type: "update";
|
|
5129
5141
|
value: Record<string, unknown>;
|
|
5142
|
+
type: "update";
|
|
5130
5143
|
} | {
|
|
5131
|
-
type: "set";
|
|
5132
5144
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5145
|
+
type: "set";
|
|
5133
5146
|
key: string;
|
|
5134
5147
|
} | {
|
|
5135
5148
|
type: "delete";
|
|
5136
5149
|
key: string;
|
|
5137
5150
|
} | {
|
|
5138
|
-
type: "append";
|
|
5139
5151
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5152
|
+
type: "append";
|
|
5140
5153
|
key: string;
|
|
5141
5154
|
} | {
|
|
5142
|
-
type: "remove";
|
|
5143
5155
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5156
|
+
type: "remove";
|
|
5144
5157
|
key: string;
|
|
5145
5158
|
} | {
|
|
5146
|
-
type: "increment";
|
|
5147
5159
|
value: number;
|
|
5160
|
+
type: "increment";
|
|
5148
5161
|
key: string;
|
|
5149
5162
|
})[] | undefined;
|
|
5150
5163
|
}>>;
|
|
@@ -5181,72 +5194,72 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5181
5194
|
metadata?: {
|
|
5182
5195
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5183
5196
|
operations?: ({
|
|
5184
|
-
type: "update";
|
|
5185
5197
|
value: Record<string, unknown>;
|
|
5198
|
+
type: "update";
|
|
5186
5199
|
} | {
|
|
5187
|
-
type: "set";
|
|
5188
5200
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5201
|
+
type: "set";
|
|
5189
5202
|
key: string;
|
|
5190
5203
|
} | {
|
|
5191
5204
|
type: "delete";
|
|
5192
5205
|
key: string;
|
|
5193
5206
|
} | {
|
|
5194
|
-
type: "append";
|
|
5195
5207
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5208
|
+
type: "append";
|
|
5196
5209
|
key: string;
|
|
5197
5210
|
} | {
|
|
5198
|
-
type: "remove";
|
|
5199
5211
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5212
|
+
type: "remove";
|
|
5200
5213
|
key: string;
|
|
5201
5214
|
} | {
|
|
5202
|
-
type: "increment";
|
|
5203
5215
|
value: number;
|
|
5216
|
+
type: "increment";
|
|
5204
5217
|
key: string;
|
|
5205
5218
|
})[] | undefined;
|
|
5206
5219
|
parentOperations?: ({
|
|
5207
|
-
type: "update";
|
|
5208
5220
|
value: Record<string, unknown>;
|
|
5221
|
+
type: "update";
|
|
5209
5222
|
} | {
|
|
5210
|
-
type: "set";
|
|
5211
5223
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5224
|
+
type: "set";
|
|
5212
5225
|
key: string;
|
|
5213
5226
|
} | {
|
|
5214
5227
|
type: "delete";
|
|
5215
5228
|
key: string;
|
|
5216
5229
|
} | {
|
|
5217
|
-
type: "append";
|
|
5218
5230
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5231
|
+
type: "append";
|
|
5219
5232
|
key: string;
|
|
5220
5233
|
} | {
|
|
5221
|
-
type: "remove";
|
|
5222
5234
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5235
|
+
type: "remove";
|
|
5223
5236
|
key: string;
|
|
5224
5237
|
} | {
|
|
5225
|
-
type: "increment";
|
|
5226
5238
|
value: number;
|
|
5239
|
+
type: "increment";
|
|
5227
5240
|
key: string;
|
|
5228
5241
|
})[] | undefined;
|
|
5229
5242
|
rootOperations?: ({
|
|
5230
|
-
type: "update";
|
|
5231
5243
|
value: Record<string, unknown>;
|
|
5244
|
+
type: "update";
|
|
5232
5245
|
} | {
|
|
5233
|
-
type: "set";
|
|
5234
5246
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5247
|
+
type: "set";
|
|
5235
5248
|
key: string;
|
|
5236
5249
|
} | {
|
|
5237
5250
|
type: "delete";
|
|
5238
5251
|
key: string;
|
|
5239
5252
|
} | {
|
|
5240
|
-
type: "append";
|
|
5241
5253
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5254
|
+
type: "append";
|
|
5242
5255
|
key: string;
|
|
5243
5256
|
} | {
|
|
5244
|
-
type: "remove";
|
|
5245
5257
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5258
|
+
type: "remove";
|
|
5246
5259
|
key: string;
|
|
5247
5260
|
} | {
|
|
5248
|
-
type: "increment";
|
|
5249
5261
|
value: number;
|
|
5262
|
+
type: "increment";
|
|
5250
5263
|
key: string;
|
|
5251
5264
|
})[] | undefined;
|
|
5252
5265
|
} | undefined;
|
|
@@ -5287,72 +5300,72 @@ export declare const TaskRunExecutionResult: z.ZodDiscriminatedUnion<"ok", [z.Zo
|
|
|
5287
5300
|
metadata?: {
|
|
5288
5301
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5289
5302
|
operations?: ({
|
|
5290
|
-
type: "update";
|
|
5291
5303
|
value: Record<string, unknown>;
|
|
5304
|
+
type: "update";
|
|
5292
5305
|
} | {
|
|
5293
|
-
type: "set";
|
|
5294
5306
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5307
|
+
type: "set";
|
|
5295
5308
|
key: string;
|
|
5296
5309
|
} | {
|
|
5297
5310
|
type: "delete";
|
|
5298
5311
|
key: string;
|
|
5299
5312
|
} | {
|
|
5300
|
-
type: "append";
|
|
5301
5313
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5314
|
+
type: "append";
|
|
5302
5315
|
key: string;
|
|
5303
5316
|
} | {
|
|
5304
|
-
type: "remove";
|
|
5305
5317
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5318
|
+
type: "remove";
|
|
5306
5319
|
key: string;
|
|
5307
5320
|
} | {
|
|
5308
|
-
type: "increment";
|
|
5309
5321
|
value: number;
|
|
5322
|
+
type: "increment";
|
|
5310
5323
|
key: string;
|
|
5311
5324
|
})[] | undefined;
|
|
5312
5325
|
parentOperations?: ({
|
|
5313
|
-
type: "update";
|
|
5314
5326
|
value: Record<string, unknown>;
|
|
5327
|
+
type: "update";
|
|
5315
5328
|
} | {
|
|
5316
|
-
type: "set";
|
|
5317
5329
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5330
|
+
type: "set";
|
|
5318
5331
|
key: string;
|
|
5319
5332
|
} | {
|
|
5320
5333
|
type: "delete";
|
|
5321
5334
|
key: string;
|
|
5322
5335
|
} | {
|
|
5323
|
-
type: "append";
|
|
5324
5336
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5337
|
+
type: "append";
|
|
5325
5338
|
key: string;
|
|
5326
5339
|
} | {
|
|
5327
|
-
type: "remove";
|
|
5328
5340
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5341
|
+
type: "remove";
|
|
5329
5342
|
key: string;
|
|
5330
5343
|
} | {
|
|
5331
|
-
type: "increment";
|
|
5332
5344
|
value: number;
|
|
5345
|
+
type: "increment";
|
|
5333
5346
|
key: string;
|
|
5334
5347
|
})[] | undefined;
|
|
5335
5348
|
rootOperations?: ({
|
|
5336
|
-
type: "update";
|
|
5337
5349
|
value: Record<string, unknown>;
|
|
5350
|
+
type: "update";
|
|
5338
5351
|
} | {
|
|
5339
|
-
type: "set";
|
|
5340
5352
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5353
|
+
type: "set";
|
|
5341
5354
|
key: string;
|
|
5342
5355
|
} | {
|
|
5343
5356
|
type: "delete";
|
|
5344
5357
|
key: string;
|
|
5345
5358
|
} | {
|
|
5346
|
-
type: "append";
|
|
5347
5359
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5360
|
+
type: "append";
|
|
5348
5361
|
key: string;
|
|
5349
5362
|
} | {
|
|
5350
|
-
type: "remove";
|
|
5351
5363
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5364
|
+
type: "remove";
|
|
5352
5365
|
key: string;
|
|
5353
5366
|
} | {
|
|
5354
|
-
type: "increment";
|
|
5355
5367
|
value: number;
|
|
5368
|
+
type: "increment";
|
|
5356
5369
|
key: string;
|
|
5357
5370
|
})[] | undefined;
|
|
5358
5371
|
} | undefined;
|
|
@@ -5393,22 +5406,22 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5393
5406
|
type: z.ZodLiteral<"update">;
|
|
5394
5407
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5395
5408
|
}, "strip", z.ZodTypeAny, {
|
|
5396
|
-
type: "update";
|
|
5397
5409
|
value: Record<string, unknown>;
|
|
5398
|
-
}, {
|
|
5399
5410
|
type: "update";
|
|
5411
|
+
}, {
|
|
5400
5412
|
value: Record<string, unknown>;
|
|
5413
|
+
type: "update";
|
|
5401
5414
|
}>, z.ZodObject<{
|
|
5402
5415
|
type: z.ZodLiteral<"set">;
|
|
5403
5416
|
key: z.ZodString;
|
|
5404
5417
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5405
5418
|
}, "strip", z.ZodTypeAny, {
|
|
5406
|
-
type: "set";
|
|
5407
5419
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5420
|
+
type: "set";
|
|
5408
5421
|
key: string;
|
|
5409
5422
|
}, {
|
|
5410
|
-
type: "set";
|
|
5411
5423
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5424
|
+
type: "set";
|
|
5412
5425
|
key: string;
|
|
5413
5426
|
}>, z.ZodObject<{
|
|
5414
5427
|
type: z.ZodLiteral<"delete">;
|
|
@@ -5424,58 +5437,58 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5424
5437
|
key: z.ZodString;
|
|
5425
5438
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5426
5439
|
}, "strip", z.ZodTypeAny, {
|
|
5427
|
-
type: "append";
|
|
5428
5440
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5441
|
+
type: "append";
|
|
5429
5442
|
key: string;
|
|
5430
5443
|
}, {
|
|
5431
|
-
type: "append";
|
|
5432
5444
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5445
|
+
type: "append";
|
|
5433
5446
|
key: string;
|
|
5434
5447
|
}>, z.ZodObject<{
|
|
5435
5448
|
type: z.ZodLiteral<"remove">;
|
|
5436
5449
|
key: z.ZodString;
|
|
5437
5450
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5438
5451
|
}, "strip", z.ZodTypeAny, {
|
|
5439
|
-
type: "remove";
|
|
5440
5452
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5453
|
+
type: "remove";
|
|
5441
5454
|
key: string;
|
|
5442
5455
|
}, {
|
|
5443
|
-
type: "remove";
|
|
5444
5456
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5457
|
+
type: "remove";
|
|
5445
5458
|
key: string;
|
|
5446
5459
|
}>, z.ZodObject<{
|
|
5447
5460
|
type: z.ZodLiteral<"increment">;
|
|
5448
5461
|
key: z.ZodString;
|
|
5449
5462
|
value: z.ZodNumber;
|
|
5450
5463
|
}, "strip", z.ZodTypeAny, {
|
|
5451
|
-
type: "increment";
|
|
5452
5464
|
value: number;
|
|
5465
|
+
type: "increment";
|
|
5453
5466
|
key: string;
|
|
5454
5467
|
}, {
|
|
5455
|
-
type: "increment";
|
|
5456
5468
|
value: number;
|
|
5469
|
+
type: "increment";
|
|
5457
5470
|
key: string;
|
|
5458
5471
|
}>]>, "many">>;
|
|
5459
5472
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5460
5473
|
type: z.ZodLiteral<"update">;
|
|
5461
5474
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5462
5475
|
}, "strip", z.ZodTypeAny, {
|
|
5463
|
-
type: "update";
|
|
5464
5476
|
value: Record<string, unknown>;
|
|
5465
|
-
}, {
|
|
5466
5477
|
type: "update";
|
|
5478
|
+
}, {
|
|
5467
5479
|
value: Record<string, unknown>;
|
|
5480
|
+
type: "update";
|
|
5468
5481
|
}>, z.ZodObject<{
|
|
5469
5482
|
type: z.ZodLiteral<"set">;
|
|
5470
5483
|
key: z.ZodString;
|
|
5471
5484
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5472
5485
|
}, "strip", z.ZodTypeAny, {
|
|
5473
|
-
type: "set";
|
|
5474
5486
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5487
|
+
type: "set";
|
|
5475
5488
|
key: string;
|
|
5476
5489
|
}, {
|
|
5477
|
-
type: "set";
|
|
5478
5490
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5491
|
+
type: "set";
|
|
5479
5492
|
key: string;
|
|
5480
5493
|
}>, z.ZodObject<{
|
|
5481
5494
|
type: z.ZodLiteral<"delete">;
|
|
@@ -5491,58 +5504,58 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5491
5504
|
key: z.ZodString;
|
|
5492
5505
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5493
5506
|
}, "strip", z.ZodTypeAny, {
|
|
5494
|
-
type: "append";
|
|
5495
5507
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5508
|
+
type: "append";
|
|
5496
5509
|
key: string;
|
|
5497
5510
|
}, {
|
|
5498
|
-
type: "append";
|
|
5499
5511
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5512
|
+
type: "append";
|
|
5500
5513
|
key: string;
|
|
5501
5514
|
}>, z.ZodObject<{
|
|
5502
5515
|
type: z.ZodLiteral<"remove">;
|
|
5503
5516
|
key: z.ZodString;
|
|
5504
5517
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5505
5518
|
}, "strip", z.ZodTypeAny, {
|
|
5506
|
-
type: "remove";
|
|
5507
5519
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5520
|
+
type: "remove";
|
|
5508
5521
|
key: string;
|
|
5509
5522
|
}, {
|
|
5510
|
-
type: "remove";
|
|
5511
5523
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5524
|
+
type: "remove";
|
|
5512
5525
|
key: string;
|
|
5513
5526
|
}>, z.ZodObject<{
|
|
5514
5527
|
type: z.ZodLiteral<"increment">;
|
|
5515
5528
|
key: z.ZodString;
|
|
5516
5529
|
value: z.ZodNumber;
|
|
5517
5530
|
}, "strip", z.ZodTypeAny, {
|
|
5518
|
-
type: "increment";
|
|
5519
5531
|
value: number;
|
|
5532
|
+
type: "increment";
|
|
5520
5533
|
key: string;
|
|
5521
5534
|
}, {
|
|
5522
|
-
type: "increment";
|
|
5523
5535
|
value: number;
|
|
5536
|
+
type: "increment";
|
|
5524
5537
|
key: string;
|
|
5525
5538
|
}>]>, "many">>;
|
|
5526
5539
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5527
5540
|
type: z.ZodLiteral<"update">;
|
|
5528
5541
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5529
5542
|
}, "strip", z.ZodTypeAny, {
|
|
5530
|
-
type: "update";
|
|
5531
5543
|
value: Record<string, unknown>;
|
|
5532
|
-
}, {
|
|
5533
5544
|
type: "update";
|
|
5545
|
+
}, {
|
|
5534
5546
|
value: Record<string, unknown>;
|
|
5547
|
+
type: "update";
|
|
5535
5548
|
}>, z.ZodObject<{
|
|
5536
5549
|
type: z.ZodLiteral<"set">;
|
|
5537
5550
|
key: z.ZodString;
|
|
5538
5551
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5539
5552
|
}, "strip", z.ZodTypeAny, {
|
|
5540
|
-
type: "set";
|
|
5541
5553
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5554
|
+
type: "set";
|
|
5542
5555
|
key: string;
|
|
5543
5556
|
}, {
|
|
5544
|
-
type: "set";
|
|
5545
5557
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5558
|
+
type: "set";
|
|
5546
5559
|
key: string;
|
|
5547
5560
|
}>, z.ZodObject<{
|
|
5548
5561
|
type: z.ZodLiteral<"delete">;
|
|
@@ -5558,178 +5571,178 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5558
5571
|
key: z.ZodString;
|
|
5559
5572
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5560
5573
|
}, "strip", z.ZodTypeAny, {
|
|
5561
|
-
type: "append";
|
|
5562
5574
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5575
|
+
type: "append";
|
|
5563
5576
|
key: string;
|
|
5564
5577
|
}, {
|
|
5565
|
-
type: "append";
|
|
5566
5578
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5579
|
+
type: "append";
|
|
5567
5580
|
key: string;
|
|
5568
5581
|
}>, z.ZodObject<{
|
|
5569
5582
|
type: z.ZodLiteral<"remove">;
|
|
5570
5583
|
key: z.ZodString;
|
|
5571
5584
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
5572
5585
|
}, "strip", z.ZodTypeAny, {
|
|
5573
|
-
type: "remove";
|
|
5574
5586
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5587
|
+
type: "remove";
|
|
5575
5588
|
key: string;
|
|
5576
5589
|
}, {
|
|
5577
|
-
type: "remove";
|
|
5578
5590
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5591
|
+
type: "remove";
|
|
5579
5592
|
key: string;
|
|
5580
5593
|
}>, z.ZodObject<{
|
|
5581
5594
|
type: z.ZodLiteral<"increment">;
|
|
5582
5595
|
key: z.ZodString;
|
|
5583
5596
|
value: z.ZodNumber;
|
|
5584
5597
|
}, "strip", z.ZodTypeAny, {
|
|
5585
|
-
type: "increment";
|
|
5586
5598
|
value: number;
|
|
5599
|
+
type: "increment";
|
|
5587
5600
|
key: string;
|
|
5588
5601
|
}, {
|
|
5589
|
-
type: "increment";
|
|
5590
5602
|
value: number;
|
|
5603
|
+
type: "increment";
|
|
5591
5604
|
key: string;
|
|
5592
5605
|
}>]>, "many">>;
|
|
5593
5606
|
}, "strip", z.ZodTypeAny, {
|
|
5594
5607
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5595
5608
|
operations?: ({
|
|
5596
|
-
type: "update";
|
|
5597
5609
|
value: Record<string, unknown>;
|
|
5610
|
+
type: "update";
|
|
5598
5611
|
} | {
|
|
5599
|
-
type: "set";
|
|
5600
5612
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5613
|
+
type: "set";
|
|
5601
5614
|
key: string;
|
|
5602
5615
|
} | {
|
|
5603
5616
|
type: "delete";
|
|
5604
5617
|
key: string;
|
|
5605
5618
|
} | {
|
|
5606
|
-
type: "append";
|
|
5607
5619
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5620
|
+
type: "append";
|
|
5608
5621
|
key: string;
|
|
5609
5622
|
} | {
|
|
5610
|
-
type: "remove";
|
|
5611
5623
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5624
|
+
type: "remove";
|
|
5612
5625
|
key: string;
|
|
5613
5626
|
} | {
|
|
5614
|
-
type: "increment";
|
|
5615
5627
|
value: number;
|
|
5628
|
+
type: "increment";
|
|
5616
5629
|
key: string;
|
|
5617
5630
|
})[] | undefined;
|
|
5618
5631
|
parentOperations?: ({
|
|
5619
|
-
type: "update";
|
|
5620
5632
|
value: Record<string, unknown>;
|
|
5633
|
+
type: "update";
|
|
5621
5634
|
} | {
|
|
5622
|
-
type: "set";
|
|
5623
5635
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5636
|
+
type: "set";
|
|
5624
5637
|
key: string;
|
|
5625
5638
|
} | {
|
|
5626
5639
|
type: "delete";
|
|
5627
5640
|
key: string;
|
|
5628
5641
|
} | {
|
|
5629
|
-
type: "append";
|
|
5630
5642
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5643
|
+
type: "append";
|
|
5631
5644
|
key: string;
|
|
5632
5645
|
} | {
|
|
5633
|
-
type: "remove";
|
|
5634
5646
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5647
|
+
type: "remove";
|
|
5635
5648
|
key: string;
|
|
5636
5649
|
} | {
|
|
5637
|
-
type: "increment";
|
|
5638
5650
|
value: number;
|
|
5651
|
+
type: "increment";
|
|
5639
5652
|
key: string;
|
|
5640
5653
|
})[] | undefined;
|
|
5641
5654
|
rootOperations?: ({
|
|
5642
|
-
type: "update";
|
|
5643
5655
|
value: Record<string, unknown>;
|
|
5656
|
+
type: "update";
|
|
5644
5657
|
} | {
|
|
5645
|
-
type: "set";
|
|
5646
5658
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5659
|
+
type: "set";
|
|
5647
5660
|
key: string;
|
|
5648
5661
|
} | {
|
|
5649
5662
|
type: "delete";
|
|
5650
5663
|
key: string;
|
|
5651
5664
|
} | {
|
|
5652
|
-
type: "append";
|
|
5653
5665
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5666
|
+
type: "append";
|
|
5654
5667
|
key: string;
|
|
5655
5668
|
} | {
|
|
5656
|
-
type: "remove";
|
|
5657
5669
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5670
|
+
type: "remove";
|
|
5658
5671
|
key: string;
|
|
5659
5672
|
} | {
|
|
5660
|
-
type: "increment";
|
|
5661
5673
|
value: number;
|
|
5674
|
+
type: "increment";
|
|
5662
5675
|
key: string;
|
|
5663
5676
|
})[] | undefined;
|
|
5664
5677
|
}, {
|
|
5665
5678
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5666
5679
|
operations?: ({
|
|
5667
|
-
type: "update";
|
|
5668
5680
|
value: Record<string, unknown>;
|
|
5681
|
+
type: "update";
|
|
5669
5682
|
} | {
|
|
5670
|
-
type: "set";
|
|
5671
5683
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5684
|
+
type: "set";
|
|
5672
5685
|
key: string;
|
|
5673
5686
|
} | {
|
|
5674
5687
|
type: "delete";
|
|
5675
5688
|
key: string;
|
|
5676
5689
|
} | {
|
|
5677
|
-
type: "append";
|
|
5678
5690
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5691
|
+
type: "append";
|
|
5679
5692
|
key: string;
|
|
5680
5693
|
} | {
|
|
5681
|
-
type: "remove";
|
|
5682
5694
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5695
|
+
type: "remove";
|
|
5683
5696
|
key: string;
|
|
5684
5697
|
} | {
|
|
5685
|
-
type: "increment";
|
|
5686
5698
|
value: number;
|
|
5699
|
+
type: "increment";
|
|
5687
5700
|
key: string;
|
|
5688
5701
|
})[] | undefined;
|
|
5689
5702
|
parentOperations?: ({
|
|
5690
|
-
type: "update";
|
|
5691
5703
|
value: Record<string, unknown>;
|
|
5704
|
+
type: "update";
|
|
5692
5705
|
} | {
|
|
5693
|
-
type: "set";
|
|
5694
5706
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5707
|
+
type: "set";
|
|
5695
5708
|
key: string;
|
|
5696
5709
|
} | {
|
|
5697
5710
|
type: "delete";
|
|
5698
5711
|
key: string;
|
|
5699
5712
|
} | {
|
|
5700
|
-
type: "append";
|
|
5701
5713
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5714
|
+
type: "append";
|
|
5702
5715
|
key: string;
|
|
5703
5716
|
} | {
|
|
5704
|
-
type: "remove";
|
|
5705
5717
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5718
|
+
type: "remove";
|
|
5706
5719
|
key: string;
|
|
5707
5720
|
} | {
|
|
5708
|
-
type: "increment";
|
|
5709
5721
|
value: number;
|
|
5722
|
+
type: "increment";
|
|
5710
5723
|
key: string;
|
|
5711
5724
|
})[] | undefined;
|
|
5712
5725
|
rootOperations?: ({
|
|
5713
|
-
type: "update";
|
|
5714
5726
|
value: Record<string, unknown>;
|
|
5727
|
+
type: "update";
|
|
5715
5728
|
} | {
|
|
5716
|
-
type: "set";
|
|
5717
5729
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5730
|
+
type: "set";
|
|
5718
5731
|
key: string;
|
|
5719
5732
|
} | {
|
|
5720
5733
|
type: "delete";
|
|
5721
5734
|
key: string;
|
|
5722
5735
|
} | {
|
|
5723
|
-
type: "append";
|
|
5724
5736
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5737
|
+
type: "append";
|
|
5725
5738
|
key: string;
|
|
5726
5739
|
} | {
|
|
5727
|
-
type: "remove";
|
|
5728
5740
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5741
|
+
type: "remove";
|
|
5729
5742
|
key: string;
|
|
5730
5743
|
} | {
|
|
5731
|
-
type: "increment";
|
|
5732
5744
|
value: number;
|
|
5745
|
+
type: "increment";
|
|
5733
5746
|
key: string;
|
|
5734
5747
|
})[] | undefined;
|
|
5735
5748
|
}>>;
|
|
@@ -5750,72 +5763,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5750
5763
|
metadata?: {
|
|
5751
5764
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5752
5765
|
operations?: ({
|
|
5753
|
-
type: "update";
|
|
5754
5766
|
value: Record<string, unknown>;
|
|
5767
|
+
type: "update";
|
|
5755
5768
|
} | {
|
|
5756
|
-
type: "set";
|
|
5757
5769
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5770
|
+
type: "set";
|
|
5758
5771
|
key: string;
|
|
5759
5772
|
} | {
|
|
5760
5773
|
type: "delete";
|
|
5761
5774
|
key: string;
|
|
5762
5775
|
} | {
|
|
5763
|
-
type: "append";
|
|
5764
5776
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5777
|
+
type: "append";
|
|
5765
5778
|
key: string;
|
|
5766
5779
|
} | {
|
|
5767
|
-
type: "remove";
|
|
5768
5780
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5781
|
+
type: "remove";
|
|
5769
5782
|
key: string;
|
|
5770
5783
|
} | {
|
|
5771
|
-
type: "increment";
|
|
5772
5784
|
value: number;
|
|
5785
|
+
type: "increment";
|
|
5773
5786
|
key: string;
|
|
5774
5787
|
})[] | undefined;
|
|
5775
5788
|
parentOperations?: ({
|
|
5776
|
-
type: "update";
|
|
5777
5789
|
value: Record<string, unknown>;
|
|
5790
|
+
type: "update";
|
|
5778
5791
|
} | {
|
|
5779
|
-
type: "set";
|
|
5780
5792
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5793
|
+
type: "set";
|
|
5781
5794
|
key: string;
|
|
5782
5795
|
} | {
|
|
5783
5796
|
type: "delete";
|
|
5784
5797
|
key: string;
|
|
5785
5798
|
} | {
|
|
5786
|
-
type: "append";
|
|
5787
5799
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5800
|
+
type: "append";
|
|
5788
5801
|
key: string;
|
|
5789
5802
|
} | {
|
|
5790
|
-
type: "remove";
|
|
5791
5803
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5804
|
+
type: "remove";
|
|
5792
5805
|
key: string;
|
|
5793
5806
|
} | {
|
|
5794
|
-
type: "increment";
|
|
5795
5807
|
value: number;
|
|
5808
|
+
type: "increment";
|
|
5796
5809
|
key: string;
|
|
5797
5810
|
})[] | undefined;
|
|
5798
5811
|
rootOperations?: ({
|
|
5799
|
-
type: "update";
|
|
5800
5812
|
value: Record<string, unknown>;
|
|
5813
|
+
type: "update";
|
|
5801
5814
|
} | {
|
|
5802
|
-
type: "set";
|
|
5803
5815
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5816
|
+
type: "set";
|
|
5804
5817
|
key: string;
|
|
5805
5818
|
} | {
|
|
5806
5819
|
type: "delete";
|
|
5807
5820
|
key: string;
|
|
5808
5821
|
} | {
|
|
5809
|
-
type: "append";
|
|
5810
5822
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5823
|
+
type: "append";
|
|
5811
5824
|
key: string;
|
|
5812
5825
|
} | {
|
|
5813
|
-
type: "remove";
|
|
5814
5826
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5827
|
+
type: "remove";
|
|
5815
5828
|
key: string;
|
|
5816
5829
|
} | {
|
|
5817
|
-
type: "increment";
|
|
5818
5830
|
value: number;
|
|
5831
|
+
type: "increment";
|
|
5819
5832
|
key: string;
|
|
5820
5833
|
})[] | undefined;
|
|
5821
5834
|
} | undefined;
|
|
@@ -5835,72 +5848,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5835
5848
|
metadata?: {
|
|
5836
5849
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
5837
5850
|
operations?: ({
|
|
5838
|
-
type: "update";
|
|
5839
5851
|
value: Record<string, unknown>;
|
|
5852
|
+
type: "update";
|
|
5840
5853
|
} | {
|
|
5841
|
-
type: "set";
|
|
5842
5854
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5855
|
+
type: "set";
|
|
5843
5856
|
key: string;
|
|
5844
5857
|
} | {
|
|
5845
5858
|
type: "delete";
|
|
5846
5859
|
key: string;
|
|
5847
5860
|
} | {
|
|
5848
|
-
type: "append";
|
|
5849
5861
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5862
|
+
type: "append";
|
|
5850
5863
|
key: string;
|
|
5851
5864
|
} | {
|
|
5852
|
-
type: "remove";
|
|
5853
5865
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5866
|
+
type: "remove";
|
|
5854
5867
|
key: string;
|
|
5855
5868
|
} | {
|
|
5856
|
-
type: "increment";
|
|
5857
5869
|
value: number;
|
|
5870
|
+
type: "increment";
|
|
5858
5871
|
key: string;
|
|
5859
5872
|
})[] | undefined;
|
|
5860
5873
|
parentOperations?: ({
|
|
5861
|
-
type: "update";
|
|
5862
5874
|
value: Record<string, unknown>;
|
|
5875
|
+
type: "update";
|
|
5863
5876
|
} | {
|
|
5864
|
-
type: "set";
|
|
5865
5877
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5878
|
+
type: "set";
|
|
5866
5879
|
key: string;
|
|
5867
5880
|
} | {
|
|
5868
5881
|
type: "delete";
|
|
5869
5882
|
key: string;
|
|
5870
5883
|
} | {
|
|
5871
|
-
type: "append";
|
|
5872
5884
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5885
|
+
type: "append";
|
|
5873
5886
|
key: string;
|
|
5874
5887
|
} | {
|
|
5875
|
-
type: "remove";
|
|
5876
5888
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5889
|
+
type: "remove";
|
|
5877
5890
|
key: string;
|
|
5878
5891
|
} | {
|
|
5879
|
-
type: "increment";
|
|
5880
5892
|
value: number;
|
|
5893
|
+
type: "increment";
|
|
5881
5894
|
key: string;
|
|
5882
5895
|
})[] | undefined;
|
|
5883
5896
|
rootOperations?: ({
|
|
5884
|
-
type: "update";
|
|
5885
5897
|
value: Record<string, unknown>;
|
|
5898
|
+
type: "update";
|
|
5886
5899
|
} | {
|
|
5887
|
-
type: "set";
|
|
5888
5900
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5901
|
+
type: "set";
|
|
5889
5902
|
key: string;
|
|
5890
5903
|
} | {
|
|
5891
5904
|
type: "delete";
|
|
5892
5905
|
key: string;
|
|
5893
5906
|
} | {
|
|
5894
|
-
type: "append";
|
|
5895
5907
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5908
|
+
type: "append";
|
|
5896
5909
|
key: string;
|
|
5897
5910
|
} | {
|
|
5898
|
-
type: "remove";
|
|
5899
5911
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
5912
|
+
type: "remove";
|
|
5900
5913
|
key: string;
|
|
5901
5914
|
} | {
|
|
5902
|
-
type: "increment";
|
|
5903
5915
|
value: number;
|
|
5916
|
+
type: "increment";
|
|
5904
5917
|
key: string;
|
|
5905
5918
|
})[] | undefined;
|
|
5906
5919
|
} | undefined;
|
|
@@ -5994,22 +6007,22 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
5994
6007
|
type: z.ZodLiteral<"update">;
|
|
5995
6008
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5996
6009
|
}, "strip", z.ZodTypeAny, {
|
|
5997
|
-
type: "update";
|
|
5998
6010
|
value: Record<string, unknown>;
|
|
5999
|
-
}, {
|
|
6000
6011
|
type: "update";
|
|
6012
|
+
}, {
|
|
6001
6013
|
value: Record<string, unknown>;
|
|
6014
|
+
type: "update";
|
|
6002
6015
|
}>, z.ZodObject<{
|
|
6003
6016
|
type: z.ZodLiteral<"set">;
|
|
6004
6017
|
key: z.ZodString;
|
|
6005
6018
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6006
6019
|
}, "strip", z.ZodTypeAny, {
|
|
6007
|
-
type: "set";
|
|
6008
6020
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6021
|
+
type: "set";
|
|
6009
6022
|
key: string;
|
|
6010
6023
|
}, {
|
|
6011
|
-
type: "set";
|
|
6012
6024
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6025
|
+
type: "set";
|
|
6013
6026
|
key: string;
|
|
6014
6027
|
}>, z.ZodObject<{
|
|
6015
6028
|
type: z.ZodLiteral<"delete">;
|
|
@@ -6025,58 +6038,58 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6025
6038
|
key: z.ZodString;
|
|
6026
6039
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6027
6040
|
}, "strip", z.ZodTypeAny, {
|
|
6028
|
-
type: "append";
|
|
6029
6041
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6042
|
+
type: "append";
|
|
6030
6043
|
key: string;
|
|
6031
6044
|
}, {
|
|
6032
|
-
type: "append";
|
|
6033
6045
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6046
|
+
type: "append";
|
|
6034
6047
|
key: string;
|
|
6035
6048
|
}>, z.ZodObject<{
|
|
6036
6049
|
type: z.ZodLiteral<"remove">;
|
|
6037
6050
|
key: z.ZodString;
|
|
6038
6051
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6039
6052
|
}, "strip", z.ZodTypeAny, {
|
|
6040
|
-
type: "remove";
|
|
6041
6053
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6054
|
+
type: "remove";
|
|
6042
6055
|
key: string;
|
|
6043
6056
|
}, {
|
|
6044
|
-
type: "remove";
|
|
6045
6057
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6058
|
+
type: "remove";
|
|
6046
6059
|
key: string;
|
|
6047
6060
|
}>, z.ZodObject<{
|
|
6048
6061
|
type: z.ZodLiteral<"increment">;
|
|
6049
6062
|
key: z.ZodString;
|
|
6050
6063
|
value: z.ZodNumber;
|
|
6051
6064
|
}, "strip", z.ZodTypeAny, {
|
|
6052
|
-
type: "increment";
|
|
6053
6065
|
value: number;
|
|
6066
|
+
type: "increment";
|
|
6054
6067
|
key: string;
|
|
6055
6068
|
}, {
|
|
6056
|
-
type: "increment";
|
|
6057
6069
|
value: number;
|
|
6070
|
+
type: "increment";
|
|
6058
6071
|
key: string;
|
|
6059
6072
|
}>]>, "many">>;
|
|
6060
6073
|
parentOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6061
6074
|
type: z.ZodLiteral<"update">;
|
|
6062
6075
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6063
6076
|
}, "strip", z.ZodTypeAny, {
|
|
6064
|
-
type: "update";
|
|
6065
6077
|
value: Record<string, unknown>;
|
|
6066
|
-
}, {
|
|
6067
6078
|
type: "update";
|
|
6079
|
+
}, {
|
|
6068
6080
|
value: Record<string, unknown>;
|
|
6081
|
+
type: "update";
|
|
6069
6082
|
}>, z.ZodObject<{
|
|
6070
6083
|
type: z.ZodLiteral<"set">;
|
|
6071
6084
|
key: z.ZodString;
|
|
6072
6085
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6073
6086
|
}, "strip", z.ZodTypeAny, {
|
|
6074
|
-
type: "set";
|
|
6075
6087
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6088
|
+
type: "set";
|
|
6076
6089
|
key: string;
|
|
6077
6090
|
}, {
|
|
6078
|
-
type: "set";
|
|
6079
6091
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6092
|
+
type: "set";
|
|
6080
6093
|
key: string;
|
|
6081
6094
|
}>, z.ZodObject<{
|
|
6082
6095
|
type: z.ZodLiteral<"delete">;
|
|
@@ -6092,58 +6105,58 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6092
6105
|
key: z.ZodString;
|
|
6093
6106
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6094
6107
|
}, "strip", z.ZodTypeAny, {
|
|
6095
|
-
type: "append";
|
|
6096
6108
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6109
|
+
type: "append";
|
|
6097
6110
|
key: string;
|
|
6098
6111
|
}, {
|
|
6099
|
-
type: "append";
|
|
6100
6112
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6113
|
+
type: "append";
|
|
6101
6114
|
key: string;
|
|
6102
6115
|
}>, z.ZodObject<{
|
|
6103
6116
|
type: z.ZodLiteral<"remove">;
|
|
6104
6117
|
key: z.ZodString;
|
|
6105
6118
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6106
6119
|
}, "strip", z.ZodTypeAny, {
|
|
6107
|
-
type: "remove";
|
|
6108
6120
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6121
|
+
type: "remove";
|
|
6109
6122
|
key: string;
|
|
6110
6123
|
}, {
|
|
6111
|
-
type: "remove";
|
|
6112
6124
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6125
|
+
type: "remove";
|
|
6113
6126
|
key: string;
|
|
6114
6127
|
}>, z.ZodObject<{
|
|
6115
6128
|
type: z.ZodLiteral<"increment">;
|
|
6116
6129
|
key: z.ZodString;
|
|
6117
6130
|
value: z.ZodNumber;
|
|
6118
6131
|
}, "strip", z.ZodTypeAny, {
|
|
6119
|
-
type: "increment";
|
|
6120
6132
|
value: number;
|
|
6133
|
+
type: "increment";
|
|
6121
6134
|
key: string;
|
|
6122
6135
|
}, {
|
|
6123
|
-
type: "increment";
|
|
6124
6136
|
value: number;
|
|
6137
|
+
type: "increment";
|
|
6125
6138
|
key: string;
|
|
6126
6139
|
}>]>, "many">>;
|
|
6127
6140
|
rootOperations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6128
6141
|
type: z.ZodLiteral<"update">;
|
|
6129
6142
|
value: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
6130
6143
|
}, "strip", z.ZodTypeAny, {
|
|
6131
|
-
type: "update";
|
|
6132
6144
|
value: Record<string, unknown>;
|
|
6133
|
-
}, {
|
|
6134
6145
|
type: "update";
|
|
6146
|
+
}, {
|
|
6135
6147
|
value: Record<string, unknown>;
|
|
6148
|
+
type: "update";
|
|
6136
6149
|
}>, z.ZodObject<{
|
|
6137
6150
|
type: z.ZodLiteral<"set">;
|
|
6138
6151
|
key: z.ZodString;
|
|
6139
6152
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6140
6153
|
}, "strip", z.ZodTypeAny, {
|
|
6141
|
-
type: "set";
|
|
6142
6154
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6155
|
+
type: "set";
|
|
6143
6156
|
key: string;
|
|
6144
6157
|
}, {
|
|
6145
|
-
type: "set";
|
|
6146
6158
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6159
|
+
type: "set";
|
|
6147
6160
|
key: string;
|
|
6148
6161
|
}>, z.ZodObject<{
|
|
6149
6162
|
type: z.ZodLiteral<"delete">;
|
|
@@ -6159,178 +6172,178 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6159
6172
|
key: z.ZodString;
|
|
6160
6173
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6161
6174
|
}, "strip", z.ZodTypeAny, {
|
|
6162
|
-
type: "append";
|
|
6163
6175
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6176
|
+
type: "append";
|
|
6164
6177
|
key: string;
|
|
6165
6178
|
}, {
|
|
6166
|
-
type: "append";
|
|
6167
6179
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6180
|
+
type: "append";
|
|
6168
6181
|
key: string;
|
|
6169
6182
|
}>, z.ZodObject<{
|
|
6170
6183
|
type: z.ZodLiteral<"remove">;
|
|
6171
6184
|
key: z.ZodString;
|
|
6172
6185
|
value: z.ZodType<import("../../schemas/json.js").DeserializedJson, z.ZodTypeDef, import("../../schemas/json.js").DeserializedJson>;
|
|
6173
6186
|
}, "strip", z.ZodTypeAny, {
|
|
6174
|
-
type: "remove";
|
|
6175
6187
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6188
|
+
type: "remove";
|
|
6176
6189
|
key: string;
|
|
6177
6190
|
}, {
|
|
6178
|
-
type: "remove";
|
|
6179
6191
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6192
|
+
type: "remove";
|
|
6180
6193
|
key: string;
|
|
6181
6194
|
}>, z.ZodObject<{
|
|
6182
6195
|
type: z.ZodLiteral<"increment">;
|
|
6183
6196
|
key: z.ZodString;
|
|
6184
6197
|
value: z.ZodNumber;
|
|
6185
6198
|
}, "strip", z.ZodTypeAny, {
|
|
6186
|
-
type: "increment";
|
|
6187
6199
|
value: number;
|
|
6200
|
+
type: "increment";
|
|
6188
6201
|
key: string;
|
|
6189
6202
|
}, {
|
|
6190
|
-
type: "increment";
|
|
6191
6203
|
value: number;
|
|
6204
|
+
type: "increment";
|
|
6192
6205
|
key: string;
|
|
6193
6206
|
}>]>, "many">>;
|
|
6194
6207
|
}, "strip", z.ZodTypeAny, {
|
|
6195
6208
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6196
6209
|
operations?: ({
|
|
6197
|
-
type: "update";
|
|
6198
6210
|
value: Record<string, unknown>;
|
|
6211
|
+
type: "update";
|
|
6199
6212
|
} | {
|
|
6200
|
-
type: "set";
|
|
6201
6213
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6214
|
+
type: "set";
|
|
6202
6215
|
key: string;
|
|
6203
6216
|
} | {
|
|
6204
6217
|
type: "delete";
|
|
6205
6218
|
key: string;
|
|
6206
6219
|
} | {
|
|
6207
|
-
type: "append";
|
|
6208
6220
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6221
|
+
type: "append";
|
|
6209
6222
|
key: string;
|
|
6210
6223
|
} | {
|
|
6211
|
-
type: "remove";
|
|
6212
6224
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6225
|
+
type: "remove";
|
|
6213
6226
|
key: string;
|
|
6214
6227
|
} | {
|
|
6215
|
-
type: "increment";
|
|
6216
6228
|
value: number;
|
|
6229
|
+
type: "increment";
|
|
6217
6230
|
key: string;
|
|
6218
6231
|
})[] | undefined;
|
|
6219
6232
|
parentOperations?: ({
|
|
6220
|
-
type: "update";
|
|
6221
6233
|
value: Record<string, unknown>;
|
|
6234
|
+
type: "update";
|
|
6222
6235
|
} | {
|
|
6223
|
-
type: "set";
|
|
6224
6236
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6237
|
+
type: "set";
|
|
6225
6238
|
key: string;
|
|
6226
6239
|
} | {
|
|
6227
6240
|
type: "delete";
|
|
6228
6241
|
key: string;
|
|
6229
6242
|
} | {
|
|
6230
|
-
type: "append";
|
|
6231
6243
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6244
|
+
type: "append";
|
|
6232
6245
|
key: string;
|
|
6233
6246
|
} | {
|
|
6234
|
-
type: "remove";
|
|
6235
6247
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6248
|
+
type: "remove";
|
|
6236
6249
|
key: string;
|
|
6237
6250
|
} | {
|
|
6238
|
-
type: "increment";
|
|
6239
6251
|
value: number;
|
|
6252
|
+
type: "increment";
|
|
6240
6253
|
key: string;
|
|
6241
6254
|
})[] | undefined;
|
|
6242
6255
|
rootOperations?: ({
|
|
6243
|
-
type: "update";
|
|
6244
6256
|
value: Record<string, unknown>;
|
|
6257
|
+
type: "update";
|
|
6245
6258
|
} | {
|
|
6246
|
-
type: "set";
|
|
6247
6259
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6260
|
+
type: "set";
|
|
6248
6261
|
key: string;
|
|
6249
6262
|
} | {
|
|
6250
6263
|
type: "delete";
|
|
6251
6264
|
key: string;
|
|
6252
6265
|
} | {
|
|
6253
|
-
type: "append";
|
|
6254
6266
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6267
|
+
type: "append";
|
|
6255
6268
|
key: string;
|
|
6256
6269
|
} | {
|
|
6257
|
-
type: "remove";
|
|
6258
6270
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6271
|
+
type: "remove";
|
|
6259
6272
|
key: string;
|
|
6260
6273
|
} | {
|
|
6261
|
-
type: "increment";
|
|
6262
6274
|
value: number;
|
|
6275
|
+
type: "increment";
|
|
6263
6276
|
key: string;
|
|
6264
6277
|
})[] | undefined;
|
|
6265
6278
|
}, {
|
|
6266
6279
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6267
6280
|
operations?: ({
|
|
6268
|
-
type: "update";
|
|
6269
6281
|
value: Record<string, unknown>;
|
|
6282
|
+
type: "update";
|
|
6270
6283
|
} | {
|
|
6271
|
-
type: "set";
|
|
6272
6284
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6285
|
+
type: "set";
|
|
6273
6286
|
key: string;
|
|
6274
6287
|
} | {
|
|
6275
6288
|
type: "delete";
|
|
6276
6289
|
key: string;
|
|
6277
6290
|
} | {
|
|
6278
|
-
type: "append";
|
|
6279
6291
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6292
|
+
type: "append";
|
|
6280
6293
|
key: string;
|
|
6281
6294
|
} | {
|
|
6282
|
-
type: "remove";
|
|
6283
6295
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6296
|
+
type: "remove";
|
|
6284
6297
|
key: string;
|
|
6285
6298
|
} | {
|
|
6286
|
-
type: "increment";
|
|
6287
6299
|
value: number;
|
|
6300
|
+
type: "increment";
|
|
6288
6301
|
key: string;
|
|
6289
6302
|
})[] | undefined;
|
|
6290
6303
|
parentOperations?: ({
|
|
6291
|
-
type: "update";
|
|
6292
6304
|
value: Record<string, unknown>;
|
|
6305
|
+
type: "update";
|
|
6293
6306
|
} | {
|
|
6294
|
-
type: "set";
|
|
6295
6307
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6308
|
+
type: "set";
|
|
6296
6309
|
key: string;
|
|
6297
6310
|
} | {
|
|
6298
6311
|
type: "delete";
|
|
6299
6312
|
key: string;
|
|
6300
6313
|
} | {
|
|
6301
|
-
type: "append";
|
|
6302
6314
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6315
|
+
type: "append";
|
|
6303
6316
|
key: string;
|
|
6304
6317
|
} | {
|
|
6305
|
-
type: "remove";
|
|
6306
6318
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6319
|
+
type: "remove";
|
|
6307
6320
|
key: string;
|
|
6308
6321
|
} | {
|
|
6309
|
-
type: "increment";
|
|
6310
6322
|
value: number;
|
|
6323
|
+
type: "increment";
|
|
6311
6324
|
key: string;
|
|
6312
6325
|
})[] | undefined;
|
|
6313
6326
|
rootOperations?: ({
|
|
6314
|
-
type: "update";
|
|
6315
6327
|
value: Record<string, unknown>;
|
|
6328
|
+
type: "update";
|
|
6316
6329
|
} | {
|
|
6317
|
-
type: "set";
|
|
6318
6330
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6331
|
+
type: "set";
|
|
6319
6332
|
key: string;
|
|
6320
6333
|
} | {
|
|
6321
6334
|
type: "delete";
|
|
6322
6335
|
key: string;
|
|
6323
6336
|
} | {
|
|
6324
|
-
type: "append";
|
|
6325
6337
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6338
|
+
type: "append";
|
|
6326
6339
|
key: string;
|
|
6327
6340
|
} | {
|
|
6328
|
-
type: "remove";
|
|
6329
6341
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6342
|
+
type: "remove";
|
|
6330
6343
|
key: string;
|
|
6331
6344
|
} | {
|
|
6332
|
-
type: "increment";
|
|
6333
6345
|
value: number;
|
|
6346
|
+
type: "increment";
|
|
6334
6347
|
key: string;
|
|
6335
6348
|
})[] | undefined;
|
|
6336
6349
|
}>>;
|
|
@@ -6367,72 +6380,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6367
6380
|
metadata?: {
|
|
6368
6381
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6369
6382
|
operations?: ({
|
|
6370
|
-
type: "update";
|
|
6371
6383
|
value: Record<string, unknown>;
|
|
6384
|
+
type: "update";
|
|
6372
6385
|
} | {
|
|
6373
|
-
type: "set";
|
|
6374
6386
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6387
|
+
type: "set";
|
|
6375
6388
|
key: string;
|
|
6376
6389
|
} | {
|
|
6377
6390
|
type: "delete";
|
|
6378
6391
|
key: string;
|
|
6379
6392
|
} | {
|
|
6380
|
-
type: "append";
|
|
6381
6393
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6394
|
+
type: "append";
|
|
6382
6395
|
key: string;
|
|
6383
6396
|
} | {
|
|
6384
|
-
type: "remove";
|
|
6385
6397
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6398
|
+
type: "remove";
|
|
6386
6399
|
key: string;
|
|
6387
6400
|
} | {
|
|
6388
|
-
type: "increment";
|
|
6389
6401
|
value: number;
|
|
6402
|
+
type: "increment";
|
|
6390
6403
|
key: string;
|
|
6391
6404
|
})[] | undefined;
|
|
6392
6405
|
parentOperations?: ({
|
|
6393
|
-
type: "update";
|
|
6394
6406
|
value: Record<string, unknown>;
|
|
6407
|
+
type: "update";
|
|
6395
6408
|
} | {
|
|
6396
|
-
type: "set";
|
|
6397
6409
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6410
|
+
type: "set";
|
|
6398
6411
|
key: string;
|
|
6399
6412
|
} | {
|
|
6400
6413
|
type: "delete";
|
|
6401
6414
|
key: string;
|
|
6402
6415
|
} | {
|
|
6403
|
-
type: "append";
|
|
6404
6416
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6417
|
+
type: "append";
|
|
6405
6418
|
key: string;
|
|
6406
6419
|
} | {
|
|
6407
|
-
type: "remove";
|
|
6408
6420
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6421
|
+
type: "remove";
|
|
6409
6422
|
key: string;
|
|
6410
6423
|
} | {
|
|
6411
|
-
type: "increment";
|
|
6412
6424
|
value: number;
|
|
6425
|
+
type: "increment";
|
|
6413
6426
|
key: string;
|
|
6414
6427
|
})[] | undefined;
|
|
6415
6428
|
rootOperations?: ({
|
|
6416
|
-
type: "update";
|
|
6417
6429
|
value: Record<string, unknown>;
|
|
6430
|
+
type: "update";
|
|
6418
6431
|
} | {
|
|
6419
|
-
type: "set";
|
|
6420
6432
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6433
|
+
type: "set";
|
|
6421
6434
|
key: string;
|
|
6422
6435
|
} | {
|
|
6423
6436
|
type: "delete";
|
|
6424
6437
|
key: string;
|
|
6425
6438
|
} | {
|
|
6426
|
-
type: "append";
|
|
6427
6439
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6440
|
+
type: "append";
|
|
6428
6441
|
key: string;
|
|
6429
6442
|
} | {
|
|
6430
|
-
type: "remove";
|
|
6431
6443
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6444
|
+
type: "remove";
|
|
6432
6445
|
key: string;
|
|
6433
6446
|
} | {
|
|
6434
|
-
type: "increment";
|
|
6435
6447
|
value: number;
|
|
6448
|
+
type: "increment";
|
|
6436
6449
|
key: string;
|
|
6437
6450
|
})[] | undefined;
|
|
6438
6451
|
} | undefined;
|
|
@@ -6473,72 +6486,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6473
6486
|
metadata?: {
|
|
6474
6487
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6475
6488
|
operations?: ({
|
|
6476
|
-
type: "update";
|
|
6477
6489
|
value: Record<string, unknown>;
|
|
6490
|
+
type: "update";
|
|
6478
6491
|
} | {
|
|
6479
|
-
type: "set";
|
|
6480
6492
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6493
|
+
type: "set";
|
|
6481
6494
|
key: string;
|
|
6482
6495
|
} | {
|
|
6483
6496
|
type: "delete";
|
|
6484
6497
|
key: string;
|
|
6485
6498
|
} | {
|
|
6486
|
-
type: "append";
|
|
6487
6499
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6500
|
+
type: "append";
|
|
6488
6501
|
key: string;
|
|
6489
6502
|
} | {
|
|
6490
|
-
type: "remove";
|
|
6491
6503
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6504
|
+
type: "remove";
|
|
6492
6505
|
key: string;
|
|
6493
6506
|
} | {
|
|
6494
|
-
type: "increment";
|
|
6495
6507
|
value: number;
|
|
6508
|
+
type: "increment";
|
|
6496
6509
|
key: string;
|
|
6497
6510
|
})[] | undefined;
|
|
6498
6511
|
parentOperations?: ({
|
|
6499
|
-
type: "update";
|
|
6500
6512
|
value: Record<string, unknown>;
|
|
6513
|
+
type: "update";
|
|
6501
6514
|
} | {
|
|
6502
|
-
type: "set";
|
|
6503
6515
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6516
|
+
type: "set";
|
|
6504
6517
|
key: string;
|
|
6505
6518
|
} | {
|
|
6506
6519
|
type: "delete";
|
|
6507
6520
|
key: string;
|
|
6508
6521
|
} | {
|
|
6509
|
-
type: "append";
|
|
6510
6522
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6523
|
+
type: "append";
|
|
6511
6524
|
key: string;
|
|
6512
6525
|
} | {
|
|
6513
|
-
type: "remove";
|
|
6514
6526
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6527
|
+
type: "remove";
|
|
6515
6528
|
key: string;
|
|
6516
6529
|
} | {
|
|
6517
|
-
type: "increment";
|
|
6518
6530
|
value: number;
|
|
6531
|
+
type: "increment";
|
|
6519
6532
|
key: string;
|
|
6520
6533
|
})[] | undefined;
|
|
6521
6534
|
rootOperations?: ({
|
|
6522
|
-
type: "update";
|
|
6523
6535
|
value: Record<string, unknown>;
|
|
6536
|
+
type: "update";
|
|
6524
6537
|
} | {
|
|
6525
|
-
type: "set";
|
|
6526
6538
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6539
|
+
type: "set";
|
|
6527
6540
|
key: string;
|
|
6528
6541
|
} | {
|
|
6529
6542
|
type: "delete";
|
|
6530
6543
|
key: string;
|
|
6531
6544
|
} | {
|
|
6532
|
-
type: "append";
|
|
6533
6545
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6546
|
+
type: "append";
|
|
6534
6547
|
key: string;
|
|
6535
6548
|
} | {
|
|
6536
|
-
type: "remove";
|
|
6537
6549
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6550
|
+
type: "remove";
|
|
6538
6551
|
key: string;
|
|
6539
6552
|
} | {
|
|
6540
|
-
type: "increment";
|
|
6541
6553
|
value: number;
|
|
6554
|
+
type: "increment";
|
|
6542
6555
|
key: string;
|
|
6543
6556
|
})[] | undefined;
|
|
6544
6557
|
} | undefined;
|
|
@@ -6582,72 +6595,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6582
6595
|
metadata?: {
|
|
6583
6596
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6584
6597
|
operations?: ({
|
|
6585
|
-
type: "update";
|
|
6586
6598
|
value: Record<string, unknown>;
|
|
6599
|
+
type: "update";
|
|
6587
6600
|
} | {
|
|
6588
|
-
type: "set";
|
|
6589
6601
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6602
|
+
type: "set";
|
|
6590
6603
|
key: string;
|
|
6591
6604
|
} | {
|
|
6592
6605
|
type: "delete";
|
|
6593
6606
|
key: string;
|
|
6594
6607
|
} | {
|
|
6595
|
-
type: "append";
|
|
6596
6608
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6609
|
+
type: "append";
|
|
6597
6610
|
key: string;
|
|
6598
6611
|
} | {
|
|
6599
|
-
type: "remove";
|
|
6600
6612
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6613
|
+
type: "remove";
|
|
6601
6614
|
key: string;
|
|
6602
6615
|
} | {
|
|
6603
|
-
type: "increment";
|
|
6604
6616
|
value: number;
|
|
6617
|
+
type: "increment";
|
|
6605
6618
|
key: string;
|
|
6606
6619
|
})[] | undefined;
|
|
6607
6620
|
parentOperations?: ({
|
|
6608
|
-
type: "update";
|
|
6609
6621
|
value: Record<string, unknown>;
|
|
6622
|
+
type: "update";
|
|
6610
6623
|
} | {
|
|
6611
|
-
type: "set";
|
|
6612
6624
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6625
|
+
type: "set";
|
|
6613
6626
|
key: string;
|
|
6614
6627
|
} | {
|
|
6615
6628
|
type: "delete";
|
|
6616
6629
|
key: string;
|
|
6617
6630
|
} | {
|
|
6618
|
-
type: "append";
|
|
6619
6631
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6632
|
+
type: "append";
|
|
6620
6633
|
key: string;
|
|
6621
6634
|
} | {
|
|
6622
|
-
type: "remove";
|
|
6623
6635
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6636
|
+
type: "remove";
|
|
6624
6637
|
key: string;
|
|
6625
6638
|
} | {
|
|
6626
|
-
type: "increment";
|
|
6627
6639
|
value: number;
|
|
6640
|
+
type: "increment";
|
|
6628
6641
|
key: string;
|
|
6629
6642
|
})[] | undefined;
|
|
6630
6643
|
rootOperations?: ({
|
|
6631
|
-
type: "update";
|
|
6632
6644
|
value: Record<string, unknown>;
|
|
6645
|
+
type: "update";
|
|
6633
6646
|
} | {
|
|
6634
|
-
type: "set";
|
|
6635
6647
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6648
|
+
type: "set";
|
|
6636
6649
|
key: string;
|
|
6637
6650
|
} | {
|
|
6638
6651
|
type: "delete";
|
|
6639
6652
|
key: string;
|
|
6640
6653
|
} | {
|
|
6641
|
-
type: "append";
|
|
6642
6654
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6655
|
+
type: "append";
|
|
6643
6656
|
key: string;
|
|
6644
6657
|
} | {
|
|
6645
|
-
type: "remove";
|
|
6646
6658
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6659
|
+
type: "remove";
|
|
6647
6660
|
key: string;
|
|
6648
6661
|
} | {
|
|
6649
|
-
type: "increment";
|
|
6650
6662
|
value: number;
|
|
6663
|
+
type: "increment";
|
|
6651
6664
|
key: string;
|
|
6652
6665
|
})[] | undefined;
|
|
6653
6666
|
} | undefined;
|
|
@@ -6672,72 +6685,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6672
6685
|
metadata?: {
|
|
6673
6686
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6674
6687
|
operations?: ({
|
|
6675
|
-
type: "update";
|
|
6676
6688
|
value: Record<string, unknown>;
|
|
6689
|
+
type: "update";
|
|
6677
6690
|
} | {
|
|
6678
|
-
type: "set";
|
|
6679
6691
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6692
|
+
type: "set";
|
|
6680
6693
|
key: string;
|
|
6681
6694
|
} | {
|
|
6682
6695
|
type: "delete";
|
|
6683
6696
|
key: string;
|
|
6684
6697
|
} | {
|
|
6685
|
-
type: "append";
|
|
6686
6698
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6699
|
+
type: "append";
|
|
6687
6700
|
key: string;
|
|
6688
6701
|
} | {
|
|
6689
|
-
type: "remove";
|
|
6690
6702
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6703
|
+
type: "remove";
|
|
6691
6704
|
key: string;
|
|
6692
6705
|
} | {
|
|
6693
|
-
type: "increment";
|
|
6694
6706
|
value: number;
|
|
6707
|
+
type: "increment";
|
|
6695
6708
|
key: string;
|
|
6696
6709
|
})[] | undefined;
|
|
6697
6710
|
parentOperations?: ({
|
|
6698
|
-
type: "update";
|
|
6699
6711
|
value: Record<string, unknown>;
|
|
6712
|
+
type: "update";
|
|
6700
6713
|
} | {
|
|
6701
|
-
type: "set";
|
|
6702
6714
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6715
|
+
type: "set";
|
|
6703
6716
|
key: string;
|
|
6704
6717
|
} | {
|
|
6705
6718
|
type: "delete";
|
|
6706
6719
|
key: string;
|
|
6707
6720
|
} | {
|
|
6708
|
-
type: "append";
|
|
6709
6721
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6722
|
+
type: "append";
|
|
6710
6723
|
key: string;
|
|
6711
6724
|
} | {
|
|
6712
|
-
type: "remove";
|
|
6713
6725
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6726
|
+
type: "remove";
|
|
6714
6727
|
key: string;
|
|
6715
6728
|
} | {
|
|
6716
|
-
type: "increment";
|
|
6717
6729
|
value: number;
|
|
6730
|
+
type: "increment";
|
|
6718
6731
|
key: string;
|
|
6719
6732
|
})[] | undefined;
|
|
6720
6733
|
rootOperations?: ({
|
|
6721
|
-
type: "update";
|
|
6722
6734
|
value: Record<string, unknown>;
|
|
6735
|
+
type: "update";
|
|
6723
6736
|
} | {
|
|
6724
|
-
type: "set";
|
|
6725
6737
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6738
|
+
type: "set";
|
|
6726
6739
|
key: string;
|
|
6727
6740
|
} | {
|
|
6728
6741
|
type: "delete";
|
|
6729
6742
|
key: string;
|
|
6730
6743
|
} | {
|
|
6731
|
-
type: "append";
|
|
6732
6744
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6745
|
+
type: "append";
|
|
6733
6746
|
key: string;
|
|
6734
6747
|
} | {
|
|
6735
|
-
type: "remove";
|
|
6736
6748
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6749
|
+
type: "remove";
|
|
6737
6750
|
key: string;
|
|
6738
6751
|
} | {
|
|
6739
|
-
type: "increment";
|
|
6740
6752
|
value: number;
|
|
6753
|
+
type: "increment";
|
|
6741
6754
|
key: string;
|
|
6742
6755
|
})[] | undefined;
|
|
6743
6756
|
} | undefined;
|
|
@@ -6776,72 +6789,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6776
6789
|
metadata?: {
|
|
6777
6790
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6778
6791
|
operations?: ({
|
|
6779
|
-
type: "update";
|
|
6780
6792
|
value: Record<string, unknown>;
|
|
6793
|
+
type: "update";
|
|
6781
6794
|
} | {
|
|
6782
|
-
type: "set";
|
|
6783
6795
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6796
|
+
type: "set";
|
|
6784
6797
|
key: string;
|
|
6785
6798
|
} | {
|
|
6786
6799
|
type: "delete";
|
|
6787
6800
|
key: string;
|
|
6788
6801
|
} | {
|
|
6789
|
-
type: "append";
|
|
6790
6802
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6803
|
+
type: "append";
|
|
6791
6804
|
key: string;
|
|
6792
6805
|
} | {
|
|
6793
|
-
type: "remove";
|
|
6794
6806
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6807
|
+
type: "remove";
|
|
6795
6808
|
key: string;
|
|
6796
6809
|
} | {
|
|
6797
|
-
type: "increment";
|
|
6798
6810
|
value: number;
|
|
6811
|
+
type: "increment";
|
|
6799
6812
|
key: string;
|
|
6800
6813
|
})[] | undefined;
|
|
6801
6814
|
parentOperations?: ({
|
|
6802
|
-
type: "update";
|
|
6803
6815
|
value: Record<string, unknown>;
|
|
6816
|
+
type: "update";
|
|
6804
6817
|
} | {
|
|
6805
|
-
type: "set";
|
|
6806
6818
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6819
|
+
type: "set";
|
|
6807
6820
|
key: string;
|
|
6808
6821
|
} | {
|
|
6809
6822
|
type: "delete";
|
|
6810
6823
|
key: string;
|
|
6811
6824
|
} | {
|
|
6812
|
-
type: "append";
|
|
6813
6825
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6826
|
+
type: "append";
|
|
6814
6827
|
key: string;
|
|
6815
6828
|
} | {
|
|
6816
|
-
type: "remove";
|
|
6817
6829
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6830
|
+
type: "remove";
|
|
6818
6831
|
key: string;
|
|
6819
6832
|
} | {
|
|
6820
|
-
type: "increment";
|
|
6821
6833
|
value: number;
|
|
6834
|
+
type: "increment";
|
|
6822
6835
|
key: string;
|
|
6823
6836
|
})[] | undefined;
|
|
6824
6837
|
rootOperations?: ({
|
|
6825
|
-
type: "update";
|
|
6826
6838
|
value: Record<string, unknown>;
|
|
6839
|
+
type: "update";
|
|
6827
6840
|
} | {
|
|
6828
|
-
type: "set";
|
|
6829
6841
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6842
|
+
type: "set";
|
|
6830
6843
|
key: string;
|
|
6831
6844
|
} | {
|
|
6832
6845
|
type: "delete";
|
|
6833
6846
|
key: string;
|
|
6834
6847
|
} | {
|
|
6835
|
-
type: "append";
|
|
6836
6848
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6849
|
+
type: "append";
|
|
6837
6850
|
key: string;
|
|
6838
6851
|
} | {
|
|
6839
|
-
type: "remove";
|
|
6840
6852
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6853
|
+
type: "remove";
|
|
6841
6854
|
key: string;
|
|
6842
6855
|
} | {
|
|
6843
|
-
type: "increment";
|
|
6844
6856
|
value: number;
|
|
6857
|
+
type: "increment";
|
|
6845
6858
|
key: string;
|
|
6846
6859
|
})[] | undefined;
|
|
6847
6860
|
} | undefined;
|
|
@@ -6866,72 +6879,72 @@ export declare const BatchTaskRunExecutionResult: z.ZodObject<{
|
|
|
6866
6879
|
metadata?: {
|
|
6867
6880
|
metadata?: Record<string, import("../../schemas/json.js").DeserializedJson> | undefined;
|
|
6868
6881
|
operations?: ({
|
|
6869
|
-
type: "update";
|
|
6870
6882
|
value: Record<string, unknown>;
|
|
6883
|
+
type: "update";
|
|
6871
6884
|
} | {
|
|
6872
|
-
type: "set";
|
|
6873
6885
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6886
|
+
type: "set";
|
|
6874
6887
|
key: string;
|
|
6875
6888
|
} | {
|
|
6876
6889
|
type: "delete";
|
|
6877
6890
|
key: string;
|
|
6878
6891
|
} | {
|
|
6879
|
-
type: "append";
|
|
6880
6892
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6893
|
+
type: "append";
|
|
6881
6894
|
key: string;
|
|
6882
6895
|
} | {
|
|
6883
|
-
type: "remove";
|
|
6884
6896
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6897
|
+
type: "remove";
|
|
6885
6898
|
key: string;
|
|
6886
6899
|
} | {
|
|
6887
|
-
type: "increment";
|
|
6888
6900
|
value: number;
|
|
6901
|
+
type: "increment";
|
|
6889
6902
|
key: string;
|
|
6890
6903
|
})[] | undefined;
|
|
6891
6904
|
parentOperations?: ({
|
|
6892
|
-
type: "update";
|
|
6893
6905
|
value: Record<string, unknown>;
|
|
6906
|
+
type: "update";
|
|
6894
6907
|
} | {
|
|
6895
|
-
type: "set";
|
|
6896
6908
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6909
|
+
type: "set";
|
|
6897
6910
|
key: string;
|
|
6898
6911
|
} | {
|
|
6899
6912
|
type: "delete";
|
|
6900
6913
|
key: string;
|
|
6901
6914
|
} | {
|
|
6902
|
-
type: "append";
|
|
6903
6915
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6916
|
+
type: "append";
|
|
6904
6917
|
key: string;
|
|
6905
6918
|
} | {
|
|
6906
|
-
type: "remove";
|
|
6907
6919
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6920
|
+
type: "remove";
|
|
6908
6921
|
key: string;
|
|
6909
6922
|
} | {
|
|
6910
|
-
type: "increment";
|
|
6911
6923
|
value: number;
|
|
6924
|
+
type: "increment";
|
|
6912
6925
|
key: string;
|
|
6913
6926
|
})[] | undefined;
|
|
6914
6927
|
rootOperations?: ({
|
|
6915
|
-
type: "update";
|
|
6916
6928
|
value: Record<string, unknown>;
|
|
6929
|
+
type: "update";
|
|
6917
6930
|
} | {
|
|
6918
|
-
type: "set";
|
|
6919
6931
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6932
|
+
type: "set";
|
|
6920
6933
|
key: string;
|
|
6921
6934
|
} | {
|
|
6922
6935
|
type: "delete";
|
|
6923
6936
|
key: string;
|
|
6924
6937
|
} | {
|
|
6925
|
-
type: "append";
|
|
6926
6938
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6939
|
+
type: "append";
|
|
6927
6940
|
key: string;
|
|
6928
6941
|
} | {
|
|
6929
|
-
type: "remove";
|
|
6930
6942
|
value: import("../../schemas/json.js").DeserializedJson;
|
|
6943
|
+
type: "remove";
|
|
6931
6944
|
key: string;
|
|
6932
6945
|
} | {
|
|
6933
|
-
type: "increment";
|
|
6934
6946
|
value: number;
|
|
6947
|
+
type: "increment";
|
|
6935
6948
|
key: string;
|
|
6936
6949
|
})[] | undefined;
|
|
6937
6950
|
} | undefined;
|