@transloadit/zod 4.1.3 → 4.1.4

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.
Files changed (141) hide show
  1. package/dist/v3/assemblyReplay.d.ts +801 -799
  2. package/dist/v3/assemblyReplay.d.ts.map +1 -1
  3. package/dist/v3/assemblyReplayNotification.d.ts +801 -799
  4. package/dist/v3/assemblyReplayNotification.d.ts.map +1 -1
  5. package/dist/v3/assemblyStatus.d.ts +12 -12
  6. package/dist/v3/assemblyStatus.d.ts.map +1 -1
  7. package/dist/v3/assemblyStatus.js +1 -0
  8. package/dist/v3/robots/_index.d.ts +1368 -1356
  9. package/dist/v3/robots/_index.d.ts.map +1 -1
  10. package/dist/v3/robots/_instructions-primitives.d.ts +102 -102
  11. package/dist/v3/robots/ai-chat.d.ts +54 -42
  12. package/dist/v3/robots/ai-chat.d.ts.map +1 -1
  13. package/dist/v3/robots/ai-chat.js +18 -25
  14. package/dist/v3/robots/assembly-savejson.d.ts +2 -2
  15. package/dist/v3/robots/audio-artwork.d.ts +114 -114
  16. package/dist/v3/robots/audio-concat.d.ts +118 -118
  17. package/dist/v3/robots/audio-encode.d.ts +116 -116
  18. package/dist/v3/robots/audio-loop.d.ts +114 -114
  19. package/dist/v3/robots/audio-merge.d.ts +116 -116
  20. package/dist/v3/robots/audio-waveform.d.ts +114 -114
  21. package/dist/v3/robots/azure-import.d.ts +12 -12
  22. package/dist/v3/robots/azure-store.d.ts +42 -42
  23. package/dist/v3/robots/backblaze-import.d.ts +4 -4
  24. package/dist/v3/robots/backblaze-store.d.ts +34 -34
  25. package/dist/v3/robots/cloudfiles-import.d.ts +12 -12
  26. package/dist/v3/robots/cloudfiles-store.d.ts +42 -42
  27. package/dist/v3/robots/cloudflare-import.d.ts +12 -12
  28. package/dist/v3/robots/cloudflare-store.d.ts +42 -42
  29. package/dist/v3/robots/digitalocean-import.d.ts +12 -12
  30. package/dist/v3/robots/digitalocean-store.d.ts +42 -42
  31. package/dist/v3/robots/document-autorotate.d.ts +32 -32
  32. package/dist/v3/robots/document-convert.d.ts +42 -42
  33. package/dist/v3/robots/document-merge.d.ts +34 -34
  34. package/dist/v3/robots/document-ocr.d.ts +38 -38
  35. package/dist/v3/robots/document-split.d.ts +34 -34
  36. package/dist/v3/robots/document-thumbs.d.ts +36 -36
  37. package/dist/v3/robots/dropbox-import.d.ts +4 -4
  38. package/dist/v3/robots/dropbox-store.d.ts +34 -34
  39. package/dist/v3/robots/edgly-deliver.d.ts +4 -4
  40. package/dist/v3/robots/file-compress.d.ts +38 -38
  41. package/dist/v3/robots/file-decompress.d.ts +32 -32
  42. package/dist/v3/robots/file-filter.d.ts +41 -41
  43. package/dist/v3/robots/file-filter.d.ts.map +1 -1
  44. package/dist/v3/robots/file-filter.js +3 -1
  45. package/dist/v3/robots/file-hash.d.ts +36 -36
  46. package/dist/v3/robots/file-preview.d.ts +34 -34
  47. package/dist/v3/robots/file-read.d.ts +32 -32
  48. package/dist/v3/robots/file-serve.d.ts +32 -32
  49. package/dist/v3/robots/file-verify.d.ts +32 -32
  50. package/dist/v3/robots/file-virusscan.d.ts +34 -34
  51. package/dist/v3/robots/file-watermark.d.ts +34 -34
  52. package/dist/v3/robots/ftp-import.d.ts +4 -4
  53. package/dist/v3/robots/ftp-store.d.ts +34 -34
  54. package/dist/v3/robots/google-import.d.ts +4 -4
  55. package/dist/v3/robots/google-store.d.ts +40 -40
  56. package/dist/v3/robots/html-convert.d.ts +38 -38
  57. package/dist/v3/robots/http-import.d.ts +4 -4
  58. package/dist/v3/robots/image-bgremove.d.ts +34 -34
  59. package/dist/v3/robots/image-describe.d.ts +38 -38
  60. package/dist/v3/robots/image-facedetect.d.ts +38 -38
  61. package/dist/v3/robots/image-generate.d.ts +35 -35
  62. package/dist/v3/robots/image-merge.d.ts +32 -32
  63. package/dist/v3/robots/image-ocr.d.ts +38 -38
  64. package/dist/v3/robots/image-optimize.d.ts +32 -32
  65. package/dist/v3/robots/image-resize.d.ts +70 -70
  66. package/dist/v3/robots/meta-read.d.ts +4 -4
  67. package/dist/v3/robots/minio-import.d.ts +12 -12
  68. package/dist/v3/robots/minio-store.d.ts +42 -42
  69. package/dist/v3/robots/progress-simulate.d.ts +16 -16
  70. package/dist/v3/robots/s3-import.d.ts +12 -12
  71. package/dist/v3/robots/s3-store.d.ts +46 -46
  72. package/dist/v3/robots/script-run.d.ts +34 -34
  73. package/dist/v3/robots/sftp-import.d.ts +4 -4
  74. package/dist/v3/robots/sftp-store.d.ts +34 -34
  75. package/dist/v3/robots/speech-transcribe.d.ts +38 -38
  76. package/dist/v3/robots/supabase-import.d.ts +12 -12
  77. package/dist/v3/robots/supabase-store.d.ts +42 -42
  78. package/dist/v3/robots/swift-import.d.ts +12 -12
  79. package/dist/v3/robots/swift-store.d.ts +42 -42
  80. package/dist/v3/robots/text-speak.d.ts +34 -34
  81. package/dist/v3/robots/text-translate.d.ts +42 -42
  82. package/dist/v3/robots/tigris-import.d.ts +12 -12
  83. package/dist/v3/robots/tigris-store.d.ts +42 -42
  84. package/dist/v3/robots/tlcdn-deliver.d.ts +4 -4
  85. package/dist/v3/robots/tus-store.d.ts +34 -34
  86. package/dist/v3/robots/upload-handle.d.ts +4 -4
  87. package/dist/v3/robots/video-adaptive.d.ts +114 -114
  88. package/dist/v3/robots/video-concat.d.ts +114 -114
  89. package/dist/v3/robots/video-encode.d.ts +114 -114
  90. package/dist/v3/robots/video-merge.d.ts +114 -114
  91. package/dist/v3/robots/video-ondemand.d.ts +146 -146
  92. package/dist/v3/robots/video-subtitle.d.ts +114 -114
  93. package/dist/v3/robots/video-thumbs.d.ts +114 -114
  94. package/dist/v3/robots/vimeo-import.d.ts +8 -8
  95. package/dist/v3/robots/vimeo-store.d.ts +34 -34
  96. package/dist/v3/robots/wasabi-import.d.ts +12 -12
  97. package/dist/v3/robots/wasabi-store.d.ts +42 -42
  98. package/dist/v3/robots/youtube-store.d.ts +48 -48
  99. package/dist/v3/template.d.ts +6793 -6769
  100. package/dist/v3/template.d.ts.map +1 -1
  101. package/dist/v3/templateCredential.d.ts +2 -2
  102. package/dist/v4/assemblyStatus.d.ts +4 -0
  103. package/dist/v4/assemblyStatus.d.ts.map +1 -1
  104. package/dist/v4/assemblyStatus.js +1 -0
  105. package/dist/v4/robots/_index.d.ts +346 -342
  106. package/dist/v4/robots/_index.d.ts.map +1 -1
  107. package/dist/v4/robots/_instructions-primitives.d.ts +24 -24
  108. package/dist/v4/robots/ai-chat.d.ts +14 -10
  109. package/dist/v4/robots/ai-chat.d.ts.map +1 -1
  110. package/dist/v4/robots/ai-chat.js +18 -25
  111. package/dist/v4/robots/audio-artwork.d.ts +8 -8
  112. package/dist/v4/robots/audio-concat.d.ts +10 -10
  113. package/dist/v4/robots/audio-encode.d.ts +8 -8
  114. package/dist/v4/robots/audio-loop.d.ts +8 -8
  115. package/dist/v4/robots/audio-merge.d.ts +20 -20
  116. package/dist/v4/robots/audio-waveform.d.ts +8 -8
  117. package/dist/v4/robots/document-convert.d.ts +8 -8
  118. package/dist/v4/robots/document-ocr.d.ts +4 -4
  119. package/dist/v4/robots/document-thumbs.d.ts +2 -2
  120. package/dist/v4/robots/file-filter.d.ts +4 -4
  121. package/dist/v4/robots/file-filter.d.ts.map +1 -1
  122. package/dist/v4/robots/file-filter.js +3 -1
  123. package/dist/v4/robots/image-describe.d.ts +4 -4
  124. package/dist/v4/robots/image-facedetect.d.ts +4 -4
  125. package/dist/v4/robots/image-ocr.d.ts +4 -4
  126. package/dist/v4/robots/image-resize.d.ts +115 -115
  127. package/dist/v4/robots/s3-store.d.ts +4 -4
  128. package/dist/v4/robots/speech-transcribe.d.ts +4 -4
  129. package/dist/v4/robots/text-translate.d.ts +96 -96
  130. package/dist/v4/robots/video-adaptive.d.ts +8 -8
  131. package/dist/v4/robots/video-concat.d.ts +8 -8
  132. package/dist/v4/robots/video-encode.d.ts +24 -24
  133. package/dist/v4/robots/video-merge.d.ts +8 -8
  134. package/dist/v4/robots/video-ondemand.d.ts +24 -24
  135. package/dist/v4/robots/video-subtitle.d.ts +24 -24
  136. package/dist/v4/robots/video-thumbs.d.ts +8 -8
  137. package/dist/v4/robots/vimeo-import.d.ts +4 -4
  138. package/dist/v4/robots/youtube-store.d.ts +4 -4
  139. package/dist/v4/template.d.ts +588 -582
  140. package/dist/v4/template.d.ts.map +1 -1
  141. package/package.json +1 -1
@@ -64,13 +64,11 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
64
64
  create_sharing_link: z.ZodDefault<z.ZodBoolean>;
65
65
  }, "strict", z.ZodTypeAny, {
66
66
  path: string;
67
+ robot: "/dropbox/store";
67
68
  result: boolean;
68
69
  force_accept: boolean;
69
70
  ignore_errors: string[];
70
- robot: "/dropbox/store";
71
71
  create_sharing_link: boolean;
72
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
73
- queue?: "batch" | undefined;
74
72
  use?: string | string[] | {
75
73
  name: string;
76
74
  fields?: string | undefined;
@@ -85,15 +83,12 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
85
83
  bundle_steps?: boolean | undefined;
86
84
  group_by_original?: boolean | undefined;
87
85
  } | undefined;
86
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
87
+ queue?: "batch" | undefined;
88
88
  credentials?: string | undefined;
89
89
  }, {
90
90
  robot: "/dropbox/store";
91
91
  path?: string | undefined;
92
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
93
- result?: boolean | undefined;
94
- queue?: "batch" | undefined;
95
- force_accept?: boolean | undefined;
96
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
97
92
  use?: string | string[] | {
98
93
  name: string;
99
94
  fields?: string | undefined;
@@ -108,6 +103,11 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
108
103
  bundle_steps?: boolean | undefined;
109
104
  group_by_original?: boolean | undefined;
110
105
  } | undefined;
106
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
107
+ result?: boolean | undefined;
108
+ queue?: "batch" | undefined;
109
+ force_accept?: boolean | undefined;
110
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
111
111
  credentials?: string | undefined;
112
112
  create_sharing_link?: boolean | undefined;
113
113
  }>;
@@ -173,13 +173,10 @@ export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodO
173
173
  access_token: z.ZodOptional<z.ZodString>;
174
174
  }, "strict", z.ZodTypeAny, {
175
175
  path: string;
176
+ robot: "/dropbox/store";
176
177
  force_accept: boolean;
177
178
  ignore_errors: string[];
178
- robot: "/dropbox/store";
179
179
  create_sharing_link: boolean;
180
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
181
- result?: boolean | "debug" | undefined;
182
- queue?: "batch" | undefined;
183
180
  use?: string | string[] | {
184
181
  name: string;
185
182
  fields?: string | undefined;
@@ -194,16 +191,14 @@ export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodO
194
191
  bundle_steps?: boolean | undefined;
195
192
  group_by_original?: boolean | undefined;
196
193
  } | undefined;
194
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
195
+ result?: boolean | "debug" | undefined;
196
+ queue?: "batch" | undefined;
197
197
  credentials?: string | undefined;
198
198
  access_token?: string | undefined;
199
199
  }, {
200
200
  robot: "/dropbox/store";
201
201
  path?: string | undefined;
202
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
203
- result?: boolean | "debug" | undefined;
204
- queue?: "batch" | undefined;
205
- force_accept?: boolean | undefined;
206
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
207
202
  use?: string | string[] | {
208
203
  name: string;
209
204
  fields?: string | undefined;
@@ -218,6 +213,11 @@ export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodO
218
213
  bundle_steps?: boolean | undefined;
219
214
  group_by_original?: boolean | undefined;
220
215
  } | undefined;
216
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
217
+ result?: boolean | "debug" | undefined;
218
+ queue?: "batch" | undefined;
219
+ force_accept?: boolean | undefined;
220
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
221
221
  credentials?: string | undefined;
222
222
  access_token?: string | undefined;
223
223
  create_sharing_link?: boolean | undefined;
@@ -285,13 +285,11 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
285
285
  create_sharing_link: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
286
286
  }, "strict", z.ZodTypeAny, {
287
287
  path: string;
288
+ robot: "/dropbox/store";
288
289
  result: string | boolean;
289
290
  force_accept: string | boolean;
290
291
  ignore_errors: string | string[];
291
- robot: "/dropbox/store";
292
292
  create_sharing_link: string | boolean;
293
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
294
- queue?: string | undefined;
295
293
  use?: string | string[] | {
296
294
  name: string;
297
295
  fields?: string | undefined;
@@ -306,15 +304,12 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
306
304
  bundle_steps?: boolean | undefined;
307
305
  group_by_original?: boolean | undefined;
308
306
  } | undefined;
307
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
308
+ queue?: string | undefined;
309
309
  credentials?: string | undefined;
310
310
  }, {
311
311
  robot: "/dropbox/store";
312
312
  path?: string | undefined;
313
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
314
- result?: string | boolean | undefined;
315
- queue?: string | undefined;
316
- force_accept?: string | boolean | undefined;
317
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
318
313
  use?: string | string[] | {
319
314
  name: string;
320
315
  fields?: string | undefined;
@@ -329,6 +324,11 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
329
324
  bundle_steps?: boolean | undefined;
330
325
  group_by_original?: boolean | undefined;
331
326
  } | undefined;
327
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
328
+ result?: string | boolean | undefined;
329
+ queue?: string | undefined;
330
+ force_accept?: string | boolean | undefined;
331
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
332
332
  credentials?: string | undefined;
333
333
  create_sharing_link?: string | boolean | undefined;
334
334
  }>;
@@ -395,13 +395,10 @@ export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFields
395
395
  access_token: z.ZodOptional<z.ZodString>;
396
396
  }, "strict", z.ZodTypeAny, {
397
397
  path: string;
398
+ robot: "/dropbox/store";
398
399
  force_accept: string | boolean;
399
400
  ignore_errors: string | string[];
400
- robot: "/dropbox/store";
401
401
  create_sharing_link: string | boolean;
402
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
403
- result?: string | boolean | undefined;
404
- queue?: string | undefined;
405
402
  use?: string | string[] | {
406
403
  name: string;
407
404
  fields?: string | undefined;
@@ -416,16 +413,14 @@ export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFields
416
413
  bundle_steps?: boolean | undefined;
417
414
  group_by_original?: boolean | undefined;
418
415
  } | undefined;
416
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
417
+ result?: string | boolean | undefined;
418
+ queue?: string | undefined;
419
419
  credentials?: string | undefined;
420
420
  access_token?: string | undefined;
421
421
  }, {
422
422
  robot: "/dropbox/store";
423
423
  path?: string | undefined;
424
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
425
- result?: string | boolean | undefined;
426
- queue?: string | undefined;
427
- force_accept?: string | boolean | undefined;
428
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
429
424
  use?: string | string[] | {
430
425
  name: string;
431
426
  fields?: string | undefined;
@@ -440,6 +435,11 @@ export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFields
440
435
  bundle_steps?: boolean | undefined;
441
436
  group_by_original?: boolean | undefined;
442
437
  } | undefined;
438
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
439
+ result?: string | boolean | undefined;
440
+ queue?: string | undefined;
441
+ force_accept?: string | boolean | undefined;
442
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
443
443
  credentials?: string | undefined;
444
444
  access_token?: string | undefined;
445
445
  create_sharing_link?: string | boolean | undefined;
@@ -10,10 +10,10 @@ export declare const robotEdglyDeliverInstructionsSchema: z.ZodObject<{
10
10
  } & {
11
11
  robot: z.ZodLiteral<"/edgly/deliver">;
12
12
  }, "strict", z.ZodTypeAny, {
13
+ robot: "/edgly/deliver";
13
14
  result: boolean;
14
15
  force_accept: boolean;
15
16
  ignore_errors: string[];
16
- robot: "/edgly/deliver";
17
17
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
18
18
  queue?: "batch" | undefined;
19
19
  }, {
@@ -33,9 +33,9 @@ export declare const robotEdglyDeliverInstructionsWithHiddenFieldsSchema: z.ZodO
33
33
  } & {
34
34
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
35
35
  }, "strict", z.ZodTypeAny, {
36
+ robot: "/edgly/deliver";
36
37
  force_accept: boolean;
37
38
  ignore_errors: string[];
38
- robot: "/edgly/deliver";
39
39
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
40
40
  result?: boolean | "debug" | undefined;
41
41
  queue?: "batch" | undefined;
@@ -57,10 +57,10 @@ export declare const interpolatableRobotEdglyDeliverInstructionsSchema: z.ZodObj
57
57
  ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, string[], boolean | ("meta" | "execute")[]>]>>;
58
58
  robot: z.ZodLiteral<"/edgly/deliver">;
59
59
  }, "strict", z.ZodTypeAny, {
60
+ robot: "/edgly/deliver";
60
61
  result: string | boolean;
61
62
  force_accept: string | boolean;
62
63
  ignore_errors: string | string[];
63
- robot: "/edgly/deliver";
64
64
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
65
65
  queue?: string | undefined;
66
66
  }, {
@@ -81,9 +81,9 @@ export declare const interpolatableRobotEdglyDeliverInstructionsWithHiddenFields
81
81
  robot: z.ZodLiteral<"/edgly/deliver">;
82
82
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
83
83
  }, "strict", z.ZodTypeAny, {
84
+ robot: "/edgly/deliver";
84
85
  force_accept: string | boolean;
85
86
  ignore_errors: string | string[];
86
- robot: "/edgly/deliver";
87
87
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
88
88
  result?: string | boolean | undefined;
89
89
  queue?: string | undefined;
@@ -65,17 +65,15 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
65
65
  file_layout: z.ZodDefault<z.ZodEnum<["advanced", "simple", "relative-path"]>>;
66
66
  archive_name: z.ZodOptional<z.ZodString>;
67
67
  }, "strict", z.ZodTypeAny, {
68
+ robot: "/file/compress";
68
69
  result: boolean;
69
70
  force_accept: boolean;
70
71
  ignore_errors: string[];
71
72
  password: string | null;
72
- robot: "/file/compress";
73
- format: "tar" | "zip";
73
+ format: "zip" | "tar";
74
74
  gzip: boolean;
75
75
  compression_level: number;
76
76
  file_layout: "advanced" | "simple" | "relative-path";
77
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
78
- queue?: "batch" | undefined;
79
77
  use?: string | string[] | {
80
78
  name: string;
81
79
  fields?: string | undefined;
@@ -90,14 +88,11 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
90
88
  bundle_steps?: boolean | undefined;
91
89
  group_by_original?: boolean | undefined;
92
90
  } | undefined;
91
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
92
+ queue?: "batch" | undefined;
93
93
  archive_name?: string | undefined;
94
94
  }, {
95
95
  robot: "/file/compress";
96
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
97
- result?: boolean | undefined;
98
- queue?: "batch" | undefined;
99
- force_accept?: boolean | undefined;
100
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
101
96
  use?: string | string[] | {
102
97
  name: string;
103
98
  fields?: string | undefined;
@@ -112,8 +107,13 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
112
107
  bundle_steps?: boolean | undefined;
113
108
  group_by_original?: boolean | undefined;
114
109
  } | undefined;
110
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
111
+ result?: boolean | undefined;
112
+ queue?: "batch" | undefined;
113
+ force_accept?: boolean | undefined;
114
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
115
115
  password?: string | null | undefined;
116
- format?: "tar" | "zip" | undefined;
116
+ format?: "zip" | "tar" | undefined;
117
117
  gzip?: boolean | undefined;
118
118
  compression_level?: number | undefined;
119
119
  file_layout?: "advanced" | "simple" | "relative-path" | undefined;
@@ -182,17 +182,14 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
182
182
  } & {
183
183
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
184
184
  }, "strict", z.ZodTypeAny, {
185
+ robot: "/file/compress";
185
186
  force_accept: boolean;
186
187
  ignore_errors: string[];
187
188
  password: string | null;
188
- robot: "/file/compress";
189
- format: "tar" | "zip";
189
+ format: "zip" | "tar";
190
190
  gzip: boolean;
191
191
  compression_level: number;
192
192
  file_layout: "advanced" | "simple" | "relative-path";
193
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
194
- result?: boolean | "debug" | undefined;
195
- queue?: "batch" | undefined;
196
193
  use?: string | string[] | {
197
194
  name: string;
198
195
  fields?: string | undefined;
@@ -207,14 +204,12 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
207
204
  bundle_steps?: boolean | undefined;
208
205
  group_by_original?: boolean | undefined;
209
206
  } | undefined;
210
- archive_name?: string | undefined;
211
- }, {
212
- robot: "/file/compress";
213
207
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
214
208
  result?: boolean | "debug" | undefined;
215
209
  queue?: "batch" | undefined;
216
- force_accept?: boolean | undefined;
217
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
210
+ archive_name?: string | undefined;
211
+ }, {
212
+ robot: "/file/compress";
218
213
  use?: string | string[] | {
219
214
  name: string;
220
215
  fields?: string | undefined;
@@ -229,8 +224,13 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
229
224
  bundle_steps?: boolean | undefined;
230
225
  group_by_original?: boolean | undefined;
231
226
  } | undefined;
227
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
228
+ result?: boolean | "debug" | undefined;
229
+ queue?: "batch" | undefined;
230
+ force_accept?: boolean | undefined;
231
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
232
232
  password?: string | null | undefined;
233
- format?: "tar" | "zip" | undefined;
233
+ format?: "zip" | "tar" | undefined;
234
234
  gzip?: boolean | undefined;
235
235
  compression_level?: number | undefined;
236
236
  file_layout?: "advanced" | "simple" | "relative-path" | undefined;
@@ -300,17 +300,15 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
300
300
  file_layout: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["advanced", "simple", "relative-path"]>]>>;
301
301
  archive_name: z.ZodOptional<z.ZodString>;
302
302
  }, "strict", z.ZodTypeAny, {
303
+ robot: "/file/compress";
303
304
  result: string | boolean;
304
305
  force_accept: string | boolean;
305
306
  ignore_errors: string | string[];
306
307
  password: string | null;
307
- robot: "/file/compress";
308
308
  format: string;
309
309
  gzip: string | boolean;
310
310
  compression_level: string | number;
311
311
  file_layout: string;
312
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
313
- queue?: string | undefined;
314
312
  use?: string | string[] | {
315
313
  name: string;
316
314
  fields?: string | undefined;
@@ -325,14 +323,11 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
325
323
  bundle_steps?: boolean | undefined;
326
324
  group_by_original?: boolean | undefined;
327
325
  } | undefined;
326
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
327
+ queue?: string | undefined;
328
328
  archive_name?: string | undefined;
329
329
  }, {
330
330
  robot: "/file/compress";
331
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
332
- result?: string | boolean | undefined;
333
- queue?: string | undefined;
334
- force_accept?: string | boolean | undefined;
335
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
336
331
  use?: string | string[] | {
337
332
  name: string;
338
333
  fields?: string | undefined;
@@ -347,6 +342,11 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
347
342
  bundle_steps?: boolean | undefined;
348
343
  group_by_original?: boolean | undefined;
349
344
  } | undefined;
345
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
346
+ result?: string | boolean | undefined;
347
+ queue?: string | undefined;
348
+ force_accept?: string | boolean | undefined;
349
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
350
350
  password?: string | null | undefined;
351
351
  format?: string | undefined;
352
352
  gzip?: string | boolean | undefined;
@@ -418,17 +418,14 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
418
418
  archive_name: z.ZodOptional<z.ZodString>;
419
419
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
420
420
  }, "strict", z.ZodTypeAny, {
421
+ robot: "/file/compress";
421
422
  force_accept: string | boolean;
422
423
  ignore_errors: string | string[];
423
424
  password: string | null;
424
- robot: "/file/compress";
425
425
  format: string;
426
426
  gzip: string | boolean;
427
427
  compression_level: string | number;
428
428
  file_layout: string;
429
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
430
- result?: string | boolean | undefined;
431
- queue?: string | undefined;
432
429
  use?: string | string[] | {
433
430
  name: string;
434
431
  fields?: string | undefined;
@@ -443,14 +440,12 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
443
440
  bundle_steps?: boolean | undefined;
444
441
  group_by_original?: boolean | undefined;
445
442
  } | undefined;
446
- archive_name?: string | undefined;
447
- }, {
448
- robot: "/file/compress";
449
443
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
450
444
  result?: string | boolean | undefined;
451
445
  queue?: string | undefined;
452
- force_accept?: string | boolean | undefined;
453
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
446
+ archive_name?: string | undefined;
447
+ }, {
448
+ robot: "/file/compress";
454
449
  use?: string | string[] | {
455
450
  name: string;
456
451
  fields?: string | undefined;
@@ -465,6 +460,11 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
465
460
  bundle_steps?: boolean | undefined;
466
461
  group_by_original?: boolean | undefined;
467
462
  } | undefined;
463
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
464
+ result?: string | boolean | undefined;
465
+ queue?: string | undefined;
466
+ force_accept?: string | boolean | undefined;
467
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
468
468
  password?: string | null | undefined;
469
469
  format?: string | undefined;
470
470
  gzip?: string | boolean | undefined;
@@ -58,12 +58,10 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
58
58
  robot: z.ZodLiteral<"/file/decompress">;
59
59
  ignore_errors: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, ("meta" | "execute")[], boolean | ("meta" | "execute")[]>>;
60
60
  }, "strict", z.ZodTypeAny, {
61
+ robot: "/file/decompress";
61
62
  result: boolean;
62
63
  force_accept: boolean;
63
64
  ignore_errors: ("meta" | "execute")[];
64
- robot: "/file/decompress";
65
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
66
- queue?: "batch" | undefined;
67
65
  use?: string | string[] | {
68
66
  name: string;
69
67
  fields?: string | undefined;
@@ -78,13 +76,10 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
78
76
  bundle_steps?: boolean | undefined;
79
77
  group_by_original?: boolean | undefined;
80
78
  } | undefined;
81
- }, {
82
- robot: "/file/decompress";
83
79
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
84
- result?: boolean | undefined;
85
80
  queue?: "batch" | undefined;
86
- force_accept?: boolean | undefined;
87
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
81
+ }, {
82
+ robot: "/file/decompress";
88
83
  use?: string | string[] | {
89
84
  name: string;
90
85
  fields?: string | undefined;
@@ -99,6 +94,11 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
99
94
  bundle_steps?: boolean | undefined;
100
95
  group_by_original?: boolean | undefined;
101
96
  } | undefined;
97
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
98
+ result?: boolean | undefined;
99
+ queue?: "batch" | undefined;
100
+ force_accept?: boolean | undefined;
101
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
102
102
  }>;
103
103
  export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
104
104
  output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
@@ -157,12 +157,9 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
157
157
  } & {
158
158
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
159
159
  }, "strict", z.ZodTypeAny, {
160
+ robot: "/file/decompress";
160
161
  force_accept: boolean;
161
162
  ignore_errors: ("meta" | "execute")[];
162
- robot: "/file/decompress";
163
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
164
- result?: boolean | "debug" | undefined;
165
- queue?: "batch" | undefined;
166
163
  use?: string | string[] | {
167
164
  name: string;
168
165
  fields?: string | undefined;
@@ -177,13 +174,11 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
177
174
  bundle_steps?: boolean | undefined;
178
175
  group_by_original?: boolean | undefined;
179
176
  } | undefined;
180
- }, {
181
- robot: "/file/decompress";
182
177
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
183
178
  result?: boolean | "debug" | undefined;
184
179
  queue?: "batch" | undefined;
185
- force_accept?: boolean | undefined;
186
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
180
+ }, {
181
+ robot: "/file/decompress";
187
182
  use?: string | string[] | {
188
183
  name: string;
189
184
  fields?: string | undefined;
@@ -198,6 +193,11 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
198
193
  bundle_steps?: boolean | undefined;
199
194
  group_by_original?: boolean | undefined;
200
195
  } | undefined;
196
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
197
+ result?: boolean | "debug" | undefined;
198
+ queue?: "batch" | undefined;
199
+ force_accept?: boolean | undefined;
200
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
201
201
  }>;
202
202
  export type RobotFileDecompressInstructions = z.infer<typeof robotFileDecompressInstructionsSchema>;
203
203
  export type RobotFileDecompressInstructionsWithHiddenFields = z.infer<typeof robotFileDecompressInstructionsWithHiddenFieldsSchema>;
@@ -257,12 +257,10 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
257
257
  robot: z.ZodLiteral<"/file/decompress">;
258
258
  ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, ("meta" | "execute")[], boolean | ("meta" | "execute")[]>]>>;
259
259
  }, "strict", z.ZodTypeAny, {
260
+ robot: "/file/decompress";
260
261
  result: string | boolean;
261
262
  force_accept: string | boolean;
262
263
  ignore_errors: string | ("meta" | "execute")[];
263
- robot: "/file/decompress";
264
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
265
- queue?: string | undefined;
266
264
  use?: string | string[] | {
267
265
  name: string;
268
266
  fields?: string | undefined;
@@ -277,13 +275,10 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
277
275
  bundle_steps?: boolean | undefined;
278
276
  group_by_original?: boolean | undefined;
279
277
  } | undefined;
280
- }, {
281
- robot: "/file/decompress";
282
278
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
283
- result?: string | boolean | undefined;
284
279
  queue?: string | undefined;
285
- force_accept?: string | boolean | undefined;
286
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
280
+ }, {
281
+ robot: "/file/decompress";
287
282
  use?: string | string[] | {
288
283
  name: string;
289
284
  fields?: string | undefined;
@@ -298,6 +293,11 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
298
293
  bundle_steps?: boolean | undefined;
299
294
  group_by_original?: boolean | undefined;
300
295
  } | undefined;
296
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
297
+ result?: string | boolean | undefined;
298
+ queue?: string | undefined;
299
+ force_accept?: string | boolean | undefined;
300
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
301
301
  }>;
302
302
  export type InterpolatableRobotFileDecompressInstructions = InterpolatableRobotFileDecompressInstructionsInput;
303
303
  export type InterpolatableRobotFileDecompressInstructionsInput = z.input<typeof interpolatableRobotFileDecompressInstructionsSchema>;
@@ -357,12 +357,9 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
357
357
  ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, ("meta" | "execute")[], boolean | ("meta" | "execute")[]>]>>;
358
358
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
359
359
  }, "strict", z.ZodTypeAny, {
360
+ robot: "/file/decompress";
360
361
  force_accept: string | boolean;
361
362
  ignore_errors: string | ("meta" | "execute")[];
362
- robot: "/file/decompress";
363
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
364
- result?: string | boolean | undefined;
365
- queue?: string | undefined;
366
363
  use?: string | string[] | {
367
364
  name: string;
368
365
  fields?: string | undefined;
@@ -377,13 +374,11 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
377
374
  bundle_steps?: boolean | undefined;
378
375
  group_by_original?: boolean | undefined;
379
376
  } | undefined;
380
- }, {
381
- robot: "/file/decompress";
382
377
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
383
378
  result?: string | boolean | undefined;
384
379
  queue?: string | undefined;
385
- force_accept?: string | boolean | undefined;
386
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
380
+ }, {
381
+ robot: "/file/decompress";
387
382
  use?: string | string[] | {
388
383
  name: string;
389
384
  fields?: string | undefined;
@@ -398,6 +393,11 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
398
393
  bundle_steps?: boolean | undefined;
399
394
  group_by_original?: boolean | undefined;
400
395
  } | undefined;
396
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
397
+ result?: string | boolean | undefined;
398
+ queue?: string | undefined;
399
+ force_accept?: string | boolean | undefined;
400
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
401
401
  }>;
402
402
  export type InterpolatableRobotFileDecompressInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotFileDecompressInstructionsWithHiddenFieldsSchema>;
403
403
  export type InterpolatableRobotFileDecompressInstructionsWithHiddenFieldsInput = z.input<typeof interpolatableRobotFileDecompressInstructionsWithHiddenFieldsSchema>;