@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
@@ -61,14 +61,12 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
61
61
  error_on_decline: z.ZodDefault<z.ZodBoolean>;
62
62
  error_msg: z.ZodDefault<z.ZodString>;
63
63
  }, "strict", z.ZodTypeAny, {
64
+ robot: "/file/virusscan";
64
65
  result: boolean;
65
66
  force_accept: boolean;
66
67
  ignore_errors: string[];
67
- robot: "/file/virusscan";
68
68
  error_on_decline: boolean;
69
69
  error_msg: string;
70
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
71
- queue?: "batch" | undefined;
72
70
  use?: string | string[] | {
73
71
  name: string;
74
72
  fields?: string | undefined;
@@ -83,13 +81,10 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
83
81
  bundle_steps?: boolean | undefined;
84
82
  group_by_original?: boolean | undefined;
85
83
  } | undefined;
86
- }, {
87
- robot: "/file/virusscan";
88
84
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
89
- result?: boolean | undefined;
90
85
  queue?: "batch" | undefined;
91
- force_accept?: boolean | undefined;
92
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
86
+ }, {
87
+ robot: "/file/virusscan";
93
88
  use?: string | string[] | {
94
89
  name: string;
95
90
  fields?: string | undefined;
@@ -104,6 +99,11 @@ export declare const robotFileVirusscanInstructionsSchema: 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
  error_on_decline?: boolean | undefined;
108
108
  error_msg?: string | undefined;
109
109
  }>;
@@ -167,14 +167,11 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
167
167
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
168
168
  can_use_daemon_fallback: z.ZodOptional<z.ZodBoolean>;
169
169
  }, "strict", z.ZodTypeAny, {
170
+ robot: "/file/virusscan";
170
171
  force_accept: boolean;
171
172
  ignore_errors: string[];
172
- robot: "/file/virusscan";
173
173
  error_on_decline: boolean;
174
174
  error_msg: string;
175
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
176
- result?: boolean | "debug" | undefined;
177
- queue?: "batch" | undefined;
178
175
  use?: string | string[] | {
179
176
  name: string;
180
177
  fields?: string | undefined;
@@ -189,14 +186,12 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
189
186
  bundle_steps?: boolean | undefined;
190
187
  group_by_original?: boolean | undefined;
191
188
  } | undefined;
192
- can_use_daemon_fallback?: boolean | undefined;
193
- }, {
194
- robot: "/file/virusscan";
195
189
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
196
190
  result?: boolean | "debug" | undefined;
197
191
  queue?: "batch" | undefined;
198
- force_accept?: boolean | undefined;
199
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
192
+ can_use_daemon_fallback?: boolean | undefined;
193
+ }, {
194
+ robot: "/file/virusscan";
200
195
  use?: string | string[] | {
201
196
  name: string;
202
197
  fields?: string | undefined;
@@ -211,6 +206,11 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
211
206
  bundle_steps?: boolean | undefined;
212
207
  group_by_original?: boolean | undefined;
213
208
  } | undefined;
209
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
210
+ result?: boolean | "debug" | undefined;
211
+ queue?: "batch" | undefined;
212
+ force_accept?: boolean | undefined;
213
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
214
214
  error_on_decline?: boolean | undefined;
215
215
  error_msg?: string | undefined;
216
216
  can_use_daemon_fallback?: boolean | undefined;
@@ -275,14 +275,12 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
275
275
  error_on_decline: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
276
276
  error_msg: z.ZodDefault<z.ZodString>;
277
277
  }, "strict", z.ZodTypeAny, {
278
+ robot: "/file/virusscan";
278
279
  result: string | boolean;
279
280
  force_accept: string | boolean;
280
281
  ignore_errors: string | string[];
281
- robot: "/file/virusscan";
282
282
  error_on_decline: string | boolean;
283
283
  error_msg: string;
284
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
285
- queue?: string | undefined;
286
284
  use?: string | string[] | {
287
285
  name: string;
288
286
  fields?: string | undefined;
@@ -297,13 +295,10 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
297
295
  bundle_steps?: boolean | undefined;
298
296
  group_by_original?: boolean | undefined;
299
297
  } | undefined;
300
- }, {
301
- robot: "/file/virusscan";
302
298
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
303
- result?: string | boolean | undefined;
304
299
  queue?: string | undefined;
305
- force_accept?: string | boolean | undefined;
306
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
300
+ }, {
301
+ robot: "/file/virusscan";
307
302
  use?: string | string[] | {
308
303
  name: string;
309
304
  fields?: string | undefined;
@@ -318,6 +313,11 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
318
313
  bundle_steps?: boolean | undefined;
319
314
  group_by_original?: boolean | undefined;
320
315
  } | undefined;
316
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
317
+ result?: string | boolean | undefined;
318
+ queue?: string | undefined;
319
+ force_accept?: string | boolean | undefined;
320
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
321
321
  error_on_decline?: string | boolean | undefined;
322
322
  error_msg?: string | undefined;
323
323
  }>;
@@ -382,14 +382,11 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
382
382
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
383
383
  can_use_daemon_fallback: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
384
384
  }, "strict", z.ZodTypeAny, {
385
+ robot: "/file/virusscan";
385
386
  force_accept: string | boolean;
386
387
  ignore_errors: string | string[];
387
- robot: "/file/virusscan";
388
388
  error_on_decline: string | boolean;
389
389
  error_msg: string;
390
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
391
- result?: string | boolean | undefined;
392
- queue?: string | undefined;
393
390
  use?: string | string[] | {
394
391
  name: string;
395
392
  fields?: string | undefined;
@@ -404,14 +401,12 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
404
401
  bundle_steps?: boolean | undefined;
405
402
  group_by_original?: boolean | undefined;
406
403
  } | undefined;
407
- can_use_daemon_fallback?: string | boolean | undefined;
408
- }, {
409
- robot: "/file/virusscan";
410
404
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
411
405
  result?: string | boolean | undefined;
412
406
  queue?: string | undefined;
413
- force_accept?: string | boolean | undefined;
414
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
407
+ can_use_daemon_fallback?: string | boolean | undefined;
408
+ }, {
409
+ robot: "/file/virusscan";
415
410
  use?: string | string[] | {
416
411
  name: string;
417
412
  fields?: string | undefined;
@@ -426,6 +421,11 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
426
421
  bundle_steps?: boolean | undefined;
427
422
  group_by_original?: boolean | undefined;
428
423
  } | undefined;
424
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
425
+ result?: string | boolean | undefined;
426
+ queue?: string | undefined;
427
+ force_accept?: string | boolean | undefined;
428
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
429
429
  error_on_decline?: string | boolean | undefined;
430
430
  error_msg?: string | undefined;
431
431
  can_use_daemon_fallback?: string | boolean | undefined;
@@ -60,12 +60,10 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
60
60
  robot: z.ZodLiteral<"/file/watermark">;
61
61
  randomize: z.ZodOptional<z.ZodBoolean>;
62
62
  }, "strict", z.ZodTypeAny, {
63
+ robot: "/file/watermark";
63
64
  result: boolean;
64
65
  force_accept: boolean;
65
66
  ignore_errors: string[];
66
- robot: "/file/watermark";
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 robotFileWatermarkInstructionsSchema: 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
  randomize?: boolean | undefined;
84
84
  }, {
85
85
  robot: "/file/watermark";
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 robotFileWatermarkInstructionsSchema: 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
  randomize?: boolean | undefined;
106
106
  }>;
107
107
  export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.ZodObject<{
@@ -162,12 +162,9 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: 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: "/file/watermark";
165
166
  force_accept: boolean;
166
167
  ignore_errors: string[];
167
- robot: "/file/watermark";
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 robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
182
179
  bundle_steps?: boolean | undefined;
183
180
  group_by_original?: boolean | undefined;
184
181
  } | undefined;
185
- randomize?: boolean | undefined;
186
- }, {
187
- robot: "/file/watermark";
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
+ randomize?: boolean | undefined;
186
+ }, {
187
+ robot: "/file/watermark";
193
188
  use?: string | string[] | {
194
189
  name: string;
195
190
  fields?: string | undefined;
@@ -204,6 +199,11 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: 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
  randomize?: boolean | undefined;
208
208
  }>;
209
209
  export type RobotFileWatermarkInstructions = z.infer<typeof robotFileWatermarkInstructionsSchema>;
@@ -265,12 +265,10 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
265
265
  robot: z.ZodLiteral<"/file/watermark">;
266
266
  randomize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
267
267
  }, "strict", z.ZodTypeAny, {
268
+ robot: "/file/watermark";
268
269
  result: string | boolean;
269
270
  force_accept: string | boolean;
270
271
  ignore_errors: string | string[];
271
- robot: "/file/watermark";
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 interpolatableRobotFileWatermarkInstructionsSchema: 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
  randomize?: string | boolean | undefined;
289
289
  }, {
290
290
  robot: "/file/watermark";
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 interpolatableRobotFileWatermarkInstructionsSchema: 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
  randomize?: string | boolean | undefined;
311
311
  }>;
312
312
  export type InterpolatableRobotFileWatermarkInstructions = InterpolatableRobotFileWatermarkInstructionsInput;
@@ -368,12 +368,9 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
368
368
  randomize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
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/watermark";
371
372
  force_accept: string | boolean;
372
373
  ignore_errors: string | string[];
373
- robot: "/file/watermark";
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 interpolatableRobotFileWatermarkInstructionsWithHiddenField
388
385
  bundle_steps?: boolean | undefined;
389
386
  group_by_original?: boolean | undefined;
390
387
  } | undefined;
391
- randomize?: string | boolean | undefined;
392
- }, {
393
- robot: "/file/watermark";
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
+ randomize?: string | boolean | undefined;
392
+ }, {
393
+ robot: "/file/watermark";
399
394
  use?: string | string[] | {
400
395
  name: string;
401
396
  fields?: string | undefined;
@@ -410,6 +405,11 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
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
  randomize?: string | boolean | undefined;
414
414
  }>;
415
415
  export type InterpolatableRobotFileWatermarkInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotFileWatermarkInstructionsWithHiddenFieldsSchema>;
@@ -21,12 +21,12 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
21
21
  passive_mode: z.ZodDefault<z.ZodBoolean>;
22
22
  }, "strict", z.ZodTypeAny, {
23
23
  path: string | string[];
24
+ robot: "/ftp/import";
24
25
  result: boolean;
25
26
  force_accept: boolean;
26
27
  ignore_errors: string[];
27
28
  force_name: string | string[] | null;
28
29
  port: number;
29
- robot: "/ftp/import";
30
30
  passive_mode: boolean;
31
31
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
32
32
  queue?: "batch" | undefined;
@@ -68,11 +68,11 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
68
68
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
69
69
  }, "strict", z.ZodTypeAny, {
70
70
  path: string | string[];
71
+ robot: "/ftp/import";
71
72
  force_accept: boolean;
72
73
  ignore_errors: string[];
73
74
  force_name: string | string[] | null;
74
75
  port: number;
75
- robot: "/ftp/import";
76
76
  passive_mode: boolean;
77
77
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
78
78
  result?: boolean | "debug" | undefined;
@@ -116,12 +116,12 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
116
116
  passive_mode: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
117
117
  }, "strict", z.ZodTypeAny, {
118
118
  path: string | string[];
119
+ robot: "/ftp/import";
119
120
  result: string | boolean;
120
121
  force_accept: string | boolean;
121
122
  ignore_errors: string | string[];
122
123
  force_name: string | string[] | null;
123
124
  port: string | number;
124
- robot: "/ftp/import";
125
125
  passive_mode: string | boolean;
126
126
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
127
127
  queue?: string | undefined;
@@ -164,11 +164,11 @@ export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSch
164
164
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
165
165
  }, "strict", z.ZodTypeAny, {
166
166
  path: string | string[];
167
+ robot: "/ftp/import";
167
168
  force_accept: string | boolean;
168
169
  ignore_errors: string | string[];
169
170
  force_name: string | string[] | null;
170
171
  port: string | number;
171
- robot: "/ftp/import";
172
172
  passive_mode: string | boolean;
173
173
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
174
174
  result?: string | boolean | undefined;
@@ -70,16 +70,14 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
70
70
  secure: z.ZodDefault<z.ZodBoolean>;
71
71
  }, "strict", z.ZodTypeAny, {
72
72
  path: string;
73
+ robot: "/ftp/store";
73
74
  result: boolean;
74
75
  force_accept: boolean;
75
76
  ignore_errors: string[];
76
77
  port: number;
77
- robot: "/ftp/store";
78
78
  url_template: string;
79
79
  ssl_url_template: string;
80
80
  secure: boolean;
81
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
82
- queue?: "batch" | undefined;
83
81
  use?: string | string[] | {
84
82
  name: string;
85
83
  fields?: string | undefined;
@@ -94,6 +92,8 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
94
92
  bundle_steps?: boolean | undefined;
95
93
  group_by_original?: boolean | undefined;
96
94
  } | undefined;
95
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
96
+ queue?: "batch" | undefined;
97
97
  credentials?: string | undefined;
98
98
  user?: string | undefined;
99
99
  host?: string | undefined;
@@ -101,11 +101,6 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/ftp/store";
103
103
  path?: string | undefined;
104
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
105
- result?: boolean | undefined;
106
- queue?: "batch" | undefined;
107
- force_accept?: boolean | undefined;
108
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
109
104
  use?: string | string[] | {
110
105
  name: string;
111
106
  fields?: string | undefined;
@@ -120,6 +115,11 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
120
115
  bundle_steps?: boolean | undefined;
121
116
  group_by_original?: boolean | undefined;
122
117
  } | undefined;
118
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
119
+ result?: boolean | undefined;
120
+ queue?: "batch" | undefined;
121
+ force_accept?: boolean | undefined;
122
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
123
123
  credentials?: string | undefined;
124
124
  user?: string | undefined;
125
125
  host?: string | undefined;
@@ -199,17 +199,14 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
199
199
  allowNetwork: z.ZodOptional<z.ZodString>;
200
200
  }, "strict", z.ZodTypeAny, {
201
201
  path: string;
202
+ robot: "/ftp/store";
202
203
  force_accept: boolean;
203
204
  ignore_errors: string[];
204
205
  port: number;
205
- robot: "/ftp/store";
206
206
  url_template: string;
207
207
  ssl_url_template: string;
208
208
  secure: boolean;
209
209
  version?: string | number | undefined;
210
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
211
- result?: boolean | "debug" | undefined;
212
- queue?: "batch" | undefined;
213
210
  use?: string | string[] | {
214
211
  name: string;
215
212
  fields?: string | undefined;
@@ -224,6 +221,9 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
224
221
  bundle_steps?: boolean | undefined;
225
222
  group_by_original?: boolean | undefined;
226
223
  } | undefined;
224
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
225
+ result?: boolean | "debug" | undefined;
226
+ queue?: "batch" | undefined;
227
227
  credentials?: string | undefined;
228
228
  user?: string | undefined;
229
229
  host?: string | undefined;
@@ -234,11 +234,6 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
234
234
  robot: "/ftp/store";
235
235
  path?: string | undefined;
236
236
  version?: string | number | undefined;
237
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
238
- result?: boolean | "debug" | undefined;
239
- queue?: "batch" | undefined;
240
- force_accept?: boolean | undefined;
241
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
242
237
  use?: string | string[] | {
243
238
  name: string;
244
239
  fields?: string | undefined;
@@ -253,6 +248,11 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
253
248
  bundle_steps?: boolean | undefined;
254
249
  group_by_original?: boolean | undefined;
255
250
  } | undefined;
251
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
252
+ result?: boolean | "debug" | undefined;
253
+ queue?: "batch" | undefined;
254
+ force_accept?: boolean | undefined;
255
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
256
256
  credentials?: string | undefined;
257
257
  user?: string | undefined;
258
258
  host?: string | undefined;
@@ -332,16 +332,14 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
332
332
  secure: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
333
333
  }, "strict", z.ZodTypeAny, {
334
334
  path: string;
335
+ robot: "/ftp/store";
335
336
  result: string | boolean;
336
337
  force_accept: string | boolean;
337
338
  ignore_errors: string | string[];
338
339
  port: string | number;
339
- robot: "/ftp/store";
340
340
  url_template: string;
341
341
  ssl_url_template: string;
342
342
  secure: string | boolean;
343
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
344
- queue?: string | undefined;
345
343
  use?: string | string[] | {
346
344
  name: string;
347
345
  fields?: string | undefined;
@@ -356,6 +354,8 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
356
354
  bundle_steps?: boolean | undefined;
357
355
  group_by_original?: boolean | undefined;
358
356
  } | undefined;
357
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
358
+ queue?: string | undefined;
359
359
  credentials?: string | undefined;
360
360
  user?: string | undefined;
361
361
  host?: string | undefined;
@@ -363,11 +363,6 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
363
363
  }, {
364
364
  robot: "/ftp/store";
365
365
  path?: string | undefined;
366
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
367
- result?: string | boolean | undefined;
368
- queue?: string | undefined;
369
- force_accept?: string | boolean | undefined;
370
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
371
366
  use?: string | string[] | {
372
367
  name: string;
373
368
  fields?: string | undefined;
@@ -382,6 +377,11 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
382
377
  bundle_steps?: boolean | undefined;
383
378
  group_by_original?: boolean | undefined;
384
379
  } | undefined;
380
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
381
+ result?: string | boolean | undefined;
382
+ queue?: string | undefined;
383
+ force_accept?: string | boolean | undefined;
384
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
385
385
  credentials?: string | undefined;
386
386
  user?: string | undefined;
387
387
  host?: string | undefined;
@@ -462,17 +462,14 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
462
462
  allowNetwork: z.ZodOptional<z.ZodString>;
463
463
  }, "strict", z.ZodTypeAny, {
464
464
  path: string;
465
+ robot: "/ftp/store";
465
466
  force_accept: string | boolean;
466
467
  ignore_errors: string | string[];
467
468
  port: string | number;
468
- robot: "/ftp/store";
469
469
  url_template: string;
470
470
  ssl_url_template: string;
471
471
  secure: string | boolean;
472
472
  version?: string | number | undefined;
473
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
474
- result?: string | boolean | undefined;
475
- queue?: string | undefined;
476
473
  use?: string | string[] | {
477
474
  name: string;
478
475
  fields?: string | undefined;
@@ -487,6 +484,9 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
487
484
  bundle_steps?: boolean | undefined;
488
485
  group_by_original?: boolean | undefined;
489
486
  } | undefined;
487
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
488
+ result?: string | boolean | undefined;
489
+ queue?: string | undefined;
490
490
  credentials?: string | undefined;
491
491
  user?: string | undefined;
492
492
  host?: string | undefined;
@@ -497,11 +497,6 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
497
497
  robot: "/ftp/store";
498
498
  path?: string | undefined;
499
499
  version?: string | number | undefined;
500
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
501
- result?: string | boolean | undefined;
502
- queue?: string | undefined;
503
- force_accept?: string | boolean | undefined;
504
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
505
500
  use?: string | string[] | {
506
501
  name: string;
507
502
  fields?: string | undefined;
@@ -516,6 +511,11 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
516
511
  bundle_steps?: boolean | undefined;
517
512
  group_by_original?: boolean | undefined;
518
513
  } | undefined;
514
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
515
+ result?: string | boolean | undefined;
516
+ queue?: string | undefined;
517
+ force_accept?: string | boolean | undefined;
518
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
519
519
  credentials?: string | undefined;
520
520
  user?: string | undefined;
521
521
  host?: string | undefined;
@@ -19,11 +19,11 @@ export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
19
19
  files_per_page: z.ZodDefault<z.ZodNumber>;
20
20
  }, "strict", z.ZodTypeAny, {
21
21
  path: string | string[];
22
+ robot: "/google/import";
22
23
  result: boolean;
23
24
  force_accept: boolean;
24
25
  ignore_errors: string[];
25
26
  force_name: string | string[] | null;
26
- robot: "/google/import";
27
27
  recursive: boolean;
28
28
  next_page_token: string;
29
29
  files_per_page: number;
@@ -60,10 +60,10 @@ export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodO
60
60
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
61
61
  }, "strict", z.ZodTypeAny, {
62
62
  path: string | string[];
63
+ robot: "/google/import";
63
64
  force_accept: boolean;
64
65
  ignore_errors: string[];
65
66
  force_name: string | string[] | null;
66
- robot: "/google/import";
67
67
  recursive: boolean;
68
68
  next_page_token: string;
69
69
  files_per_page: number;
@@ -102,11 +102,11 @@ export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObj
102
102
  files_per_page: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
103
103
  }, "strict", z.ZodTypeAny, {
104
104
  path: string | string[];
105
+ robot: "/google/import";
105
106
  result: string | boolean;
106
107
  force_accept: string | boolean;
107
108
  ignore_errors: string | string[];
108
109
  force_name: string | string[] | null;
109
- robot: "/google/import";
110
110
  recursive: string | boolean;
111
111
  next_page_token: string;
112
112
  files_per_page: string | number;
@@ -144,10 +144,10 @@ export declare const interpolatableRobotGoogleImportInstructionsWithHiddenFields
144
144
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
145
145
  }, "strict", z.ZodTypeAny, {
146
146
  path: string | string[];
147
+ robot: "/google/import";
147
148
  force_accept: string | boolean;
148
149
  ignore_errors: string | string[];
149
150
  force_name: string | string[] | null;
150
- robot: "/google/import";
151
151
  recursive: string | boolean;
152
152
  next_page_token: string;
153
153
  files_per_page: string | number;