@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,16 +70,14 @@ export declare const robotSftpStoreInstructionsSchema: z.ZodObject<{
70
70
  file_chmod: z.ZodDefault<z.ZodString>;
71
71
  }, "strict", z.ZodTypeAny, {
72
72
  path: string;
73
+ robot: "/sftp/store";
73
74
  result: boolean;
74
75
  force_accept: boolean;
75
76
  ignore_errors: string[];
76
77
  port: number;
77
- robot: "/sftp/store";
78
78
  url_template: string;
79
79
  ssl_url_template: string;
80
80
  file_chmod: string;
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 robotSftpStoreInstructionsSchema: 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 robotSftpStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/sftp/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 robotSftpStoreInstructionsSchema: 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;
@@ -197,16 +197,13 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
197
197
  allowNetwork: z.ZodOptional<z.ZodString>;
198
198
  }, "strict", z.ZodTypeAny, {
199
199
  path: string;
200
+ robot: "/sftp/store";
200
201
  force_accept: boolean;
201
202
  ignore_errors: string[];
202
203
  port: number;
203
- robot: "/sftp/store";
204
204
  url_template: string;
205
205
  ssl_url_template: string;
206
206
  file_chmod: string;
207
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
208
- result?: boolean | "debug" | undefined;
209
- queue?: "batch" | undefined;
210
207
  use?: string | string[] | {
211
208
  name: string;
212
209
  fields?: string | undefined;
@@ -221,6 +218,9 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
221
218
  bundle_steps?: boolean | undefined;
222
219
  group_by_original?: boolean | undefined;
223
220
  } | undefined;
221
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
222
+ result?: boolean | "debug" | undefined;
223
+ queue?: "batch" | undefined;
224
224
  credentials?: string | undefined;
225
225
  user?: string | undefined;
226
226
  host?: string | undefined;
@@ -229,11 +229,6 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
229
229
  }, {
230
230
  robot: "/sftp/store";
231
231
  path?: string | undefined;
232
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
233
- result?: boolean | "debug" | undefined;
234
- queue?: "batch" | undefined;
235
- force_accept?: boolean | undefined;
236
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
237
232
  use?: string | string[] | {
238
233
  name: string;
239
234
  fields?: string | undefined;
@@ -248,6 +243,11 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
248
243
  bundle_steps?: boolean | undefined;
249
244
  group_by_original?: boolean | undefined;
250
245
  } | undefined;
246
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
247
+ result?: boolean | "debug" | undefined;
248
+ queue?: "batch" | undefined;
249
+ force_accept?: boolean | undefined;
250
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
251
251
  credentials?: string | undefined;
252
252
  user?: string | undefined;
253
253
  host?: string | undefined;
@@ -326,16 +326,14 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
326
326
  file_chmod: z.ZodDefault<z.ZodString>;
327
327
  }, "strict", z.ZodTypeAny, {
328
328
  path: string;
329
+ robot: "/sftp/store";
329
330
  result: string | boolean;
330
331
  force_accept: string | boolean;
331
332
  ignore_errors: string | string[];
332
333
  port: string | number;
333
- robot: "/sftp/store";
334
334
  url_template: string;
335
335
  ssl_url_template: string;
336
336
  file_chmod: string;
337
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
338
- queue?: string | undefined;
339
337
  use?: string | string[] | {
340
338
  name: string;
341
339
  fields?: string | undefined;
@@ -350,6 +348,8 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
350
348
  bundle_steps?: boolean | undefined;
351
349
  group_by_original?: boolean | undefined;
352
350
  } | undefined;
351
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
352
+ queue?: string | undefined;
353
353
  credentials?: string | undefined;
354
354
  user?: string | undefined;
355
355
  host?: string | undefined;
@@ -357,11 +357,6 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
357
357
  }, {
358
358
  robot: "/sftp/store";
359
359
  path?: string | undefined;
360
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
361
- result?: string | boolean | undefined;
362
- queue?: string | undefined;
363
- force_accept?: string | boolean | undefined;
364
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
365
360
  use?: string | string[] | {
366
361
  name: string;
367
362
  fields?: string | undefined;
@@ -376,6 +371,11 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
376
371
  bundle_steps?: boolean | undefined;
377
372
  group_by_original?: boolean | undefined;
378
373
  } | undefined;
374
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
375
+ result?: string | boolean | undefined;
376
+ queue?: string | undefined;
377
+ force_accept?: string | boolean | undefined;
378
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
379
379
  credentials?: string | undefined;
380
380
  user?: string | undefined;
381
381
  host?: string | undefined;
@@ -454,16 +454,13 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
454
454
  allowNetwork: z.ZodOptional<z.ZodString>;
455
455
  }, "strict", z.ZodTypeAny, {
456
456
  path: string;
457
+ robot: "/sftp/store";
457
458
  force_accept: string | boolean;
458
459
  ignore_errors: string | string[];
459
460
  port: string | number;
460
- robot: "/sftp/store";
461
461
  url_template: string;
462
462
  ssl_url_template: string;
463
463
  file_chmod: string;
464
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
465
- result?: string | boolean | undefined;
466
- queue?: string | undefined;
467
464
  use?: string | string[] | {
468
465
  name: string;
469
466
  fields?: string | undefined;
@@ -478,6 +475,9 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
478
475
  bundle_steps?: boolean | undefined;
479
476
  group_by_original?: boolean | undefined;
480
477
  } | undefined;
478
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
479
+ result?: string | boolean | undefined;
480
+ queue?: string | undefined;
481
481
  credentials?: string | undefined;
482
482
  user?: string | undefined;
483
483
  host?: string | undefined;
@@ -486,11 +486,6 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
486
486
  }, {
487
487
  robot: "/sftp/store";
488
488
  path?: string | undefined;
489
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
490
- result?: string | boolean | undefined;
491
- queue?: string | undefined;
492
- force_accept?: string | boolean | undefined;
493
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
494
489
  use?: string | string[] | {
495
490
  name: string;
496
491
  fields?: string | undefined;
@@ -505,6 +500,11 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
505
500
  bundle_steps?: boolean | undefined;
506
501
  group_by_original?: boolean | undefined;
507
502
  } | undefined;
503
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
504
+ result?: string | boolean | undefined;
505
+ queue?: string | undefined;
506
+ force_accept?: string | boolean | undefined;
507
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
508
508
  credentials?: string | undefined;
509
509
  user?: string | undefined;
510
510
  host?: string | undefined;
@@ -64,17 +64,15 @@ export declare const robotSpeechTranscribeInstructionsSchema: z.ZodObject<{
64
64
  source_language: z.ZodDefault<z.ZodString>;
65
65
  target_language: z.ZodDefault<z.ZodString>;
66
66
  }, "strict", z.ZodTypeAny, {
67
+ robot: "/speech/transcribe";
67
68
  result: boolean;
68
69
  force_accept: boolean;
69
70
  ignore_errors: string[];
70
- robot: "/speech/transcribe";
71
- format: "meta" | "json" | "text" | "srt" | "webvtt";
71
+ format: "meta" | "text" | "json" | "srt" | "webvtt";
72
72
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
73
73
  granularity: "full" | "list";
74
74
  source_language: string;
75
75
  target_language: 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,14 +87,11 @@ export declare const robotSpeechTranscribeInstructionsSchema: 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
  }, {
93
93
  robot: "/speech/transcribe";
94
94
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
95
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
96
- result?: boolean | undefined;
97
- queue?: "batch" | undefined;
98
- force_accept?: boolean | undefined;
99
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
100
95
  use?: string | string[] | {
101
96
  name: string;
102
97
  fields?: string | undefined;
@@ -111,7 +106,12 @@ export declare const robotSpeechTranscribeInstructionsSchema: z.ZodObject<{
111
106
  bundle_steps?: boolean | undefined;
112
107
  group_by_original?: boolean | undefined;
113
108
  } | undefined;
114
- format?: "meta" | "json" | "text" | "srt" | "webvtt" | undefined;
109
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
110
+ result?: boolean | undefined;
111
+ queue?: "batch" | undefined;
112
+ force_accept?: boolean | undefined;
113
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
114
+ format?: "meta" | "text" | "json" | "srt" | "webvtt" | undefined;
115
115
  granularity?: "full" | "list" | undefined;
116
116
  source_language?: string | undefined;
117
117
  target_language?: string | undefined;
@@ -178,17 +178,14 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
178
178
  } & {
179
179
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
180
180
  }, "strict", z.ZodTypeAny, {
181
+ robot: "/speech/transcribe";
181
182
  force_accept: boolean;
182
183
  ignore_errors: string[];
183
- robot: "/speech/transcribe";
184
- format: "meta" | "json" | "text" | "srt" | "webvtt";
184
+ format: "meta" | "text" | "json" | "srt" | "webvtt";
185
185
  provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
186
186
  granularity: "full" | "list";
187
187
  source_language: string;
188
188
  target_language: string;
189
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
190
- result?: boolean | "debug" | undefined;
191
- queue?: "batch" | undefined;
192
189
  use?: string | string[] | {
193
190
  name: string;
194
191
  fields?: string | undefined;
@@ -203,14 +200,12 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
203
200
  bundle_steps?: boolean | undefined;
204
201
  group_by_original?: boolean | undefined;
205
202
  } | undefined;
206
- }, {
207
- robot: "/speech/transcribe";
208
- provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
209
203
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
210
204
  result?: boolean | "debug" | undefined;
211
205
  queue?: "batch" | undefined;
212
- force_accept?: boolean | undefined;
213
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
206
+ }, {
207
+ robot: "/speech/transcribe";
208
+ provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
214
209
  use?: string | string[] | {
215
210
  name: string;
216
211
  fields?: string | undefined;
@@ -225,7 +220,12 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
225
220
  bundle_steps?: boolean | undefined;
226
221
  group_by_original?: boolean | undefined;
227
222
  } | undefined;
228
- format?: "meta" | "json" | "text" | "srt" | "webvtt" | undefined;
223
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
224
+ result?: boolean | "debug" | undefined;
225
+ queue?: "batch" | undefined;
226
+ force_accept?: boolean | undefined;
227
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
228
+ format?: "meta" | "text" | "json" | "srt" | "webvtt" | undefined;
229
229
  granularity?: "full" | "list" | undefined;
230
230
  source_language?: string | undefined;
231
231
  target_language?: string | undefined;
@@ -293,17 +293,15 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
293
293
  source_language: z.ZodDefault<z.ZodString>;
294
294
  target_language: z.ZodDefault<z.ZodString>;
295
295
  }, "strict", z.ZodTypeAny, {
296
+ robot: "/speech/transcribe";
296
297
  result: string | boolean;
297
298
  force_accept: string | boolean;
298
299
  ignore_errors: string | string[];
299
- robot: "/speech/transcribe";
300
300
  format: string;
301
301
  provider: string;
302
302
  granularity: string;
303
303
  source_language: string;
304
304
  target_language: string;
305
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
306
- queue?: string | undefined;
307
305
  use?: string | string[] | {
308
306
  name: string;
309
307
  fields?: string | undefined;
@@ -318,14 +316,11 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
318
316
  bundle_steps?: boolean | undefined;
319
317
  group_by_original?: boolean | undefined;
320
318
  } | undefined;
319
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
320
+ queue?: string | undefined;
321
321
  }, {
322
322
  robot: "/speech/transcribe";
323
323
  provider: string;
324
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
325
- result?: string | boolean | undefined;
326
- queue?: string | undefined;
327
- force_accept?: string | boolean | undefined;
328
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
329
324
  use?: string | string[] | {
330
325
  name: string;
331
326
  fields?: string | undefined;
@@ -340,6 +335,11 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
340
335
  bundle_steps?: boolean | undefined;
341
336
  group_by_original?: boolean | undefined;
342
337
  } | undefined;
338
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
339
+ result?: string | boolean | undefined;
340
+ queue?: string | undefined;
341
+ force_accept?: string | boolean | undefined;
342
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
343
343
  format?: string | undefined;
344
344
  granularity?: string | undefined;
345
345
  source_language?: string | undefined;
@@ -408,17 +408,14 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFi
408
408
  target_language: z.ZodDefault<z.ZodString>;
409
409
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
410
410
  }, "strict", z.ZodTypeAny, {
411
+ robot: "/speech/transcribe";
411
412
  force_accept: string | boolean;
412
413
  ignore_errors: string | string[];
413
- robot: "/speech/transcribe";
414
414
  format: string;
415
415
  provider: string;
416
416
  granularity: string;
417
417
  source_language: string;
418
418
  target_language: string;
419
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
420
- result?: string | boolean | undefined;
421
- queue?: string | undefined;
422
419
  use?: string | string[] | {
423
420
  name: string;
424
421
  fields?: string | undefined;
@@ -433,14 +430,12 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFi
433
430
  bundle_steps?: boolean | undefined;
434
431
  group_by_original?: boolean | undefined;
435
432
  } | undefined;
436
- }, {
437
- robot: "/speech/transcribe";
438
- provider: string;
439
433
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
440
434
  result?: string | boolean | undefined;
441
435
  queue?: string | undefined;
442
- force_accept?: string | boolean | undefined;
443
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
436
+ }, {
437
+ robot: "/speech/transcribe";
438
+ provider: string;
444
439
  use?: string | string[] | {
445
440
  name: string;
446
441
  fields?: string | undefined;
@@ -455,6 +450,11 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFi
455
450
  bundle_steps?: boolean | undefined;
456
451
  group_by_original?: boolean | undefined;
457
452
  } | undefined;
453
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
454
+ result?: string | boolean | undefined;
455
+ queue?: string | undefined;
456
+ force_accept?: string | boolean | undefined;
457
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
458
458
  format?: string | undefined;
459
459
  granularity?: string | undefined;
460
460
  source_language?: string | undefined;
@@ -25,19 +25,19 @@ export declare const robotSupabaseImportInstructionsSchema: z.ZodObject<{
25
25
  return_file_stubs: z.ZodDefault<z.ZodBoolean>;
26
26
  }, "strict", z.ZodTypeAny, {
27
27
  path: string | string[];
28
+ robot: "/supabase/import";
28
29
  result: boolean;
29
30
  force_accept: boolean;
30
31
  ignore_errors: string[];
31
32
  force_name: string | string[] | null;
32
- robot: "/supabase/import";
33
33
  recursive: boolean;
34
34
  files_per_page: number;
35
35
  page_number: number;
36
36
  return_file_stubs: boolean;
37
+ key?: string | undefined;
37
38
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
38
39
  queue?: "batch" | undefined;
39
40
  credentials?: string | undefined;
40
- key?: string | undefined;
41
41
  bucket?: string | undefined;
42
42
  host?: string | undefined;
43
43
  secret?: string | undefined;
@@ -45,6 +45,7 @@ export declare const robotSupabaseImportInstructionsSchema: z.ZodObject<{
45
45
  }, {
46
46
  path: string | string[];
47
47
  robot: "/supabase/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 robotSupabaseImportInstructionsSchema: 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
  host?: string | undefined;
58
58
  secret?: string | undefined;
@@ -84,19 +84,19 @@ export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
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: "/supabase/import";
87
88
  force_accept: boolean;
88
89
  ignore_errors: string[];
89
90
  force_name: string | string[] | null;
90
- robot: "/supabase/import";
91
91
  recursive: boolean;
92
92
  files_per_page: number;
93
93
  page_number: number;
94
94
  return_file_stubs: boolean;
95
+ key?: string | undefined;
95
96
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
96
97
  result?: boolean | "debug" | undefined;
97
98
  queue?: "batch" | undefined;
98
99
  credentials?: string | undefined;
99
- key?: string | undefined;
100
100
  bucket?: string | undefined;
101
101
  host?: string | undefined;
102
102
  secret?: string | undefined;
@@ -104,6 +104,7 @@ export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
104
104
  }, {
105
105
  path: string | string[];
106
106
  robot: "/supabase/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 robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
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
  host?: string | undefined;
117
117
  secret?: string | undefined;
@@ -144,19 +144,19 @@ export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
144
144
  return_file_stubs: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
145
145
  }, "strict", z.ZodTypeAny, {
146
146
  path: string | string[];
147
+ robot: "/supabase/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: "/supabase/import";
152
152
  recursive: string | boolean;
153
153
  files_per_page: string | number;
154
154
  page_number: string | number;
155
155
  return_file_stubs: string | boolean;
156
+ key?: string | undefined;
156
157
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
157
158
  queue?: string | undefined;
158
159
  credentials?: string | undefined;
159
- key?: string | undefined;
160
160
  bucket?: string | undefined;
161
161
  host?: string | undefined;
162
162
  secret?: string | undefined;
@@ -164,6 +164,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
164
164
  }, {
165
165
  path: string | string[];
166
166
  robot: "/supabase/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 interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
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
  host?: string | undefined;
177
177
  secret?: string | undefined;
@@ -204,19 +204,19 @@ export declare const interpolatableRobotSupabaseImportInstructionsWithHiddenFiel
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: "/supabase/import";
207
208
  force_accept: string | boolean;
208
209
  ignore_errors: string | string[];
209
210
  force_name: string | string[] | null;
210
- robot: "/supabase/import";
211
211
  recursive: string | boolean;
212
212
  files_per_page: string | number;
213
213
  page_number: string | number;
214
214
  return_file_stubs: string | boolean;
215
+ key?: string | undefined;
215
216
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
216
217
  result?: string | boolean | undefined;
217
218
  queue?: string | undefined;
218
219
  credentials?: string | undefined;
219
- key?: string | undefined;
220
220
  bucket?: string | undefined;
221
221
  host?: string | undefined;
222
222
  secret?: string | undefined;
@@ -224,6 +224,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsWithHiddenFiel
224
224
  }, {
225
225
  path: string | string[];
226
226
  robot: "/supabase/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 interpolatableRobotSupabaseImportInstructionsWithHiddenFiel
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
  host?: string | undefined;
237
237
  secret?: string | undefined;