@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
@@ -62,15 +62,13 @@ export declare const robotDocumentOcrInstructionsSchema: z.ZodObject<{
62
62
  granularity: z.ZodDefault<z.ZodEnum<["full", "list"]>>;
63
63
  format: z.ZodDefault<z.ZodEnum<["json", "meta", "text"]>>;
64
64
  }, "strict", z.ZodTypeAny, {
65
+ robot: "/document/ocr";
65
66
  result: boolean;
66
67
  force_accept: boolean;
67
68
  ignore_errors: string[];
68
- robot: "/document/ocr";
69
- format: "meta" | "json" | "text";
69
+ format: "meta" | "text" | "json";
70
70
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
71
71
  granularity: "full" | "list";
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,14 +83,11 @@ export declare const robotDocumentOcrInstructionsSchema: 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
  }, {
89
89
  robot: "/document/ocr";
90
90
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
91
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
92
- result?: boolean | undefined;
93
- queue?: "batch" | undefined;
94
- force_accept?: boolean | undefined;
95
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
96
91
  use?: string | string[] | {
97
92
  name: string;
98
93
  fields?: string | undefined;
@@ -107,7 +102,12 @@ export declare const robotDocumentOcrInstructionsSchema: z.ZodObject<{
107
102
  bundle_steps?: boolean | undefined;
108
103
  group_by_original?: boolean | undefined;
109
104
  } | undefined;
110
- format?: "meta" | "json" | "text" | undefined;
105
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
106
+ result?: boolean | undefined;
107
+ queue?: "batch" | undefined;
108
+ force_accept?: boolean | undefined;
109
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
110
+ format?: "meta" | "text" | "json" | undefined;
111
111
  granularity?: "full" | "list" | undefined;
112
112
  }>;
113
113
  export declare const robotDocumentOcrInstructionsWithHiddenFieldsSchema: z.ZodObject<{
@@ -170,15 +170,12 @@ export declare const robotDocumentOcrInstructionsWithHiddenFieldsSchema: z.ZodOb
170
170
  } & {
171
171
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
172
172
  }, "strict", z.ZodTypeAny, {
173
+ robot: "/document/ocr";
173
174
  force_accept: boolean;
174
175
  ignore_errors: string[];
175
- robot: "/document/ocr";
176
- format: "meta" | "json" | "text";
176
+ format: "meta" | "text" | "json";
177
177
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
178
178
  granularity: "full" | "list";
179
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
180
- result?: boolean | "debug" | undefined;
181
- queue?: "batch" | undefined;
182
179
  use?: string | string[] | {
183
180
  name: string;
184
181
  fields?: string | undefined;
@@ -193,14 +190,12 @@ export declare const robotDocumentOcrInstructionsWithHiddenFieldsSchema: z.ZodOb
193
190
  bundle_steps?: boolean | undefined;
194
191
  group_by_original?: boolean | undefined;
195
192
  } | undefined;
196
- }, {
197
- robot: "/document/ocr";
198
- provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
199
193
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
200
194
  result?: boolean | "debug" | undefined;
201
195
  queue?: "batch" | undefined;
202
- force_accept?: boolean | undefined;
203
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
196
+ }, {
197
+ robot: "/document/ocr";
198
+ provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
204
199
  use?: string | string[] | {
205
200
  name: string;
206
201
  fields?: string | undefined;
@@ -215,7 +210,12 @@ export declare const robotDocumentOcrInstructionsWithHiddenFieldsSchema: z.ZodOb
215
210
  bundle_steps?: boolean | undefined;
216
211
  group_by_original?: boolean | undefined;
217
212
  } | undefined;
218
- format?: "meta" | "json" | "text" | undefined;
213
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
214
+ result?: boolean | "debug" | undefined;
215
+ queue?: "batch" | undefined;
216
+ force_accept?: boolean | undefined;
217
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
218
+ format?: "meta" | "text" | "json" | undefined;
219
219
  granularity?: "full" | "list" | undefined;
220
220
  }>;
221
221
  export type RobotDocumentOcrInstructions = z.infer<typeof robotDocumentOcrInstructionsSchema>;
@@ -279,15 +279,13 @@ export declare const interpolatableRobotDocumentOcrInstructionsSchema: z.ZodObje
279
279
  granularity: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["full", "list"]>]>>;
280
280
  format: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["json", "meta", "text"]>]>>;
281
281
  }, "strict", z.ZodTypeAny, {
282
+ robot: "/document/ocr";
282
283
  result: string | boolean;
283
284
  force_accept: string | boolean;
284
285
  ignore_errors: string | string[];
285
- robot: "/document/ocr";
286
286
  format: string;
287
287
  provider: string;
288
288
  granularity: string;
289
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
290
- queue?: string | undefined;
291
289
  use?: string | string[] | {
292
290
  name: string;
293
291
  fields?: string | undefined;
@@ -302,14 +300,11 @@ export declare const interpolatableRobotDocumentOcrInstructionsSchema: z.ZodObje
302
300
  bundle_steps?: boolean | undefined;
303
301
  group_by_original?: boolean | undefined;
304
302
  } | undefined;
303
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
304
+ queue?: string | undefined;
305
305
  }, {
306
306
  robot: "/document/ocr";
307
307
  provider: string;
308
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
309
- result?: string | boolean | undefined;
310
- queue?: string | undefined;
311
- force_accept?: string | boolean | undefined;
312
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
313
308
  use?: string | string[] | {
314
309
  name: string;
315
310
  fields?: string | undefined;
@@ -324,6 +319,11 @@ export declare const interpolatableRobotDocumentOcrInstructionsSchema: z.ZodObje
324
319
  bundle_steps?: boolean | undefined;
325
320
  group_by_original?: boolean | undefined;
326
321
  } | undefined;
322
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
323
+ result?: string | boolean | undefined;
324
+ queue?: string | undefined;
325
+ force_accept?: string | boolean | undefined;
326
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
327
327
  format?: string | undefined;
328
328
  granularity?: string | undefined;
329
329
  }>;
@@ -388,15 +388,12 @@ export declare const interpolatableRobotDocumentOcrInstructionsWithHiddenFieldsS
388
388
  format: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["json", "meta", "text"]>]>>;
389
389
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
390
390
  }, "strict", z.ZodTypeAny, {
391
+ robot: "/document/ocr";
391
392
  force_accept: string | boolean;
392
393
  ignore_errors: string | string[];
393
- robot: "/document/ocr";
394
394
  format: string;
395
395
  provider: string;
396
396
  granularity: string;
397
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
398
- result?: string | boolean | undefined;
399
- queue?: string | undefined;
400
397
  use?: string | string[] | {
401
398
  name: string;
402
399
  fields?: string | undefined;
@@ -411,14 +408,12 @@ export declare const interpolatableRobotDocumentOcrInstructionsWithHiddenFieldsS
411
408
  bundle_steps?: boolean | undefined;
412
409
  group_by_original?: boolean | undefined;
413
410
  } | undefined;
414
- }, {
415
- robot: "/document/ocr";
416
- provider: string;
417
411
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
418
412
  result?: string | boolean | undefined;
419
413
  queue?: string | undefined;
420
- force_accept?: string | boolean | undefined;
421
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
414
+ }, {
415
+ robot: "/document/ocr";
416
+ provider: string;
422
417
  use?: string | string[] | {
423
418
  name: string;
424
419
  fields?: string | undefined;
@@ -433,6 +428,11 @@ export declare const interpolatableRobotDocumentOcrInstructionsWithHiddenFieldsS
433
428
  bundle_steps?: boolean | undefined;
434
429
  group_by_original?: boolean | undefined;
435
430
  } | undefined;
431
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
432
+ result?: string | boolean | undefined;
433
+ queue?: string | undefined;
434
+ force_accept?: string | boolean | undefined;
435
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
436
436
  format?: string | undefined;
437
437
  granularity?: string | undefined;
438
438
  }>;
@@ -60,12 +60,10 @@ export declare const robotDocumentSplitInstructionsSchema: z.ZodObject<{
60
60
  robot: z.ZodLiteral<"/document/split">;
61
61
  pages: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
62
62
  }, "strict", z.ZodTypeAny, {
63
+ robot: "/document/split";
63
64
  result: boolean;
64
65
  force_accept: boolean;
65
66
  ignore_errors: string[];
66
- robot: "/document/split";
67
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
68
- queue?: "batch" | undefined;
69
67
  use?: string | string[] | {
70
68
  name: string;
71
69
  fields?: string | undefined;
@@ -80,14 +78,11 @@ export declare const robotDocumentSplitInstructionsSchema: z.ZodObject<{
80
78
  bundle_steps?: boolean | undefined;
81
79
  group_by_original?: boolean | undefined;
82
80
  } | undefined;
81
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
82
+ queue?: "batch" | undefined;
83
83
  pages?: string | string[] | undefined;
84
84
  }, {
85
85
  robot: "/document/split";
86
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
87
- result?: boolean | undefined;
88
- queue?: "batch" | undefined;
89
- force_accept?: boolean | undefined;
90
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
91
86
  use?: string | string[] | {
92
87
  name: string;
93
88
  fields?: string | undefined;
@@ -102,6 +97,11 @@ export declare const robotDocumentSplitInstructionsSchema: z.ZodObject<{
102
97
  bundle_steps?: boolean | undefined;
103
98
  group_by_original?: boolean | undefined;
104
99
  } | 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
105
  pages?: string | string[] | undefined;
106
106
  }>;
107
107
  export declare const robotDocumentSplitInstructionsWithHiddenFieldsSchema: z.ZodObject<{
@@ -162,12 +162,9 @@ export declare const robotDocumentSplitInstructionsWithHiddenFieldsSchema: z.Zod
162
162
  } & {
163
163
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
164
164
  }, "strict", z.ZodTypeAny, {
165
+ robot: "/document/split";
165
166
  force_accept: boolean;
166
167
  ignore_errors: string[];
167
- robot: "/document/split";
168
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
169
- result?: boolean | "debug" | undefined;
170
- queue?: "batch" | undefined;
171
168
  use?: string | string[] | {
172
169
  name: string;
173
170
  fields?: string | undefined;
@@ -182,14 +179,12 @@ export declare const robotDocumentSplitInstructionsWithHiddenFieldsSchema: z.Zod
182
179
  bundle_steps?: boolean | undefined;
183
180
  group_by_original?: boolean | undefined;
184
181
  } | undefined;
185
- pages?: string | string[] | undefined;
186
- }, {
187
- robot: "/document/split";
188
182
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
189
183
  result?: boolean | "debug" | undefined;
190
184
  queue?: "batch" | undefined;
191
- force_accept?: boolean | undefined;
192
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
185
+ pages?: string | string[] | undefined;
186
+ }, {
187
+ robot: "/document/split";
193
188
  use?: string | string[] | {
194
189
  name: string;
195
190
  fields?: string | undefined;
@@ -204,6 +199,11 @@ export declare const robotDocumentSplitInstructionsWithHiddenFieldsSchema: z.Zod
204
199
  bundle_steps?: boolean | undefined;
205
200
  group_by_original?: boolean | undefined;
206
201
  } | 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
207
  pages?: string | string[] | undefined;
208
208
  }>;
209
209
  export type RobotDocumentSplitInstructions = z.infer<typeof robotDocumentSplitInstructionsSchema>;
@@ -265,12 +265,10 @@ export declare const interpolatableRobotDocumentSplitInstructionsSchema: z.ZodOb
265
265
  robot: z.ZodLiteral<"/document/split">;
266
266
  pages: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
267
267
  }, "strict", z.ZodTypeAny, {
268
+ robot: "/document/split";
268
269
  result: string | boolean;
269
270
  force_accept: string | boolean;
270
271
  ignore_errors: string | string[];
271
- robot: "/document/split";
272
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
273
- queue?: string | undefined;
274
272
  use?: string | string[] | {
275
273
  name: string;
276
274
  fields?: string | undefined;
@@ -285,14 +283,11 @@ export declare const interpolatableRobotDocumentSplitInstructionsSchema: z.ZodOb
285
283
  bundle_steps?: boolean | undefined;
286
284
  group_by_original?: boolean | undefined;
287
285
  } | undefined;
286
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
287
+ queue?: string | undefined;
288
288
  pages?: string | string[] | undefined;
289
289
  }, {
290
290
  robot: "/document/split";
291
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
292
- result?: string | boolean | undefined;
293
- queue?: string | undefined;
294
- force_accept?: string | boolean | undefined;
295
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
296
291
  use?: string | string[] | {
297
292
  name: string;
298
293
  fields?: string | undefined;
@@ -307,6 +302,11 @@ export declare const interpolatableRobotDocumentSplitInstructionsSchema: z.ZodOb
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
  pages?: string | string[] | undefined;
311
311
  }>;
312
312
  export type InterpolatableRobotDocumentSplitInstructions = InterpolatableRobotDocumentSplitInstructionsInput;
@@ -368,12 +368,9 @@ export declare const interpolatableRobotDocumentSplitInstructionsWithHiddenField
368
368
  pages: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
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: "/document/split";
371
372
  force_accept: string | boolean;
372
373
  ignore_errors: string | string[];
373
- robot: "/document/split";
374
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
375
- result?: string | boolean | undefined;
376
- queue?: string | undefined;
377
374
  use?: string | string[] | {
378
375
  name: string;
379
376
  fields?: string | undefined;
@@ -388,14 +385,12 @@ export declare const interpolatableRobotDocumentSplitInstructionsWithHiddenField
388
385
  bundle_steps?: boolean | undefined;
389
386
  group_by_original?: boolean | undefined;
390
387
  } | undefined;
391
- pages?: string | string[] | undefined;
392
- }, {
393
- robot: "/document/split";
394
388
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
395
389
  result?: string | boolean | undefined;
396
390
  queue?: string | undefined;
397
- force_accept?: string | boolean | undefined;
398
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
391
+ pages?: string | string[] | undefined;
392
+ }, {
393
+ robot: "/document/split";
399
394
  use?: string | string[] | {
400
395
  name: string;
401
396
  fields?: string | undefined;
@@ -410,6 +405,11 @@ export declare const interpolatableRobotDocumentSplitInstructionsWithHiddenField
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
  pages?: string | string[] | undefined;
414
414
  }>;
415
415
  export type InterpolatableRobotDocumentSplitInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotDocumentSplitInstructionsWithHiddenFieldsSchema>;
@@ -75,6 +75,7 @@ export declare const robotDocumentThumbsInstructionsSchema: z.ZodObject<{
75
75
  pdf_use_cropbox: z.ZodDefault<z.ZodBoolean>;
76
76
  turbo: z.ZodDefault<z.ZodBoolean>;
77
77
  }, "strict", z.ZodTypeAny, {
78
+ robot: "/document/thumbs";
78
79
  result: boolean;
79
80
  force_accept: boolean;
80
81
  ignore_errors: string[];
@@ -82,15 +83,12 @@ export declare const robotDocumentThumbsInstructionsSchema: z.ZodObject<{
82
83
  resize_strategy: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch";
83
84
  background: string;
84
85
  turbo: boolean;
85
- robot: "/document/thumbs";
86
86
  format: "gif" | "jpeg" | "jpg" | "png";
87
87
  antialiasing: boolean;
88
88
  page: number | null;
89
89
  trim_whitespace: boolean;
90
90
  pdf_use_cropbox: boolean;
91
91
  alpha?: "Remove" | "Set" | undefined;
92
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
93
- queue?: "batch" | undefined;
94
92
  use?: string | string[] | {
95
93
  name: string;
96
94
  fields?: string | undefined;
@@ -105,6 +103,8 @@ export declare const robotDocumentThumbsInstructionsSchema: z.ZodObject<{
105
103
  bundle_steps?: boolean | undefined;
106
104
  group_by_original?: boolean | undefined;
107
105
  } | undefined;
106
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
107
+ queue?: "batch" | undefined;
108
108
  width?: number | undefined;
109
109
  height?: number | undefined;
110
110
  delay?: number | undefined;
@@ -113,11 +113,6 @@ export declare const robotDocumentThumbsInstructionsSchema: z.ZodObject<{
113
113
  }, {
114
114
  robot: "/document/thumbs";
115
115
  alpha?: "Remove" | "Set" | undefined;
116
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
117
- result?: boolean | undefined;
118
- queue?: "batch" | undefined;
119
- force_accept?: boolean | undefined;
120
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
121
116
  use?: string | string[] | {
122
117
  name: string;
123
118
  fields?: string | undefined;
@@ -132,6 +127,11 @@ export declare const robotDocumentThumbsInstructionsSchema: z.ZodObject<{
132
127
  bundle_steps?: boolean | undefined;
133
128
  group_by_original?: boolean | undefined;
134
129
  } | undefined;
130
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
131
+ result?: boolean | undefined;
132
+ queue?: "batch" | undefined;
133
+ force_accept?: boolean | undefined;
134
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
135
135
  width?: number | undefined;
136
136
  height?: number | undefined;
137
137
  imagemagick_stack?: string | undefined;
@@ -220,21 +220,18 @@ export declare const robotDocumentThumbsInstructionsWithHiddenFieldsSchema: z.Zo
220
220
  alpha: z.ZodOptional<z.ZodEnum<["Remove", "Set", "remove", "set"]>>;
221
221
  resize_strategy: z.ZodOptional<z.ZodEnum<["crop", "fillcrop", "fit", "min_fit", "pad", "stretch", "none"]>>;
222
222
  }, "strict", z.ZodTypeAny, {
223
+ robot: "/document/thumbs";
223
224
  force_accept: boolean;
224
225
  ignore_errors: string[];
225
226
  imagemagick_stack: string;
226
227
  background: string;
227
228
  turbo: boolean;
228
- robot: "/document/thumbs";
229
229
  format: "gif" | "jpeg" | "jpg" | "png";
230
230
  antialiasing: boolean;
231
231
  page: number | null;
232
232
  trim_whitespace: boolean;
233
233
  pdf_use_cropbox: boolean;
234
234
  alpha?: "set" | "remove" | "Remove" | "Set" | undefined;
235
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
236
- result?: boolean | "debug" | undefined;
237
- queue?: "batch" | undefined;
238
235
  use?: string | string[] | {
239
236
  name: string;
240
237
  fields?: string | undefined;
@@ -249,9 +246,12 @@ export declare const robotDocumentThumbsInstructionsWithHiddenFieldsSchema: z.Zo
249
246
  bundle_steps?: boolean | undefined;
250
247
  group_by_original?: boolean | undefined;
251
248
  } | undefined;
249
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
250
+ result?: boolean | "debug" | undefined;
251
+ queue?: "batch" | undefined;
252
252
  width?: number | undefined;
253
253
  height?: number | undefined;
254
- resize_strategy?: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | "none" | undefined;
254
+ resize_strategy?: "none" | "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | undefined;
255
255
  delay?: number | undefined;
256
256
  density?: string | undefined;
257
257
  colorspace?: "CMY" | "CMYK" | "Gray" | "HCL" | "HCLp" | "HSB" | "HSI" | "HSL" | "HSV" | "HWB" | "Jzazbz" | "Lab" | "LCHab" | "LCHuv" | "LMS" | "Log" | "Luv" | "OHTA" | "OkLab" | "OkLCH" | "Rec601YCbCr" | "Rec709YCbCr" | "RGB" | "scRGB" | "sRGB" | "Transparent" | "Undefined" | "xyY" | "XYZ" | "YCbCr" | "YCC" | "YDbDr" | "YIQ" | "YPbPr" | "YUV" | undefined;
@@ -259,11 +259,6 @@ export declare const robotDocumentThumbsInstructionsWithHiddenFieldsSchema: z.Zo
259
259
  }, {
260
260
  robot: "/document/thumbs";
261
261
  alpha?: "set" | "remove" | "Remove" | "Set" | undefined;
262
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
263
- result?: boolean | "debug" | undefined;
264
- queue?: "batch" | undefined;
265
- force_accept?: boolean | undefined;
266
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
267
262
  use?: string | string[] | {
268
263
  name: string;
269
264
  fields?: string | undefined;
@@ -278,10 +273,15 @@ export declare const robotDocumentThumbsInstructionsWithHiddenFieldsSchema: z.Zo
278
273
  bundle_steps?: boolean | undefined;
279
274
  group_by_original?: boolean | undefined;
280
275
  } | undefined;
276
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
277
+ result?: boolean | "debug" | undefined;
278
+ queue?: "batch" | undefined;
279
+ force_accept?: boolean | undefined;
280
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
281
281
  width?: number | undefined;
282
282
  height?: number | undefined;
283
283
  imagemagick_stack?: string | undefined;
284
- resize_strategy?: "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | "none" | undefined;
284
+ resize_strategy?: "none" | "crop" | "fit" | "fillcrop" | "min_fit" | "pad" | "stretch" | undefined;
285
285
  background?: string | undefined;
286
286
  turbo?: boolean | undefined;
287
287
  format?: "gif" | "jpeg" | "jpg" | "png" | undefined;
@@ -367,6 +367,7 @@ export declare const interpolatableRobotDocumentThumbsInstructionsSchema: z.ZodO
367
367
  pdf_use_cropbox: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
368
368
  turbo: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
369
369
  }, "strict", z.ZodTypeAny, {
370
+ robot: "/document/thumbs";
370
371
  result: string | boolean;
371
372
  force_accept: string | boolean;
372
373
  ignore_errors: string | string[];
@@ -374,15 +375,12 @@ export declare const interpolatableRobotDocumentThumbsInstructionsSchema: z.ZodO
374
375
  resize_strategy: string;
375
376
  background: string;
376
377
  turbo: string | boolean;
377
- robot: "/document/thumbs";
378
378
  format: string;
379
379
  antialiasing: string | boolean;
380
380
  page: string | number | null;
381
381
  trim_whitespace: string | boolean;
382
382
  pdf_use_cropbox: string | boolean;
383
383
  alpha?: string | undefined;
384
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
385
- queue?: string | undefined;
386
384
  use?: string | string[] | {
387
385
  name: string;
388
386
  fields?: string | undefined;
@@ -397,6 +395,8 @@ export declare const interpolatableRobotDocumentThumbsInstructionsSchema: z.ZodO
397
395
  bundle_steps?: boolean | undefined;
398
396
  group_by_original?: boolean | undefined;
399
397
  } | undefined;
398
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
399
+ queue?: string | undefined;
400
400
  width?: string | number | undefined;
401
401
  height?: string | number | undefined;
402
402
  delay?: string | number | undefined;
@@ -405,11 +405,6 @@ export declare const interpolatableRobotDocumentThumbsInstructionsSchema: z.ZodO
405
405
  }, {
406
406
  robot: "/document/thumbs";
407
407
  alpha?: string | 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
408
  use?: string | string[] | {
414
409
  name: string;
415
410
  fields?: string | undefined;
@@ -424,6 +419,11 @@ export declare const interpolatableRobotDocumentThumbsInstructionsSchema: z.ZodO
424
419
  bundle_steps?: boolean | undefined;
425
420
  group_by_original?: boolean | undefined;
426
421
  } | undefined;
422
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
423
+ result?: string | boolean | undefined;
424
+ queue?: string | undefined;
425
+ force_accept?: string | boolean | undefined;
426
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
427
427
  width?: string | number | undefined;
428
428
  height?: string | number | undefined;
429
429
  imagemagick_stack?: string | undefined;
@@ -513,21 +513,18 @@ export declare const interpolatableRobotDocumentThumbsInstructionsWithHiddenFiel
513
513
  alpha: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["Remove", "Set", "remove", "set"]>]>>;
514
514
  resize_strategy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["crop", "fillcrop", "fit", "min_fit", "pad", "stretch", "none"]>]>>;
515
515
  }, "strict", z.ZodTypeAny, {
516
+ robot: "/document/thumbs";
516
517
  force_accept: string | boolean;
517
518
  ignore_errors: string | string[];
518
519
  imagemagick_stack: string;
519
520
  background: string;
520
521
  turbo: string | boolean;
521
- robot: "/document/thumbs";
522
522
  format: string;
523
523
  antialiasing: string | boolean;
524
524
  page: string | number | null;
525
525
  trim_whitespace: string | boolean;
526
526
  pdf_use_cropbox: string | boolean;
527
527
  alpha?: string | undefined;
528
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
529
- result?: string | boolean | undefined;
530
- queue?: string | undefined;
531
528
  use?: string | string[] | {
532
529
  name: string;
533
530
  fields?: string | undefined;
@@ -542,6 +539,9 @@ export declare const interpolatableRobotDocumentThumbsInstructionsWithHiddenFiel
542
539
  bundle_steps?: boolean | undefined;
543
540
  group_by_original?: boolean | undefined;
544
541
  } | undefined;
542
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
543
+ result?: string | boolean | undefined;
544
+ queue?: string | undefined;
545
545
  width?: string | number | undefined;
546
546
  height?: string | number | undefined;
547
547
  resize_strategy?: string | undefined;
@@ -552,11 +552,6 @@ export declare const interpolatableRobotDocumentThumbsInstructionsWithHiddenFiel
552
552
  }, {
553
553
  robot: "/document/thumbs";
554
554
  alpha?: string | undefined;
555
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
556
- result?: string | boolean | undefined;
557
- queue?: string | undefined;
558
- force_accept?: string | boolean | undefined;
559
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
560
555
  use?: string | string[] | {
561
556
  name: string;
562
557
  fields?: string | undefined;
@@ -571,6 +566,11 @@ export declare const interpolatableRobotDocumentThumbsInstructionsWithHiddenFiel
571
566
  bundle_steps?: boolean | undefined;
572
567
  group_by_original?: boolean | undefined;
573
568
  } | undefined;
569
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
570
+ result?: string | boolean | undefined;
571
+ queue?: string | undefined;
572
+ force_accept?: string | boolean | undefined;
573
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
574
574
  width?: string | number | undefined;
575
575
  height?: string | number | undefined;
576
576
  imagemagick_stack?: string | undefined;
@@ -16,11 +16,11 @@ export declare const robotDropboxImportInstructionsSchema: z.ZodObject<{
16
16
  path: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
17
17
  }, "strict", z.ZodTypeAny, {
18
18
  path: string | string[];
19
+ robot: "/dropbox/import";
19
20
  result: boolean;
20
21
  force_accept: boolean;
21
22
  ignore_errors: string[];
22
23
  force_name: string | string[] | null;
23
- robot: "/dropbox/import";
24
24
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
25
25
  queue?: "batch" | undefined;
26
26
  credentials?: string | undefined;
@@ -49,10 +49,10 @@ export declare const robotDropboxImportInstructionsWithHiddenFieldsSchema: z.Zod
49
49
  access_token: z.ZodOptional<z.ZodString>;
50
50
  }, "strict", z.ZodTypeAny, {
51
51
  path: string | string[];
52
+ robot: "/dropbox/import";
52
53
  force_accept: boolean;
53
54
  ignore_errors: string[];
54
55
  force_name: string | string[] | null;
55
- robot: "/dropbox/import";
56
56
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
57
57
  result?: boolean | "debug" | undefined;
58
58
  queue?: "batch" | undefined;
@@ -84,11 +84,11 @@ export declare const interpolatableRobotDropboxImportInstructionsSchema: z.ZodOb
84
84
  path: z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>;
85
85
  }, "strict", z.ZodTypeAny, {
86
86
  path: string | string[];
87
+ robot: "/dropbox/import";
87
88
  result: string | boolean;
88
89
  force_accept: string | boolean;
89
90
  ignore_errors: string | string[];
90
91
  force_name: string | string[] | null;
91
- robot: "/dropbox/import";
92
92
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
93
93
  queue?: string | undefined;
94
94
  credentials?: string | undefined;
@@ -118,10 +118,10 @@ export declare const interpolatableRobotDropboxImportInstructionsWithHiddenField
118
118
  access_token: z.ZodOptional<z.ZodString>;
119
119
  }, "strict", z.ZodTypeAny, {
120
120
  path: string | string[];
121
+ robot: "/dropbox/import";
121
122
  force_accept: string | boolean;
122
123
  ignore_errors: string | string[];
123
124
  force_name: string | string[] | null;
124
- robot: "/dropbox/import";
125
125
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
126
126
  result?: string | boolean | undefined;
127
127
  queue?: string | undefined;