@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 robotCloudflareStoreInstructionsSchema: z.ZodObject<{
70
70
  url_prefix: z.ZodOptional<z.ZodString>;
71
71
  }, "strict", z.ZodTypeAny, {
72
72
  path: string;
73
+ robot: "/cloudflare/store";
73
74
  result: boolean;
74
75
  force_accept: boolean;
75
76
  ignore_errors: string[];
76
- robot: "/cloudflare/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 robotCloudflareStoreInstructionsSchema: 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 robotCloudflareStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/cloudflare/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 robotCloudflareStoreInstructionsSchema: 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 robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
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: "/cloudflare/store";
199
200
  force_accept: boolean;
200
201
  ignore_errors: string[];
201
- robot: "/cloudflare/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 robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
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 robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
227
227
  }, {
228
228
  robot: "/cloudflare/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 robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
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 interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
323
323
  url_prefix: z.ZodOptional<z.ZodString>;
324
324
  }, "strict", z.ZodTypeAny, {
325
325
  path: string;
326
+ robot: "/cloudflare/store";
326
327
  result: string | boolean;
327
328
  force_accept: string | boolean;
328
329
  ignore_errors: string | string[];
329
- robot: "/cloudflare/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 interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
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 interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
354
354
  }, {
355
355
  robot: "/cloudflare/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 interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
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 interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
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: "/cloudflare/store";
453
454
  force_accept: string | boolean;
454
455
  ignore_errors: string | string[];
455
- robot: "/cloudflare/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 interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
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 interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
481
481
  }, {
482
482
  robot: "/cloudflare/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 interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
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;
@@ -24,25 +24,26 @@ export declare const robotDigitaloceanImportInstructionsSchema: z.ZodObject<{
24
24
  return_file_stubs: z.ZodDefault<z.ZodBoolean>;
25
25
  }, "strict", z.ZodTypeAny, {
26
26
  path: string | string[];
27
+ robot: "/digitalocean/import";
27
28
  result: boolean;
28
29
  force_accept: boolean;
29
30
  ignore_errors: string[];
30
31
  force_name: string | string[] | null;
31
- robot: "/digitalocean/import";
32
32
  recursive: boolean;
33
33
  files_per_page: number;
34
34
  page_number: number;
35
35
  return_file_stubs: boolean;
36
+ key?: string | undefined;
36
37
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
37
38
  queue?: "batch" | undefined;
38
39
  credentials?: string | undefined;
39
- key?: string | undefined;
40
40
  secret?: string | undefined;
41
41
  space?: string | undefined;
42
42
  region?: string | undefined;
43
43
  }, {
44
44
  path: string | string[];
45
45
  robot: "/digitalocean/import";
46
+ key?: string | undefined;
46
47
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
47
48
  result?: boolean | undefined;
48
49
  queue?: "batch" | undefined;
@@ -50,7 +51,6 @@ export declare const robotDigitaloceanImportInstructionsSchema: z.ZodObject<{
50
51
  ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
51
52
  force_name?: string | string[] | null | undefined;
52
53
  credentials?: string | undefined;
53
- key?: string | undefined;
54
54
  secret?: string | undefined;
55
55
  space?: string | undefined;
56
56
  region?: string | undefined;
@@ -80,25 +80,26 @@ export declare const robotDigitaloceanImportInstructionsWithHiddenFieldsSchema:
80
80
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
81
81
  }, "strict", z.ZodTypeAny, {
82
82
  path: string | string[];
83
+ robot: "/digitalocean/import";
83
84
  force_accept: boolean;
84
85
  ignore_errors: string[];
85
86
  force_name: string | string[] | null;
86
- robot: "/digitalocean/import";
87
87
  recursive: boolean;
88
88
  files_per_page: number;
89
89
  page_number: number;
90
90
  return_file_stubs: boolean;
91
+ key?: string | undefined;
91
92
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
92
93
  result?: boolean | "debug" | undefined;
93
94
  queue?: "batch" | undefined;
94
95
  credentials?: string | undefined;
95
- key?: string | undefined;
96
96
  secret?: string | undefined;
97
97
  space?: string | undefined;
98
98
  region?: string | undefined;
99
99
  }, {
100
100
  path: string | string[];
101
101
  robot: "/digitalocean/import";
102
+ key?: string | undefined;
102
103
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
103
104
  result?: boolean | "debug" | undefined;
104
105
  queue?: "batch" | undefined;
@@ -106,7 +107,6 @@ export declare const robotDigitaloceanImportInstructionsWithHiddenFieldsSchema:
106
107
  ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
107
108
  force_name?: string | string[] | null | undefined;
108
109
  credentials?: string | undefined;
109
- key?: string | undefined;
110
110
  secret?: string | undefined;
111
111
  space?: string | undefined;
112
112
  region?: string | undefined;
@@ -137,25 +137,26 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsSchema: z.
137
137
  return_file_stubs: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
138
138
  }, "strict", z.ZodTypeAny, {
139
139
  path: string | string[];
140
+ robot: "/digitalocean/import";
140
141
  result: string | boolean;
141
142
  force_accept: string | boolean;
142
143
  ignore_errors: string | string[];
143
144
  force_name: string | string[] | null;
144
- robot: "/digitalocean/import";
145
145
  recursive: string | boolean;
146
146
  files_per_page: string | number;
147
147
  page_number: string | number;
148
148
  return_file_stubs: string | boolean;
149
+ key?: string | undefined;
149
150
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
150
151
  queue?: string | undefined;
151
152
  credentials?: string | undefined;
152
- key?: string | undefined;
153
153
  secret?: string | undefined;
154
154
  space?: string | undefined;
155
155
  region?: string | undefined;
156
156
  }, {
157
157
  path: string | string[];
158
158
  robot: "/digitalocean/import";
159
+ key?: string | undefined;
159
160
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
160
161
  result?: string | boolean | undefined;
161
162
  queue?: string | undefined;
@@ -163,7 +164,6 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsSchema: z.
163
164
  ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
164
165
  force_name?: string | string[] | null | undefined;
165
166
  credentials?: string | undefined;
166
- key?: string | undefined;
167
167
  secret?: string | undefined;
168
168
  space?: string | undefined;
169
169
  region?: string | undefined;
@@ -194,25 +194,26 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsWithHidden
194
194
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
195
195
  }, "strict", z.ZodTypeAny, {
196
196
  path: string | string[];
197
+ robot: "/digitalocean/import";
197
198
  force_accept: string | boolean;
198
199
  ignore_errors: string | string[];
199
200
  force_name: string | string[] | null;
200
- robot: "/digitalocean/import";
201
201
  recursive: string | boolean;
202
202
  files_per_page: string | number;
203
203
  page_number: string | number;
204
204
  return_file_stubs: string | boolean;
205
+ key?: string | undefined;
205
206
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
206
207
  result?: string | boolean | undefined;
207
208
  queue?: string | undefined;
208
209
  credentials?: string | undefined;
209
- key?: string | undefined;
210
210
  secret?: string | undefined;
211
211
  space?: string | undefined;
212
212
  region?: string | undefined;
213
213
  }, {
214
214
  path: string | string[];
215
215
  robot: "/digitalocean/import";
216
+ key?: string | undefined;
216
217
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
217
218
  result?: string | boolean | undefined;
218
219
  queue?: string | undefined;
@@ -220,7 +221,6 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsWithHidden
220
221
  ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
221
222
  force_name?: string | string[] | null | undefined;
222
223
  credentials?: string | undefined;
223
- key?: string | undefined;
224
224
  secret?: string | undefined;
225
225
  space?: string | undefined;
226
226
  region?: string | undefined;
@@ -71,15 +71,14 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
71
71
  sign_urls_for: z.ZodOptional<z.ZodNumber>;
72
72
  }, "strict", z.ZodTypeAny, {
73
73
  path: string;
74
+ robot: "/digitalocean/store";
74
75
  result: boolean;
75
76
  force_accept: boolean;
76
77
  ignore_errors: string[];
77
- robot: "/digitalocean/store";
78
78
  headers: Record<string, string>;
79
79
  url_prefix: string;
80
80
  acl: "private" | "public-read";
81
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
82
- queue?: "batch" | undefined;
81
+ key?: string | undefined;
83
82
  use?: string | string[] | {
84
83
  name: string;
85
84
  fields?: string | undefined;
@@ -94,8 +93,9 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
94
93
  bundle_steps?: boolean | undefined;
95
94
  group_by_original?: boolean | undefined;
96
95
  } | undefined;
96
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
97
+ queue?: "batch" | undefined;
97
98
  credentials?: string | undefined;
98
- key?: string | undefined;
99
99
  secret?: string | undefined;
100
100
  space?: string | undefined;
101
101
  region?: string | undefined;
@@ -103,11 +103,7 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
103
103
  }, {
104
104
  robot: "/digitalocean/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 robotDigitaloceanStoreInstructionsSchema: 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
  secret?: string | undefined;
128
128
  space?: string | undefined;
129
129
  region?: string | undefined;
@@ -200,15 +200,13 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
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: "/digitalocean/store";
203
204
  force_accept: boolean;
204
205
  ignore_errors: string[];
205
- robot: "/digitalocean/store";
206
206
  headers: Record<string, string>;
207
207
  url_prefix: string;
208
208
  acl: "private" | "public-read";
209
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
210
- result?: boolean | "debug" | undefined;
211
- queue?: "batch" | undefined;
209
+ key?: string | undefined;
212
210
  use?: string | string[] | {
213
211
  name: string;
214
212
  fields?: string | undefined;
@@ -223,8 +221,10 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
223
221
  bundle_steps?: boolean | undefined;
224
222
  group_by_original?: boolean | undefined;
225
223
  } | undefined;
224
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
225
+ result?: boolean | "debug" | undefined;
226
+ queue?: "batch" | undefined;
226
227
  credentials?: string | undefined;
227
- key?: string | undefined;
228
228
  secret?: string | undefined;
229
229
  space?: string | undefined;
230
230
  region?: string | undefined;
@@ -232,11 +232,7 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
232
232
  }, {
233
233
  robot: "/digitalocean/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 robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
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
  secret?: string | undefined;
257
257
  space?: string | undefined;
258
258
  region?: string | undefined;
@@ -330,15 +330,14 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
330
330
  sign_urls_for: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
331
331
  }, "strict", z.ZodTypeAny, {
332
332
  path: string;
333
+ robot: "/digitalocean/store";
333
334
  result: string | boolean;
334
335
  force_accept: string | boolean;
335
336
  ignore_errors: string | string[];
336
- robot: "/digitalocean/store";
337
337
  headers: Record<string, string>;
338
338
  url_prefix: string;
339
339
  acl: string;
340
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
341
- queue?: string | undefined;
340
+ key?: string | undefined;
342
341
  use?: string | string[] | {
343
342
  name: string;
344
343
  fields?: string | undefined;
@@ -353,8 +352,9 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
353
352
  bundle_steps?: boolean | undefined;
354
353
  group_by_original?: boolean | undefined;
355
354
  } | undefined;
355
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
356
+ queue?: string | undefined;
356
357
  credentials?: string | undefined;
357
- key?: string | undefined;
358
358
  secret?: string | undefined;
359
359
  space?: string | undefined;
360
360
  region?: string | undefined;
@@ -362,11 +362,7 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
362
362
  }, {
363
363
  robot: "/digitalocean/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 interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
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
  secret?: string | undefined;
387
387
  space?: string | undefined;
388
388
  region?: string | undefined;
@@ -460,15 +460,13 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
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: "/digitalocean/store";
463
464
  force_accept: string | boolean;
464
465
  ignore_errors: string | string[];
465
- robot: "/digitalocean/store";
466
466
  headers: Record<string, string>;
467
467
  url_prefix: string;
468
468
  acl: string;
469
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
470
- result?: string | boolean | undefined;
471
- queue?: string | undefined;
469
+ key?: string | undefined;
472
470
  use?: string | string[] | {
473
471
  name: string;
474
472
  fields?: string | undefined;
@@ -483,8 +481,10 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
483
481
  bundle_steps?: boolean | undefined;
484
482
  group_by_original?: boolean | undefined;
485
483
  } | undefined;
484
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
485
+ result?: string | boolean | undefined;
486
+ queue?: string | undefined;
486
487
  credentials?: string | undefined;
487
- key?: string | undefined;
488
488
  secret?: string | undefined;
489
489
  space?: string | undefined;
490
490
  region?: string | undefined;
@@ -492,11 +492,7 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
492
492
  }, {
493
493
  robot: "/digitalocean/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 interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
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
  secret?: string | undefined;
517
517
  space?: string | undefined;
518
518
  region?: string | undefined;