@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
@@ -59,12 +59,10 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
59
59
  } & {
60
60
  robot: z.ZodLiteral<"/document/autorotate">;
61
61
  }, "strict", z.ZodTypeAny, {
62
+ robot: "/document/autorotate";
62
63
  result: boolean;
63
64
  force_accept: boolean;
64
65
  ignore_errors: string[];
65
- robot: "/document/autorotate";
66
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
67
- queue?: "batch" | undefined;
68
66
  use?: string | string[] | {
69
67
  name: string;
70
68
  fields?: string | undefined;
@@ -79,13 +77,10 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
79
77
  bundle_steps?: boolean | undefined;
80
78
  group_by_original?: boolean | undefined;
81
79
  } | undefined;
82
- }, {
83
- robot: "/document/autorotate";
84
80
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
85
- result?: boolean | undefined;
86
81
  queue?: "batch" | undefined;
87
- force_accept?: boolean | undefined;
88
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
82
+ }, {
83
+ robot: "/document/autorotate";
89
84
  use?: string | string[] | {
90
85
  name: string;
91
86
  fields?: string | undefined;
@@ -100,6 +95,11 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
100
95
  bundle_steps?: boolean | undefined;
101
96
  group_by_original?: boolean | undefined;
102
97
  } | undefined;
98
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
99
+ result?: boolean | undefined;
100
+ queue?: "batch" | undefined;
101
+ force_accept?: boolean | undefined;
102
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
103
103
  }>;
104
104
  export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema: z.ZodObject<{
105
105
  output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
@@ -158,12 +158,9 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
158
158
  } & {
159
159
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
160
160
  }, "strict", z.ZodTypeAny, {
161
+ robot: "/document/autorotate";
161
162
  force_accept: boolean;
162
163
  ignore_errors: string[];
163
- robot: "/document/autorotate";
164
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
165
- result?: boolean | "debug" | undefined;
166
- queue?: "batch" | undefined;
167
164
  use?: string | string[] | {
168
165
  name: string;
169
166
  fields?: string | undefined;
@@ -178,13 +175,11 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
178
175
  bundle_steps?: boolean | undefined;
179
176
  group_by_original?: boolean | undefined;
180
177
  } | undefined;
181
- }, {
182
- robot: "/document/autorotate";
183
178
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
184
179
  result?: boolean | "debug" | undefined;
185
180
  queue?: "batch" | undefined;
186
- force_accept?: boolean | undefined;
187
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
181
+ }, {
182
+ robot: "/document/autorotate";
188
183
  use?: string | string[] | {
189
184
  name: string;
190
185
  fields?: string | undefined;
@@ -199,6 +194,11 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
199
194
  bundle_steps?: boolean | undefined;
200
195
  group_by_original?: boolean | undefined;
201
196
  } | undefined;
197
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
198
+ result?: boolean | "debug" | undefined;
199
+ queue?: "batch" | undefined;
200
+ force_accept?: boolean | undefined;
201
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
202
202
  }>;
203
203
  export type RobotDocumentAutorotateInstructions = z.infer<typeof robotDocumentAutorotateInstructionsSchema>;
204
204
  export type RobotDocumentAutorotateInstructionsWithHiddenFields = z.infer<typeof robotDocumentAutorotateInstructionsWithHiddenFieldsSchema>;
@@ -258,12 +258,10 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
258
258
  }>]>>;
259
259
  robot: z.ZodLiteral<"/document/autorotate">;
260
260
  }, "strict", z.ZodTypeAny, {
261
+ robot: "/document/autorotate";
261
262
  result: string | boolean;
262
263
  force_accept: string | boolean;
263
264
  ignore_errors: string | string[];
264
- robot: "/document/autorotate";
265
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
266
- queue?: string | undefined;
267
265
  use?: string | string[] | {
268
266
  name: string;
269
267
  fields?: string | undefined;
@@ -278,13 +276,10 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
278
276
  bundle_steps?: boolean | undefined;
279
277
  group_by_original?: boolean | undefined;
280
278
  } | undefined;
281
- }, {
282
- robot: "/document/autorotate";
283
279
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
284
- result?: string | boolean | undefined;
285
280
  queue?: string | undefined;
286
- force_accept?: string | boolean | undefined;
287
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
281
+ }, {
282
+ robot: "/document/autorotate";
288
283
  use?: string | string[] | {
289
284
  name: string;
290
285
  fields?: string | undefined;
@@ -299,6 +294,11 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
299
294
  bundle_steps?: boolean | undefined;
300
295
  group_by_original?: boolean | undefined;
301
296
  } | undefined;
297
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
298
+ result?: string | boolean | undefined;
299
+ queue?: string | undefined;
300
+ force_accept?: string | boolean | undefined;
301
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
302
302
  }>;
303
303
  export type InterpolatableRobotDocumentAutorotateInstructions = InterpolatableRobotDocumentAutorotateInstructionsInput;
304
304
  export type InterpolatableRobotDocumentAutorotateInstructionsInput = z.input<typeof interpolatableRobotDocumentAutorotateInstructionsSchema>;
@@ -358,12 +358,9 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
358
358
  robot: z.ZodLiteral<"/document/autorotate">;
359
359
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
360
360
  }, "strict", z.ZodTypeAny, {
361
+ robot: "/document/autorotate";
361
362
  force_accept: string | boolean;
362
363
  ignore_errors: string | string[];
363
- robot: "/document/autorotate";
364
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
365
- result?: string | boolean | undefined;
366
- queue?: string | undefined;
367
364
  use?: string | string[] | {
368
365
  name: string;
369
366
  fields?: string | undefined;
@@ -378,13 +375,11 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
378
375
  bundle_steps?: boolean | undefined;
379
376
  group_by_original?: boolean | undefined;
380
377
  } | undefined;
381
- }, {
382
- robot: "/document/autorotate";
383
378
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
384
379
  result?: string | boolean | undefined;
385
380
  queue?: string | undefined;
386
- force_accept?: string | boolean | undefined;
387
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
381
+ }, {
382
+ robot: "/document/autorotate";
388
383
  use?: string | string[] | {
389
384
  name: string;
390
385
  fields?: string | undefined;
@@ -399,6 +394,11 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
399
394
  bundle_steps?: boolean | undefined;
400
395
  group_by_original?: boolean | undefined;
401
396
  } | undefined;
397
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
398
+ result?: string | boolean | undefined;
399
+ queue?: string | undefined;
400
+ force_accept?: string | boolean | undefined;
401
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
402
402
  }>;
403
403
  export type InterpolatableRobotDocumentAutorotateInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsSchema>;
404
404
  export type InterpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsInput = z.input<typeof interpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsSchema>;
@@ -68,19 +68,17 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
68
68
  pdf_header_template: z.ZodOptional<z.ZodString>;
69
69
  pdf_footer_template: z.ZodOptional<z.ZodString>;
70
70
  }, "strict", z.ZodTypeAny, {
71
+ robot: "/document/convert";
71
72
  result: boolean;
72
73
  force_accept: boolean;
73
74
  ignore_errors: string[];
74
- robot: "/document/convert";
75
- format: "gif" | "text" | "ai" | "csv" | "doc" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "pdf" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
75
+ format: "doc" | "gif" | "text" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
76
76
  markdown_format: "commonmark" | "gfm";
77
- markdown_theme: "bare" | "github";
77
+ markdown_theme: "github" | "bare";
78
78
  pdf_margin: string;
79
79
  pdf_print_background: boolean;
80
80
  pdf_format: "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "Ledger" | "Legal" | "Letter" | "Tabloid";
81
81
  pdf_display_header_footer: boolean;
82
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
83
- queue?: "batch" | undefined;
84
82
  use?: string | string[] | {
85
83
  name: string;
86
84
  fields?: string | undefined;
@@ -95,16 +93,13 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
95
93
  bundle_steps?: boolean | undefined;
96
94
  group_by_original?: boolean | undefined;
97
95
  } | undefined;
96
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
97
+ queue?: "batch" | undefined;
98
98
  pdf_header_template?: string | undefined;
99
99
  pdf_footer_template?: string | undefined;
100
100
  }, {
101
101
  robot: "/document/convert";
102
- format: "gif" | "text" | "ai" | "csv" | "doc" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "pdf" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
103
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
104
- result?: boolean | undefined;
105
- queue?: "batch" | undefined;
106
- force_accept?: boolean | undefined;
107
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
102
+ format: "doc" | "gif" | "text" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
108
103
  use?: string | string[] | {
109
104
  name: string;
110
105
  fields?: string | undefined;
@@ -119,8 +114,13 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
119
114
  bundle_steps?: boolean | undefined;
120
115
  group_by_original?: boolean | undefined;
121
116
  } | undefined;
117
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
118
+ result?: boolean | undefined;
119
+ queue?: "batch" | undefined;
120
+ force_accept?: boolean | undefined;
121
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
122
122
  markdown_format?: "commonmark" | "gfm" | undefined;
123
- markdown_theme?: "bare" | "github" | undefined;
123
+ markdown_theme?: "github" | "bare" | undefined;
124
124
  pdf_margin?: string | undefined;
125
125
  pdf_print_background?: boolean | undefined;
126
126
  pdf_format?: "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "Ledger" | "Legal" | "Letter" | "Tabloid" | undefined;
@@ -194,19 +194,16 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
194
194
  } & {
195
195
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
196
196
  }, "strict", z.ZodTypeAny, {
197
+ robot: "/document/convert";
197
198
  force_accept: boolean;
198
199
  ignore_errors: string[];
199
- robot: "/document/convert";
200
- format: "gif" | "text" | "ai" | "csv" | "doc" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "pdf" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
200
+ format: "doc" | "gif" | "text" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
201
201
  markdown_format: "commonmark" | "gfm";
202
- markdown_theme: "bare" | "github";
202
+ markdown_theme: "github" | "bare";
203
203
  pdf_margin: string;
204
204
  pdf_print_background: boolean;
205
205
  pdf_format: "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "Ledger" | "Legal" | "Letter" | "Tabloid";
206
206
  pdf_display_header_footer: boolean;
207
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
208
- result?: boolean | "debug" | undefined;
209
- queue?: "batch" | undefined;
210
207
  use?: string | string[] | {
211
208
  name: string;
212
209
  fields?: string | undefined;
@@ -221,16 +218,14 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
221
218
  bundle_steps?: boolean | undefined;
222
219
  group_by_original?: boolean | undefined;
223
220
  } | undefined;
221
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
222
+ result?: boolean | "debug" | undefined;
223
+ queue?: "batch" | undefined;
224
224
  pdf_header_template?: string | undefined;
225
225
  pdf_footer_template?: string | undefined;
226
226
  }, {
227
227
  robot: "/document/convert";
228
- format: "gif" | "text" | "ai" | "csv" | "doc" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "pdf" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
229
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
230
- result?: boolean | "debug" | undefined;
231
- queue?: "batch" | undefined;
232
- force_accept?: boolean | undefined;
233
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
228
+ format: "doc" | "gif" | "text" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
234
229
  use?: string | string[] | {
235
230
  name: string;
236
231
  fields?: string | undefined;
@@ -245,8 +240,13 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
245
240
  bundle_steps?: boolean | undefined;
246
241
  group_by_original?: boolean | undefined;
247
242
  } | undefined;
243
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
244
+ result?: boolean | "debug" | undefined;
245
+ queue?: "batch" | undefined;
246
+ force_accept?: boolean | undefined;
247
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
248
248
  markdown_format?: "commonmark" | "gfm" | undefined;
249
- markdown_theme?: "bare" | "github" | undefined;
249
+ markdown_theme?: "github" | "bare" | undefined;
250
250
  pdf_margin?: string | undefined;
251
251
  pdf_print_background?: boolean | undefined;
252
252
  pdf_format?: "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "Ledger" | "Legal" | "Letter" | "Tabloid" | undefined;
@@ -321,10 +321,10 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
321
321
  pdf_header_template: z.ZodOptional<z.ZodString>;
322
322
  pdf_footer_template: z.ZodOptional<z.ZodString>;
323
323
  }, "strict", z.ZodTypeAny, {
324
+ robot: "/document/convert";
324
325
  result: string | boolean;
325
326
  force_accept: string | boolean;
326
327
  ignore_errors: string | string[];
327
- robot: "/document/convert";
328
328
  format: string;
329
329
  markdown_format: string;
330
330
  markdown_theme: string;
@@ -332,8 +332,6 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
332
332
  pdf_print_background: string | boolean;
333
333
  pdf_format: string;
334
334
  pdf_display_header_footer: string | boolean;
335
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
336
- queue?: string | undefined;
337
335
  use?: string | string[] | {
338
336
  name: string;
339
337
  fields?: string | undefined;
@@ -348,16 +346,13 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
348
346
  bundle_steps?: boolean | undefined;
349
347
  group_by_original?: boolean | undefined;
350
348
  } | undefined;
349
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
350
+ queue?: string | undefined;
351
351
  pdf_header_template?: string | undefined;
352
352
  pdf_footer_template?: string | undefined;
353
353
  }, {
354
354
  robot: "/document/convert";
355
355
  format: string;
356
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
357
- result?: string | boolean | undefined;
358
- queue?: string | undefined;
359
- force_accept?: string | boolean | undefined;
360
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
361
356
  use?: string | string[] | {
362
357
  name: string;
363
358
  fields?: string | undefined;
@@ -372,6 +367,11 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
372
367
  bundle_steps?: boolean | undefined;
373
368
  group_by_original?: boolean | undefined;
374
369
  } | undefined;
370
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
371
+ result?: string | boolean | undefined;
372
+ queue?: string | undefined;
373
+ force_accept?: string | boolean | undefined;
374
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
375
375
  markdown_format?: string | undefined;
376
376
  markdown_theme?: string | undefined;
377
377
  pdf_margin?: string | undefined;
@@ -448,9 +448,9 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
448
448
  pdf_footer_template: z.ZodOptional<z.ZodString>;
449
449
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
450
450
  }, "strict", z.ZodTypeAny, {
451
+ robot: "/document/convert";
451
452
  force_accept: string | boolean;
452
453
  ignore_errors: string | string[];
453
- robot: "/document/convert";
454
454
  format: string;
455
455
  markdown_format: string;
456
456
  markdown_theme: string;
@@ -458,9 +458,6 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
458
458
  pdf_print_background: string | boolean;
459
459
  pdf_format: string;
460
460
  pdf_display_header_footer: string | boolean;
461
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
462
- result?: string | boolean | undefined;
463
- queue?: string | undefined;
464
461
  use?: string | string[] | {
465
462
  name: string;
466
463
  fields?: string | undefined;
@@ -475,16 +472,14 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
475
472
  bundle_steps?: boolean | undefined;
476
473
  group_by_original?: boolean | undefined;
477
474
  } | undefined;
475
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
476
+ result?: string | boolean | undefined;
477
+ queue?: string | undefined;
478
478
  pdf_header_template?: string | undefined;
479
479
  pdf_footer_template?: string | undefined;
480
480
  }, {
481
481
  robot: "/document/convert";
482
482
  format: string;
483
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
484
- result?: string | boolean | undefined;
485
- queue?: string | undefined;
486
- force_accept?: string | boolean | undefined;
487
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
488
483
  use?: string | string[] | {
489
484
  name: string;
490
485
  fields?: string | undefined;
@@ -499,6 +494,11 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
499
494
  bundle_steps?: boolean | undefined;
500
495
  group_by_original?: boolean | undefined;
501
496
  } | undefined;
497
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
498
+ result?: string | boolean | undefined;
499
+ queue?: string | undefined;
500
+ force_accept?: string | boolean | undefined;
501
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
502
502
  markdown_format?: string | undefined;
503
503
  markdown_theme?: string | undefined;
504
504
  pdf_margin?: string | undefined;
@@ -61,13 +61,11 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
61
61
  input_passwords: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
62
62
  output_password: z.ZodOptional<z.ZodString>;
63
63
  }, "strict", z.ZodTypeAny, {
64
+ robot: "/document/merge";
64
65
  result: boolean;
65
66
  force_accept: boolean;
66
67
  ignore_errors: string[];
67
- robot: "/document/merge";
68
68
  input_passwords: string[];
69
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
70
- queue?: "batch" | undefined;
71
69
  use?: string | string[] | {
72
70
  name: string;
73
71
  fields?: string | undefined;
@@ -82,14 +80,11 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
82
80
  bundle_steps?: boolean | undefined;
83
81
  group_by_original?: boolean | undefined;
84
82
  } | undefined;
83
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
84
+ queue?: "batch" | undefined;
85
85
  output_password?: string | undefined;
86
86
  }, {
87
87
  robot: "/document/merge";
88
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
89
- result?: boolean | undefined;
90
- queue?: "batch" | undefined;
91
- force_accept?: boolean | undefined;
92
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
93
88
  use?: string | string[] | {
94
89
  name: string;
95
90
  fields?: string | undefined;
@@ -104,6 +99,11 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
104
99
  bundle_steps?: boolean | undefined;
105
100
  group_by_original?: boolean | undefined;
106
101
  } | undefined;
102
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
103
+ result?: boolean | undefined;
104
+ queue?: "batch" | undefined;
105
+ force_accept?: boolean | undefined;
106
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
107
107
  input_passwords?: string[] | undefined;
108
108
  output_password?: string | undefined;
109
109
  }>;
@@ -166,13 +166,10 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
166
166
  } & {
167
167
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
168
168
  }, "strict", z.ZodTypeAny, {
169
+ robot: "/document/merge";
169
170
  force_accept: boolean;
170
171
  ignore_errors: string[];
171
- robot: "/document/merge";
172
172
  input_passwords: string[];
173
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
174
- result?: boolean | "debug" | undefined;
175
- queue?: "batch" | undefined;
176
173
  use?: string | string[] | {
177
174
  name: string;
178
175
  fields?: string | undefined;
@@ -187,14 +184,12 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
187
184
  bundle_steps?: boolean | undefined;
188
185
  group_by_original?: boolean | undefined;
189
186
  } | undefined;
190
- output_password?: string | undefined;
191
- }, {
192
- robot: "/document/merge";
193
187
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
194
188
  result?: boolean | "debug" | undefined;
195
189
  queue?: "batch" | undefined;
196
- force_accept?: boolean | undefined;
197
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
190
+ output_password?: string | undefined;
191
+ }, {
192
+ robot: "/document/merge";
198
193
  use?: string | string[] | {
199
194
  name: string;
200
195
  fields?: string | undefined;
@@ -209,6 +204,11 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
209
204
  bundle_steps?: boolean | undefined;
210
205
  group_by_original?: boolean | undefined;
211
206
  } | undefined;
207
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
208
+ result?: boolean | "debug" | undefined;
209
+ queue?: "batch" | undefined;
210
+ force_accept?: boolean | undefined;
211
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
212
212
  input_passwords?: string[] | undefined;
213
213
  output_password?: string | undefined;
214
214
  }>;
@@ -272,13 +272,11 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
272
272
  input_passwords: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
273
273
  output_password: z.ZodOptional<z.ZodString>;
274
274
  }, "strict", z.ZodTypeAny, {
275
+ robot: "/document/merge";
275
276
  result: string | boolean;
276
277
  force_accept: string | boolean;
277
278
  ignore_errors: string | string[];
278
- robot: "/document/merge";
279
279
  input_passwords: string | string[];
280
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
281
- queue?: string | undefined;
282
280
  use?: string | string[] | {
283
281
  name: string;
284
282
  fields?: string | undefined;
@@ -293,14 +291,11 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
293
291
  bundle_steps?: boolean | undefined;
294
292
  group_by_original?: boolean | undefined;
295
293
  } | undefined;
294
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
295
+ queue?: string | undefined;
296
296
  output_password?: string | undefined;
297
297
  }, {
298
298
  robot: "/document/merge";
299
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
300
- result?: string | boolean | undefined;
301
- queue?: string | undefined;
302
- force_accept?: string | boolean | undefined;
303
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
304
299
  use?: string | string[] | {
305
300
  name: string;
306
301
  fields?: string | undefined;
@@ -315,6 +310,11 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
315
310
  bundle_steps?: boolean | undefined;
316
311
  group_by_original?: boolean | undefined;
317
312
  } | 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
318
  input_passwords?: string | string[] | undefined;
319
319
  output_password?: string | undefined;
320
320
  }>;
@@ -378,13 +378,10 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
378
378
  output_password: z.ZodOptional<z.ZodString>;
379
379
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
380
380
  }, "strict", z.ZodTypeAny, {
381
+ robot: "/document/merge";
381
382
  force_accept: string | boolean;
382
383
  ignore_errors: string | string[];
383
- robot: "/document/merge";
384
384
  input_passwords: string | string[];
385
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
386
- result?: string | boolean | undefined;
387
- queue?: string | undefined;
388
385
  use?: string | string[] | {
389
386
  name: string;
390
387
  fields?: string | undefined;
@@ -399,14 +396,12 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
399
396
  bundle_steps?: boolean | undefined;
400
397
  group_by_original?: boolean | undefined;
401
398
  } | undefined;
402
- output_password?: string | undefined;
403
- }, {
404
- robot: "/document/merge";
405
399
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
406
400
  result?: string | boolean | undefined;
407
401
  queue?: string | undefined;
408
- force_accept?: string | boolean | undefined;
409
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
402
+ output_password?: string | undefined;
403
+ }, {
404
+ robot: "/document/merge";
410
405
  use?: string | string[] | {
411
406
  name: string;
412
407
  fields?: string | undefined;
@@ -421,6 +416,11 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
421
416
  bundle_steps?: boolean | undefined;
422
417
  group_by_original?: boolean | undefined;
423
418
  } | undefined;
419
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
420
+ result?: string | boolean | undefined;
421
+ queue?: string | undefined;
422
+ force_accept?: string | boolean | undefined;
423
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
424
424
  input_passwords?: string | string[] | undefined;
425
425
  output_password?: string | undefined;
426
426
  }>;