transloadit 4.1.0 → 4.1.3
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.
- package/dist/alphalib/mcache.d.ts +2 -2
- package/dist/alphalib/mcache.d.ts.map +1 -1
- package/dist/alphalib/mcache.js.map +1 -1
- package/dist/alphalib/types/assembliesGet.d.ts +4 -4
- package/dist/alphalib/types/assemblyReplay.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplay.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyReplayNotification.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplayNotification.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyStatus.d.ts +102 -102
- package/dist/alphalib/types/bill.d.ts +4 -4
- package/dist/alphalib/types/robots/_index.d.ts +3277 -932
- package/dist/alphalib/types/robots/_index.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_index.js +4 -0
- package/dist/alphalib/types/robots/_index.js.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts +27 -16
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.js +1 -0
- package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -1
- package/dist/alphalib/types/robots/ai-chat.d.ts +2096 -0
- package/dist/alphalib/types/robots/ai-chat.d.ts.map +1 -0
- package/dist/alphalib/types/robots/ai-chat.js +223 -0
- package/dist/alphalib/types/robots/ai-chat.js.map +1 -0
- package/dist/alphalib/types/robots/assembly-savejson.d.ts +4 -4
- package/dist/alphalib/types/robots/audio-artwork.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-loop.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-waveform.d.ts +226 -21
- package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-waveform.js +134 -7
- package/dist/alphalib/types/robots/audio-waveform.js.map +1 -1
- package/dist/alphalib/types/robots/azure-import.d.ts +8 -8
- package/dist/alphalib/types/robots/azure-store.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-import.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-store.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-import.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-store.d.ts +8 -8
- package/dist/alphalib/types/robots/document-autorotate.d.ts +8 -8
- package/dist/alphalib/types/robots/document-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/document-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/document-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/document-split.d.ts +8 -8
- package/dist/alphalib/types/robots/document-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-import.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-store.d.ts +8 -8
- package/dist/alphalib/types/robots/edgly-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/file-compress.d.ts +12 -12
- package/dist/alphalib/types/robots/file-decompress.d.ts +8 -8
- package/dist/alphalib/types/robots/file-filter.d.ts +12 -12
- package/dist/alphalib/types/robots/file-hash.d.ts +8 -8
- package/dist/alphalib/types/robots/file-preview.d.ts +8 -8
- package/dist/alphalib/types/robots/file-read.d.ts +8 -8
- package/dist/alphalib/types/robots/file-serve.d.ts +8 -8
- package/dist/alphalib/types/robots/file-verify.d.ts +8 -8
- package/dist/alphalib/types/robots/file-virusscan.d.ts +8 -8
- package/dist/alphalib/types/robots/file-watermark.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/google-import.d.ts +8 -8
- package/dist/alphalib/types/robots/google-store.d.ts +8 -8
- package/dist/alphalib/types/robots/html-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/http-import.d.ts +8 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts +20 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-bgremove.js +4 -0
- package/dist/alphalib/types/robots/image-bgremove.js.map +1 -1
- package/dist/alphalib/types/robots/image-describe.d.ts +8 -8
- package/dist/alphalib/types/robots/image-facedetect.d.ts +8 -8
- package/dist/alphalib/types/robots/image-generate.d.ts +32 -29
- package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-generate.js +6 -3
- package/dist/alphalib/types/robots/image-generate.js.map +1 -1
- package/dist/alphalib/types/robots/image-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/image-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/image-optimize.d.ts +16 -16
- package/dist/alphalib/types/robots/image-resize.d.ts +16 -16
- package/dist/alphalib/types/robots/meta-read.d.ts +8 -8
- package/dist/alphalib/types/robots/meta-write.d.ts +20 -24
- package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -1
- package/dist/alphalib/types/robots/meta-write.js +1 -2
- package/dist/alphalib/types/robots/meta-write.js.map +1 -1
- package/dist/alphalib/types/robots/minio-import.d.ts +8 -8
- package/dist/alphalib/types/robots/minio-store.d.ts +8 -8
- package/dist/alphalib/types/robots/progress-simulate.d.ts +4 -4
- package/dist/alphalib/types/robots/s3-import.d.ts +16 -16
- package/dist/alphalib/types/robots/s3-store.d.ts +12 -12
- package/dist/alphalib/types/robots/script-run.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/speech-transcribe.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-import.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-store.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-import.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-store.d.ts +8 -8
- package/dist/alphalib/types/robots/text-speak.d.ts +8 -8
- package/dist/alphalib/types/robots/text-translate.d.ts +16 -16
- package/dist/alphalib/types/robots/tigris-import.d.ts +8 -8
- package/dist/alphalib/types/robots/tigris-store.d.ts +8 -8
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/tus-store.d.ts +8 -8
- package/dist/alphalib/types/robots/upload-handle.d.ts +8 -8
- package/dist/alphalib/types/robots/video-adaptive.d.ts +16 -16
- package/dist/alphalib/types/robots/video-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/video-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/video-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/video-ondemand.d.ts +20 -20
- package/dist/alphalib/types/robots/video-subtitle.d.ts +24 -24
- package/dist/alphalib/types/robots/video-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-import.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-store.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-import.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-store.d.ts +8 -8
- package/dist/alphalib/types/robots/youtube-store.d.ts +12 -12
- package/dist/alphalib/types/template.d.ts +6183 -2096
- package/dist/alphalib/types/template.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.d.ts +11 -11
- package/dist/alphalib/types/templateCredential.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.js +1 -0
- package/dist/alphalib/types/templateCredential.js.map +1 -1
- package/dist/cli/OutputCtl.d.ts +2 -1
- package/dist/cli/OutputCtl.d.ts.map +1 -1
- package/dist/cli/OutputCtl.js +1 -1
- package/dist/cli/OutputCtl.js.map +1 -1
- package/dist/cli/commands/BaseCommand.d.ts +3 -2
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +6 -8
- package/dist/cli/commands/BaseCommand.js.map +1 -1
- package/dist/cli/commands/assemblies.d.ts +1 -1
- package/dist/cli/commands/assemblies.d.ts.map +1 -1
- package/dist/cli/commands/auth.d.ts.map +1 -1
- package/dist/cli/commands/auth.js +2 -8
- package/dist/cli/commands/auth.js.map +1 -1
- package/dist/cli/commands/notifications.d.ts +0 -7
- package/dist/cli/commands/notifications.d.ts.map +1 -1
- package/dist/cli/commands/notifications.js +1 -1
- package/dist/cli/commands/notifications.js.map +1 -1
- package/dist/cli/commands/templates.d.ts +1 -9
- package/dist/cli/commands/templates.d.ts.map +1 -1
- package/dist/cli/commands/templates.js +1 -1
- package/dist/cli/commands/templates.js.map +1 -1
- package/dist/cli/helpers.d.ts +6 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- package/dist/cli/helpers.js +7 -0
- package/dist/cli/helpers.js.map +1 -1
- package/dist/cli/types.d.ts +3 -77
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/cli/types.js +2 -17
- package/dist/cli/types.js.map +1 -1
- package/package.json +16 -22
- package/src/alphalib/mcache.ts +4 -4
- package/src/alphalib/types/robots/_index.ts +14 -1
- package/src/alphalib/types/robots/_instructions-primitives.ts +21 -15
- package/src/alphalib/types/robots/ai-chat.ts +278 -0
- package/src/alphalib/types/robots/audio-waveform.ts +142 -9
- package/src/alphalib/types/robots/image-bgremove.ts +6 -0
- package/src/alphalib/types/robots/image-generate.ts +6 -3
- package/src/alphalib/types/robots/meta-write.ts +1 -2
- package/src/alphalib/types/templateCredential.ts +1 -0
- package/src/cli/OutputCtl.ts +1 -1
- package/src/cli/commands/BaseCommand.ts +6 -8
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/auth.ts +2 -10
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +12 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -240
|
@@ -64,8 +64,8 @@ export declare const robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
64
64
|
voice: z.ZodDefault<z.ZodEnum<["female-1", "female-2", "female-3", "female-child-1", "male-1", "male-child-1"]>>;
|
|
65
65
|
ssml: z.ZodDefault<z.ZodBoolean>;
|
|
66
66
|
}, "strict", z.ZodTypeAny, {
|
|
67
|
-
robot: "/text/speak";
|
|
68
67
|
result: boolean;
|
|
68
|
+
robot: "/text/speak";
|
|
69
69
|
force_accept: boolean;
|
|
70
70
|
ignore_errors: string[];
|
|
71
71
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
@@ -93,6 +93,7 @@ export declare const robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
93
93
|
robot: "/text/speak";
|
|
94
94
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
95
95
|
prompt?: string | null | undefined;
|
|
96
|
+
result?: boolean | undefined;
|
|
96
97
|
use?: string | string[] | {
|
|
97
98
|
name: string;
|
|
98
99
|
fields?: string | undefined;
|
|
@@ -108,7 +109,6 @@ export declare const robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
108
109
|
group_by_original?: boolean | undefined;
|
|
109
110
|
} | undefined;
|
|
110
111
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
111
|
-
result?: boolean | undefined;
|
|
112
112
|
queue?: "batch" | undefined;
|
|
113
113
|
force_accept?: boolean | undefined;
|
|
114
114
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -186,6 +186,7 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
186
186
|
voice: "female-1" | "female-2" | "female-3" | "female-child-1" | "male-1" | "male-child-1";
|
|
187
187
|
ssml: boolean;
|
|
188
188
|
prompt?: string | null | undefined;
|
|
189
|
+
result?: boolean | "debug" | undefined;
|
|
189
190
|
use?: string | string[] | {
|
|
190
191
|
name: string;
|
|
191
192
|
fields?: string | undefined;
|
|
@@ -201,12 +202,12 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
201
202
|
group_by_original?: boolean | undefined;
|
|
202
203
|
} | undefined;
|
|
203
204
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
204
|
-
result?: boolean | "debug" | undefined;
|
|
205
205
|
queue?: "batch" | undefined;
|
|
206
206
|
}, {
|
|
207
207
|
robot: "/text/speak";
|
|
208
208
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
209
209
|
prompt?: string | null | undefined;
|
|
210
|
+
result?: boolean | "debug" | undefined;
|
|
210
211
|
use?: string | string[] | {
|
|
211
212
|
name: string;
|
|
212
213
|
fields?: string | undefined;
|
|
@@ -222,7 +223,6 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
222
223
|
group_by_original?: boolean | undefined;
|
|
223
224
|
} | undefined;
|
|
224
225
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
225
|
-
result?: boolean | "debug" | undefined;
|
|
226
226
|
queue?: "batch" | undefined;
|
|
227
227
|
force_accept?: boolean | undefined;
|
|
228
228
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -293,8 +293,8 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
293
293
|
voice: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["female-1", "female-2", "female-3", "female-child-1", "male-1", "male-child-1"]>]>>;
|
|
294
294
|
ssml: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
295
295
|
}, "strict", z.ZodTypeAny, {
|
|
296
|
-
robot: "/text/speak";
|
|
297
296
|
result: string | boolean;
|
|
297
|
+
robot: "/text/speak";
|
|
298
298
|
force_accept: string | boolean;
|
|
299
299
|
ignore_errors: string | string[];
|
|
300
300
|
provider: string;
|
|
@@ -322,6 +322,7 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
322
322
|
robot: "/text/speak";
|
|
323
323
|
provider: string;
|
|
324
324
|
prompt?: string | null | undefined;
|
|
325
|
+
result?: string | boolean | undefined;
|
|
325
326
|
use?: string | string[] | {
|
|
326
327
|
name: string;
|
|
327
328
|
fields?: string | undefined;
|
|
@@ -337,7 +338,6 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
337
338
|
group_by_original?: boolean | undefined;
|
|
338
339
|
} | undefined;
|
|
339
340
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
340
|
-
result?: string | boolean | undefined;
|
|
341
341
|
queue?: string | undefined;
|
|
342
342
|
force_accept?: string | boolean | undefined;
|
|
343
343
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -416,6 +416,7 @@ export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSch
|
|
|
416
416
|
voice: string;
|
|
417
417
|
ssml: string | boolean;
|
|
418
418
|
prompt?: string | null | undefined;
|
|
419
|
+
result?: string | boolean | undefined;
|
|
419
420
|
use?: string | string[] | {
|
|
420
421
|
name: string;
|
|
421
422
|
fields?: string | undefined;
|
|
@@ -431,12 +432,12 @@ export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSch
|
|
|
431
432
|
group_by_original?: boolean | undefined;
|
|
432
433
|
} | undefined;
|
|
433
434
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
434
|
-
result?: string | boolean | undefined;
|
|
435
435
|
queue?: string | undefined;
|
|
436
436
|
}, {
|
|
437
437
|
robot: "/text/speak";
|
|
438
438
|
provider: string;
|
|
439
439
|
prompt?: string | null | undefined;
|
|
440
|
+
result?: string | boolean | undefined;
|
|
440
441
|
use?: string | string[] | {
|
|
441
442
|
name: string;
|
|
442
443
|
fields?: string | undefined;
|
|
@@ -452,7 +453,6 @@ export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSch
|
|
|
452
453
|
group_by_original?: boolean | undefined;
|
|
453
454
|
} | undefined;
|
|
454
455
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
455
|
-
result?: string | boolean | undefined;
|
|
456
456
|
queue?: string | undefined;
|
|
457
457
|
force_accept?: string | boolean | undefined;
|
|
458
458
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -62,13 +62,13 @@ export declare const robotTextTranslateInstructionsSchema: z.ZodObject<{
|
|
|
62
62
|
target_language: z.ZodDefault<z.ZodEnum<["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "ceb", "co", "cs", "cy", "da", "de", "el", "en", "en-US", "eo", "es", "es-MX", "et", "eu", "fa", "fa-AF", "fi", "fr", "fr-CA", "fy", "ga", "gd", "gl", "gu", "ha", "haw", "he", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "iw", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lb", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "ny", "or", "pa", "pl", "ps", "pt", "ro", "ru", "rw", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "tk", "tl", "tr", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh", "zh-CN", "zh-TW", "zu"]>>;
|
|
63
63
|
source_language: z.ZodDefault<z.ZodEnum<["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "ceb", "co", "cs", "cy", "da", "de", "el", "en", "en-US", "eo", "es", "es-MX", "et", "eu", "fa", "fa-AF", "fi", "fr", "fr-CA", "fy", "ga", "gd", "gl", "gu", "ha", "haw", "he", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "iw", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lb", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "ny", "or", "pa", "pl", "ps", "pt", "ro", "ru", "rw", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "tk", "tl", "tr", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh", "zh-CN", "zh-TW", "zu"]>>;
|
|
64
64
|
}, "strict", z.ZodTypeAny, {
|
|
65
|
-
robot: "/text/translate";
|
|
66
65
|
result: boolean;
|
|
66
|
+
robot: "/text/translate";
|
|
67
67
|
force_accept: boolean;
|
|
68
68
|
ignore_errors: string[];
|
|
69
69
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
70
|
-
source_language: "ca" | "
|
|
71
|
-
target_language: "ca" | "
|
|
70
|
+
source_language: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu";
|
|
71
|
+
target_language: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu";
|
|
72
72
|
use?: string | string[] | {
|
|
73
73
|
name: string;
|
|
74
74
|
fields?: string | undefined;
|
|
@@ -88,6 +88,7 @@ export declare const robotTextTranslateInstructionsSchema: z.ZodObject<{
|
|
|
88
88
|
}, {
|
|
89
89
|
robot: "/text/translate";
|
|
90
90
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
91
|
+
result?: boolean | undefined;
|
|
91
92
|
use?: string | string[] | {
|
|
92
93
|
name: string;
|
|
93
94
|
fields?: string | undefined;
|
|
@@ -103,12 +104,11 @@ export declare const robotTextTranslateInstructionsSchema: z.ZodObject<{
|
|
|
103
104
|
group_by_original?: boolean | undefined;
|
|
104
105
|
} | undefined;
|
|
105
106
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
106
|
-
result?: boolean | undefined;
|
|
107
107
|
queue?: "batch" | undefined;
|
|
108
108
|
force_accept?: boolean | undefined;
|
|
109
109
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
110
|
-
source_language?: "ca" | "
|
|
111
|
-
target_language?: "ca" | "
|
|
110
|
+
source_language?: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu" | undefined;
|
|
111
|
+
target_language?: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu" | undefined;
|
|
112
112
|
}>;
|
|
113
113
|
export declare const robotTextTranslateInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
114
114
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -174,8 +174,9 @@ export declare const robotTextTranslateInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
174
174
|
force_accept: boolean;
|
|
175
175
|
ignore_errors: string[];
|
|
176
176
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
177
|
-
source_language: "ca" | "
|
|
178
|
-
target_language: "ca" | "
|
|
177
|
+
source_language: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu";
|
|
178
|
+
target_language: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu";
|
|
179
|
+
result?: boolean | "debug" | undefined;
|
|
179
180
|
use?: string | string[] | {
|
|
180
181
|
name: string;
|
|
181
182
|
fields?: string | undefined;
|
|
@@ -191,11 +192,11 @@ export declare const robotTextTranslateInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
191
192
|
group_by_original?: boolean | undefined;
|
|
192
193
|
} | undefined;
|
|
193
194
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
194
|
-
result?: boolean | "debug" | undefined;
|
|
195
195
|
queue?: "batch" | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
robot: "/text/translate";
|
|
198
198
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
199
|
+
result?: boolean | "debug" | undefined;
|
|
199
200
|
use?: string | string[] | {
|
|
200
201
|
name: string;
|
|
201
202
|
fields?: string | undefined;
|
|
@@ -211,12 +212,11 @@ export declare const robotTextTranslateInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
211
212
|
group_by_original?: boolean | undefined;
|
|
212
213
|
} | undefined;
|
|
213
214
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
214
|
-
result?: boolean | "debug" | undefined;
|
|
215
215
|
queue?: "batch" | undefined;
|
|
216
216
|
force_accept?: boolean | undefined;
|
|
217
217
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
218
|
-
source_language?: "ca" | "
|
|
219
|
-
target_language?: "ca" | "
|
|
218
|
+
source_language?: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu" | undefined;
|
|
219
|
+
target_language?: "ca" | "te" | "or" | "tk" | "th" | "co" | "sl" | "so" | "la" | "fi" | "ht" | "en" | "es" | "ga" | "lt" | "af" | "ar" | "uk" | "ps" | "en-US" | "de" | "am" | "az" | "be" | "bg" | "bn" | "bs" | "ceb" | "cs" | "cy" | "da" | "el" | "eo" | "es-MX" | "et" | "eu" | "fa" | "fa-AF" | "fr" | "fr-CA" | "fy" | "gd" | "gl" | "gu" | "ha" | "haw" | "he" | "hi" | "hmn" | "hr" | "hu" | "hy" | "id" | "ig" | "is" | "it" | "iw" | "ja" | "jv" | "ka" | "kk" | "km" | "kn" | "ko" | "ku" | "ky" | "lb" | "lo" | "lv" | "mg" | "mi" | "mk" | "ml" | "mn" | "mr" | "ms" | "mt" | "my" | "ne" | "nl" | "no" | "ny" | "pa" | "pl" | "pt" | "ro" | "ru" | "rw" | "sd" | "si" | "sk" | "sm" | "sn" | "sq" | "sr" | "st" | "su" | "sv" | "sw" | "ta" | "tg" | "tl" | "tr" | "tt" | "ug" | "ur" | "uz" | "vi" | "xh" | "yi" | "yo" | "zh" | "zh-CN" | "zh-TW" | "zu" | undefined;
|
|
220
220
|
}>;
|
|
221
221
|
export type RobotTextTranslateInstructions = z.infer<typeof robotTextTranslateInstructionsSchema>;
|
|
222
222
|
export type RobotTextTranslateInstructionsWithHiddenFields = z.infer<typeof robotTextTranslateInstructionsWithHiddenFieldsSchema>;
|
|
@@ -279,8 +279,8 @@ export declare const interpolatableRobotTextTranslateInstructionsSchema: z.ZodOb
|
|
|
279
279
|
target_language: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "ceb", "co", "cs", "cy", "da", "de", "el", "en", "en-US", "eo", "es", "es-MX", "et", "eu", "fa", "fa-AF", "fi", "fr", "fr-CA", "fy", "ga", "gd", "gl", "gu", "ha", "haw", "he", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "iw", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lb", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "ny", "or", "pa", "pl", "ps", "pt", "ro", "ru", "rw", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "tk", "tl", "tr", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh", "zh-CN", "zh-TW", "zu"]>]>>;
|
|
280
280
|
source_language: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "ceb", "co", "cs", "cy", "da", "de", "el", "en", "en-US", "eo", "es", "es-MX", "et", "eu", "fa", "fa-AF", "fi", "fr", "fr-CA", "fy", "ga", "gd", "gl", "gu", "ha", "haw", "he", "hi", "hmn", "hr", "ht", "hu", "hy", "id", "ig", "is", "it", "iw", "ja", "jv", "ka", "kk", "km", "kn", "ko", "ku", "ky", "la", "lb", "lo", "lt", "lv", "mg", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my", "ne", "nl", "no", "ny", "or", "pa", "pl", "ps", "pt", "ro", "ru", "rw", "sd", "si", "sk", "sl", "sm", "sn", "so", "sq", "sr", "st", "su", "sv", "sw", "ta", "te", "tg", "th", "tk", "tl", "tr", "tt", "ug", "uk", "ur", "uz", "vi", "xh", "yi", "yo", "zh", "zh-CN", "zh-TW", "zu"]>]>>;
|
|
281
281
|
}, "strict", z.ZodTypeAny, {
|
|
282
|
-
robot: "/text/translate";
|
|
283
282
|
result: string | boolean;
|
|
283
|
+
robot: "/text/translate";
|
|
284
284
|
force_accept: string | boolean;
|
|
285
285
|
ignore_errors: string | string[];
|
|
286
286
|
provider: string;
|
|
@@ -305,6 +305,7 @@ export declare const interpolatableRobotTextTranslateInstructionsSchema: z.ZodOb
|
|
|
305
305
|
}, {
|
|
306
306
|
robot: "/text/translate";
|
|
307
307
|
provider: string;
|
|
308
|
+
result?: string | boolean | undefined;
|
|
308
309
|
use?: string | string[] | {
|
|
309
310
|
name: string;
|
|
310
311
|
fields?: string | undefined;
|
|
@@ -320,7 +321,6 @@ export declare const interpolatableRobotTextTranslateInstructionsSchema: z.ZodOb
|
|
|
320
321
|
group_by_original?: boolean | undefined;
|
|
321
322
|
} | undefined;
|
|
322
323
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
323
|
-
result?: string | boolean | undefined;
|
|
324
324
|
queue?: string | undefined;
|
|
325
325
|
force_accept?: string | boolean | undefined;
|
|
326
326
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -394,6 +394,7 @@ export declare const interpolatableRobotTextTranslateInstructionsWithHiddenField
|
|
|
394
394
|
provider: string;
|
|
395
395
|
source_language: string;
|
|
396
396
|
target_language: string;
|
|
397
|
+
result?: string | boolean | undefined;
|
|
397
398
|
use?: string | string[] | {
|
|
398
399
|
name: string;
|
|
399
400
|
fields?: string | undefined;
|
|
@@ -409,11 +410,11 @@ export declare const interpolatableRobotTextTranslateInstructionsWithHiddenField
|
|
|
409
410
|
group_by_original?: boolean | undefined;
|
|
410
411
|
} | undefined;
|
|
411
412
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
412
|
-
result?: string | boolean | undefined;
|
|
413
413
|
queue?: string | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
robot: "/text/translate";
|
|
416
416
|
provider: string;
|
|
417
|
+
result?: string | boolean | undefined;
|
|
417
418
|
use?: string | string[] | {
|
|
418
419
|
name: string;
|
|
419
420
|
fields?: string | undefined;
|
|
@@ -429,7 +430,6 @@ export declare const interpolatableRobotTextTranslateInstructionsWithHiddenField
|
|
|
429
430
|
group_by_original?: boolean | undefined;
|
|
430
431
|
} | undefined;
|
|
431
432
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
432
|
-
result?: string | boolean | undefined;
|
|
433
433
|
queue?: string | undefined;
|
|
434
434
|
force_accept?: string | boolean | undefined;
|
|
435
435
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -24,8 +24,8 @@ export declare const robotTigrisImportInstructionsSchema: z.ZodObject<{
|
|
|
24
24
|
}, "strict", z.ZodTypeAny, {
|
|
25
25
|
path: string | string[];
|
|
26
26
|
recursive: boolean;
|
|
27
|
-
robot: "/tigris/import";
|
|
28
27
|
result: boolean;
|
|
28
|
+
robot: "/tigris/import";
|
|
29
29
|
force_accept: boolean;
|
|
30
30
|
ignore_errors: string[];
|
|
31
31
|
force_name: string | string[] | null;
|
|
@@ -47,8 +47,8 @@ export declare const robotTigrisImportInstructionsSchema: z.ZodObject<{
|
|
|
47
47
|
key?: string | undefined;
|
|
48
48
|
secret?: string | undefined;
|
|
49
49
|
recursive?: boolean | undefined;
|
|
50
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
51
50
|
result?: boolean | undefined;
|
|
51
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
52
52
|
queue?: "batch" | undefined;
|
|
53
53
|
force_accept?: boolean | undefined;
|
|
54
54
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -93,8 +93,8 @@ export declare const robotTigrisImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
93
93
|
host?: string | undefined;
|
|
94
94
|
key?: string | undefined;
|
|
95
95
|
secret?: string | undefined;
|
|
96
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
97
96
|
result?: boolean | "debug" | undefined;
|
|
97
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
98
98
|
queue?: "batch" | undefined;
|
|
99
99
|
credentials?: string | undefined;
|
|
100
100
|
bucket?: string | undefined;
|
|
@@ -106,8 +106,8 @@ export declare const robotTigrisImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
106
106
|
key?: string | undefined;
|
|
107
107
|
secret?: string | undefined;
|
|
108
108
|
recursive?: boolean | undefined;
|
|
109
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
110
109
|
result?: boolean | "debug" | undefined;
|
|
110
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
111
111
|
queue?: "batch" | undefined;
|
|
112
112
|
force_accept?: boolean | undefined;
|
|
113
113
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -143,8 +143,8 @@ export declare const interpolatableRobotTigrisImportInstructionsSchema: z.ZodObj
|
|
|
143
143
|
}, "strict", z.ZodTypeAny, {
|
|
144
144
|
path: string | string[];
|
|
145
145
|
recursive: string | boolean;
|
|
146
|
-
robot: "/tigris/import";
|
|
147
146
|
result: string | boolean;
|
|
147
|
+
robot: "/tigris/import";
|
|
148
148
|
force_accept: string | boolean;
|
|
149
149
|
ignore_errors: string | string[];
|
|
150
150
|
force_name: string | string[] | null;
|
|
@@ -166,8 +166,8 @@ export declare const interpolatableRobotTigrisImportInstructionsSchema: z.ZodObj
|
|
|
166
166
|
key?: string | undefined;
|
|
167
167
|
secret?: string | undefined;
|
|
168
168
|
recursive?: string | boolean | undefined;
|
|
169
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
170
169
|
result?: string | boolean | undefined;
|
|
170
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
171
171
|
queue?: string | undefined;
|
|
172
172
|
force_accept?: string | boolean | undefined;
|
|
173
173
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -213,8 +213,8 @@ export declare const interpolatableRobotTigrisImportInstructionsWithHiddenFields
|
|
|
213
213
|
host?: string | undefined;
|
|
214
214
|
key?: string | undefined;
|
|
215
215
|
secret?: string | undefined;
|
|
216
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
217
216
|
result?: string | boolean | undefined;
|
|
217
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
218
218
|
queue?: string | undefined;
|
|
219
219
|
credentials?: string | undefined;
|
|
220
220
|
bucket?: string | undefined;
|
|
@@ -226,8 +226,8 @@ export declare const interpolatableRobotTigrisImportInstructionsWithHiddenFields
|
|
|
226
226
|
key?: string | undefined;
|
|
227
227
|
secret?: string | undefined;
|
|
228
228
|
recursive?: string | boolean | undefined;
|
|
229
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
230
229
|
result?: string | boolean | undefined;
|
|
230
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
231
231
|
queue?: string | undefined;
|
|
232
232
|
force_accept?: string | boolean | undefined;
|
|
233
233
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const robotTigrisStoreInstructionsSchema: z.ZodObject<{
|
|
|
70
70
|
}, "strict", z.ZodTypeAny, {
|
|
71
71
|
headers: Record<string, string>;
|
|
72
72
|
path: string;
|
|
73
|
-
robot: "/tigris/store";
|
|
74
73
|
result: boolean;
|
|
74
|
+
robot: "/tigris/store";
|
|
75
75
|
force_accept: boolean;
|
|
76
76
|
ignore_errors: string[];
|
|
77
77
|
acl: "private" | "public-read";
|
|
@@ -105,6 +105,7 @@ export declare const robotTigrisStoreInstructionsSchema: z.ZodObject<{
|
|
|
105
105
|
path?: string | undefined;
|
|
106
106
|
key?: string | undefined;
|
|
107
107
|
secret?: string | undefined;
|
|
108
|
+
result?: boolean | undefined;
|
|
108
109
|
use?: string | string[] | {
|
|
109
110
|
name: string;
|
|
110
111
|
fields?: string | undefined;
|
|
@@ -120,7 +121,6 @@ export declare const robotTigrisStoreInstructionsSchema: z.ZodObject<{
|
|
|
120
121
|
group_by_original?: boolean | undefined;
|
|
121
122
|
} | undefined;
|
|
122
123
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
123
|
-
result?: boolean | undefined;
|
|
124
124
|
queue?: "batch" | undefined;
|
|
125
125
|
force_accept?: boolean | undefined;
|
|
126
126
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -206,6 +206,7 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
206
206
|
host?: string | undefined;
|
|
207
207
|
key?: string | undefined;
|
|
208
208
|
secret?: string | undefined;
|
|
209
|
+
result?: boolean | "debug" | undefined;
|
|
209
210
|
use?: string | string[] | {
|
|
210
211
|
name: string;
|
|
211
212
|
fields?: string | undefined;
|
|
@@ -221,7 +222,6 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
221
222
|
group_by_original?: boolean | undefined;
|
|
222
223
|
} | undefined;
|
|
223
224
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
224
|
-
result?: boolean | "debug" | undefined;
|
|
225
225
|
queue?: "batch" | undefined;
|
|
226
226
|
credentials?: string | undefined;
|
|
227
227
|
bucket?: string | undefined;
|
|
@@ -234,6 +234,7 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
234
234
|
path?: string | undefined;
|
|
235
235
|
key?: string | undefined;
|
|
236
236
|
secret?: string | undefined;
|
|
237
|
+
result?: boolean | "debug" | undefined;
|
|
237
238
|
use?: string | string[] | {
|
|
238
239
|
name: string;
|
|
239
240
|
fields?: string | undefined;
|
|
@@ -249,7 +250,6 @@ export declare const robotTigrisStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
249
250
|
group_by_original?: boolean | undefined;
|
|
250
251
|
} | undefined;
|
|
251
252
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
252
|
-
result?: boolean | "debug" | undefined;
|
|
253
253
|
queue?: "batch" | undefined;
|
|
254
254
|
force_accept?: boolean | undefined;
|
|
255
255
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -329,8 +329,8 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
|
|
|
329
329
|
}, "strict", z.ZodTypeAny, {
|
|
330
330
|
headers: Record<string, string>;
|
|
331
331
|
path: string;
|
|
332
|
-
robot: "/tigris/store";
|
|
333
332
|
result: string | boolean;
|
|
333
|
+
robot: "/tigris/store";
|
|
334
334
|
force_accept: string | boolean;
|
|
335
335
|
ignore_errors: string | string[];
|
|
336
336
|
acl: string;
|
|
@@ -364,6 +364,7 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
|
|
|
364
364
|
path?: string | undefined;
|
|
365
365
|
key?: string | undefined;
|
|
366
366
|
secret?: string | undefined;
|
|
367
|
+
result?: string | boolean | undefined;
|
|
367
368
|
use?: string | string[] | {
|
|
368
369
|
name: string;
|
|
369
370
|
fields?: string | undefined;
|
|
@@ -379,7 +380,6 @@ export declare const interpolatableRobotTigrisStoreInstructionsSchema: z.ZodObje
|
|
|
379
380
|
group_by_original?: boolean | undefined;
|
|
380
381
|
} | undefined;
|
|
381
382
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
382
|
-
result?: string | boolean | undefined;
|
|
383
383
|
queue?: string | undefined;
|
|
384
384
|
force_accept?: string | boolean | undefined;
|
|
385
385
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -466,6 +466,7 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
|
|
|
466
466
|
host?: string | undefined;
|
|
467
467
|
key?: string | undefined;
|
|
468
468
|
secret?: string | undefined;
|
|
469
|
+
result?: string | boolean | undefined;
|
|
469
470
|
use?: string | string[] | {
|
|
470
471
|
name: string;
|
|
471
472
|
fields?: string | undefined;
|
|
@@ -481,7 +482,6 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
|
|
|
481
482
|
group_by_original?: boolean | undefined;
|
|
482
483
|
} | undefined;
|
|
483
484
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
484
|
-
result?: string | boolean | undefined;
|
|
485
485
|
queue?: string | undefined;
|
|
486
486
|
credentials?: string | undefined;
|
|
487
487
|
bucket?: string | undefined;
|
|
@@ -494,6 +494,7 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
|
|
|
494
494
|
path?: string | undefined;
|
|
495
495
|
key?: string | undefined;
|
|
496
496
|
secret?: string | undefined;
|
|
497
|
+
result?: string | boolean | undefined;
|
|
497
498
|
use?: string | string[] | {
|
|
498
499
|
name: string;
|
|
499
500
|
fields?: string | undefined;
|
|
@@ -509,7 +510,6 @@ export declare const interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsS
|
|
|
509
510
|
group_by_original?: boolean | undefined;
|
|
510
511
|
} | undefined;
|
|
511
512
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
512
|
-
result?: string | boolean | undefined;
|
|
513
513
|
queue?: string | undefined;
|
|
514
514
|
force_accept?: string | boolean | undefined;
|
|
515
515
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -10,16 +10,16 @@ export declare const robotTlcdnDeliverInstructionsSchema: z.ZodObject<{
|
|
|
10
10
|
} & {
|
|
11
11
|
robot: z.ZodLiteral<"/tlcdn/deliver">;
|
|
12
12
|
}, "strict", z.ZodTypeAny, {
|
|
13
|
-
robot: "/tlcdn/deliver";
|
|
14
13
|
result: boolean;
|
|
14
|
+
robot: "/tlcdn/deliver";
|
|
15
15
|
force_accept: boolean;
|
|
16
16
|
ignore_errors: string[];
|
|
17
17
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
18
18
|
queue?: "batch" | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
robot: "/tlcdn/deliver";
|
|
21
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
22
21
|
result?: boolean | undefined;
|
|
22
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
23
23
|
queue?: "batch" | undefined;
|
|
24
24
|
force_accept?: boolean | undefined;
|
|
25
25
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -36,13 +36,13 @@ export declare const robotTlcdnDeliverInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
36
36
|
robot: "/tlcdn/deliver";
|
|
37
37
|
force_accept: boolean;
|
|
38
38
|
ignore_errors: string[];
|
|
39
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
40
39
|
result?: boolean | "debug" | undefined;
|
|
40
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
41
41
|
queue?: "batch" | undefined;
|
|
42
42
|
}, {
|
|
43
43
|
robot: "/tlcdn/deliver";
|
|
44
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
45
44
|
result?: boolean | "debug" | undefined;
|
|
45
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
46
46
|
queue?: "batch" | undefined;
|
|
47
47
|
force_accept?: boolean | undefined;
|
|
48
48
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -57,16 +57,16 @@ 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";
|
|
61
60
|
result: string | boolean;
|
|
61
|
+
robot: "/tlcdn/deliver";
|
|
62
62
|
force_accept: string | boolean;
|
|
63
63
|
ignore_errors: string | string[];
|
|
64
64
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
65
65
|
queue?: string | undefined;
|
|
66
66
|
}, {
|
|
67
67
|
robot: "/tlcdn/deliver";
|
|
68
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
69
68
|
result?: string | boolean | undefined;
|
|
69
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
70
70
|
queue?: string | undefined;
|
|
71
71
|
force_accept?: string | boolean | undefined;
|
|
72
72
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -84,13 +84,13 @@ export declare const interpolatableRobotTlcdnDeliverInstructionsWithHiddenFields
|
|
|
84
84
|
robot: "/tlcdn/deliver";
|
|
85
85
|
force_accept: string | boolean;
|
|
86
86
|
ignore_errors: string | string[];
|
|
87
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
88
87
|
result?: string | boolean | undefined;
|
|
88
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
89
89
|
queue?: string | undefined;
|
|
90
90
|
}, {
|
|
91
91
|
robot: "/tlcdn/deliver";
|
|
92
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
93
92
|
result?: string | boolean | undefined;
|
|
93
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
94
94
|
queue?: string | undefined;
|
|
95
95
|
force_accept?: string | boolean | undefined;
|
|
96
96
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|