@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
@@ -70,14 +70,13 @@ export declare const robotMinioStoreInstructionsSchema: z.ZodObject<{
70
70
  sign_urls_for: z.ZodOptional<z.ZodNumber>;
71
71
  }, "strict", z.ZodTypeAny, {
72
72
  path: string;
73
+ robot: "/minio/store";
73
74
  result: boolean;
74
75
  force_accept: boolean;
75
76
  ignore_errors: string[];
76
- robot: "/minio/store";
77
77
  headers: Record<string, string>;
78
78
  acl: "private" | "public-read";
79
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
80
- queue?: "batch" | undefined;
79
+ key?: string | undefined;
81
80
  use?: string | string[] | {
82
81
  name: string;
83
82
  fields?: string | undefined;
@@ -92,8 +91,9 @@ export declare const robotMinioStoreInstructionsSchema: z.ZodObject<{
92
91
  bundle_steps?: boolean | undefined;
93
92
  group_by_original?: boolean | undefined;
94
93
  } | undefined;
94
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
95
+ queue?: "batch" | undefined;
95
96
  credentials?: string | undefined;
96
- key?: string | undefined;
97
97
  bucket?: string | undefined;
98
98
  host?: string | undefined;
99
99
  secret?: string | undefined;
@@ -101,11 +101,7 @@ export declare const robotMinioStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/minio/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;
104
+ key?: string | undefined;
109
105
  use?: string | string[] | {
110
106
  name: string;
111
107
  fields?: string | undefined;
@@ -120,8 +116,12 @@ export declare const robotMinioStoreInstructionsSchema: z.ZodObject<{
120
116
  bundle_steps?: boolean | undefined;
121
117
  group_by_original?: boolean | undefined;
122
118
  } | undefined;
119
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
120
+ result?: boolean | undefined;
121
+ queue?: "batch" | undefined;
122
+ force_accept?: boolean | undefined;
123
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
123
124
  credentials?: string | undefined;
124
- key?: string | undefined;
125
125
  bucket?: string | undefined;
126
126
  host?: string | undefined;
127
127
  secret?: string | undefined;
@@ -196,14 +196,12 @@ export declare const robotMinioStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
196
196
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
197
197
  }, "strict", z.ZodTypeAny, {
198
198
  path: string;
199
+ robot: "/minio/store";
199
200
  force_accept: boolean;
200
201
  ignore_errors: string[];
201
- robot: "/minio/store";
202
202
  headers: Record<string, string>;
203
203
  acl: "private" | "public-read";
204
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
205
- result?: boolean | "debug" | undefined;
206
- queue?: "batch" | undefined;
204
+ key?: string | undefined;
207
205
  use?: string | string[] | {
208
206
  name: string;
209
207
  fields?: string | undefined;
@@ -218,8 +216,10 @@ export declare const robotMinioStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
218
216
  bundle_steps?: boolean | undefined;
219
217
  group_by_original?: boolean | undefined;
220
218
  } | undefined;
219
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
220
+ result?: boolean | "debug" | undefined;
221
+ queue?: "batch" | undefined;
221
222
  credentials?: string | undefined;
222
- key?: string | undefined;
223
223
  bucket?: string | undefined;
224
224
  host?: string | undefined;
225
225
  secret?: string | undefined;
@@ -227,11 +227,7 @@ export declare const robotMinioStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
227
227
  }, {
228
228
  robot: "/minio/store";
229
229
  path?: string | undefined;
230
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
231
- result?: boolean | "debug" | undefined;
232
- queue?: "batch" | undefined;
233
- force_accept?: boolean | undefined;
234
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
230
+ key?: string | undefined;
235
231
  use?: string | string[] | {
236
232
  name: string;
237
233
  fields?: string | undefined;
@@ -246,8 +242,12 @@ export declare const robotMinioStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
246
242
  bundle_steps?: boolean | undefined;
247
243
  group_by_original?: boolean | undefined;
248
244
  } | undefined;
245
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
246
+ result?: boolean | "debug" | undefined;
247
+ queue?: "batch" | undefined;
248
+ force_accept?: boolean | undefined;
249
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
249
250
  credentials?: string | undefined;
250
- key?: string | undefined;
251
251
  bucket?: string | undefined;
252
252
  host?: string | undefined;
253
253
  secret?: string | undefined;
@@ -323,14 +323,13 @@ export declare const interpolatableRobotMinioStoreInstructionsSchema: z.ZodObjec
323
323
  sign_urls_for: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
324
324
  }, "strict", z.ZodTypeAny, {
325
325
  path: string;
326
+ robot: "/minio/store";
326
327
  result: string | boolean;
327
328
  force_accept: string | boolean;
328
329
  ignore_errors: string | string[];
329
- robot: "/minio/store";
330
330
  headers: Record<string, string>;
331
331
  acl: string;
332
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
333
- queue?: string | undefined;
332
+ key?: string | undefined;
334
333
  use?: string | string[] | {
335
334
  name: string;
336
335
  fields?: string | undefined;
@@ -345,8 +344,9 @@ export declare const interpolatableRobotMinioStoreInstructionsSchema: z.ZodObjec
345
344
  bundle_steps?: boolean | undefined;
346
345
  group_by_original?: boolean | undefined;
347
346
  } | undefined;
347
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
348
+ queue?: string | undefined;
348
349
  credentials?: string | undefined;
349
- key?: string | undefined;
350
350
  bucket?: string | undefined;
351
351
  host?: string | undefined;
352
352
  secret?: string | undefined;
@@ -354,11 +354,7 @@ export declare const interpolatableRobotMinioStoreInstructionsSchema: z.ZodObjec
354
354
  }, {
355
355
  robot: "/minio/store";
356
356
  path?: string | undefined;
357
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
358
- result?: string | boolean | undefined;
359
- queue?: string | undefined;
360
- force_accept?: string | boolean | undefined;
361
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
357
+ key?: string | undefined;
362
358
  use?: string | string[] | {
363
359
  name: string;
364
360
  fields?: string | undefined;
@@ -373,8 +369,12 @@ export declare const interpolatableRobotMinioStoreInstructionsSchema: z.ZodObjec
373
369
  bundle_steps?: boolean | undefined;
374
370
  group_by_original?: boolean | undefined;
375
371
  } | undefined;
372
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
373
+ result?: string | boolean | undefined;
374
+ queue?: string | undefined;
375
+ force_accept?: string | boolean | undefined;
376
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
376
377
  credentials?: string | undefined;
377
- key?: string | undefined;
378
378
  bucket?: string | undefined;
379
379
  host?: string | undefined;
380
380
  secret?: string | undefined;
@@ -450,14 +450,12 @@ export declare const interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSc
450
450
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
451
451
  }, "strict", z.ZodTypeAny, {
452
452
  path: string;
453
+ robot: "/minio/store";
453
454
  force_accept: string | boolean;
454
455
  ignore_errors: string | string[];
455
- robot: "/minio/store";
456
456
  headers: Record<string, string>;
457
457
  acl: string;
458
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
459
- result?: string | boolean | undefined;
460
- queue?: string | undefined;
458
+ key?: string | undefined;
461
459
  use?: string | string[] | {
462
460
  name: string;
463
461
  fields?: string | undefined;
@@ -472,8 +470,10 @@ export declare const interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSc
472
470
  bundle_steps?: boolean | undefined;
473
471
  group_by_original?: boolean | undefined;
474
472
  } | undefined;
473
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
474
+ result?: string | boolean | undefined;
475
+ queue?: string | undefined;
475
476
  credentials?: string | undefined;
476
- key?: string | undefined;
477
477
  bucket?: string | undefined;
478
478
  host?: string | undefined;
479
479
  secret?: string | undefined;
@@ -481,11 +481,7 @@ export declare const interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSc
481
481
  }, {
482
482
  robot: "/minio/store";
483
483
  path?: string | undefined;
484
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
485
- result?: string | boolean | undefined;
486
- queue?: string | undefined;
487
- force_accept?: string | boolean | undefined;
488
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
484
+ key?: string | undefined;
489
485
  use?: string | string[] | {
490
486
  name: string;
491
487
  fields?: string | undefined;
@@ -500,8 +496,12 @@ export declare const interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSc
500
496
  bundle_steps?: boolean | undefined;
501
497
  group_by_original?: boolean | undefined;
502
498
  } | undefined;
499
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
500
+ result?: string | boolean | undefined;
501
+ queue?: string | undefined;
502
+ force_accept?: string | boolean | undefined;
503
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
503
504
  credentials?: string | undefined;
504
- key?: string | undefined;
505
505
  bucket?: string | undefined;
506
506
  host?: string | undefined;
507
507
  secret?: string | undefined;
@@ -64,15 +64,13 @@ export declare const robotProgressSimulateInstructionsSchema: z.ZodObject<{
64
64
  predict_output: z.ZodBoolean;
65
65
  }, "strict", z.ZodTypeAny, {
66
66
  duration: number;
67
+ robot: "/progress/simulate";
67
68
  result: boolean;
68
69
  force_accept: boolean;
69
70
  ignore_errors: string[];
70
- robot: "/progress/simulate";
71
71
  output_files: number;
72
72
  emit_progress: boolean;
73
73
  predict_output: boolean;
74
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
75
- queue?: "batch" | undefined;
76
74
  use?: string | string[] | {
77
75
  name: string;
78
76
  fields?: string | undefined;
@@ -87,17 +85,14 @@ export declare const robotProgressSimulateInstructionsSchema: z.ZodObject<{
87
85
  bundle_steps?: boolean | undefined;
88
86
  group_by_original?: boolean | undefined;
89
87
  } | undefined;
88
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
89
+ queue?: "batch" | undefined;
90
90
  }, {
91
91
  duration: number;
92
92
  robot: "/progress/simulate";
93
93
  output_files: number;
94
94
  emit_progress: boolean;
95
95
  predict_output: boolean;
96
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
97
- result?: boolean | undefined;
98
- queue?: "batch" | undefined;
99
- force_accept?: boolean | undefined;
100
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
101
96
  use?: string | string[] | {
102
97
  name: string;
103
98
  fields?: string | undefined;
@@ -112,6 +107,11 @@ export declare const robotProgressSimulateInstructionsSchema: z.ZodObject<{
112
107
  bundle_steps?: boolean | undefined;
113
108
  group_by_original?: boolean | undefined;
114
109
  } | undefined;
110
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
111
+ result?: boolean | undefined;
112
+ queue?: "batch" | undefined;
113
+ force_accept?: boolean | undefined;
114
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
115
115
  }>;
116
116
  export type RobotProgressSimulateInstructions = z.infer<typeof robotProgressSimulateInstructionsSchema>;
117
117
  export declare const interpolatableRobotProgressSimulateInstructionsSchema: z.ZodObject<{
@@ -175,15 +175,13 @@ export declare const interpolatableRobotProgressSimulateInstructionsSchema: z.Zo
175
175
  predict_output: z.ZodUnion<[z.ZodString, z.ZodBoolean]>;
176
176
  }, "strict", z.ZodTypeAny, {
177
177
  duration: string | number;
178
+ robot: "/progress/simulate";
178
179
  result: string | boolean;
179
180
  force_accept: string | boolean;
180
181
  ignore_errors: string | string[];
181
- robot: "/progress/simulate";
182
182
  output_files: string | number;
183
183
  emit_progress: string | boolean;
184
184
  predict_output: string | boolean;
185
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
186
- queue?: string | undefined;
187
185
  use?: string | string[] | {
188
186
  name: string;
189
187
  fields?: string | undefined;
@@ -198,17 +196,14 @@ export declare const interpolatableRobotProgressSimulateInstructionsSchema: z.Zo
198
196
  bundle_steps?: boolean | undefined;
199
197
  group_by_original?: boolean | undefined;
200
198
  } | undefined;
199
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
200
+ queue?: string | undefined;
201
201
  }, {
202
202
  duration: string | number;
203
203
  robot: "/progress/simulate";
204
204
  output_files: string | number;
205
205
  emit_progress: string | boolean;
206
206
  predict_output: string | boolean;
207
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
208
- result?: string | boolean | undefined;
209
- queue?: string | undefined;
210
- force_accept?: string | boolean | undefined;
211
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
212
207
  use?: string | string[] | {
213
208
  name: string;
214
209
  fields?: string | undefined;
@@ -223,6 +218,11 @@ export declare const interpolatableRobotProgressSimulateInstructionsSchema: z.Zo
223
218
  bundle_steps?: boolean | undefined;
224
219
  group_by_original?: boolean | undefined;
225
220
  } | undefined;
221
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
222
+ result?: string | boolean | undefined;
223
+ queue?: string | undefined;
224
+ force_accept?: string | boolean | undefined;
225
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
226
226
  }>;
227
227
  export type InterpolatableRobotProgressSimulateInstructions = InterpolatableRobotProgressSimulateInstructionsInput;
228
228
  export type InterpolatableRobotProgressSimulateInstructionsInput = z.input<typeof interpolatableRobotProgressSimulateInstructionsSchema>;
@@ -25,17 +25,17 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
25
25
  range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
26
26
  }, "strict", z.ZodTypeAny, {
27
27
  path: string | string[];
28
+ robot: "/s3/import";
28
29
  result: boolean;
29
30
  force_accept: boolean;
30
31
  ignore_errors: string[];
31
32
  force_name: string | string[] | null;
32
- robot: "/s3/import";
33
33
  recursive: boolean;
34
34
  return_file_stubs: boolean;
35
+ key?: string | undefined;
35
36
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
36
37
  queue?: "batch" | undefined;
37
38
  credentials?: string | undefined;
38
- key?: string | undefined;
39
39
  bucket?: string | undefined;
40
40
  secret?: string | undefined;
41
41
  bucket_region?: string | undefined;
@@ -45,6 +45,7 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
45
45
  }, {
46
46
  path: string | string[];
47
47
  robot: "/s3/import";
48
+ key?: string | undefined;
48
49
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
49
50
  result?: boolean | undefined;
50
51
  queue?: "batch" | undefined;
@@ -52,7 +53,6 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
52
53
  ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
53
54
  force_name?: string | string[] | null | undefined;
54
55
  credentials?: string | undefined;
55
- key?: string | undefined;
56
56
  bucket?: string | undefined;
57
57
  secret?: string | undefined;
58
58
  bucket_region?: string | undefined;
@@ -84,17 +84,17 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
84
84
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
85
85
  }, "strict", z.ZodTypeAny, {
86
86
  path: string | string[];
87
+ robot: "/s3/import";
87
88
  force_accept: boolean;
88
89
  ignore_errors: string[];
89
90
  force_name: string | string[] | null;
90
- robot: "/s3/import";
91
91
  recursive: boolean;
92
92
  return_file_stubs: boolean;
93
+ key?: string | undefined;
93
94
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
94
95
  result?: boolean | "debug" | undefined;
95
96
  queue?: "batch" | undefined;
96
97
  credentials?: string | undefined;
97
- key?: string | undefined;
98
98
  bucket?: string | undefined;
99
99
  secret?: string | undefined;
100
100
  bucket_region?: string | undefined;
@@ -104,6 +104,7 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
104
104
  }, {
105
105
  path: string | string[];
106
106
  robot: "/s3/import";
107
+ key?: string | undefined;
107
108
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
108
109
  result?: boolean | "debug" | undefined;
109
110
  queue?: "batch" | undefined;
@@ -111,7 +112,6 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
111
112
  ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
112
113
  force_name?: string | string[] | null | undefined;
113
114
  credentials?: string | undefined;
114
- key?: string | undefined;
115
115
  bucket?: string | undefined;
116
116
  secret?: string | undefined;
117
117
  bucket_region?: string | undefined;
@@ -144,17 +144,17 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
144
144
  range: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
145
145
  }, "strict", z.ZodTypeAny, {
146
146
  path: string | string[];
147
+ robot: "/s3/import";
147
148
  result: string | boolean;
148
149
  force_accept: string | boolean;
149
150
  ignore_errors: string | string[];
150
151
  force_name: string | string[] | null;
151
- robot: "/s3/import";
152
152
  recursive: string | boolean;
153
153
  return_file_stubs: string | boolean;
154
+ key?: string | undefined;
154
155
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
155
156
  queue?: string | undefined;
156
157
  credentials?: string | undefined;
157
- key?: string | undefined;
158
158
  bucket?: string | undefined;
159
159
  secret?: string | undefined;
160
160
  bucket_region?: string | undefined;
@@ -164,6 +164,7 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
164
164
  }, {
165
165
  path: string | string[];
166
166
  robot: "/s3/import";
167
+ key?: string | undefined;
167
168
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
168
169
  result?: string | boolean | undefined;
169
170
  queue?: string | undefined;
@@ -171,7 +172,6 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
171
172
  ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
172
173
  force_name?: string | string[] | null | undefined;
173
174
  credentials?: string | undefined;
174
- key?: string | undefined;
175
175
  bucket?: string | undefined;
176
176
  secret?: string | undefined;
177
177
  bucket_region?: string | undefined;
@@ -204,17 +204,17 @@ export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSche
204
204
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
205
205
  }, "strict", z.ZodTypeAny, {
206
206
  path: string | string[];
207
+ robot: "/s3/import";
207
208
  force_accept: string | boolean;
208
209
  ignore_errors: string | string[];
209
210
  force_name: string | string[] | null;
210
- robot: "/s3/import";
211
211
  recursive: string | boolean;
212
212
  return_file_stubs: string | boolean;
213
+ key?: string | undefined;
213
214
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
214
215
  result?: string | boolean | undefined;
215
216
  queue?: string | undefined;
216
217
  credentials?: string | undefined;
217
- key?: string | undefined;
218
218
  bucket?: string | undefined;
219
219
  secret?: string | undefined;
220
220
  bucket_region?: string | undefined;
@@ -224,6 +224,7 @@ export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSche
224
224
  }, {
225
225
  path: string | string[];
226
226
  robot: "/s3/import";
227
+ key?: string | undefined;
227
228
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
228
229
  result?: string | boolean | undefined;
229
230
  queue?: string | undefined;
@@ -231,7 +232,6 @@ export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSche
231
232
  ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
232
233
  force_name?: string | string[] | null | undefined;
233
234
  credentials?: string | undefined;
234
- key?: string | undefined;
235
235
  bucket?: string | undefined;
236
236
  secret?: string | undefined;
237
237
  bucket_region?: string | undefined;