@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,15 +64,13 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
64
64
  error_on_decline: z.ZodDefault<z.ZodBoolean>;
65
65
  error_msg: z.ZodDefault<z.ZodString>;
66
66
  }, "strict", z.ZodTypeAny, {
67
+ robot: "/file/filter";
67
68
  result: boolean;
68
69
  force_accept: boolean;
69
70
  ignore_errors: string[];
70
- robot: "/file/filter";
71
71
  condition_type: "or" | "and";
72
72
  error_on_decline: boolean;
73
73
  error_msg: string;
74
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
75
- queue?: "batch" | undefined;
76
74
  use?: string | string[] | {
77
75
  name: string;
78
76
  fields?: string | undefined;
@@ -87,15 +85,12 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
87
85
  bundle_steps?: boolean | undefined;
88
86
  group_by_original?: boolean | undefined;
89
87
  } | undefined;
90
- accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
91
- declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
92
- }, {
93
- robot: "/file/filter";
94
88
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
95
- result?: boolean | undefined;
96
89
  queue?: "batch" | undefined;
97
- force_accept?: boolean | undefined;
98
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
90
+ accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
91
+ declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
92
+ }, {
93
+ robot: "/file/filter";
99
94
  use?: string | string[] | {
100
95
  name: string;
101
96
  fields?: string | undefined;
@@ -110,8 +105,13 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
110
105
  bundle_steps?: boolean | undefined;
111
106
  group_by_original?: boolean | undefined;
112
107
  } | undefined;
113
- accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
114
- declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
108
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
109
+ result?: boolean | undefined;
110
+ queue?: "batch" | undefined;
111
+ force_accept?: boolean | undefined;
112
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
113
+ accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
114
+ declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
115
115
  condition_type?: "or" | "and" | undefined;
116
116
  error_on_decline?: boolean | undefined;
117
117
  error_msg?: string | undefined;
@@ -178,15 +178,12 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
178
178
  } & {
179
179
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
180
180
  }, "strict", z.ZodTypeAny, {
181
+ robot: "/file/filter";
181
182
  force_accept: boolean;
182
183
  ignore_errors: string[];
183
- robot: "/file/filter";
184
184
  condition_type: "or" | "and";
185
185
  error_on_decline: boolean;
186
186
  error_msg: string;
187
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
188
- result?: boolean | "debug" | undefined;
189
- queue?: "batch" | undefined;
190
187
  use?: string | string[] | {
191
188
  name: string;
192
189
  fields?: string | undefined;
@@ -201,15 +198,13 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
201
198
  bundle_steps?: boolean | undefined;
202
199
  group_by_original?: boolean | undefined;
203
200
  } | undefined;
204
- accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
205
- declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
206
- }, {
207
- robot: "/file/filter";
208
201
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
209
202
  result?: boolean | "debug" | undefined;
210
203
  queue?: "batch" | undefined;
211
- force_accept?: boolean | undefined;
212
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
204
+ accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
205
+ declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
206
+ }, {
207
+ robot: "/file/filter";
213
208
  use?: string | string[] | {
214
209
  name: string;
215
210
  fields?: string | undefined;
@@ -224,8 +219,13 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
224
219
  bundle_steps?: boolean | undefined;
225
220
  group_by_original?: boolean | undefined;
226
221
  } | undefined;
227
- accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
228
- declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "empty" | "=" | "==" | "===" | "<" | ">" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
222
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
223
+ result?: boolean | "debug" | undefined;
224
+ queue?: "batch" | undefined;
225
+ force_accept?: boolean | undefined;
226
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
227
+ accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
228
+ declines?: string | [string | number | (string | number | null)[] | null, "includes" | "regex" | "<" | "=" | ">" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
229
229
  condition_type?: "or" | "and" | undefined;
230
230
  error_on_decline?: boolean | undefined;
231
231
  error_msg?: string | undefined;
@@ -293,15 +293,13 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
293
293
  error_on_decline: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
294
294
  error_msg: z.ZodDefault<z.ZodString>;
295
295
  }, "strict", z.ZodTypeAny, {
296
+ robot: "/file/filter";
296
297
  result: string | boolean;
297
298
  force_accept: string | boolean;
298
299
  ignore_errors: string | string[];
299
- robot: "/file/filter";
300
300
  condition_type: string;
301
301
  error_on_decline: string | boolean;
302
302
  error_msg: string;
303
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
304
- queue?: string | undefined;
305
303
  use?: string | string[] | {
306
304
  name: string;
307
305
  fields?: string | undefined;
@@ -316,15 +314,12 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
316
314
  bundle_steps?: boolean | undefined;
317
315
  group_by_original?: boolean | undefined;
318
316
  } | undefined;
317
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
318
+ queue?: string | undefined;
319
319
  accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
320
320
  declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
321
321
  }, {
322
322
  robot: "/file/filter";
323
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
324
- result?: string | boolean | undefined;
325
- queue?: string | undefined;
326
- force_accept?: string | boolean | undefined;
327
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
328
323
  use?: string | string[] | {
329
324
  name: string;
330
325
  fields?: string | undefined;
@@ -339,6 +334,11 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
339
334
  bundle_steps?: boolean | undefined;
340
335
  group_by_original?: boolean | undefined;
341
336
  } | undefined;
337
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
338
+ result?: string | boolean | undefined;
339
+ queue?: string | undefined;
340
+ force_accept?: string | boolean | undefined;
341
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
342
342
  accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
343
343
  declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
344
344
  condition_type?: string | undefined;
@@ -408,15 +408,12 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
408
408
  error_msg: z.ZodDefault<z.ZodString>;
409
409
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
410
410
  }, "strict", z.ZodTypeAny, {
411
+ robot: "/file/filter";
411
412
  force_accept: string | boolean;
412
413
  ignore_errors: string | string[];
413
- robot: "/file/filter";
414
414
  condition_type: string;
415
415
  error_on_decline: string | boolean;
416
416
  error_msg: string;
417
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
418
- result?: string | boolean | undefined;
419
- queue?: string | undefined;
420
417
  use?: string | string[] | {
421
418
  name: string;
422
419
  fields?: string | undefined;
@@ -431,15 +428,13 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
431
428
  bundle_steps?: boolean | undefined;
432
429
  group_by_original?: boolean | undefined;
433
430
  } | undefined;
431
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
432
+ result?: string | boolean | undefined;
433
+ queue?: string | undefined;
434
434
  accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
435
435
  declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
436
436
  }, {
437
437
  robot: "/file/filter";
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
438
  use?: string | string[] | {
444
439
  name: string;
445
440
  fields?: string | undefined;
@@ -454,6 +449,11 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
454
449
  bundle_steps?: boolean | undefined;
455
450
  group_by_original?: boolean | undefined;
456
451
  } | undefined;
452
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
453
+ result?: string | boolean | undefined;
454
+ queue?: string | undefined;
455
+ force_accept?: string | boolean | undefined;
456
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
457
457
  accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
458
458
  declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
459
459
  condition_type?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"file-filter.d.ts","sourceRoot":"","sources":["../../../src/v3/robots/file-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAQnE,eAAO,MAAM,IAAI,EAAE,cAuClB,CAAA;AAED,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyFnC,CAAA;AAEX,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1D,CAAA;AAEJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA;AAC3F,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,iDAAiD,CACzD,CAAA;AAED,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3D,CAAA;AACD,MAAM,MAAM,yCAAyC,GACnD,8CAA8C,CAAA;AAEhD,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,+CAA+C,CACvD,CAAA;AAED,eAAO,MAAM,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3E,CAAA;AACD,MAAM,MAAM,yDAAyD,GAAG,CAAC,CAAC,KAAK,CAC7E,OAAO,+DAA+D,CACvE,CAAA;AACD,MAAM,MAAM,8DAA8D,GAAG,CAAC,CAAC,KAAK,CAClF,OAAO,+DAA+D,CACvE,CAAA"}
1
+ {"version":3,"file":"file-filter.d.ts","sourceRoot":"","sources":["../../../src/v3/robots/file-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAA;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAQnE,eAAO,MAAM,IAAI,EAAE,cAuClB,CAAA;AAED,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2FnC,CAAA;AAEX,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1D,CAAA;AAEJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA;AAC3F,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,iDAAiD,CACzD,CAAA;AAED,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3D,CAAA;AACD,MAAM,MAAM,yCAAyC,GACnD,8CAA8C,CAAA;AAEhD,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,+CAA+C,CACvD,CAAA;AAED,eAAO,MAAM,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3E,CAAA;AACD,MAAM,MAAM,yDAAyD,GAAG,CAAC,CAAC,KAAK,CAC7E,OAAO,+DAA+D,CACvE,CAAA;AACD,MAAM,MAAM,8DAA8D,GAAG,CAAC,CAAC,KAAK,CAClF,OAAO,+DAA+D,CACvE,CAAA"}
@@ -58,7 +58,7 @@ Passing JavaScript allows you to implement logic as complex as you wish, however
58
58
  The \`accepts\` and \`declines\` parameters can each be set to an array of arrays with three members:
59
59
 
60
60
  1. A value or job variable, such as \`\${file.mime}\`
61
- 2. One of the following operators: \`==\`, \`===\`, \`<\`, \`>\`, \`<=\`, \`>=\`, \`!=\`, \`!==\`, \`regex\`, \`!regex\`
61
+ 2. One of the following operators: \`==\`, \`===\`, \`<\`, \`>\`, \`<=\`, \`>=\`, \`!=\`, \`!==\`, \`regex\`, \`!regex\`, \`includes\`, \`!includes\`
62
62
  3. A value or job variable, such as \`50\` or \`"foo"\`
63
63
 
64
64
  Examples:
@@ -68,6 +68,8 @@ Examples:
68
68
  - \`[["720", ">=", "\${file.size}"]]\`
69
69
  - \`[["\${file.mime}", "regex", "image"]]\`
70
70
 
71
+ The \`includes\` and \`!includes\` operators work with arrays or strings (strings use substring checks).
72
+
71
73
  > [!Warning]
72
74
  > If you would like to match against a \`null\` value or a value that is not present (like an audio file does not have a \`video_codec\` property in its metadata), match against \`""\` (an empty string) instead. We’ll support proper matching against \`null\` in the future, but we cannot easily do so right now without breaking backwards compatibility.
73
75
 
@@ -60,13 +60,11 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
60
60
  robot: z.ZodLiteral<"/file/hash">;
61
61
  algorithm: z.ZodDefault<z.ZodEnum<["b2", "md5", "sha1", "sha224", "sha256", "sha384", "sha512"]>>;
62
62
  }, "strict", z.ZodTypeAny, {
63
+ robot: "/file/hash";
63
64
  result: boolean;
64
65
  force_accept: boolean;
65
66
  ignore_errors: string[];
66
- robot: "/file/hash";
67
- algorithm: "b2" | "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512";
68
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
69
- queue?: "batch" | undefined;
67
+ algorithm: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512";
70
68
  use?: string | string[] | {
71
69
  name: string;
72
70
  fields?: string | undefined;
@@ -81,13 +79,10 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
81
79
  bundle_steps?: boolean | undefined;
82
80
  group_by_original?: boolean | undefined;
83
81
  } | undefined;
84
- }, {
85
- robot: "/file/hash";
86
82
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
87
- result?: boolean | undefined;
88
83
  queue?: "batch" | undefined;
89
- force_accept?: boolean | undefined;
90
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
84
+ }, {
85
+ robot: "/file/hash";
91
86
  use?: string | string[] | {
92
87
  name: string;
93
88
  fields?: string | undefined;
@@ -102,7 +97,12 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
102
97
  bundle_steps?: boolean | undefined;
103
98
  group_by_original?: boolean | undefined;
104
99
  } | undefined;
105
- algorithm?: "b2" | "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512" | undefined;
100
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
101
+ result?: boolean | undefined;
102
+ queue?: "batch" | undefined;
103
+ force_accept?: boolean | undefined;
104
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
105
+ algorithm?: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512" | undefined;
106
106
  }>;
107
107
  export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObject<{
108
108
  output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
@@ -162,13 +162,10 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
162
162
  } & {
163
163
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
164
164
  }, "strict", z.ZodTypeAny, {
165
+ robot: "/file/hash";
165
166
  force_accept: boolean;
166
167
  ignore_errors: string[];
167
- robot: "/file/hash";
168
- algorithm: "b2" | "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512";
169
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
170
- result?: boolean | "debug" | undefined;
171
- queue?: "batch" | undefined;
168
+ algorithm: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512";
172
169
  use?: string | string[] | {
173
170
  name: string;
174
171
  fields?: string | undefined;
@@ -183,13 +180,11 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
183
180
  bundle_steps?: boolean | undefined;
184
181
  group_by_original?: boolean | undefined;
185
182
  } | undefined;
186
- }, {
187
- robot: "/file/hash";
188
183
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
189
184
  result?: boolean | "debug" | undefined;
190
185
  queue?: "batch" | undefined;
191
- force_accept?: boolean | undefined;
192
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
186
+ }, {
187
+ robot: "/file/hash";
193
188
  use?: string | string[] | {
194
189
  name: string;
195
190
  fields?: string | undefined;
@@ -204,7 +199,12 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
204
199
  bundle_steps?: boolean | undefined;
205
200
  group_by_original?: boolean | undefined;
206
201
  } | undefined;
207
- algorithm?: "b2" | "md5" | "sha1" | "sha224" | "sha256" | "sha384" | "sha512" | 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
+ algorithm?: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512" | undefined;
208
208
  }>;
209
209
  export type RobotFileHashInstructions = z.infer<typeof robotFileHashInstructionsSchema>;
210
210
  export type RobotFileHashInstructionsWithHiddenFields = z.infer<typeof robotFileHashInstructionsWithHiddenFieldsSchema>;
@@ -265,13 +265,11 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
265
265
  robot: z.ZodLiteral<"/file/hash">;
266
266
  algorithm: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["b2", "md5", "sha1", "sha224", "sha256", "sha384", "sha512"]>]>>;
267
267
  }, "strict", z.ZodTypeAny, {
268
+ robot: "/file/hash";
268
269
  result: string | boolean;
269
270
  force_accept: string | boolean;
270
271
  ignore_errors: string | string[];
271
- robot: "/file/hash";
272
272
  algorithm: string;
273
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
274
- queue?: string | undefined;
275
273
  use?: string | string[] | {
276
274
  name: string;
277
275
  fields?: string | undefined;
@@ -286,13 +284,10 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
286
284
  bundle_steps?: boolean | undefined;
287
285
  group_by_original?: boolean | undefined;
288
286
  } | undefined;
289
- }, {
290
- robot: "/file/hash";
291
287
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
292
- result?: string | boolean | undefined;
293
288
  queue?: string | undefined;
294
- force_accept?: string | boolean | undefined;
295
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
289
+ }, {
290
+ robot: "/file/hash";
296
291
  use?: string | string[] | {
297
292
  name: string;
298
293
  fields?: string | undefined;
@@ -307,6 +302,11 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
307
302
  bundle_steps?: boolean | undefined;
308
303
  group_by_original?: boolean | undefined;
309
304
  } | undefined;
305
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
306
+ result?: string | boolean | undefined;
307
+ queue?: string | undefined;
308
+ force_accept?: string | boolean | undefined;
309
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
310
310
  algorithm?: string | undefined;
311
311
  }>;
312
312
  export type InterpolatableRobotFileHashInstructions = InterpolatableRobotFileHashInstructionsInput;
@@ -368,13 +368,10 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
368
368
  algorithm: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["b2", "md5", "sha1", "sha224", "sha256", "sha384", "sha512"]>]>>;
369
369
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
370
370
  }, "strict", z.ZodTypeAny, {
371
+ robot: "/file/hash";
371
372
  force_accept: string | boolean;
372
373
  ignore_errors: string | string[];
373
- robot: "/file/hash";
374
374
  algorithm: string;
375
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
376
- result?: string | boolean | undefined;
377
- queue?: string | undefined;
378
375
  use?: string | string[] | {
379
376
  name: string;
380
377
  fields?: string | undefined;
@@ -389,13 +386,11 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
389
386
  bundle_steps?: boolean | undefined;
390
387
  group_by_original?: boolean | undefined;
391
388
  } | undefined;
392
- }, {
393
- robot: "/file/hash";
394
389
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
395
390
  result?: string | boolean | undefined;
396
391
  queue?: string | undefined;
397
- force_accept?: string | boolean | undefined;
398
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
392
+ }, {
393
+ robot: "/file/hash";
399
394
  use?: string | string[] | {
400
395
  name: string;
401
396
  fields?: string | undefined;
@@ -410,6 +405,11 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
410
405
  bundle_steps?: boolean | undefined;
411
406
  group_by_original?: boolean | undefined;
412
407
  } | undefined;
408
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
409
+ result?: string | boolean | undefined;
410
+ queue?: string | undefined;
411
+ force_accept?: string | boolean | undefined;
412
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
413
413
  algorithm?: string | undefined;
414
414
  }>;
415
415
  export type InterpolatableRobotFileHashInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotFileHashInstructionsWithHiddenFieldsSchema>;
@@ -108,6 +108,7 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
108
108
  clip_loop: z.ZodDefault<z.ZodBoolean>;
109
109
  }, "strict", z.ZodTypeAny, {
110
110
  optimize: boolean;
111
+ robot: "/file/preview";
111
112
  result: boolean;
112
113
  force_accept: boolean;
113
114
  ignore_errors: string[];
@@ -115,7 +116,6 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
115
116
  height: number;
116
117
  resize_strategy: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch";
117
118
  background: string;
118
- robot: "/file/preview";
119
119
  format: "gif" | "jpg" | "png";
120
120
  waveform_center_color: string;
121
121
  waveform_outer_color: string;
@@ -132,8 +132,6 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
132
132
  clip_duration: number;
133
133
  clip_framerate: number;
134
134
  clip_loop: boolean;
135
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
136
- queue?: "batch" | undefined;
137
135
  use?: string | string[] | {
138
136
  name: string;
139
137
  fields?: string | undefined;
@@ -148,6 +146,8 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
148
146
  bundle_steps?: boolean | undefined;
149
147
  group_by_original?: boolean | undefined;
150
148
  } | undefined;
149
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
150
+ queue?: "batch" | undefined;
151
151
  strategy?: {
152
152
  unknown: string[];
153
153
  document: string[];
@@ -162,11 +162,6 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
162
162
  }, {
163
163
  robot: "/file/preview";
164
164
  optimize?: boolean | undefined;
165
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
166
- result?: boolean | undefined;
167
- queue?: "batch" | undefined;
168
- force_accept?: boolean | undefined;
169
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
170
165
  use?: string | string[] | {
171
166
  name: string;
172
167
  fields?: string | undefined;
@@ -181,6 +176,11 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
181
176
  bundle_steps?: boolean | undefined;
182
177
  group_by_original?: boolean | undefined;
183
178
  } | undefined;
179
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
180
+ result?: boolean | undefined;
181
+ queue?: "batch" | undefined;
182
+ force_accept?: boolean | undefined;
183
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
184
184
  width?: unknown;
185
185
  height?: unknown;
186
186
  resize_strategy?: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | undefined;
@@ -319,13 +319,13 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
319
319
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
320
320
  }, "strict", z.ZodTypeAny, {
321
321
  optimize: boolean;
322
+ robot: "/file/preview";
322
323
  force_accept: boolean;
323
324
  ignore_errors: string[];
324
325
  width: number;
325
326
  height: number;
326
327
  resize_strategy: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch";
327
328
  background: string;
328
- robot: "/file/preview";
329
329
  format: "gif" | "jpg" | "png";
330
330
  waveform_center_color: string;
331
331
  waveform_outer_color: string;
@@ -342,9 +342,6 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
342
342
  clip_duration: number;
343
343
  clip_framerate: number;
344
344
  clip_loop: boolean;
345
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
346
- result?: boolean | "debug" | undefined;
347
- queue?: "batch" | undefined;
348
345
  use?: string | string[] | {
349
346
  name: string;
350
347
  fields?: string | undefined;
@@ -359,6 +356,9 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
359
356
  bundle_steps?: boolean | undefined;
360
357
  group_by_original?: boolean | undefined;
361
358
  } | undefined;
359
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
360
+ result?: boolean | "debug" | undefined;
361
+ queue?: "batch" | undefined;
362
362
  strategy?: {
363
363
  unknown: string[];
364
364
  document: string[];
@@ -373,11 +373,6 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
373
373
  }, {
374
374
  robot: "/file/preview";
375
375
  optimize?: boolean | undefined;
376
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
377
- result?: boolean | "debug" | undefined;
378
- queue?: "batch" | undefined;
379
- force_accept?: boolean | undefined;
380
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
381
376
  use?: string | string[] | {
382
377
  name: string;
383
378
  fields?: string | undefined;
@@ -392,6 +387,11 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
392
387
  bundle_steps?: boolean | undefined;
393
388
  group_by_original?: boolean | undefined;
394
389
  } | undefined;
390
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
391
+ result?: boolean | "debug" | undefined;
392
+ queue?: "batch" | undefined;
393
+ force_accept?: boolean | undefined;
394
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
395
395
  width?: unknown;
396
396
  height?: unknown;
397
397
  resize_strategy?: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | undefined;
@@ -532,6 +532,7 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
532
532
  clip_loop: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
533
533
  }, "strict", z.ZodTypeAny, {
534
534
  optimize: string | boolean;
535
+ robot: "/file/preview";
535
536
  result: string | boolean;
536
537
  force_accept: string | boolean;
537
538
  ignore_errors: string | string[];
@@ -539,7 +540,6 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
539
540
  height: string | number;
540
541
  resize_strategy: string;
541
542
  background: string;
542
- robot: "/file/preview";
543
543
  format: string;
544
544
  waveform_center_color: string;
545
545
  waveform_outer_color: string;
@@ -556,8 +556,6 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
556
556
  clip_duration: string | number;
557
557
  clip_framerate: string | number;
558
558
  clip_loop: string | boolean;
559
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
560
- queue?: string | undefined;
561
559
  use?: string | string[] | {
562
560
  name: string;
563
561
  fields?: string | undefined;
@@ -572,6 +570,8 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
572
570
  bundle_steps?: boolean | undefined;
573
571
  group_by_original?: boolean | undefined;
574
572
  } | undefined;
573
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
574
+ queue?: string | undefined;
575
575
  strategy?: string | {
576
576
  unknown: string | string[];
577
577
  document: string | string[];
@@ -586,11 +586,6 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
586
586
  }, {
587
587
  robot: "/file/preview";
588
588
  optimize?: string | boolean | undefined;
589
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
590
- result?: string | boolean | undefined;
591
- queue?: string | undefined;
592
- force_accept?: string | boolean | undefined;
593
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
594
589
  use?: string | string[] | {
595
590
  name: string;
596
591
  fields?: string | undefined;
@@ -605,6 +600,11 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
605
600
  bundle_steps?: boolean | undefined;
606
601
  group_by_original?: boolean | undefined;
607
602
  } | undefined;
603
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
604
+ result?: string | boolean | undefined;
605
+ queue?: string | undefined;
606
+ force_accept?: string | boolean | undefined;
607
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
608
608
  width?: unknown;
609
609
  height?: unknown;
610
610
  resize_strategy?: string | undefined;
@@ -744,13 +744,13 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
744
744
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
745
745
  }, "strict", z.ZodTypeAny, {
746
746
  optimize: string | boolean;
747
+ robot: "/file/preview";
747
748
  force_accept: string | boolean;
748
749
  ignore_errors: string | string[];
749
750
  width: string | number;
750
751
  height: string | number;
751
752
  resize_strategy: string;
752
753
  background: string;
753
- robot: "/file/preview";
754
754
  format: string;
755
755
  waveform_center_color: string;
756
756
  waveform_outer_color: string;
@@ -767,9 +767,6 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
767
767
  clip_duration: string | number;
768
768
  clip_framerate: string | number;
769
769
  clip_loop: string | boolean;
770
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
771
- result?: string | boolean | undefined;
772
- queue?: string | undefined;
773
770
  use?: string | string[] | {
774
771
  name: string;
775
772
  fields?: string | undefined;
@@ -784,6 +781,9 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
784
781
  bundle_steps?: boolean | undefined;
785
782
  group_by_original?: boolean | undefined;
786
783
  } | undefined;
784
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
785
+ result?: string | boolean | undefined;
786
+ queue?: string | undefined;
787
787
  strategy?: string | {
788
788
  unknown: string | string[];
789
789
  document: string | string[];
@@ -798,11 +798,6 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
798
798
  }, {
799
799
  robot: "/file/preview";
800
800
  optimize?: string | boolean | undefined;
801
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
802
- result?: string | boolean | undefined;
803
- queue?: string | undefined;
804
- force_accept?: string | boolean | undefined;
805
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
806
801
  use?: string | string[] | {
807
802
  name: string;
808
803
  fields?: string | undefined;
@@ -817,6 +812,11 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
817
812
  bundle_steps?: boolean | undefined;
818
813
  group_by_original?: boolean | undefined;
819
814
  } | undefined;
815
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
816
+ result?: string | boolean | undefined;
817
+ queue?: string | undefined;
818
+ force_accept?: string | boolean | undefined;
819
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
820
820
  width?: unknown;
821
821
  height?: unknown;
822
822
  resize_strategy?: string | undefined;