@ampsec/platform-client 80.0.0 → 80.1.0
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.
|
@@ -18,16 +18,16 @@ export declare const _CustomRestActionMetaDto: z.ZodObject<{
|
|
|
18
18
|
method: z.ZodString;
|
|
19
19
|
payload: z.ZodOptional<z.ZodObject<{
|
|
20
20
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
21
|
-
format: z.ZodLiteral<"JSON">;
|
|
21
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
22
22
|
value: z.ZodString;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
value: string;
|
|
25
25
|
kind: "TEMPLATE";
|
|
26
|
-
format: "JSON";
|
|
26
|
+
format: "JSON" | "XML";
|
|
27
27
|
}, {
|
|
28
28
|
value: string;
|
|
29
29
|
kind: "TEMPLATE";
|
|
30
|
-
format: "JSON";
|
|
30
|
+
format: "JSON" | "XML";
|
|
31
31
|
}>>;
|
|
32
32
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
33
33
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -38,7 +38,7 @@ export declare const _CustomRestActionMetaDto: z.ZodObject<{
|
|
|
38
38
|
payload?: {
|
|
39
39
|
value: string;
|
|
40
40
|
kind: "TEMPLATE";
|
|
41
|
-
format: "JSON";
|
|
41
|
+
format: "JSON" | "XML";
|
|
42
42
|
} | undefined;
|
|
43
43
|
headers?: Record<string, string> | undefined;
|
|
44
44
|
}, {
|
|
@@ -48,7 +48,7 @@ export declare const _CustomRestActionMetaDto: z.ZodObject<{
|
|
|
48
48
|
payload?: {
|
|
49
49
|
value: string;
|
|
50
50
|
kind: "TEMPLATE";
|
|
51
|
-
format: "JSON";
|
|
51
|
+
format: "JSON" | "XML";
|
|
52
52
|
} | undefined;
|
|
53
53
|
headers?: Record<string, string> | undefined;
|
|
54
54
|
}>;
|
|
@@ -61,7 +61,7 @@ export declare const _CustomRestActionMetaDto: z.ZodObject<{
|
|
|
61
61
|
payload?: {
|
|
62
62
|
value: string;
|
|
63
63
|
kind: "TEMPLATE";
|
|
64
|
-
format: "JSON";
|
|
64
|
+
format: "JSON" | "XML";
|
|
65
65
|
} | undefined;
|
|
66
66
|
headers?: Record<string, string> | undefined;
|
|
67
67
|
};
|
|
@@ -74,7 +74,7 @@ export declare const _CustomRestActionMetaDto: z.ZodObject<{
|
|
|
74
74
|
payload?: {
|
|
75
75
|
value: string;
|
|
76
76
|
kind: "TEMPLATE";
|
|
77
|
-
format: "JSON";
|
|
77
|
+
format: "JSON" | "XML";
|
|
78
78
|
} | undefined;
|
|
79
79
|
headers?: Record<string, string> | undefined;
|
|
80
80
|
};
|
|
@@ -110,16 +110,16 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
110
110
|
method: z.ZodString;
|
|
111
111
|
payload: z.ZodOptional<z.ZodObject<{
|
|
112
112
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
113
|
-
format: z.ZodLiteral<"JSON">;
|
|
113
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
114
114
|
value: z.ZodString;
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
116
|
value: string;
|
|
117
117
|
kind: "TEMPLATE";
|
|
118
|
-
format: "JSON";
|
|
118
|
+
format: "JSON" | "XML";
|
|
119
119
|
}, {
|
|
120
120
|
value: string;
|
|
121
121
|
kind: "TEMPLATE";
|
|
122
|
-
format: "JSON";
|
|
122
|
+
format: "JSON" | "XML";
|
|
123
123
|
}>>;
|
|
124
124
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
125
125
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -130,7 +130,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
130
130
|
payload?: {
|
|
131
131
|
value: string;
|
|
132
132
|
kind: "TEMPLATE";
|
|
133
|
-
format: "JSON";
|
|
133
|
+
format: "JSON" | "XML";
|
|
134
134
|
} | undefined;
|
|
135
135
|
headers?: Record<string, string> | undefined;
|
|
136
136
|
}, {
|
|
@@ -140,7 +140,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
140
140
|
payload?: {
|
|
141
141
|
value: string;
|
|
142
142
|
kind: "TEMPLATE";
|
|
143
|
-
format: "JSON";
|
|
143
|
+
format: "JSON" | "XML";
|
|
144
144
|
} | undefined;
|
|
145
145
|
headers?: Record<string, string> | undefined;
|
|
146
146
|
}>;
|
|
@@ -153,7 +153,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
153
153
|
payload?: {
|
|
154
154
|
value: string;
|
|
155
155
|
kind: "TEMPLATE";
|
|
156
|
-
format: "JSON";
|
|
156
|
+
format: "JSON" | "XML";
|
|
157
157
|
} | undefined;
|
|
158
158
|
headers?: Record<string, string> | undefined;
|
|
159
159
|
};
|
|
@@ -166,7 +166,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
166
166
|
payload?: {
|
|
167
167
|
value: string;
|
|
168
168
|
kind: "TEMPLATE";
|
|
169
|
-
format: "JSON";
|
|
169
|
+
format: "JSON" | "XML";
|
|
170
170
|
} | undefined;
|
|
171
171
|
headers?: Record<string, string> | undefined;
|
|
172
172
|
};
|
|
@@ -187,7 +187,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
187
187
|
payload?: {
|
|
188
188
|
value: string;
|
|
189
189
|
kind: "TEMPLATE";
|
|
190
|
-
format: "JSON";
|
|
190
|
+
format: "JSON" | "XML";
|
|
191
191
|
} | undefined;
|
|
192
192
|
headers?: Record<string, string> | undefined;
|
|
193
193
|
};
|
|
@@ -215,7 +215,7 @@ declare const _CustomRestActionDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
215
215
|
payload?: {
|
|
216
216
|
value: string;
|
|
217
217
|
kind: "TEMPLATE";
|
|
218
|
-
format: "JSON";
|
|
218
|
+
format: "JSON" | "XML";
|
|
219
219
|
} | undefined;
|
|
220
220
|
headers?: Record<string, string> | undefined;
|
|
221
221
|
};
|
|
@@ -260,16 +260,16 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
260
260
|
method: z.ZodString;
|
|
261
261
|
payload: z.ZodOptional<z.ZodObject<{
|
|
262
262
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
263
|
-
format: z.ZodLiteral<"JSON">;
|
|
263
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
264
264
|
value: z.ZodString;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
value: string;
|
|
267
267
|
kind: "TEMPLATE";
|
|
268
|
-
format: "JSON";
|
|
268
|
+
format: "JSON" | "XML";
|
|
269
269
|
}, {
|
|
270
270
|
value: string;
|
|
271
271
|
kind: "TEMPLATE";
|
|
272
|
-
format: "JSON";
|
|
272
|
+
format: "JSON" | "XML";
|
|
273
273
|
}>>;
|
|
274
274
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
275
275
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -280,7 +280,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
280
280
|
payload?: {
|
|
281
281
|
value: string;
|
|
282
282
|
kind: "TEMPLATE";
|
|
283
|
-
format: "JSON";
|
|
283
|
+
format: "JSON" | "XML";
|
|
284
284
|
} | undefined;
|
|
285
285
|
headers?: Record<string, string> | undefined;
|
|
286
286
|
}, {
|
|
@@ -290,7 +290,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
290
290
|
payload?: {
|
|
291
291
|
value: string;
|
|
292
292
|
kind: "TEMPLATE";
|
|
293
|
-
format: "JSON";
|
|
293
|
+
format: "JSON" | "XML";
|
|
294
294
|
} | undefined;
|
|
295
295
|
headers?: Record<string, string> | undefined;
|
|
296
296
|
}>;
|
|
@@ -303,7 +303,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
303
303
|
payload?: {
|
|
304
304
|
value: string;
|
|
305
305
|
kind: "TEMPLATE";
|
|
306
|
-
format: "JSON";
|
|
306
|
+
format: "JSON" | "XML";
|
|
307
307
|
} | undefined;
|
|
308
308
|
headers?: Record<string, string> | undefined;
|
|
309
309
|
};
|
|
@@ -316,7 +316,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
316
316
|
payload?: {
|
|
317
317
|
value: string;
|
|
318
318
|
kind: "TEMPLATE";
|
|
319
|
-
format: "JSON";
|
|
319
|
+
format: "JSON" | "XML";
|
|
320
320
|
} | undefined;
|
|
321
321
|
headers?: Record<string, string> | undefined;
|
|
322
322
|
};
|
|
@@ -337,7 +337,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
337
337
|
payload?: {
|
|
338
338
|
value: string;
|
|
339
339
|
kind: "TEMPLATE";
|
|
340
|
-
format: "JSON";
|
|
340
|
+
format: "JSON" | "XML";
|
|
341
341
|
} | undefined;
|
|
342
342
|
headers?: Record<string, string> | undefined;
|
|
343
343
|
};
|
|
@@ -365,7 +365,7 @@ export declare const _CustomActionDto: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
365
365
|
payload?: {
|
|
366
366
|
value: string;
|
|
367
367
|
kind: "TEMPLATE";
|
|
368
|
-
format: "JSON";
|
|
368
|
+
format: "JSON" | "XML";
|
|
369
369
|
} | undefined;
|
|
370
370
|
headers?: Record<string, string> | undefined;
|
|
371
371
|
};
|
|
@@ -394,16 +394,16 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
394
394
|
method: z.ZodString;
|
|
395
395
|
payload: z.ZodOptional<z.ZodObject<{
|
|
396
396
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
397
|
-
format: z.ZodLiteral<"JSON">;
|
|
397
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
398
398
|
value: z.ZodString;
|
|
399
399
|
}, "strip", z.ZodTypeAny, {
|
|
400
400
|
value: string;
|
|
401
401
|
kind: "TEMPLATE";
|
|
402
|
-
format: "JSON";
|
|
402
|
+
format: "JSON" | "XML";
|
|
403
403
|
}, {
|
|
404
404
|
value: string;
|
|
405
405
|
kind: "TEMPLATE";
|
|
406
|
-
format: "JSON";
|
|
406
|
+
format: "JSON" | "XML";
|
|
407
407
|
}>>;
|
|
408
408
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
409
409
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -414,7 +414,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
414
414
|
payload?: {
|
|
415
415
|
value: string;
|
|
416
416
|
kind: "TEMPLATE";
|
|
417
|
-
format: "JSON";
|
|
417
|
+
format: "JSON" | "XML";
|
|
418
418
|
} | undefined;
|
|
419
419
|
headers?: Record<string, string> | undefined;
|
|
420
420
|
}, {
|
|
@@ -424,7 +424,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
424
424
|
payload?: {
|
|
425
425
|
value: string;
|
|
426
426
|
kind: "TEMPLATE";
|
|
427
|
-
format: "JSON";
|
|
427
|
+
format: "JSON" | "XML";
|
|
428
428
|
} | undefined;
|
|
429
429
|
headers?: Record<string, string> | undefined;
|
|
430
430
|
}>;
|
|
@@ -437,7 +437,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
437
437
|
payload?: {
|
|
438
438
|
value: string;
|
|
439
439
|
kind: "TEMPLATE";
|
|
440
|
-
format: "JSON";
|
|
440
|
+
format: "JSON" | "XML";
|
|
441
441
|
} | undefined;
|
|
442
442
|
headers?: Record<string, string> | undefined;
|
|
443
443
|
};
|
|
@@ -450,7 +450,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
450
450
|
payload?: {
|
|
451
451
|
value: string;
|
|
452
452
|
kind: "TEMPLATE";
|
|
453
|
-
format: "JSON";
|
|
453
|
+
format: "JSON" | "XML";
|
|
454
454
|
} | undefined;
|
|
455
455
|
headers?: Record<string, string> | undefined;
|
|
456
456
|
};
|
|
@@ -481,7 +481,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
481
481
|
payload?: {
|
|
482
482
|
value: string;
|
|
483
483
|
kind: "TEMPLATE";
|
|
484
|
-
format: "JSON";
|
|
484
|
+
format: "JSON" | "XML";
|
|
485
485
|
} | undefined;
|
|
486
486
|
headers?: Record<string, string> | undefined;
|
|
487
487
|
};
|
|
@@ -509,7 +509,7 @@ export declare const _CustomActionUpsertDto: z.ZodObject<{
|
|
|
509
509
|
payload?: {
|
|
510
510
|
value: string;
|
|
511
511
|
kind: "TEMPLATE";
|
|
512
|
-
format: "JSON";
|
|
512
|
+
format: "JSON" | "XML";
|
|
513
513
|
} | undefined;
|
|
514
514
|
headers?: Record<string, string> | undefined;
|
|
515
515
|
};
|
|
@@ -21,7 +21,7 @@ exports._CustomRestActionMetaDto = zod_1.z.object({
|
|
|
21
21
|
payload: zod_1.z
|
|
22
22
|
.object({
|
|
23
23
|
kind: zod_1.z.literal('TEMPLATE'),
|
|
24
|
-
format: zod_1.z.literal('JSON'),
|
|
24
|
+
format: zod_1.z.union([zod_1.z.literal('JSON'), zod_1.z.literal('XML')]),
|
|
25
25
|
value: zod_1.z.string(),
|
|
26
26
|
})
|
|
27
27
|
.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customActions.dto.js","sourceRoot":"","sources":["../../../src/dto/customActions.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,yCAAqD;AAExC,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,mBAAQ,CAAC,MAAM,CAAC;IACxC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,aAAa,EAAE,kCAA0B,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;QACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;QAClB,OAAO,EAAE,OAAC;aACP,MAAM,CAAC;YACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;YAC3B,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"customActions.dto.js","sourceRoot":"","sources":["../../../src/dto/customActions.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,yCAAqD;AAExC,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACnC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,mBAAQ,CAAC,MAAM,CAAC;IACxC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,aAAa,EAAE,kCAA0B,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QAChB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;QACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;QAClB,OAAO,EAAE,OAAC;aACP,MAAM,CAAC;YACN,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,UAAU,CAAC;YAC3B,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,OAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;YACtD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;SAClB,CAAC;aACD,QAAQ,EAAE;QACb,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACxC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;KACxC,CAAC;IACF,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AACH,MAAM,oBAAoB,GAAG,iBAAiB,CAAC,MAAM,CAAC;IACpD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IAC9B,IAAI,EAAE,gCAAwB;CAC/B,CAAC,CAAC;AAGH,MAAM,0BAA0B,GAAG,oBAAoB,CAAC,OAAO,CAAC,0BAAe,CAAC,CAAC;AAEpE,QAAA,gBAAgB,GAAG,oBAAoB,CAAC;AAGxC,QAAA,sBAAsB,GAAG,0BAA0B,CAAC;AAGpD,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,cAAc,EAAE,OAAC,CAAC,MAAM,CAAC;QACvB,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACxC,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC5C,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;QACtB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;KACzB,CAAC;CACH,CAAC,CAAC;AAGH,yCAAyC"}
|
|
@@ -29,16 +29,16 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
29
29
|
method: z.ZodString;
|
|
30
30
|
payload: z.ZodOptional<z.ZodObject<{
|
|
31
31
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
32
|
-
format: z.ZodLiteral<"JSON">;
|
|
32
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
33
33
|
value: z.ZodString;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
35
|
value: string;
|
|
36
36
|
kind: "TEMPLATE";
|
|
37
|
-
format: "JSON";
|
|
37
|
+
format: "JSON" | "XML";
|
|
38
38
|
}, {
|
|
39
39
|
value: string;
|
|
40
40
|
kind: "TEMPLATE";
|
|
41
|
-
format: "JSON";
|
|
41
|
+
format: "JSON" | "XML";
|
|
42
42
|
}>>;
|
|
43
43
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
44
44
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -49,7 +49,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
49
49
|
payload?: {
|
|
50
50
|
value: string;
|
|
51
51
|
kind: "TEMPLATE";
|
|
52
|
-
format: "JSON";
|
|
52
|
+
format: "JSON" | "XML";
|
|
53
53
|
} | undefined;
|
|
54
54
|
headers?: Record<string, string> | undefined;
|
|
55
55
|
}, {
|
|
@@ -59,7 +59,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
59
59
|
payload?: {
|
|
60
60
|
value: string;
|
|
61
61
|
kind: "TEMPLATE";
|
|
62
|
-
format: "JSON";
|
|
62
|
+
format: "JSON" | "XML";
|
|
63
63
|
} | undefined;
|
|
64
64
|
headers?: Record<string, string> | undefined;
|
|
65
65
|
}>;
|
|
@@ -72,7 +72,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
72
72
|
payload?: {
|
|
73
73
|
value: string;
|
|
74
74
|
kind: "TEMPLATE";
|
|
75
|
-
format: "JSON";
|
|
75
|
+
format: "JSON" | "XML";
|
|
76
76
|
} | undefined;
|
|
77
77
|
headers?: Record<string, string> | undefined;
|
|
78
78
|
};
|
|
@@ -85,7 +85,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
85
85
|
payload?: {
|
|
86
86
|
value: string;
|
|
87
87
|
kind: "TEMPLATE";
|
|
88
|
-
format: "JSON";
|
|
88
|
+
format: "JSON" | "XML";
|
|
89
89
|
} | undefined;
|
|
90
90
|
headers?: Record<string, string> | undefined;
|
|
91
91
|
};
|
|
@@ -109,7 +109,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
109
109
|
payload?: {
|
|
110
110
|
value: string;
|
|
111
111
|
kind: "TEMPLATE";
|
|
112
|
-
format: "JSON";
|
|
112
|
+
format: "JSON" | "XML";
|
|
113
113
|
} | undefined;
|
|
114
114
|
headers?: Record<string, string> | undefined;
|
|
115
115
|
};
|
|
@@ -138,7 +138,7 @@ export declare const _PlatformCustomActionDto: z.ZodObject<z.objectUtil.extendSh
|
|
|
138
138
|
payload?: {
|
|
139
139
|
value: string;
|
|
140
140
|
kind: "TEMPLATE";
|
|
141
|
-
format: "JSON";
|
|
141
|
+
format: "JSON" | "XML";
|
|
142
142
|
} | undefined;
|
|
143
143
|
headers?: Record<string, string> | undefined;
|
|
144
144
|
};
|
|
@@ -167,16 +167,16 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
167
167
|
method: z.ZodString;
|
|
168
168
|
payload: z.ZodOptional<z.ZodObject<{
|
|
169
169
|
kind: z.ZodLiteral<"TEMPLATE">;
|
|
170
|
-
format: z.ZodLiteral<"JSON">;
|
|
170
|
+
format: z.ZodUnion<[z.ZodLiteral<"JSON">, z.ZodLiteral<"XML">]>;
|
|
171
171
|
value: z.ZodString;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
173
|
value: string;
|
|
174
174
|
kind: "TEMPLATE";
|
|
175
|
-
format: "JSON";
|
|
175
|
+
format: "JSON" | "XML";
|
|
176
176
|
}, {
|
|
177
177
|
value: string;
|
|
178
178
|
kind: "TEMPLATE";
|
|
179
|
-
format: "JSON";
|
|
179
|
+
format: "JSON" | "XML";
|
|
180
180
|
}>>;
|
|
181
181
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
182
182
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -187,7 +187,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
187
187
|
payload?: {
|
|
188
188
|
value: string;
|
|
189
189
|
kind: "TEMPLATE";
|
|
190
|
-
format: "JSON";
|
|
190
|
+
format: "JSON" | "XML";
|
|
191
191
|
} | undefined;
|
|
192
192
|
headers?: Record<string, string> | undefined;
|
|
193
193
|
}, {
|
|
@@ -197,7 +197,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
197
197
|
payload?: {
|
|
198
198
|
value: string;
|
|
199
199
|
kind: "TEMPLATE";
|
|
200
|
-
format: "JSON";
|
|
200
|
+
format: "JSON" | "XML";
|
|
201
201
|
} | undefined;
|
|
202
202
|
headers?: Record<string, string> | undefined;
|
|
203
203
|
}>;
|
|
@@ -210,7 +210,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
210
210
|
payload?: {
|
|
211
211
|
value: string;
|
|
212
212
|
kind: "TEMPLATE";
|
|
213
|
-
format: "JSON";
|
|
213
|
+
format: "JSON" | "XML";
|
|
214
214
|
} | undefined;
|
|
215
215
|
headers?: Record<string, string> | undefined;
|
|
216
216
|
};
|
|
@@ -223,7 +223,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
223
223
|
payload?: {
|
|
224
224
|
value: string;
|
|
225
225
|
kind: "TEMPLATE";
|
|
226
|
-
format: "JSON";
|
|
226
|
+
format: "JSON" | "XML";
|
|
227
227
|
} | undefined;
|
|
228
228
|
headers?: Record<string, string> | undefined;
|
|
229
229
|
};
|
|
@@ -257,7 +257,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
257
257
|
payload?: {
|
|
258
258
|
value: string;
|
|
259
259
|
kind: "TEMPLATE";
|
|
260
|
-
format: "JSON";
|
|
260
|
+
format: "JSON" | "XML";
|
|
261
261
|
} | undefined;
|
|
262
262
|
headers?: Record<string, string> | undefined;
|
|
263
263
|
};
|
|
@@ -286,7 +286,7 @@ export declare const _PlatformCustomActionUpsertDto: z.ZodObject<z.objectUtil.ex
|
|
|
286
286
|
payload?: {
|
|
287
287
|
value: string;
|
|
288
288
|
kind: "TEMPLATE";
|
|
289
|
-
format: "JSON";
|
|
289
|
+
format: "JSON" | "XML";
|
|
290
290
|
} | undefined;
|
|
291
291
|
headers?: Record<string, string> | undefined;
|
|
292
292
|
};
|
package/package.json
CHANGED