transloadit 4.1.2 → 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 +2 -1
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +1 -1
- 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/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 +2 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- 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 +1 -1
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +3 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -257
|
@@ -432,9 +432,9 @@ export declare const robotVideoThumbsInstructionsSchema: z.ZodObject<{
|
|
|
432
432
|
input_codec: z.ZodOptional<z.ZodString>;
|
|
433
433
|
}, "strict", z.ZodTypeAny, {
|
|
434
434
|
format: "jpeg" | "jpg" | "png";
|
|
435
|
+
result: boolean;
|
|
435
436
|
count: number;
|
|
436
437
|
robot: "/video/thumbs";
|
|
437
|
-
result: boolean;
|
|
438
438
|
force_accept: boolean;
|
|
439
439
|
ignore_errors: string[];
|
|
440
440
|
ffmpeg_stack: string;
|
|
@@ -585,6 +585,7 @@ export declare const robotVideoThumbsInstructionsSchema: z.ZodObject<{
|
|
|
585
585
|
}, {
|
|
586
586
|
robot: "/video/thumbs";
|
|
587
587
|
format?: "jpeg" | "jpg" | "png" | undefined;
|
|
588
|
+
result?: boolean | undefined;
|
|
588
589
|
count?: number | undefined;
|
|
589
590
|
ffmpeg?: z.objectInputType<{
|
|
590
591
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -722,7 +723,6 @@ export declare const robotVideoThumbsInstructionsSchema: z.ZodObject<{
|
|
|
722
723
|
group_by_original?: boolean | undefined;
|
|
723
724
|
} | undefined;
|
|
724
725
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
725
|
-
result?: boolean | undefined;
|
|
726
726
|
queue?: "batch" | undefined;
|
|
727
727
|
force_accept?: boolean | undefined;
|
|
728
728
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -1173,6 +1173,7 @@ export declare const robotVideoThumbsInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
1173
1173
|
background: string;
|
|
1174
1174
|
rotate: 0 | 90 | 180 | 270 | 360;
|
|
1175
1175
|
offsets: string[] | number[];
|
|
1176
|
+
result?: boolean | "debug" | undefined;
|
|
1176
1177
|
ffmpeg?: z.objectOutputType<{
|
|
1177
1178
|
af: z.ZodOptional<z.ZodString>;
|
|
1178
1179
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -1309,7 +1310,6 @@ export declare const robotVideoThumbsInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
1309
1310
|
group_by_original?: boolean | undefined;
|
|
1310
1311
|
} | undefined;
|
|
1311
1312
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
1312
|
-
result?: boolean | "debug" | undefined;
|
|
1313
1313
|
queue?: "batch" | undefined;
|
|
1314
1314
|
width?: number | undefined;
|
|
1315
1315
|
height?: number | undefined;
|
|
@@ -1317,6 +1317,7 @@ export declare const robotVideoThumbsInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
1317
1317
|
}, {
|
|
1318
1318
|
robot: "/video/thumbs";
|
|
1319
1319
|
format?: "jpeg" | "jpg" | "png" | undefined;
|
|
1320
|
+
result?: boolean | "debug" | undefined;
|
|
1320
1321
|
count?: number | undefined;
|
|
1321
1322
|
ffmpeg?: z.objectInputType<{
|
|
1322
1323
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -1454,7 +1455,6 @@ export declare const robotVideoThumbsInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
1454
1455
|
group_by_original?: boolean | undefined;
|
|
1455
1456
|
} | undefined;
|
|
1456
1457
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
1457
|
-
result?: boolean | "debug" | undefined;
|
|
1458
1458
|
queue?: "batch" | undefined;
|
|
1459
1459
|
force_accept?: boolean | undefined;
|
|
1460
1460
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -1897,9 +1897,9 @@ export declare const interpolatableRobotVideoThumbsInstructionsSchema: z.ZodObje
|
|
|
1897
1897
|
input_codec: z.ZodOptional<z.ZodString>;
|
|
1898
1898
|
}, "strict", z.ZodTypeAny, {
|
|
1899
1899
|
format: string;
|
|
1900
|
+
result: string | boolean;
|
|
1900
1901
|
count: string | number;
|
|
1901
1902
|
robot: "/video/thumbs";
|
|
1902
|
-
result: string | boolean;
|
|
1903
1903
|
force_accept: string | boolean;
|
|
1904
1904
|
ignore_errors: string | string[];
|
|
1905
1905
|
ffmpeg_stack: string;
|
|
@@ -2050,6 +2050,7 @@ export declare const interpolatableRobotVideoThumbsInstructionsSchema: z.ZodObje
|
|
|
2050
2050
|
}, {
|
|
2051
2051
|
robot: "/video/thumbs";
|
|
2052
2052
|
format?: string | undefined;
|
|
2053
|
+
result?: string | boolean | undefined;
|
|
2053
2054
|
count?: string | number | undefined;
|
|
2054
2055
|
ffmpeg?: string | z.objectInputType<{
|
|
2055
2056
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -2187,7 +2188,6 @@ export declare const interpolatableRobotVideoThumbsInstructionsSchema: z.ZodObje
|
|
|
2187
2188
|
group_by_original?: boolean | undefined;
|
|
2188
2189
|
} | undefined;
|
|
2189
2190
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2190
|
-
result?: string | boolean | undefined;
|
|
2191
2191
|
queue?: string | undefined;
|
|
2192
2192
|
force_accept?: string | boolean | undefined;
|
|
2193
2193
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -2639,6 +2639,7 @@ export declare const interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsS
|
|
|
2639
2639
|
background: string;
|
|
2640
2640
|
rotate: string | 0 | 90 | 180 | 270 | 360;
|
|
2641
2641
|
offsets: string | string[] | (string | number)[];
|
|
2642
|
+
result?: string | boolean | undefined;
|
|
2642
2643
|
ffmpeg?: string | z.objectOutputType<{
|
|
2643
2644
|
af: z.ZodOptional<z.ZodString>;
|
|
2644
2645
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2775,7 +2776,6 @@ export declare const interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsS
|
|
|
2775
2776
|
group_by_original?: boolean | undefined;
|
|
2776
2777
|
} | undefined;
|
|
2777
2778
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2778
|
-
result?: string | boolean | undefined;
|
|
2779
2779
|
queue?: string | undefined;
|
|
2780
2780
|
width?: string | number | undefined;
|
|
2781
2781
|
height?: string | number | undefined;
|
|
@@ -2783,6 +2783,7 @@ export declare const interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsS
|
|
|
2783
2783
|
}, {
|
|
2784
2784
|
robot: "/video/thumbs";
|
|
2785
2785
|
format?: string | undefined;
|
|
2786
|
+
result?: string | boolean | undefined;
|
|
2786
2787
|
count?: string | number | undefined;
|
|
2787
2788
|
ffmpeg?: string | z.objectInputType<{
|
|
2788
2789
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -2920,7 +2921,6 @@ export declare const interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsS
|
|
|
2920
2921
|
group_by_original?: boolean | undefined;
|
|
2921
2922
|
} | undefined;
|
|
2922
2923
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2923
|
-
result?: string | boolean | undefined;
|
|
2924
2924
|
queue?: string | undefined;
|
|
2925
2925
|
force_accept?: string | boolean | undefined;
|
|
2926
2926
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -19,8 +19,8 @@ export declare const robotVimeoImportInstructionsSchema: z.ZodObject<{
|
|
|
19
19
|
rendition: z.ZodDefault<z.ZodEnum<["240p", "360p", "540p", "720p", "1080p", "source"]>>;
|
|
20
20
|
}, "strict", z.ZodTypeAny, {
|
|
21
21
|
path: string | string[];
|
|
22
|
-
robot: "/vimeo/import";
|
|
23
22
|
result: boolean;
|
|
23
|
+
robot: "/vimeo/import";
|
|
24
24
|
force_accept: boolean;
|
|
25
25
|
ignore_errors: string[];
|
|
26
26
|
force_name: string | string[] | null;
|
|
@@ -33,8 +33,8 @@ export declare const robotVimeoImportInstructionsSchema: z.ZodObject<{
|
|
|
33
33
|
}, {
|
|
34
34
|
robot: "/vimeo/import";
|
|
35
35
|
path?: string | string[] | undefined;
|
|
36
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
37
36
|
result?: boolean | undefined;
|
|
37
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
38
38
|
queue?: "batch" | undefined;
|
|
39
39
|
force_accept?: boolean | undefined;
|
|
40
40
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -61,8 +61,8 @@ export declare const interpolatableRobotVimeoImportInstructionsSchema: z.ZodObje
|
|
|
61
61
|
rendition: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["240p", "360p", "540p", "720p", "1080p", "source"]>]>>;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
63
|
path: string | string[];
|
|
64
|
-
robot: "/vimeo/import";
|
|
65
64
|
result: string | boolean;
|
|
65
|
+
robot: "/vimeo/import";
|
|
66
66
|
force_accept: string | boolean;
|
|
67
67
|
ignore_errors: string | string[];
|
|
68
68
|
force_name: string | string[] | null;
|
|
@@ -75,8 +75,8 @@ export declare const interpolatableRobotVimeoImportInstructionsSchema: z.ZodObje
|
|
|
75
75
|
}, {
|
|
76
76
|
robot: "/vimeo/import";
|
|
77
77
|
path?: string | string[] | undefined;
|
|
78
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
79
78
|
result?: string | boolean | undefined;
|
|
79
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
80
80
|
queue?: string | undefined;
|
|
81
81
|
force_accept?: string | boolean | undefined;
|
|
82
82
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -109,8 +109,8 @@ export declare const robotVimeoImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
109
109
|
return_file_stubs: z.ZodOptional<z.ZodBoolean>;
|
|
110
110
|
}, "strict", z.ZodTypeAny, {
|
|
111
111
|
path: string | string[];
|
|
112
|
-
robot: "/vimeo/import";
|
|
113
112
|
result: boolean;
|
|
113
|
+
robot: "/vimeo/import";
|
|
114
114
|
force_accept: boolean;
|
|
115
115
|
ignore_errors: string[];
|
|
116
116
|
force_name: string | string[] | null;
|
|
@@ -125,8 +125,8 @@ export declare const robotVimeoImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
125
125
|
}, {
|
|
126
126
|
robot: "/vimeo/import";
|
|
127
127
|
path?: string | string[] | undefined;
|
|
128
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
129
128
|
result?: boolean | undefined;
|
|
129
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
130
130
|
queue?: "batch" | undefined;
|
|
131
131
|
force_accept?: boolean | undefined;
|
|
132
132
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -155,8 +155,8 @@ export declare const interpolatableRobotVimeoImportInstructionsWithHiddenFieldsS
|
|
|
155
155
|
return_file_stubs: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
156
156
|
}, "strict", z.ZodTypeAny, {
|
|
157
157
|
path: string | string[];
|
|
158
|
-
robot: "/vimeo/import";
|
|
159
158
|
result: string | boolean;
|
|
159
|
+
robot: "/vimeo/import";
|
|
160
160
|
force_accept: string | boolean;
|
|
161
161
|
ignore_errors: string | string[];
|
|
162
162
|
force_name: string | string[] | null;
|
|
@@ -171,8 +171,8 @@ export declare const interpolatableRobotVimeoImportInstructionsWithHiddenFieldsS
|
|
|
171
171
|
}, {
|
|
172
172
|
robot: "/vimeo/import";
|
|
173
173
|
path?: string | string[] | undefined;
|
|
174
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
175
174
|
result?: string | boolean | undefined;
|
|
175
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
176
176
|
queue?: string | undefined;
|
|
177
177
|
force_accept?: string | boolean | undefined;
|
|
178
178
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -69,10 +69,10 @@ export declare const robotVimeoStoreInstructionsSchema: z.ZodObject<{
|
|
|
69
69
|
folder_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
70
70
|
folder_uri: z.ZodOptional<z.ZodString>;
|
|
71
71
|
}, "strict", z.ZodTypeAny, {
|
|
72
|
+
result: boolean;
|
|
72
73
|
description: string;
|
|
73
74
|
title: string;
|
|
74
75
|
robot: "/vimeo/store";
|
|
75
|
-
result: boolean;
|
|
76
76
|
force_accept: boolean;
|
|
77
77
|
ignore_errors: string[];
|
|
78
78
|
acl: "password" | "anybody" | "contacts" | "disable" | "nobody" | "unlisted" | "users";
|
|
@@ -102,6 +102,7 @@ export declare const robotVimeoStoreInstructionsSchema: z.ZodObject<{
|
|
|
102
102
|
description: string;
|
|
103
103
|
title: string;
|
|
104
104
|
robot: "/vimeo/store";
|
|
105
|
+
result?: boolean | undefined;
|
|
105
106
|
password?: string | undefined;
|
|
106
107
|
use?: string | string[] | {
|
|
107
108
|
name: string;
|
|
@@ -118,7 +119,6 @@ export declare const robotVimeoStoreInstructionsSchema: z.ZodObject<{
|
|
|
118
119
|
group_by_original?: boolean | undefined;
|
|
119
120
|
} | undefined;
|
|
120
121
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
121
|
-
result?: boolean | undefined;
|
|
122
122
|
queue?: "batch" | undefined;
|
|
123
123
|
force_accept?: boolean | undefined;
|
|
124
124
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -205,6 +205,7 @@ export declare const robotVimeoStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
205
205
|
showcases: string[];
|
|
206
206
|
downloadable: boolean;
|
|
207
207
|
folder_id: string | null;
|
|
208
|
+
result?: boolean | "debug" | undefined;
|
|
208
209
|
password?: string | undefined;
|
|
209
210
|
use?: string | string[] | {
|
|
210
211
|
name: string;
|
|
@@ -221,7 +222,6 @@ export declare const robotVimeoStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
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
|
access_token?: string | undefined;
|
|
@@ -230,6 +230,7 @@ export declare const robotVimeoStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
230
230
|
description: string;
|
|
231
231
|
title: string;
|
|
232
232
|
robot: "/vimeo/store";
|
|
233
|
+
result?: boolean | "debug" | undefined;
|
|
233
234
|
password?: string | undefined;
|
|
234
235
|
use?: string | string[] | {
|
|
235
236
|
name: string;
|
|
@@ -246,7 +247,6 @@ export declare const robotVimeoStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
246
247
|
group_by_original?: boolean | undefined;
|
|
247
248
|
} | undefined;
|
|
248
249
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
249
|
-
result?: boolean | "debug" | undefined;
|
|
250
250
|
queue?: "batch" | undefined;
|
|
251
251
|
force_accept?: boolean | undefined;
|
|
252
252
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -325,10 +325,10 @@ export declare const interpolatableRobotVimeoStoreInstructionsSchema: z.ZodObjec
|
|
|
325
325
|
folder_id: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
326
326
|
folder_uri: z.ZodOptional<z.ZodString>;
|
|
327
327
|
}, "strict", z.ZodTypeAny, {
|
|
328
|
+
result: string | boolean;
|
|
328
329
|
description: string;
|
|
329
330
|
title: string;
|
|
330
331
|
robot: "/vimeo/store";
|
|
331
|
-
result: string | boolean;
|
|
332
332
|
force_accept: string | boolean;
|
|
333
333
|
ignore_errors: string | string[];
|
|
334
334
|
acl: string;
|
|
@@ -358,6 +358,7 @@ export declare const interpolatableRobotVimeoStoreInstructionsSchema: z.ZodObjec
|
|
|
358
358
|
description: string;
|
|
359
359
|
title: string;
|
|
360
360
|
robot: "/vimeo/store";
|
|
361
|
+
result?: string | boolean | undefined;
|
|
361
362
|
password?: string | undefined;
|
|
362
363
|
use?: string | string[] | {
|
|
363
364
|
name: string;
|
|
@@ -374,7 +375,6 @@ export declare const interpolatableRobotVimeoStoreInstructionsSchema: z.ZodObjec
|
|
|
374
375
|
group_by_original?: boolean | undefined;
|
|
375
376
|
} | undefined;
|
|
376
377
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
377
|
-
result?: string | boolean | undefined;
|
|
378
378
|
queue?: string | undefined;
|
|
379
379
|
force_accept?: string | boolean | undefined;
|
|
380
380
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -462,6 +462,7 @@ export declare const interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSc
|
|
|
462
462
|
showcases: string | string[];
|
|
463
463
|
downloadable: string | boolean;
|
|
464
464
|
folder_id: string | null;
|
|
465
|
+
result?: string | boolean | undefined;
|
|
465
466
|
password?: string | undefined;
|
|
466
467
|
use?: string | string[] | {
|
|
467
468
|
name: string;
|
|
@@ -478,7 +479,6 @@ export declare const interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSc
|
|
|
478
479
|
group_by_original?: boolean | undefined;
|
|
479
480
|
} | undefined;
|
|
480
481
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
481
|
-
result?: string | boolean | undefined;
|
|
482
482
|
queue?: string | undefined;
|
|
483
483
|
credentials?: string | undefined;
|
|
484
484
|
access_token?: string | undefined;
|
|
@@ -487,6 +487,7 @@ export declare const interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSc
|
|
|
487
487
|
description: string;
|
|
488
488
|
title: string;
|
|
489
489
|
robot: "/vimeo/store";
|
|
490
|
+
result?: string | boolean | undefined;
|
|
490
491
|
password?: string | undefined;
|
|
491
492
|
use?: string | string[] | {
|
|
492
493
|
name: string;
|
|
@@ -503,7 +504,6 @@ export declare const interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSc
|
|
|
503
504
|
group_by_original?: boolean | undefined;
|
|
504
505
|
} | undefined;
|
|
505
506
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
506
|
-
result?: string | boolean | undefined;
|
|
507
507
|
queue?: string | undefined;
|
|
508
508
|
force_accept?: string | boolean | undefined;
|
|
509
509
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -34,8 +34,8 @@ export declare const robotWasabiImportInstructionsSchema: z.ZodObject<{
|
|
|
34
34
|
host?: string | undefined;
|
|
35
35
|
key?: string | undefined;
|
|
36
36
|
secret?: string | undefined;
|
|
37
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
38
37
|
result?: boolean | undefined;
|
|
38
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
39
39
|
queue?: "batch" | undefined;
|
|
40
40
|
credentials?: string | undefined;
|
|
41
41
|
bucket?: string | undefined;
|
|
@@ -47,8 +47,8 @@ export declare const robotWasabiImportInstructionsSchema: 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 robotWasabiImportInstructionsWithHiddenFieldsSchema: 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 robotWasabiImportInstructionsWithHiddenFieldsSchema: 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;
|
|
@@ -153,8 +153,8 @@ export declare const interpolatableRobotWasabiImportInstructionsSchema: z.ZodObj
|
|
|
153
153
|
host?: string | undefined;
|
|
154
154
|
key?: string | undefined;
|
|
155
155
|
secret?: string | undefined;
|
|
156
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
157
156
|
result?: string | boolean | undefined;
|
|
157
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
158
158
|
queue?: string | undefined;
|
|
159
159
|
credentials?: string | undefined;
|
|
160
160
|
bucket?: string | undefined;
|
|
@@ -166,8 +166,8 @@ export declare const interpolatableRobotWasabiImportInstructionsSchema: 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 interpolatableRobotWasabiImportInstructionsWithHiddenFields
|
|
|
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 interpolatableRobotWasabiImportInstructionsWithHiddenFields
|
|
|
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;
|
|
@@ -72,8 +72,8 @@ export declare const robotWasabiStoreInstructionsSchema: z.ZodObject<{
|
|
|
72
72
|
}, "strict", z.ZodTypeAny, {
|
|
73
73
|
headers: Record<string, string>;
|
|
74
74
|
path: string;
|
|
75
|
-
robot: "/wasabi/store";
|
|
76
75
|
result: boolean;
|
|
76
|
+
robot: "/wasabi/store";
|
|
77
77
|
force_accept: boolean;
|
|
78
78
|
ignore_errors: string[];
|
|
79
79
|
acl: "private" | "public-read";
|
|
@@ -107,6 +107,7 @@ export declare const robotWasabiStoreInstructionsSchema: z.ZodObject<{
|
|
|
107
107
|
path?: string | undefined;
|
|
108
108
|
key?: string | undefined;
|
|
109
109
|
secret?: string | undefined;
|
|
110
|
+
result?: boolean | undefined;
|
|
110
111
|
use?: string | string[] | {
|
|
111
112
|
name: string;
|
|
112
113
|
fields?: string | undefined;
|
|
@@ -122,7 +123,6 @@ export declare const robotWasabiStoreInstructionsSchema: z.ZodObject<{
|
|
|
122
123
|
group_by_original?: boolean | undefined;
|
|
123
124
|
} | undefined;
|
|
124
125
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
125
|
-
result?: boolean | undefined;
|
|
126
126
|
queue?: "batch" | undefined;
|
|
127
127
|
force_accept?: boolean | undefined;
|
|
128
128
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -208,6 +208,7 @@ export declare const robotWasabiStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
208
208
|
host?: string | undefined;
|
|
209
209
|
key?: string | undefined;
|
|
210
210
|
secret?: string | undefined;
|
|
211
|
+
result?: boolean | "debug" | undefined;
|
|
211
212
|
use?: string | string[] | {
|
|
212
213
|
name: string;
|
|
213
214
|
fields?: string | undefined;
|
|
@@ -223,7 +224,6 @@ export declare const robotWasabiStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
223
224
|
group_by_original?: boolean | undefined;
|
|
224
225
|
} | undefined;
|
|
225
226
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
226
|
-
result?: boolean | "debug" | undefined;
|
|
227
227
|
queue?: "batch" | undefined;
|
|
228
228
|
credentials?: string | undefined;
|
|
229
229
|
bucket?: string | undefined;
|
|
@@ -236,6 +236,7 @@ export declare const robotWasabiStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
236
236
|
path?: string | undefined;
|
|
237
237
|
key?: string | undefined;
|
|
238
238
|
secret?: string | undefined;
|
|
239
|
+
result?: boolean | "debug" | undefined;
|
|
239
240
|
use?: string | string[] | {
|
|
240
241
|
name: string;
|
|
241
242
|
fields?: string | undefined;
|
|
@@ -251,7 +252,6 @@ export declare const robotWasabiStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
251
252
|
group_by_original?: boolean | undefined;
|
|
252
253
|
} | undefined;
|
|
253
254
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
254
|
-
result?: boolean | "debug" | undefined;
|
|
255
255
|
queue?: "batch" | undefined;
|
|
256
256
|
force_accept?: boolean | undefined;
|
|
257
257
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -331,8 +331,8 @@ export declare const interpolatableRobotWasabiStoreInstructionsSchema: z.ZodObje
|
|
|
331
331
|
}, "strict", z.ZodTypeAny, {
|
|
332
332
|
headers: Record<string, string>;
|
|
333
333
|
path: string;
|
|
334
|
-
robot: "/wasabi/store";
|
|
335
334
|
result: string | boolean;
|
|
335
|
+
robot: "/wasabi/store";
|
|
336
336
|
force_accept: string | boolean;
|
|
337
337
|
ignore_errors: string | string[];
|
|
338
338
|
acl: string;
|
|
@@ -366,6 +366,7 @@ export declare const interpolatableRobotWasabiStoreInstructionsSchema: z.ZodObje
|
|
|
366
366
|
path?: string | undefined;
|
|
367
367
|
key?: string | undefined;
|
|
368
368
|
secret?: string | undefined;
|
|
369
|
+
result?: string | boolean | undefined;
|
|
369
370
|
use?: string | string[] | {
|
|
370
371
|
name: string;
|
|
371
372
|
fields?: string | undefined;
|
|
@@ -381,7 +382,6 @@ export declare const interpolatableRobotWasabiStoreInstructionsSchema: z.ZodObje
|
|
|
381
382
|
group_by_original?: boolean | undefined;
|
|
382
383
|
} | undefined;
|
|
383
384
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
384
|
-
result?: string | boolean | undefined;
|
|
385
385
|
queue?: string | undefined;
|
|
386
386
|
force_accept?: string | boolean | undefined;
|
|
387
387
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -468,6 +468,7 @@ export declare const interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsS
|
|
|
468
468
|
host?: string | undefined;
|
|
469
469
|
key?: string | undefined;
|
|
470
470
|
secret?: string | undefined;
|
|
471
|
+
result?: string | boolean | undefined;
|
|
471
472
|
use?: string | string[] | {
|
|
472
473
|
name: string;
|
|
473
474
|
fields?: string | undefined;
|
|
@@ -483,7 +484,6 @@ export declare const interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsS
|
|
|
483
484
|
group_by_original?: boolean | undefined;
|
|
484
485
|
} | undefined;
|
|
485
486
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
486
|
-
result?: string | boolean | undefined;
|
|
487
487
|
queue?: string | undefined;
|
|
488
488
|
credentials?: string | undefined;
|
|
489
489
|
bucket?: string | undefined;
|
|
@@ -496,6 +496,7 @@ export declare const interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsS
|
|
|
496
496
|
path?: string | undefined;
|
|
497
497
|
key?: string | undefined;
|
|
498
498
|
secret?: string | undefined;
|
|
499
|
+
result?: string | boolean | undefined;
|
|
499
500
|
use?: string | string[] | {
|
|
500
501
|
name: string;
|
|
501
502
|
fields?: string | undefined;
|
|
@@ -511,7 +512,6 @@ export declare const interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsS
|
|
|
511
512
|
group_by_original?: boolean | undefined;
|
|
512
513
|
} | undefined;
|
|
513
514
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
514
|
-
result?: string | boolean | undefined;
|
|
515
515
|
queue?: string | undefined;
|
|
516
516
|
force_accept?: string | boolean | undefined;
|
|
517
517
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -65,16 +65,16 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
|
|
|
65
65
|
keywords: z.ZodString;
|
|
66
66
|
visibility: z.ZodEnum<["public", "private", "unlisted"]>;
|
|
67
67
|
}, "strict", z.ZodTypeAny, {
|
|
68
|
+
result: boolean;
|
|
68
69
|
description: string;
|
|
69
70
|
title: string;
|
|
70
71
|
robot: "/youtube/store";
|
|
71
|
-
result: boolean;
|
|
72
72
|
force_accept: boolean;
|
|
73
73
|
ignore_errors: string[];
|
|
74
74
|
credentials: string;
|
|
75
75
|
category: "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events";
|
|
76
76
|
keywords: string;
|
|
77
|
-
visibility: "
|
|
77
|
+
visibility: "private" | "public" | "unlisted";
|
|
78
78
|
use?: string | string[] | {
|
|
79
79
|
name: string;
|
|
80
80
|
fields?: string | undefined;
|
|
@@ -97,7 +97,8 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
|
|
|
97
97
|
robot: "/youtube/store";
|
|
98
98
|
credentials: string;
|
|
99
99
|
keywords: string;
|
|
100
|
-
visibility: "
|
|
100
|
+
visibility: "private" | "public" | "unlisted";
|
|
101
|
+
result?: boolean | undefined;
|
|
101
102
|
use?: string | string[] | {
|
|
102
103
|
name: string;
|
|
103
104
|
fields?: string | undefined;
|
|
@@ -113,7 +114,6 @@ export declare const robotYoutubeStoreInstructionsSchema: z.ZodObject<{
|
|
|
113
114
|
group_by_original?: boolean | undefined;
|
|
114
115
|
} | undefined;
|
|
115
116
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
116
|
-
result?: boolean | undefined;
|
|
117
117
|
queue?: "batch" | undefined;
|
|
118
118
|
force_accept?: boolean | undefined;
|
|
119
119
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -190,7 +190,8 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
190
190
|
credentials: string;
|
|
191
191
|
category: "science & technology" | "autos & vehicles" | "comedy" | "education" | "entertainment" | "film & animation" | "gaming" | "howto & style" | "music" | "news & politics" | "people & blogs" | "pets & animals" | "sports" | "travel & events";
|
|
192
192
|
keywords: string;
|
|
193
|
-
visibility: "
|
|
193
|
+
visibility: "private" | "public" | "unlisted";
|
|
194
|
+
result?: boolean | "debug" | undefined;
|
|
194
195
|
use?: string | string[] | {
|
|
195
196
|
name: string;
|
|
196
197
|
fields?: string | undefined;
|
|
@@ -206,7 +207,6 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
206
207
|
group_by_original?: boolean | undefined;
|
|
207
208
|
} | undefined;
|
|
208
209
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
209
|
-
result?: boolean | "debug" | undefined;
|
|
210
210
|
queue?: "batch" | undefined;
|
|
211
211
|
}, {
|
|
212
212
|
description: string;
|
|
@@ -214,7 +214,8 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
214
214
|
robot: "/youtube/store";
|
|
215
215
|
credentials: string;
|
|
216
216
|
keywords: string;
|
|
217
|
-
visibility: "
|
|
217
|
+
visibility: "private" | "public" | "unlisted";
|
|
218
|
+
result?: boolean | "debug" | undefined;
|
|
218
219
|
use?: string | string[] | {
|
|
219
220
|
name: string;
|
|
220
221
|
fields?: string | undefined;
|
|
@@ -230,7 +231,6 @@ export declare const robotYoutubeStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
230
231
|
group_by_original?: boolean | undefined;
|
|
231
232
|
} | undefined;
|
|
232
233
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
233
|
-
result?: boolean | "debug" | undefined;
|
|
234
234
|
queue?: "batch" | undefined;
|
|
235
235
|
force_accept?: boolean | undefined;
|
|
236
236
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -300,10 +300,10 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
|
|
|
300
300
|
keywords: z.ZodString;
|
|
301
301
|
visibility: z.ZodUnion<[z.ZodString, z.ZodEnum<["public", "private", "unlisted"]>]>;
|
|
302
302
|
}, "strict", z.ZodTypeAny, {
|
|
303
|
+
result: string | boolean;
|
|
303
304
|
description: string;
|
|
304
305
|
title: string;
|
|
305
306
|
robot: "/youtube/store";
|
|
306
|
-
result: string | boolean;
|
|
307
307
|
force_accept: string | boolean;
|
|
308
308
|
ignore_errors: string | string[];
|
|
309
309
|
credentials: string;
|
|
@@ -333,6 +333,7 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
|
|
|
333
333
|
credentials: string;
|
|
334
334
|
keywords: string;
|
|
335
335
|
visibility: string;
|
|
336
|
+
result?: string | boolean | undefined;
|
|
336
337
|
use?: string | string[] | {
|
|
337
338
|
name: string;
|
|
338
339
|
fields?: string | undefined;
|
|
@@ -348,7 +349,6 @@ export declare const interpolatableRobotYoutubeStoreInstructionsSchema: z.ZodObj
|
|
|
348
349
|
group_by_original?: boolean | undefined;
|
|
349
350
|
} | undefined;
|
|
350
351
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
351
|
-
result?: string | boolean | undefined;
|
|
352
352
|
queue?: string | undefined;
|
|
353
353
|
force_accept?: string | boolean | undefined;
|
|
354
354
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -427,6 +427,7 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
|
|
|
427
427
|
category: string;
|
|
428
428
|
keywords: string;
|
|
429
429
|
visibility: string;
|
|
430
|
+
result?: string | boolean | undefined;
|
|
430
431
|
use?: string | string[] | {
|
|
431
432
|
name: string;
|
|
432
433
|
fields?: string | undefined;
|
|
@@ -442,7 +443,6 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
|
|
|
442
443
|
group_by_original?: boolean | undefined;
|
|
443
444
|
} | undefined;
|
|
444
445
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
445
|
-
result?: string | boolean | undefined;
|
|
446
446
|
queue?: string | undefined;
|
|
447
447
|
}, {
|
|
448
448
|
description: string;
|
|
@@ -451,6 +451,7 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
|
|
|
451
451
|
credentials: string;
|
|
452
452
|
keywords: string;
|
|
453
453
|
visibility: string;
|
|
454
|
+
result?: string | boolean | undefined;
|
|
454
455
|
use?: string | string[] | {
|
|
455
456
|
name: string;
|
|
456
457
|
fields?: string | undefined;
|
|
@@ -466,7 +467,6 @@ export declare const interpolatableRobotYoutubeStoreInstructionsWithHiddenFields
|
|
|
466
467
|
group_by_original?: boolean | undefined;
|
|
467
468
|
} | undefined;
|
|
468
469
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
469
|
-
result?: string | boolean | undefined;
|
|
470
470
|
queue?: string | undefined;
|
|
471
471
|
force_accept?: string | boolean | undefined;
|
|
472
472
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|