@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
@@ -69,14 +69,13 @@ export declare const robotTigrisStoreInstructionsSchema: z.ZodObject<{
69
69
  bucket_region: z.ZodOptional<z.ZodString>;
70
70
  }, "strict", z.ZodTypeAny, {
71
71
  path: string;
72
+ robot: "/tigris/store";
72
73
  result: boolean;
73
74
  force_accept: boolean;
74
75
  ignore_errors: string[];
75
- robot: "/tigris/store";
76
76
  headers: Record<string, string>;
77
77
  acl: "private" | "public-read";
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 robotTigrisStoreInstructionsSchema: 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 robotTigrisStoreInstructionsSchema: z.ZodObject<{
101
101
  }, {
102
102
  robot: "/tigris/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 robotTigrisStoreInstructionsSchema: 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;
@@ -198,14 +198,12 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
198
198
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
199
199
  }, "strict", z.ZodTypeAny, {
200
200
  path: string;
201
+ robot: "/tigris/store";
201
202
  force_accept: boolean;
202
203
  ignore_errors: string[];
203
- robot: "/tigris/store";
204
204
  headers: Record<string, string>;
205
205
  acl: "private" | "public-read";
206
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
207
- result?: boolean | "debug" | undefined;
208
- queue?: "batch" | undefined;
206
+ key?: string | undefined;
209
207
  use?: string | string[] | {
210
208
  name: string;
211
209
  fields?: string | undefined;
@@ -220,8 +218,10 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
220
218
  bundle_steps?: boolean | undefined;
221
219
  group_by_original?: boolean | undefined;
222
220
  } | undefined;
221
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
222
+ result?: boolean | "debug" | undefined;
223
+ queue?: "batch" | undefined;
223
224
  credentials?: string | undefined;
224
- key?: string | undefined;
225
225
  bucket?: string | undefined;
226
226
  host?: string | undefined;
227
227
  secret?: string | undefined;
@@ -230,11 +230,7 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
230
230
  }, {
231
231
  robot: "/tigris/store";
232
232
  path?: string | undefined;
233
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
234
- result?: boolean | "debug" | undefined;
235
- queue?: "batch" | undefined;
236
- force_accept?: boolean | undefined;
237
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
233
+ key?: string | undefined;
238
234
  use?: string | string[] | {
239
235
  name: string;
240
236
  fields?: string | undefined;
@@ -249,8 +245,12 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
249
245
  bundle_steps?: boolean | undefined;
250
246
  group_by_original?: boolean | undefined;
251
247
  } | undefined;
248
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
249
+ result?: boolean | "debug" | undefined;
250
+ queue?: "batch" | undefined;
251
+ force_accept?: boolean | undefined;
252
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
252
253
  credentials?: string | undefined;
253
- key?: string | undefined;
254
254
  bucket?: string | undefined;
255
255
  host?: string | undefined;
256
256
  secret?: string | undefined;
@@ -328,14 +328,13 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
328
328
  bucket_region: z.ZodOptional<z.ZodString>;
329
329
  }, "strict", z.ZodTypeAny, {
330
330
  path: string;
331
+ robot: "/tigris/store";
331
332
  result: string | boolean;
332
333
  force_accept: string | boolean;
333
334
  ignore_errors: string | string[];
334
- robot: "/tigris/store";
335
335
  headers: Record<string, string>;
336
336
  acl: string;
337
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
338
- queue?: string | undefined;
337
+ key?: string | undefined;
339
338
  use?: string | string[] | {
340
339
  name: string;
341
340
  fields?: string | undefined;
@@ -350,8 +349,9 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
350
349
  bundle_steps?: boolean | undefined;
351
350
  group_by_original?: boolean | undefined;
352
351
  } | undefined;
352
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
353
+ queue?: string | undefined;
353
354
  credentials?: string | undefined;
354
- key?: string | undefined;
355
355
  bucket?: string | undefined;
356
356
  host?: string | undefined;
357
357
  secret?: string | undefined;
@@ -360,11 +360,7 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
360
360
  }, {
361
361
  robot: "/tigris/store";
362
362
  path?: string | undefined;
363
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
364
- result?: string | boolean | undefined;
365
- queue?: string | undefined;
366
- force_accept?: string | boolean | undefined;
367
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
363
+ key?: string | undefined;
368
364
  use?: string | string[] | {
369
365
  name: string;
370
366
  fields?: string | undefined;
@@ -379,8 +375,12 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
379
375
  bundle_steps?: boolean | undefined;
380
376
  group_by_original?: boolean | undefined;
381
377
  } | undefined;
378
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
379
+ result?: string | boolean | undefined;
380
+ queue?: string | undefined;
381
+ force_accept?: string | boolean | undefined;
382
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
382
383
  credentials?: string | undefined;
383
- key?: string | undefined;
384
384
  bucket?: string | undefined;
385
385
  host?: string | undefined;
386
386
  secret?: string | undefined;
@@ -458,14 +458,12 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
458
458
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
459
459
  }, "strict", z.ZodTypeAny, {
460
460
  path: string;
461
+ robot: "/tigris/store";
461
462
  force_accept: string | boolean;
462
463
  ignore_errors: string | string[];
463
- robot: "/tigris/store";
464
464
  headers: Record<string, string>;
465
465
  acl: string;
466
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
467
- result?: string | boolean | undefined;
468
- queue?: string | undefined;
466
+ key?: string | undefined;
469
467
  use?: string | string[] | {
470
468
  name: string;
471
469
  fields?: string | undefined;
@@ -480,8 +478,10 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
480
478
  bundle_steps?: boolean | undefined;
481
479
  group_by_original?: boolean | undefined;
482
480
  } | undefined;
481
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
482
+ result?: string | boolean | undefined;
483
+ queue?: string | undefined;
483
484
  credentials?: string | undefined;
484
- key?: string | undefined;
485
485
  bucket?: string | undefined;
486
486
  host?: string | undefined;
487
487
  secret?: string | undefined;
@@ -490,11 +490,7 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
490
490
  }, {
491
491
  robot: "/tigris/store";
492
492
  path?: string | undefined;
493
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
494
- result?: string | boolean | undefined;
495
- queue?: string | undefined;
496
- force_accept?: string | boolean | undefined;
497
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
493
+ key?: string | undefined;
498
494
  use?: string | string[] | {
499
495
  name: string;
500
496
  fields?: string | undefined;
@@ -509,8 +505,12 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
509
505
  bundle_steps?: boolean | undefined;
510
506
  group_by_original?: boolean | undefined;
511
507
  } | undefined;
508
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
509
+ result?: string | boolean | undefined;
510
+ queue?: string | undefined;
511
+ force_accept?: string | boolean | undefined;
512
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
512
513
  credentials?: string | undefined;
513
- key?: string | undefined;
514
514
  bucket?: string | undefined;
515
515
  host?: string | undefined;
516
516
  secret?: string | undefined;
@@ -10,10 +10,10 @@ export declare const robotTlcdnDeliverInstructionsSchema: z.ZodObject<{
10
10
  } & {
11
11
  robot: z.ZodLiteral<"/tlcdn/deliver">;
12
12
  }, "strict", z.ZodTypeAny, {
13
+ robot: "/tlcdn/deliver";
13
14
  result: boolean;
14
15
  force_accept: boolean;
15
16
  ignore_errors: string[];
16
- robot: "/tlcdn/deliver";
17
17
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
18
18
  queue?: "batch" | undefined;
19
19
  }, {
@@ -33,9 +33,9 @@ export declare const robotTlcdnDeliverInstructionsWithHiddenFieldsSchema: z.ZodO
33
33
  } & {
34
34
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
35
35
  }, "strict", z.ZodTypeAny, {
36
+ robot: "/tlcdn/deliver";
36
37
  force_accept: boolean;
37
38
  ignore_errors: string[];
38
- robot: "/tlcdn/deliver";
39
39
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
40
40
  result?: boolean | "debug" | undefined;
41
41
  queue?: "batch" | undefined;
@@ -57,10 +57,10 @@ export declare const interpolatableRobotTlcdnDeliverInstructionsSchema: z.ZodObj
57
57
  ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, string[], boolean | ("meta" | "execute")[]>]>>;
58
58
  robot: z.ZodLiteral<"/tlcdn/deliver">;
59
59
  }, "strict", z.ZodTypeAny, {
60
+ robot: "/tlcdn/deliver";
60
61
  result: string | boolean;
61
62
  force_accept: string | boolean;
62
63
  ignore_errors: string | string[];
63
- robot: "/tlcdn/deliver";
64
64
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
65
65
  queue?: string | undefined;
66
66
  }, {
@@ -81,9 +81,9 @@ export declare const interpolatableRobotTlcdnDeliverInstructionsWithHiddenFields
81
81
  robot: z.ZodLiteral<"/tlcdn/deliver">;
82
82
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
83
83
  }, "strict", z.ZodTypeAny, {
84
+ robot: "/tlcdn/deliver";
84
85
  force_accept: string | boolean;
85
86
  ignore_errors: string | string[];
86
- robot: "/tlcdn/deliver";
87
87
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
88
88
  result?: string | boolean | undefined;
89
89
  queue?: string | undefined;
@@ -65,15 +65,13 @@ export declare const robotTusStoreInstructionsSchema: z.ZodObject<{
65
65
  url_template: z.ZodOptional<z.ZodString>;
66
66
  ssl_url_template: z.ZodOptional<z.ZodString>;
67
67
  }, "strict", z.ZodTypeAny, {
68
+ robot: "/tus/store";
68
69
  result: boolean;
69
70
  force_accept: boolean;
70
71
  ignore_errors: string[];
71
- robot: "/tus/store";
72
72
  headers: Record<string, string>;
73
73
  metadata: Record<string, string>;
74
74
  endpoint: string;
75
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
76
- queue?: "batch" | undefined;
77
75
  use?: string | string[] | {
78
76
  name: string;
79
77
  fields?: string | undefined;
@@ -88,17 +86,14 @@ export declare const robotTusStoreInstructionsSchema: z.ZodObject<{
88
86
  bundle_steps?: boolean | undefined;
89
87
  group_by_original?: boolean | undefined;
90
88
  } | undefined;
89
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
90
+ queue?: "batch" | undefined;
91
91
  credentials?: string | undefined;
92
92
  url_template?: string | undefined;
93
93
  ssl_url_template?: string | undefined;
94
94
  }, {
95
95
  robot: "/tus/store";
96
96
  endpoint: string;
97
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
98
- result?: boolean | undefined;
99
- queue?: "batch" | undefined;
100
- force_accept?: boolean | undefined;
101
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
102
97
  use?: string | string[] | {
103
98
  name: string;
104
99
  fields?: string | undefined;
@@ -113,6 +108,11 @@ export declare const robotTusStoreInstructionsSchema: z.ZodObject<{
113
108
  bundle_steps?: boolean | undefined;
114
109
  group_by_original?: boolean | undefined;
115
110
  } | undefined;
111
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
112
+ result?: boolean | undefined;
113
+ queue?: "batch" | undefined;
114
+ force_accept?: boolean | undefined;
115
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
116
116
  credentials?: string | undefined;
117
117
  headers?: Record<string, string> | undefined;
118
118
  metadata?: Record<string, string> | undefined;
@@ -182,15 +182,12 @@ export declare const robotTusStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
182
182
  } & {
183
183
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
184
184
  }, "strict", z.ZodTypeAny, {
185
+ robot: "/tus/store";
185
186
  force_accept: boolean;
186
187
  ignore_errors: string[];
187
- robot: "/tus/store";
188
188
  headers: Record<string, string>;
189
189
  metadata: Record<string, string>;
190
190
  endpoint: string;
191
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
192
- result?: boolean | "debug" | undefined;
193
- queue?: "batch" | undefined;
194
191
  use?: string | string[] | {
195
192
  name: string;
196
193
  fields?: string | undefined;
@@ -205,17 +202,15 @@ export declare const robotTusStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
205
202
  bundle_steps?: boolean | undefined;
206
203
  group_by_original?: boolean | undefined;
207
204
  } | undefined;
205
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
206
+ result?: boolean | "debug" | undefined;
207
+ queue?: "batch" | undefined;
208
208
  credentials?: string | undefined;
209
209
  url_template?: string | undefined;
210
210
  ssl_url_template?: string | undefined;
211
211
  }, {
212
212
  robot: "/tus/store";
213
213
  endpoint: string;
214
- output_meta?: boolean | string[] | Record<string, boolean> | undefined;
215
- result?: boolean | "debug" | undefined;
216
- queue?: "batch" | undefined;
217
- force_accept?: boolean | undefined;
218
- ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
219
214
  use?: string | string[] | {
220
215
  name: string;
221
216
  fields?: string | undefined;
@@ -230,6 +225,11 @@ export declare const robotTusStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
230
225
  bundle_steps?: boolean | undefined;
231
226
  group_by_original?: boolean | undefined;
232
227
  } | undefined;
228
+ output_meta?: boolean | string[] | Record<string, boolean> | undefined;
229
+ result?: boolean | "debug" | undefined;
230
+ queue?: "batch" | undefined;
231
+ force_accept?: boolean | undefined;
232
+ ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
233
233
  credentials?: string | undefined;
234
234
  headers?: Record<string, string> | undefined;
235
235
  metadata?: Record<string, string> | undefined;
@@ -300,15 +300,13 @@ export declare const interpolatableRobotTusStoreInstructionsSchema: z.ZodObject<
300
300
  url_template: z.ZodOptional<z.ZodString>;
301
301
  ssl_url_template: z.ZodOptional<z.ZodString>;
302
302
  }, "strict", z.ZodTypeAny, {
303
+ robot: "/tus/store";
303
304
  result: string | boolean;
304
305
  force_accept: string | boolean;
305
306
  ignore_errors: string | string[];
306
- robot: "/tus/store";
307
307
  headers: Record<string, string>;
308
308
  metadata: Record<string, string>;
309
309
  endpoint: string;
310
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
311
- queue?: string | undefined;
312
310
  use?: string | string[] | {
313
311
  name: string;
314
312
  fields?: string | undefined;
@@ -323,17 +321,14 @@ export declare const interpolatableRobotTusStoreInstructionsSchema: z.ZodObject<
323
321
  bundle_steps?: boolean | undefined;
324
322
  group_by_original?: boolean | undefined;
325
323
  } | undefined;
324
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
325
+ queue?: string | undefined;
326
326
  credentials?: string | undefined;
327
327
  url_template?: string | undefined;
328
328
  ssl_url_template?: string | undefined;
329
329
  }, {
330
330
  robot: "/tus/store";
331
331
  endpoint: string;
332
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
333
- result?: string | boolean | undefined;
334
- queue?: string | undefined;
335
- force_accept?: string | boolean | undefined;
336
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
337
332
  use?: string | string[] | {
338
333
  name: string;
339
334
  fields?: string | undefined;
@@ -348,6 +343,11 @@ export declare const interpolatableRobotTusStoreInstructionsSchema: z.ZodObject<
348
343
  bundle_steps?: boolean | undefined;
349
344
  group_by_original?: boolean | undefined;
350
345
  } | undefined;
346
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
347
+ result?: string | boolean | undefined;
348
+ queue?: string | undefined;
349
+ force_accept?: string | boolean | undefined;
350
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
351
351
  credentials?: string | undefined;
352
352
  headers?: Record<string, string> | undefined;
353
353
  metadata?: Record<string, string> | undefined;
@@ -418,15 +418,12 @@ export declare const interpolatableRobotTusStoreInstructionsWithHiddenFieldsSche
418
418
  ssl_url_template: z.ZodOptional<z.ZodString>;
419
419
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
420
420
  }, "strict", z.ZodTypeAny, {
421
+ robot: "/tus/store";
421
422
  force_accept: string | boolean;
422
423
  ignore_errors: string | string[];
423
- robot: "/tus/store";
424
424
  headers: Record<string, string>;
425
425
  metadata: Record<string, string>;
426
426
  endpoint: string;
427
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
428
- result?: string | boolean | undefined;
429
- queue?: string | undefined;
430
427
  use?: string | string[] | {
431
428
  name: string;
432
429
  fields?: string | undefined;
@@ -441,17 +438,15 @@ export declare const interpolatableRobotTusStoreInstructionsWithHiddenFieldsSche
441
438
  bundle_steps?: boolean | undefined;
442
439
  group_by_original?: boolean | undefined;
443
440
  } | undefined;
441
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
442
+ result?: string | boolean | undefined;
443
+ queue?: string | undefined;
444
444
  credentials?: string | undefined;
445
445
  url_template?: string | undefined;
446
446
  ssl_url_template?: string | undefined;
447
447
  }, {
448
448
  robot: "/tus/store";
449
449
  endpoint: string;
450
- output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
451
- result?: string | boolean | undefined;
452
- queue?: string | undefined;
453
- force_accept?: string | boolean | undefined;
454
- ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
455
450
  use?: string | string[] | {
456
451
  name: string;
457
452
  fields?: string | undefined;
@@ -466,6 +461,11 @@ export declare const interpolatableRobotTusStoreInstructionsWithHiddenFieldsSche
466
461
  bundle_steps?: boolean | undefined;
467
462
  group_by_original?: boolean | undefined;
468
463
  } | undefined;
464
+ output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
465
+ result?: string | boolean | undefined;
466
+ queue?: string | undefined;
467
+ force_accept?: string | boolean | undefined;
468
+ ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
469
469
  credentials?: string | undefined;
470
470
  headers?: Record<string, string> | undefined;
471
471
  metadata?: Record<string, string> | undefined;
@@ -10,10 +10,10 @@ export declare const robotUploadHandleInstructionsSchema: z.ZodObject<{
10
10
  } & {
11
11
  robot: z.ZodLiteral<"/upload/handle">;
12
12
  }, "strict", z.ZodTypeAny, {
13
+ robot: "/upload/handle";
13
14
  result: boolean;
14
15
  force_accept: boolean;
15
16
  ignore_errors: string[];
16
- robot: "/upload/handle";
17
17
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
18
18
  queue?: "batch" | undefined;
19
19
  }, {
@@ -33,9 +33,9 @@ export declare const robotUploadHandleInstructionsWithHiddenFieldsSchema: z.ZodO
33
33
  } & {
34
34
  result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
35
35
  }, "strict", z.ZodTypeAny, {
36
+ robot: "/upload/handle";
36
37
  force_accept: boolean;
37
38
  ignore_errors: string[];
38
- robot: "/upload/handle";
39
39
  output_meta?: boolean | string[] | Record<string, boolean> | undefined;
40
40
  result?: boolean | "debug" | undefined;
41
41
  queue?: "batch" | undefined;
@@ -57,10 +57,10 @@ export declare const interpolatableRobotUploadHandleInstructionsSchema: z.ZodObj
57
57
  ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, string[], boolean | ("meta" | "execute")[]>]>>;
58
58
  robot: z.ZodLiteral<"/upload/handle">;
59
59
  }, "strict", z.ZodTypeAny, {
60
+ robot: "/upload/handle";
60
61
  result: string | boolean;
61
62
  force_accept: string | boolean;
62
63
  ignore_errors: string | string[];
63
- robot: "/upload/handle";
64
64
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
65
65
  queue?: string | undefined;
66
66
  }, {
@@ -81,9 +81,9 @@ export declare const interpolatableRobotUploadHandleInstructionsWithHiddenFields
81
81
  robot: z.ZodLiteral<"/upload/handle">;
82
82
  result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
83
83
  }, "strict", z.ZodTypeAny, {
84
+ robot: "/upload/handle";
84
85
  force_accept: string | boolean;
85
86
  ignore_errors: string | string[];
86
- robot: "/upload/handle";
87
87
  output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
88
88
  result?: string | boolean | undefined;
89
89
  queue?: string | undefined;