@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,13 +70,12 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
70
70
  sign_urls_for: z.ZodOptional<z.ZodNumber>;
71
71
  }, "strict", z.ZodTypeAny, {
72
72
  path: string;
73
+ robot: "/supabase/store";
73
74
  result: boolean;
74
75
  force_accept: boolean;
75
76
  ignore_errors: string[];
76
- robot: "/supabase/store";
77
77
  headers: Record<string, string>;
78
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
79
- queue?: "batch" | undefined;
78
+ key?: string | undefined;
80
79
  use?: string | string[] | {
81
80
  name: string;
82
81
  fields?: string | undefined;
@@ -91,8 +90,9 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
91
90
  bundle_steps?: boolean | undefined;
92
91
  group_by_original?: boolean | undefined;
93
92
  } | undefined;
93
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
94
+ queue?: "batch" | undefined;
94
95
  credentials?: string | undefined;
95
- key?: string | undefined;
96
96
  bucket?: string | undefined;
97
97
  host?: string | undefined;
98
98
  secret?: string | undefined;
@@ -101,11 +101,7 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/supabase/store";
103
103
  path?: string | undefined;
104
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
105
- result?: boolean | undefined;
106
- queue?: "batch" | undefined;
107
- force_accept?: boolean | undefined;
108
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
104
+ key?: string | undefined;
109
105
  use?: string | string[] | {
110
106
  name: string;
111
107
  fields?: string | undefined;
@@ -120,8 +116,12 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
120
116
  bundle_steps?: boolean | undefined;
121
117
  group_by_original?: boolean | undefined;
122
118
  } | undefined;
119
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
120
+ result?: boolean | undefined;
121
+ queue?: "batch" | undefined;
122
+ force_accept?: boolean | undefined;
123
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
123
124
  credentials?: string | undefined;
124
- key?: string | undefined;
125
125
  bucket?: string | undefined;
126
126
  host?: string | undefined;
127
127
  secret?: string | undefined;
@@ -196,13 +196,11 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
196
196
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
197
197
  }, "strict", z.ZodTypeAny, {
198
198
  path: string;
199
+ robot: "/supabase/store";
199
200
  force_accept: boolean;
200
201
  ignore_errors: string[];
201
- robot: "/supabase/store";
202
202
  headers: Record<string, string>;
203
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
204
- result?: boolean | "debug" | undefined;
205
- queue?: "batch" | undefined;
203
+ key?: string | undefined;
206
204
  use?: string | string[] | {
207
205
  name: string;
208
206
  fields?: string | undefined;
@@ -217,8 +215,10 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
217
215
  bundle_steps?: boolean | undefined;
218
216
  group_by_original?: boolean | undefined;
219
217
  } | undefined;
218
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
219
+ result?: boolean | "debug" | undefined;
220
+ queue?: "batch" | undefined;
220
221
  credentials?: string | undefined;
221
- key?: string | undefined;
222
222
  bucket?: string | undefined;
223
223
  host?: string | undefined;
224
224
  secret?: string | undefined;
@@ -227,11 +227,7 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
227
227
  }, {
228
228
  robot: "/supabase/store";
229
229
  path?: string | undefined;
230
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
231
- result?: boolean | "debug" | undefined;
232
- queue?: "batch" | undefined;
233
- force_accept?: boolean | undefined;
234
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
230
+ key?: string | undefined;
235
231
  use?: string | string[] | {
236
232
  name: string;
237
233
  fields?: string | undefined;
@@ -246,8 +242,12 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
246
242
  bundle_steps?: boolean | undefined;
247
243
  group_by_original?: boolean | undefined;
248
244
  } | undefined;
245
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
246
+ result?: boolean | "debug" | undefined;
247
+ queue?: "batch" | undefined;
248
+ force_accept?: boolean | undefined;
249
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
249
250
  credentials?: string | undefined;
250
- key?: string | undefined;
251
251
  bucket?: string | undefined;
252
252
  host?: string | undefined;
253
253
  secret?: string | undefined;
@@ -323,13 +323,12 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
323
323
  sign_urls_for: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
324
324
  }, "strict", z.ZodTypeAny, {
325
325
  path: string;
326
+ robot: "/supabase/store";
326
327
  result: string | boolean;
327
328
  force_accept: string | boolean;
328
329
  ignore_errors: string | string[];
329
- robot: "/supabase/store";
330
330
  headers: Record<string, string>;
331
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
332
- queue?: string | undefined;
331
+ key?: string | undefined;
333
332
  use?: string | string[] | {
334
333
  name: string;
335
334
  fields?: string | undefined;
@@ -344,8 +343,9 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
344
343
  bundle_steps?: boolean | undefined;
345
344
  group_by_original?: boolean | undefined;
346
345
  } | undefined;
346
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
347
+ queue?: string | undefined;
347
348
  credentials?: string | undefined;
348
- key?: string | undefined;
349
349
  bucket?: string | undefined;
350
350
  host?: string | undefined;
351
351
  secret?: string | undefined;
@@ -354,11 +354,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
354
354
  }, {
355
355
  robot: "/supabase/store";
356
356
  path?: string | undefined;
357
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
358
- result?: string | boolean | undefined;
359
- queue?: string | undefined;
360
- force_accept?: string | boolean | undefined;
361
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
357
+ key?: string | undefined;
362
358
  use?: string | string[] | {
363
359
  name: string;
364
360
  fields?: string | undefined;
@@ -373,8 +369,12 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
373
369
  bundle_steps?: boolean | undefined;
374
370
  group_by_original?: boolean | undefined;
375
371
  } | undefined;
372
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
373
+ result?: string | boolean | undefined;
374
+ queue?: string | undefined;
375
+ force_accept?: string | boolean | undefined;
376
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
376
377
  credentials?: string | undefined;
377
- key?: string | undefined;
378
378
  bucket?: string | undefined;
379
379
  host?: string | undefined;
380
380
  secret?: string | undefined;
@@ -450,13 +450,11 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
450
450
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
451
451
  }, "strict", z.ZodTypeAny, {
452
452
  path: string;
453
+ robot: "/supabase/store";
453
454
  force_accept: string | boolean;
454
455
  ignore_errors: string | string[];
455
- robot: "/supabase/store";
456
456
  headers: Record<string, string>;
457
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
458
- result?: string | boolean | undefined;
459
- queue?: string | undefined;
457
+ key?: string | undefined;
460
458
  use?: string | string[] | {
461
459
  name: string;
462
460
  fields?: string | undefined;
@@ -471,8 +469,10 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
471
469
  bundle_steps?: boolean | undefined;
472
470
  group_by_original?: boolean | undefined;
473
471
  } | undefined;
472
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
473
+ result?: string | boolean | undefined;
474
+ queue?: string | undefined;
474
475
  credentials?: string | undefined;
475
- key?: string | undefined;
476
476
  bucket?: string | undefined;
477
477
  host?: string | undefined;
478
478
  secret?: string | undefined;
@@ -481,11 +481,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
481
481
  }, {
482
482
  robot: "/supabase/store";
483
483
  path?: string | undefined;
484
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
485
- result?: string | boolean | undefined;
486
- queue?: string | undefined;
487
- force_accept?: string | boolean | undefined;
488
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
484
+ key?: string | undefined;
489
485
  use?: string | string[] | {
490
486
  name: string;
491
487
  fields?: string | undefined;
@@ -500,8 +496,12 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
500
496
  bundle_steps?: boolean | undefined;
501
497
  group_by_original?: boolean | undefined;
502
498
  } | undefined;
499
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
500
+ result?: string | boolean | undefined;
501
+ queue?: string | undefined;
502
+ force_accept?: string | boolean | undefined;
503
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
503
504
  credentials?: string | undefined;
504
- key?: string | undefined;
505
505
  bucket?: string | undefined;
506
506
  host?: string | undefined;
507
507
  secret?: string | undefined;
@@ -25,19 +25,19 @@ export declare const robotSwiftImportInstructionsSchema: z.ZodObject<{
25
25
  return_file_stubs: z.ZodDefault<z.ZodBoolean>;
26
26
  }, "strict", z.ZodTypeAny, {
27
27
  path: string | string[];
28
+ robot: "/swift/import";
28
29
  result: boolean;
29
30
  force_accept: boolean;
30
31
  ignore_errors: string[];
31
32
  force_name: string | string[] | null;
32
- robot: "/swift/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 robotSwiftImportInstructionsSchema: z.ZodObject<{
45
45
  }, {
46
46
  path: string | string[];
47
47
  robot: "/swift/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 robotSwiftImportInstructionsSchema: 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 robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
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: "/swift/import";
87
88
  force_accept: boolean;
88
89
  ignore_errors: string[];
89
90
  force_name: string | string[] | null;
90
- robot: "/swift/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 robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
104
104
  }, {
105
105
  path: string | string[];
106
106
  robot: "/swift/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 robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
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 interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
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: "/swift/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: "/swift/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 interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
164
164
  }, {
165
165
  path: string | string[];
166
166
  robot: "/swift/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 interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
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 interpolatableRobotSwiftImportInstructionsWithHiddenFieldsS
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: "/swift/import";
207
208
  force_accept: string | boolean;
208
209
  ignore_errors: string | string[];
209
210
  force_name: string | string[] | null;
210
- robot: "/swift/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 interpolatableRobotSwiftImportInstructionsWithHiddenFieldsS
224
224
  }, {
225
225
  path: string | string[];
226
226
  robot: "/swift/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 interpolatableRobotSwiftImportInstructionsWithHiddenFieldsS
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;
@@ -71,14 +71,13 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
71
71
  sign_urls_for: z.ZodOptional<z.ZodNumber>;
72
72
  }, "strict", z.ZodTypeAny, {
73
73
  path: string;
74
+ robot: "/swift/store";
74
75
  result: boolean;
75
76
  force_accept: boolean;
76
77
  ignore_errors: string[];
77
- robot: "/swift/store";
78
78
  headers: Record<string, string>;
79
79
  acl: "private" | "public-read";
80
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
81
- queue?: "batch" | undefined;
80
+ key?: string | undefined;
82
81
  use?: string | string[] | {
83
82
  name: string;
84
83
  fields?: string | undefined;
@@ -93,8 +92,9 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
93
92
  bundle_steps?: boolean | undefined;
94
93
  group_by_original?: boolean | undefined;
95
94
  } | undefined;
95
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
96
+ queue?: "batch" | undefined;
96
97
  credentials?: string | undefined;
97
- key?: string | undefined;
98
98
  bucket?: string | undefined;
99
99
  host?: string | undefined;
100
100
  secret?: string | undefined;
@@ -103,11 +103,7 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
103
103
  }, {
104
104
  robot: "/swift/store";
105
105
  path?: string | 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;
106
+ key?: string | undefined;
111
107
  use?: string | string[] | {
112
108
  name: string;
113
109
  fields?: string | undefined;
@@ -122,8 +118,12 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
122
118
  bundle_steps?: boolean | undefined;
123
119
  group_by_original?: boolean | undefined;
124
120
  } | undefined;
121
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
122
+ result?: boolean | undefined;
123
+ queue?: "batch" | undefined;
124
+ force_accept?: boolean | undefined;
125
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
125
126
  credentials?: string | undefined;
126
- key?: string | undefined;
127
127
  bucket?: string | undefined;
128
128
  host?: string | undefined;
129
129
  secret?: string | undefined;
@@ -200,14 +200,12 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
200
200
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
201
201
  }, "strict", z.ZodTypeAny, {
202
202
  path: string;
203
+ robot: "/swift/store";
203
204
  force_accept: boolean;
204
205
  ignore_errors: string[];
205
- robot: "/swift/store";
206
206
  headers: Record<string, string>;
207
207
  acl: "private" | "public-read";
208
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
209
- result?: boolean | "debug" | undefined;
210
- queue?: "batch" | undefined;
208
+ key?: string | undefined;
211
209
  use?: string | string[] | {
212
210
  name: string;
213
211
  fields?: string | undefined;
@@ -222,8 +220,10 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
222
220
  bundle_steps?: boolean | undefined;
223
221
  group_by_original?: boolean | undefined;
224
222
  } | undefined;
223
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
224
+ result?: boolean | "debug" | undefined;
225
+ queue?: "batch" | undefined;
225
226
  credentials?: string | undefined;
226
- key?: string | undefined;
227
227
  bucket?: string | undefined;
228
228
  host?: string | undefined;
229
229
  secret?: string | undefined;
@@ -232,11 +232,7 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
232
232
  }, {
233
233
  robot: "/swift/store";
234
234
  path?: string | undefined;
235
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
236
- result?: boolean | "debug" | undefined;
237
- queue?: "batch" | undefined;
238
- force_accept?: boolean | undefined;
239
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
235
+ key?: string | undefined;
240
236
  use?: string | string[] | {
241
237
  name: string;
242
238
  fields?: string | undefined;
@@ -251,8 +247,12 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
251
247
  bundle_steps?: boolean | undefined;
252
248
  group_by_original?: boolean | undefined;
253
249
  } | undefined;
250
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
251
+ result?: boolean | "debug" | undefined;
252
+ queue?: "batch" | undefined;
253
+ force_accept?: boolean | undefined;
254
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
254
255
  credentials?: string | undefined;
255
- key?: string | undefined;
256
256
  bucket?: string | undefined;
257
257
  host?: string | undefined;
258
258
  secret?: string | undefined;
@@ -330,14 +330,13 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
330
330
  sign_urls_for: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
331
331
  }, "strict", z.ZodTypeAny, {
332
332
  path: string;
333
+ robot: "/swift/store";
333
334
  result: string | boolean;
334
335
  force_accept: string | boolean;
335
336
  ignore_errors: string | string[];
336
- robot: "/swift/store";
337
337
  headers: Record<string, string>;
338
338
  acl: string;
339
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
340
- queue?: string | undefined;
339
+ key?: string | undefined;
341
340
  use?: string | string[] | {
342
341
  name: string;
343
342
  fields?: string | undefined;
@@ -352,8 +351,9 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
352
351
  bundle_steps?: boolean | undefined;
353
352
  group_by_original?: boolean | undefined;
354
353
  } | undefined;
354
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
355
+ queue?: string | undefined;
355
356
  credentials?: string | undefined;
356
- key?: string | undefined;
357
357
  bucket?: string | undefined;
358
358
  host?: string | undefined;
359
359
  secret?: string | undefined;
@@ -362,11 +362,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
362
362
  }, {
363
363
  robot: "/swift/store";
364
364
  path?: string | undefined;
365
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
366
- result?: string | boolean | undefined;
367
- queue?: string | undefined;
368
- force_accept?: string | boolean | undefined;
369
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
365
+ key?: string | undefined;
370
366
  use?: string | string[] | {
371
367
  name: string;
372
368
  fields?: string | undefined;
@@ -381,8 +377,12 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
381
377
  bundle_steps?: boolean | undefined;
382
378
  group_by_original?: boolean | undefined;
383
379
  } | undefined;
380
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
381
+ result?: string | boolean | undefined;
382
+ queue?: string | undefined;
383
+ force_accept?: string | boolean | undefined;
384
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
384
385
  credentials?: string | undefined;
385
- key?: string | undefined;
386
386
  bucket?: string | undefined;
387
387
  host?: string | undefined;
388
388
  secret?: string | undefined;
@@ -460,14 +460,12 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
460
460
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
461
461
  }, "strict", z.ZodTypeAny, {
462
462
  path: string;
463
+ robot: "/swift/store";
463
464
  force_accept: string | boolean;
464
465
  ignore_errors: string | string[];
465
- robot: "/swift/store";
466
466
  headers: Record<string, string>;
467
467
  acl: string;
468
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
469
- result?: string | boolean | undefined;
470
- queue?: string | undefined;
468
+ key?: string | undefined;
471
469
  use?: string | string[] | {
472
470
  name: string;
473
471
  fields?: string | undefined;
@@ -482,8 +480,10 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
482
480
  bundle_steps?: boolean | undefined;
483
481
  group_by_original?: boolean | undefined;
484
482
  } | undefined;
483
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
484
+ result?: string | boolean | undefined;
485
+ queue?: string | undefined;
485
486
  credentials?: string | undefined;
486
- key?: string | undefined;
487
487
  bucket?: string | undefined;
488
488
  host?: string | undefined;
489
489
  secret?: string | undefined;
@@ -492,11 +492,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
492
492
  }, {
493
493
  robot: "/swift/store";
494
494
  path?: string | undefined;
495
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
496
- result?: string | boolean | undefined;
497
- queue?: string | undefined;
498
- force_accept?: string | boolean | undefined;
499
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
495
+ key?: string | undefined;
500
496
  use?: string | string[] | {
501
497
  name: string;
502
498
  fields?: string | undefined;
@@ -511,8 +507,12 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
511
507
  bundle_steps?: boolean | undefined;
512
508
  group_by_original?: boolean | undefined;
513
509
  } | undefined;
510
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
511
+ result?: string | boolean | undefined;
512
+ queue?: string | undefined;
513
+ force_accept?: string | boolean | undefined;
514
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
514
515
  credentials?: string | undefined;
515
- key?: string | undefined;
516
516
  bucket?: string | undefined;
517
517
  host?: string | undefined;
518
518
  secret?: string | undefined;