@transloadit/zod 4.1.3 → 4.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/v3/assemblyReplay.d.ts +801 -799
  2. package/dist/v3/assemblyReplay.d.ts.map +1 -1
  3. package/dist/v3/assemblyReplayNotification.d.ts +801 -799
  4. package/dist/v3/assemblyReplayNotification.d.ts.map +1 -1
  5. package/dist/v3/assemblyStatus.d.ts +12 -12
  6. package/dist/v3/assemblyStatus.d.ts.map +1 -1
  7. package/dist/v3/assemblyStatus.js +1 -0
  8. package/dist/v3/robots/_index.d.ts +1368 -1356
  9. package/dist/v3/robots/_index.d.ts.map +1 -1
  10. package/dist/v3/robots/_instructions-primitives.d.ts +102 -102
  11. package/dist/v3/robots/ai-chat.d.ts +54 -42
  12. package/dist/v3/robots/ai-chat.d.ts.map +1 -1
  13. package/dist/v3/robots/ai-chat.js +18 -25
  14. package/dist/v3/robots/assembly-savejson.d.ts +2 -2
  15. package/dist/v3/robots/audio-artwork.d.ts +114 -114
  16. package/dist/v3/robots/audio-concat.d.ts +118 -118
  17. package/dist/v3/robots/audio-encode.d.ts +116 -116
  18. package/dist/v3/robots/audio-loop.d.ts +114 -114
  19. package/dist/v3/robots/audio-merge.d.ts +116 -116
  20. package/dist/v3/robots/audio-waveform.d.ts +114 -114
  21. package/dist/v3/robots/azure-import.d.ts +12 -12
  22. package/dist/v3/robots/azure-store.d.ts +42 -42
  23. package/dist/v3/robots/backblaze-import.d.ts +4 -4
  24. package/dist/v3/robots/backblaze-store.d.ts +34 -34
  25. package/dist/v3/robots/cloudfiles-import.d.ts +12 -12
  26. package/dist/v3/robots/cloudfiles-store.d.ts +42 -42
  27. package/dist/v3/robots/cloudflare-import.d.ts +12 -12
  28. package/dist/v3/robots/cloudflare-store.d.ts +42 -42
  29. package/dist/v3/robots/digitalocean-import.d.ts +12 -12
  30. package/dist/v3/robots/digitalocean-store.d.ts +42 -42
  31. package/dist/v3/robots/document-autorotate.d.ts +32 -32
  32. package/dist/v3/robots/document-convert.d.ts +42 -42
  33. package/dist/v3/robots/document-merge.d.ts +34 -34
  34. package/dist/v3/robots/document-ocr.d.ts +38 -38
  35. package/dist/v3/robots/document-split.d.ts +34 -34
  36. package/dist/v3/robots/document-thumbs.d.ts +36 -36
  37. package/dist/v3/robots/dropbox-import.d.ts +4 -4
  38. package/dist/v3/robots/dropbox-store.d.ts +34 -34
  39. package/dist/v3/robots/edgly-deliver.d.ts +4 -4
  40. package/dist/v3/robots/file-compress.d.ts +38 -38
  41. package/dist/v3/robots/file-decompress.d.ts +32 -32
  42. package/dist/v3/robots/file-filter.d.ts +41 -41
  43. package/dist/v3/robots/file-filter.d.ts.map +1 -1
  44. package/dist/v3/robots/file-filter.js +3 -1
  45. package/dist/v3/robots/file-hash.d.ts +36 -36
  46. package/dist/v3/robots/file-preview.d.ts +34 -34
  47. package/dist/v3/robots/file-read.d.ts +32 -32
  48. package/dist/v3/robots/file-serve.d.ts +32 -32
  49. package/dist/v3/robots/file-verify.d.ts +32 -32
  50. package/dist/v3/robots/file-virusscan.d.ts +34 -34
  51. package/dist/v3/robots/file-watermark.d.ts +34 -34
  52. package/dist/v3/robots/ftp-import.d.ts +4 -4
  53. package/dist/v3/robots/ftp-store.d.ts +34 -34
  54. package/dist/v3/robots/google-import.d.ts +4 -4
  55. package/dist/v3/robots/google-store.d.ts +40 -40
  56. package/dist/v3/robots/html-convert.d.ts +38 -38
  57. package/dist/v3/robots/http-import.d.ts +4 -4
  58. package/dist/v3/robots/image-bgremove.d.ts +34 -34
  59. package/dist/v3/robots/image-describe.d.ts +38 -38
  60. package/dist/v3/robots/image-facedetect.d.ts +38 -38
  61. package/dist/v3/robots/image-generate.d.ts +35 -35
  62. package/dist/v3/robots/image-merge.d.ts +32 -32
  63. package/dist/v3/robots/image-ocr.d.ts +38 -38
  64. package/dist/v3/robots/image-optimize.d.ts +32 -32
  65. package/dist/v3/robots/image-resize.d.ts +70 -70
  66. package/dist/v3/robots/meta-read.d.ts +4 -4
  67. package/dist/v3/robots/minio-import.d.ts +12 -12
  68. package/dist/v3/robots/minio-store.d.ts +42 -42
  69. package/dist/v3/robots/progress-simulate.d.ts +16 -16
  70. package/dist/v3/robots/s3-import.d.ts +12 -12
  71. package/dist/v3/robots/s3-store.d.ts +46 -46
  72. package/dist/v3/robots/script-run.d.ts +34 -34
  73. package/dist/v3/robots/sftp-import.d.ts +4 -4
  74. package/dist/v3/robots/sftp-store.d.ts +34 -34
  75. package/dist/v3/robots/speech-transcribe.d.ts +38 -38
  76. package/dist/v3/robots/supabase-import.d.ts +12 -12
  77. package/dist/v3/robots/supabase-store.d.ts +42 -42
  78. package/dist/v3/robots/swift-import.d.ts +12 -12
  79. package/dist/v3/robots/swift-store.d.ts +42 -42
  80. package/dist/v3/robots/text-speak.d.ts +34 -34
  81. package/dist/v3/robots/text-translate.d.ts +42 -42
  82. package/dist/v3/robots/tigris-import.d.ts +12 -12
  83. package/dist/v3/robots/tigris-store.d.ts +42 -42
  84. package/dist/v3/robots/tlcdn-deliver.d.ts +4 -4
  85. package/dist/v3/robots/tus-store.d.ts +34 -34
  86. package/dist/v3/robots/upload-handle.d.ts +4 -4
  87. package/dist/v3/robots/video-adaptive.d.ts +114 -114
  88. package/dist/v3/robots/video-concat.d.ts +114 -114
  89. package/dist/v3/robots/video-encode.d.ts +114 -114
  90. package/dist/v3/robots/video-merge.d.ts +114 -114
  91. package/dist/v3/robots/video-ondemand.d.ts +146 -146
  92. package/dist/v3/robots/video-subtitle.d.ts +114 -114
  93. package/dist/v3/robots/video-thumbs.d.ts +114 -114
  94. package/dist/v3/robots/vimeo-import.d.ts +8 -8
  95. package/dist/v3/robots/vimeo-store.d.ts +34 -34
  96. package/dist/v3/robots/wasabi-import.d.ts +12 -12
  97. package/dist/v3/robots/wasabi-store.d.ts +42 -42
  98. package/dist/v3/robots/youtube-store.d.ts +48 -48
  99. package/dist/v3/template.d.ts +6793 -6769
  100. package/dist/v3/template.d.ts.map +1 -1
  101. package/dist/v3/templateCredential.d.ts +2 -2
  102. package/dist/v4/assemblyStatus.d.ts +4 -0
  103. package/dist/v4/assemblyStatus.d.ts.map +1 -1
  104. package/dist/v4/assemblyStatus.js +1 -0
  105. package/dist/v4/robots/_index.d.ts +346 -342
  106. package/dist/v4/robots/_index.d.ts.map +1 -1
  107. package/dist/v4/robots/_instructions-primitives.d.ts +24 -24
  108. package/dist/v4/robots/ai-chat.d.ts +14 -10
  109. package/dist/v4/robots/ai-chat.d.ts.map +1 -1
  110. package/dist/v4/robots/ai-chat.js +18 -25
  111. package/dist/v4/robots/audio-artwork.d.ts +8 -8
  112. package/dist/v4/robots/audio-concat.d.ts +10 -10
  113. package/dist/v4/robots/audio-encode.d.ts +8 -8
  114. package/dist/v4/robots/audio-loop.d.ts +8 -8
  115. package/dist/v4/robots/audio-merge.d.ts +20 -20
  116. package/dist/v4/robots/audio-waveform.d.ts +8 -8
  117. package/dist/v4/robots/document-convert.d.ts +8 -8
  118. package/dist/v4/robots/document-ocr.d.ts +4 -4
  119. package/dist/v4/robots/document-thumbs.d.ts +2 -2
  120. package/dist/v4/robots/file-filter.d.ts +4 -4
  121. package/dist/v4/robots/file-filter.d.ts.map +1 -1
  122. package/dist/v4/robots/file-filter.js +3 -1
  123. package/dist/v4/robots/image-describe.d.ts +4 -4
  124. package/dist/v4/robots/image-facedetect.d.ts +4 -4
  125. package/dist/v4/robots/image-ocr.d.ts +4 -4
  126. package/dist/v4/robots/image-resize.d.ts +115 -115
  127. package/dist/v4/robots/s3-store.d.ts +4 -4
  128. package/dist/v4/robots/speech-transcribe.d.ts +4 -4
  129. package/dist/v4/robots/text-translate.d.ts +96 -96
  130. package/dist/v4/robots/video-adaptive.d.ts +8 -8
  131. package/dist/v4/robots/video-concat.d.ts +8 -8
  132. package/dist/v4/robots/video-encode.d.ts +24 -24
  133. package/dist/v4/robots/video-merge.d.ts +8 -8
  134. package/dist/v4/robots/video-ondemand.d.ts +24 -24
  135. package/dist/v4/robots/video-subtitle.d.ts +24 -24
  136. package/dist/v4/robots/video-thumbs.d.ts +8 -8
  137. package/dist/v4/robots/vimeo-import.d.ts +4 -4
  138. package/dist/v4/robots/youtube-store.d.ts +4 -4
  139. package/dist/v4/template.d.ts +588 -582
  140. package/dist/v4/template.d.ts.map +1 -1
  141. package/package.json +1 -1
@@ -61,22 +61,20 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
61
61
  credentials: z.ZodString;
62
62
  title: z.ZodString;
63
63
  description: z.ZodString;
64
- category: z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events", unknown>;
64
+ category: z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events", unknown>;
65
65
  keywords: z.ZodString;
66
66
  visibility: z.ZodEnum<["public", "private", "unlisted"]>;
67
67
  }, "strict", z.ZodTypeAny, {
68
68
  description: string;
69
69
  title: string;
70
+ robot: "/youtube/store";
70
71
  result: boolean;
71
72
  force_accept: boolean;
72
73
  ignore_errors: string[];
73
74
  credentials: string;
74
- robot: "/youtube/store";
75
- category: "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events";
75
+ category: "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events";
76
76
  keywords: string;
77
- visibility: "private" | "public" | "unlisted";
78
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
79
- queue?: "batch" | undefined;
77
+ visibility: "public" | "private" | "unlisted";
80
78
  use?: string | string[] | {
81
79
  name: string;
82
80
  fields?: string | undefined;
@@ -91,18 +89,15 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
91
89
  bundle_steps?: boolean | undefined;
92
90
  group_by_original?: boolean | undefined;
93
91
  } | undefined;
92
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
93
+ queue?: "batch" | undefined;
94
94
  }, {
95
95
  description: string;
96
96
  title: string;
97
- credentials: string;
98
97
  robot: "/youtube/store";
98
+ credentials: string;
99
99
  keywords: string;
100
- visibility: "private" | "public" | "unlisted";
101
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
102
- result?: boolean | undefined;
103
- queue?: "batch" | undefined;
104
- force_accept?: boolean | undefined;
105
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
100
+ visibility: "public" | "private" | "unlisted";
106
101
  use?: string | string[] | {
107
102
  name: string;
108
103
  fields?: string | undefined;
@@ -117,6 +112,11 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
117
112
  bundle_steps?: boolean | undefined;
118
113
  group_by_original?: boolean | undefined;
119
114
  } | undefined;
115
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
116
+ result?: boolean | undefined;
117
+ queue?: "batch" | undefined;
118
+ force_accept?: boolean | undefined;
119
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
120
120
  category?: unknown;
121
121
  }>;
122
122
  export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
@@ -176,7 +176,7 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
176
176
  credentials: z.ZodString;
177
177
  title: z.ZodString;
178
178
  description: z.ZodString;
179
- category: z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events", unknown>;
179
+ category: z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events", unknown>;
180
180
  keywords: z.ZodString;
181
181
  visibility: z.ZodEnum<["public", "private", "unlisted"]>;
182
182
  } & {
@@ -184,16 +184,13 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
184
184
  }, "strict", z.ZodTypeAny, {
185
185
  description: string;
186
186
  title: string;
187
+ robot: "/youtube/store";
187
188
  force_accept: boolean;
188
189
  ignore_errors: string[];
189
190
  credentials: string;
190
- robot: "/youtube/store";
191
- category: "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events";
191
+ category: "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events";
192
192
  keywords: string;
193
- visibility: "private" | "public" | "unlisted";
194
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
195
- result?: boolean | "debug" | undefined;
196
- queue?: "batch" | undefined;
193
+ visibility: "public" | "private" | "unlisted";
197
194
  use?: string | string[] | {
198
195
  name: string;
199
196
  fields?: string | undefined;
@@ -208,18 +205,16 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
208
205
  bundle_steps?: boolean | undefined;
209
206
  group_by_original?: boolean | undefined;
210
207
  } | undefined;
208
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
209
+ result?: boolean | "debug" | undefined;
210
+ queue?: "batch" | undefined;
211
211
  }, {
212
212
  description: string;
213
213
  title: string;
214
- credentials: string;
215
214
  robot: "/youtube/store";
215
+ credentials: string;
216
216
  keywords: string;
217
- visibility: "private" | "public" | "unlisted";
218
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
219
- result?: boolean | "debug" | undefined;
220
- queue?: "batch" | undefined;
221
- force_accept?: boolean | undefined;
222
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
217
+ visibility: "public" | "private" | "unlisted";
223
218
  use?: string | string[] | {
224
219
  name: string;
225
220
  fields?: string | undefined;
@@ -234,6 +229,11 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
234
229
  bundle_steps?: boolean | undefined;
235
230
  group_by_original?: boolean | undefined;
236
231
  } | 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
237
  category?: unknown;
238
238
  }>;
239
239
  export type RobotYoutubeStoreInstructions = z.infer<typeof robotYoutubeStoreInstructionsSchema>;
@@ -296,22 +296,20 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
296
296
  credentials: z.ZodString;
297
297
  title: z.ZodString;
298
298
  description: z.ZodString;
299
- category: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events", unknown>]>;
299
+ category: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events", unknown>]>;
300
300
  keywords: z.ZodString;
301
301
  visibility: z.ZodUnion<[z.ZodString, z.ZodEnum<["public", "private", "unlisted"]>]>;
302
302
  }, "strict", z.ZodTypeAny, {
303
303
  description: string;
304
304
  title: string;
305
+ robot: "/youtube/store";
305
306
  result: string | boolean;
306
307
  force_accept: string | boolean;
307
308
  ignore_errors: string | string[];
308
309
  credentials: string;
309
- robot: "/youtube/store";
310
310
  category: string;
311
311
  keywords: string;
312
312
  visibility: string;
313
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
314
- queue?: string | undefined;
315
313
  use?: string | string[] | {
316
314
  name: string;
317
315
  fields?: string | undefined;
@@ -326,18 +324,15 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
326
324
  bundle_steps?: boolean | undefined;
327
325
  group_by_original?: boolean | undefined;
328
326
  } | undefined;
327
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
328
+ queue?: string | undefined;
329
329
  }, {
330
330
  description: string;
331
331
  title: string;
332
- credentials: string;
333
332
  robot: "/youtube/store";
333
+ credentials: string;
334
334
  keywords: string;
335
335
  visibility: string;
336
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
337
- result?: string | boolean | undefined;
338
- queue?: string | undefined;
339
- force_accept?: string | boolean | undefined;
340
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
341
336
  use?: string | string[] | {
342
337
  name: string;
343
338
  fields?: string | undefined;
@@ -352,6 +347,11 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
352
347
  bundle_steps?: boolean | undefined;
353
348
  group_by_original?: boolean | undefined;
354
349
  } | undefined;
350
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
351
+ result?: string | boolean | undefined;
352
+ queue?: string | undefined;
353
+ force_accept?: string | boolean | undefined;
354
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
355
355
  category?: unknown;
356
356
  }>;
357
357
  export type InterpolatableRobotYoutubeStoreInstructions = InterpolatableRobotYoutubeStoreInstructionsInput;
@@ -413,23 +413,20 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
413
413
  credentials: z.ZodString;
414
414
  title: z.ZodString;
415
415
  description: z.ZodString;
416
- category: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "science & technology" | "sports" | "travel & events", unknown>]>;
416
+ category: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodEnum<["autos & vehicles", "comedy", "education", "entertainment", "film & animation", "gaming", "howto & style", "music", "news & politics", "people & blogs", "pets & animals", "science & technology", "sports", "travel & events"]>, "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events", unknown>]>;
417
417
  keywords: z.ZodString;
418
418
  visibility: z.ZodUnion<[z.ZodString, z.ZodEnum<["public", "private", "unlisted"]>]>;
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
421
  description: string;
422
422
  title: string;
423
+ robot: "/youtube/store";
423
424
  force_accept: string | boolean;
424
425
  ignore_errors: string | string[];
425
426
  credentials: string;
426
- robot: "/youtube/store";
427
427
  category: string;
428
428
  keywords: string;
429
429
  visibility: string;
430
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
431
- result?: string | boolean | undefined;
432
- queue?: string | undefined;
433
430
  use?: string | string[] | {
434
431
  name: string;
435
432
  fields?: string | undefined;
@@ -444,18 +441,16 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
444
441
  bundle_steps?: boolean | undefined;
445
442
  group_by_original?: boolean | undefined;
446
443
  } | undefined;
444
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
445
+ result?: string | boolean | undefined;
446
+ queue?: string | undefined;
447
447
  }, {
448
448
  description: string;
449
449
  title: string;
450
- credentials: string;
451
450
  robot: "/youtube/store";
451
+ credentials: string;
452
452
  keywords: string;
453
453
  visibility: string;
454
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
455
- result?: string | boolean | undefined;
456
- queue?: string | undefined;
457
- force_accept?: string | boolean | undefined;
458
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
459
454
  use?: string | string[] | {
460
455
  name: string;
461
456
  fields?: string | undefined;
@@ -470,6 +465,11 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
470
465
  bundle_steps?: boolean | undefined;
471
466
  group_by_original?: boolean | undefined;
472
467
  } | undefined;
468
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
469
+ result?: string | boolean | undefined;
470
+ queue?: string | undefined;
471
+ force_accept?: string | boolean | undefined;
472
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
473
473
  category?: unknown;
474
474
  }>;
475
475
  export type InterpolatableRobotYoutubeStoreInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema>;