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
|
@@ -71,8 +71,8 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
71
71
|
}, "strict", z.ZodTypeAny, {
|
|
72
72
|
path: string;
|
|
73
73
|
port: number;
|
|
74
|
-
robot: "/ftp/store";
|
|
75
74
|
result: boolean;
|
|
75
|
+
robot: "/ftp/store";
|
|
76
76
|
force_accept: boolean;
|
|
77
77
|
ignore_errors: string[];
|
|
78
78
|
url_template: string;
|
|
@@ -103,6 +103,7 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
103
103
|
host?: string | undefined;
|
|
104
104
|
path?: string | undefined;
|
|
105
105
|
port?: number | undefined;
|
|
106
|
+
result?: boolean | undefined;
|
|
106
107
|
password?: string | undefined;
|
|
107
108
|
use?: string | string[] | {
|
|
108
109
|
name: string;
|
|
@@ -119,7 +120,6 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
119
120
|
group_by_original?: boolean | undefined;
|
|
120
121
|
} | undefined;
|
|
121
122
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
122
|
-
result?: boolean | undefined;
|
|
123
123
|
queue?: "batch" | undefined;
|
|
124
124
|
force_accept?: boolean | undefined;
|
|
125
125
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -207,6 +207,7 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
207
207
|
ssl_url_template: string;
|
|
208
208
|
secure: boolean;
|
|
209
209
|
host?: string | undefined;
|
|
210
|
+
result?: boolean | "debug" | undefined;
|
|
210
211
|
password?: string | undefined;
|
|
211
212
|
version?: string | number | undefined;
|
|
212
213
|
use?: string | string[] | {
|
|
@@ -224,7 +225,6 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
224
225
|
group_by_original?: boolean | undefined;
|
|
225
226
|
} | undefined;
|
|
226
227
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
227
|
-
result?: boolean | "debug" | undefined;
|
|
228
228
|
queue?: "batch" | undefined;
|
|
229
229
|
credentials?: string | undefined;
|
|
230
230
|
user?: string | undefined;
|
|
@@ -235,6 +235,7 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
235
235
|
host?: string | undefined;
|
|
236
236
|
path?: string | undefined;
|
|
237
237
|
port?: number | undefined;
|
|
238
|
+
result?: boolean | "debug" | undefined;
|
|
238
239
|
password?: string | undefined;
|
|
239
240
|
version?: string | number | undefined;
|
|
240
241
|
use?: string | string[] | {
|
|
@@ -252,7 +253,6 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
252
253
|
group_by_original?: boolean | undefined;
|
|
253
254
|
} | undefined;
|
|
254
255
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
255
|
-
result?: boolean | "debug" | undefined;
|
|
256
256
|
queue?: "batch" | undefined;
|
|
257
257
|
force_accept?: boolean | undefined;
|
|
258
258
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -333,8 +333,8 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
333
333
|
}, "strict", z.ZodTypeAny, {
|
|
334
334
|
path: string;
|
|
335
335
|
port: string | number;
|
|
336
|
-
robot: "/ftp/store";
|
|
337
336
|
result: string | boolean;
|
|
337
|
+
robot: "/ftp/store";
|
|
338
338
|
force_accept: string | boolean;
|
|
339
339
|
ignore_errors: string | string[];
|
|
340
340
|
url_template: string;
|
|
@@ -365,6 +365,7 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
365
365
|
host?: string | undefined;
|
|
366
366
|
path?: string | undefined;
|
|
367
367
|
port?: string | number | undefined;
|
|
368
|
+
result?: string | boolean | undefined;
|
|
368
369
|
password?: string | undefined;
|
|
369
370
|
use?: string | string[] | {
|
|
370
371
|
name: string;
|
|
@@ -381,7 +382,6 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
381
382
|
group_by_original?: boolean | undefined;
|
|
382
383
|
} | undefined;
|
|
383
384
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
384
|
-
result?: string | boolean | undefined;
|
|
385
385
|
queue?: string | undefined;
|
|
386
386
|
force_accept?: string | boolean | undefined;
|
|
387
387
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -470,6 +470,7 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
470
470
|
ssl_url_template: string;
|
|
471
471
|
secure: string | boolean;
|
|
472
472
|
host?: string | undefined;
|
|
473
|
+
result?: string | boolean | undefined;
|
|
473
474
|
password?: string | undefined;
|
|
474
475
|
version?: string | number | undefined;
|
|
475
476
|
use?: string | string[] | {
|
|
@@ -487,7 +488,6 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
487
488
|
group_by_original?: boolean | undefined;
|
|
488
489
|
} | undefined;
|
|
489
490
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
490
|
-
result?: string | boolean | undefined;
|
|
491
491
|
queue?: string | undefined;
|
|
492
492
|
credentials?: string | undefined;
|
|
493
493
|
user?: string | undefined;
|
|
@@ -498,6 +498,7 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
498
498
|
host?: string | undefined;
|
|
499
499
|
path?: string | undefined;
|
|
500
500
|
port?: string | number | undefined;
|
|
501
|
+
result?: string | boolean | undefined;
|
|
501
502
|
password?: string | undefined;
|
|
502
503
|
version?: string | number | undefined;
|
|
503
504
|
use?: string | string[] | {
|
|
@@ -515,7 +516,6 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
515
516
|
group_by_original?: boolean | undefined;
|
|
516
517
|
} | undefined;
|
|
517
518
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
518
|
-
result?: string | boolean | undefined;
|
|
519
519
|
queue?: string | undefined;
|
|
520
520
|
force_accept?: string | boolean | undefined;
|
|
521
521
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -20,8 +20,8 @@ export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
|
20
20
|
}, "strict", z.ZodTypeAny, {
|
|
21
21
|
path: string | string[];
|
|
22
22
|
recursive: boolean;
|
|
23
|
-
robot: "/google/import";
|
|
24
23
|
result: boolean;
|
|
24
|
+
robot: "/google/import";
|
|
25
25
|
force_accept: boolean;
|
|
26
26
|
ignore_errors: string[];
|
|
27
27
|
force_name: string | string[] | null;
|
|
@@ -34,8 +34,8 @@ export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
|
34
34
|
path: string | string[];
|
|
35
35
|
robot: "/google/import";
|
|
36
36
|
recursive?: boolean | undefined;
|
|
37
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
38
37
|
result?: boolean | undefined;
|
|
38
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
39
39
|
queue?: "batch" | undefined;
|
|
40
40
|
force_accept?: boolean | undefined;
|
|
41
41
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -67,16 +67,16 @@ export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
67
67
|
force_name: string | string[] | null;
|
|
68
68
|
next_page_token: string;
|
|
69
69
|
files_per_page: number;
|
|
70
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
71
70
|
result?: boolean | "debug" | undefined;
|
|
71
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
72
72
|
queue?: "batch" | undefined;
|
|
73
73
|
credentials?: string | undefined;
|
|
74
74
|
}, {
|
|
75
75
|
path: string | string[];
|
|
76
76
|
robot: "/google/import";
|
|
77
77
|
recursive?: boolean | undefined;
|
|
78
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
79
78
|
result?: boolean | "debug" | undefined;
|
|
79
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
80
80
|
queue?: "batch" | undefined;
|
|
81
81
|
force_accept?: boolean | undefined;
|
|
82
82
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -103,8 +103,8 @@ export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObj
|
|
|
103
103
|
}, "strict", z.ZodTypeAny, {
|
|
104
104
|
path: string | string[];
|
|
105
105
|
recursive: string | boolean;
|
|
106
|
-
robot: "/google/import";
|
|
107
106
|
result: string | boolean;
|
|
107
|
+
robot: "/google/import";
|
|
108
108
|
force_accept: string | boolean;
|
|
109
109
|
ignore_errors: string | string[];
|
|
110
110
|
force_name: string | string[] | null;
|
|
@@ -117,8 +117,8 @@ export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObj
|
|
|
117
117
|
path: string | string[];
|
|
118
118
|
robot: "/google/import";
|
|
119
119
|
recursive?: string | boolean | undefined;
|
|
120
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
121
120
|
result?: string | boolean | undefined;
|
|
121
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
122
122
|
queue?: string | undefined;
|
|
123
123
|
force_accept?: string | boolean | undefined;
|
|
124
124
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -151,16 +151,16 @@ export declare const interpolatableRobotGoogleImportInstructionsWithHiddenFields
|
|
|
151
151
|
force_name: string | string[] | null;
|
|
152
152
|
next_page_token: string;
|
|
153
153
|
files_per_page: string | number;
|
|
154
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
155
154
|
result?: string | boolean | undefined;
|
|
155
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
156
156
|
queue?: string | undefined;
|
|
157
157
|
credentials?: string | undefined;
|
|
158
158
|
}, {
|
|
159
159
|
path: string | string[];
|
|
160
160
|
robot: "/google/import";
|
|
161
161
|
recursive?: string | boolean | undefined;
|
|
162
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
163
162
|
result?: string | boolean | undefined;
|
|
163
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
164
164
|
queue?: string | undefined;
|
|
165
165
|
force_accept?: string | boolean | undefined;
|
|
166
166
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -72,6 +72,7 @@ export declare const robotGoogleStoreInstructionsSchema: z.ZodObject<{
|
|
|
72
72
|
acl: "private" | "public-read" | "authenticated-read" | "bucket-owner-full-control" | "project-private" | null;
|
|
73
73
|
url_template: string;
|
|
74
74
|
ssl_url_template: string;
|
|
75
|
+
result?: boolean | undefined;
|
|
75
76
|
use?: string | string[] | {
|
|
76
77
|
name: string;
|
|
77
78
|
fields?: string | undefined;
|
|
@@ -87,13 +88,13 @@ export declare const robotGoogleStoreInstructionsSchema: z.ZodObject<{
|
|
|
87
88
|
group_by_original?: boolean | undefined;
|
|
88
89
|
} | undefined;
|
|
89
90
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
90
|
-
result?: boolean | undefined;
|
|
91
91
|
queue?: "batch" | undefined;
|
|
92
92
|
cache_control?: string | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
robot: "/google/store";
|
|
95
95
|
credentials: string;
|
|
96
96
|
path?: string | undefined;
|
|
97
|
+
result?: boolean | undefined;
|
|
97
98
|
use?: string | string[] | {
|
|
98
99
|
name: string;
|
|
99
100
|
fields?: string | undefined;
|
|
@@ -109,7 +110,6 @@ export declare const robotGoogleStoreInstructionsSchema: z.ZodObject<{
|
|
|
109
110
|
group_by_original?: boolean | undefined;
|
|
110
111
|
} | undefined;
|
|
111
112
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
112
|
-
result?: boolean | undefined;
|
|
113
113
|
queue?: "batch" | undefined;
|
|
114
114
|
force_accept?: boolean | undefined;
|
|
115
115
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -189,6 +189,7 @@ export declare const robotGoogleStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
189
189
|
acl: "private" | "public-read" | "authenticated-read" | "bucket-owner-full-control" | "project-private" | null;
|
|
190
190
|
url_template: string;
|
|
191
191
|
ssl_url_template: string;
|
|
192
|
+
result?: boolean | "debug" | undefined;
|
|
192
193
|
use?: string | string[] | {
|
|
193
194
|
name: string;
|
|
194
195
|
fields?: string | undefined;
|
|
@@ -204,13 +205,13 @@ export declare const robotGoogleStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
204
205
|
group_by_original?: boolean | undefined;
|
|
205
206
|
} | undefined;
|
|
206
207
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
207
|
-
result?: boolean | "debug" | undefined;
|
|
208
208
|
queue?: "batch" | undefined;
|
|
209
209
|
cache_control?: string | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
robot: "/google/store";
|
|
212
212
|
credentials: string;
|
|
213
213
|
path?: string | undefined;
|
|
214
|
+
result?: boolean | "debug" | undefined;
|
|
214
215
|
use?: string | string[] | {
|
|
215
216
|
name: string;
|
|
216
217
|
fields?: string | undefined;
|
|
@@ -226,7 +227,6 @@ export declare const robotGoogleStoreInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
226
227
|
group_by_original?: boolean | undefined;
|
|
227
228
|
} | undefined;
|
|
228
229
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
229
|
-
result?: boolean | "debug" | undefined;
|
|
230
230
|
queue?: "batch" | undefined;
|
|
231
231
|
force_accept?: boolean | undefined;
|
|
232
232
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -307,6 +307,7 @@ export declare const interpolatableRobotGoogleStoreInstructionsSchema: z.ZodObje
|
|
|
307
307
|
acl: string | null;
|
|
308
308
|
url_template: string;
|
|
309
309
|
ssl_url_template: string;
|
|
310
|
+
result?: string | boolean | undefined;
|
|
310
311
|
use?: string | string[] | {
|
|
311
312
|
name: string;
|
|
312
313
|
fields?: string | undefined;
|
|
@@ -322,13 +323,13 @@ export declare const interpolatableRobotGoogleStoreInstructionsSchema: z.ZodObje
|
|
|
322
323
|
group_by_original?: boolean | undefined;
|
|
323
324
|
} | undefined;
|
|
324
325
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
325
|
-
result?: string | boolean | undefined;
|
|
326
326
|
queue?: string | undefined;
|
|
327
327
|
cache_control?: string | undefined;
|
|
328
328
|
}, {
|
|
329
329
|
robot: "/google/store";
|
|
330
330
|
credentials: string;
|
|
331
331
|
path?: string | undefined;
|
|
332
|
+
result?: string | boolean | undefined;
|
|
332
333
|
use?: string | string[] | {
|
|
333
334
|
name: string;
|
|
334
335
|
fields?: string | undefined;
|
|
@@ -344,7 +345,6 @@ export declare const interpolatableRobotGoogleStoreInstructionsSchema: z.ZodObje
|
|
|
344
345
|
group_by_original?: boolean | undefined;
|
|
345
346
|
} | undefined;
|
|
346
347
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
347
|
-
result?: string | boolean | undefined;
|
|
348
348
|
queue?: string | undefined;
|
|
349
349
|
force_accept?: string | boolean | undefined;
|
|
350
350
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -425,6 +425,7 @@ export declare const interpolatableRobotGoogleStoreInstructionsWithHiddenFieldsS
|
|
|
425
425
|
acl: string | null;
|
|
426
426
|
url_template: string;
|
|
427
427
|
ssl_url_template: string;
|
|
428
|
+
result?: string | boolean | undefined;
|
|
428
429
|
use?: string | string[] | {
|
|
429
430
|
name: string;
|
|
430
431
|
fields?: string | undefined;
|
|
@@ -440,13 +441,13 @@ export declare const interpolatableRobotGoogleStoreInstructionsWithHiddenFieldsS
|
|
|
440
441
|
group_by_original?: boolean | undefined;
|
|
441
442
|
} | undefined;
|
|
442
443
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
443
|
-
result?: string | boolean | undefined;
|
|
444
444
|
queue?: string | undefined;
|
|
445
445
|
cache_control?: string | undefined;
|
|
446
446
|
}, {
|
|
447
447
|
robot: "/google/store";
|
|
448
448
|
credentials: string;
|
|
449
449
|
path?: string | undefined;
|
|
450
|
+
result?: string | boolean | undefined;
|
|
450
451
|
use?: string | string[] | {
|
|
451
452
|
name: string;
|
|
452
453
|
fields?: string | undefined;
|
|
@@ -462,7 +463,6 @@ export declare const interpolatableRobotGoogleStoreInstructionsWithHiddenFieldsS
|
|
|
462
463
|
group_by_original?: boolean | undefined;
|
|
463
464
|
} | undefined;
|
|
464
465
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
465
|
-
result?: string | boolean | undefined;
|
|
466
466
|
queue?: string | undefined;
|
|
467
467
|
force_accept?: string | boolean | undefined;
|
|
468
468
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const robotHtmlConvertInstructionsSchema: z.ZodObject<{
|
|
|
70
70
|
}, "strict", z.ZodTypeAny, {
|
|
71
71
|
format: "pdf" | "jpeg" | "jpg" | "png";
|
|
72
72
|
url: string | null;
|
|
73
|
-
robot: "/html/convert";
|
|
74
73
|
result: boolean;
|
|
74
|
+
robot: "/html/convert";
|
|
75
75
|
force_accept: boolean;
|
|
76
76
|
ignore_errors: string[];
|
|
77
77
|
width: number;
|
|
@@ -102,6 +102,7 @@ export declare const robotHtmlConvertInstructionsSchema: z.ZodObject<{
|
|
|
102
102
|
headers?: Record<string, string> | undefined;
|
|
103
103
|
format?: "pdf" | "jpeg" | "jpg" | "png" | undefined;
|
|
104
104
|
url?: string | null | undefined;
|
|
105
|
+
result?: boolean | undefined;
|
|
105
106
|
use?: string | string[] | {
|
|
106
107
|
name: string;
|
|
107
108
|
fields?: string | undefined;
|
|
@@ -117,7 +118,6 @@ export declare const robotHtmlConvertInstructionsSchema: z.ZodObject<{
|
|
|
117
118
|
group_by_original?: boolean | undefined;
|
|
118
119
|
} | undefined;
|
|
119
120
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
120
|
-
result?: boolean | undefined;
|
|
121
121
|
queue?: "batch" | undefined;
|
|
122
122
|
force_accept?: boolean | undefined;
|
|
123
123
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -208,6 +208,7 @@ export declare const robotHtmlConvertInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
208
208
|
omit_background: boolean;
|
|
209
209
|
wait_until: "domcontentloaded" | "load" | "networkidle" | "commit";
|
|
210
210
|
headers?: Record<string, string> | undefined;
|
|
211
|
+
result?: boolean | "debug" | undefined;
|
|
211
212
|
use?: string | string[] | {
|
|
212
213
|
name: string;
|
|
213
214
|
fields?: string | undefined;
|
|
@@ -223,7 +224,6 @@ export declare const robotHtmlConvertInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
223
224
|
group_by_original?: boolean | undefined;
|
|
224
225
|
} | undefined;
|
|
225
226
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
226
|
-
result?: boolean | "debug" | undefined;
|
|
227
227
|
queue?: "batch" | undefined;
|
|
228
228
|
height?: number | undefined;
|
|
229
229
|
debuginfo?: boolean | undefined;
|
|
@@ -234,6 +234,7 @@ export declare const robotHtmlConvertInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
234
234
|
headers?: Record<string, string> | undefined;
|
|
235
235
|
format?: "pdf" | "jpeg" | "jpg" | "png" | undefined;
|
|
236
236
|
url?: string | null | undefined;
|
|
237
|
+
result?: boolean | "debug" | undefined;
|
|
237
238
|
use?: string | string[] | {
|
|
238
239
|
name: string;
|
|
239
240
|
fields?: string | undefined;
|
|
@@ -249,7 +250,6 @@ export declare const robotHtmlConvertInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
249
250
|
group_by_original?: boolean | undefined;
|
|
250
251
|
} | undefined;
|
|
251
252
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
252
|
-
result?: boolean | "debug" | undefined;
|
|
253
253
|
queue?: "batch" | undefined;
|
|
254
254
|
force_accept?: boolean | undefined;
|
|
255
255
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -332,8 +332,8 @@ export declare const interpolatableRobotHtmlConvertInstructionsSchema: z.ZodObje
|
|
|
332
332
|
}, "strict", z.ZodTypeAny, {
|
|
333
333
|
format: string;
|
|
334
334
|
url: string | null;
|
|
335
|
-
robot: "/html/convert";
|
|
336
335
|
result: string | boolean;
|
|
336
|
+
robot: "/html/convert";
|
|
337
337
|
force_accept: string | boolean;
|
|
338
338
|
ignore_errors: string | string[];
|
|
339
339
|
width: string | number;
|
|
@@ -364,6 +364,7 @@ export declare const interpolatableRobotHtmlConvertInstructionsSchema: z.ZodObje
|
|
|
364
364
|
headers?: Record<string, string> | undefined;
|
|
365
365
|
format?: string | undefined;
|
|
366
366
|
url?: string | null | undefined;
|
|
367
|
+
result?: string | boolean | undefined;
|
|
367
368
|
use?: string | string[] | {
|
|
368
369
|
name: string;
|
|
369
370
|
fields?: string | undefined;
|
|
@@ -379,7 +380,6 @@ export declare const interpolatableRobotHtmlConvertInstructionsSchema: z.ZodObje
|
|
|
379
380
|
group_by_original?: boolean | undefined;
|
|
380
381
|
} | undefined;
|
|
381
382
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
382
|
-
result?: string | boolean | undefined;
|
|
383
383
|
queue?: string | undefined;
|
|
384
384
|
force_accept?: string | boolean | undefined;
|
|
385
385
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -471,6 +471,7 @@ export declare const interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsS
|
|
|
471
471
|
omit_background: string | boolean;
|
|
472
472
|
wait_until: string;
|
|
473
473
|
headers?: Record<string, string> | undefined;
|
|
474
|
+
result?: string | boolean | undefined;
|
|
474
475
|
use?: string | string[] | {
|
|
475
476
|
name: string;
|
|
476
477
|
fields?: string | undefined;
|
|
@@ -486,7 +487,6 @@ export declare const interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsS
|
|
|
486
487
|
group_by_original?: boolean | undefined;
|
|
487
488
|
} | undefined;
|
|
488
489
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
489
|
-
result?: string | boolean | undefined;
|
|
490
490
|
queue?: string | undefined;
|
|
491
491
|
height?: string | number | undefined;
|
|
492
492
|
debuginfo?: string | boolean | undefined;
|
|
@@ -497,6 +497,7 @@ export declare const interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsS
|
|
|
497
497
|
headers?: Record<string, string> | undefined;
|
|
498
498
|
format?: string | undefined;
|
|
499
499
|
url?: string | null | undefined;
|
|
500
|
+
result?: string | boolean | undefined;
|
|
500
501
|
use?: string | string[] | {
|
|
501
502
|
name: string;
|
|
502
503
|
fields?: string | undefined;
|
|
@@ -512,7 +513,6 @@ export declare const interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsS
|
|
|
512
513
|
group_by_original?: boolean | undefined;
|
|
513
514
|
} | undefined;
|
|
514
515
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
515
|
-
result?: string | boolean | undefined;
|
|
516
516
|
queue?: string | undefined;
|
|
517
517
|
force_accept?: string | boolean | undefined;
|
|
518
518
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -21,8 +21,8 @@ export declare const robotHttpImportInstructionsSchema: z.ZodObject<{
|
|
|
21
21
|
}, "strict", z.ZodTypeAny, {
|
|
22
22
|
headers: string | string[] | Record<string, string>[];
|
|
23
23
|
url: string | string[];
|
|
24
|
-
robot: "/http/import";
|
|
25
24
|
result: boolean;
|
|
25
|
+
robot: "/http/import";
|
|
26
26
|
force_accept: boolean;
|
|
27
27
|
ignore_errors: string[];
|
|
28
28
|
force_name: string | string[] | null;
|
|
@@ -38,8 +38,8 @@ export declare const robotHttpImportInstructionsSchema: z.ZodObject<{
|
|
|
38
38
|
robot: "/http/import";
|
|
39
39
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
40
40
|
range?: string | string[] | undefined;
|
|
41
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
42
41
|
result?: boolean | undefined;
|
|
42
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
43
43
|
queue?: "batch" | undefined;
|
|
44
44
|
force_accept?: boolean | undefined;
|
|
45
45
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const robotHttpImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
79
79
|
fail_fast: boolean;
|
|
80
80
|
range?: string | string[] | undefined;
|
|
81
81
|
url?: string | string[] | undefined;
|
|
82
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
83
82
|
result?: boolean | "debug" | undefined;
|
|
83
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
84
84
|
queue?: "batch" | undefined;
|
|
85
85
|
force_name?: string | Record<string, string> | undefined;
|
|
86
86
|
credentials?: string | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const robotHttpImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
91
91
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
92
92
|
range?: string | string[] | undefined;
|
|
93
93
|
url?: string | string[] | undefined;
|
|
94
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
95
94
|
result?: boolean | "debug" | undefined;
|
|
95
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
96
96
|
queue?: "batch" | undefined;
|
|
97
97
|
force_accept?: boolean | undefined;
|
|
98
98
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -125,8 +125,8 @@ export declare const interpolatableRobotHttpImportInstructionsSchema: z.ZodObjec
|
|
|
125
125
|
}, "strict", z.ZodTypeAny, {
|
|
126
126
|
headers: string | string[] | Record<string, string>[];
|
|
127
127
|
url: string | string[];
|
|
128
|
-
robot: "/http/import";
|
|
129
128
|
result: string | boolean;
|
|
129
|
+
robot: "/http/import";
|
|
130
130
|
force_accept: string | boolean;
|
|
131
131
|
ignore_errors: string | string[];
|
|
132
132
|
force_name: string | string[] | null;
|
|
@@ -142,8 +142,8 @@ export declare const interpolatableRobotHttpImportInstructionsSchema: z.ZodObjec
|
|
|
142
142
|
robot: "/http/import";
|
|
143
143
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
144
144
|
range?: string | string[] | undefined;
|
|
145
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
146
145
|
result?: string | boolean | undefined;
|
|
146
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
147
147
|
queue?: string | undefined;
|
|
148
148
|
force_accept?: string | boolean | undefined;
|
|
149
149
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -184,8 +184,8 @@ export declare const interpolatableRobotHttpImportInstructionsWithHiddenFieldsSc
|
|
|
184
184
|
fail_fast: string | boolean;
|
|
185
185
|
range?: string | string[] | undefined;
|
|
186
186
|
url?: string | string[] | undefined;
|
|
187
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
188
187
|
result?: string | boolean | undefined;
|
|
188
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
189
189
|
queue?: string | undefined;
|
|
190
190
|
force_name?: string | Record<string, string> | undefined;
|
|
191
191
|
credentials?: string | undefined;
|
|
@@ -196,8 +196,8 @@ export declare const interpolatableRobotHttpImportInstructionsWithHiddenFieldsSc
|
|
|
196
196
|
headers?: string | string[] | Record<string, string>[] | undefined;
|
|
197
197
|
range?: string | string[] | undefined;
|
|
198
198
|
url?: string | string[] | undefined;
|
|
199
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
200
199
|
result?: string | boolean | undefined;
|
|
200
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
201
201
|
queue?: string | undefined;
|
|
202
202
|
force_accept?: string | boolean | undefined;
|
|
203
203
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -61,9 +61,10 @@ export declare const robotImageBgremoveInstructionsSchema: z.ZodObject<{
|
|
|
61
61
|
select: z.ZodOptional<z.ZodEnum<["foreground", "background"]>>;
|
|
62
62
|
format: z.ZodOptional<z.ZodEnum<["png", "gif", "webp"]>>;
|
|
63
63
|
provider: z.ZodOptional<z.ZodEnum<["transloadit", "replicate", "fal"]>>;
|
|
64
|
+
model: z.ZodOptional<z.ZodString>;
|
|
64
65
|
}, "strict", z.ZodTypeAny, {
|
|
65
|
-
robot: "/image/bgremove";
|
|
66
66
|
result: boolean;
|
|
67
|
+
robot: "/image/bgremove";
|
|
67
68
|
force_accept: boolean;
|
|
68
69
|
ignore_errors: string[];
|
|
69
70
|
format?: "gif" | "png" | "webp" | undefined;
|
|
@@ -83,11 +84,13 @@ export declare const robotImageBgremoveInstructionsSchema: z.ZodObject<{
|
|
|
83
84
|
} | undefined;
|
|
84
85
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
85
86
|
queue?: "batch" | undefined;
|
|
87
|
+
model?: string | undefined;
|
|
86
88
|
provider?: "replicate" | "fal" | "transloadit" | undefined;
|
|
87
89
|
select?: "background" | "foreground" | undefined;
|
|
88
90
|
}, {
|
|
89
91
|
robot: "/image/bgremove";
|
|
90
92
|
format?: "gif" | "png" | "webp" | undefined;
|
|
93
|
+
result?: boolean | undefined;
|
|
91
94
|
use?: string | string[] | {
|
|
92
95
|
name: string;
|
|
93
96
|
fields?: string | undefined;
|
|
@@ -103,10 +106,10 @@ export declare const robotImageBgremoveInstructionsSchema: z.ZodObject<{
|
|
|
103
106
|
group_by_original?: boolean | undefined;
|
|
104
107
|
} | undefined;
|
|
105
108
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
106
|
-
result?: boolean | undefined;
|
|
107
109
|
queue?: "batch" | undefined;
|
|
108
110
|
force_accept?: boolean | undefined;
|
|
109
111
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
112
|
+
model?: string | undefined;
|
|
110
113
|
provider?: "replicate" | "fal" | "transloadit" | undefined;
|
|
111
114
|
select?: "background" | "foreground" | undefined;
|
|
112
115
|
}>;
|
|
@@ -167,6 +170,7 @@ export declare const robotImageBgremoveInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
167
170
|
select: z.ZodOptional<z.ZodEnum<["foreground", "background"]>>;
|
|
168
171
|
format: z.ZodOptional<z.ZodEnum<["png", "gif", "webp"]>>;
|
|
169
172
|
provider: z.ZodOptional<z.ZodEnum<["transloadit", "replicate", "fal"]>>;
|
|
173
|
+
model: z.ZodOptional<z.ZodString>;
|
|
170
174
|
} & {
|
|
171
175
|
result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
|
|
172
176
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -174,6 +178,7 @@ export declare const robotImageBgremoveInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
174
178
|
force_accept: boolean;
|
|
175
179
|
ignore_errors: string[];
|
|
176
180
|
format?: "gif" | "png" | "webp" | undefined;
|
|
181
|
+
result?: boolean | "debug" | undefined;
|
|
177
182
|
use?: string | string[] | {
|
|
178
183
|
name: string;
|
|
179
184
|
fields?: string | undefined;
|
|
@@ -189,13 +194,14 @@ export declare const robotImageBgremoveInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
189
194
|
group_by_original?: boolean | undefined;
|
|
190
195
|
} | undefined;
|
|
191
196
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
192
|
-
result?: boolean | "debug" | undefined;
|
|
193
197
|
queue?: "batch" | undefined;
|
|
198
|
+
model?: string | undefined;
|
|
194
199
|
provider?: "replicate" | "fal" | "transloadit" | undefined;
|
|
195
200
|
select?: "background" | "foreground" | undefined;
|
|
196
201
|
}, {
|
|
197
202
|
robot: "/image/bgremove";
|
|
198
203
|
format?: "gif" | "png" | "webp" | undefined;
|
|
204
|
+
result?: boolean | "debug" | undefined;
|
|
199
205
|
use?: string | string[] | {
|
|
200
206
|
name: string;
|
|
201
207
|
fields?: string | undefined;
|
|
@@ -211,10 +217,10 @@ export declare const robotImageBgremoveInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
211
217
|
group_by_original?: boolean | undefined;
|
|
212
218
|
} | undefined;
|
|
213
219
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
214
|
-
result?: boolean | "debug" | undefined;
|
|
215
220
|
queue?: "batch" | undefined;
|
|
216
221
|
force_accept?: boolean | undefined;
|
|
217
222
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
223
|
+
model?: string | undefined;
|
|
218
224
|
provider?: "replicate" | "fal" | "transloadit" | undefined;
|
|
219
225
|
select?: "background" | "foreground" | undefined;
|
|
220
226
|
}>;
|
|
@@ -278,9 +284,10 @@ export declare const interpolatableRobotImageBgremoveInstructionsSchema: z.ZodOb
|
|
|
278
284
|
select: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["foreground", "background"]>]>>;
|
|
279
285
|
format: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["png", "gif", "webp"]>]>>;
|
|
280
286
|
provider: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["transloadit", "replicate", "fal"]>]>>;
|
|
287
|
+
model: z.ZodOptional<z.ZodString>;
|
|
281
288
|
}, "strict", z.ZodTypeAny, {
|
|
282
|
-
robot: "/image/bgremove";
|
|
283
289
|
result: string | boolean;
|
|
290
|
+
robot: "/image/bgremove";
|
|
284
291
|
force_accept: string | boolean;
|
|
285
292
|
ignore_errors: string | string[];
|
|
286
293
|
format?: string | undefined;
|
|
@@ -300,11 +307,13 @@ export declare const interpolatableRobotImageBgremoveInstructionsSchema: z.ZodOb
|
|
|
300
307
|
} | undefined;
|
|
301
308
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
302
309
|
queue?: string | undefined;
|
|
310
|
+
model?: string | undefined;
|
|
303
311
|
provider?: string | undefined;
|
|
304
312
|
select?: string | undefined;
|
|
305
313
|
}, {
|
|
306
314
|
robot: "/image/bgremove";
|
|
307
315
|
format?: string | undefined;
|
|
316
|
+
result?: string | boolean | undefined;
|
|
308
317
|
use?: string | string[] | {
|
|
309
318
|
name: string;
|
|
310
319
|
fields?: string | undefined;
|
|
@@ -320,10 +329,10 @@ export declare const interpolatableRobotImageBgremoveInstructionsSchema: z.ZodOb
|
|
|
320
329
|
group_by_original?: boolean | undefined;
|
|
321
330
|
} | undefined;
|
|
322
331
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
323
|
-
result?: string | boolean | undefined;
|
|
324
332
|
queue?: string | undefined;
|
|
325
333
|
force_accept?: string | boolean | undefined;
|
|
326
334
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
335
|
+
model?: string | undefined;
|
|
327
336
|
provider?: string | undefined;
|
|
328
337
|
select?: string | undefined;
|
|
329
338
|
}>;
|
|
@@ -386,12 +395,14 @@ export declare const interpolatableRobotImageBgremoveInstructionsWithHiddenField
|
|
|
386
395
|
select: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["foreground", "background"]>]>>;
|
|
387
396
|
format: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["png", "gif", "webp"]>]>>;
|
|
388
397
|
provider: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["transloadit", "replicate", "fal"]>]>>;
|
|
398
|
+
model: z.ZodOptional<z.ZodString>;
|
|
389
399
|
result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
|
|
390
400
|
}, "strict", z.ZodTypeAny, {
|
|
391
401
|
robot: "/image/bgremove";
|
|
392
402
|
force_accept: string | boolean;
|
|
393
403
|
ignore_errors: string | string[];
|
|
394
404
|
format?: string | undefined;
|
|
405
|
+
result?: string | boolean | undefined;
|
|
395
406
|
use?: string | string[] | {
|
|
396
407
|
name: string;
|
|
397
408
|
fields?: string | undefined;
|
|
@@ -407,13 +418,14 @@ export declare const interpolatableRobotImageBgremoveInstructionsWithHiddenField
|
|
|
407
418
|
group_by_original?: boolean | undefined;
|
|
408
419
|
} | undefined;
|
|
409
420
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
410
|
-
result?: string | boolean | undefined;
|
|
411
421
|
queue?: string | undefined;
|
|
422
|
+
model?: string | undefined;
|
|
412
423
|
provider?: string | undefined;
|
|
413
424
|
select?: string | undefined;
|
|
414
425
|
}, {
|
|
415
426
|
robot: "/image/bgremove";
|
|
416
427
|
format?: string | undefined;
|
|
428
|
+
result?: string | boolean | undefined;
|
|
417
429
|
use?: string | string[] | {
|
|
418
430
|
name: string;
|
|
419
431
|
fields?: string | undefined;
|
|
@@ -429,10 +441,10 @@ export declare const interpolatableRobotImageBgremoveInstructionsWithHiddenField
|
|
|
429
441
|
group_by_original?: boolean | undefined;
|
|
430
442
|
} | undefined;
|
|
431
443
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
432
|
-
result?: string | boolean | undefined;
|
|
433
444
|
queue?: string | undefined;
|
|
434
445
|
force_accept?: string | boolean | undefined;
|
|
435
446
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
447
|
+
model?: string | undefined;
|
|
436
448
|
provider?: string | undefined;
|
|
437
449
|
select?: string | undefined;
|
|
438
450
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-bgremove.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-bgremove.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAmClB,CAAA;AAED,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"image-bgremove.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-bgremove.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAmClB,CAAA;AAED,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBtC,CAAA;AAEX,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7D,CAAA;AAEJ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AACjG,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,oDAAoD,CAC5D,CAAA;AAED,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9D,CAAA;AACD,MAAM,MAAM,4CAA4C,GACtD,iDAAiD,CAAA;AAEnD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,kDAAkD,CAC1D,CAAA;AAED,eAAO,MAAM,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9E,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,kEAAkE,CAC1E,CAAA;AACD,MAAM,MAAM,iEAAiE,GAAG,CAAC,CAAC,KAAK,CACrF,OAAO,kEAAkE,CAC1E,CAAA"}
|