@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
@@ -63,15 +63,13 @@ export declare const robotImageDescribeInstructionsSchema: z.ZodObject<{
63
63
  format: z.ZodDefault<z.ZodEnum<["json", "meta", "text"]>>;
64
64
  explicit_descriptions: z.ZodDefault<z.ZodBoolean>;
65
65
  }, "strict", z.ZodTypeAny, {
66
+ robot: "/image/describe";
66
67
  result: boolean;
67
68
  force_accept: boolean;
68
69
  ignore_errors: string[];
69
- robot: "/image/describe";
70
- format: "meta" | "json" | "text";
70
+ format: "meta" | "text" | "json";
71
71
  granularity: "full" | "list";
72
72
  explicit_descriptions: boolean;
73
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
74
- queue?: "batch" | undefined;
75
73
  use?: string | string[] | {
76
74
  name: string;
77
75
  fields?: string | undefined;
@@ -86,14 +84,11 @@ export declare const robotImageDescribeInstructionsSchema: z.ZodObject<{
86
84
  bundle_steps?: boolean | undefined;
87
85
  group_by_original?: boolean | undefined;
88
86
  } | undefined;
87
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
88
+ queue?: "batch" | undefined;
89
89
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
90
90
  }, {
91
91
  robot: "/image/describe";
92
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
93
- result?: boolean | undefined;
94
- queue?: "batch" | undefined;
95
- force_accept?: boolean | undefined;
96
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
97
92
  use?: string | string[] | {
98
93
  name: string;
99
94
  fields?: string | undefined;
@@ -108,7 +103,12 @@ export declare const robotImageDescribeInstructionsSchema: z.ZodObject<{
108
103
  bundle_steps?: boolean | undefined;
109
104
  group_by_original?: boolean | undefined;
110
105
  } | undefined;
111
- format?: "meta" | "json" | "text" | undefined;
106
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
107
+ result?: boolean | undefined;
108
+ queue?: "batch" | undefined;
109
+ force_accept?: boolean | undefined;
110
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
111
+ format?: "meta" | "text" | "json" | undefined;
112
112
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
113
113
  granularity?: "full" | "list" | undefined;
114
114
  explicit_descriptions?: boolean | undefined;
@@ -174,15 +174,12 @@ export declare const robotImageDescribeInstructionsWithHiddenFieldsSchema: z.Zod
174
174
  } & {
175
175
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
176
176
  }, "strict", z.ZodTypeAny, {
177
+ robot: "/image/describe";
177
178
  force_accept: boolean;
178
179
  ignore_errors: string[];
179
- robot: "/image/describe";
180
- format: "meta" | "json" | "text";
180
+ format: "meta" | "text" | "json";
181
181
  granularity: "full" | "list";
182
182
  explicit_descriptions: boolean;
183
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
184
- result?: boolean | "debug" | undefined;
185
- queue?: "batch" | undefined;
186
183
  use?: string | string[] | {
187
184
  name: string;
188
185
  fields?: string | undefined;
@@ -197,14 +194,12 @@ export declare const robotImageDescribeInstructionsWithHiddenFieldsSchema: z.Zod
197
194
  bundle_steps?: boolean | undefined;
198
195
  group_by_original?: boolean | undefined;
199
196
  } | undefined;
200
- provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
201
- }, {
202
- robot: "/image/describe";
203
197
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
204
198
  result?: boolean | "debug" | undefined;
205
199
  queue?: "batch" | undefined;
206
- force_accept?: boolean | undefined;
207
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
200
+ provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
201
+ }, {
202
+ robot: "/image/describe";
208
203
  use?: string | string[] | {
209
204
  name: string;
210
205
  fields?: string | undefined;
@@ -219,7 +214,12 @@ export declare const robotImageDescribeInstructionsWithHiddenFieldsSchema: z.Zod
219
214
  bundle_steps?: boolean | undefined;
220
215
  group_by_original?: boolean | undefined;
221
216
  } | undefined;
222
- format?: "meta" | "json" | "text" | undefined;
217
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
218
+ result?: boolean | "debug" | undefined;
219
+ queue?: "batch" | undefined;
220
+ force_accept?: boolean | undefined;
221
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
222
+ format?: "meta" | "text" | "json" | undefined;
223
223
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
224
224
  granularity?: "full" | "list" | undefined;
225
225
  explicit_descriptions?: boolean | undefined;
@@ -286,15 +286,13 @@ export declare const interpolatableRobotImageDescribeInstructionsSchema: z.ZodOb
286
286
  format: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["json", "meta", "text"]>]>>;
287
287
  explicit_descriptions: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
288
288
  }, "strict", z.ZodTypeAny, {
289
+ robot: "/image/describe";
289
290
  result: string | boolean;
290
291
  force_accept: string | boolean;
291
292
  ignore_errors: string | string[];
292
- robot: "/image/describe";
293
293
  format: string;
294
294
  granularity: string;
295
295
  explicit_descriptions: string | boolean;
296
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
297
- queue?: string | undefined;
298
296
  use?: string | string[] | {
299
297
  name: string;
300
298
  fields?: string | undefined;
@@ -309,14 +307,11 @@ export declare const interpolatableRobotImageDescribeInstructionsSchema: z.ZodOb
309
307
  bundle_steps?: boolean | undefined;
310
308
  group_by_original?: boolean | undefined;
311
309
  } | undefined;
310
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
311
+ queue?: string | undefined;
312
312
  provider?: string | undefined;
313
313
  }, {
314
314
  robot: "/image/describe";
315
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
316
- result?: string | boolean | undefined;
317
- queue?: string | undefined;
318
- force_accept?: string | boolean | undefined;
319
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
320
315
  use?: string | string[] | {
321
316
  name: string;
322
317
  fields?: string | undefined;
@@ -331,6 +326,11 @@ export declare const interpolatableRobotImageDescribeInstructionsSchema: z.ZodOb
331
326
  bundle_steps?: boolean | undefined;
332
327
  group_by_original?: boolean | undefined;
333
328
  } | undefined;
329
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
330
+ result?: string | boolean | undefined;
331
+ queue?: string | undefined;
332
+ force_accept?: string | boolean | undefined;
333
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
334
334
  format?: string | undefined;
335
335
  provider?: string | undefined;
336
336
  granularity?: string | undefined;
@@ -398,15 +398,12 @@ export declare const interpolatableRobotImageDescribeInstructionsWithHiddenField
398
398
  explicit_descriptions: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
399
399
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
400
400
  }, "strict", z.ZodTypeAny, {
401
+ robot: "/image/describe";
401
402
  force_accept: string | boolean;
402
403
  ignore_errors: string | string[];
403
- robot: "/image/describe";
404
404
  format: string;
405
405
  granularity: string;
406
406
  explicit_descriptions: string | boolean;
407
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
408
- result?: string | boolean | undefined;
409
- queue?: string | undefined;
410
407
  use?: string | string[] | {
411
408
  name: string;
412
409
  fields?: string | undefined;
@@ -421,14 +418,12 @@ export declare const interpolatableRobotImageDescribeInstructionsWithHiddenField
421
418
  bundle_steps?: boolean | undefined;
422
419
  group_by_original?: boolean | undefined;
423
420
  } | undefined;
424
- provider?: string | undefined;
425
- }, {
426
- robot: "/image/describe";
427
421
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
428
422
  result?: string | boolean | undefined;
429
423
  queue?: string | undefined;
430
- force_accept?: string | boolean | undefined;
431
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
424
+ provider?: string | undefined;
425
+ }, {
426
+ robot: "/image/describe";
432
427
  use?: string | string[] | {
433
428
  name: string;
434
429
  fields?: string | undefined;
@@ -443,6 +438,11 @@ export declare const interpolatableRobotImageDescribeInstructionsWithHiddenField
443
438
  bundle_steps?: boolean | undefined;
444
439
  group_by_original?: boolean | undefined;
445
440
  } | undefined;
441
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
442
+ result?: string | boolean | undefined;
443
+ queue?: string | undefined;
444
+ force_accept?: string | boolean | undefined;
445
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
446
446
  format?: string | undefined;
447
447
  provider?: string | undefined;
448
448
  granularity?: string | undefined;
@@ -65,17 +65,15 @@ export declare const robotImageFacedetectInstructionsSchema: z.ZodObject<{
65
65
  min_confidence: z.ZodDefault<z.ZodNumber>;
66
66
  faces: z.ZodDefault<z.ZodUnion<[z.ZodEnum<["each", "group", "max-confidence", "max-size"]>, z.ZodNumber]>>;
67
67
  }, "strict", z.ZodTypeAny, {
68
+ robot: "/image/facedetect";
68
69
  result: boolean;
69
70
  force_accept: boolean;
70
71
  ignore_errors: string[];
71
72
  crop: boolean;
72
- robot: "/image/facedetect";
73
- format: "jpg" | "png" | "preserve" | "tiff";
73
+ format: "preserve" | "jpg" | "png" | "tiff";
74
74
  crop_padding: string;
75
75
  min_confidence: number;
76
76
  faces: number | "each" | "group" | "max-confidence" | "max-size";
77
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
78
- queue?: "batch" | undefined;
79
77
  use?: string | string[] | {
80
78
  name: string;
81
79
  fields?: string | undefined;
@@ -90,14 +88,11 @@ export declare const robotImageFacedetectInstructionsSchema: z.ZodObject<{
90
88
  bundle_steps?: boolean | undefined;
91
89
  group_by_original?: boolean | undefined;
92
90
  } | undefined;
91
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
92
+ queue?: "batch" | undefined;
93
93
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
94
94
  }, {
95
95
  robot: "/image/facedetect";
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,8 +107,13 @@ export declare const robotImageFacedetectInstructionsSchema: 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
  crop?: boolean | undefined;
116
- format?: "jpg" | "png" | "preserve" | "tiff" | undefined;
116
+ format?: "preserve" | "jpg" | "png" | "tiff" | undefined;
117
117
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
118
118
  crop_padding?: string | undefined;
119
119
  min_confidence?: number | undefined;
@@ -182,17 +182,14 @@ export declare const robotImageFacedetectInstructionsWithHiddenFieldsSchema: z.Z
182
182
  } & {
183
183
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
184
184
  }, "strict", z.ZodTypeAny, {
185
+ robot: "/image/facedetect";
185
186
  force_accept: boolean;
186
187
  ignore_errors: string[];
187
188
  crop: boolean;
188
- robot: "/image/facedetect";
189
- format: "jpg" | "png" | "preserve" | "tiff";
189
+ format: "preserve" | "jpg" | "png" | "tiff";
190
190
  crop_padding: string;
191
191
  min_confidence: number;
192
192
  faces: number | "each" | "group" | "max-confidence" | "max-size";
193
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
194
- result?: boolean | "debug" | undefined;
195
- queue?: "batch" | undefined;
196
193
  use?: string | string[] | {
197
194
  name: string;
198
195
  fields?: string | undefined;
@@ -207,14 +204,12 @@ export declare const robotImageFacedetectInstructionsWithHiddenFieldsSchema: z.Z
207
204
  bundle_steps?: boolean | undefined;
208
205
  group_by_original?: boolean | undefined;
209
206
  } | undefined;
210
- provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
211
- }, {
212
- robot: "/image/facedetect";
213
207
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
214
208
  result?: boolean | "debug" | undefined;
215
209
  queue?: "batch" | undefined;
216
- force_accept?: boolean | undefined;
217
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
210
+ provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
211
+ }, {
212
+ robot: "/image/facedetect";
218
213
  use?: string | string[] | {
219
214
  name: string;
220
215
  fields?: string | undefined;
@@ -229,8 +224,13 @@ export declare const robotImageFacedetectInstructionsWithHiddenFieldsSchema: z.Z
229
224
  bundle_steps?: boolean | undefined;
230
225
  group_by_original?: boolean | undefined;
231
226
  } | undefined;
227
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
228
+ result?: boolean | "debug" | undefined;
229
+ queue?: "batch" | undefined;
230
+ force_accept?: boolean | undefined;
231
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
232
232
  crop?: boolean | undefined;
233
- format?: "jpg" | "png" | "preserve" | "tiff" | undefined;
233
+ format?: "preserve" | "jpg" | "png" | "tiff" | undefined;
234
234
  provider?: "aws" | "gcp" | "replicate" | "fal" | "transloadit" | undefined;
235
235
  crop_padding?: string | undefined;
236
236
  min_confidence?: number | undefined;
@@ -300,17 +300,15 @@ export declare const interpolatableRobotImageFacedetectInstructionsSchema: z.Zod
300
300
  min_confidence: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
301
301
  faces: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodEnum<["each", "group", "max-confidence", "max-size"]>]>, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
302
302
  }, "strict", z.ZodTypeAny, {
303
+ robot: "/image/facedetect";
303
304
  result: string | boolean;
304
305
  force_accept: string | boolean;
305
306
  ignore_errors: string | string[];
306
307
  crop: string | boolean;
307
- robot: "/image/facedetect";
308
308
  format: string;
309
309
  crop_padding: string;
310
310
  min_confidence: string | number;
311
311
  faces: string | number;
312
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
313
- queue?: string | undefined;
314
312
  use?: string | string[] | {
315
313
  name: string;
316
314
  fields?: string | undefined;
@@ -325,14 +323,11 @@ export declare const interpolatableRobotImageFacedetectInstructionsSchema: z.Zod
325
323
  bundle_steps?: boolean | undefined;
326
324
  group_by_original?: boolean | undefined;
327
325
  } | undefined;
326
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
327
+ queue?: string | undefined;
328
328
  provider?: string | undefined;
329
329
  }, {
330
330
  robot: "/image/facedetect";
331
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
332
- result?: string | boolean | undefined;
333
- queue?: string | undefined;
334
- force_accept?: string | boolean | undefined;
335
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
336
331
  use?: string | string[] | {
337
332
  name: string;
338
333
  fields?: string | undefined;
@@ -347,6 +342,11 @@ export declare const interpolatableRobotImageFacedetectInstructionsSchema: z.Zod
347
342
  bundle_steps?: boolean | undefined;
348
343
  group_by_original?: boolean | undefined;
349
344
  } | undefined;
345
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
346
+ result?: string | boolean | undefined;
347
+ queue?: string | undefined;
348
+ force_accept?: string | boolean | undefined;
349
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
350
350
  crop?: string | boolean | undefined;
351
351
  format?: string | undefined;
352
352
  provider?: string | undefined;
@@ -418,17 +418,14 @@ export declare const interpolatableRobotImageFacedetectInstructionsWithHiddenFie
418
418
  faces: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodEnum<["each", "group", "max-confidence", "max-size"]>]>, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
419
419
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
420
420
  }, "strict", z.ZodTypeAny, {
421
+ robot: "/image/facedetect";
421
422
  force_accept: string | boolean;
422
423
  ignore_errors: string | string[];
423
424
  crop: string | boolean;
424
- robot: "/image/facedetect";
425
425
  format: string;
426
426
  crop_padding: string;
427
427
  min_confidence: string | number;
428
428
  faces: string | number;
429
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
430
- result?: string | boolean | undefined;
431
- queue?: string | undefined;
432
429
  use?: string | string[] | {
433
430
  name: string;
434
431
  fields?: string | undefined;
@@ -443,14 +440,12 @@ export declare const interpolatableRobotImageFacedetectInstructionsWithHiddenFie
443
440
  bundle_steps?: boolean | undefined;
444
441
  group_by_original?: boolean | undefined;
445
442
  } | undefined;
446
- provider?: string | undefined;
447
- }, {
448
- robot: "/image/facedetect";
449
443
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
450
444
  result?: string | boolean | undefined;
451
445
  queue?: string | undefined;
452
- force_accept?: string | boolean | undefined;
453
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
446
+ provider?: string | undefined;
447
+ }, {
448
+ robot: "/image/facedetect";
454
449
  use?: string | string[] | {
455
450
  name: string;
456
451
  fields?: string | undefined;
@@ -465,6 +460,11 @@ export declare const interpolatableRobotImageFacedetectInstructionsWithHiddenFie
465
460
  bundle_steps?: boolean | undefined;
466
461
  group_by_original?: boolean | undefined;
467
462
  } | undefined;
463
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
464
+ result?: string | boolean | undefined;
465
+ queue?: string | undefined;
466
+ force_accept?: string | boolean | undefined;
467
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
468
468
  crop?: string | boolean | undefined;
469
469
  format?: string | undefined;
470
470
  provider?: string | undefined;
@@ -68,13 +68,11 @@ export declare const robotImageGenerateInstructionsSchema: z.ZodObject<{
68
68
  style: z.ZodOptional<z.ZodString>;
69
69
  num_outputs: z.ZodOptional<z.ZodNumber>;
70
70
  }, "strict", z.ZodTypeAny, {
71
+ robot: "/image/generate";
71
72
  result: boolean;
72
73
  force_accept: boolean;
73
74
  ignore_errors: string[];
74
- robot: "/image/generate";
75
75
  prompt: string;
76
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
77
- queue?: "batch" | undefined;
78
76
  use?: string | string[] | {
79
77
  name: string;
80
78
  fields?: string | undefined;
@@ -89,6 +87,8 @@ export declare const robotImageGenerateInstructionsSchema: z.ZodObject<{
89
87
  bundle_steps?: boolean | undefined;
90
88
  group_by_original?: boolean | undefined;
91
89
  } | undefined;
90
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
91
+ queue?: "batch" | undefined;
92
92
  width?: number | undefined;
93
93
  height?: number | undefined;
94
94
  model?: string | undefined;
@@ -100,11 +100,6 @@ export declare const robotImageGenerateInstructionsSchema: z.ZodObject<{
100
100
  }, {
101
101
  robot: "/image/generate";
102
102
  prompt: string;
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;
108
103
  use?: string | string[] | {
109
104
  name: string;
110
105
  fields?: string | undefined;
@@ -119,6 +114,11 @@ export declare const robotImageGenerateInstructionsSchema: 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
  width?: number | undefined;
123
123
  height?: number | undefined;
124
124
  model?: string | undefined;
@@ -195,13 +195,10 @@ export declare const robotImageGenerateInstructionsWithHiddenFieldsSchema: z.Zod
195
195
  provider: z.ZodOptional<z.ZodString>;
196
196
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
197
197
  }, "strict", z.ZodTypeAny, {
198
+ robot: "/image/generate";
198
199
  force_accept: boolean;
199
200
  ignore_errors: string[];
200
- robot: "/image/generate";
201
201
  prompt: string;
202
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
203
- result?: boolean | "debug" | undefined;
204
- queue?: "batch" | undefined;
205
202
  use?: string | string[] | {
206
203
  name: string;
207
204
  fields?: string | undefined;
@@ -216,6 +213,9 @@ export declare const robotImageGenerateInstructionsWithHiddenFieldsSchema: z.Zod
216
213
  bundle_steps?: boolean | undefined;
217
214
  group_by_original?: boolean | undefined;
218
215
  } | undefined;
216
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
217
+ result?: boolean | "debug" | undefined;
218
+ queue?: "batch" | undefined;
219
219
  width?: number | undefined;
220
220
  height?: number | undefined;
221
221
  model?: string | undefined;
@@ -228,11 +228,6 @@ export declare const robotImageGenerateInstructionsWithHiddenFieldsSchema: z.Zod
228
228
  }, {
229
229
  robot: "/image/generate";
230
230
  prompt: string;
231
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
232
- result?: boolean | "debug" | undefined;
233
- queue?: "batch" | undefined;
234
- force_accept?: boolean | undefined;
235
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
236
231
  use?: string | string[] | {
237
232
  name: string;
238
233
  fields?: string | undefined;
@@ -247,6 +242,11 @@ export declare const robotImageGenerateInstructionsWithHiddenFieldsSchema: z.Zod
247
242
  bundle_steps?: boolean | undefined;
248
243
  group_by_original?: boolean | undefined;
249
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;
250
250
  width?: number | undefined;
251
251
  height?: number | undefined;
252
252
  model?: string | undefined;
@@ -325,13 +325,10 @@ export declare const interpolatableRobotImageGenerateInstructionsSchema: z.ZodOb
325
325
  provider: z.ZodOptional<z.ZodString>;
326
326
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
327
327
  }, "strict", z.ZodTypeAny, {
328
+ robot: "/image/generate";
328
329
  force_accept: string | boolean;
329
330
  ignore_errors: string | string[];
330
- robot: "/image/generate";
331
331
  prompt: string;
332
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
333
- result?: string | boolean | undefined;
334
- queue?: string | undefined;
335
332
  use?: string | string[] | {
336
333
  name: string;
337
334
  fields?: string | undefined;
@@ -346,6 +343,9 @@ export declare const interpolatableRobotImageGenerateInstructionsSchema: z.ZodOb
346
343
  bundle_steps?: boolean | undefined;
347
344
  group_by_original?: boolean | undefined;
348
345
  } | undefined;
346
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
347
+ result?: string | boolean | undefined;
348
+ queue?: string | undefined;
349
349
  width?: string | number | undefined;
350
350
  height?: string | number | undefined;
351
351
  model?: string | undefined;
@@ -358,11 +358,6 @@ export declare const interpolatableRobotImageGenerateInstructionsSchema: z.ZodOb
358
358
  }, {
359
359
  robot: "/image/generate";
360
360
  prompt: string;
361
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
362
- result?: string | boolean | undefined;
363
- queue?: string | undefined;
364
- force_accept?: string | boolean | undefined;
365
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
366
361
  use?: string | string[] | {
367
362
  name: string;
368
363
  fields?: string | undefined;
@@ -377,6 +372,11 @@ export declare const interpolatableRobotImageGenerateInstructionsSchema: z.ZodOb
377
372
  bundle_steps?: boolean | undefined;
378
373
  group_by_original?: boolean | undefined;
379
374
  } | undefined;
375
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
376
+ result?: string | boolean | undefined;
377
+ queue?: string | undefined;
378
+ force_accept?: string | boolean | undefined;
379
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
380
380
  width?: string | number | undefined;
381
381
  height?: string | number | undefined;
382
382
  model?: string | undefined;
@@ -455,13 +455,10 @@ export declare const interpolatableRobotImageGenerateInstructionsWithHiddenField
455
455
  provider: z.ZodOptional<z.ZodString>;
456
456
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
457
457
  }, "strict", z.ZodTypeAny, {
458
+ robot: "/image/generate";
458
459
  force_accept: string | boolean;
459
460
  ignore_errors: string | string[];
460
- robot: "/image/generate";
461
461
  prompt: string;
462
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
463
- result?: string | boolean | undefined;
464
- queue?: string | undefined;
465
462
  use?: string | string[] | {
466
463
  name: string;
467
464
  fields?: string | undefined;
@@ -476,6 +473,9 @@ export declare const interpolatableRobotImageGenerateInstructionsWithHiddenField
476
473
  bundle_steps?: boolean | undefined;
477
474
  group_by_original?: boolean | undefined;
478
475
  } | undefined;
476
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
477
+ result?: string | boolean | undefined;
478
+ queue?: string | undefined;
479
479
  width?: string | number | undefined;
480
480
  height?: string | number | undefined;
481
481
  model?: string | undefined;
@@ -488,11 +488,6 @@ export declare const interpolatableRobotImageGenerateInstructionsWithHiddenField
488
488
  }, {
489
489
  robot: "/image/generate";
490
490
  prompt: string;
491
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
492
- result?: string | boolean | undefined;
493
- queue?: string | undefined;
494
- force_accept?: string | boolean | undefined;
495
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
496
491
  use?: string | string[] | {
497
492
  name: string;
498
493
  fields?: string | undefined;
@@ -507,6 +502,11 @@ export declare const interpolatableRobotImageGenerateInstructionsWithHiddenField
507
502
  bundle_steps?: boolean | undefined;
508
503
  group_by_original?: boolean | undefined;
509
504
  } | undefined;
505
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
506
+ result?: string | boolean | undefined;
507
+ queue?: string | undefined;
508
+ force_accept?: string | boolean | undefined;
509
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
510
510
  width?: string | number | undefined;
511
511
  height?: string | number | undefined;
512
512
  model?: string | undefined;