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 assemblyReplayNotificationSchema: 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
|
}>;
|
|
@@ -28,9 +28,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
28
28
|
}, "strict", z.ZodTypeAny, {
|
|
29
29
|
auth: {
|
|
30
30
|
key: string;
|
|
31
|
-
secret?: string | undefined;
|
|
32
31
|
expires?: string | undefined;
|
|
33
32
|
referer?: string | undefined;
|
|
33
|
+
secret?: string | undefined;
|
|
34
34
|
max_size?: number | undefined;
|
|
35
35
|
nonce?: string | undefined;
|
|
36
36
|
};
|
|
@@ -38,9 +38,97 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
38
38
|
steps?: Record<string, {
|
|
39
39
|
robot: string;
|
|
40
40
|
} & ({
|
|
41
|
+
format: string;
|
|
42
|
+
result: string | boolean;
|
|
43
|
+
robot: "/ai/chat";
|
|
44
|
+
force_accept: string | boolean;
|
|
45
|
+
ignore_errors: string | string[];
|
|
46
|
+
model: string;
|
|
47
|
+
return_messages: string;
|
|
48
|
+
messages: string | ({
|
|
49
|
+
role: "system";
|
|
50
|
+
content: string;
|
|
51
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
52
|
+
} | {
|
|
53
|
+
role: "user";
|
|
54
|
+
content: string | ({
|
|
55
|
+
type: "text";
|
|
56
|
+
text: string;
|
|
57
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
58
|
+
} | {
|
|
59
|
+
image: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
60
|
+
type: "image";
|
|
61
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
62
|
+
mimeType?: string | undefined;
|
|
63
|
+
} | {
|
|
64
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
65
|
+
type: "file";
|
|
66
|
+
mediaType: string;
|
|
67
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
68
|
+
})[];
|
|
69
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
70
|
+
} | {
|
|
71
|
+
role: "assistant";
|
|
72
|
+
content: string | ({
|
|
73
|
+
type: "text";
|
|
74
|
+
text: string;
|
|
75
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
76
|
+
} | {
|
|
77
|
+
type: "tool-call";
|
|
78
|
+
args: Record<string, any>;
|
|
79
|
+
toolCallId: string;
|
|
80
|
+
toolName: string;
|
|
81
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
82
|
+
})[];
|
|
83
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
84
|
+
} | {
|
|
85
|
+
role: "tool";
|
|
86
|
+
content: {
|
|
87
|
+
type: "tool-result";
|
|
88
|
+
toolCallId: string;
|
|
89
|
+
toolName: string;
|
|
90
|
+
result?: unknown;
|
|
91
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
92
|
+
experimental_content?: ({
|
|
93
|
+
type: "text";
|
|
94
|
+
text: string;
|
|
95
|
+
} | {
|
|
96
|
+
data: string;
|
|
97
|
+
type: "image";
|
|
98
|
+
mimeType?: string | undefined;
|
|
99
|
+
})[] | undefined;
|
|
100
|
+
isError?: boolean | undefined;
|
|
101
|
+
}[];
|
|
102
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
103
|
+
})[];
|
|
104
|
+
schema?: string | undefined;
|
|
105
|
+
use?: string | string[] | {
|
|
106
|
+
name: string;
|
|
107
|
+
fields?: string | undefined;
|
|
108
|
+
as?: string | undefined;
|
|
109
|
+
}[] | {
|
|
110
|
+
steps: string | string[] | {
|
|
111
|
+
name: string;
|
|
112
|
+
fields?: string | undefined;
|
|
113
|
+
as?: string | undefined;
|
|
114
|
+
}[];
|
|
115
|
+
fields?: string[] | undefined;
|
|
116
|
+
bundle_steps?: boolean | undefined;
|
|
117
|
+
group_by_original?: boolean | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
120
|
+
queue?: string | undefined;
|
|
121
|
+
credentials?: string | string[] | undefined;
|
|
122
|
+
system_message?: string | undefined;
|
|
123
|
+
mcp_servers?: string | (string | {
|
|
124
|
+
type: string;
|
|
125
|
+
url: string;
|
|
126
|
+
headers?: Record<string, string> | undefined;
|
|
127
|
+
})[] | undefined;
|
|
128
|
+
} | {
|
|
41
129
|
method: string;
|
|
42
|
-
robot: "/audio/artwork";
|
|
43
130
|
result: string | boolean;
|
|
131
|
+
robot: "/audio/artwork";
|
|
44
132
|
force_accept: string | boolean;
|
|
45
133
|
ignore_errors: string | string[];
|
|
46
134
|
ffmpeg_stack: string;
|
|
@@ -190,6 +278,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
190
278
|
ffmpeg_stack: string;
|
|
191
279
|
audio_fade_seconds: string | number;
|
|
192
280
|
crossfade: string | boolean;
|
|
281
|
+
result?: string | boolean | undefined;
|
|
193
282
|
ffmpeg?: string | z.objectOutputType<{
|
|
194
283
|
af: z.ZodOptional<z.ZodString>;
|
|
195
284
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -326,7 +415,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
326
415
|
group_by_original?: boolean | undefined;
|
|
327
416
|
} | undefined;
|
|
328
417
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
329
|
-
result?: string | boolean | undefined;
|
|
330
418
|
queue?: string | undefined;
|
|
331
419
|
preset?: string | undefined;
|
|
332
420
|
bitrate?: string | number | undefined;
|
|
@@ -336,6 +424,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
336
424
|
force_accept: string | boolean;
|
|
337
425
|
ignore_errors: string | string[];
|
|
338
426
|
ffmpeg_stack: string;
|
|
427
|
+
result?: string | boolean | undefined;
|
|
339
428
|
ffmpeg?: string | z.objectOutputType<{
|
|
340
429
|
af: z.ZodOptional<z.ZodString>;
|
|
341
430
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -472,15 +561,14 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
472
561
|
group_by_original?: boolean | undefined;
|
|
473
562
|
} | undefined;
|
|
474
563
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
475
|
-
result?: string | boolean | undefined;
|
|
476
564
|
queue?: string | undefined;
|
|
477
565
|
preset?: string | undefined;
|
|
478
566
|
bitrate?: string | number | undefined;
|
|
479
567
|
sample_rate?: string | number | undefined;
|
|
480
568
|
} | {
|
|
569
|
+
result: string | boolean;
|
|
481
570
|
duration: string | number;
|
|
482
571
|
robot: "/audio/loop";
|
|
483
|
-
result: string | boolean;
|
|
484
572
|
force_accept: string | boolean;
|
|
485
573
|
ignore_errors: string | string[];
|
|
486
574
|
ffmpeg_stack: string;
|
|
@@ -625,10 +713,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
625
713
|
bitrate?: string | number | undefined;
|
|
626
714
|
sample_rate?: string | number | undefined;
|
|
627
715
|
} | {
|
|
716
|
+
result: string | boolean;
|
|
628
717
|
duration: string;
|
|
629
718
|
loop: string | boolean;
|
|
630
719
|
robot: "/audio/merge";
|
|
631
|
-
result: string | boolean;
|
|
632
720
|
force_accept: string | boolean;
|
|
633
721
|
ignore_errors: string | string[];
|
|
634
722
|
ffmpeg_stack: string;
|
|
@@ -774,10 +862,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
774
862
|
bitrate?: string | number | undefined;
|
|
775
863
|
sample_rate?: string | number | undefined;
|
|
776
864
|
} | {
|
|
777
|
-
style: string
|
|
865
|
+
style: string;
|
|
778
866
|
format: string;
|
|
779
|
-
robot: "/audio/waveform";
|
|
780
867
|
result: string | boolean;
|
|
868
|
+
robot: "/audio/waveform";
|
|
781
869
|
force_accept: string | boolean;
|
|
782
870
|
ignore_errors: string | string[];
|
|
783
871
|
ffmpeg_stack: string;
|
|
@@ -787,6 +875,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
787
875
|
background_color: string;
|
|
788
876
|
center_color: string;
|
|
789
877
|
outer_color: string;
|
|
878
|
+
end?: string | number | undefined;
|
|
879
|
+
start?: string | number | undefined;
|
|
880
|
+
compression?: string | number | undefined;
|
|
790
881
|
ffmpeg?: string | z.objectOutputType<{
|
|
791
882
|
af: z.ZodOptional<z.ZodString>;
|
|
792
883
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -924,11 +1015,25 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
924
1015
|
} | undefined;
|
|
925
1016
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
926
1017
|
queue?: string | undefined;
|
|
1018
|
+
zoom?: string | number | undefined;
|
|
1019
|
+
split_channels?: string | boolean | undefined;
|
|
1020
|
+
pixels_per_second?: string | number | undefined;
|
|
1021
|
+
bits?: string | 8 | 16 | undefined;
|
|
1022
|
+
colors?: string | undefined;
|
|
1023
|
+
border_color?: string | undefined;
|
|
1024
|
+
waveform_style?: string | undefined;
|
|
1025
|
+
bar_width?: string | number | undefined;
|
|
1026
|
+
bar_gap?: string | number | undefined;
|
|
1027
|
+
bar_style?: string | undefined;
|
|
1028
|
+
axis_label_color?: string | undefined;
|
|
1029
|
+
no_axis_labels?: string | boolean | undefined;
|
|
1030
|
+
with_axis_labels?: string | boolean | undefined;
|
|
1031
|
+
amplitude_scale?: string | number | undefined;
|
|
927
1032
|
} | {
|
|
928
1033
|
path: string | string[];
|
|
929
1034
|
recursive: string | boolean;
|
|
930
|
-
robot: "/azure/import";
|
|
931
1035
|
result: string | boolean;
|
|
1036
|
+
robot: "/azure/import";
|
|
932
1037
|
force_accept: string | boolean;
|
|
933
1038
|
ignore_errors: string | string[];
|
|
934
1039
|
force_name: string | string[] | null;
|
|
@@ -942,8 +1047,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
942
1047
|
container?: string | undefined;
|
|
943
1048
|
} | {
|
|
944
1049
|
path: string;
|
|
945
|
-
robot: "/azure/store";
|
|
946
1050
|
result: string | boolean;
|
|
1051
|
+
robot: "/azure/store";
|
|
947
1052
|
force_accept: string | boolean;
|
|
948
1053
|
ignore_errors: string | string[];
|
|
949
1054
|
metadata: Record<string, string>;
|
|
@@ -977,8 +1082,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
977
1082
|
} | {
|
|
978
1083
|
path: string | string[];
|
|
979
1084
|
recursive: string | boolean;
|
|
980
|
-
robot: "/backblaze/import";
|
|
981
1085
|
result: string | boolean;
|
|
1086
|
+
robot: "/backblaze/import";
|
|
982
1087
|
force_accept: string | boolean;
|
|
983
1088
|
ignore_errors: string | string[];
|
|
984
1089
|
force_name: string | string[] | null;
|
|
@@ -993,8 +1098,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
993
1098
|
} | {
|
|
994
1099
|
headers: Record<string, string>;
|
|
995
1100
|
path: string;
|
|
996
|
-
robot: "/backblaze/store";
|
|
997
1101
|
result: string | boolean;
|
|
1102
|
+
robot: "/backblaze/store";
|
|
998
1103
|
force_accept: string | boolean;
|
|
999
1104
|
ignore_errors: string | string[];
|
|
1000
1105
|
use?: string | string[] | {
|
|
@@ -1020,8 +1125,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1020
1125
|
} | {
|
|
1021
1126
|
path: string | string[];
|
|
1022
1127
|
recursive: string | boolean;
|
|
1023
|
-
robot: "/cloudfiles/import";
|
|
1024
1128
|
result: string | boolean;
|
|
1129
|
+
robot: "/cloudfiles/import";
|
|
1025
1130
|
force_accept: string | boolean;
|
|
1026
1131
|
ignore_errors: string | string[];
|
|
1027
1132
|
force_name: string | string[] | null;
|
|
@@ -1037,8 +1142,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1037
1142
|
user?: string | undefined;
|
|
1038
1143
|
} | {
|
|
1039
1144
|
path: string;
|
|
1040
|
-
robot: "/cloudfiles/store";
|
|
1041
1145
|
result: string | boolean;
|
|
1146
|
+
robot: "/cloudfiles/store";
|
|
1042
1147
|
force_accept: string | boolean;
|
|
1043
1148
|
ignore_errors: string | string[];
|
|
1044
1149
|
key?: string | undefined;
|
|
@@ -1066,8 +1171,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1066
1171
|
} | {
|
|
1067
1172
|
path: string | string[];
|
|
1068
1173
|
recursive: string | boolean;
|
|
1069
|
-
robot: "/cloudflare/import";
|
|
1070
1174
|
result: string | boolean;
|
|
1175
|
+
robot: "/cloudflare/import";
|
|
1071
1176
|
force_accept: string | boolean;
|
|
1072
1177
|
ignore_errors: string | string[];
|
|
1073
1178
|
force_name: string | string[] | null;
|
|
@@ -1084,8 +1189,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1084
1189
|
} | {
|
|
1085
1190
|
headers: Record<string, string>;
|
|
1086
1191
|
path: string;
|
|
1087
|
-
robot: "/cloudflare/store";
|
|
1088
1192
|
result: string | boolean;
|
|
1193
|
+
robot: "/cloudflare/store";
|
|
1089
1194
|
force_accept: string | boolean;
|
|
1090
1195
|
ignore_errors: string | string[];
|
|
1091
1196
|
host?: string | undefined;
|
|
@@ -1114,8 +1219,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1114
1219
|
} | {
|
|
1115
1220
|
path: string | string[];
|
|
1116
1221
|
recursive: string | boolean;
|
|
1117
|
-
robot: "/digitalocean/import";
|
|
1118
1222
|
result: string | boolean;
|
|
1223
|
+
robot: "/digitalocean/import";
|
|
1119
1224
|
force_accept: string | boolean;
|
|
1120
1225
|
ignore_errors: string | string[];
|
|
1121
1226
|
force_name: string | string[] | null;
|
|
@@ -1132,8 +1237,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1132
1237
|
} | {
|
|
1133
1238
|
headers: Record<string, string>;
|
|
1134
1239
|
path: string;
|
|
1135
|
-
robot: "/digitalocean/store";
|
|
1136
1240
|
result: string | boolean;
|
|
1241
|
+
robot: "/digitalocean/store";
|
|
1137
1242
|
force_accept: string | boolean;
|
|
1138
1243
|
ignore_errors: string | string[];
|
|
1139
1244
|
url_prefix: string;
|
|
@@ -1161,8 +1266,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1161
1266
|
region?: string | undefined;
|
|
1162
1267
|
sign_urls_for?: string | number | undefined;
|
|
1163
1268
|
} | {
|
|
1164
|
-
robot: "/document/autorotate";
|
|
1165
1269
|
result: string | boolean;
|
|
1270
|
+
robot: "/document/autorotate";
|
|
1166
1271
|
force_accept: string | boolean;
|
|
1167
1272
|
ignore_errors: string | string[];
|
|
1168
1273
|
use?: string | string[] | {
|
|
@@ -1183,8 +1288,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1183
1288
|
queue?: string | undefined;
|
|
1184
1289
|
} | {
|
|
1185
1290
|
format: string;
|
|
1186
|
-
robot: "/document/convert";
|
|
1187
1291
|
result: string | boolean;
|
|
1292
|
+
robot: "/document/convert";
|
|
1188
1293
|
force_accept: string | boolean;
|
|
1189
1294
|
ignore_errors: string | string[];
|
|
1190
1295
|
markdown_format: string;
|
|
@@ -1212,8 +1317,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1212
1317
|
pdf_header_template?: string | undefined;
|
|
1213
1318
|
pdf_footer_template?: string | undefined;
|
|
1214
1319
|
} | {
|
|
1215
|
-
robot: "/document/merge";
|
|
1216
1320
|
result: string | boolean;
|
|
1321
|
+
robot: "/document/merge";
|
|
1217
1322
|
force_accept: string | boolean;
|
|
1218
1323
|
ignore_errors: string | string[];
|
|
1219
1324
|
input_passwords: string | string[];
|
|
@@ -1236,8 +1341,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1236
1341
|
output_password?: string | undefined;
|
|
1237
1342
|
} | {
|
|
1238
1343
|
format: string;
|
|
1239
|
-
robot: "/document/ocr";
|
|
1240
1344
|
result: string | boolean;
|
|
1345
|
+
robot: "/document/ocr";
|
|
1241
1346
|
force_accept: string | boolean;
|
|
1242
1347
|
ignore_errors: string | string[];
|
|
1243
1348
|
provider: string;
|
|
@@ -1259,8 +1364,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1259
1364
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1260
1365
|
queue?: string | undefined;
|
|
1261
1366
|
} | {
|
|
1262
|
-
robot: "/document/split";
|
|
1263
1367
|
result: string | boolean;
|
|
1368
|
+
robot: "/document/split";
|
|
1264
1369
|
force_accept: string | boolean;
|
|
1265
1370
|
ignore_errors: string | string[];
|
|
1266
1371
|
use?: string | string[] | {
|
|
@@ -1282,8 +1387,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1282
1387
|
pages?: string | string[] | undefined;
|
|
1283
1388
|
} | {
|
|
1284
1389
|
format: string;
|
|
1285
|
-
robot: "/document/thumbs";
|
|
1286
1390
|
result: string | boolean;
|
|
1391
|
+
robot: "/document/thumbs";
|
|
1287
1392
|
force_accept: string | boolean;
|
|
1288
1393
|
ignore_errors: string | string[];
|
|
1289
1394
|
imagemagick_stack: string;
|
|
@@ -1318,8 +1423,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1318
1423
|
colorspace?: string | undefined;
|
|
1319
1424
|
} | {
|
|
1320
1425
|
path: string | string[];
|
|
1321
|
-
robot: "/dropbox/import";
|
|
1322
1426
|
result: string | boolean;
|
|
1427
|
+
robot: "/dropbox/import";
|
|
1323
1428
|
force_accept: string | boolean;
|
|
1324
1429
|
ignore_errors: string | string[];
|
|
1325
1430
|
force_name: string | string[] | null;
|
|
@@ -1328,8 +1433,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1328
1433
|
credentials?: string | undefined;
|
|
1329
1434
|
} | {
|
|
1330
1435
|
path: string;
|
|
1331
|
-
robot: "/dropbox/store";
|
|
1332
1436
|
result: string | boolean;
|
|
1437
|
+
robot: "/dropbox/store";
|
|
1333
1438
|
force_accept: string | boolean;
|
|
1334
1439
|
ignore_errors: string | string[];
|
|
1335
1440
|
create_sharing_link: string | boolean;
|
|
@@ -1351,18 +1456,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1351
1456
|
queue?: string | undefined;
|
|
1352
1457
|
credentials?: string | undefined;
|
|
1353
1458
|
} | {
|
|
1354
|
-
robot: "/edgly/deliver";
|
|
1355
1459
|
result: string | boolean;
|
|
1460
|
+
robot: "/edgly/deliver";
|
|
1356
1461
|
force_accept: string | boolean;
|
|
1357
1462
|
ignore_errors: string | string[];
|
|
1358
1463
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1359
1464
|
queue?: string | undefined;
|
|
1360
1465
|
} | {
|
|
1361
1466
|
format: string;
|
|
1467
|
+
result: string | boolean;
|
|
1362
1468
|
gzip: string | boolean;
|
|
1363
1469
|
password: string | null;
|
|
1364
1470
|
robot: "/file/compress";
|
|
1365
|
-
result: string | boolean;
|
|
1366
1471
|
force_accept: string | boolean;
|
|
1367
1472
|
ignore_errors: string | string[];
|
|
1368
1473
|
compression_level: string | number;
|
|
@@ -1385,8 +1490,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1385
1490
|
queue?: string | undefined;
|
|
1386
1491
|
archive_name?: string | undefined;
|
|
1387
1492
|
} | {
|
|
1388
|
-
robot: "/file/decompress";
|
|
1389
1493
|
result: string | boolean;
|
|
1494
|
+
robot: "/file/decompress";
|
|
1390
1495
|
force_accept: string | boolean;
|
|
1391
1496
|
ignore_errors: string | ("meta" | "execute")[];
|
|
1392
1497
|
use?: string | string[] | {
|
|
@@ -1406,8 +1511,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1406
1511
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1407
1512
|
queue?: string | undefined;
|
|
1408
1513
|
} | {
|
|
1409
|
-
robot: "/file/filter";
|
|
1410
1514
|
result: string | boolean;
|
|
1515
|
+
robot: "/file/filter";
|
|
1411
1516
|
force_accept: string | boolean;
|
|
1412
1517
|
ignore_errors: string | string[];
|
|
1413
1518
|
condition_type: string;
|
|
@@ -1432,8 +1537,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1432
1537
|
accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
1433
1538
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
1434
1539
|
} | {
|
|
1435
|
-
robot: "/file/hash";
|
|
1436
1540
|
result: string | boolean;
|
|
1541
|
+
robot: "/file/hash";
|
|
1437
1542
|
force_accept: string | boolean;
|
|
1438
1543
|
ignore_errors: string | string[];
|
|
1439
1544
|
algorithm: string;
|
|
@@ -1455,9 +1560,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1455
1560
|
queue?: string | undefined;
|
|
1456
1561
|
} | {
|
|
1457
1562
|
format: string;
|
|
1563
|
+
result: string | boolean;
|
|
1458
1564
|
optimize: string | boolean;
|
|
1459
1565
|
robot: "/file/preview";
|
|
1460
|
-
result: string | boolean;
|
|
1461
1566
|
force_accept: string | boolean;
|
|
1462
1567
|
ignore_errors: string | string[];
|
|
1463
1568
|
width: string | number;
|
|
@@ -1507,8 +1612,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1507
1612
|
artwork_outer_color?: string | undefined;
|
|
1508
1613
|
artwork_center_color?: string | undefined;
|
|
1509
1614
|
} | {
|
|
1510
|
-
robot: "/file/read";
|
|
1511
1615
|
result: string | boolean;
|
|
1616
|
+
robot: "/file/read";
|
|
1512
1617
|
force_accept: string | boolean;
|
|
1513
1618
|
ignore_errors: string | string[];
|
|
1514
1619
|
use?: string | string[] | {
|
|
@@ -1529,8 +1634,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1529
1634
|
queue?: string | undefined;
|
|
1530
1635
|
} | {
|
|
1531
1636
|
headers: Record<string, string>;
|
|
1532
|
-
robot: "/file/serve";
|
|
1533
1637
|
result: string | boolean;
|
|
1638
|
+
robot: "/file/serve";
|
|
1534
1639
|
force_accept: string | boolean;
|
|
1535
1640
|
ignore_errors: string | string[];
|
|
1536
1641
|
use?: string | string[] | {
|
|
@@ -1550,8 +1655,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1550
1655
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1551
1656
|
queue?: string | undefined;
|
|
1552
1657
|
} | {
|
|
1553
|
-
robot: "/file/verify";
|
|
1554
1658
|
result: string | boolean;
|
|
1659
|
+
robot: "/file/verify";
|
|
1555
1660
|
force_accept: string | boolean;
|
|
1556
1661
|
ignore_errors: string | string[];
|
|
1557
1662
|
error_on_decline: string | boolean;
|
|
@@ -1574,8 +1679,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1574
1679
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1575
1680
|
queue?: string | undefined;
|
|
1576
1681
|
} | {
|
|
1577
|
-
robot: "/file/virusscan";
|
|
1578
1682
|
result: string | boolean;
|
|
1683
|
+
robot: "/file/virusscan";
|
|
1579
1684
|
force_accept: string | boolean;
|
|
1580
1685
|
ignore_errors: string | string[];
|
|
1581
1686
|
error_on_decline: string | boolean;
|
|
@@ -1599,8 +1704,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1599
1704
|
} | {
|
|
1600
1705
|
path: string | string[];
|
|
1601
1706
|
port: string | number;
|
|
1602
|
-
robot: "/ftp/import";
|
|
1603
1707
|
result: string | boolean;
|
|
1708
|
+
robot: "/ftp/import";
|
|
1604
1709
|
force_accept: string | boolean;
|
|
1605
1710
|
ignore_errors: string | string[];
|
|
1606
1711
|
force_name: string | string[] | null;
|
|
@@ -1614,8 +1719,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1614
1719
|
} | {
|
|
1615
1720
|
path: string;
|
|
1616
1721
|
port: string | number;
|
|
1617
|
-
robot: "/ftp/store";
|
|
1618
1722
|
result: string | boolean;
|
|
1723
|
+
robot: "/ftp/store";
|
|
1619
1724
|
force_accept: string | boolean;
|
|
1620
1725
|
ignore_errors: string | string[];
|
|
1621
1726
|
url_template: string;
|
|
@@ -1644,8 +1749,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1644
1749
|
} | {
|
|
1645
1750
|
path: string | string[];
|
|
1646
1751
|
recursive: string | boolean;
|
|
1647
|
-
robot: "/google/import";
|
|
1648
1752
|
result: string | boolean;
|
|
1753
|
+
robot: "/google/import";
|
|
1649
1754
|
force_accept: string | boolean;
|
|
1650
1755
|
ignore_errors: string | string[];
|
|
1651
1756
|
force_name: string | string[] | null;
|
|
@@ -1663,6 +1768,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1663
1768
|
acl: string | null;
|
|
1664
1769
|
url_template: string;
|
|
1665
1770
|
ssl_url_template: string;
|
|
1771
|
+
result?: string | boolean | undefined;
|
|
1666
1772
|
use?: string | string[] | {
|
|
1667
1773
|
name: string;
|
|
1668
1774
|
fields?: string | undefined;
|
|
@@ -1678,14 +1784,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1678
1784
|
group_by_original?: boolean | undefined;
|
|
1679
1785
|
} | undefined;
|
|
1680
1786
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1681
|
-
result?: string | boolean | undefined;
|
|
1682
1787
|
queue?: string | undefined;
|
|
1683
1788
|
cache_control?: string | undefined;
|
|
1684
1789
|
} | {
|
|
1685
1790
|
format: string;
|
|
1686
1791
|
url: string | null;
|
|
1687
|
-
robot: "/html/convert";
|
|
1688
1792
|
result: string | boolean;
|
|
1793
|
+
robot: "/html/convert";
|
|
1689
1794
|
force_accept: string | boolean;
|
|
1690
1795
|
ignore_errors: string | string[];
|
|
1691
1796
|
width: string | number;
|
|
@@ -1714,8 +1819,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1714
1819
|
} | {
|
|
1715
1820
|
headers: string | string[] | Record<string, string>[];
|
|
1716
1821
|
url: string | string[];
|
|
1717
|
-
robot: "/http/import";
|
|
1718
1822
|
result: string | boolean;
|
|
1823
|
+
robot: "/http/import";
|
|
1719
1824
|
force_accept: string | boolean;
|
|
1720
1825
|
ignore_errors: string | string[];
|
|
1721
1826
|
force_name: string | string[] | null;
|
|
@@ -1727,8 +1832,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1727
1832
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1728
1833
|
queue?: string | undefined;
|
|
1729
1834
|
} | {
|
|
1730
|
-
robot: "/image/bgremove";
|
|
1731
1835
|
result: string | boolean;
|
|
1836
|
+
robot: "/image/bgremove";
|
|
1732
1837
|
force_accept: string | boolean;
|
|
1733
1838
|
ignore_errors: string | string[];
|
|
1734
1839
|
format?: string | undefined;
|
|
@@ -1748,12 +1853,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1748
1853
|
} | undefined;
|
|
1749
1854
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1750
1855
|
queue?: string | undefined;
|
|
1856
|
+
model?: string | undefined;
|
|
1751
1857
|
provider?: string | undefined;
|
|
1752
1858
|
select?: string | undefined;
|
|
1753
1859
|
} | {
|
|
1754
1860
|
format: string;
|
|
1755
|
-
robot: "/image/describe";
|
|
1756
1861
|
result: string | boolean;
|
|
1862
|
+
robot: "/image/describe";
|
|
1757
1863
|
force_accept: string | boolean;
|
|
1758
1864
|
ignore_errors: string | string[];
|
|
1759
1865
|
granularity: string;
|
|
@@ -1777,8 +1883,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1777
1883
|
provider?: string | undefined;
|
|
1778
1884
|
} | {
|
|
1779
1885
|
format: string;
|
|
1780
|
-
robot: "/image/facedetect";
|
|
1781
1886
|
result: string | boolean;
|
|
1887
|
+
robot: "/image/facedetect";
|
|
1782
1888
|
force_accept: string | boolean;
|
|
1783
1889
|
ignore_errors: string | string[];
|
|
1784
1890
|
crop: string | boolean;
|
|
@@ -1805,12 +1911,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1805
1911
|
} | {
|
|
1806
1912
|
prompt: string;
|
|
1807
1913
|
robot: "/image/generate";
|
|
1808
|
-
result: string | boolean;
|
|
1809
1914
|
force_accept: string | boolean;
|
|
1810
1915
|
ignore_errors: string | string[];
|
|
1811
|
-
model: string;
|
|
1812
1916
|
style?: string | undefined;
|
|
1813
1917
|
format?: string | undefined;
|
|
1918
|
+
result?: string | boolean | undefined;
|
|
1814
1919
|
use?: string | string[] | {
|
|
1815
1920
|
name: string;
|
|
1816
1921
|
fields?: string | undefined;
|
|
@@ -1829,13 +1934,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1829
1934
|
queue?: string | undefined;
|
|
1830
1935
|
width?: string | number | undefined;
|
|
1831
1936
|
height?: string | number | undefined;
|
|
1937
|
+
model?: string | undefined;
|
|
1938
|
+
provider?: string | undefined;
|
|
1832
1939
|
seed?: string | number | undefined;
|
|
1833
1940
|
aspect_ratio?: string | undefined;
|
|
1834
1941
|
num_outputs?: string | number | undefined;
|
|
1835
1942
|
} | {
|
|
1836
1943
|
format: string;
|
|
1837
|
-
robot: "/image/merge";
|
|
1838
1944
|
result: string | boolean;
|
|
1945
|
+
robot: "/image/merge";
|
|
1839
1946
|
force_accept: string | boolean;
|
|
1840
1947
|
ignore_errors: string | string[];
|
|
1841
1948
|
background: string;
|
|
@@ -1861,8 +1968,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1861
1968
|
queue?: string | undefined;
|
|
1862
1969
|
} | {
|
|
1863
1970
|
format: string;
|
|
1864
|
-
robot: "/image/ocr";
|
|
1865
1971
|
result: string | boolean;
|
|
1972
|
+
robot: "/image/ocr";
|
|
1866
1973
|
force_accept: string | boolean;
|
|
1867
1974
|
ignore_errors: string | string[];
|
|
1868
1975
|
provider: string;
|
|
@@ -1884,11 +1991,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1884
1991
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
1885
1992
|
queue?: string | undefined;
|
|
1886
1993
|
} | {
|
|
1887
|
-
|
|
1994
|
+
priority: string;
|
|
1888
1995
|
result: string | boolean;
|
|
1996
|
+
robot: "/image/optimize";
|
|
1889
1997
|
force_accept: string | boolean;
|
|
1890
1998
|
ignore_errors: string | string[];
|
|
1891
|
-
priority: string;
|
|
1892
1999
|
progressive: string | boolean;
|
|
1893
2000
|
preserve_meta_data: string | boolean;
|
|
1894
2001
|
fix_breaking_images: string | boolean;
|
|
@@ -1911,9 +2018,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1911
2018
|
} | {
|
|
1912
2019
|
format: string | null;
|
|
1913
2020
|
strip: string | boolean;
|
|
2021
|
+
result: string | boolean;
|
|
1914
2022
|
compress: string | null;
|
|
1915
2023
|
robot: "/image/resize";
|
|
1916
|
-
result: string | boolean;
|
|
1917
2024
|
force_accept: string | boolean;
|
|
1918
2025
|
ignore_errors: string | string[];
|
|
1919
2026
|
imagemagick_stack: string;
|
|
@@ -1952,8 +2059,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
1952
2059
|
clip: string | boolean;
|
|
1953
2060
|
negate: string | boolean;
|
|
1954
2061
|
monochrome: string | boolean;
|
|
1955
|
-
transparent?: string | undefined;
|
|
1956
2062
|
type?: string | undefined;
|
|
2063
|
+
transparent?: string | undefined;
|
|
1957
2064
|
text?: string | {
|
|
1958
2065
|
font: string;
|
|
1959
2066
|
text: string;
|
|
@@ -2012,12 +2119,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2012
2119
|
preclip_alpha?: string | undefined;
|
|
2013
2120
|
shave?: string | undefined;
|
|
2014
2121
|
} | {
|
|
2015
|
-
robot: "/meta/write";
|
|
2016
2122
|
result: string | boolean;
|
|
2123
|
+
robot: "/meta/write";
|
|
2017
2124
|
force_accept: string | boolean;
|
|
2018
2125
|
ignore_errors: string | string[];
|
|
2019
2126
|
ffmpeg_stack: string;
|
|
2020
|
-
data_to_write: string
|
|
2127
|
+
data_to_write: Record<string, unknown>;
|
|
2021
2128
|
ffmpeg?: string | z.objectOutputType<{
|
|
2022
2129
|
af: z.ZodOptional<z.ZodString>;
|
|
2023
2130
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2158,8 +2265,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2158
2265
|
} | {
|
|
2159
2266
|
path: string | string[];
|
|
2160
2267
|
recursive: string | boolean;
|
|
2161
|
-
robot: "/minio/import";
|
|
2162
2268
|
result: string | boolean;
|
|
2269
|
+
robot: "/minio/import";
|
|
2163
2270
|
force_accept: string | boolean;
|
|
2164
2271
|
ignore_errors: string | string[];
|
|
2165
2272
|
force_name: string | string[] | null;
|
|
@@ -2176,8 +2283,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2176
2283
|
} | {
|
|
2177
2284
|
headers: Record<string, string>;
|
|
2178
2285
|
path: string;
|
|
2179
|
-
robot: "/minio/store";
|
|
2180
2286
|
result: string | boolean;
|
|
2287
|
+
robot: "/minio/store";
|
|
2181
2288
|
force_accept: string | boolean;
|
|
2182
2289
|
ignore_errors: string | string[];
|
|
2183
2290
|
acl: string;
|
|
@@ -2206,15 +2313,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2206
2313
|
} | {
|
|
2207
2314
|
path: string | string[];
|
|
2208
2315
|
recursive: string | boolean;
|
|
2209
|
-
robot: "/s3/import";
|
|
2210
2316
|
result: string | boolean;
|
|
2317
|
+
robot: "/s3/import";
|
|
2211
2318
|
force_accept: string | boolean;
|
|
2212
2319
|
ignore_errors: string | string[];
|
|
2213
2320
|
force_name: string | string[] | null;
|
|
2214
2321
|
return_file_stubs: string | boolean;
|
|
2215
2322
|
key?: string | undefined;
|
|
2216
|
-
secret?: string | undefined;
|
|
2217
2323
|
range?: string | string[] | undefined;
|
|
2324
|
+
secret?: string | undefined;
|
|
2218
2325
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2219
2326
|
queue?: string | undefined;
|
|
2220
2327
|
credentials?: string | undefined;
|
|
@@ -2226,8 +2333,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2226
2333
|
headers: Record<string, string>;
|
|
2227
2334
|
host: string;
|
|
2228
2335
|
path: string;
|
|
2229
|
-
robot: "/s3/store";
|
|
2230
2336
|
result: string | boolean;
|
|
2337
|
+
robot: "/s3/store";
|
|
2231
2338
|
force_accept: string | boolean;
|
|
2232
2339
|
ignore_errors: string | string[];
|
|
2233
2340
|
url_prefix: string;
|
|
@@ -2260,8 +2367,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2260
2367
|
session_token?: string | undefined;
|
|
2261
2368
|
} | {
|
|
2262
2369
|
script: string;
|
|
2263
|
-
robot: "/script/run";
|
|
2264
2370
|
result: string | boolean;
|
|
2371
|
+
robot: "/script/run";
|
|
2265
2372
|
force_accept: string | boolean;
|
|
2266
2373
|
ignore_errors: string | string[];
|
|
2267
2374
|
use?: string | string[] | {
|
|
@@ -2283,8 +2390,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2283
2390
|
} | {
|
|
2284
2391
|
path: string;
|
|
2285
2392
|
port: string | number;
|
|
2286
|
-
robot: "/sftp/import";
|
|
2287
2393
|
result: string | boolean;
|
|
2394
|
+
robot: "/sftp/import";
|
|
2288
2395
|
force_accept: string | boolean;
|
|
2289
2396
|
ignore_errors: string | string[];
|
|
2290
2397
|
force_name: string | string[] | null;
|
|
@@ -2297,8 +2404,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2297
2404
|
} | {
|
|
2298
2405
|
path: string;
|
|
2299
2406
|
port: string | number;
|
|
2300
|
-
robot: "/sftp/store";
|
|
2301
2407
|
result: string | boolean;
|
|
2408
|
+
robot: "/sftp/store";
|
|
2302
2409
|
force_accept: string | boolean;
|
|
2303
2410
|
ignore_errors: string | string[];
|
|
2304
2411
|
url_template: string;
|
|
@@ -2326,8 +2433,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2326
2433
|
public_key?: string | undefined;
|
|
2327
2434
|
} | {
|
|
2328
2435
|
format: string;
|
|
2329
|
-
robot: "/speech/transcribe";
|
|
2330
2436
|
result: string | boolean;
|
|
2437
|
+
robot: "/speech/transcribe";
|
|
2331
2438
|
force_accept: string | boolean;
|
|
2332
2439
|
ignore_errors: string | string[];
|
|
2333
2440
|
provider: string;
|
|
@@ -2353,8 +2460,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2353
2460
|
} | {
|
|
2354
2461
|
path: string | string[];
|
|
2355
2462
|
recursive: string | boolean;
|
|
2356
|
-
robot: "/supabase/import";
|
|
2357
2463
|
result: string | boolean;
|
|
2464
|
+
robot: "/supabase/import";
|
|
2358
2465
|
force_accept: string | boolean;
|
|
2359
2466
|
ignore_errors: string | string[];
|
|
2360
2467
|
force_name: string | string[] | null;
|
|
@@ -2372,8 +2479,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2372
2479
|
} | {
|
|
2373
2480
|
headers: Record<string, string>;
|
|
2374
2481
|
path: string;
|
|
2375
|
-
robot: "/supabase/store";
|
|
2376
2482
|
result: string | boolean;
|
|
2483
|
+
robot: "/supabase/store";
|
|
2377
2484
|
force_accept: string | boolean;
|
|
2378
2485
|
ignore_errors: string | string[];
|
|
2379
2486
|
host?: string | undefined;
|
|
@@ -2402,8 +2509,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2402
2509
|
} | {
|
|
2403
2510
|
path: string | string[];
|
|
2404
2511
|
recursive: string | boolean;
|
|
2405
|
-
robot: "/swift/import";
|
|
2406
2512
|
result: string | boolean;
|
|
2513
|
+
robot: "/swift/import";
|
|
2407
2514
|
force_accept: string | boolean;
|
|
2408
2515
|
ignore_errors: string | string[];
|
|
2409
2516
|
force_name: string | string[] | null;
|
|
@@ -2421,8 +2528,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2421
2528
|
} | {
|
|
2422
2529
|
headers: Record<string, string>;
|
|
2423
2530
|
path: string;
|
|
2424
|
-
robot: "/swift/store";
|
|
2425
2531
|
result: string | boolean;
|
|
2532
|
+
robot: "/swift/store";
|
|
2426
2533
|
force_accept: string | boolean;
|
|
2427
2534
|
ignore_errors: string | string[];
|
|
2428
2535
|
acl: string;
|
|
@@ -2450,8 +2557,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2450
2557
|
bucket_region?: string | undefined;
|
|
2451
2558
|
sign_urls_for?: string | number | undefined;
|
|
2452
2559
|
} | {
|
|
2453
|
-
robot: "/text/speak";
|
|
2454
2560
|
result: string | boolean;
|
|
2561
|
+
robot: "/text/speak";
|
|
2455
2562
|
force_accept: string | boolean;
|
|
2456
2563
|
ignore_errors: string | string[];
|
|
2457
2564
|
provider: string;
|
|
@@ -2476,8 +2583,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2476
2583
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2477
2584
|
queue?: string | undefined;
|
|
2478
2585
|
} | {
|
|
2479
|
-
robot: "/text/translate";
|
|
2480
2586
|
result: string | boolean;
|
|
2587
|
+
robot: "/text/translate";
|
|
2481
2588
|
force_accept: string | boolean;
|
|
2482
2589
|
ignore_errors: string | string[];
|
|
2483
2590
|
provider: string;
|
|
@@ -2502,8 +2609,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2502
2609
|
} | {
|
|
2503
2610
|
path: string | string[];
|
|
2504
2611
|
recursive: string | boolean;
|
|
2505
|
-
robot: "/tigris/import";
|
|
2506
2612
|
result: string | boolean;
|
|
2613
|
+
robot: "/tigris/import";
|
|
2507
2614
|
force_accept: string | boolean;
|
|
2508
2615
|
ignore_errors: string | string[];
|
|
2509
2616
|
force_name: string | string[] | null;
|
|
@@ -2521,8 +2628,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2521
2628
|
} | {
|
|
2522
2629
|
headers: Record<string, string>;
|
|
2523
2630
|
path: string;
|
|
2524
|
-
robot: "/tigris/store";
|
|
2525
2631
|
result: string | boolean;
|
|
2632
|
+
robot: "/tigris/store";
|
|
2526
2633
|
force_accept: string | boolean;
|
|
2527
2634
|
ignore_errors: string | string[];
|
|
2528
2635
|
acl: string;
|
|
@@ -2550,16 +2657,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2550
2657
|
bucket_region?: string | undefined;
|
|
2551
2658
|
sign_urls_for?: string | number | undefined;
|
|
2552
2659
|
} | {
|
|
2553
|
-
robot: "/tlcdn/deliver";
|
|
2554
2660
|
result: string | boolean;
|
|
2661
|
+
robot: "/tlcdn/deliver";
|
|
2555
2662
|
force_accept: string | boolean;
|
|
2556
2663
|
ignore_errors: string | string[];
|
|
2557
2664
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2558
2665
|
queue?: string | undefined;
|
|
2559
2666
|
} | {
|
|
2560
2667
|
headers: Record<string, string>;
|
|
2561
|
-
robot: "/tus/store";
|
|
2562
2668
|
result: string | boolean;
|
|
2669
|
+
robot: "/tus/store";
|
|
2563
2670
|
force_accept: string | boolean;
|
|
2564
2671
|
ignore_errors: string | string[];
|
|
2565
2672
|
metadata: Record<string, string>;
|
|
@@ -2584,15 +2691,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2584
2691
|
url_template?: string | undefined;
|
|
2585
2692
|
ssl_url_template?: string | undefined;
|
|
2586
2693
|
} | {
|
|
2587
|
-
robot: "/upload/handle";
|
|
2588
2694
|
result: string | boolean;
|
|
2695
|
+
robot: "/upload/handle";
|
|
2589
2696
|
force_accept: string | boolean;
|
|
2590
2697
|
ignore_errors: string | string[];
|
|
2591
2698
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2592
2699
|
queue?: string | undefined;
|
|
2593
2700
|
} | {
|
|
2594
|
-
robot: "/video/adaptive";
|
|
2595
2701
|
result: string | boolean;
|
|
2702
|
+
robot: "/video/adaptive";
|
|
2596
2703
|
force_accept: string | boolean;
|
|
2597
2704
|
ignore_errors: string | string[];
|
|
2598
2705
|
ffmpeg_stack: string;
|
|
@@ -2741,8 +2848,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2741
2848
|
height?: string | number | null | undefined;
|
|
2742
2849
|
playlist_name?: string | undefined;
|
|
2743
2850
|
} | {
|
|
2744
|
-
robot: "/video/concat";
|
|
2745
2851
|
result: string | boolean;
|
|
2852
|
+
robot: "/video/concat";
|
|
2746
2853
|
force_accept: string | boolean;
|
|
2747
2854
|
ignore_errors: string | string[];
|
|
2748
2855
|
ffmpeg_stack: string;
|
|
@@ -2889,8 +2996,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
2889
2996
|
width?: string | number | null | undefined;
|
|
2890
2997
|
height?: string | number | null | undefined;
|
|
2891
2998
|
} | {
|
|
2892
|
-
robot: "/video/encode";
|
|
2893
2999
|
result: string | boolean;
|
|
3000
|
+
robot: "/video/encode";
|
|
2894
3001
|
force_accept: string | boolean;
|
|
2895
3002
|
ignore_errors: string | string[];
|
|
2896
3003
|
ffmpeg_stack: string;
|
|
@@ -3065,10 +3172,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3065
3172
|
font_color?: string | undefined;
|
|
3066
3173
|
text_background_color?: string | undefined;
|
|
3067
3174
|
} | {
|
|
3175
|
+
result: string | boolean;
|
|
3068
3176
|
duration: string | number;
|
|
3069
3177
|
loop: string | boolean;
|
|
3070
3178
|
robot: "/video/merge";
|
|
3071
|
-
result: string | boolean;
|
|
3072
3179
|
force_accept: string | boolean;
|
|
3073
3180
|
ignore_errors: string | string[];
|
|
3074
3181
|
ffmpeg_stack: string;
|
|
@@ -3221,8 +3328,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3221
3328
|
height?: string | number | null | undefined;
|
|
3222
3329
|
image_url?: string | undefined;
|
|
3223
3330
|
} | {
|
|
3224
|
-
robot: "/video/ondemand";
|
|
3225
3331
|
result: string | boolean;
|
|
3332
|
+
robot: "/video/ondemand";
|
|
3226
3333
|
force_accept: string | boolean;
|
|
3227
3334
|
ignore_errors: string | string[];
|
|
3228
3335
|
segment_duration: string | number;
|
|
@@ -3402,16 +3509,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3402
3509
|
asset?: string | undefined;
|
|
3403
3510
|
} | {
|
|
3404
3511
|
font: string;
|
|
3405
|
-
robot: "/video/subtitle";
|
|
3406
3512
|
result: string | boolean;
|
|
3513
|
+
robot: "/video/subtitle";
|
|
3407
3514
|
force_accept: string | boolean;
|
|
3408
3515
|
ignore_errors: string | string[];
|
|
3409
3516
|
ffmpeg_stack: string;
|
|
3517
|
+
border_color: string;
|
|
3410
3518
|
font_size: string | number;
|
|
3411
3519
|
font_color: string;
|
|
3412
3520
|
subtitles_type: string;
|
|
3413
3521
|
border_style: string;
|
|
3414
|
-
border_color: string;
|
|
3415
3522
|
position: string;
|
|
3416
3523
|
keep_subtitles: string | boolean;
|
|
3417
3524
|
ffmpeg?: string | z.objectOutputType<{
|
|
@@ -3557,9 +3664,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3557
3664
|
language?: string | null | undefined;
|
|
3558
3665
|
} | {
|
|
3559
3666
|
format: string;
|
|
3667
|
+
result: string | boolean;
|
|
3560
3668
|
count: string | number;
|
|
3561
3669
|
robot: "/video/thumbs";
|
|
3562
|
-
result: string | boolean;
|
|
3563
3670
|
force_accept: string | boolean;
|
|
3564
3671
|
ignore_errors: string | string[];
|
|
3565
3672
|
ffmpeg_stack: string;
|
|
@@ -3709,8 +3816,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3709
3816
|
input_codec?: string | undefined;
|
|
3710
3817
|
} | {
|
|
3711
3818
|
path: string | string[];
|
|
3712
|
-
robot: "/vimeo/import";
|
|
3713
3819
|
result: string | boolean;
|
|
3820
|
+
robot: "/vimeo/import";
|
|
3714
3821
|
force_accept: string | boolean;
|
|
3715
3822
|
ignore_errors: string | string[];
|
|
3716
3823
|
force_name: string | string[] | null;
|
|
@@ -3721,10 +3828,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3721
3828
|
queue?: string | undefined;
|
|
3722
3829
|
credentials?: string | undefined;
|
|
3723
3830
|
} | {
|
|
3831
|
+
result: string | boolean;
|
|
3724
3832
|
description: string;
|
|
3725
3833
|
title: string;
|
|
3726
3834
|
robot: "/vimeo/store";
|
|
3727
|
-
result: string | boolean;
|
|
3728
3835
|
force_accept: string | boolean;
|
|
3729
3836
|
ignore_errors: string | string[];
|
|
3730
3837
|
acl: string;
|
|
@@ -3763,8 +3870,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3763
3870
|
host?: string | undefined;
|
|
3764
3871
|
key?: string | undefined;
|
|
3765
3872
|
secret?: string | undefined;
|
|
3766
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3767
3873
|
result?: string | boolean | undefined;
|
|
3874
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3768
3875
|
queue?: string | undefined;
|
|
3769
3876
|
credentials?: string | undefined;
|
|
3770
3877
|
bucket?: string | undefined;
|
|
@@ -3772,8 +3879,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3772
3879
|
} | {
|
|
3773
3880
|
headers: Record<string, string>;
|
|
3774
3881
|
path: string;
|
|
3775
|
-
robot: "/wasabi/store";
|
|
3776
3882
|
result: string | boolean;
|
|
3883
|
+
robot: "/wasabi/store";
|
|
3777
3884
|
force_accept: string | boolean;
|
|
3778
3885
|
ignore_errors: string | string[];
|
|
3779
3886
|
acl: string;
|
|
@@ -3801,10 +3908,10 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3801
3908
|
bucket_region?: string | undefined;
|
|
3802
3909
|
sign_urls_for?: string | number | undefined;
|
|
3803
3910
|
} | {
|
|
3911
|
+
result: string | boolean;
|
|
3804
3912
|
description: string;
|
|
3805
3913
|
title: string;
|
|
3806
3914
|
robot: "/youtube/store";
|
|
3807
|
-
result: string | boolean;
|
|
3808
3915
|
force_accept: string | boolean;
|
|
3809
3916
|
ignore_errors: string | string[];
|
|
3810
3917
|
credentials: string;
|
|
@@ -3831,17 +3938,106 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3831
3938
|
}, {
|
|
3832
3939
|
auth: {
|
|
3833
3940
|
key: string;
|
|
3834
|
-
secret?: string | undefined;
|
|
3835
3941
|
expires?: string | undefined;
|
|
3836
3942
|
referer?: string | undefined;
|
|
3943
|
+
secret?: string | undefined;
|
|
3837
3944
|
max_size?: number | undefined;
|
|
3838
3945
|
nonce?: string | undefined;
|
|
3839
3946
|
};
|
|
3840
3947
|
steps?: Record<string, {
|
|
3841
3948
|
robot: string;
|
|
3842
3949
|
} & ({
|
|
3950
|
+
robot: "/ai/chat";
|
|
3951
|
+
messages: string | ({
|
|
3952
|
+
role: "system";
|
|
3953
|
+
content: string;
|
|
3954
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3955
|
+
} | {
|
|
3956
|
+
role: "user";
|
|
3957
|
+
content: string | ({
|
|
3958
|
+
type: "text";
|
|
3959
|
+
text: string;
|
|
3960
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3961
|
+
} | {
|
|
3962
|
+
image: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
3963
|
+
type: "image";
|
|
3964
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3965
|
+
mimeType?: string | undefined;
|
|
3966
|
+
} | {
|
|
3967
|
+
data: string | ArrayBuffer | Uint8Array<ArrayBuffer> | URL;
|
|
3968
|
+
type: "file";
|
|
3969
|
+
mediaType: string;
|
|
3970
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3971
|
+
})[];
|
|
3972
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3973
|
+
} | {
|
|
3974
|
+
role: "assistant";
|
|
3975
|
+
content: string | ({
|
|
3976
|
+
type: "text";
|
|
3977
|
+
text: string;
|
|
3978
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3979
|
+
} | {
|
|
3980
|
+
type: "tool-call";
|
|
3981
|
+
args: Record<string, any>;
|
|
3982
|
+
toolCallId: string;
|
|
3983
|
+
toolName: string;
|
|
3984
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3985
|
+
})[];
|
|
3986
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3987
|
+
} | {
|
|
3988
|
+
role: "tool";
|
|
3989
|
+
content: {
|
|
3990
|
+
type: "tool-result";
|
|
3991
|
+
toolCallId: string;
|
|
3992
|
+
toolName: string;
|
|
3993
|
+
result?: unknown;
|
|
3994
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
3995
|
+
experimental_content?: ({
|
|
3996
|
+
type: "text";
|
|
3997
|
+
text: string;
|
|
3998
|
+
} | {
|
|
3999
|
+
data: string;
|
|
4000
|
+
type: "image";
|
|
4001
|
+
mimeType?: string | undefined;
|
|
4002
|
+
})[] | undefined;
|
|
4003
|
+
isError?: boolean | undefined;
|
|
4004
|
+
}[];
|
|
4005
|
+
experimental_providerMetadata?: Record<string, Record<string, any>> | undefined;
|
|
4006
|
+
})[];
|
|
4007
|
+
format?: string | undefined;
|
|
4008
|
+
result?: string | boolean | undefined;
|
|
4009
|
+
schema?: string | undefined;
|
|
4010
|
+
use?: string | string[] | {
|
|
4011
|
+
name: string;
|
|
4012
|
+
fields?: string | undefined;
|
|
4013
|
+
as?: string | undefined;
|
|
4014
|
+
}[] | {
|
|
4015
|
+
steps: string | string[] | {
|
|
4016
|
+
name: string;
|
|
4017
|
+
fields?: string | undefined;
|
|
4018
|
+
as?: string | undefined;
|
|
4019
|
+
}[];
|
|
4020
|
+
fields?: string[] | undefined;
|
|
4021
|
+
bundle_steps?: boolean | undefined;
|
|
4022
|
+
group_by_original?: boolean | undefined;
|
|
4023
|
+
} | undefined;
|
|
4024
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4025
|
+
queue?: string | undefined;
|
|
4026
|
+
force_accept?: string | boolean | undefined;
|
|
4027
|
+
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4028
|
+
credentials?: string | string[] | undefined;
|
|
4029
|
+
model?: string | undefined;
|
|
4030
|
+
return_messages?: string | undefined;
|
|
4031
|
+
system_message?: string | undefined;
|
|
4032
|
+
mcp_servers?: string | (string | {
|
|
4033
|
+
type: string;
|
|
4034
|
+
url: string;
|
|
4035
|
+
headers?: Record<string, string> | undefined;
|
|
4036
|
+
})[] | undefined;
|
|
4037
|
+
} | {
|
|
3843
4038
|
robot: "/audio/artwork";
|
|
3844
4039
|
method?: string | undefined;
|
|
4040
|
+
result?: string | boolean | undefined;
|
|
3845
4041
|
ffmpeg?: string | z.objectInputType<{
|
|
3846
4042
|
af: z.ZodOptional<z.ZodString>;
|
|
3847
4043
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -3978,7 +4174,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3978
4174
|
group_by_original?: boolean | undefined;
|
|
3979
4175
|
} | undefined;
|
|
3980
4176
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
3981
|
-
result?: string | boolean | undefined;
|
|
3982
4177
|
queue?: string | undefined;
|
|
3983
4178
|
force_accept?: string | boolean | undefined;
|
|
3984
4179
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -3987,6 +4182,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
3987
4182
|
change_format_if_necessary?: string | boolean | undefined;
|
|
3988
4183
|
} | {
|
|
3989
4184
|
robot: "/audio/concat";
|
|
4185
|
+
result?: string | boolean | undefined;
|
|
3990
4186
|
ffmpeg?: string | z.objectInputType<{
|
|
3991
4187
|
af: z.ZodOptional<z.ZodString>;
|
|
3992
4188
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4123,7 +4319,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4123
4319
|
group_by_original?: boolean | undefined;
|
|
4124
4320
|
} | undefined;
|
|
4125
4321
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4126
|
-
result?: string | boolean | undefined;
|
|
4127
4322
|
queue?: string | undefined;
|
|
4128
4323
|
force_accept?: string | boolean | undefined;
|
|
4129
4324
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4135,6 +4330,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4135
4330
|
crossfade?: string | boolean | undefined;
|
|
4136
4331
|
} | {
|
|
4137
4332
|
robot: "/audio/encode";
|
|
4333
|
+
result?: string | boolean | undefined;
|
|
4138
4334
|
ffmpeg?: string | z.objectInputType<{
|
|
4139
4335
|
af: z.ZodOptional<z.ZodString>;
|
|
4140
4336
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4271,7 +4467,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4271
4467
|
group_by_original?: boolean | undefined;
|
|
4272
4468
|
} | undefined;
|
|
4273
4469
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4274
|
-
result?: string | boolean | undefined;
|
|
4275
4470
|
queue?: string | undefined;
|
|
4276
4471
|
force_accept?: string | boolean | undefined;
|
|
4277
4472
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4281,6 +4476,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4281
4476
|
sample_rate?: string | number | undefined;
|
|
4282
4477
|
} | {
|
|
4283
4478
|
robot: "/audio/loop";
|
|
4479
|
+
result?: string | boolean | undefined;
|
|
4284
4480
|
duration?: string | number | undefined;
|
|
4285
4481
|
ffmpeg?: string | z.objectInputType<{
|
|
4286
4482
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -4418,7 +4614,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4418
4614
|
group_by_original?: boolean | undefined;
|
|
4419
4615
|
} | undefined;
|
|
4420
4616
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4421
|
-
result?: string | boolean | undefined;
|
|
4422
4617
|
queue?: string | undefined;
|
|
4423
4618
|
force_accept?: string | boolean | undefined;
|
|
4424
4619
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4428,6 +4623,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4428
4623
|
sample_rate?: string | number | undefined;
|
|
4429
4624
|
} | {
|
|
4430
4625
|
robot: "/audio/merge";
|
|
4626
|
+
result?: string | boolean | undefined;
|
|
4431
4627
|
duration?: string | undefined;
|
|
4432
4628
|
loop?: string | boolean | undefined;
|
|
4433
4629
|
ffmpeg?: string | z.objectInputType<{
|
|
@@ -4566,7 +4762,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4566
4762
|
group_by_original?: boolean | undefined;
|
|
4567
4763
|
} | undefined;
|
|
4568
4764
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4569
|
-
result?: string | boolean | undefined;
|
|
4570
4765
|
queue?: string | undefined;
|
|
4571
4766
|
force_accept?: string | boolean | undefined;
|
|
4572
4767
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4577,8 +4772,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4577
4772
|
volume?: string | undefined;
|
|
4578
4773
|
} | {
|
|
4579
4774
|
robot: "/audio/waveform";
|
|
4580
|
-
style?:
|
|
4775
|
+
style?: unknown;
|
|
4776
|
+
end?: string | number | undefined;
|
|
4581
4777
|
format?: string | undefined;
|
|
4778
|
+
start?: string | number | undefined;
|
|
4779
|
+
result?: string | boolean | undefined;
|
|
4780
|
+
compression?: string | number | undefined;
|
|
4582
4781
|
ffmpeg?: string | z.objectInputType<{
|
|
4583
4782
|
af: z.ZodOptional<z.ZodString>;
|
|
4584
4783
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -4715,24 +4914,37 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4715
4914
|
group_by_original?: boolean | undefined;
|
|
4716
4915
|
} | undefined;
|
|
4717
4916
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4718
|
-
result?: string | boolean | undefined;
|
|
4719
4917
|
queue?: string | undefined;
|
|
4720
4918
|
force_accept?: string | boolean | undefined;
|
|
4721
4919
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4722
4920
|
ffmpeg_stack?: string | undefined;
|
|
4723
4921
|
width?: string | number | undefined;
|
|
4724
4922
|
height?: string | number | undefined;
|
|
4923
|
+
zoom?: string | number | undefined;
|
|
4725
4924
|
antialiasing?: string | boolean | 0 | 1 | undefined;
|
|
4726
4925
|
background_color?: string | undefined;
|
|
4727
4926
|
center_color?: string | undefined;
|
|
4728
4927
|
outer_color?: string | undefined;
|
|
4928
|
+
split_channels?: string | boolean | undefined;
|
|
4929
|
+
pixels_per_second?: string | number | undefined;
|
|
4930
|
+
bits?: string | 8 | 16 | undefined;
|
|
4931
|
+
colors?: string | undefined;
|
|
4932
|
+
border_color?: string | undefined;
|
|
4933
|
+
waveform_style?: string | undefined;
|
|
4934
|
+
bar_width?: string | number | undefined;
|
|
4935
|
+
bar_gap?: string | number | undefined;
|
|
4936
|
+
bar_style?: string | undefined;
|
|
4937
|
+
axis_label_color?: string | undefined;
|
|
4938
|
+
no_axis_labels?: string | boolean | undefined;
|
|
4939
|
+
with_axis_labels?: string | boolean | undefined;
|
|
4940
|
+
amplitude_scale?: string | number | undefined;
|
|
4729
4941
|
} | {
|
|
4730
4942
|
path: string | string[];
|
|
4731
4943
|
robot: "/azure/import";
|
|
4732
4944
|
key?: string | undefined;
|
|
4733
4945
|
recursive?: string | boolean | undefined;
|
|
4734
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4735
4946
|
result?: string | boolean | undefined;
|
|
4947
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4736
4948
|
queue?: string | undefined;
|
|
4737
4949
|
force_accept?: string | boolean | undefined;
|
|
4738
4950
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4746,6 +4958,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4746
4958
|
robot: "/azure/store";
|
|
4747
4959
|
path?: string | undefined;
|
|
4748
4960
|
key?: string | undefined;
|
|
4961
|
+
result?: string | boolean | undefined;
|
|
4749
4962
|
use?: string | string[] | {
|
|
4750
4963
|
name: string;
|
|
4751
4964
|
fields?: string | undefined;
|
|
@@ -4761,7 +4974,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4761
4974
|
group_by_original?: boolean | undefined;
|
|
4762
4975
|
} | undefined;
|
|
4763
4976
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4764
|
-
result?: string | boolean | undefined;
|
|
4765
4977
|
queue?: string | undefined;
|
|
4766
4978
|
force_accept?: string | boolean | undefined;
|
|
4767
4979
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4780,8 +4992,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4780
4992
|
path: string | string[];
|
|
4781
4993
|
robot: "/backblaze/import";
|
|
4782
4994
|
recursive?: string | boolean | undefined;
|
|
4783
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4784
4995
|
result?: string | boolean | undefined;
|
|
4996
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4785
4997
|
queue?: string | undefined;
|
|
4786
4998
|
force_accept?: string | boolean | undefined;
|
|
4787
4999
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4796,6 +5008,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4796
5008
|
robot: "/backblaze/store";
|
|
4797
5009
|
headers?: Record<string, string> | undefined;
|
|
4798
5010
|
path?: string | undefined;
|
|
5011
|
+
result?: string | boolean | undefined;
|
|
4799
5012
|
use?: string | string[] | {
|
|
4800
5013
|
name: string;
|
|
4801
5014
|
fields?: string | undefined;
|
|
@@ -4811,7 +5024,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4811
5024
|
group_by_original?: boolean | undefined;
|
|
4812
5025
|
} | undefined;
|
|
4813
5026
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4814
|
-
result?: string | boolean | undefined;
|
|
4815
5027
|
queue?: string | undefined;
|
|
4816
5028
|
force_accept?: string | boolean | undefined;
|
|
4817
5029
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4824,8 +5036,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4824
5036
|
robot: "/cloudfiles/import";
|
|
4825
5037
|
key?: string | undefined;
|
|
4826
5038
|
recursive?: string | boolean | undefined;
|
|
4827
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4828
5039
|
result?: string | boolean | undefined;
|
|
5040
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4829
5041
|
queue?: string | undefined;
|
|
4830
5042
|
force_accept?: string | boolean | undefined;
|
|
4831
5043
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4841,6 +5053,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4841
5053
|
robot: "/cloudfiles/store";
|
|
4842
5054
|
path?: string | undefined;
|
|
4843
5055
|
key?: string | undefined;
|
|
5056
|
+
result?: string | boolean | undefined;
|
|
4844
5057
|
use?: string | string[] | {
|
|
4845
5058
|
name: string;
|
|
4846
5059
|
fields?: string | undefined;
|
|
@@ -4856,7 +5069,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4856
5069
|
group_by_original?: boolean | undefined;
|
|
4857
5070
|
} | undefined;
|
|
4858
5071
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4859
|
-
result?: string | boolean | undefined;
|
|
4860
5072
|
queue?: string | undefined;
|
|
4861
5073
|
force_accept?: string | boolean | undefined;
|
|
4862
5074
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4872,8 +5084,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4872
5084
|
key?: string | undefined;
|
|
4873
5085
|
secret?: string | undefined;
|
|
4874
5086
|
recursive?: string | boolean | undefined;
|
|
4875
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4876
5087
|
result?: string | boolean | undefined;
|
|
5088
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4877
5089
|
queue?: string | undefined;
|
|
4878
5090
|
force_accept?: string | boolean | undefined;
|
|
4879
5091
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4890,6 +5102,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4890
5102
|
path?: string | undefined;
|
|
4891
5103
|
key?: string | undefined;
|
|
4892
5104
|
secret?: string | undefined;
|
|
5105
|
+
result?: string | boolean | undefined;
|
|
4893
5106
|
use?: string | string[] | {
|
|
4894
5107
|
name: string;
|
|
4895
5108
|
fields?: string | undefined;
|
|
@@ -4905,7 +5118,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4905
5118
|
group_by_original?: boolean | undefined;
|
|
4906
5119
|
} | undefined;
|
|
4907
5120
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4908
|
-
result?: string | boolean | undefined;
|
|
4909
5121
|
queue?: string | undefined;
|
|
4910
5122
|
force_accept?: string | boolean | undefined;
|
|
4911
5123
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4919,8 +5131,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4919
5131
|
key?: string | undefined;
|
|
4920
5132
|
secret?: string | undefined;
|
|
4921
5133
|
recursive?: string | boolean | undefined;
|
|
4922
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4923
5134
|
result?: string | boolean | undefined;
|
|
5135
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4924
5136
|
queue?: string | undefined;
|
|
4925
5137
|
force_accept?: string | boolean | undefined;
|
|
4926
5138
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -4937,6 +5149,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4937
5149
|
path?: string | undefined;
|
|
4938
5150
|
key?: string | undefined;
|
|
4939
5151
|
secret?: string | undefined;
|
|
5152
|
+
result?: string | boolean | undefined;
|
|
4940
5153
|
use?: string | string[] | {
|
|
4941
5154
|
name: string;
|
|
4942
5155
|
fields?: string | undefined;
|
|
@@ -4952,7 +5165,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4952
5165
|
group_by_original?: boolean | undefined;
|
|
4953
5166
|
} | undefined;
|
|
4954
5167
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4955
|
-
result?: string | boolean | undefined;
|
|
4956
5168
|
queue?: string | undefined;
|
|
4957
5169
|
force_accept?: string | boolean | undefined;
|
|
4958
5170
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -4964,6 +5176,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4964
5176
|
acl?: string | undefined;
|
|
4965
5177
|
} | {
|
|
4966
5178
|
robot: "/document/autorotate";
|
|
5179
|
+
result?: string | boolean | undefined;
|
|
4967
5180
|
use?: string | string[] | {
|
|
4968
5181
|
name: string;
|
|
4969
5182
|
fields?: string | undefined;
|
|
@@ -4979,13 +5192,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
4979
5192
|
group_by_original?: boolean | undefined;
|
|
4980
5193
|
} | undefined;
|
|
4981
5194
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
4982
|
-
result?: string | boolean | undefined;
|
|
4983
5195
|
queue?: string | undefined;
|
|
4984
5196
|
force_accept?: string | boolean | undefined;
|
|
4985
5197
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
4986
5198
|
} | {
|
|
4987
5199
|
format: string;
|
|
4988
5200
|
robot: "/document/convert";
|
|
5201
|
+
result?: string | boolean | undefined;
|
|
4989
5202
|
use?: string | string[] | {
|
|
4990
5203
|
name: string;
|
|
4991
5204
|
fields?: string | undefined;
|
|
@@ -5001,7 +5214,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5001
5214
|
group_by_original?: boolean | undefined;
|
|
5002
5215
|
} | undefined;
|
|
5003
5216
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5004
|
-
result?: string | boolean | undefined;
|
|
5005
5217
|
queue?: string | undefined;
|
|
5006
5218
|
force_accept?: string | boolean | undefined;
|
|
5007
5219
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5015,6 +5227,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5015
5227
|
pdf_footer_template?: string | undefined;
|
|
5016
5228
|
} | {
|
|
5017
5229
|
robot: "/document/merge";
|
|
5230
|
+
result?: string | boolean | undefined;
|
|
5018
5231
|
use?: string | string[] | {
|
|
5019
5232
|
name: string;
|
|
5020
5233
|
fields?: string | undefined;
|
|
@@ -5030,7 +5243,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5030
5243
|
group_by_original?: boolean | undefined;
|
|
5031
5244
|
} | undefined;
|
|
5032
5245
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5033
|
-
result?: string | boolean | undefined;
|
|
5034
5246
|
queue?: string | undefined;
|
|
5035
5247
|
force_accept?: string | boolean | undefined;
|
|
5036
5248
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5040,6 +5252,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5040
5252
|
robot: "/document/ocr";
|
|
5041
5253
|
provider: string;
|
|
5042
5254
|
format?: string | undefined;
|
|
5255
|
+
result?: string | boolean | undefined;
|
|
5043
5256
|
use?: string | string[] | {
|
|
5044
5257
|
name: string;
|
|
5045
5258
|
fields?: string | undefined;
|
|
@@ -5055,13 +5268,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5055
5268
|
group_by_original?: boolean | undefined;
|
|
5056
5269
|
} | undefined;
|
|
5057
5270
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5058
|
-
result?: string | boolean | undefined;
|
|
5059
5271
|
queue?: string | undefined;
|
|
5060
5272
|
force_accept?: string | boolean | undefined;
|
|
5061
5273
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5062
5274
|
granularity?: string | undefined;
|
|
5063
5275
|
} | {
|
|
5064
5276
|
robot: "/document/split";
|
|
5277
|
+
result?: string | boolean | undefined;
|
|
5065
5278
|
use?: string | string[] | {
|
|
5066
5279
|
name: string;
|
|
5067
5280
|
fields?: string | undefined;
|
|
@@ -5077,7 +5290,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5077
5290
|
group_by_original?: boolean | undefined;
|
|
5078
5291
|
} | undefined;
|
|
5079
5292
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5080
|
-
result?: string | boolean | undefined;
|
|
5081
5293
|
queue?: string | undefined;
|
|
5082
5294
|
force_accept?: string | boolean | undefined;
|
|
5083
5295
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5085,6 +5297,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5085
5297
|
} | {
|
|
5086
5298
|
robot: "/document/thumbs";
|
|
5087
5299
|
format?: string | undefined;
|
|
5300
|
+
result?: string | boolean | undefined;
|
|
5088
5301
|
alpha?: string | undefined;
|
|
5089
5302
|
use?: string | string[] | {
|
|
5090
5303
|
name: string;
|
|
@@ -5101,7 +5314,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5101
5314
|
group_by_original?: boolean | undefined;
|
|
5102
5315
|
} | undefined;
|
|
5103
5316
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5104
|
-
result?: string | boolean | undefined;
|
|
5105
5317
|
queue?: string | undefined;
|
|
5106
5318
|
force_accept?: string | boolean | undefined;
|
|
5107
5319
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5121,8 +5333,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5121
5333
|
} | {
|
|
5122
5334
|
path: string | string[];
|
|
5123
5335
|
robot: "/dropbox/import";
|
|
5124
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5125
5336
|
result?: string | boolean | undefined;
|
|
5337
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5126
5338
|
queue?: string | undefined;
|
|
5127
5339
|
force_accept?: string | boolean | undefined;
|
|
5128
5340
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5131,6 +5343,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5131
5343
|
} | {
|
|
5132
5344
|
robot: "/dropbox/store";
|
|
5133
5345
|
path?: string | undefined;
|
|
5346
|
+
result?: string | boolean | undefined;
|
|
5134
5347
|
use?: string | string[] | {
|
|
5135
5348
|
name: string;
|
|
5136
5349
|
fields?: string | undefined;
|
|
@@ -5146,7 +5359,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5146
5359
|
group_by_original?: boolean | undefined;
|
|
5147
5360
|
} | undefined;
|
|
5148
5361
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5149
|
-
result?: string | boolean | undefined;
|
|
5150
5362
|
queue?: string | undefined;
|
|
5151
5363
|
force_accept?: string | boolean | undefined;
|
|
5152
5364
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5154,14 +5366,15 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5154
5366
|
create_sharing_link?: string | boolean | undefined;
|
|
5155
5367
|
} | {
|
|
5156
5368
|
robot: "/edgly/deliver";
|
|
5157
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5158
5369
|
result?: string | boolean | undefined;
|
|
5370
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5159
5371
|
queue?: string | undefined;
|
|
5160
5372
|
force_accept?: string | boolean | undefined;
|
|
5161
5373
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5162
5374
|
} | {
|
|
5163
5375
|
robot: "/file/compress";
|
|
5164
5376
|
format?: string | undefined;
|
|
5377
|
+
result?: string | boolean | undefined;
|
|
5165
5378
|
gzip?: string | boolean | undefined;
|
|
5166
5379
|
password?: string | null | undefined;
|
|
5167
5380
|
use?: string | string[] | {
|
|
@@ -5179,7 +5392,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5179
5392
|
group_by_original?: boolean | undefined;
|
|
5180
5393
|
} | undefined;
|
|
5181
5394
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5182
|
-
result?: string | boolean | undefined;
|
|
5183
5395
|
queue?: string | undefined;
|
|
5184
5396
|
force_accept?: string | boolean | undefined;
|
|
5185
5397
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5188,6 +5400,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5188
5400
|
archive_name?: string | undefined;
|
|
5189
5401
|
} | {
|
|
5190
5402
|
robot: "/file/decompress";
|
|
5403
|
+
result?: string | boolean | undefined;
|
|
5191
5404
|
use?: string | string[] | {
|
|
5192
5405
|
name: string;
|
|
5193
5406
|
fields?: string | undefined;
|
|
@@ -5203,12 +5416,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5203
5416
|
group_by_original?: boolean | undefined;
|
|
5204
5417
|
} | undefined;
|
|
5205
5418
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5206
|
-
result?: string | boolean | undefined;
|
|
5207
5419
|
queue?: string | undefined;
|
|
5208
5420
|
force_accept?: string | boolean | undefined;
|
|
5209
5421
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5210
5422
|
} | {
|
|
5211
5423
|
robot: "/file/filter";
|
|
5424
|
+
result?: string | boolean | undefined;
|
|
5212
5425
|
use?: string | string[] | {
|
|
5213
5426
|
name: string;
|
|
5214
5427
|
fields?: string | undefined;
|
|
@@ -5224,7 +5437,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5224
5437
|
group_by_original?: boolean | undefined;
|
|
5225
5438
|
} | undefined;
|
|
5226
5439
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5227
|
-
result?: string | boolean | undefined;
|
|
5228
5440
|
queue?: string | undefined;
|
|
5229
5441
|
force_accept?: string | boolean | undefined;
|
|
5230
5442
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5235,6 +5447,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5235
5447
|
error_msg?: string | undefined;
|
|
5236
5448
|
} | {
|
|
5237
5449
|
robot: "/file/hash";
|
|
5450
|
+
result?: string | boolean | undefined;
|
|
5238
5451
|
use?: string | string[] | {
|
|
5239
5452
|
name: string;
|
|
5240
5453
|
fields?: string | undefined;
|
|
@@ -5250,7 +5463,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5250
5463
|
group_by_original?: boolean | undefined;
|
|
5251
5464
|
} | undefined;
|
|
5252
5465
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5253
|
-
result?: string | boolean | undefined;
|
|
5254
5466
|
queue?: string | undefined;
|
|
5255
5467
|
force_accept?: string | boolean | undefined;
|
|
5256
5468
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5258,6 +5470,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5258
5470
|
} | {
|
|
5259
5471
|
robot: "/file/preview";
|
|
5260
5472
|
format?: string | undefined;
|
|
5473
|
+
result?: string | boolean | undefined;
|
|
5261
5474
|
optimize?: string | boolean | undefined;
|
|
5262
5475
|
use?: string | string[] | {
|
|
5263
5476
|
name: string;
|
|
@@ -5274,7 +5487,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5274
5487
|
group_by_original?: boolean | undefined;
|
|
5275
5488
|
} | undefined;
|
|
5276
5489
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5277
|
-
result?: string | boolean | undefined;
|
|
5278
5490
|
queue?: string | undefined;
|
|
5279
5491
|
force_accept?: string | boolean | undefined;
|
|
5280
5492
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5310,6 +5522,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5310
5522
|
clip_loop?: string | boolean | undefined;
|
|
5311
5523
|
} | {
|
|
5312
5524
|
robot: "/file/read";
|
|
5525
|
+
result?: string | boolean | undefined;
|
|
5313
5526
|
use?: string | string[] | {
|
|
5314
5527
|
name: string;
|
|
5315
5528
|
fields?: string | undefined;
|
|
@@ -5325,13 +5538,13 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5325
5538
|
group_by_original?: boolean | undefined;
|
|
5326
5539
|
} | undefined;
|
|
5327
5540
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5328
|
-
result?: string | boolean | undefined;
|
|
5329
5541
|
queue?: string | undefined;
|
|
5330
5542
|
force_accept?: string | boolean | undefined;
|
|
5331
5543
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5332
5544
|
} | {
|
|
5333
5545
|
robot: "/file/serve";
|
|
5334
5546
|
headers?: Record<string, string> | undefined;
|
|
5547
|
+
result?: string | boolean | undefined;
|
|
5335
5548
|
use?: string | string[] | {
|
|
5336
5549
|
name: string;
|
|
5337
5550
|
fields?: string | undefined;
|
|
@@ -5347,12 +5560,12 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5347
5560
|
group_by_original?: boolean | undefined;
|
|
5348
5561
|
} | undefined;
|
|
5349
5562
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5350
|
-
result?: string | boolean | undefined;
|
|
5351
5563
|
queue?: string | undefined;
|
|
5352
5564
|
force_accept?: string | boolean | undefined;
|
|
5353
5565
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5354
5566
|
} | {
|
|
5355
5567
|
robot: "/file/verify";
|
|
5568
|
+
result?: string | boolean | undefined;
|
|
5356
5569
|
use?: string | string[] | {
|
|
5357
5570
|
name: string;
|
|
5358
5571
|
fields?: string | undefined;
|
|
@@ -5368,7 +5581,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5368
5581
|
group_by_original?: boolean | undefined;
|
|
5369
5582
|
} | undefined;
|
|
5370
5583
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5371
|
-
result?: string | boolean | undefined;
|
|
5372
5584
|
queue?: string | undefined;
|
|
5373
5585
|
force_accept?: string | boolean | undefined;
|
|
5374
5586
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5377,6 +5589,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5377
5589
|
verify_to_be?: string | undefined;
|
|
5378
5590
|
} | {
|
|
5379
5591
|
robot: "/file/virusscan";
|
|
5592
|
+
result?: string | boolean | undefined;
|
|
5380
5593
|
use?: string | string[] | {
|
|
5381
5594
|
name: string;
|
|
5382
5595
|
fields?: string | undefined;
|
|
@@ -5392,7 +5605,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5392
5605
|
group_by_original?: boolean | undefined;
|
|
5393
5606
|
} | undefined;
|
|
5394
5607
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5395
|
-
result?: string | boolean | undefined;
|
|
5396
5608
|
queue?: string | undefined;
|
|
5397
5609
|
force_accept?: string | boolean | undefined;
|
|
5398
5610
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5403,9 +5615,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5403
5615
|
robot: "/ftp/import";
|
|
5404
5616
|
host?: string | undefined;
|
|
5405
5617
|
port?: string | number | undefined;
|
|
5618
|
+
result?: string | boolean | undefined;
|
|
5406
5619
|
password?: string | undefined;
|
|
5407
5620
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5408
|
-
result?: string | boolean | undefined;
|
|
5409
5621
|
queue?: string | undefined;
|
|
5410
5622
|
force_accept?: string | boolean | undefined;
|
|
5411
5623
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5418,6 +5630,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5418
5630
|
host?: string | undefined;
|
|
5419
5631
|
path?: string | undefined;
|
|
5420
5632
|
port?: string | number | undefined;
|
|
5633
|
+
result?: string | boolean | undefined;
|
|
5421
5634
|
password?: string | undefined;
|
|
5422
5635
|
use?: string | string[] | {
|
|
5423
5636
|
name: string;
|
|
@@ -5434,7 +5647,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5434
5647
|
group_by_original?: boolean | undefined;
|
|
5435
5648
|
} | undefined;
|
|
5436
5649
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5437
|
-
result?: string | boolean | undefined;
|
|
5438
5650
|
queue?: string | undefined;
|
|
5439
5651
|
force_accept?: string | boolean | undefined;
|
|
5440
5652
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5447,8 +5659,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5447
5659
|
path: string | string[];
|
|
5448
5660
|
robot: "/google/import";
|
|
5449
5661
|
recursive?: string | boolean | undefined;
|
|
5450
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5451
5662
|
result?: string | boolean | undefined;
|
|
5663
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5452
5664
|
queue?: string | undefined;
|
|
5453
5665
|
force_accept?: string | boolean | undefined;
|
|
5454
5666
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5460,6 +5672,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5460
5672
|
robot: "/google/store";
|
|
5461
5673
|
credentials: string;
|
|
5462
5674
|
path?: string | undefined;
|
|
5675
|
+
result?: string | boolean | undefined;
|
|
5463
5676
|
use?: string | string[] | {
|
|
5464
5677
|
name: string;
|
|
5465
5678
|
fields?: string | undefined;
|
|
@@ -5475,7 +5688,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5475
5688
|
group_by_original?: boolean | undefined;
|
|
5476
5689
|
} | undefined;
|
|
5477
5690
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5478
|
-
result?: string | boolean | undefined;
|
|
5479
5691
|
queue?: string | undefined;
|
|
5480
5692
|
force_accept?: string | boolean | undefined;
|
|
5481
5693
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5488,6 +5700,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5488
5700
|
headers?: Record<string, string> | undefined;
|
|
5489
5701
|
format?: string | undefined;
|
|
5490
5702
|
url?: string | null | undefined;
|
|
5703
|
+
result?: string | boolean | undefined;
|
|
5491
5704
|
use?: string | string[] | {
|
|
5492
5705
|
name: string;
|
|
5493
5706
|
fields?: string | undefined;
|
|
@@ -5503,7 +5716,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5503
5716
|
group_by_original?: boolean | undefined;
|
|
5504
5717
|
} | undefined;
|
|
5505
5718
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5506
|
-
result?: string | boolean | undefined;
|
|
5507
5719
|
queue?: string | undefined;
|
|
5508
5720
|
force_accept?: string | boolean | undefined;
|
|
5509
5721
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5518,8 +5730,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5518
5730
|
robot: "/http/import";
|
|
5519
5731
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
5520
5732
|
range?: string | string[] | undefined;
|
|
5521
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5522
5733
|
result?: string | boolean | undefined;
|
|
5734
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5523
5735
|
queue?: string | undefined;
|
|
5524
5736
|
force_accept?: string | boolean | undefined;
|
|
5525
5737
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5531,6 +5743,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5531
5743
|
} | {
|
|
5532
5744
|
robot: "/image/bgremove";
|
|
5533
5745
|
format?: string | undefined;
|
|
5746
|
+
result?: string | boolean | undefined;
|
|
5534
5747
|
use?: string | string[] | {
|
|
5535
5748
|
name: string;
|
|
5536
5749
|
fields?: string | undefined;
|
|
@@ -5546,15 +5759,16 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5546
5759
|
group_by_original?: boolean | undefined;
|
|
5547
5760
|
} | undefined;
|
|
5548
5761
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5549
|
-
result?: string | boolean | undefined;
|
|
5550
5762
|
queue?: string | undefined;
|
|
5551
5763
|
force_accept?: string | boolean | undefined;
|
|
5552
5764
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5765
|
+
model?: string | undefined;
|
|
5553
5766
|
provider?: string | undefined;
|
|
5554
5767
|
select?: string | undefined;
|
|
5555
5768
|
} | {
|
|
5556
5769
|
robot: "/image/describe";
|
|
5557
5770
|
format?: string | undefined;
|
|
5771
|
+
result?: string | boolean | undefined;
|
|
5558
5772
|
use?: string | string[] | {
|
|
5559
5773
|
name: string;
|
|
5560
5774
|
fields?: string | undefined;
|
|
@@ -5570,7 +5784,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5570
5784
|
group_by_original?: boolean | undefined;
|
|
5571
5785
|
} | undefined;
|
|
5572
5786
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5573
|
-
result?: string | boolean | undefined;
|
|
5574
5787
|
queue?: string | undefined;
|
|
5575
5788
|
force_accept?: string | boolean | undefined;
|
|
5576
5789
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5580,6 +5793,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5580
5793
|
} | {
|
|
5581
5794
|
robot: "/image/facedetect";
|
|
5582
5795
|
format?: string | undefined;
|
|
5796
|
+
result?: string | boolean | undefined;
|
|
5583
5797
|
use?: string | string[] | {
|
|
5584
5798
|
name: string;
|
|
5585
5799
|
fields?: string | undefined;
|
|
@@ -5595,7 +5809,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5595
5809
|
group_by_original?: boolean | undefined;
|
|
5596
5810
|
} | undefined;
|
|
5597
5811
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5598
|
-
result?: string | boolean | undefined;
|
|
5599
5812
|
queue?: string | undefined;
|
|
5600
5813
|
force_accept?: string | boolean | undefined;
|
|
5601
5814
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5607,9 +5820,9 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5607
5820
|
} | {
|
|
5608
5821
|
prompt: string;
|
|
5609
5822
|
robot: "/image/generate";
|
|
5610
|
-
model: string;
|
|
5611
5823
|
style?: string | undefined;
|
|
5612
5824
|
format?: string | undefined;
|
|
5825
|
+
result?: string | boolean | undefined;
|
|
5613
5826
|
use?: string | string[] | {
|
|
5614
5827
|
name: string;
|
|
5615
5828
|
fields?: string | undefined;
|
|
@@ -5625,18 +5838,20 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5625
5838
|
group_by_original?: boolean | undefined;
|
|
5626
5839
|
} | undefined;
|
|
5627
5840
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5628
|
-
result?: string | boolean | undefined;
|
|
5629
5841
|
queue?: string | undefined;
|
|
5630
5842
|
force_accept?: string | boolean | undefined;
|
|
5631
5843
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5632
5844
|
width?: string | number | undefined;
|
|
5633
5845
|
height?: string | number | undefined;
|
|
5846
|
+
model?: string | undefined;
|
|
5847
|
+
provider?: string | undefined;
|
|
5634
5848
|
seed?: string | number | undefined;
|
|
5635
5849
|
aspect_ratio?: string | undefined;
|
|
5636
5850
|
num_outputs?: string | number | undefined;
|
|
5637
5851
|
} | {
|
|
5638
5852
|
robot: "/image/merge";
|
|
5639
5853
|
format?: string | undefined;
|
|
5854
|
+
result?: string | boolean | undefined;
|
|
5640
5855
|
use?: string | string[] | {
|
|
5641
5856
|
name: string;
|
|
5642
5857
|
fields?: string | undefined;
|
|
@@ -5652,7 +5867,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5652
5867
|
group_by_original?: boolean | undefined;
|
|
5653
5868
|
} | undefined;
|
|
5654
5869
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5655
|
-
result?: string | boolean | undefined;
|
|
5656
5870
|
queue?: string | undefined;
|
|
5657
5871
|
force_accept?: string | boolean | undefined;
|
|
5658
5872
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5665,6 +5879,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5665
5879
|
robot: "/image/ocr";
|
|
5666
5880
|
provider: string;
|
|
5667
5881
|
format?: string | undefined;
|
|
5882
|
+
result?: string | boolean | undefined;
|
|
5668
5883
|
use?: string | string[] | {
|
|
5669
5884
|
name: string;
|
|
5670
5885
|
fields?: string | undefined;
|
|
@@ -5680,13 +5895,14 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5680
5895
|
group_by_original?: boolean | undefined;
|
|
5681
5896
|
} | undefined;
|
|
5682
5897
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5683
|
-
result?: string | boolean | undefined;
|
|
5684
5898
|
queue?: string | undefined;
|
|
5685
5899
|
force_accept?: string | boolean | undefined;
|
|
5686
5900
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5687
5901
|
granularity?: string | undefined;
|
|
5688
5902
|
} | {
|
|
5689
5903
|
robot: "/image/optimize";
|
|
5904
|
+
priority?: string | undefined;
|
|
5905
|
+
result?: string | boolean | undefined;
|
|
5690
5906
|
use?: string | string[] | {
|
|
5691
5907
|
name: string;
|
|
5692
5908
|
fields?: string | undefined;
|
|
@@ -5702,20 +5918,19 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5702
5918
|
group_by_original?: boolean | undefined;
|
|
5703
5919
|
} | undefined;
|
|
5704
5920
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5705
|
-
result?: string | boolean | undefined;
|
|
5706
5921
|
queue?: string | undefined;
|
|
5707
5922
|
force_accept?: string | boolean | undefined;
|
|
5708
5923
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5709
|
-
priority?: string | undefined;
|
|
5710
5924
|
progressive?: string | boolean | undefined;
|
|
5711
5925
|
preserve_meta_data?: string | boolean | undefined;
|
|
5712
5926
|
fix_breaking_images?: string | boolean | undefined;
|
|
5713
5927
|
} | {
|
|
5714
5928
|
robot: "/image/resize";
|
|
5929
|
+
type?: string | undefined;
|
|
5715
5930
|
transparent?: string | undefined;
|
|
5716
5931
|
format?: string | null | undefined;
|
|
5717
|
-
type?: string | undefined;
|
|
5718
5932
|
strip?: string | boolean | undefined;
|
|
5933
|
+
result?: string | boolean | undefined;
|
|
5719
5934
|
text?: string | {
|
|
5720
5935
|
text: string;
|
|
5721
5936
|
font?: string | undefined;
|
|
@@ -5760,7 +5975,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5760
5975
|
group_by_original?: boolean | undefined;
|
|
5761
5976
|
} | undefined;
|
|
5762
5977
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5763
|
-
result?: string | boolean | undefined;
|
|
5764
5978
|
queue?: string | undefined;
|
|
5765
5979
|
force_accept?: string | boolean | undefined;
|
|
5766
5980
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -5815,6 +6029,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5815
6029
|
shave?: string | number | undefined;
|
|
5816
6030
|
} | {
|
|
5817
6031
|
robot: "/meta/write";
|
|
6032
|
+
result?: string | boolean | undefined;
|
|
5818
6033
|
ffmpeg?: string | z.objectInputType<{
|
|
5819
6034
|
af: z.ZodOptional<z.ZodString>;
|
|
5820
6035
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -5951,12 +6166,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5951
6166
|
group_by_original?: boolean | undefined;
|
|
5952
6167
|
} | undefined;
|
|
5953
6168
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5954
|
-
result?: string | boolean | undefined;
|
|
5955
6169
|
queue?: string | undefined;
|
|
5956
6170
|
force_accept?: string | boolean | undefined;
|
|
5957
6171
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
5958
6172
|
ffmpeg_stack?: string | undefined;
|
|
5959
|
-
data_to_write?: string
|
|
6173
|
+
data_to_write?: Record<string, unknown> | undefined;
|
|
5960
6174
|
} | {
|
|
5961
6175
|
path: string | string[];
|
|
5962
6176
|
robot: "/minio/import";
|
|
@@ -5964,8 +6178,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5964
6178
|
key?: string | undefined;
|
|
5965
6179
|
secret?: string | undefined;
|
|
5966
6180
|
recursive?: string | boolean | undefined;
|
|
5967
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5968
6181
|
result?: string | boolean | undefined;
|
|
6182
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
5969
6183
|
queue?: string | undefined;
|
|
5970
6184
|
force_accept?: string | boolean | undefined;
|
|
5971
6185
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -5982,6 +6196,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5982
6196
|
path?: string | undefined;
|
|
5983
6197
|
key?: string | undefined;
|
|
5984
6198
|
secret?: string | undefined;
|
|
6199
|
+
result?: string | boolean | undefined;
|
|
5985
6200
|
use?: string | string[] | {
|
|
5986
6201
|
name: string;
|
|
5987
6202
|
fields?: string | undefined;
|
|
@@ -5997,7 +6212,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
5997
6212
|
group_by_original?: boolean | undefined;
|
|
5998
6213
|
} | undefined;
|
|
5999
6214
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6000
|
-
result?: string | boolean | undefined;
|
|
6001
6215
|
queue?: string | undefined;
|
|
6002
6216
|
force_accept?: string | boolean | undefined;
|
|
6003
6217
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6009,11 +6223,11 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6009
6223
|
path: string | string[];
|
|
6010
6224
|
robot: "/s3/import";
|
|
6011
6225
|
key?: string | undefined;
|
|
6226
|
+
range?: string | string[] | undefined;
|
|
6012
6227
|
secret?: string | undefined;
|
|
6013
6228
|
recursive?: string | boolean | undefined;
|
|
6014
|
-
range?: string | string[] | undefined;
|
|
6015
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6016
6229
|
result?: string | boolean | undefined;
|
|
6230
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6017
6231
|
queue?: string | undefined;
|
|
6018
6232
|
force_accept?: string | boolean | undefined;
|
|
6019
6233
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6031,6 +6245,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6031
6245
|
path?: string | undefined;
|
|
6032
6246
|
key?: string | undefined;
|
|
6033
6247
|
secret?: string | undefined;
|
|
6248
|
+
result?: string | boolean | undefined;
|
|
6034
6249
|
use?: string | string[] | {
|
|
6035
6250
|
name: string;
|
|
6036
6251
|
fields?: string | undefined;
|
|
@@ -6046,7 +6261,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6046
6261
|
group_by_original?: boolean | undefined;
|
|
6047
6262
|
} | undefined;
|
|
6048
6263
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6049
|
-
result?: string | boolean | undefined;
|
|
6050
6264
|
queue?: string | undefined;
|
|
6051
6265
|
force_accept?: string | boolean | undefined;
|
|
6052
6266
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6063,6 +6277,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6063
6277
|
} | {
|
|
6064
6278
|
script: string;
|
|
6065
6279
|
robot: "/script/run";
|
|
6280
|
+
result?: string | boolean | undefined;
|
|
6066
6281
|
use?: string | string[] | {
|
|
6067
6282
|
name: string;
|
|
6068
6283
|
fields?: string | undefined;
|
|
@@ -6078,7 +6293,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6078
6293
|
group_by_original?: boolean | undefined;
|
|
6079
6294
|
} | undefined;
|
|
6080
6295
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6081
|
-
result?: string | boolean | undefined;
|
|
6082
6296
|
queue?: string | undefined;
|
|
6083
6297
|
force_accept?: string | boolean | undefined;
|
|
6084
6298
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6087,8 +6301,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6087
6301
|
robot: "/sftp/import";
|
|
6088
6302
|
host?: string | undefined;
|
|
6089
6303
|
port?: string | number | undefined;
|
|
6090
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6091
6304
|
result?: string | boolean | undefined;
|
|
6305
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6092
6306
|
queue?: string | undefined;
|
|
6093
6307
|
force_accept?: string | boolean | undefined;
|
|
6094
6308
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6101,6 +6315,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6101
6315
|
host?: string | undefined;
|
|
6102
6316
|
path?: string | undefined;
|
|
6103
6317
|
port?: string | number | undefined;
|
|
6318
|
+
result?: string | boolean | undefined;
|
|
6104
6319
|
use?: string | string[] | {
|
|
6105
6320
|
name: string;
|
|
6106
6321
|
fields?: string | undefined;
|
|
@@ -6116,7 +6331,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6116
6331
|
group_by_original?: boolean | undefined;
|
|
6117
6332
|
} | undefined;
|
|
6118
6333
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6119
|
-
result?: string | boolean | undefined;
|
|
6120
6334
|
queue?: string | undefined;
|
|
6121
6335
|
force_accept?: string | boolean | undefined;
|
|
6122
6336
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6130,6 +6344,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6130
6344
|
robot: "/speech/transcribe";
|
|
6131
6345
|
provider: string;
|
|
6132
6346
|
format?: string | undefined;
|
|
6347
|
+
result?: string | boolean | undefined;
|
|
6133
6348
|
use?: string | string[] | {
|
|
6134
6349
|
name: string;
|
|
6135
6350
|
fields?: string | undefined;
|
|
@@ -6145,7 +6360,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6145
6360
|
group_by_original?: boolean | undefined;
|
|
6146
6361
|
} | undefined;
|
|
6147
6362
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6148
|
-
result?: string | boolean | undefined;
|
|
6149
6363
|
queue?: string | undefined;
|
|
6150
6364
|
force_accept?: string | boolean | undefined;
|
|
6151
6365
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6159,8 +6373,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6159
6373
|
key?: string | undefined;
|
|
6160
6374
|
secret?: string | undefined;
|
|
6161
6375
|
recursive?: string | boolean | undefined;
|
|
6162
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6163
6376
|
result?: string | boolean | undefined;
|
|
6377
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6164
6378
|
queue?: string | undefined;
|
|
6165
6379
|
force_accept?: string | boolean | undefined;
|
|
6166
6380
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6178,6 +6392,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6178
6392
|
path?: string | undefined;
|
|
6179
6393
|
key?: string | undefined;
|
|
6180
6394
|
secret?: string | undefined;
|
|
6395
|
+
result?: string | boolean | undefined;
|
|
6181
6396
|
use?: string | string[] | {
|
|
6182
6397
|
name: string;
|
|
6183
6398
|
fields?: string | undefined;
|
|
@@ -6193,7 +6408,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6193
6408
|
group_by_original?: boolean | undefined;
|
|
6194
6409
|
} | undefined;
|
|
6195
6410
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6196
|
-
result?: string | boolean | undefined;
|
|
6197
6411
|
queue?: string | undefined;
|
|
6198
6412
|
force_accept?: string | boolean | undefined;
|
|
6199
6413
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6208,8 +6422,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6208
6422
|
key?: string | undefined;
|
|
6209
6423
|
secret?: string | undefined;
|
|
6210
6424
|
recursive?: string | boolean | undefined;
|
|
6211
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6212
6425
|
result?: string | boolean | undefined;
|
|
6426
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6213
6427
|
queue?: string | undefined;
|
|
6214
6428
|
force_accept?: string | boolean | undefined;
|
|
6215
6429
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6227,6 +6441,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6227
6441
|
path?: string | undefined;
|
|
6228
6442
|
key?: string | undefined;
|
|
6229
6443
|
secret?: string | undefined;
|
|
6444
|
+
result?: string | boolean | undefined;
|
|
6230
6445
|
use?: string | string[] | {
|
|
6231
6446
|
name: string;
|
|
6232
6447
|
fields?: string | undefined;
|
|
@@ -6242,7 +6457,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6242
6457
|
group_by_original?: boolean | undefined;
|
|
6243
6458
|
} | undefined;
|
|
6244
6459
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6245
|
-
result?: string | boolean | undefined;
|
|
6246
6460
|
queue?: string | undefined;
|
|
6247
6461
|
force_accept?: string | boolean | undefined;
|
|
6248
6462
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6255,6 +6469,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6255
6469
|
robot: "/text/speak";
|
|
6256
6470
|
provider: string;
|
|
6257
6471
|
prompt?: string | null | undefined;
|
|
6472
|
+
result?: string | boolean | undefined;
|
|
6258
6473
|
use?: string | string[] | {
|
|
6259
6474
|
name: string;
|
|
6260
6475
|
fields?: string | undefined;
|
|
@@ -6270,7 +6485,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6270
6485
|
group_by_original?: boolean | undefined;
|
|
6271
6486
|
} | undefined;
|
|
6272
6487
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6273
|
-
result?: string | boolean | undefined;
|
|
6274
6488
|
queue?: string | undefined;
|
|
6275
6489
|
force_accept?: string | boolean | undefined;
|
|
6276
6490
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6280,6 +6494,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6280
6494
|
} | {
|
|
6281
6495
|
robot: "/text/translate";
|
|
6282
6496
|
provider: string;
|
|
6497
|
+
result?: string | boolean | undefined;
|
|
6283
6498
|
use?: string | string[] | {
|
|
6284
6499
|
name: string;
|
|
6285
6500
|
fields?: string | undefined;
|
|
@@ -6295,7 +6510,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6295
6510
|
group_by_original?: boolean | undefined;
|
|
6296
6511
|
} | undefined;
|
|
6297
6512
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6298
|
-
result?: string | boolean | undefined;
|
|
6299
6513
|
queue?: string | undefined;
|
|
6300
6514
|
force_accept?: string | boolean | undefined;
|
|
6301
6515
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6308,8 +6522,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6308
6522
|
key?: string | undefined;
|
|
6309
6523
|
secret?: string | undefined;
|
|
6310
6524
|
recursive?: string | boolean | undefined;
|
|
6311
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6312
6525
|
result?: string | boolean | undefined;
|
|
6526
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6313
6527
|
queue?: string | undefined;
|
|
6314
6528
|
force_accept?: string | boolean | undefined;
|
|
6315
6529
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -6327,6 +6541,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6327
6541
|
path?: string | undefined;
|
|
6328
6542
|
key?: string | undefined;
|
|
6329
6543
|
secret?: string | undefined;
|
|
6544
|
+
result?: string | boolean | undefined;
|
|
6330
6545
|
use?: string | string[] | {
|
|
6331
6546
|
name: string;
|
|
6332
6547
|
fields?: string | undefined;
|
|
@@ -6342,7 +6557,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6342
6557
|
group_by_original?: boolean | undefined;
|
|
6343
6558
|
} | undefined;
|
|
6344
6559
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6345
|
-
result?: string | boolean | undefined;
|
|
6346
6560
|
queue?: string | undefined;
|
|
6347
6561
|
force_accept?: string | boolean | undefined;
|
|
6348
6562
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6353,8 +6567,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6353
6567
|
acl?: string | undefined;
|
|
6354
6568
|
} | {
|
|
6355
6569
|
robot: "/tlcdn/deliver";
|
|
6356
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6357
6570
|
result?: string | boolean | undefined;
|
|
6571
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6358
6572
|
queue?: string | undefined;
|
|
6359
6573
|
force_accept?: string | boolean | undefined;
|
|
6360
6574
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6362,6 +6576,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6362
6576
|
robot: "/tus/store";
|
|
6363
6577
|
endpoint: string;
|
|
6364
6578
|
headers?: Record<string, string> | undefined;
|
|
6579
|
+
result?: string | boolean | undefined;
|
|
6365
6580
|
use?: string | string[] | {
|
|
6366
6581
|
name: string;
|
|
6367
6582
|
fields?: string | undefined;
|
|
@@ -6377,7 +6592,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6377
6592
|
group_by_original?: boolean | undefined;
|
|
6378
6593
|
} | undefined;
|
|
6379
6594
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6380
|
-
result?: string | boolean | undefined;
|
|
6381
6595
|
queue?: string | undefined;
|
|
6382
6596
|
force_accept?: string | boolean | undefined;
|
|
6383
6597
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6387,13 +6601,14 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6387
6601
|
ssl_url_template?: string | undefined;
|
|
6388
6602
|
} | {
|
|
6389
6603
|
robot: "/upload/handle";
|
|
6390
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6391
6604
|
result?: string | boolean | undefined;
|
|
6605
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6392
6606
|
queue?: string | undefined;
|
|
6393
6607
|
force_accept?: string | boolean | undefined;
|
|
6394
6608
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
6395
6609
|
} | {
|
|
6396
6610
|
robot: "/video/adaptive";
|
|
6611
|
+
result?: string | boolean | undefined;
|
|
6397
6612
|
ffmpeg?: string | z.objectInputType<{
|
|
6398
6613
|
af: z.ZodOptional<z.ZodString>;
|
|
6399
6614
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6530,7 +6745,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6530
6745
|
group_by_original?: boolean | undefined;
|
|
6531
6746
|
} | undefined;
|
|
6532
6747
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6533
|
-
result?: string | boolean | undefined;
|
|
6534
6748
|
queue?: string | undefined;
|
|
6535
6749
|
force_accept?: string | boolean | undefined;
|
|
6536
6750
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6544,6 +6758,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6544
6758
|
closed_captions?: string | boolean | undefined;
|
|
6545
6759
|
} | {
|
|
6546
6760
|
robot: "/video/concat";
|
|
6761
|
+
result?: string | boolean | undefined;
|
|
6547
6762
|
ffmpeg?: string | z.objectInputType<{
|
|
6548
6763
|
af: z.ZodOptional<z.ZodString>;
|
|
6549
6764
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6680,7 +6895,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6680
6895
|
group_by_original?: boolean | undefined;
|
|
6681
6896
|
} | undefined;
|
|
6682
6897
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6683
|
-
result?: string | boolean | undefined;
|
|
6684
6898
|
queue?: string | undefined;
|
|
6685
6899
|
force_accept?: string | boolean | undefined;
|
|
6686
6900
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6692,6 +6906,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6692
6906
|
video_fade_seconds?: string | number | undefined;
|
|
6693
6907
|
} | {
|
|
6694
6908
|
robot: "/video/encode";
|
|
6909
|
+
result?: string | boolean | undefined;
|
|
6695
6910
|
ffmpeg?: string | z.objectInputType<{
|
|
6696
6911
|
af: z.ZodOptional<z.ZodString>;
|
|
6697
6912
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -6828,7 +7043,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6828
7043
|
group_by_original?: boolean | undefined;
|
|
6829
7044
|
} | undefined;
|
|
6830
7045
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
6831
|
-
result?: string | boolean | undefined;
|
|
6832
7046
|
queue?: string | undefined;
|
|
6833
7047
|
force_accept?: string | boolean | undefined;
|
|
6834
7048
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -6868,6 +7082,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
6868
7082
|
text_background_color?: string | undefined;
|
|
6869
7083
|
} | {
|
|
6870
7084
|
robot: "/video/merge";
|
|
7085
|
+
result?: string | boolean | undefined;
|
|
6871
7086
|
duration?: string | number | undefined;
|
|
6872
7087
|
loop?: string | boolean | undefined;
|
|
6873
7088
|
ffmpeg?: string | z.objectInputType<{
|
|
@@ -7006,7 +7221,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7006
7221
|
group_by_original?: boolean | undefined;
|
|
7007
7222
|
} | undefined;
|
|
7008
7223
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7009
|
-
result?: string | boolean | undefined;
|
|
7010
7224
|
queue?: string | undefined;
|
|
7011
7225
|
force_accept?: string | boolean | undefined;
|
|
7012
7226
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7178,6 +7392,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7178
7392
|
segment_name?: string | undefined;
|
|
7179
7393
|
segment_time_delta?: string | number | undefined;
|
|
7180
7394
|
}>;
|
|
7395
|
+
result?: string | boolean | undefined;
|
|
7181
7396
|
use?: string | string[] | {
|
|
7182
7397
|
name: string;
|
|
7183
7398
|
fields?: string | undefined;
|
|
@@ -7193,7 +7408,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7193
7408
|
group_by_original?: boolean | undefined;
|
|
7194
7409
|
} | undefined;
|
|
7195
7410
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7196
|
-
result?: string | boolean | undefined;
|
|
7197
7411
|
queue?: string | undefined;
|
|
7198
7412
|
force_accept?: string | boolean | undefined;
|
|
7199
7413
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7205,6 +7419,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7205
7419
|
} | {
|
|
7206
7420
|
robot: "/video/subtitle";
|
|
7207
7421
|
font?: string | undefined;
|
|
7422
|
+
result?: string | boolean | undefined;
|
|
7208
7423
|
ffmpeg?: string | z.objectInputType<{
|
|
7209
7424
|
af: z.ZodOptional<z.ZodString>;
|
|
7210
7425
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -7341,7 +7556,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7341
7556
|
group_by_original?: boolean | undefined;
|
|
7342
7557
|
} | undefined;
|
|
7343
7558
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7344
|
-
result?: string | boolean | undefined;
|
|
7345
7559
|
queue?: string | undefined;
|
|
7346
7560
|
force_accept?: string | boolean | undefined;
|
|
7347
7561
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7349,17 +7563,18 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7349
7563
|
ffmpeg_stack?: string | undefined;
|
|
7350
7564
|
width?: string | number | null | undefined;
|
|
7351
7565
|
height?: string | number | null | undefined;
|
|
7566
|
+
border_color?: string | undefined;
|
|
7352
7567
|
font_size?: string | number | undefined;
|
|
7353
7568
|
font_color?: string | undefined;
|
|
7354
7569
|
subtitles_type?: string | undefined;
|
|
7355
7570
|
border_style?: string | undefined;
|
|
7356
|
-
border_color?: string | undefined;
|
|
7357
7571
|
position?: string | undefined;
|
|
7358
7572
|
language?: string | null | undefined;
|
|
7359
7573
|
keep_subtitles?: string | boolean | undefined;
|
|
7360
7574
|
} | {
|
|
7361
7575
|
robot: "/video/thumbs";
|
|
7362
7576
|
format?: string | undefined;
|
|
7577
|
+
result?: string | boolean | undefined;
|
|
7363
7578
|
count?: string | number | undefined;
|
|
7364
7579
|
ffmpeg?: string | z.objectInputType<{
|
|
7365
7580
|
af: z.ZodOptional<z.ZodString>;
|
|
@@ -7497,7 +7712,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7497
7712
|
group_by_original?: boolean | undefined;
|
|
7498
7713
|
} | undefined;
|
|
7499
7714
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7500
|
-
result?: string | boolean | undefined;
|
|
7501
7715
|
queue?: string | undefined;
|
|
7502
7716
|
force_accept?: string | boolean | undefined;
|
|
7503
7717
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7512,8 +7726,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7512
7726
|
} | {
|
|
7513
7727
|
robot: "/vimeo/import";
|
|
7514
7728
|
path?: string | string[] | undefined;
|
|
7515
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7516
7729
|
result?: string | boolean | undefined;
|
|
7730
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7517
7731
|
queue?: string | undefined;
|
|
7518
7732
|
force_accept?: string | boolean | undefined;
|
|
7519
7733
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -7526,6 +7740,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7526
7740
|
description: string;
|
|
7527
7741
|
title: string;
|
|
7528
7742
|
robot: "/vimeo/store";
|
|
7743
|
+
result?: string | boolean | undefined;
|
|
7529
7744
|
password?: string | undefined;
|
|
7530
7745
|
use?: string | string[] | {
|
|
7531
7746
|
name: string;
|
|
@@ -7542,7 +7757,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7542
7757
|
group_by_original?: boolean | undefined;
|
|
7543
7758
|
} | undefined;
|
|
7544
7759
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7545
|
-
result?: string | boolean | undefined;
|
|
7546
7760
|
queue?: string | undefined;
|
|
7547
7761
|
force_accept?: string | boolean | undefined;
|
|
7548
7762
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7559,8 +7773,8 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7559
7773
|
key?: string | undefined;
|
|
7560
7774
|
secret?: string | undefined;
|
|
7561
7775
|
recursive?: string | boolean | undefined;
|
|
7562
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7563
7776
|
result?: string | boolean | undefined;
|
|
7777
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7564
7778
|
queue?: string | undefined;
|
|
7565
7779
|
force_accept?: string | boolean | undefined;
|
|
7566
7780
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -7578,6 +7792,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7578
7792
|
path?: string | undefined;
|
|
7579
7793
|
key?: string | undefined;
|
|
7580
7794
|
secret?: string | undefined;
|
|
7795
|
+
result?: string | boolean | undefined;
|
|
7581
7796
|
use?: string | string[] | {
|
|
7582
7797
|
name: string;
|
|
7583
7798
|
fields?: string | undefined;
|
|
@@ -7593,7 +7808,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7593
7808
|
group_by_original?: boolean | undefined;
|
|
7594
7809
|
} | undefined;
|
|
7595
7810
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7596
|
-
result?: string | boolean | undefined;
|
|
7597
7811
|
queue?: string | undefined;
|
|
7598
7812
|
force_accept?: string | boolean | undefined;
|
|
7599
7813
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -7609,6 +7823,7 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7609
7823
|
credentials: string;
|
|
7610
7824
|
keywords: string;
|
|
7611
7825
|
visibility: string;
|
|
7826
|
+
result?: string | boolean | undefined;
|
|
7612
7827
|
use?: string | string[] | {
|
|
7613
7828
|
name: string;
|
|
7614
7829
|
fields?: string | undefined;
|
|
@@ -7624,7 +7839,6 @@ export declare const assemblyReplayNotificationSchema: z.ZodObject<{
|
|
|
7624
7839
|
group_by_original?: boolean | undefined;
|
|
7625
7840
|
} | undefined;
|
|
7626
7841
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
7627
|
-
result?: string | boolean | undefined;
|
|
7628
7842
|
queue?: string | undefined;
|
|
7629
7843
|
force_accept?: string | boolean | undefined;
|
|
7630
7844
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|