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
|
@@ -10,16 +10,16 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
10
10
|
referer: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
key: string;
|
|
13
|
-
secret?: string | undefined;
|
|
14
13
|
expires?: string | undefined;
|
|
15
14
|
referer?: string | undefined;
|
|
15
|
+
secret?: string | undefined;
|
|
16
16
|
max_size?: number | undefined;
|
|
17
17
|
nonce?: string | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
key: string;
|
|
20
|
-
secret?: string | undefined;
|
|
21
20
|
expires?: string | undefined;
|
|
22
21
|
referer?: string | undefined;
|
|
22
|
+
secret?: string | undefined;
|
|
23
23
|
max_size?: number | undefined;
|
|
24
24
|
nonce?: string | undefined;
|
|
25
25
|
}>;
|
|
@@ -31,9 +31,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
31
31
|
}, "strict", z.ZodTypeAny, {
|
|
32
32
|
auth: {
|
|
33
33
|
key: string;
|
|
34
|
-
secret?: string | undefined;
|
|
35
34
|
expires?: string | undefined;
|
|
36
35
|
referer?: string | undefined;
|
|
36
|
+
secret?: string | undefined;
|
|
37
37
|
max_size?: number | undefined;
|
|
38
38
|
nonce?: string | undefined;
|
|
39
39
|
};
|
|
@@ -42,9 +42,97 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
42
42
|
steps?: Record<string, {
|
|
43
43
|
robot: string;
|
|
44
44
|
} & ({
|
|
45
|
+
format: string;
|
|
46
|
+
result: string | boolean;
|
|
47
|
+
robot: "/ai/chat";
|
|
48
|
+
force_accept: string | boolean;
|
|
49
|
+
ignore_errors: string | string[];
|
|
50
|
+
model: string;
|
|
51
|
+
return_messages: string;
|
|
52
|
+
messages: string | ({
|
|
53
|
+
role: "system";
|
|
54
|
+
content: string;
|
|
55
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
56
|
+
} | {
|
|
57
|
+
role: "user";
|
|
58
|
+
content: string | ({
|
|
59
|
+
type: "text";
|
|
60
|
+
text: string;
|
|
61
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
62
|
+
} | {
|
|
63
|
+
image: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
64
|
+
type: "image";
|
|
65
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
66
|
+
mimeType?: string | undefined;
|
|
67
|
+
} | {
|
|
68
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
69
|
+
type: "file";
|
|
70
|
+
mediaType: string;
|
|
71
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
72
|
+
})[];
|
|
73
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
74
|
+
} | {
|
|
75
|
+
role: "assistant";
|
|
76
|
+
content: string | ({
|
|
77
|
+
type: "text";
|
|
78
|
+
text: string;
|
|
79
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
80
|
+
} | {
|
|
81
|
+
type: "tool-call";
|
|
82
|
+
args: Record<string, any>;
|
|
83
|
+
toolCallId: string;
|
|
84
|
+
toolName: string;
|
|
85
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
86
|
+
})[];
|
|
87
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
88
|
+
} | {
|
|
89
|
+
role: "tool";
|
|
90
|
+
content: {
|
|
91
|
+
type: "tool-result";
|
|
92
|
+
toolCallId: string;
|
|
93
|
+
toolName: string;
|
|
94
|
+
result?: unknown;
|
|
95
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
96
|
+
experimental_content?: ({
|
|
97
|
+
type: "text";
|
|
98
|
+
text: string;
|
|
99
|
+
} | {
|
|
100
|
+
data: string;
|
|
101
|
+
type: "image";
|
|
102
|
+
mimeType?: string | undefined;
|
|
103
|
+
})[] | undefined;
|
|
104
|
+
isError?: boolean | undefined;
|
|
105
|
+
}[];
|
|
106
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
107
|
+
})[];
|
|
108
|
+
schema?: string | undefined;
|
|
109
|
+
use?: string | string[] | {
|
|
110
|
+
name: string;
|
|
111
|
+
fields?: string | undefined;
|
|
112
|
+
as?: string | undefined;
|
|
113
|
+
}[] | {
|
|
114
|
+
steps: string | string[] | {
|
|
115
|
+
name: string;
|
|
116
|
+
fields?: string | undefined;
|
|
117
|
+
as?: string | undefined;
|
|
118
|
+
}[];
|
|
119
|
+
fields?: string[] | undefined;
|
|
120
|
+
bundle_steps?: boolean | undefined;
|
|
121
|
+
group_by_original?: boolean | undefined;
|
|
122
|
+
} | undefined;
|
|
123
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
124
|
+
queue?: string | undefined;
|
|
125
|
+
credentials?: string | string[] | undefined;
|
|
126
|
+
system_message?: string | undefined;
|
|
127
|
+
mcp_servers?: string | (string | {
|
|
128
|
+
type: string;
|
|
129
|
+
url: string;
|
|
130
|
+
headers?: Record<string, string> | undefined;
|
|
131
|
+
})[] | undefined;
|
|
132
|
+
} | {
|
|
45
133
|
method: string;
|
|
46
|
-
robot: "/audio/artwork";
|
|
47
134
|
result: string | boolean;
|
|
135
|
+
robot: "/audio/artwork";
|
|
48
136
|
force_accept: string | boolean;
|
|
49
137
|
ignore_errors: string | string[];
|
|
50
138
|
ffmpeg_stack: string;
|
|
@@ -194,6 +282,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
194
282
|
ffmpeg_stack: string;
|
|
195
283
|
audio_fade_seconds: string | number;
|
|
196
284
|
crossfade: string | boolean;
|
|
285
|
+
result?: string | boolean | undefined;
|
|
197
286
|
ffmpeg?: string | z.objectOutputType<{
|
|
198
287
|
af: z.ZodOptional<z.ZodString>;
|
|
199
288
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -330,7 +419,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
330
419
|
group_by_original?: boolean | undefined;
|
|
331
420
|
} | undefined;
|
|
332
421
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
333
|
-
result?: string | boolean | undefined;
|
|
334
422
|
queue?: string | undefined;
|
|
335
423
|
preset?: string | undefined;
|
|
336
424
|
bitrate?: string | number | undefined;
|
|
@@ -340,6 +428,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
340
428
|
force_accept: string | boolean;
|
|
341
429
|
ignore_errors: string | string[];
|
|
342
430
|
ffmpeg_stack: string;
|
|
431
|
+
result?: string | boolean | undefined;
|
|
343
432
|
ffmpeg?: string | z.objectOutputType<{
|
|
344
433
|
af: z.ZodOptional<z.ZodString>;
|
|
345
434
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -476,15 +565,14 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
476
565
|
group_by_original?: boolean | undefined;
|
|
477
566
|
} | undefined;
|
|
478
567
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
479
|
-
result?: string | boolean | undefined;
|
|
480
568
|
queue?: string | undefined;
|
|
481
569
|
preset?: string | undefined;
|
|
482
570
|
bitrate?: string | number | undefined;
|
|
483
571
|
sample_rate?: string | number | undefined;
|
|
484
572
|
} | {
|
|
573
|
+
result: string | boolean;
|
|
485
574
|
duration: string | number;
|
|
486
575
|
robot: "/audio/loop";
|
|
487
|
-
result: string | boolean;
|
|
488
576
|
force_accept: string | boolean;
|
|
489
577
|
ignore_errors: string | string[];
|
|
490
578
|
ffmpeg_stack: string;
|
|
@@ -629,10 +717,10 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
629
717
|
bitrate?: string | number | undefined;
|
|
630
718
|
sample_rate?: string | number | undefined;
|
|
631
719
|
} | {
|
|
720
|
+
result: string | boolean;
|
|
632
721
|
duration: string;
|
|
633
722
|
loop: string | boolean;
|
|
634
723
|
robot: "/audio/merge";
|
|
635
|
-
result: string | boolean;
|
|
636
724
|
force_accept: string | boolean;
|
|
637
725
|
ignore_errors: string | string[];
|
|
638
726
|
ffmpeg_stack: string;
|
|
@@ -778,10 +866,10 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
778
866
|
bitrate?: string | number | undefined;
|
|
779
867
|
sample_rate?: string | number | undefined;
|
|
780
868
|
} | {
|
|
781
|
-
style: string
|
|
869
|
+
style: string;
|
|
782
870
|
format: string;
|
|
783
|
-
robot: "/audio/waveform";
|
|
784
871
|
result: string | boolean;
|
|
872
|
+
robot: "/audio/waveform";
|
|
785
873
|
force_accept: string | boolean;
|
|
786
874
|
ignore_errors: string | string[];
|
|
787
875
|
ffmpeg_stack: string;
|
|
@@ -791,6 +879,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
791
879
|
background_color: string;
|
|
792
880
|
center_color: string;
|
|
793
881
|
outer_color: string;
|
|
882
|
+
end?: string | number | undefined;
|
|
883
|
+
start?: string | number | undefined;
|
|
884
|
+
compression?: string | number | undefined;
|
|
794
885
|
ffmpeg?: string | z.objectOutputType<{
|
|
795
886
|
af: z.ZodOptional<z.ZodString>;
|
|
796
887
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -928,11 +1019,25 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
928
1019
|
} | undefined;
|
|
929
1020
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
930
1021
|
queue?: string | undefined;
|
|
1022
|
+
zoom?: string | number | undefined;
|
|
1023
|
+
split_channels?: string | boolean | undefined;
|
|
1024
|
+
pixels_per_second?: string | number | undefined;
|
|
1025
|
+
bits?: string | 8 | 16 | undefined;
|
|
1026
|
+
colors?: string | undefined;
|
|
1027
|
+
border_color?: string | undefined;
|
|
1028
|
+
waveform_style?: string | undefined;
|
|
1029
|
+
bar_width?: string | number | undefined;
|
|
1030
|
+
bar_gap?: string | number | undefined;
|
|
1031
|
+
bar_style?: string | undefined;
|
|
1032
|
+
axis_label_color?: string | undefined;
|
|
1033
|
+
no_axis_labels?: string | boolean | undefined;
|
|
1034
|
+
with_axis_labels?: string | boolean | undefined;
|
|
1035
|
+
amplitude_scale?: string | number | undefined;
|
|
931
1036
|
} | {
|
|
932
1037
|
path: string | string[];
|
|
933
1038
|
recursive: string | boolean;
|
|
934
|
-
robot: "/azure/import";
|
|
935
1039
|
result: string | boolean;
|
|
1040
|
+
robot: "/azure/import";
|
|
936
1041
|
force_accept: string | boolean;
|
|
937
1042
|
ignore_errors: string | string[];
|
|
938
1043
|
force_name: string | string[] | null;
|
|
@@ -946,8 +1051,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
946
1051
|
container?: string | undefined;
|
|
947
1052
|
} | {
|
|
948
1053
|
path: string;
|
|
949
|
-
robot: "/azure/store";
|
|
950
1054
|
result: string | boolean;
|
|
1055
|
+
robot: "/azure/store";
|
|
951
1056
|
force_accept: string | boolean;
|
|
952
1057
|
ignore_errors: string | string[];
|
|
953
1058
|
metadata: Record<string, string>;
|
|
@@ -981,8 +1086,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
981
1086
|
} | {
|
|
982
1087
|
path: string | string[];
|
|
983
1088
|
recursive: string | boolean;
|
|
984
|
-
robot: "/backblaze/import";
|
|
985
1089
|
result: string | boolean;
|
|
1090
|
+
robot: "/backblaze/import";
|
|
986
1091
|
force_accept: string | boolean;
|
|
987
1092
|
ignore_errors: string | string[];
|
|
988
1093
|
force_name: string | string[] | null;
|
|
@@ -997,8 +1102,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
997
1102
|
} | {
|
|
998
1103
|
headers: Record<string, string>;
|
|
999
1104
|
path: string;
|
|
1000
|
-
robot: "/backblaze/store";
|
|
1001
1105
|
result: string | boolean;
|
|
1106
|
+
robot: "/backblaze/store";
|
|
1002
1107
|
force_accept: string | boolean;
|
|
1003
1108
|
ignore_errors: string | string[];
|
|
1004
1109
|
use?: string | string[] | {
|
|
@@ -1024,8 +1129,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1024
1129
|
} | {
|
|
1025
1130
|
path: string | string[];
|
|
1026
1131
|
recursive: string | boolean;
|
|
1027
|
-
robot: "/cloudfiles/import";
|
|
1028
1132
|
result: string | boolean;
|
|
1133
|
+
robot: "/cloudfiles/import";
|
|
1029
1134
|
force_accept: string | boolean;
|
|
1030
1135
|
ignore_errors: string | string[];
|
|
1031
1136
|
force_name: string | string[] | null;
|
|
@@ -1041,8 +1146,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1041
1146
|
user?: string | undefined;
|
|
1042
1147
|
} | {
|
|
1043
1148
|
path: string;
|
|
1044
|
-
robot: "/cloudfiles/store";
|
|
1045
1149
|
result: string | boolean;
|
|
1150
|
+
robot: "/cloudfiles/store";
|
|
1046
1151
|
force_accept: string | boolean;
|
|
1047
1152
|
ignore_errors: string | string[];
|
|
1048
1153
|
key?: string | undefined;
|
|
@@ -1070,8 +1175,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1070
1175
|
} | {
|
|
1071
1176
|
path: string | string[];
|
|
1072
1177
|
recursive: string | boolean;
|
|
1073
|
-
robot: "/cloudflare/import";
|
|
1074
1178
|
result: string | boolean;
|
|
1179
|
+
robot: "/cloudflare/import";
|
|
1075
1180
|
force_accept: string | boolean;
|
|
1076
1181
|
ignore_errors: string | string[];
|
|
1077
1182
|
force_name: string | string[] | null;
|
|
@@ -1088,8 +1193,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1088
1193
|
} | {
|
|
1089
1194
|
headers: Record<string, string>;
|
|
1090
1195
|
path: string;
|
|
1091
|
-
robot: "/cloudflare/store";
|
|
1092
1196
|
result: string | boolean;
|
|
1197
|
+
robot: "/cloudflare/store";
|
|
1093
1198
|
force_accept: string | boolean;
|
|
1094
1199
|
ignore_errors: string | string[];
|
|
1095
1200
|
host?: string | undefined;
|
|
@@ -1118,8 +1223,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1118
1223
|
} | {
|
|
1119
1224
|
path: string | string[];
|
|
1120
1225
|
recursive: string | boolean;
|
|
1121
|
-
robot: "/digitalocean/import";
|
|
1122
1226
|
result: string | boolean;
|
|
1227
|
+
robot: "/digitalocean/import";
|
|
1123
1228
|
force_accept: string | boolean;
|
|
1124
1229
|
ignore_errors: string | string[];
|
|
1125
1230
|
force_name: string | string[] | null;
|
|
@@ -1136,8 +1241,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1136
1241
|
} | {
|
|
1137
1242
|
headers: Record<string, string>;
|
|
1138
1243
|
path: string;
|
|
1139
|
-
robot: "/digitalocean/store";
|
|
1140
1244
|
result: string | boolean;
|
|
1245
|
+
robot: "/digitalocean/store";
|
|
1141
1246
|
force_accept: string | boolean;
|
|
1142
1247
|
ignore_errors: string | string[];
|
|
1143
1248
|
url_prefix: string;
|
|
@@ -1165,8 +1270,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1165
1270
|
region?: string | undefined;
|
|
1166
1271
|
sign_urls_for?: string | number | undefined;
|
|
1167
1272
|
} | {
|
|
1168
|
-
robot: "/document/autorotate";
|
|
1169
1273
|
result: string | boolean;
|
|
1274
|
+
robot: "/document/autorotate";
|
|
1170
1275
|
force_accept: string | boolean;
|
|
1171
1276
|
ignore_errors: string | string[];
|
|
1172
1277
|
use?: string | string[] | {
|
|
@@ -1187,8 +1292,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1187
1292
|
queue?: string | undefined;
|
|
1188
1293
|
} | {
|
|
1189
1294
|
format: string;
|
|
1190
|
-
robot: "/document/convert";
|
|
1191
1295
|
result: string | boolean;
|
|
1296
|
+
robot: "/document/convert";
|
|
1192
1297
|
force_accept: string | boolean;
|
|
1193
1298
|
ignore_errors: string | string[];
|
|
1194
1299
|
markdown_format: string;
|
|
@@ -1216,8 +1321,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1216
1321
|
pdf_header_template?: string | undefined;
|
|
1217
1322
|
pdf_footer_template?: string | undefined;
|
|
1218
1323
|
} | {
|
|
1219
|
-
robot: "/document/merge";
|
|
1220
1324
|
result: string | boolean;
|
|
1325
|
+
robot: "/document/merge";
|
|
1221
1326
|
force_accept: string | boolean;
|
|
1222
1327
|
ignore_errors: string | string[];
|
|
1223
1328
|
input_passwords: string | string[];
|
|
@@ -1240,8 +1345,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1240
1345
|
output_password?: string | undefined;
|
|
1241
1346
|
} | {
|
|
1242
1347
|
format: string;
|
|
1243
|
-
robot: "/document/ocr";
|
|
1244
1348
|
result: string | boolean;
|
|
1349
|
+
robot: "/document/ocr";
|
|
1245
1350
|
force_accept: string | boolean;
|
|
1246
1351
|
ignore_errors: string | string[];
|
|
1247
1352
|
provider: string;
|
|
@@ -1263,8 +1368,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1263
1368
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1264
1369
|
queue?: string | undefined;
|
|
1265
1370
|
} | {
|
|
1266
|
-
robot: "/document/split";
|
|
1267
1371
|
result: string | boolean;
|
|
1372
|
+
robot: "/document/split";
|
|
1268
1373
|
force_accept: string | boolean;
|
|
1269
1374
|
ignore_errors: string | string[];
|
|
1270
1375
|
use?: string | string[] | {
|
|
@@ -1286,8 +1391,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1286
1391
|
pages?: string | string[] | undefined;
|
|
1287
1392
|
} | {
|
|
1288
1393
|
format: string;
|
|
1289
|
-
robot: "/document/thumbs";
|
|
1290
1394
|
result: string | boolean;
|
|
1395
|
+
robot: "/document/thumbs";
|
|
1291
1396
|
force_accept: string | boolean;
|
|
1292
1397
|
ignore_errors: string | string[];
|
|
1293
1398
|
imagemagick_stack: string;
|
|
@@ -1322,8 +1427,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1322
1427
|
colorspace?: string | undefined;
|
|
1323
1428
|
} | {
|
|
1324
1429
|
path: string | string[];
|
|
1325
|
-
robot: "/dropbox/import";
|
|
1326
1430
|
result: string | boolean;
|
|
1431
|
+
robot: "/dropbox/import";
|
|
1327
1432
|
force_accept: string | boolean;
|
|
1328
1433
|
ignore_errors: string | string[];
|
|
1329
1434
|
force_name: string | string[] | null;
|
|
@@ -1332,8 +1437,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1332
1437
|
credentials?: string | undefined;
|
|
1333
1438
|
} | {
|
|
1334
1439
|
path: string;
|
|
1335
|
-
robot: "/dropbox/store";
|
|
1336
1440
|
result: string | boolean;
|
|
1441
|
+
robot: "/dropbox/store";
|
|
1337
1442
|
force_accept: string | boolean;
|
|
1338
1443
|
ignore_errors: string | string[];
|
|
1339
1444
|
create_sharing_link: string | boolean;
|
|
@@ -1355,18 +1460,18 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1355
1460
|
queue?: string | undefined;
|
|
1356
1461
|
credentials?: string | undefined;
|
|
1357
1462
|
} | {
|
|
1358
|
-
robot: "/edgly/deliver";
|
|
1359
1463
|
result: string | boolean;
|
|
1464
|
+
robot: "/edgly/deliver";
|
|
1360
1465
|
force_accept: string | boolean;
|
|
1361
1466
|
ignore_errors: string | string[];
|
|
1362
1467
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1363
1468
|
queue?: string | undefined;
|
|
1364
1469
|
} | {
|
|
1365
1470
|
format: string;
|
|
1471
|
+
result: string | boolean;
|
|
1366
1472
|
gzip: string | boolean;
|
|
1367
1473
|
password: string | null;
|
|
1368
1474
|
robot: "/file/compress";
|
|
1369
|
-
result: string | boolean;
|
|
1370
1475
|
force_accept: string | boolean;
|
|
1371
1476
|
ignore_errors: string | string[];
|
|
1372
1477
|
compression_level: string | number;
|
|
@@ -1389,8 +1494,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1389
1494
|
queue?: string | undefined;
|
|
1390
1495
|
archive_name?: string | undefined;
|
|
1391
1496
|
} | {
|
|
1392
|
-
robot: "/file/decompress";
|
|
1393
1497
|
result: string | boolean;
|
|
1498
|
+
robot: "/file/decompress";
|
|
1394
1499
|
force_accept: string | boolean;
|
|
1395
1500
|
ignore_errors: string | ("meta" | "execute")[];
|
|
1396
1501
|
use?: string | string[] | {
|
|
@@ -1410,8 +1515,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1410
1515
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1411
1516
|
queue?: string | undefined;
|
|
1412
1517
|
} | {
|
|
1413
|
-
robot: "/file/filter";
|
|
1414
1518
|
result: string | boolean;
|
|
1519
|
+
robot: "/file/filter";
|
|
1415
1520
|
force_accept: string | boolean;
|
|
1416
1521
|
ignore_errors: string | string[];
|
|
1417
1522
|
condition_type: string;
|
|
@@ -1436,8 +1541,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1436
1541
|
accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
1437
1542
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
1438
1543
|
} | {
|
|
1439
|
-
robot: "/file/hash";
|
|
1440
1544
|
result: string | boolean;
|
|
1545
|
+
robot: "/file/hash";
|
|
1441
1546
|
force_accept: string | boolean;
|
|
1442
1547
|
ignore_errors: string | string[];
|
|
1443
1548
|
algorithm: string;
|
|
@@ -1459,9 +1564,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1459
1564
|
queue?: string | undefined;
|
|
1460
1565
|
} | {
|
|
1461
1566
|
format: string;
|
|
1567
|
+
result: string | boolean;
|
|
1462
1568
|
optimize: string | boolean;
|
|
1463
1569
|
robot: "/file/preview";
|
|
1464
|
-
result: string | boolean;
|
|
1465
1570
|
force_accept: string | boolean;
|
|
1466
1571
|
ignore_errors: string | string[];
|
|
1467
1572
|
width: string | number;
|
|
@@ -1511,8 +1616,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1511
1616
|
artwork_outer_color?: string | undefined;
|
|
1512
1617
|
artwork_center_color?: string | undefined;
|
|
1513
1618
|
} | {
|
|
1514
|
-
robot: "/file/read";
|
|
1515
1619
|
result: string | boolean;
|
|
1620
|
+
robot: "/file/read";
|
|
1516
1621
|
force_accept: string | boolean;
|
|
1517
1622
|
ignore_errors: string | string[];
|
|
1518
1623
|
use?: string | string[] | {
|
|
@@ -1533,8 +1638,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1533
1638
|
queue?: string | undefined;
|
|
1534
1639
|
} | {
|
|
1535
1640
|
headers: Record<string, string>;
|
|
1536
|
-
robot: "/file/serve";
|
|
1537
1641
|
result: string | boolean;
|
|
1642
|
+
robot: "/file/serve";
|
|
1538
1643
|
force_accept: string | boolean;
|
|
1539
1644
|
ignore_errors: string | string[];
|
|
1540
1645
|
use?: string | string[] | {
|
|
@@ -1554,8 +1659,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1554
1659
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1555
1660
|
queue?: string | undefined;
|
|
1556
1661
|
} | {
|
|
1557
|
-
robot: "/file/verify";
|
|
1558
1662
|
result: string | boolean;
|
|
1663
|
+
robot: "/file/verify";
|
|
1559
1664
|
force_accept: string | boolean;
|
|
1560
1665
|
ignore_errors: string | string[];
|
|
1561
1666
|
error_on_decline: string | boolean;
|
|
@@ -1578,8 +1683,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1578
1683
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1579
1684
|
queue?: string | undefined;
|
|
1580
1685
|
} | {
|
|
1581
|
-
robot: "/file/virusscan";
|
|
1582
1686
|
result: string | boolean;
|
|
1687
|
+
robot: "/file/virusscan";
|
|
1583
1688
|
force_accept: string | boolean;
|
|
1584
1689
|
ignore_errors: string | string[];
|
|
1585
1690
|
error_on_decline: string | boolean;
|
|
@@ -1603,8 +1708,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1603
1708
|
} | {
|
|
1604
1709
|
path: string | string[];
|
|
1605
1710
|
port: string | number;
|
|
1606
|
-
robot: "/ftp/import";
|
|
1607
1711
|
result: string | boolean;
|
|
1712
|
+
robot: "/ftp/import";
|
|
1608
1713
|
force_accept: string | boolean;
|
|
1609
1714
|
ignore_errors: string | string[];
|
|
1610
1715
|
force_name: string | string[] | null;
|
|
@@ -1618,8 +1723,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1618
1723
|
} | {
|
|
1619
1724
|
path: string;
|
|
1620
1725
|
port: string | number;
|
|
1621
|
-
robot: "/ftp/store";
|
|
1622
1726
|
result: string | boolean;
|
|
1727
|
+
robot: "/ftp/store";
|
|
1623
1728
|
force_accept: string | boolean;
|
|
1624
1729
|
ignore_errors: string | string[];
|
|
1625
1730
|
url_template: string;
|
|
@@ -1648,8 +1753,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1648
1753
|
} | {
|
|
1649
1754
|
path: string | string[];
|
|
1650
1755
|
recursive: string | boolean;
|
|
1651
|
-
robot: "/google/import";
|
|
1652
1756
|
result: string | boolean;
|
|
1757
|
+
robot: "/google/import";
|
|
1653
1758
|
force_accept: string | boolean;
|
|
1654
1759
|
ignore_errors: string | string[];
|
|
1655
1760
|
force_name: string | string[] | null;
|
|
@@ -1667,6 +1772,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1667
1772
|
acl: string | null;
|
|
1668
1773
|
url_template: string;
|
|
1669
1774
|
ssl_url_template: string;
|
|
1775
|
+
result?: string | boolean | undefined;
|
|
1670
1776
|
use?: string | string[] | {
|
|
1671
1777
|
name: string;
|
|
1672
1778
|
fields?: string | undefined;
|
|
@@ -1682,14 +1788,13 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1682
1788
|
group_by_original?: boolean | undefined;
|
|
1683
1789
|
} | undefined;
|
|
1684
1790
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1685
|
-
result?: string | boolean | undefined;
|
|
1686
1791
|
queue?: string | undefined;
|
|
1687
1792
|
cache_control?: string | undefined;
|
|
1688
1793
|
} | {
|
|
1689
1794
|
format: string;
|
|
1690
1795
|
url: string | null;
|
|
1691
|
-
robot: "/html/convert";
|
|
1692
1796
|
result: string | boolean;
|
|
1797
|
+
robot: "/html/convert";
|
|
1693
1798
|
force_accept: string | boolean;
|
|
1694
1799
|
ignore_errors: string | string[];
|
|
1695
1800
|
width: string | number;
|
|
@@ -1718,8 +1823,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1718
1823
|
} | {
|
|
1719
1824
|
headers: string | string[] | Record<string, string>[];
|
|
1720
1825
|
url: string | string[];
|
|
1721
|
-
robot: "/http/import";
|
|
1722
1826
|
result: string | boolean;
|
|
1827
|
+
robot: "/http/import";
|
|
1723
1828
|
force_accept: string | boolean;
|
|
1724
1829
|
ignore_errors: string | string[];
|
|
1725
1830
|
force_name: string | string[] | null;
|
|
@@ -1731,8 +1836,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1731
1836
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1732
1837
|
queue?: string | undefined;
|
|
1733
1838
|
} | {
|
|
1734
|
-
robot: "/image/bgremove";
|
|
1735
1839
|
result: string | boolean;
|
|
1840
|
+
robot: "/image/bgremove";
|
|
1736
1841
|
force_accept: string | boolean;
|
|
1737
1842
|
ignore_errors: string | string[];
|
|
1738
1843
|
format?: string | undefined;
|
|
@@ -1752,12 +1857,13 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1752
1857
|
} | undefined;
|
|
1753
1858
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1754
1859
|
queue?: string | undefined;
|
|
1860
|
+
model?: string | undefined;
|
|
1755
1861
|
provider?: string | undefined;
|
|
1756
1862
|
select?: string | undefined;
|
|
1757
1863
|
} | {
|
|
1758
1864
|
format: string;
|
|
1759
|
-
robot: "/image/describe";
|
|
1760
1865
|
result: string | boolean;
|
|
1866
|
+
robot: "/image/describe";
|
|
1761
1867
|
force_accept: string | boolean;
|
|
1762
1868
|
ignore_errors: string | string[];
|
|
1763
1869
|
granularity: string;
|
|
@@ -1781,8 +1887,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1781
1887
|
provider?: string | undefined;
|
|
1782
1888
|
} | {
|
|
1783
1889
|
format: string;
|
|
1784
|
-
robot: "/image/facedetect";
|
|
1785
1890
|
result: string | boolean;
|
|
1891
|
+
robot: "/image/facedetect";
|
|
1786
1892
|
force_accept: string | boolean;
|
|
1787
1893
|
ignore_errors: string | string[];
|
|
1788
1894
|
crop: string | boolean;
|
|
@@ -1809,12 +1915,11 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1809
1915
|
} | {
|
|
1810
1916
|
prompt: string;
|
|
1811
1917
|
robot: "/image/generate";
|
|
1812
|
-
result: string | boolean;
|
|
1813
1918
|
force_accept: string | boolean;
|
|
1814
1919
|
ignore_errors: string | string[];
|
|
1815
|
-
model: string;
|
|
1816
1920
|
style?: string | undefined;
|
|
1817
1921
|
format?: string | undefined;
|
|
1922
|
+
result?: string | boolean | undefined;
|
|
1818
1923
|
use?: string | string[] | {
|
|
1819
1924
|
name: string;
|
|
1820
1925
|
fields?: string | undefined;
|
|
@@ -1833,13 +1938,15 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1833
1938
|
queue?: string | undefined;
|
|
1834
1939
|
width?: string | number | undefined;
|
|
1835
1940
|
height?: string | number | undefined;
|
|
1941
|
+
model?: string | undefined;
|
|
1942
|
+
provider?: string | undefined;
|
|
1836
1943
|
seed?: string | number | undefined;
|
|
1837
1944
|
aspect_ratio?: string | undefined;
|
|
1838
1945
|
num_outputs?: string | number | undefined;
|
|
1839
1946
|
} | {
|
|
1840
1947
|
format: string;
|
|
1841
|
-
robot: "/image/merge";
|
|
1842
1948
|
result: string | boolean;
|
|
1949
|
+
robot: "/image/merge";
|
|
1843
1950
|
force_accept: string | boolean;
|
|
1844
1951
|
ignore_errors: string | string[];
|
|
1845
1952
|
background: string;
|
|
@@ -1865,8 +1972,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1865
1972
|
queue?: string | undefined;
|
|
1866
1973
|
} | {
|
|
1867
1974
|
format: string;
|
|
1868
|
-
robot: "/image/ocr";
|
|
1869
1975
|
result: string | boolean;
|
|
1976
|
+
robot: "/image/ocr";
|
|
1870
1977
|
force_accept: string | boolean;
|
|
1871
1978
|
ignore_errors: string | string[];
|
|
1872
1979
|
provider: string;
|
|
@@ -1888,11 +1995,11 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1888
1995
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1889
1996
|
queue?: string | undefined;
|
|
1890
1997
|
} | {
|
|
1891
|
-
|
|
1998
|
+
priority: string;
|
|
1892
1999
|
result: string | boolean;
|
|
2000
|
+
robot: "/image/optimize";
|
|
1893
2001
|
force_accept: string | boolean;
|
|
1894
2002
|
ignore_errors: string | string[];
|
|
1895
|
-
priority: string;
|
|
1896
2003
|
progressive: string | boolean;
|
|
1897
2004
|
preserve_meta_data: string | boolean;
|
|
1898
2005
|
fix_breaking_images: string | boolean;
|
|
@@ -1915,9 +2022,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1915
2022
|
} | {
|
|
1916
2023
|
format: string | null;
|
|
1917
2024
|
strip: string | boolean;
|
|
2025
|
+
result: string | boolean;
|
|
1918
2026
|
compress: string | null;
|
|
1919
2027
|
robot: "/image/resize";
|
|
1920
|
-
result: string | boolean;
|
|
1921
2028
|
force_accept: string | boolean;
|
|
1922
2029
|
ignore_errors: string | string[];
|
|
1923
2030
|
imagemagick_stack: string;
|
|
@@ -1956,8 +2063,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
1956
2063
|
clip: string | boolean;
|
|
1957
2064
|
negate: string | boolean;
|
|
1958
2065
|
monochrome: string | boolean;
|
|
1959
|
-
transparent?: string | undefined;
|
|
1960
2066
|
type?: string | undefined;
|
|
2067
|
+
transparent?: string | undefined;
|
|
1961
2068
|
text?: string | {
|
|
1962
2069
|
font: string;
|
|
1963
2070
|
text: string;
|
|
@@ -2016,12 +2123,12 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2016
2123
|
preclip_alpha?: string | undefined;
|
|
2017
2124
|
shave?: string | undefined;
|
|
2018
2125
|
} | {
|
|
2019
|
-
robot: "/meta/write";
|
|
2020
2126
|
result: string | boolean;
|
|
2127
|
+
robot: "/meta/write";
|
|
2021
2128
|
force_accept: string | boolean;
|
|
2022
2129
|
ignore_errors: string | string[];
|
|
2023
2130
|
ffmpeg_stack: string;
|
|
2024
|
-
data_to_write: string
|
|
2131
|
+
data_to_write: Record<string, unknown>;
|
|
2025
2132
|
ffmpeg?: string | z.objectOutputType<{
|
|
2026
2133
|
af: z.ZodOptional<z.ZodString>;
|
|
2027
2134
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2162,8 +2269,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2162
2269
|
} | {
|
|
2163
2270
|
path: string | string[];
|
|
2164
2271
|
recursive: string | boolean;
|
|
2165
|
-
robot: "/minio/import";
|
|
2166
2272
|
result: string | boolean;
|
|
2273
|
+
robot: "/minio/import";
|
|
2167
2274
|
force_accept: string | boolean;
|
|
2168
2275
|
ignore_errors: string | string[];
|
|
2169
2276
|
force_name: string | string[] | null;
|
|
@@ -2180,8 +2287,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2180
2287
|
} | {
|
|
2181
2288
|
headers: Record<string, string>;
|
|
2182
2289
|
path: string;
|
|
2183
|
-
robot: "/minio/store";
|
|
2184
2290
|
result: string | boolean;
|
|
2291
|
+
robot: "/minio/store";
|
|
2185
2292
|
force_accept: string | boolean;
|
|
2186
2293
|
ignore_errors: string | string[];
|
|
2187
2294
|
acl: string;
|
|
@@ -2210,15 +2317,15 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2210
2317
|
} | {
|
|
2211
2318
|
path: string | string[];
|
|
2212
2319
|
recursive: string | boolean;
|
|
2213
|
-
robot: "/s3/import";
|
|
2214
2320
|
result: string | boolean;
|
|
2321
|
+
robot: "/s3/import";
|
|
2215
2322
|
force_accept: string | boolean;
|
|
2216
2323
|
ignore_errors: string | string[];
|
|
2217
2324
|
force_name: string | string[] | null;
|
|
2218
2325
|
return_file_stubs: string | boolean;
|
|
2219
2326
|
key?: string | undefined;
|
|
2220
|
-
secret?: string | undefined;
|
|
2221
2327
|
range?: string | string[] | undefined;
|
|
2328
|
+
secret?: string | undefined;
|
|
2222
2329
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2223
2330
|
queue?: string | undefined;
|
|
2224
2331
|
credentials?: string | undefined;
|
|
@@ -2230,8 +2337,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2230
2337
|
headers: Record<string, string>;
|
|
2231
2338
|
host: string;
|
|
2232
2339
|
path: string;
|
|
2233
|
-
robot: "/s3/store";
|
|
2234
2340
|
result: string | boolean;
|
|
2341
|
+
robot: "/s3/store";
|
|
2235
2342
|
force_accept: string | boolean;
|
|
2236
2343
|
ignore_errors: string | string[];
|
|
2237
2344
|
url_prefix: string;
|
|
@@ -2264,8 +2371,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2264
2371
|
session_token?: string | undefined;
|
|
2265
2372
|
} | {
|
|
2266
2373
|
script: string;
|
|
2267
|
-
robot: "/script/run";
|
|
2268
2374
|
result: string | boolean;
|
|
2375
|
+
robot: "/script/run";
|
|
2269
2376
|
force_accept: string | boolean;
|
|
2270
2377
|
ignore_errors: string | string[];
|
|
2271
2378
|
use?: string | string[] | {
|
|
@@ -2287,8 +2394,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2287
2394
|
} | {
|
|
2288
2395
|
path: string;
|
|
2289
2396
|
port: string | number;
|
|
2290
|
-
robot: "/sftp/import";
|
|
2291
2397
|
result: string | boolean;
|
|
2398
|
+
robot: "/sftp/import";
|
|
2292
2399
|
force_accept: string | boolean;
|
|
2293
2400
|
ignore_errors: string | string[];
|
|
2294
2401
|
force_name: string | string[] | null;
|
|
@@ -2301,8 +2408,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2301
2408
|
} | {
|
|
2302
2409
|
path: string;
|
|
2303
2410
|
port: string | number;
|
|
2304
|
-
robot: "/sftp/store";
|
|
2305
2411
|
result: string | boolean;
|
|
2412
|
+
robot: "/sftp/store";
|
|
2306
2413
|
force_accept: string | boolean;
|
|
2307
2414
|
ignore_errors: string | string[];
|
|
2308
2415
|
url_template: string;
|
|
@@ -2330,8 +2437,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2330
2437
|
public_key?: string | undefined;
|
|
2331
2438
|
} | {
|
|
2332
2439
|
format: string;
|
|
2333
|
-
robot: "/speech/transcribe";
|
|
2334
2440
|
result: string | boolean;
|
|
2441
|
+
robot: "/speech/transcribe";
|
|
2335
2442
|
force_accept: string | boolean;
|
|
2336
2443
|
ignore_errors: string | string[];
|
|
2337
2444
|
provider: string;
|
|
@@ -2357,8 +2464,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2357
2464
|
} | {
|
|
2358
2465
|
path: string | string[];
|
|
2359
2466
|
recursive: string | boolean;
|
|
2360
|
-
robot: "/supabase/import";
|
|
2361
2467
|
result: string | boolean;
|
|
2468
|
+
robot: "/supabase/import";
|
|
2362
2469
|
force_accept: string | boolean;
|
|
2363
2470
|
ignore_errors: string | string[];
|
|
2364
2471
|
force_name: string | string[] | null;
|
|
@@ -2376,8 +2483,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2376
2483
|
} | {
|
|
2377
2484
|
headers: Record<string, string>;
|
|
2378
2485
|
path: string;
|
|
2379
|
-
robot: "/supabase/store";
|
|
2380
2486
|
result: string | boolean;
|
|
2487
|
+
robot: "/supabase/store";
|
|
2381
2488
|
force_accept: string | boolean;
|
|
2382
2489
|
ignore_errors: string | string[];
|
|
2383
2490
|
host?: string | undefined;
|
|
@@ -2406,8 +2513,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2406
2513
|
} | {
|
|
2407
2514
|
path: string | string[];
|
|
2408
2515
|
recursive: string | boolean;
|
|
2409
|
-
robot: "/swift/import";
|
|
2410
2516
|
result: string | boolean;
|
|
2517
|
+
robot: "/swift/import";
|
|
2411
2518
|
force_accept: string | boolean;
|
|
2412
2519
|
ignore_errors: string | string[];
|
|
2413
2520
|
force_name: string | string[] | null;
|
|
@@ -2425,8 +2532,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2425
2532
|
} | {
|
|
2426
2533
|
headers: Record<string, string>;
|
|
2427
2534
|
path: string;
|
|
2428
|
-
robot: "/swift/store";
|
|
2429
2535
|
result: string | boolean;
|
|
2536
|
+
robot: "/swift/store";
|
|
2430
2537
|
force_accept: string | boolean;
|
|
2431
2538
|
ignore_errors: string | string[];
|
|
2432
2539
|
acl: string;
|
|
@@ -2454,8 +2561,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2454
2561
|
bucket_region?: string | undefined;
|
|
2455
2562
|
sign_urls_for?: string | number | undefined;
|
|
2456
2563
|
} | {
|
|
2457
|
-
robot: "/text/speak";
|
|
2458
2564
|
result: string | boolean;
|
|
2565
|
+
robot: "/text/speak";
|
|
2459
2566
|
force_accept: string | boolean;
|
|
2460
2567
|
ignore_errors: string | string[];
|
|
2461
2568
|
provider: string;
|
|
@@ -2480,8 +2587,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2480
2587
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2481
2588
|
queue?: string | undefined;
|
|
2482
2589
|
} | {
|
|
2483
|
-
robot: "/text/translate";
|
|
2484
2590
|
result: string | boolean;
|
|
2591
|
+
robot: "/text/translate";
|
|
2485
2592
|
force_accept: string | boolean;
|
|
2486
2593
|
ignore_errors: string | string[];
|
|
2487
2594
|
provider: string;
|
|
@@ -2506,8 +2613,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2506
2613
|
} | {
|
|
2507
2614
|
path: string | string[];
|
|
2508
2615
|
recursive: string | boolean;
|
|
2509
|
-
robot: "/tigris/import";
|
|
2510
2616
|
result: string | boolean;
|
|
2617
|
+
robot: "/tigris/import";
|
|
2511
2618
|
force_accept: string | boolean;
|
|
2512
2619
|
ignore_errors: string | string[];
|
|
2513
2620
|
force_name: string | string[] | null;
|
|
@@ -2525,8 +2632,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2525
2632
|
} | {
|
|
2526
2633
|
headers: Record<string, string>;
|
|
2527
2634
|
path: string;
|
|
2528
|
-
robot: "/tigris/store";
|
|
2529
2635
|
result: string | boolean;
|
|
2636
|
+
robot: "/tigris/store";
|
|
2530
2637
|
force_accept: string | boolean;
|
|
2531
2638
|
ignore_errors: string | string[];
|
|
2532
2639
|
acl: string;
|
|
@@ -2554,16 +2661,16 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2554
2661
|
bucket_region?: string | undefined;
|
|
2555
2662
|
sign_urls_for?: string | number | undefined;
|
|
2556
2663
|
} | {
|
|
2557
|
-
robot: "/tlcdn/deliver";
|
|
2558
2664
|
result: string | boolean;
|
|
2665
|
+
robot: "/tlcdn/deliver";
|
|
2559
2666
|
force_accept: string | boolean;
|
|
2560
2667
|
ignore_errors: string | string[];
|
|
2561
2668
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2562
2669
|
queue?: string | undefined;
|
|
2563
2670
|
} | {
|
|
2564
2671
|
headers: Record<string, string>;
|
|
2565
|
-
robot: "/tus/store";
|
|
2566
2672
|
result: string | boolean;
|
|
2673
|
+
robot: "/tus/store";
|
|
2567
2674
|
force_accept: string | boolean;
|
|
2568
2675
|
ignore_errors: string | string[];
|
|
2569
2676
|
metadata: Record<string, string>;
|
|
@@ -2588,15 +2695,15 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2588
2695
|
url_template?: string | undefined;
|
|
2589
2696
|
ssl_url_template?: string | undefined;
|
|
2590
2697
|
} | {
|
|
2591
|
-
robot: "/upload/handle";
|
|
2592
2698
|
result: string | boolean;
|
|
2699
|
+
robot: "/upload/handle";
|
|
2593
2700
|
force_accept: string | boolean;
|
|
2594
2701
|
ignore_errors: string | string[];
|
|
2595
2702
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2596
2703
|
queue?: string | undefined;
|
|
2597
2704
|
} | {
|
|
2598
|
-
robot: "/video/adaptive";
|
|
2599
2705
|
result: string | boolean;
|
|
2706
|
+
robot: "/video/adaptive";
|
|
2600
2707
|
force_accept: string | boolean;
|
|
2601
2708
|
ignore_errors: string | string[];
|
|
2602
2709
|
ffmpeg_stack: string;
|
|
@@ -2745,8 +2852,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2745
2852
|
height?: string | number | null | undefined;
|
|
2746
2853
|
playlist_name?: string | undefined;
|
|
2747
2854
|
} | {
|
|
2748
|
-
robot: "/video/concat";
|
|
2749
2855
|
result: string | boolean;
|
|
2856
|
+
robot: "/video/concat";
|
|
2750
2857
|
force_accept: string | boolean;
|
|
2751
2858
|
ignore_errors: string | string[];
|
|
2752
2859
|
ffmpeg_stack: string;
|
|
@@ -2893,8 +3000,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
2893
3000
|
width?: string | number | null | undefined;
|
|
2894
3001
|
height?: string | number | null | undefined;
|
|
2895
3002
|
} | {
|
|
2896
|
-
robot: "/video/encode";
|
|
2897
3003
|
result: string | boolean;
|
|
3004
|
+
robot: "/video/encode";
|
|
2898
3005
|
force_accept: string | boolean;
|
|
2899
3006
|
ignore_errors: string | string[];
|
|
2900
3007
|
ffmpeg_stack: string;
|
|
@@ -3069,10 +3176,10 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3069
3176
|
font_color?: string | undefined;
|
|
3070
3177
|
text_background_color?: string | undefined;
|
|
3071
3178
|
} | {
|
|
3179
|
+
result: string | boolean;
|
|
3072
3180
|
duration: string | number;
|
|
3073
3181
|
loop: string | boolean;
|
|
3074
3182
|
robot: "/video/merge";
|
|
3075
|
-
result: string | boolean;
|
|
3076
3183
|
force_accept: string | boolean;
|
|
3077
3184
|
ignore_errors: string | string[];
|
|
3078
3185
|
ffmpeg_stack: string;
|
|
@@ -3225,8 +3332,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3225
3332
|
height?: string | number | null | undefined;
|
|
3226
3333
|
image_url?: string | undefined;
|
|
3227
3334
|
} | {
|
|
3228
|
-
robot: "/video/ondemand";
|
|
3229
3335
|
result: string | boolean;
|
|
3336
|
+
robot: "/video/ondemand";
|
|
3230
3337
|
force_accept: string | boolean;
|
|
3231
3338
|
ignore_errors: string | string[];
|
|
3232
3339
|
segment_duration: string | number;
|
|
@@ -3406,16 +3513,16 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3406
3513
|
asset?: string | undefined;
|
|
3407
3514
|
} | {
|
|
3408
3515
|
font: string;
|
|
3409
|
-
robot: "/video/subtitle";
|
|
3410
3516
|
result: string | boolean;
|
|
3517
|
+
robot: "/video/subtitle";
|
|
3411
3518
|
force_accept: string | boolean;
|
|
3412
3519
|
ignore_errors: string | string[];
|
|
3413
3520
|
ffmpeg_stack: string;
|
|
3521
|
+
border_color: string;
|
|
3414
3522
|
font_size: string | number;
|
|
3415
3523
|
font_color: string;
|
|
3416
3524
|
subtitles_type: string;
|
|
3417
3525
|
border_style: string;
|
|
3418
|
-
border_color: string;
|
|
3419
3526
|
position: string;
|
|
3420
3527
|
keep_subtitles: string | boolean;
|
|
3421
3528
|
ffmpeg?: string | z.objectOutputType<{
|
|
@@ -3561,9 +3668,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3561
3668
|
language?: string | null | undefined;
|
|
3562
3669
|
} | {
|
|
3563
3670
|
format: string;
|
|
3671
|
+
result: string | boolean;
|
|
3564
3672
|
count: string | number;
|
|
3565
3673
|
robot: "/video/thumbs";
|
|
3566
|
-
result: string | boolean;
|
|
3567
3674
|
force_accept: string | boolean;
|
|
3568
3675
|
ignore_errors: string | string[];
|
|
3569
3676
|
ffmpeg_stack: string;
|
|
@@ -3713,8 +3820,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3713
3820
|
input_codec?: string | undefined;
|
|
3714
3821
|
} | {
|
|
3715
3822
|
path: string | string[];
|
|
3716
|
-
robot: "/vimeo/import";
|
|
3717
3823
|
result: string | boolean;
|
|
3824
|
+
robot: "/vimeo/import";
|
|
3718
3825
|
force_accept: string | boolean;
|
|
3719
3826
|
ignore_errors: string | string[];
|
|
3720
3827
|
force_name: string | string[] | null;
|
|
@@ -3725,10 +3832,10 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3725
3832
|
queue?: string | undefined;
|
|
3726
3833
|
credentials?: string | undefined;
|
|
3727
3834
|
} | {
|
|
3835
|
+
result: string | boolean;
|
|
3728
3836
|
description: string;
|
|
3729
3837
|
title: string;
|
|
3730
3838
|
robot: "/vimeo/store";
|
|
3731
|
-
result: string | boolean;
|
|
3732
3839
|
force_accept: string | boolean;
|
|
3733
3840
|
ignore_errors: string | string[];
|
|
3734
3841
|
acl: string;
|
|
@@ -3767,8 +3874,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3767
3874
|
host?: string | undefined;
|
|
3768
3875
|
key?: string | undefined;
|
|
3769
3876
|
secret?: string | undefined;
|
|
3770
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3771
3877
|
result?: string | boolean | undefined;
|
|
3878
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3772
3879
|
queue?: string | undefined;
|
|
3773
3880
|
credentials?: string | undefined;
|
|
3774
3881
|
bucket?: string | undefined;
|
|
@@ -3776,8 +3883,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3776
3883
|
} | {
|
|
3777
3884
|
headers: Record<string, string>;
|
|
3778
3885
|
path: string;
|
|
3779
|
-
robot: "/wasabi/store";
|
|
3780
3886
|
result: string | boolean;
|
|
3887
|
+
robot: "/wasabi/store";
|
|
3781
3888
|
force_accept: string | boolean;
|
|
3782
3889
|
ignore_errors: string | string[];
|
|
3783
3890
|
acl: string;
|
|
@@ -3805,10 +3912,10 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3805
3912
|
bucket_region?: string | undefined;
|
|
3806
3913
|
sign_urls_for?: string | number | undefined;
|
|
3807
3914
|
} | {
|
|
3915
|
+
result: string | boolean;
|
|
3808
3916
|
description: string;
|
|
3809
3917
|
title: string;
|
|
3810
3918
|
robot: "/youtube/store";
|
|
3811
|
-
result: string | boolean;
|
|
3812
3919
|
force_accept: string | boolean;
|
|
3813
3920
|
ignore_errors: string | string[];
|
|
3814
3921
|
credentials: string;
|
|
@@ -3837,9 +3944,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3837
3944
|
}, {
|
|
3838
3945
|
auth: {
|
|
3839
3946
|
key: string;
|
|
3840
|
-
secret?: string | undefined;
|
|
3841
3947
|
expires?: string | undefined;
|
|
3842
3948
|
referer?: string | undefined;
|
|
3949
|
+
secret?: string | undefined;
|
|
3843
3950
|
max_size?: number | undefined;
|
|
3844
3951
|
nonce?: string | undefined;
|
|
3845
3952
|
};
|
|
@@ -3848,8 +3955,97 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3848
3955
|
steps?: Record<string, {
|
|
3849
3956
|
robot: string;
|
|
3850
3957
|
} & ({
|
|
3958
|
+
robot: "/ai/chat";
|
|
3959
|
+
messages: string | ({
|
|
3960
|
+
role: "system";
|
|
3961
|
+
content: string;
|
|
3962
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3963
|
+
} | {
|
|
3964
|
+
role: "user";
|
|
3965
|
+
content: string | ({
|
|
3966
|
+
type: "text";
|
|
3967
|
+
text: string;
|
|
3968
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3969
|
+
} | {
|
|
3970
|
+
image: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
3971
|
+
type: "image";
|
|
3972
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3973
|
+
mimeType?: string | undefined;
|
|
3974
|
+
} | {
|
|
3975
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
3976
|
+
type: "file";
|
|
3977
|
+
mediaType: string;
|
|
3978
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3979
|
+
})[];
|
|
3980
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3981
|
+
} | {
|
|
3982
|
+
role: "assistant";
|
|
3983
|
+
content: string | ({
|
|
3984
|
+
type: "text";
|
|
3985
|
+
text: string;
|
|
3986
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3987
|
+
} | {
|
|
3988
|
+
type: "tool-call";
|
|
3989
|
+
args: Record<string, any>;
|
|
3990
|
+
toolCallId: string;
|
|
3991
|
+
toolName: string;
|
|
3992
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3993
|
+
})[];
|
|
3994
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3995
|
+
} | {
|
|
3996
|
+
role: "tool";
|
|
3997
|
+
content: {
|
|
3998
|
+
type: "tool-result";
|
|
3999
|
+
toolCallId: string;
|
|
4000
|
+
toolName: string;
|
|
4001
|
+
result?: unknown;
|
|
4002
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
4003
|
+
experimental_content?: ({
|
|
4004
|
+
type: "text";
|
|
4005
|
+
text: string;
|
|
4006
|
+
} | {
|
|
4007
|
+
data: string;
|
|
4008
|
+
type: "image";
|
|
4009
|
+
mimeType?: string | undefined;
|
|
4010
|
+
})[] | undefined;
|
|
4011
|
+
isError?: boolean | undefined;
|
|
4012
|
+
}[];
|
|
4013
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
4014
|
+
})[];
|
|
4015
|
+
format?: string | undefined;
|
|
4016
|
+
result?: string | boolean | undefined;
|
|
4017
|
+
schema?: string | undefined;
|
|
4018
|
+
use?: string | string[] | {
|
|
4019
|
+
name: string;
|
|
4020
|
+
fields?: string | undefined;
|
|
4021
|
+
as?: string | undefined;
|
|
4022
|
+
}[] | {
|
|
4023
|
+
steps: string | string[] | {
|
|
4024
|
+
name: string;
|
|
4025
|
+
fields?: string | undefined;
|
|
4026
|
+
as?: string | undefined;
|
|
4027
|
+
}[];
|
|
4028
|
+
fields?: string[] | undefined;
|
|
4029
|
+
bundle_steps?: boolean | undefined;
|
|
4030
|
+
group_by_original?: boolean | undefined;
|
|
4031
|
+
} | undefined;
|
|
4032
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4033
|
+
queue?: string | undefined;
|
|
4034
|
+
force_accept?: string | boolean | undefined;
|
|
4035
|
+
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4036
|
+
credentials?: string | string[] | undefined;
|
|
4037
|
+
model?: string | undefined;
|
|
4038
|
+
return_messages?: string | undefined;
|
|
4039
|
+
system_message?: string | undefined;
|
|
4040
|
+
mcp_servers?: string | (string | {
|
|
4041
|
+
type: string;
|
|
4042
|
+
url: string;
|
|
4043
|
+
headers?: Record<string, string> | undefined;
|
|
4044
|
+
})[] | undefined;
|
|
4045
|
+
} | {
|
|
3851
4046
|
robot: "/audio/artwork";
|
|
3852
4047
|
method?: string | undefined;
|
|
4048
|
+
result?: string | boolean | undefined;
|
|
3853
4049
|
ffmpeg?: string | z.objectInputType<{
|
|
3854
4050
|
af: z.ZodOptional<z.ZodString>;
|
|
3855
4051
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -3986,7 +4182,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3986
4182
|
group_by_original?: boolean | undefined;
|
|
3987
4183
|
} | undefined;
|
|
3988
4184
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3989
|
-
result?: string | boolean | undefined;
|
|
3990
4185
|
queue?: string | undefined;
|
|
3991
4186
|
force_accept?: string | boolean | undefined;
|
|
3992
4187
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -3995,6 +4190,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
3995
4190
|
change_format_if_necessary?: string | boolean | undefined;
|
|
3996
4191
|
} | {
|
|
3997
4192
|
robot: "/audio/concat";
|
|
4193
|
+
result?: string | boolean | undefined;
|
|
3998
4194
|
ffmpeg?: string | z.objectInputType<{
|
|
3999
4195
|
af: z.ZodOptional<z.ZodString>;
|
|
4000
4196
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4131,7 +4327,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4131
4327
|
group_by_original?: boolean | undefined;
|
|
4132
4328
|
} | undefined;
|
|
4133
4329
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4134
|
-
result?: string | boolean | undefined;
|
|
4135
4330
|
queue?: string | undefined;
|
|
4136
4331
|
force_accept?: string | boolean | undefined;
|
|
4137
4332
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4143,6 +4338,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4143
4338
|
crossfade?: string | boolean | undefined;
|
|
4144
4339
|
} | {
|
|
4145
4340
|
robot: "/audio/encode";
|
|
4341
|
+
result?: string | boolean | undefined;
|
|
4146
4342
|
ffmpeg?: string | z.objectInputType<{
|
|
4147
4343
|
af: z.ZodOptional<z.ZodString>;
|
|
4148
4344
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4279,7 +4475,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4279
4475
|
group_by_original?: boolean | undefined;
|
|
4280
4476
|
} | undefined;
|
|
4281
4477
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4282
|
-
result?: string | boolean | undefined;
|
|
4283
4478
|
queue?: string | undefined;
|
|
4284
4479
|
force_accept?: string | boolean | undefined;
|
|
4285
4480
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4289,6 +4484,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4289
4484
|
sample_rate?: string | number | undefined;
|
|
4290
4485
|
} | {
|
|
4291
4486
|
robot: "/audio/loop";
|
|
4487
|
+
result?: string | boolean | undefined;
|
|
4292
4488
|
duration?: string | number | undefined;
|
|
4293
4489
|
ffmpeg?: string | z.objectInputType<{
|
|
4294
4490
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -4426,7 +4622,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4426
4622
|
group_by_original?: boolean | undefined;
|
|
4427
4623
|
} | undefined;
|
|
4428
4624
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4429
|
-
result?: string | boolean | undefined;
|
|
4430
4625
|
queue?: string | undefined;
|
|
4431
4626
|
force_accept?: string | boolean | undefined;
|
|
4432
4627
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4436,6 +4631,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4436
4631
|
sample_rate?: string | number | undefined;
|
|
4437
4632
|
} | {
|
|
4438
4633
|
robot: "/audio/merge";
|
|
4634
|
+
result?: string | boolean | undefined;
|
|
4439
4635
|
duration?: string | undefined;
|
|
4440
4636
|
loop?: string | boolean | undefined;
|
|
4441
4637
|
ffmpeg?: string | z.objectInputType<{
|
|
@@ -4574,7 +4770,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4574
4770
|
group_by_original?: boolean | undefined;
|
|
4575
4771
|
} | undefined;
|
|
4576
4772
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4577
|
-
result?: string | boolean | undefined;
|
|
4578
4773
|
queue?: string | undefined;
|
|
4579
4774
|
force_accept?: string | boolean | undefined;
|
|
4580
4775
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4585,8 +4780,12 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4585
4780
|
volume?: string | undefined;
|
|
4586
4781
|
} | {
|
|
4587
4782
|
robot: "/audio/waveform";
|
|
4588
|
-
style?:
|
|
4783
|
+
style?: unknown;
|
|
4784
|
+
end?: string | number | undefined;
|
|
4589
4785
|
format?: string | undefined;
|
|
4786
|
+
start?: string | number | undefined;
|
|
4787
|
+
result?: string | boolean | undefined;
|
|
4788
|
+
compression?: string | number | undefined;
|
|
4590
4789
|
ffmpeg?: string | z.objectInputType<{
|
|
4591
4790
|
af: z.ZodOptional<z.ZodString>;
|
|
4592
4791
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4723,24 +4922,37 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4723
4922
|
group_by_original?: boolean | undefined;
|
|
4724
4923
|
} | undefined;
|
|
4725
4924
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4726
|
-
result?: string | boolean | undefined;
|
|
4727
4925
|
queue?: string | undefined;
|
|
4728
4926
|
force_accept?: string | boolean | undefined;
|
|
4729
4927
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4730
4928
|
ffmpeg_stack?: string | undefined;
|
|
4731
4929
|
width?: string | number | undefined;
|
|
4732
4930
|
height?: string | number | undefined;
|
|
4931
|
+
zoom?: string | number | undefined;
|
|
4733
4932
|
antialiasing?: string | boolean | 0 | 1 | undefined;
|
|
4734
4933
|
background_color?: string | undefined;
|
|
4735
4934
|
center_color?: string | undefined;
|
|
4736
4935
|
outer_color?: string | undefined;
|
|
4936
|
+
split_channels?: string | boolean | undefined;
|
|
4937
|
+
pixels_per_second?: string | number | undefined;
|
|
4938
|
+
bits?: string | 8 | 16 | undefined;
|
|
4939
|
+
colors?: string | undefined;
|
|
4940
|
+
border_color?: string | undefined;
|
|
4941
|
+
waveform_style?: string | undefined;
|
|
4942
|
+
bar_width?: string | number | undefined;
|
|
4943
|
+
bar_gap?: string | number | undefined;
|
|
4944
|
+
bar_style?: string | undefined;
|
|
4945
|
+
axis_label_color?: string | undefined;
|
|
4946
|
+
no_axis_labels?: string | boolean | undefined;
|
|
4947
|
+
with_axis_labels?: string | boolean | undefined;
|
|
4948
|
+
amplitude_scale?: string | number | undefined;
|
|
4737
4949
|
} | {
|
|
4738
4950
|
path: string | string[];
|
|
4739
4951
|
robot: "/azure/import";
|
|
4740
4952
|
key?: string | undefined;
|
|
4741
4953
|
recursive?: string | boolean | undefined;
|
|
4742
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4743
4954
|
result?: string | boolean | undefined;
|
|
4955
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4744
4956
|
queue?: string | undefined;
|
|
4745
4957
|
force_accept?: string | boolean | undefined;
|
|
4746
4958
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4754,6 +4966,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4754
4966
|
robot: "/azure/store";
|
|
4755
4967
|
path?: string | undefined;
|
|
4756
4968
|
key?: string | undefined;
|
|
4969
|
+
result?: string | boolean | undefined;
|
|
4757
4970
|
use?: string | string[] | {
|
|
4758
4971
|
name: string;
|
|
4759
4972
|
fields?: string | undefined;
|
|
@@ -4769,7 +4982,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4769
4982
|
group_by_original?: boolean | undefined;
|
|
4770
4983
|
} | undefined;
|
|
4771
4984
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4772
|
-
result?: string | boolean | undefined;
|
|
4773
4985
|
queue?: string | undefined;
|
|
4774
4986
|
force_accept?: string | boolean | undefined;
|
|
4775
4987
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4788,8 +5000,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4788
5000
|
path: string | string[];
|
|
4789
5001
|
robot: "/backblaze/import";
|
|
4790
5002
|
recursive?: string | boolean | undefined;
|
|
4791
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4792
5003
|
result?: string | boolean | undefined;
|
|
5004
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4793
5005
|
queue?: string | undefined;
|
|
4794
5006
|
force_accept?: string | boolean | undefined;
|
|
4795
5007
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4804,6 +5016,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4804
5016
|
robot: "/backblaze/store";
|
|
4805
5017
|
headers?: Record<string, string> | undefined;
|
|
4806
5018
|
path?: string | undefined;
|
|
5019
|
+
result?: string | boolean | undefined;
|
|
4807
5020
|
use?: string | string[] | {
|
|
4808
5021
|
name: string;
|
|
4809
5022
|
fields?: string | undefined;
|
|
@@ -4819,7 +5032,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4819
5032
|
group_by_original?: boolean | undefined;
|
|
4820
5033
|
} | undefined;
|
|
4821
5034
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4822
|
-
result?: string | boolean | undefined;
|
|
4823
5035
|
queue?: string | undefined;
|
|
4824
5036
|
force_accept?: string | boolean | undefined;
|
|
4825
5037
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4832,8 +5044,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4832
5044
|
robot: "/cloudfiles/import";
|
|
4833
5045
|
key?: string | undefined;
|
|
4834
5046
|
recursive?: string | boolean | undefined;
|
|
4835
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4836
5047
|
result?: string | boolean | undefined;
|
|
5048
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4837
5049
|
queue?: string | undefined;
|
|
4838
5050
|
force_accept?: string | boolean | undefined;
|
|
4839
5051
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4849,6 +5061,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4849
5061
|
robot: "/cloudfiles/store";
|
|
4850
5062
|
path?: string | undefined;
|
|
4851
5063
|
key?: string | undefined;
|
|
5064
|
+
result?: string | boolean | undefined;
|
|
4852
5065
|
use?: string | string[] | {
|
|
4853
5066
|
name: string;
|
|
4854
5067
|
fields?: string | undefined;
|
|
@@ -4864,7 +5077,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4864
5077
|
group_by_original?: boolean | undefined;
|
|
4865
5078
|
} | undefined;
|
|
4866
5079
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4867
|
-
result?: string | boolean | undefined;
|
|
4868
5080
|
queue?: string | undefined;
|
|
4869
5081
|
force_accept?: string | boolean | undefined;
|
|
4870
5082
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4880,8 +5092,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4880
5092
|
key?: string | undefined;
|
|
4881
5093
|
secret?: string | undefined;
|
|
4882
5094
|
recursive?: string | boolean | undefined;
|
|
4883
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4884
5095
|
result?: string | boolean | undefined;
|
|
5096
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4885
5097
|
queue?: string | undefined;
|
|
4886
5098
|
force_accept?: string | boolean | undefined;
|
|
4887
5099
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4898,6 +5110,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4898
5110
|
path?: string | undefined;
|
|
4899
5111
|
key?: string | undefined;
|
|
4900
5112
|
secret?: string | undefined;
|
|
5113
|
+
result?: string | boolean | undefined;
|
|
4901
5114
|
use?: string | string[] | {
|
|
4902
5115
|
name: string;
|
|
4903
5116
|
fields?: string | undefined;
|
|
@@ -4913,7 +5126,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4913
5126
|
group_by_original?: boolean | undefined;
|
|
4914
5127
|
} | undefined;
|
|
4915
5128
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4916
|
-
result?: string | boolean | undefined;
|
|
4917
5129
|
queue?: string | undefined;
|
|
4918
5130
|
force_accept?: string | boolean | undefined;
|
|
4919
5131
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4927,8 +5139,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4927
5139
|
key?: string | undefined;
|
|
4928
5140
|
secret?: string | undefined;
|
|
4929
5141
|
recursive?: string | boolean | undefined;
|
|
4930
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4931
5142
|
result?: string | boolean | undefined;
|
|
5143
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4932
5144
|
queue?: string | undefined;
|
|
4933
5145
|
force_accept?: string | boolean | undefined;
|
|
4934
5146
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4945,6 +5157,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4945
5157
|
path?: string | undefined;
|
|
4946
5158
|
key?: string | undefined;
|
|
4947
5159
|
secret?: string | undefined;
|
|
5160
|
+
result?: string | boolean | undefined;
|
|
4948
5161
|
use?: string | string[] | {
|
|
4949
5162
|
name: string;
|
|
4950
5163
|
fields?: string | undefined;
|
|
@@ -4960,7 +5173,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4960
5173
|
group_by_original?: boolean | undefined;
|
|
4961
5174
|
} | undefined;
|
|
4962
5175
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4963
|
-
result?: string | boolean | undefined;
|
|
4964
5176
|
queue?: string | undefined;
|
|
4965
5177
|
force_accept?: string | boolean | undefined;
|
|
4966
5178
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4972,6 +5184,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4972
5184
|
acl?: string | undefined;
|
|
4973
5185
|
} | {
|
|
4974
5186
|
robot: "/document/autorotate";
|
|
5187
|
+
result?: string | boolean | undefined;
|
|
4975
5188
|
use?: string | string[] | {
|
|
4976
5189
|
name: string;
|
|
4977
5190
|
fields?: string | undefined;
|
|
@@ -4987,13 +5200,13 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
4987
5200
|
group_by_original?: boolean | undefined;
|
|
4988
5201
|
} | undefined;
|
|
4989
5202
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4990
|
-
result?: string | boolean | undefined;
|
|
4991
5203
|
queue?: string | undefined;
|
|
4992
5204
|
force_accept?: string | boolean | undefined;
|
|
4993
5205
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4994
5206
|
} | {
|
|
4995
5207
|
format: string;
|
|
4996
5208
|
robot: "/document/convert";
|
|
5209
|
+
result?: string | boolean | undefined;
|
|
4997
5210
|
use?: string | string[] | {
|
|
4998
5211
|
name: string;
|
|
4999
5212
|
fields?: string | undefined;
|
|
@@ -5009,7 +5222,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5009
5222
|
group_by_original?: boolean | undefined;
|
|
5010
5223
|
} | undefined;
|
|
5011
5224
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5012
|
-
result?: string | boolean | undefined;
|
|
5013
5225
|
queue?: string | undefined;
|
|
5014
5226
|
force_accept?: string | boolean | undefined;
|
|
5015
5227
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5023,6 +5235,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5023
5235
|
pdf_footer_template?: string | undefined;
|
|
5024
5236
|
} | {
|
|
5025
5237
|
robot: "/document/merge";
|
|
5238
|
+
result?: string | boolean | undefined;
|
|
5026
5239
|
use?: string | string[] | {
|
|
5027
5240
|
name: string;
|
|
5028
5241
|
fields?: string | undefined;
|
|
@@ -5038,7 +5251,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5038
5251
|
group_by_original?: boolean | undefined;
|
|
5039
5252
|
} | undefined;
|
|
5040
5253
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5041
|
-
result?: string | boolean | undefined;
|
|
5042
5254
|
queue?: string | undefined;
|
|
5043
5255
|
force_accept?: string | boolean | undefined;
|
|
5044
5256
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5048,6 +5260,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5048
5260
|
robot: "/document/ocr";
|
|
5049
5261
|
provider: string;
|
|
5050
5262
|
format?: string | undefined;
|
|
5263
|
+
result?: string | boolean | undefined;
|
|
5051
5264
|
use?: string | string[] | {
|
|
5052
5265
|
name: string;
|
|
5053
5266
|
fields?: string | undefined;
|
|
@@ -5063,13 +5276,13 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5063
5276
|
group_by_original?: boolean | undefined;
|
|
5064
5277
|
} | undefined;
|
|
5065
5278
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5066
|
-
result?: string | boolean | undefined;
|
|
5067
5279
|
queue?: string | undefined;
|
|
5068
5280
|
force_accept?: string | boolean | undefined;
|
|
5069
5281
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5070
5282
|
granularity?: string | undefined;
|
|
5071
5283
|
} | {
|
|
5072
5284
|
robot: "/document/split";
|
|
5285
|
+
result?: string | boolean | undefined;
|
|
5073
5286
|
use?: string | string[] | {
|
|
5074
5287
|
name: string;
|
|
5075
5288
|
fields?: string | undefined;
|
|
@@ -5085,7 +5298,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5085
5298
|
group_by_original?: boolean | undefined;
|
|
5086
5299
|
} | undefined;
|
|
5087
5300
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5088
|
-
result?: string | boolean | undefined;
|
|
5089
5301
|
queue?: string | undefined;
|
|
5090
5302
|
force_accept?: string | boolean | undefined;
|
|
5091
5303
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5093,6 +5305,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5093
5305
|
} | {
|
|
5094
5306
|
robot: "/document/thumbs";
|
|
5095
5307
|
format?: string | undefined;
|
|
5308
|
+
result?: string | boolean | undefined;
|
|
5096
5309
|
alpha?: string | undefined;
|
|
5097
5310
|
use?: string | string[] | {
|
|
5098
5311
|
name: string;
|
|
@@ -5109,7 +5322,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5109
5322
|
group_by_original?: boolean | undefined;
|
|
5110
5323
|
} | undefined;
|
|
5111
5324
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5112
|
-
result?: string | boolean | undefined;
|
|
5113
5325
|
queue?: string | undefined;
|
|
5114
5326
|
force_accept?: string | boolean | undefined;
|
|
5115
5327
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5129,8 +5341,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5129
5341
|
} | {
|
|
5130
5342
|
path: string | string[];
|
|
5131
5343
|
robot: "/dropbox/import";
|
|
5132
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5133
5344
|
result?: string | boolean | undefined;
|
|
5345
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5134
5346
|
queue?: string | undefined;
|
|
5135
5347
|
force_accept?: string | boolean | undefined;
|
|
5136
5348
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5139,6 +5351,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5139
5351
|
} | {
|
|
5140
5352
|
robot: "/dropbox/store";
|
|
5141
5353
|
path?: string | undefined;
|
|
5354
|
+
result?: string | boolean | undefined;
|
|
5142
5355
|
use?: string | string[] | {
|
|
5143
5356
|
name: string;
|
|
5144
5357
|
fields?: string | undefined;
|
|
@@ -5154,7 +5367,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5154
5367
|
group_by_original?: boolean | undefined;
|
|
5155
5368
|
} | undefined;
|
|
5156
5369
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5157
|
-
result?: string | boolean | undefined;
|
|
5158
5370
|
queue?: string | undefined;
|
|
5159
5371
|
force_accept?: string | boolean | undefined;
|
|
5160
5372
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5162,14 +5374,15 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5162
5374
|
create_sharing_link?: string | boolean | undefined;
|
|
5163
5375
|
} | {
|
|
5164
5376
|
robot: "/edgly/deliver";
|
|
5165
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5166
5377
|
result?: string | boolean | undefined;
|
|
5378
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5167
5379
|
queue?: string | undefined;
|
|
5168
5380
|
force_accept?: string | boolean | undefined;
|
|
5169
5381
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5170
5382
|
} | {
|
|
5171
5383
|
robot: "/file/compress";
|
|
5172
5384
|
format?: string | undefined;
|
|
5385
|
+
result?: string | boolean | undefined;
|
|
5173
5386
|
gzip?: string | boolean | undefined;
|
|
5174
5387
|
password?: string | null | undefined;
|
|
5175
5388
|
use?: string | string[] | {
|
|
@@ -5187,7 +5400,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5187
5400
|
group_by_original?: boolean | undefined;
|
|
5188
5401
|
} | undefined;
|
|
5189
5402
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5190
|
-
result?: string | boolean | undefined;
|
|
5191
5403
|
queue?: string | undefined;
|
|
5192
5404
|
force_accept?: string | boolean | undefined;
|
|
5193
5405
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5196,6 +5408,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5196
5408
|
archive_name?: string | undefined;
|
|
5197
5409
|
} | {
|
|
5198
5410
|
robot: "/file/decompress";
|
|
5411
|
+
result?: string | boolean | undefined;
|
|
5199
5412
|
use?: string | string[] | {
|
|
5200
5413
|
name: string;
|
|
5201
5414
|
fields?: string | undefined;
|
|
@@ -5211,12 +5424,12 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5211
5424
|
group_by_original?: boolean | undefined;
|
|
5212
5425
|
} | undefined;
|
|
5213
5426
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5214
|
-
result?: string | boolean | undefined;
|
|
5215
5427
|
queue?: string | undefined;
|
|
5216
5428
|
force_accept?: string | boolean | undefined;
|
|
5217
5429
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5218
5430
|
} | {
|
|
5219
5431
|
robot: "/file/filter";
|
|
5432
|
+
result?: string | boolean | undefined;
|
|
5220
5433
|
use?: string | string[] | {
|
|
5221
5434
|
name: string;
|
|
5222
5435
|
fields?: string | undefined;
|
|
@@ -5232,7 +5445,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5232
5445
|
group_by_original?: boolean | undefined;
|
|
5233
5446
|
} | undefined;
|
|
5234
5447
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5235
|
-
result?: string | boolean | undefined;
|
|
5236
5448
|
queue?: string | undefined;
|
|
5237
5449
|
force_accept?: string | boolean | undefined;
|
|
5238
5450
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5243,6 +5455,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5243
5455
|
error_msg?: string | undefined;
|
|
5244
5456
|
} | {
|
|
5245
5457
|
robot: "/file/hash";
|
|
5458
|
+
result?: string | boolean | undefined;
|
|
5246
5459
|
use?: string | string[] | {
|
|
5247
5460
|
name: string;
|
|
5248
5461
|
fields?: string | undefined;
|
|
@@ -5258,7 +5471,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5258
5471
|
group_by_original?: boolean | undefined;
|
|
5259
5472
|
} | undefined;
|
|
5260
5473
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5261
|
-
result?: string | boolean | undefined;
|
|
5262
5474
|
queue?: string | undefined;
|
|
5263
5475
|
force_accept?: string | boolean | undefined;
|
|
5264
5476
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5266,6 +5478,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5266
5478
|
} | {
|
|
5267
5479
|
robot: "/file/preview";
|
|
5268
5480
|
format?: string | undefined;
|
|
5481
|
+
result?: string | boolean | undefined;
|
|
5269
5482
|
optimize?: string | boolean | undefined;
|
|
5270
5483
|
use?: string | string[] | {
|
|
5271
5484
|
name: string;
|
|
@@ -5282,7 +5495,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5282
5495
|
group_by_original?: boolean | undefined;
|
|
5283
5496
|
} | undefined;
|
|
5284
5497
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5285
|
-
result?: string | boolean | undefined;
|
|
5286
5498
|
queue?: string | undefined;
|
|
5287
5499
|
force_accept?: string | boolean | undefined;
|
|
5288
5500
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5318,6 +5530,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5318
5530
|
clip_loop?: string | boolean | undefined;
|
|
5319
5531
|
} | {
|
|
5320
5532
|
robot: "/file/read";
|
|
5533
|
+
result?: string | boolean | undefined;
|
|
5321
5534
|
use?: string | string[] | {
|
|
5322
5535
|
name: string;
|
|
5323
5536
|
fields?: string | undefined;
|
|
@@ -5333,13 +5546,13 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5333
5546
|
group_by_original?: boolean | undefined;
|
|
5334
5547
|
} | undefined;
|
|
5335
5548
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5336
|
-
result?: string | boolean | undefined;
|
|
5337
5549
|
queue?: string | undefined;
|
|
5338
5550
|
force_accept?: string | boolean | undefined;
|
|
5339
5551
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5340
5552
|
} | {
|
|
5341
5553
|
robot: "/file/serve";
|
|
5342
5554
|
headers?: Record<string, string> | undefined;
|
|
5555
|
+
result?: string | boolean | undefined;
|
|
5343
5556
|
use?: string | string[] | {
|
|
5344
5557
|
name: string;
|
|
5345
5558
|
fields?: string | undefined;
|
|
@@ -5355,12 +5568,12 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5355
5568
|
group_by_original?: boolean | undefined;
|
|
5356
5569
|
} | undefined;
|
|
5357
5570
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5358
|
-
result?: string | boolean | undefined;
|
|
5359
5571
|
queue?: string | undefined;
|
|
5360
5572
|
force_accept?: string | boolean | undefined;
|
|
5361
5573
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5362
5574
|
} | {
|
|
5363
5575
|
robot: "/file/verify";
|
|
5576
|
+
result?: string | boolean | undefined;
|
|
5364
5577
|
use?: string | string[] | {
|
|
5365
5578
|
name: string;
|
|
5366
5579
|
fields?: string | undefined;
|
|
@@ -5376,7 +5589,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5376
5589
|
group_by_original?: boolean | undefined;
|
|
5377
5590
|
} | undefined;
|
|
5378
5591
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5379
|
-
result?: string | boolean | undefined;
|
|
5380
5592
|
queue?: string | undefined;
|
|
5381
5593
|
force_accept?: string | boolean | undefined;
|
|
5382
5594
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5385,6 +5597,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5385
5597
|
verify_to_be?: string | undefined;
|
|
5386
5598
|
} | {
|
|
5387
5599
|
robot: "/file/virusscan";
|
|
5600
|
+
result?: string | boolean | undefined;
|
|
5388
5601
|
use?: string | string[] | {
|
|
5389
5602
|
name: string;
|
|
5390
5603
|
fields?: string | undefined;
|
|
@@ -5400,7 +5613,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5400
5613
|
group_by_original?: boolean | undefined;
|
|
5401
5614
|
} | undefined;
|
|
5402
5615
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5403
|
-
result?: string | boolean | undefined;
|
|
5404
5616
|
queue?: string | undefined;
|
|
5405
5617
|
force_accept?: string | boolean | undefined;
|
|
5406
5618
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5411,9 +5623,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5411
5623
|
robot: "/ftp/import";
|
|
5412
5624
|
host?: string | undefined;
|
|
5413
5625
|
port?: string | number | undefined;
|
|
5626
|
+
result?: string | boolean | undefined;
|
|
5414
5627
|
password?: string | undefined;
|
|
5415
5628
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5416
|
-
result?: string | boolean | undefined;
|
|
5417
5629
|
queue?: string | undefined;
|
|
5418
5630
|
force_accept?: string | boolean | undefined;
|
|
5419
5631
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5426,6 +5638,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5426
5638
|
host?: string | undefined;
|
|
5427
5639
|
path?: string | undefined;
|
|
5428
5640
|
port?: string | number | undefined;
|
|
5641
|
+
result?: string | boolean | undefined;
|
|
5429
5642
|
password?: string | undefined;
|
|
5430
5643
|
use?: string | string[] | {
|
|
5431
5644
|
name: string;
|
|
@@ -5442,7 +5655,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5442
5655
|
group_by_original?: boolean | undefined;
|
|
5443
5656
|
} | undefined;
|
|
5444
5657
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5445
|
-
result?: string | boolean | undefined;
|
|
5446
5658
|
queue?: string | undefined;
|
|
5447
5659
|
force_accept?: string | boolean | undefined;
|
|
5448
5660
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5455,8 +5667,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5455
5667
|
path: string | string[];
|
|
5456
5668
|
robot: "/google/import";
|
|
5457
5669
|
recursive?: string | boolean | undefined;
|
|
5458
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5459
5670
|
result?: string | boolean | undefined;
|
|
5671
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5460
5672
|
queue?: string | undefined;
|
|
5461
5673
|
force_accept?: string | boolean | undefined;
|
|
5462
5674
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5468,6 +5680,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5468
5680
|
robot: "/google/store";
|
|
5469
5681
|
credentials: string;
|
|
5470
5682
|
path?: string | undefined;
|
|
5683
|
+
result?: string | boolean | undefined;
|
|
5471
5684
|
use?: string | string[] | {
|
|
5472
5685
|
name: string;
|
|
5473
5686
|
fields?: string | undefined;
|
|
@@ -5483,7 +5696,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5483
5696
|
group_by_original?: boolean | undefined;
|
|
5484
5697
|
} | undefined;
|
|
5485
5698
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5486
|
-
result?: string | boolean | undefined;
|
|
5487
5699
|
queue?: string | undefined;
|
|
5488
5700
|
force_accept?: string | boolean | undefined;
|
|
5489
5701
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5496,6 +5708,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5496
5708
|
headers?: Record<string, string> | undefined;
|
|
5497
5709
|
format?: string | undefined;
|
|
5498
5710
|
url?: string | null | undefined;
|
|
5711
|
+
result?: string | boolean | undefined;
|
|
5499
5712
|
use?: string | string[] | {
|
|
5500
5713
|
name: string;
|
|
5501
5714
|
fields?: string | undefined;
|
|
@@ -5511,7 +5724,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5511
5724
|
group_by_original?: boolean | undefined;
|
|
5512
5725
|
} | undefined;
|
|
5513
5726
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5514
|
-
result?: string | boolean | undefined;
|
|
5515
5727
|
queue?: string | undefined;
|
|
5516
5728
|
force_accept?: string | boolean | undefined;
|
|
5517
5729
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5526,8 +5738,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5526
5738
|
robot: "/http/import";
|
|
5527
5739
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
5528
5740
|
range?: string | string[] | undefined;
|
|
5529
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5530
5741
|
result?: string | boolean | undefined;
|
|
5742
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5531
5743
|
queue?: string | undefined;
|
|
5532
5744
|
force_accept?: string | boolean | undefined;
|
|
5533
5745
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5539,6 +5751,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5539
5751
|
} | {
|
|
5540
5752
|
robot: "/image/bgremove";
|
|
5541
5753
|
format?: string | undefined;
|
|
5754
|
+
result?: string | boolean | undefined;
|
|
5542
5755
|
use?: string | string[] | {
|
|
5543
5756
|
name: string;
|
|
5544
5757
|
fields?: string | undefined;
|
|
@@ -5554,15 +5767,16 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5554
5767
|
group_by_original?: boolean | undefined;
|
|
5555
5768
|
} | undefined;
|
|
5556
5769
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5557
|
-
result?: string | boolean | undefined;
|
|
5558
5770
|
queue?: string | undefined;
|
|
5559
5771
|
force_accept?: string | boolean | undefined;
|
|
5560
5772
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5773
|
+
model?: string | undefined;
|
|
5561
5774
|
provider?: string | undefined;
|
|
5562
5775
|
select?: string | undefined;
|
|
5563
5776
|
} | {
|
|
5564
5777
|
robot: "/image/describe";
|
|
5565
5778
|
format?: string | undefined;
|
|
5779
|
+
result?: string | boolean | undefined;
|
|
5566
5780
|
use?: string | string[] | {
|
|
5567
5781
|
name: string;
|
|
5568
5782
|
fields?: string | undefined;
|
|
@@ -5578,7 +5792,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5578
5792
|
group_by_original?: boolean | undefined;
|
|
5579
5793
|
} | undefined;
|
|
5580
5794
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5581
|
-
result?: string | boolean | undefined;
|
|
5582
5795
|
queue?: string | undefined;
|
|
5583
5796
|
force_accept?: string | boolean | undefined;
|
|
5584
5797
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5588,6 +5801,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5588
5801
|
} | {
|
|
5589
5802
|
robot: "/image/facedetect";
|
|
5590
5803
|
format?: string | undefined;
|
|
5804
|
+
result?: string | boolean | undefined;
|
|
5591
5805
|
use?: string | string[] | {
|
|
5592
5806
|
name: string;
|
|
5593
5807
|
fields?: string | undefined;
|
|
@@ -5603,7 +5817,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5603
5817
|
group_by_original?: boolean | undefined;
|
|
5604
5818
|
} | undefined;
|
|
5605
5819
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5606
|
-
result?: string | boolean | undefined;
|
|
5607
5820
|
queue?: string | undefined;
|
|
5608
5821
|
force_accept?: string | boolean | undefined;
|
|
5609
5822
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5615,9 +5828,9 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5615
5828
|
} | {
|
|
5616
5829
|
prompt: string;
|
|
5617
5830
|
robot: "/image/generate";
|
|
5618
|
-
model: string;
|
|
5619
5831
|
style?: string | undefined;
|
|
5620
5832
|
format?: string | undefined;
|
|
5833
|
+
result?: string | boolean | undefined;
|
|
5621
5834
|
use?: string | string[] | {
|
|
5622
5835
|
name: string;
|
|
5623
5836
|
fields?: string | undefined;
|
|
@@ -5633,18 +5846,20 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5633
5846
|
group_by_original?: boolean | undefined;
|
|
5634
5847
|
} | undefined;
|
|
5635
5848
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5636
|
-
result?: string | boolean | undefined;
|
|
5637
5849
|
queue?: string | undefined;
|
|
5638
5850
|
force_accept?: string | boolean | undefined;
|
|
5639
5851
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5640
5852
|
width?: string | number | undefined;
|
|
5641
5853
|
height?: string | number | undefined;
|
|
5854
|
+
model?: string | undefined;
|
|
5855
|
+
provider?: string | undefined;
|
|
5642
5856
|
seed?: string | number | undefined;
|
|
5643
5857
|
aspect_ratio?: string | undefined;
|
|
5644
5858
|
num_outputs?: string | number | undefined;
|
|
5645
5859
|
} | {
|
|
5646
5860
|
robot: "/image/merge";
|
|
5647
5861
|
format?: string | undefined;
|
|
5862
|
+
result?: string | boolean | undefined;
|
|
5648
5863
|
use?: string | string[] | {
|
|
5649
5864
|
name: string;
|
|
5650
5865
|
fields?: string | undefined;
|
|
@@ -5660,7 +5875,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5660
5875
|
group_by_original?: boolean | undefined;
|
|
5661
5876
|
} | undefined;
|
|
5662
5877
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5663
|
-
result?: string | boolean | undefined;
|
|
5664
5878
|
queue?: string | undefined;
|
|
5665
5879
|
force_accept?: string | boolean | undefined;
|
|
5666
5880
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5673,6 +5887,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5673
5887
|
robot: "/image/ocr";
|
|
5674
5888
|
provider: string;
|
|
5675
5889
|
format?: string | undefined;
|
|
5890
|
+
result?: string | boolean | undefined;
|
|
5676
5891
|
use?: string | string[] | {
|
|
5677
5892
|
name: string;
|
|
5678
5893
|
fields?: string | undefined;
|
|
@@ -5688,13 +5903,14 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5688
5903
|
group_by_original?: boolean | undefined;
|
|
5689
5904
|
} | undefined;
|
|
5690
5905
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5691
|
-
result?: string | boolean | undefined;
|
|
5692
5906
|
queue?: string | undefined;
|
|
5693
5907
|
force_accept?: string | boolean | undefined;
|
|
5694
5908
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5695
5909
|
granularity?: string | undefined;
|
|
5696
5910
|
} | {
|
|
5697
5911
|
robot: "/image/optimize";
|
|
5912
|
+
priority?: string | undefined;
|
|
5913
|
+
result?: string | boolean | undefined;
|
|
5698
5914
|
use?: string | string[] | {
|
|
5699
5915
|
name: string;
|
|
5700
5916
|
fields?: string | undefined;
|
|
@@ -5710,20 +5926,19 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5710
5926
|
group_by_original?: boolean | undefined;
|
|
5711
5927
|
} | undefined;
|
|
5712
5928
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5713
|
-
result?: string | boolean | undefined;
|
|
5714
5929
|
queue?: string | undefined;
|
|
5715
5930
|
force_accept?: string | boolean | undefined;
|
|
5716
5931
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5717
|
-
priority?: string | undefined;
|
|
5718
5932
|
progressive?: string | boolean | undefined;
|
|
5719
5933
|
preserve_meta_data?: string | boolean | undefined;
|
|
5720
5934
|
fix_breaking_images?: string | boolean | undefined;
|
|
5721
5935
|
} | {
|
|
5722
5936
|
robot: "/image/resize";
|
|
5937
|
+
type?: string | undefined;
|
|
5723
5938
|
transparent?: string | undefined;
|
|
5724
5939
|
format?: string | null | undefined;
|
|
5725
|
-
type?: string | undefined;
|
|
5726
5940
|
strip?: string | boolean | undefined;
|
|
5941
|
+
result?: string | boolean | undefined;
|
|
5727
5942
|
text?: string | {
|
|
5728
5943
|
text: string;
|
|
5729
5944
|
font?: string | undefined;
|
|
@@ -5768,7 +5983,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5768
5983
|
group_by_original?: boolean | undefined;
|
|
5769
5984
|
} | undefined;
|
|
5770
5985
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5771
|
-
result?: string | boolean | undefined;
|
|
5772
5986
|
queue?: string | undefined;
|
|
5773
5987
|
force_accept?: string | boolean | undefined;
|
|
5774
5988
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5823,6 +6037,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5823
6037
|
shave?: string | number | undefined;
|
|
5824
6038
|
} | {
|
|
5825
6039
|
robot: "/meta/write";
|
|
6040
|
+
result?: string | boolean | undefined;
|
|
5826
6041
|
ffmpeg?: string | z.objectInputType<{
|
|
5827
6042
|
af: z.ZodOptional<z.ZodString>;
|
|
5828
6043
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -5959,12 +6174,11 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5959
6174
|
group_by_original?: boolean | undefined;
|
|
5960
6175
|
} | undefined;
|
|
5961
6176
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5962
|
-
result?: string | boolean | undefined;
|
|
5963
6177
|
queue?: string | undefined;
|
|
5964
6178
|
force_accept?: string | boolean | undefined;
|
|
5965
6179
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5966
6180
|
ffmpeg_stack?: string | undefined;
|
|
5967
|
-
data_to_write?: string
|
|
6181
|
+
data_to_write?: Record<string, unknown> | undefined;
|
|
5968
6182
|
} | {
|
|
5969
6183
|
path: string | string[];
|
|
5970
6184
|
robot: "/minio/import";
|
|
@@ -5972,8 +6186,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5972
6186
|
key?: string | undefined;
|
|
5973
6187
|
secret?: string | undefined;
|
|
5974
6188
|
recursive?: string | boolean | undefined;
|
|
5975
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5976
6189
|
result?: string | boolean | undefined;
|
|
6190
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5977
6191
|
queue?: string | undefined;
|
|
5978
6192
|
force_accept?: string | boolean | undefined;
|
|
5979
6193
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5990,6 +6204,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
5990
6204
|
path?: string | undefined;
|
|
5991
6205
|
key?: string | undefined;
|
|
5992
6206
|
secret?: string | undefined;
|
|
6207
|
+
result?: string | boolean | undefined;
|
|
5993
6208
|
use?: string | string[] | {
|
|
5994
6209
|
name: string;
|
|
5995
6210
|
fields?: string | undefined;
|
|
@@ -6005,7 +6220,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6005
6220
|
group_by_original?: boolean | undefined;
|
|
6006
6221
|
} | undefined;
|
|
6007
6222
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6008
|
-
result?: string | boolean | undefined;
|
|
6009
6223
|
queue?: string | undefined;
|
|
6010
6224
|
force_accept?: string | boolean | undefined;
|
|
6011
6225
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6017,11 +6231,11 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6017
6231
|
path: string | string[];
|
|
6018
6232
|
robot: "/s3/import";
|
|
6019
6233
|
key?: string | undefined;
|
|
6234
|
+
range?: string | string[] | undefined;
|
|
6020
6235
|
secret?: string | undefined;
|
|
6021
6236
|
recursive?: string | boolean | undefined;
|
|
6022
|
-
range?: string | string[] | undefined;
|
|
6023
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6024
6237
|
result?: string | boolean | undefined;
|
|
6238
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6025
6239
|
queue?: string | undefined;
|
|
6026
6240
|
force_accept?: string | boolean | undefined;
|
|
6027
6241
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6039,6 +6253,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6039
6253
|
path?: string | undefined;
|
|
6040
6254
|
key?: string | undefined;
|
|
6041
6255
|
secret?: string | undefined;
|
|
6256
|
+
result?: string | boolean | undefined;
|
|
6042
6257
|
use?: string | string[] | {
|
|
6043
6258
|
name: string;
|
|
6044
6259
|
fields?: string | undefined;
|
|
@@ -6054,7 +6269,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6054
6269
|
group_by_original?: boolean | undefined;
|
|
6055
6270
|
} | undefined;
|
|
6056
6271
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6057
|
-
result?: string | boolean | undefined;
|
|
6058
6272
|
queue?: string | undefined;
|
|
6059
6273
|
force_accept?: string | boolean | undefined;
|
|
6060
6274
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6071,6 +6285,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6071
6285
|
} | {
|
|
6072
6286
|
script: string;
|
|
6073
6287
|
robot: "/script/run";
|
|
6288
|
+
result?: string | boolean | undefined;
|
|
6074
6289
|
use?: string | string[] | {
|
|
6075
6290
|
name: string;
|
|
6076
6291
|
fields?: string | undefined;
|
|
@@ -6086,7 +6301,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6086
6301
|
group_by_original?: boolean | undefined;
|
|
6087
6302
|
} | undefined;
|
|
6088
6303
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6089
|
-
result?: string | boolean | undefined;
|
|
6090
6304
|
queue?: string | undefined;
|
|
6091
6305
|
force_accept?: string | boolean | undefined;
|
|
6092
6306
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6095,8 +6309,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6095
6309
|
robot: "/sftp/import";
|
|
6096
6310
|
host?: string | undefined;
|
|
6097
6311
|
port?: string | number | undefined;
|
|
6098
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6099
6312
|
result?: string | boolean | undefined;
|
|
6313
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6100
6314
|
queue?: string | undefined;
|
|
6101
6315
|
force_accept?: string | boolean | undefined;
|
|
6102
6316
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6109,6 +6323,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6109
6323
|
host?: string | undefined;
|
|
6110
6324
|
path?: string | undefined;
|
|
6111
6325
|
port?: string | number | undefined;
|
|
6326
|
+
result?: string | boolean | undefined;
|
|
6112
6327
|
use?: string | string[] | {
|
|
6113
6328
|
name: string;
|
|
6114
6329
|
fields?: string | undefined;
|
|
@@ -6124,7 +6339,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6124
6339
|
group_by_original?: boolean | undefined;
|
|
6125
6340
|
} | undefined;
|
|
6126
6341
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6127
|
-
result?: string | boolean | undefined;
|
|
6128
6342
|
queue?: string | undefined;
|
|
6129
6343
|
force_accept?: string | boolean | undefined;
|
|
6130
6344
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6138,6 +6352,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6138
6352
|
robot: "/speech/transcribe";
|
|
6139
6353
|
provider: string;
|
|
6140
6354
|
format?: string | undefined;
|
|
6355
|
+
result?: string | boolean | undefined;
|
|
6141
6356
|
use?: string | string[] | {
|
|
6142
6357
|
name: string;
|
|
6143
6358
|
fields?: string | undefined;
|
|
@@ -6153,7 +6368,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6153
6368
|
group_by_original?: boolean | undefined;
|
|
6154
6369
|
} | undefined;
|
|
6155
6370
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6156
|
-
result?: string | boolean | undefined;
|
|
6157
6371
|
queue?: string | undefined;
|
|
6158
6372
|
force_accept?: string | boolean | undefined;
|
|
6159
6373
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6167,8 +6381,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6167
6381
|
key?: string | undefined;
|
|
6168
6382
|
secret?: string | undefined;
|
|
6169
6383
|
recursive?: string | boolean | undefined;
|
|
6170
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6171
6384
|
result?: string | boolean | undefined;
|
|
6385
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6172
6386
|
queue?: string | undefined;
|
|
6173
6387
|
force_accept?: string | boolean | undefined;
|
|
6174
6388
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6186,6 +6400,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6186
6400
|
path?: string | undefined;
|
|
6187
6401
|
key?: string | undefined;
|
|
6188
6402
|
secret?: string | undefined;
|
|
6403
|
+
result?: string | boolean | undefined;
|
|
6189
6404
|
use?: string | string[] | {
|
|
6190
6405
|
name: string;
|
|
6191
6406
|
fields?: string | undefined;
|
|
@@ -6201,7 +6416,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6201
6416
|
group_by_original?: boolean | undefined;
|
|
6202
6417
|
} | undefined;
|
|
6203
6418
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6204
|
-
result?: string | boolean | undefined;
|
|
6205
6419
|
queue?: string | undefined;
|
|
6206
6420
|
force_accept?: string | boolean | undefined;
|
|
6207
6421
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6216,8 +6430,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6216
6430
|
key?: string | undefined;
|
|
6217
6431
|
secret?: string | undefined;
|
|
6218
6432
|
recursive?: string | boolean | undefined;
|
|
6219
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6220
6433
|
result?: string | boolean | undefined;
|
|
6434
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6221
6435
|
queue?: string | undefined;
|
|
6222
6436
|
force_accept?: string | boolean | undefined;
|
|
6223
6437
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6235,6 +6449,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6235
6449
|
path?: string | undefined;
|
|
6236
6450
|
key?: string | undefined;
|
|
6237
6451
|
secret?: string | undefined;
|
|
6452
|
+
result?: string | boolean | undefined;
|
|
6238
6453
|
use?: string | string[] | {
|
|
6239
6454
|
name: string;
|
|
6240
6455
|
fields?: string | undefined;
|
|
@@ -6250,7 +6465,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6250
6465
|
group_by_original?: boolean | undefined;
|
|
6251
6466
|
} | undefined;
|
|
6252
6467
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6253
|
-
result?: string | boolean | undefined;
|
|
6254
6468
|
queue?: string | undefined;
|
|
6255
6469
|
force_accept?: string | boolean | undefined;
|
|
6256
6470
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6263,6 +6477,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6263
6477
|
robot: "/text/speak";
|
|
6264
6478
|
provider: string;
|
|
6265
6479
|
prompt?: string | null | undefined;
|
|
6480
|
+
result?: string | boolean | undefined;
|
|
6266
6481
|
use?: string | string[] | {
|
|
6267
6482
|
name: string;
|
|
6268
6483
|
fields?: string | undefined;
|
|
@@ -6278,7 +6493,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6278
6493
|
group_by_original?: boolean | undefined;
|
|
6279
6494
|
} | undefined;
|
|
6280
6495
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6281
|
-
result?: string | boolean | undefined;
|
|
6282
6496
|
queue?: string | undefined;
|
|
6283
6497
|
force_accept?: string | boolean | undefined;
|
|
6284
6498
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6288,6 +6502,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6288
6502
|
} | {
|
|
6289
6503
|
robot: "/text/translate";
|
|
6290
6504
|
provider: string;
|
|
6505
|
+
result?: string | boolean | undefined;
|
|
6291
6506
|
use?: string | string[] | {
|
|
6292
6507
|
name: string;
|
|
6293
6508
|
fields?: string | undefined;
|
|
@@ -6303,7 +6518,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6303
6518
|
group_by_original?: boolean | undefined;
|
|
6304
6519
|
} | undefined;
|
|
6305
6520
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6306
|
-
result?: string | boolean | undefined;
|
|
6307
6521
|
queue?: string | undefined;
|
|
6308
6522
|
force_accept?: string | boolean | undefined;
|
|
6309
6523
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6316,8 +6530,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6316
6530
|
key?: string | undefined;
|
|
6317
6531
|
secret?: string | undefined;
|
|
6318
6532
|
recursive?: string | boolean | undefined;
|
|
6319
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6320
6533
|
result?: string | boolean | undefined;
|
|
6534
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6321
6535
|
queue?: string | undefined;
|
|
6322
6536
|
force_accept?: string | boolean | undefined;
|
|
6323
6537
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6335,6 +6549,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6335
6549
|
path?: string | undefined;
|
|
6336
6550
|
key?: string | undefined;
|
|
6337
6551
|
secret?: string | undefined;
|
|
6552
|
+
result?: string | boolean | undefined;
|
|
6338
6553
|
use?: string | string[] | {
|
|
6339
6554
|
name: string;
|
|
6340
6555
|
fields?: string | undefined;
|
|
@@ -6350,7 +6565,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6350
6565
|
group_by_original?: boolean | undefined;
|
|
6351
6566
|
} | undefined;
|
|
6352
6567
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6353
|
-
result?: string | boolean | undefined;
|
|
6354
6568
|
queue?: string | undefined;
|
|
6355
6569
|
force_accept?: string | boolean | undefined;
|
|
6356
6570
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6361,8 +6575,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6361
6575
|
acl?: string | undefined;
|
|
6362
6576
|
} | {
|
|
6363
6577
|
robot: "/tlcdn/deliver";
|
|
6364
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6365
6578
|
result?: string | boolean | undefined;
|
|
6579
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6366
6580
|
queue?: string | undefined;
|
|
6367
6581
|
force_accept?: string | boolean | undefined;
|
|
6368
6582
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6370,6 +6584,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6370
6584
|
robot: "/tus/store";
|
|
6371
6585
|
endpoint: string;
|
|
6372
6586
|
headers?: Record<string, string> | undefined;
|
|
6587
|
+
result?: string | boolean | undefined;
|
|
6373
6588
|
use?: string | string[] | {
|
|
6374
6589
|
name: string;
|
|
6375
6590
|
fields?: string | undefined;
|
|
@@ -6385,7 +6600,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6385
6600
|
group_by_original?: boolean | undefined;
|
|
6386
6601
|
} | undefined;
|
|
6387
6602
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6388
|
-
result?: string | boolean | undefined;
|
|
6389
6603
|
queue?: string | undefined;
|
|
6390
6604
|
force_accept?: string | boolean | undefined;
|
|
6391
6605
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6395,13 +6609,14 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6395
6609
|
ssl_url_template?: string | undefined;
|
|
6396
6610
|
} | {
|
|
6397
6611
|
robot: "/upload/handle";
|
|
6398
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6399
6612
|
result?: string | boolean | undefined;
|
|
6613
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6400
6614
|
queue?: string | undefined;
|
|
6401
6615
|
force_accept?: string | boolean | undefined;
|
|
6402
6616
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
6403
6617
|
} | {
|
|
6404
6618
|
robot: "/video/adaptive";
|
|
6619
|
+
result?: string | boolean | undefined;
|
|
6405
6620
|
ffmpeg?: string | z.objectInputType<{
|
|
6406
6621
|
af: z.ZodOptional<z.ZodString>;
|
|
6407
6622
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6538,7 +6753,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6538
6753
|
group_by_original?: boolean | undefined;
|
|
6539
6754
|
} | undefined;
|
|
6540
6755
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6541
|
-
result?: string | boolean | undefined;
|
|
6542
6756
|
queue?: string | undefined;
|
|
6543
6757
|
force_accept?: string | boolean | undefined;
|
|
6544
6758
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6552,6 +6766,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6552
6766
|
closed_captions?: string | boolean | undefined;
|
|
6553
6767
|
} | {
|
|
6554
6768
|
robot: "/video/concat";
|
|
6769
|
+
result?: string | boolean | undefined;
|
|
6555
6770
|
ffmpeg?: string | z.objectInputType<{
|
|
6556
6771
|
af: z.ZodOptional<z.ZodString>;
|
|
6557
6772
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6688,7 +6903,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6688
6903
|
group_by_original?: boolean | undefined;
|
|
6689
6904
|
} | undefined;
|
|
6690
6905
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6691
|
-
result?: string | boolean | undefined;
|
|
6692
6906
|
queue?: string | undefined;
|
|
6693
6907
|
force_accept?: string | boolean | undefined;
|
|
6694
6908
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6700,6 +6914,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6700
6914
|
video_fade_seconds?: string | number | undefined;
|
|
6701
6915
|
} | {
|
|
6702
6916
|
robot: "/video/encode";
|
|
6917
|
+
result?: string | boolean | undefined;
|
|
6703
6918
|
ffmpeg?: string | z.objectInputType<{
|
|
6704
6919
|
af: z.ZodOptional<z.ZodString>;
|
|
6705
6920
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6836,7 +7051,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6836
7051
|
group_by_original?: boolean | undefined;
|
|
6837
7052
|
} | undefined;
|
|
6838
7053
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6839
|
-
result?: string | boolean | undefined;
|
|
6840
7054
|
queue?: string | undefined;
|
|
6841
7055
|
force_accept?: string | boolean | undefined;
|
|
6842
7056
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6876,6 +7090,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
6876
7090
|
text_background_color?: string | undefined;
|
|
6877
7091
|
} | {
|
|
6878
7092
|
robot: "/video/merge";
|
|
7093
|
+
result?: string | boolean | undefined;
|
|
6879
7094
|
duration?: string | number | undefined;
|
|
6880
7095
|
loop?: string | boolean | undefined;
|
|
6881
7096
|
ffmpeg?: string | z.objectInputType<{
|
|
@@ -7014,7 +7229,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7014
7229
|
group_by_original?: boolean | undefined;
|
|
7015
7230
|
} | undefined;
|
|
7016
7231
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7017
|
-
result?: string | boolean | undefined;
|
|
7018
7232
|
queue?: string | undefined;
|
|
7019
7233
|
force_accept?: string | boolean | undefined;
|
|
7020
7234
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7186,6 +7400,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7186
7400
|
segment_name?: string | undefined;
|
|
7187
7401
|
segment_time_delta?: string | number | undefined;
|
|
7188
7402
|
}>;
|
|
7403
|
+
result?: string | boolean | undefined;
|
|
7189
7404
|
use?: string | string[] | {
|
|
7190
7405
|
name: string;
|
|
7191
7406
|
fields?: string | undefined;
|
|
@@ -7201,7 +7416,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7201
7416
|
group_by_original?: boolean | undefined;
|
|
7202
7417
|
} | undefined;
|
|
7203
7418
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7204
|
-
result?: string | boolean | undefined;
|
|
7205
7419
|
queue?: string | undefined;
|
|
7206
7420
|
force_accept?: string | boolean | undefined;
|
|
7207
7421
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7213,6 +7427,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7213
7427
|
} | {
|
|
7214
7428
|
robot: "/video/subtitle";
|
|
7215
7429
|
font?: string | undefined;
|
|
7430
|
+
result?: string | boolean | undefined;
|
|
7216
7431
|
ffmpeg?: string | z.objectInputType<{
|
|
7217
7432
|
af: z.ZodOptional<z.ZodString>;
|
|
7218
7433
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -7349,7 +7564,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7349
7564
|
group_by_original?: boolean | undefined;
|
|
7350
7565
|
} | undefined;
|
|
7351
7566
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7352
|
-
result?: string | boolean | undefined;
|
|
7353
7567
|
queue?: string | undefined;
|
|
7354
7568
|
force_accept?: string | boolean | undefined;
|
|
7355
7569
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7357,17 +7571,18 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7357
7571
|
ffmpeg_stack?: string | undefined;
|
|
7358
7572
|
width?: string | number | null | undefined;
|
|
7359
7573
|
height?: string | number | null | undefined;
|
|
7574
|
+
border_color?: string | undefined;
|
|
7360
7575
|
font_size?: string | number | undefined;
|
|
7361
7576
|
font_color?: string | undefined;
|
|
7362
7577
|
subtitles_type?: string | undefined;
|
|
7363
7578
|
border_style?: string | undefined;
|
|
7364
|
-
border_color?: string | undefined;
|
|
7365
7579
|
position?: string | undefined;
|
|
7366
7580
|
language?: string | null | undefined;
|
|
7367
7581
|
keep_subtitles?: string | boolean | undefined;
|
|
7368
7582
|
} | {
|
|
7369
7583
|
robot: "/video/thumbs";
|
|
7370
7584
|
format?: string | undefined;
|
|
7585
|
+
result?: string | boolean | undefined;
|
|
7371
7586
|
count?: string | number | undefined;
|
|
7372
7587
|
ffmpeg?: string | z.objectInputType<{
|
|
7373
7588
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -7505,7 +7720,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7505
7720
|
group_by_original?: boolean | undefined;
|
|
7506
7721
|
} | undefined;
|
|
7507
7722
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7508
|
-
result?: string | boolean | undefined;
|
|
7509
7723
|
queue?: string | undefined;
|
|
7510
7724
|
force_accept?: string | boolean | undefined;
|
|
7511
7725
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7520,8 +7734,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7520
7734
|
} | {
|
|
7521
7735
|
robot: "/vimeo/import";
|
|
7522
7736
|
path?: string | string[] | undefined;
|
|
7523
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7524
7737
|
result?: string | boolean | undefined;
|
|
7738
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7525
7739
|
queue?: string | undefined;
|
|
7526
7740
|
force_accept?: string | boolean | undefined;
|
|
7527
7741
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -7534,6 +7748,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7534
7748
|
description: string;
|
|
7535
7749
|
title: string;
|
|
7536
7750
|
robot: "/vimeo/store";
|
|
7751
|
+
result?: string | boolean | undefined;
|
|
7537
7752
|
password?: string | undefined;
|
|
7538
7753
|
use?: string | string[] | {
|
|
7539
7754
|
name: string;
|
|
@@ -7550,7 +7765,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7550
7765
|
group_by_original?: boolean | undefined;
|
|
7551
7766
|
} | undefined;
|
|
7552
7767
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7553
|
-
result?: string | boolean | undefined;
|
|
7554
7768
|
queue?: string | undefined;
|
|
7555
7769
|
force_accept?: string | boolean | undefined;
|
|
7556
7770
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7567,8 +7781,8 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7567
7781
|
key?: string | undefined;
|
|
7568
7782
|
secret?: string | undefined;
|
|
7569
7783
|
recursive?: string | boolean | undefined;
|
|
7570
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7571
7784
|
result?: string | boolean | undefined;
|
|
7785
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7572
7786
|
queue?: string | undefined;
|
|
7573
7787
|
force_accept?: string | boolean | undefined;
|
|
7574
7788
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -7586,6 +7800,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7586
7800
|
path?: string | undefined;
|
|
7587
7801
|
key?: string | undefined;
|
|
7588
7802
|
secret?: string | undefined;
|
|
7803
|
+
result?: string | boolean | undefined;
|
|
7589
7804
|
use?: string | string[] | {
|
|
7590
7805
|
name: string;
|
|
7591
7806
|
fields?: string | undefined;
|
|
@@ -7601,7 +7816,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7601
7816
|
group_by_original?: boolean | undefined;
|
|
7602
7817
|
} | undefined;
|
|
7603
7818
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7604
|
-
result?: string | boolean | undefined;
|
|
7605
7819
|
queue?: string | undefined;
|
|
7606
7820
|
force_accept?: string | boolean | undefined;
|
|
7607
7821
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7617,6 +7831,7 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7617
7831
|
credentials: string;
|
|
7618
7832
|
keywords: string;
|
|
7619
7833
|
visibility: string;
|
|
7834
|
+
result?: string | boolean | undefined;
|
|
7620
7835
|
use?: string | string[] | {
|
|
7621
7836
|
name: string;
|
|
7622
7837
|
fields?: string | undefined;
|
|
@@ -7632,7 +7847,6 @@ export declare const assemblyReplaySchema: z.ZodObject<{
|
|
|
7632
7847
|
group_by_original?: boolean | undefined;
|
|
7633
7848
|
} | undefined;
|
|
7634
7849
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7635
|
-
result?: string | boolean | undefined;
|
|
7636
7850
|
queue?: string | undefined;
|
|
7637
7851
|
force_accept?: string | boolean | undefined;
|
|
7638
7852
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|