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
|
@@ -66,14 +66,14 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
66
66
|
archive_name: z.ZodOptional<z.ZodString>;
|
|
67
67
|
}, "strict", z.ZodTypeAny, {
|
|
68
68
|
format: "zip" | "tar";
|
|
69
|
+
result: boolean;
|
|
69
70
|
gzip: boolean;
|
|
70
71
|
password: string | null;
|
|
71
72
|
robot: "/file/compress";
|
|
72
|
-
result: boolean;
|
|
73
73
|
force_accept: boolean;
|
|
74
74
|
ignore_errors: string[];
|
|
75
75
|
compression_level: number;
|
|
76
|
-
file_layout: "
|
|
76
|
+
file_layout: "simple" | "advanced" | "relative-path";
|
|
77
77
|
use?: string | string[] | {
|
|
78
78
|
name: string;
|
|
79
79
|
fields?: string | undefined;
|
|
@@ -94,6 +94,7 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
94
94
|
}, {
|
|
95
95
|
robot: "/file/compress";
|
|
96
96
|
format?: "zip" | "tar" | undefined;
|
|
97
|
+
result?: boolean | undefined;
|
|
97
98
|
gzip?: boolean | undefined;
|
|
98
99
|
password?: string | null | undefined;
|
|
99
100
|
use?: string | string[] | {
|
|
@@ -111,12 +112,11 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
111
112
|
group_by_original?: boolean | undefined;
|
|
112
113
|
} | undefined;
|
|
113
114
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
114
|
-
result?: boolean | undefined;
|
|
115
115
|
queue?: "batch" | undefined;
|
|
116
116
|
force_accept?: boolean | undefined;
|
|
117
117
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
118
118
|
compression_level?: number | undefined;
|
|
119
|
-
file_layout?: "
|
|
119
|
+
file_layout?: "simple" | "advanced" | "relative-path" | undefined;
|
|
120
120
|
archive_name?: string | undefined;
|
|
121
121
|
}>;
|
|
122
122
|
export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
@@ -189,7 +189,8 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
189
189
|
force_accept: boolean;
|
|
190
190
|
ignore_errors: string[];
|
|
191
191
|
compression_level: number;
|
|
192
|
-
file_layout: "
|
|
192
|
+
file_layout: "simple" | "advanced" | "relative-path";
|
|
193
|
+
result?: boolean | "debug" | undefined;
|
|
193
194
|
use?: string | string[] | {
|
|
194
195
|
name: string;
|
|
195
196
|
fields?: string | undefined;
|
|
@@ -205,12 +206,12 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
205
206
|
group_by_original?: boolean | undefined;
|
|
206
207
|
} | undefined;
|
|
207
208
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
208
|
-
result?: boolean | "debug" | undefined;
|
|
209
209
|
queue?: "batch" | undefined;
|
|
210
210
|
archive_name?: string | undefined;
|
|
211
211
|
}, {
|
|
212
212
|
robot: "/file/compress";
|
|
213
213
|
format?: "zip" | "tar" | undefined;
|
|
214
|
+
result?: boolean | "debug" | undefined;
|
|
214
215
|
gzip?: boolean | undefined;
|
|
215
216
|
password?: string | null | undefined;
|
|
216
217
|
use?: string | string[] | {
|
|
@@ -228,12 +229,11 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
228
229
|
group_by_original?: boolean | undefined;
|
|
229
230
|
} | undefined;
|
|
230
231
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
231
|
-
result?: boolean | "debug" | undefined;
|
|
232
232
|
queue?: "batch" | undefined;
|
|
233
233
|
force_accept?: boolean | undefined;
|
|
234
234
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
235
235
|
compression_level?: number | undefined;
|
|
236
|
-
file_layout?: "
|
|
236
|
+
file_layout?: "simple" | "advanced" | "relative-path" | undefined;
|
|
237
237
|
archive_name?: string | undefined;
|
|
238
238
|
}>;
|
|
239
239
|
export type RobotFileCompressInstructions = z.infer<typeof robotFileCompressInstructionsSchema>;
|
|
@@ -301,10 +301,10 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
301
301
|
archive_name: z.ZodOptional<z.ZodString>;
|
|
302
302
|
}, "strict", z.ZodTypeAny, {
|
|
303
303
|
format: string;
|
|
304
|
+
result: string | boolean;
|
|
304
305
|
gzip: string | boolean;
|
|
305
306
|
password: string | null;
|
|
306
307
|
robot: "/file/compress";
|
|
307
|
-
result: string | boolean;
|
|
308
308
|
force_accept: string | boolean;
|
|
309
309
|
ignore_errors: string | string[];
|
|
310
310
|
compression_level: string | number;
|
|
@@ -329,6 +329,7 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
329
329
|
}, {
|
|
330
330
|
robot: "/file/compress";
|
|
331
331
|
format?: string | undefined;
|
|
332
|
+
result?: string | boolean | undefined;
|
|
332
333
|
gzip?: string | boolean | undefined;
|
|
333
334
|
password?: string | null | undefined;
|
|
334
335
|
use?: string | string[] | {
|
|
@@ -346,7 +347,6 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
346
347
|
group_by_original?: boolean | undefined;
|
|
347
348
|
} | undefined;
|
|
348
349
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
349
|
-
result?: string | boolean | undefined;
|
|
350
350
|
queue?: string | undefined;
|
|
351
351
|
force_accept?: string | boolean | undefined;
|
|
352
352
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -426,6 +426,7 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
|
|
|
426
426
|
ignore_errors: string | string[];
|
|
427
427
|
compression_level: string | number;
|
|
428
428
|
file_layout: string;
|
|
429
|
+
result?: string | boolean | undefined;
|
|
429
430
|
use?: string | string[] | {
|
|
430
431
|
name: string;
|
|
431
432
|
fields?: string | undefined;
|
|
@@ -441,12 +442,12 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
|
|
|
441
442
|
group_by_original?: boolean | undefined;
|
|
442
443
|
} | undefined;
|
|
443
444
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
444
|
-
result?: string | boolean | undefined;
|
|
445
445
|
queue?: string | undefined;
|
|
446
446
|
archive_name?: string | undefined;
|
|
447
447
|
}, {
|
|
448
448
|
robot: "/file/compress";
|
|
449
449
|
format?: string | undefined;
|
|
450
|
+
result?: string | boolean | undefined;
|
|
450
451
|
gzip?: string | boolean | undefined;
|
|
451
452
|
password?: string | null | undefined;
|
|
452
453
|
use?: string | string[] | {
|
|
@@ -464,7 +465,6 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
|
|
|
464
465
|
group_by_original?: boolean | undefined;
|
|
465
466
|
} | undefined;
|
|
466
467
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
467
|
-
result?: string | boolean | undefined;
|
|
468
468
|
queue?: string | undefined;
|
|
469
469
|
force_accept?: string | boolean | undefined;
|
|
470
470
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -58,8 +58,8 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
58
58
|
robot: z.ZodLiteral<"/file/decompress">;
|
|
59
59
|
ignore_errors: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, ("meta" | "execute")[], boolean | ("meta" | "execute")[]>>;
|
|
60
60
|
}, "strict", z.ZodTypeAny, {
|
|
61
|
-
robot: "/file/decompress";
|
|
62
61
|
result: boolean;
|
|
62
|
+
robot: "/file/decompress";
|
|
63
63
|
force_accept: boolean;
|
|
64
64
|
ignore_errors: ("meta" | "execute")[];
|
|
65
65
|
use?: string | string[] | {
|
|
@@ -80,6 +80,7 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
80
80
|
queue?: "batch" | undefined;
|
|
81
81
|
}, {
|
|
82
82
|
robot: "/file/decompress";
|
|
83
|
+
result?: boolean | undefined;
|
|
83
84
|
use?: string | string[] | {
|
|
84
85
|
name: string;
|
|
85
86
|
fields?: string | undefined;
|
|
@@ -95,7 +96,6 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
95
96
|
group_by_original?: boolean | undefined;
|
|
96
97
|
} | undefined;
|
|
97
98
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
98
|
-
result?: boolean | undefined;
|
|
99
99
|
queue?: "batch" | undefined;
|
|
100
100
|
force_accept?: boolean | undefined;
|
|
101
101
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -160,6 +160,7 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
160
160
|
robot: "/file/decompress";
|
|
161
161
|
force_accept: boolean;
|
|
162
162
|
ignore_errors: ("meta" | "execute")[];
|
|
163
|
+
result?: boolean | "debug" | undefined;
|
|
163
164
|
use?: string | string[] | {
|
|
164
165
|
name: string;
|
|
165
166
|
fields?: string | undefined;
|
|
@@ -175,10 +176,10 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
175
176
|
group_by_original?: boolean | undefined;
|
|
176
177
|
} | undefined;
|
|
177
178
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
178
|
-
result?: boolean | "debug" | undefined;
|
|
179
179
|
queue?: "batch" | undefined;
|
|
180
180
|
}, {
|
|
181
181
|
robot: "/file/decompress";
|
|
182
|
+
result?: boolean | "debug" | undefined;
|
|
182
183
|
use?: string | string[] | {
|
|
183
184
|
name: string;
|
|
184
185
|
fields?: string | undefined;
|
|
@@ -194,7 +195,6 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
194
195
|
group_by_original?: boolean | undefined;
|
|
195
196
|
} | undefined;
|
|
196
197
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
197
|
-
result?: boolean | "debug" | undefined;
|
|
198
198
|
queue?: "batch" | undefined;
|
|
199
199
|
force_accept?: boolean | undefined;
|
|
200
200
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -257,8 +257,8 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
257
257
|
robot: z.ZodLiteral<"/file/decompress">;
|
|
258
258
|
ignore_errors: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodArray<z.ZodEnum<["meta", "execute"]>, "many">]>, ("meta" | "execute")[], boolean | ("meta" | "execute")[]>]>>;
|
|
259
259
|
}, "strict", z.ZodTypeAny, {
|
|
260
|
-
robot: "/file/decompress";
|
|
261
260
|
result: string | boolean;
|
|
261
|
+
robot: "/file/decompress";
|
|
262
262
|
force_accept: string | boolean;
|
|
263
263
|
ignore_errors: string | ("meta" | "execute")[];
|
|
264
264
|
use?: string | string[] | {
|
|
@@ -279,6 +279,7 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
279
279
|
queue?: string | undefined;
|
|
280
280
|
}, {
|
|
281
281
|
robot: "/file/decompress";
|
|
282
|
+
result?: string | boolean | undefined;
|
|
282
283
|
use?: string | string[] | {
|
|
283
284
|
name: string;
|
|
284
285
|
fields?: string | undefined;
|
|
@@ -294,7 +295,6 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
294
295
|
group_by_original?: boolean | undefined;
|
|
295
296
|
} | undefined;
|
|
296
297
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
297
|
-
result?: string | boolean | undefined;
|
|
298
298
|
queue?: string | undefined;
|
|
299
299
|
force_accept?: string | boolean | undefined;
|
|
300
300
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -360,6 +360,7 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
|
|
|
360
360
|
robot: "/file/decompress";
|
|
361
361
|
force_accept: string | boolean;
|
|
362
362
|
ignore_errors: string | ("meta" | "execute")[];
|
|
363
|
+
result?: string | boolean | undefined;
|
|
363
364
|
use?: string | string[] | {
|
|
364
365
|
name: string;
|
|
365
366
|
fields?: string | undefined;
|
|
@@ -375,10 +376,10 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
|
|
|
375
376
|
group_by_original?: boolean | undefined;
|
|
376
377
|
} | undefined;
|
|
377
378
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
378
|
-
result?: string | boolean | undefined;
|
|
379
379
|
queue?: string | undefined;
|
|
380
380
|
}, {
|
|
381
381
|
robot: "/file/decompress";
|
|
382
|
+
result?: string | boolean | undefined;
|
|
382
383
|
use?: string | string[] | {
|
|
383
384
|
name: string;
|
|
384
385
|
fields?: string | undefined;
|
|
@@ -394,7 +395,6 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
|
|
|
394
395
|
group_by_original?: boolean | undefined;
|
|
395
396
|
} | undefined;
|
|
396
397
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
397
|
-
result?: string | boolean | undefined;
|
|
398
398
|
queue?: string | undefined;
|
|
399
399
|
force_accept?: string | boolean | undefined;
|
|
400
400
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -64,11 +64,11 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
64
64
|
error_on_decline: z.ZodDefault<z.ZodBoolean>;
|
|
65
65
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
66
66
|
}, "strict", z.ZodTypeAny, {
|
|
67
|
-
robot: "/file/filter";
|
|
68
67
|
result: boolean;
|
|
68
|
+
robot: "/file/filter";
|
|
69
69
|
force_accept: boolean;
|
|
70
70
|
ignore_errors: string[];
|
|
71
|
-
condition_type: "
|
|
71
|
+
condition_type: "and" | "or";
|
|
72
72
|
error_on_decline: boolean;
|
|
73
73
|
error_msg: string;
|
|
74
74
|
use?: string | string[] | {
|
|
@@ -91,6 +91,7 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
91
91
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
92
92
|
}, {
|
|
93
93
|
robot: "/file/filter";
|
|
94
|
+
result?: boolean | undefined;
|
|
94
95
|
use?: string | string[] | {
|
|
95
96
|
name: string;
|
|
96
97
|
fields?: string | undefined;
|
|
@@ -106,13 +107,12 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
106
107
|
group_by_original?: boolean | undefined;
|
|
107
108
|
} | undefined;
|
|
108
109
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
109
|
-
result?: boolean | undefined;
|
|
110
110
|
queue?: "batch" | undefined;
|
|
111
111
|
force_accept?: boolean | undefined;
|
|
112
112
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
113
113
|
accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
114
114
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
115
|
-
condition_type?: "
|
|
115
|
+
condition_type?: "and" | "or" | undefined;
|
|
116
116
|
error_on_decline?: boolean | undefined;
|
|
117
117
|
error_msg?: string | undefined;
|
|
118
118
|
}>;
|
|
@@ -181,9 +181,10 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
181
181
|
robot: "/file/filter";
|
|
182
182
|
force_accept: boolean;
|
|
183
183
|
ignore_errors: string[];
|
|
184
|
-
condition_type: "
|
|
184
|
+
condition_type: "and" | "or";
|
|
185
185
|
error_on_decline: boolean;
|
|
186
186
|
error_msg: string;
|
|
187
|
+
result?: boolean | "debug" | undefined;
|
|
187
188
|
use?: string | string[] | {
|
|
188
189
|
name: string;
|
|
189
190
|
fields?: string | undefined;
|
|
@@ -199,12 +200,12 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
199
200
|
group_by_original?: boolean | undefined;
|
|
200
201
|
} | undefined;
|
|
201
202
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
202
|
-
result?: boolean | "debug" | undefined;
|
|
203
203
|
queue?: "batch" | undefined;
|
|
204
204
|
accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
205
205
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
206
206
|
}, {
|
|
207
207
|
robot: "/file/filter";
|
|
208
|
+
result?: boolean | "debug" | undefined;
|
|
208
209
|
use?: string | string[] | {
|
|
209
210
|
name: string;
|
|
210
211
|
fields?: string | undefined;
|
|
@@ -220,13 +221,12 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
220
221
|
group_by_original?: boolean | undefined;
|
|
221
222
|
} | undefined;
|
|
222
223
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
223
|
-
result?: boolean | "debug" | undefined;
|
|
224
224
|
queue?: "batch" | undefined;
|
|
225
225
|
force_accept?: boolean | undefined;
|
|
226
226
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
227
227
|
accepts?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
228
228
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
229
|
-
condition_type?: "
|
|
229
|
+
condition_type?: "and" | "or" | undefined;
|
|
230
230
|
error_on_decline?: boolean | undefined;
|
|
231
231
|
error_msg?: string | undefined;
|
|
232
232
|
}>;
|
|
@@ -293,8 +293,8 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
293
293
|
error_on_decline: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
294
294
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
295
295
|
}, "strict", z.ZodTypeAny, {
|
|
296
|
-
robot: "/file/filter";
|
|
297
296
|
result: string | boolean;
|
|
297
|
+
robot: "/file/filter";
|
|
298
298
|
force_accept: string | boolean;
|
|
299
299
|
ignore_errors: string | string[];
|
|
300
300
|
condition_type: string;
|
|
@@ -320,6 +320,7 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
320
320
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
321
321
|
}, {
|
|
322
322
|
robot: "/file/filter";
|
|
323
|
+
result?: string | boolean | undefined;
|
|
323
324
|
use?: string | string[] | {
|
|
324
325
|
name: string;
|
|
325
326
|
fields?: string | undefined;
|
|
@@ -335,7 +336,6 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
335
336
|
group_by_original?: boolean | undefined;
|
|
336
337
|
} | undefined;
|
|
337
338
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
338
|
-
result?: string | boolean | undefined;
|
|
339
339
|
queue?: string | undefined;
|
|
340
340
|
force_accept?: string | boolean | undefined;
|
|
341
341
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -414,6 +414,7 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
|
|
|
414
414
|
condition_type: string;
|
|
415
415
|
error_on_decline: string | boolean;
|
|
416
416
|
error_msg: string;
|
|
417
|
+
result?: string | boolean | undefined;
|
|
417
418
|
use?: string | string[] | {
|
|
418
419
|
name: string;
|
|
419
420
|
fields?: string | undefined;
|
|
@@ -429,12 +430,12 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
|
|
|
429
430
|
group_by_original?: boolean | undefined;
|
|
430
431
|
} | undefined;
|
|
431
432
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
432
|
-
result?: string | boolean | undefined;
|
|
433
433
|
queue?: string | undefined;
|
|
434
434
|
accepts?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
435
435
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
436
436
|
}, {
|
|
437
437
|
robot: "/file/filter";
|
|
438
|
+
result?: string | boolean | undefined;
|
|
438
439
|
use?: string | string[] | {
|
|
439
440
|
name: string;
|
|
440
441
|
fields?: string | undefined;
|
|
@@ -450,7 +451,6 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
|
|
|
450
451
|
group_by_original?: boolean | undefined;
|
|
451
452
|
} | undefined;
|
|
452
453
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
453
|
-
result?: string | boolean | undefined;
|
|
454
454
|
queue?: string | undefined;
|
|
455
455
|
force_accept?: string | boolean | undefined;
|
|
456
456
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -60,8 +60,8 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
|
|
|
60
60
|
robot: z.ZodLiteral<"/file/hash">;
|
|
61
61
|
algorithm: z.ZodDefault<z.ZodEnum<["b2", "md5", "sha1", "sha224", "sha256", "sha384", "sha512"]>>;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
|
-
robot: "/file/hash";
|
|
64
63
|
result: boolean;
|
|
64
|
+
robot: "/file/hash";
|
|
65
65
|
force_accept: boolean;
|
|
66
66
|
ignore_errors: string[];
|
|
67
67
|
algorithm: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512";
|
|
@@ -83,6 +83,7 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
|
|
|
83
83
|
queue?: "batch" | undefined;
|
|
84
84
|
}, {
|
|
85
85
|
robot: "/file/hash";
|
|
86
|
+
result?: boolean | undefined;
|
|
86
87
|
use?: string | string[] | {
|
|
87
88
|
name: string;
|
|
88
89
|
fields?: string | undefined;
|
|
@@ -98,7 +99,6 @@ export declare const robotFileHashInstructionsSchema: z.ZodObject<{
|
|
|
98
99
|
group_by_original?: boolean | undefined;
|
|
99
100
|
} | undefined;
|
|
100
101
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
101
|
-
result?: boolean | undefined;
|
|
102
102
|
queue?: "batch" | undefined;
|
|
103
103
|
force_accept?: boolean | undefined;
|
|
104
104
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -166,6 +166,7 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
166
166
|
force_accept: boolean;
|
|
167
167
|
ignore_errors: string[];
|
|
168
168
|
algorithm: "sha1" | "b2" | "md5" | "sha224" | "sha256" | "sha384" | "sha512";
|
|
169
|
+
result?: boolean | "debug" | undefined;
|
|
169
170
|
use?: string | string[] | {
|
|
170
171
|
name: string;
|
|
171
172
|
fields?: string | undefined;
|
|
@@ -181,10 +182,10 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
181
182
|
group_by_original?: boolean | undefined;
|
|
182
183
|
} | undefined;
|
|
183
184
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
184
|
-
result?: boolean | "debug" | undefined;
|
|
185
185
|
queue?: "batch" | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
robot: "/file/hash";
|
|
188
|
+
result?: boolean | "debug" | undefined;
|
|
188
189
|
use?: string | string[] | {
|
|
189
190
|
name: string;
|
|
190
191
|
fields?: string | undefined;
|
|
@@ -200,7 +201,6 @@ export declare const robotFileHashInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
200
201
|
group_by_original?: boolean | undefined;
|
|
201
202
|
} | undefined;
|
|
202
203
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
203
|
-
result?: boolean | "debug" | undefined;
|
|
204
204
|
queue?: "batch" | undefined;
|
|
205
205
|
force_accept?: boolean | undefined;
|
|
206
206
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -265,8 +265,8 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
|
|
|
265
265
|
robot: z.ZodLiteral<"/file/hash">;
|
|
266
266
|
algorithm: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["b2", "md5", "sha1", "sha224", "sha256", "sha384", "sha512"]>]>>;
|
|
267
267
|
}, "strict", z.ZodTypeAny, {
|
|
268
|
-
robot: "/file/hash";
|
|
269
268
|
result: string | boolean;
|
|
269
|
+
robot: "/file/hash";
|
|
270
270
|
force_accept: string | boolean;
|
|
271
271
|
ignore_errors: string | string[];
|
|
272
272
|
algorithm: string;
|
|
@@ -288,6 +288,7 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
|
|
|
288
288
|
queue?: string | undefined;
|
|
289
289
|
}, {
|
|
290
290
|
robot: "/file/hash";
|
|
291
|
+
result?: string | boolean | undefined;
|
|
291
292
|
use?: string | string[] | {
|
|
292
293
|
name: string;
|
|
293
294
|
fields?: string | undefined;
|
|
@@ -303,7 +304,6 @@ export declare const interpolatableRobotFileHashInstructionsSchema: z.ZodObject<
|
|
|
303
304
|
group_by_original?: boolean | undefined;
|
|
304
305
|
} | undefined;
|
|
305
306
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
306
|
-
result?: string | boolean | undefined;
|
|
307
307
|
queue?: string | undefined;
|
|
308
308
|
force_accept?: string | boolean | undefined;
|
|
309
309
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -372,6 +372,7 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
|
|
|
372
372
|
force_accept: string | boolean;
|
|
373
373
|
ignore_errors: string | string[];
|
|
374
374
|
algorithm: string;
|
|
375
|
+
result?: string | boolean | undefined;
|
|
375
376
|
use?: string | string[] | {
|
|
376
377
|
name: string;
|
|
377
378
|
fields?: string | undefined;
|
|
@@ -387,10 +388,10 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
|
|
|
387
388
|
group_by_original?: boolean | undefined;
|
|
388
389
|
} | undefined;
|
|
389
390
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
390
|
-
result?: string | boolean | undefined;
|
|
391
391
|
queue?: string | undefined;
|
|
392
392
|
}, {
|
|
393
393
|
robot: "/file/hash";
|
|
394
|
+
result?: string | boolean | undefined;
|
|
394
395
|
use?: string | string[] | {
|
|
395
396
|
name: string;
|
|
396
397
|
fields?: string | undefined;
|
|
@@ -406,7 +407,6 @@ export declare const interpolatableRobotFileHashInstructionsWithHiddenFieldsSche
|
|
|
406
407
|
group_by_original?: boolean | undefined;
|
|
407
408
|
} | undefined;
|
|
408
409
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
409
|
-
result?: string | boolean | undefined;
|
|
410
410
|
queue?: string | undefined;
|
|
411
411
|
force_accept?: string | boolean | undefined;
|
|
412
412
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -108,9 +108,9 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
|
|
|
108
108
|
clip_loop: z.ZodDefault<z.ZodBoolean>;
|
|
109
109
|
}, "strict", z.ZodTypeAny, {
|
|
110
110
|
format: "gif" | "jpg" | "png";
|
|
111
|
+
result: boolean;
|
|
111
112
|
optimize: boolean;
|
|
112
113
|
robot: "/file/preview";
|
|
113
|
-
result: boolean;
|
|
114
114
|
force_accept: boolean;
|
|
115
115
|
ignore_errors: string[];
|
|
116
116
|
width: number;
|
|
@@ -162,6 +162,7 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
|
|
|
162
162
|
}, {
|
|
163
163
|
robot: "/file/preview";
|
|
164
164
|
format?: "gif" | "jpg" | "png" | undefined;
|
|
165
|
+
result?: boolean | undefined;
|
|
165
166
|
optimize?: boolean | undefined;
|
|
166
167
|
use?: string | string[] | {
|
|
167
168
|
name: string;
|
|
@@ -178,7 +179,6 @@ export declare const robotFilePreviewInstructionsSchema: z.ZodObject<{
|
|
|
178
179
|
group_by_original?: boolean | undefined;
|
|
179
180
|
} | undefined;
|
|
180
181
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
181
|
-
result?: boolean | undefined;
|
|
182
182
|
queue?: "batch" | undefined;
|
|
183
183
|
force_accept?: boolean | undefined;
|
|
184
184
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -342,6 +342,7 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
342
342
|
clip_duration: number;
|
|
343
343
|
clip_framerate: number;
|
|
344
344
|
clip_loop: boolean;
|
|
345
|
+
result?: boolean | "debug" | undefined;
|
|
345
346
|
use?: string | string[] | {
|
|
346
347
|
name: string;
|
|
347
348
|
fields?: string | undefined;
|
|
@@ -357,7 +358,6 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
357
358
|
group_by_original?: boolean | undefined;
|
|
358
359
|
} | undefined;
|
|
359
360
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
360
|
-
result?: boolean | "debug" | undefined;
|
|
361
361
|
queue?: "batch" | undefined;
|
|
362
362
|
strategy?: {
|
|
363
363
|
audio: string[];
|
|
@@ -373,6 +373,7 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
373
373
|
}, {
|
|
374
374
|
robot: "/file/preview";
|
|
375
375
|
format?: "gif" | "jpg" | "png" | undefined;
|
|
376
|
+
result?: boolean | "debug" | undefined;
|
|
376
377
|
optimize?: boolean | undefined;
|
|
377
378
|
use?: string | string[] | {
|
|
378
379
|
name: string;
|
|
@@ -389,7 +390,6 @@ export declare const robotFilePreviewInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
389
390
|
group_by_original?: boolean | undefined;
|
|
390
391
|
} | undefined;
|
|
391
392
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
392
|
-
result?: boolean | "debug" | undefined;
|
|
393
393
|
queue?: "batch" | undefined;
|
|
394
394
|
force_accept?: boolean | undefined;
|
|
395
395
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -532,9 +532,9 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
|
|
|
532
532
|
clip_loop: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
533
533
|
}, "strict", z.ZodTypeAny, {
|
|
534
534
|
format: string;
|
|
535
|
+
result: string | boolean;
|
|
535
536
|
optimize: string | boolean;
|
|
536
537
|
robot: "/file/preview";
|
|
537
|
-
result: string | boolean;
|
|
538
538
|
force_accept: string | boolean;
|
|
539
539
|
ignore_errors: string | string[];
|
|
540
540
|
width: string | number;
|
|
@@ -586,6 +586,7 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
|
|
|
586
586
|
}, {
|
|
587
587
|
robot: "/file/preview";
|
|
588
588
|
format?: string | undefined;
|
|
589
|
+
result?: string | boolean | undefined;
|
|
589
590
|
optimize?: string | boolean | undefined;
|
|
590
591
|
use?: string | string[] | {
|
|
591
592
|
name: string;
|
|
@@ -602,7 +603,6 @@ export declare const interpolatableRobotFilePreviewInstructionsSchema: z.ZodObje
|
|
|
602
603
|
group_by_original?: boolean | undefined;
|
|
603
604
|
} | undefined;
|
|
604
605
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
605
|
-
result?: string | boolean | undefined;
|
|
606
606
|
queue?: string | undefined;
|
|
607
607
|
force_accept?: string | boolean | undefined;
|
|
608
608
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -767,6 +767,7 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
|
|
|
767
767
|
clip_duration: string | number;
|
|
768
768
|
clip_framerate: string | number;
|
|
769
769
|
clip_loop: string | boolean;
|
|
770
|
+
result?: string | boolean | undefined;
|
|
770
771
|
use?: string | string[] | {
|
|
771
772
|
name: string;
|
|
772
773
|
fields?: string | undefined;
|
|
@@ -782,7 +783,6 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
|
|
|
782
783
|
group_by_original?: boolean | undefined;
|
|
783
784
|
} | undefined;
|
|
784
785
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
785
|
-
result?: string | boolean | undefined;
|
|
786
786
|
queue?: string | undefined;
|
|
787
787
|
strategy?: string | {
|
|
788
788
|
audio: string | string[];
|
|
@@ -798,6 +798,7 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
|
|
|
798
798
|
}, {
|
|
799
799
|
robot: "/file/preview";
|
|
800
800
|
format?: string | undefined;
|
|
801
|
+
result?: string | boolean | undefined;
|
|
801
802
|
optimize?: string | boolean | undefined;
|
|
802
803
|
use?: string | string[] | {
|
|
803
804
|
name: string;
|
|
@@ -814,7 +815,6 @@ export declare const interpolatableRobotFilePreviewInstructionsWithHiddenFieldsS
|
|
|
814
815
|
group_by_original?: boolean | undefined;
|
|
815
816
|
} | undefined;
|
|
816
817
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
817
|
-
result?: string | boolean | undefined;
|
|
818
818
|
queue?: string | undefined;
|
|
819
819
|
force_accept?: string | boolean | undefined;
|
|
820
820
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|