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 robotCloudflareStoreInstructionsSchema: z.ZodObject<{
|
|
|
71
71
|
}, "strict", z.ZodTypeAny, {
|
|
72
72
|
headers: Record<string, string>;
|
|
73
73
|
path: string;
|
|
74
|
-
robot: "/cloudflare/store";
|
|
75
74
|
result: boolean;
|
|
75
|
+
robot: "/cloudflare/store";
|
|
76
76
|
force_accept: boolean;
|
|
77
77
|
ignore_errors: string[];
|
|
78
78
|
host?: string | undefined;
|
|
@@ -105,6 +105,7 @@ export declare const robotCloudflareStoreInstructionsSchema: z.ZodObject<{
|
|
|
105
105
|
path?: string | undefined;
|
|
106
106
|
key?: string | undefined;
|
|
107
107
|
secret?: string | undefined;
|
|
108
|
+
result?: boolean | undefined;
|
|
108
109
|
use?: string | string[] | {
|
|
109
110
|
name: string;
|
|
110
111
|
fields?: string | undefined;
|
|
@@ -120,7 +121,6 @@ export declare const robotCloudflareStoreInstructionsSchema: z.ZodObject<{
|
|
|
120
121
|
group_by_original?: boolean | undefined;
|
|
121
122
|
} | undefined;
|
|
122
123
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
123
|
-
result?: boolean | undefined;
|
|
124
124
|
queue?: "batch" | undefined;
|
|
125
125
|
force_accept?: boolean | undefined;
|
|
126
126
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -203,6 +203,7 @@ export declare const robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
203
203
|
host?: string | undefined;
|
|
204
204
|
key?: string | undefined;
|
|
205
205
|
secret?: string | undefined;
|
|
206
|
+
result?: boolean | "debug" | undefined;
|
|
206
207
|
use?: string | string[] | {
|
|
207
208
|
name: string;
|
|
208
209
|
fields?: string | undefined;
|
|
@@ -218,7 +219,6 @@ export declare const robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
218
219
|
group_by_original?: boolean | undefined;
|
|
219
220
|
} | undefined;
|
|
220
221
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
221
|
-
result?: boolean | "debug" | undefined;
|
|
222
222
|
queue?: "batch" | undefined;
|
|
223
223
|
credentials?: string | undefined;
|
|
224
224
|
bucket?: string | undefined;
|
|
@@ -231,6 +231,7 @@ export declare const robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
231
231
|
path?: string | undefined;
|
|
232
232
|
key?: string | undefined;
|
|
233
233
|
secret?: string | undefined;
|
|
234
|
+
result?: boolean | "debug" | undefined;
|
|
234
235
|
use?: string | string[] | {
|
|
235
236
|
name: string;
|
|
236
237
|
fields?: string | undefined;
|
|
@@ -246,7 +247,6 @@ export declare const robotCloudflareStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
246
247
|
group_by_original?: boolean | undefined;
|
|
247
248
|
} | undefined;
|
|
248
249
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
249
|
-
result?: boolean | "debug" | undefined;
|
|
250
250
|
queue?: "batch" | undefined;
|
|
251
251
|
force_accept?: boolean | undefined;
|
|
252
252
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -324,8 +324,8 @@ export declare const interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
|
|
|
324
324
|
}, "strict", z.ZodTypeAny, {
|
|
325
325
|
headers: Record<string, string>;
|
|
326
326
|
path: string;
|
|
327
|
-
robot: "/cloudflare/store";
|
|
328
327
|
result: string | boolean;
|
|
328
|
+
robot: "/cloudflare/store";
|
|
329
329
|
force_accept: string | boolean;
|
|
330
330
|
ignore_errors: string | string[];
|
|
331
331
|
host?: string | undefined;
|
|
@@ -358,6 +358,7 @@ export declare const interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
|
|
|
358
358
|
path?: string | undefined;
|
|
359
359
|
key?: string | undefined;
|
|
360
360
|
secret?: string | undefined;
|
|
361
|
+
result?: string | boolean | undefined;
|
|
361
362
|
use?: string | string[] | {
|
|
362
363
|
name: string;
|
|
363
364
|
fields?: string | undefined;
|
|
@@ -373,7 +374,6 @@ export declare const interpolatableRobotCloudflareStoreInstructionsSchema: z.Zod
|
|
|
373
374
|
group_by_original?: boolean | undefined;
|
|
374
375
|
} | undefined;
|
|
375
376
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
376
|
-
result?: string | boolean | undefined;
|
|
377
377
|
queue?: string | undefined;
|
|
378
378
|
force_accept?: string | boolean | undefined;
|
|
379
379
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -457,6 +457,7 @@ export declare const interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
|
|
|
457
457
|
host?: string | undefined;
|
|
458
458
|
key?: string | undefined;
|
|
459
459
|
secret?: string | undefined;
|
|
460
|
+
result?: string | boolean | undefined;
|
|
460
461
|
use?: string | string[] | {
|
|
461
462
|
name: string;
|
|
462
463
|
fields?: string | undefined;
|
|
@@ -472,7 +473,6 @@ export declare const interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
|
|
|
472
473
|
group_by_original?: boolean | undefined;
|
|
473
474
|
} | undefined;
|
|
474
475
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
475
|
-
result?: string | boolean | undefined;
|
|
476
476
|
queue?: string | undefined;
|
|
477
477
|
credentials?: string | undefined;
|
|
478
478
|
bucket?: string | undefined;
|
|
@@ -485,6 +485,7 @@ export declare const interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
|
|
|
485
485
|
path?: string | undefined;
|
|
486
486
|
key?: string | undefined;
|
|
487
487
|
secret?: string | undefined;
|
|
488
|
+
result?: string | boolean | undefined;
|
|
488
489
|
use?: string | string[] | {
|
|
489
490
|
name: string;
|
|
490
491
|
fields?: string | undefined;
|
|
@@ -500,7 +501,6 @@ export declare const interpolatableRobotCloudflareStoreInstructionsWithHiddenFie
|
|
|
500
501
|
group_by_original?: boolean | undefined;
|
|
501
502
|
} | undefined;
|
|
502
503
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
503
|
-
result?: string | boolean | undefined;
|
|
504
504
|
queue?: string | undefined;
|
|
505
505
|
force_accept?: string | boolean | undefined;
|
|
506
506
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const robotDigitaloceanImportInstructionsSchema: z.ZodObject<{
|
|
|
25
25
|
}, "strict", z.ZodTypeAny, {
|
|
26
26
|
path: string | string[];
|
|
27
27
|
recursive: boolean;
|
|
28
|
-
robot: "/digitalocean/import";
|
|
29
28
|
result: boolean;
|
|
29
|
+
robot: "/digitalocean/import";
|
|
30
30
|
force_accept: boolean;
|
|
31
31
|
ignore_errors: string[];
|
|
32
32
|
force_name: string | string[] | null;
|
|
@@ -46,8 +46,8 @@ export declare const robotDigitaloceanImportInstructionsSchema: z.ZodObject<{
|
|
|
46
46
|
key?: string | undefined;
|
|
47
47
|
secret?: string | undefined;
|
|
48
48
|
recursive?: boolean | undefined;
|
|
49
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
50
49
|
result?: boolean | undefined;
|
|
50
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
51
51
|
queue?: "batch" | undefined;
|
|
52
52
|
force_accept?: boolean | undefined;
|
|
53
53
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -90,8 +90,8 @@ export declare const robotDigitaloceanImportInstructionsWithHiddenFieldsSchema:
|
|
|
90
90
|
return_file_stubs: boolean;
|
|
91
91
|
key?: string | undefined;
|
|
92
92
|
secret?: string | undefined;
|
|
93
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
94
93
|
result?: boolean | "debug" | undefined;
|
|
94
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
95
95
|
queue?: "batch" | undefined;
|
|
96
96
|
credentials?: string | undefined;
|
|
97
97
|
space?: string | undefined;
|
|
@@ -102,8 +102,8 @@ export declare const robotDigitaloceanImportInstructionsWithHiddenFieldsSchema:
|
|
|
102
102
|
key?: string | undefined;
|
|
103
103
|
secret?: string | undefined;
|
|
104
104
|
recursive?: boolean | undefined;
|
|
105
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
106
105
|
result?: boolean | "debug" | undefined;
|
|
106
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
107
107
|
queue?: "batch" | undefined;
|
|
108
108
|
force_accept?: boolean | undefined;
|
|
109
109
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -138,8 +138,8 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsSchema: z.
|
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
139
|
path: string | string[];
|
|
140
140
|
recursive: string | boolean;
|
|
141
|
-
robot: "/digitalocean/import";
|
|
142
141
|
result: string | boolean;
|
|
142
|
+
robot: "/digitalocean/import";
|
|
143
143
|
force_accept: string | boolean;
|
|
144
144
|
ignore_errors: string | string[];
|
|
145
145
|
force_name: string | string[] | null;
|
|
@@ -159,8 +159,8 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsSchema: z.
|
|
|
159
159
|
key?: string | undefined;
|
|
160
160
|
secret?: string | undefined;
|
|
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;
|
|
@@ -204,8 +204,8 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsWithHidden
|
|
|
204
204
|
return_file_stubs: string | boolean;
|
|
205
205
|
key?: string | undefined;
|
|
206
206
|
secret?: string | undefined;
|
|
207
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
208
207
|
result?: string | boolean | undefined;
|
|
208
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
209
209
|
queue?: string | undefined;
|
|
210
210
|
credentials?: string | undefined;
|
|
211
211
|
space?: string | undefined;
|
|
@@ -216,8 +216,8 @@ export declare const interpolatableRobotDigitaloceanImportInstructionsWithHidden
|
|
|
216
216
|
key?: string | undefined;
|
|
217
217
|
secret?: string | undefined;
|
|
218
218
|
recursive?: string | boolean | undefined;
|
|
219
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
220
219
|
result?: string | boolean | undefined;
|
|
220
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
221
221
|
queue?: string | undefined;
|
|
222
222
|
force_accept?: string | boolean | undefined;
|
|
223
223
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -72,8 +72,8 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
|
|
|
72
72
|
}, "strict", z.ZodTypeAny, {
|
|
73
73
|
headers: Record<string, string>;
|
|
74
74
|
path: string;
|
|
75
|
-
robot: "/digitalocean/store";
|
|
76
75
|
result: boolean;
|
|
76
|
+
robot: "/digitalocean/store";
|
|
77
77
|
force_accept: boolean;
|
|
78
78
|
ignore_errors: string[];
|
|
79
79
|
url_prefix: string;
|
|
@@ -106,6 +106,7 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
|
|
|
106
106
|
path?: string | undefined;
|
|
107
107
|
key?: string | undefined;
|
|
108
108
|
secret?: string | undefined;
|
|
109
|
+
result?: boolean | undefined;
|
|
109
110
|
use?: string | string[] | {
|
|
110
111
|
name: string;
|
|
111
112
|
fields?: string | undefined;
|
|
@@ -121,7 +122,6 @@ export declare const robotDigitaloceanStoreInstructionsSchema: z.ZodObject<{
|
|
|
121
122
|
group_by_original?: boolean | undefined;
|
|
122
123
|
} | undefined;
|
|
123
124
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
124
|
-
result?: boolean | undefined;
|
|
125
125
|
queue?: "batch" | undefined;
|
|
126
126
|
force_accept?: boolean | undefined;
|
|
127
127
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -208,6 +208,7 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
|
|
|
208
208
|
acl: "private" | "public-read";
|
|
209
209
|
key?: string | undefined;
|
|
210
210
|
secret?: string | undefined;
|
|
211
|
+
result?: boolean | "debug" | undefined;
|
|
211
212
|
use?: string | string[] | {
|
|
212
213
|
name: string;
|
|
213
214
|
fields?: string | undefined;
|
|
@@ -223,7 +224,6 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
|
|
|
223
224
|
group_by_original?: boolean | undefined;
|
|
224
225
|
} | undefined;
|
|
225
226
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
226
|
-
result?: boolean | "debug" | undefined;
|
|
227
227
|
queue?: "batch" | undefined;
|
|
228
228
|
credentials?: string | undefined;
|
|
229
229
|
space?: string | undefined;
|
|
@@ -235,6 +235,7 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
|
|
|
235
235
|
path?: string | undefined;
|
|
236
236
|
key?: string | undefined;
|
|
237
237
|
secret?: string | undefined;
|
|
238
|
+
result?: boolean | "debug" | undefined;
|
|
238
239
|
use?: string | string[] | {
|
|
239
240
|
name: string;
|
|
240
241
|
fields?: string | undefined;
|
|
@@ -250,7 +251,6 @@ export declare const robotDigitaloceanStoreInstructionsWithHiddenFieldsSchema: z
|
|
|
250
251
|
group_by_original?: boolean | undefined;
|
|
251
252
|
} | undefined;
|
|
252
253
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
253
|
-
result?: boolean | "debug" | undefined;
|
|
254
254
|
queue?: "batch" | undefined;
|
|
255
255
|
force_accept?: boolean | undefined;
|
|
256
256
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -331,8 +331,8 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
|
|
|
331
331
|
}, "strict", z.ZodTypeAny, {
|
|
332
332
|
headers: Record<string, string>;
|
|
333
333
|
path: string;
|
|
334
|
-
robot: "/digitalocean/store";
|
|
335
334
|
result: string | boolean;
|
|
335
|
+
robot: "/digitalocean/store";
|
|
336
336
|
force_accept: string | boolean;
|
|
337
337
|
ignore_errors: string | string[];
|
|
338
338
|
url_prefix: string;
|
|
@@ -365,6 +365,7 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
|
|
|
365
365
|
path?: string | undefined;
|
|
366
366
|
key?: string | undefined;
|
|
367
367
|
secret?: string | undefined;
|
|
368
|
+
result?: string | boolean | undefined;
|
|
368
369
|
use?: string | string[] | {
|
|
369
370
|
name: string;
|
|
370
371
|
fields?: string | undefined;
|
|
@@ -380,7 +381,6 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsSchema: z.Z
|
|
|
380
381
|
group_by_original?: boolean | undefined;
|
|
381
382
|
} | undefined;
|
|
382
383
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
383
|
-
result?: string | boolean | undefined;
|
|
384
384
|
queue?: string | undefined;
|
|
385
385
|
force_accept?: string | boolean | undefined;
|
|
386
386
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -468,6 +468,7 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
|
|
|
468
468
|
acl: string;
|
|
469
469
|
key?: string | undefined;
|
|
470
470
|
secret?: string | undefined;
|
|
471
|
+
result?: string | boolean | undefined;
|
|
471
472
|
use?: string | string[] | {
|
|
472
473
|
name: string;
|
|
473
474
|
fields?: string | undefined;
|
|
@@ -483,7 +484,6 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
|
|
|
483
484
|
group_by_original?: boolean | undefined;
|
|
484
485
|
} | undefined;
|
|
485
486
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
486
|
-
result?: string | boolean | undefined;
|
|
487
487
|
queue?: string | undefined;
|
|
488
488
|
credentials?: string | undefined;
|
|
489
489
|
space?: string | undefined;
|
|
@@ -495,6 +495,7 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
|
|
|
495
495
|
path?: string | undefined;
|
|
496
496
|
key?: string | undefined;
|
|
497
497
|
secret?: string | undefined;
|
|
498
|
+
result?: string | boolean | undefined;
|
|
498
499
|
use?: string | string[] | {
|
|
499
500
|
name: string;
|
|
500
501
|
fields?: string | undefined;
|
|
@@ -510,7 +511,6 @@ export declare const interpolatableRobotDigitaloceanStoreInstructionsWithHiddenF
|
|
|
510
511
|
group_by_original?: boolean | undefined;
|
|
511
512
|
} | undefined;
|
|
512
513
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
513
|
-
result?: string | boolean | undefined;
|
|
514
514
|
queue?: string | undefined;
|
|
515
515
|
force_accept?: string | boolean | undefined;
|
|
516
516
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -59,8 +59,8 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
|
|
|
59
59
|
} & {
|
|
60
60
|
robot: z.ZodLiteral<"/document/autorotate">;
|
|
61
61
|
}, "strict", z.ZodTypeAny, {
|
|
62
|
-
robot: "/document/autorotate";
|
|
63
62
|
result: boolean;
|
|
63
|
+
robot: "/document/autorotate";
|
|
64
64
|
force_accept: boolean;
|
|
65
65
|
ignore_errors: string[];
|
|
66
66
|
use?: string | string[] | {
|
|
@@ -81,6 +81,7 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
|
|
|
81
81
|
queue?: "batch" | undefined;
|
|
82
82
|
}, {
|
|
83
83
|
robot: "/document/autorotate";
|
|
84
|
+
result?: boolean | undefined;
|
|
84
85
|
use?: string | string[] | {
|
|
85
86
|
name: string;
|
|
86
87
|
fields?: string | undefined;
|
|
@@ -96,7 +97,6 @@ export declare const robotDocumentAutorotateInstructionsSchema: z.ZodObject<{
|
|
|
96
97
|
group_by_original?: boolean | undefined;
|
|
97
98
|
} | undefined;
|
|
98
99
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
99
|
-
result?: boolean | undefined;
|
|
100
100
|
queue?: "batch" | undefined;
|
|
101
101
|
force_accept?: boolean | undefined;
|
|
102
102
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -161,6 +161,7 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
|
|
|
161
161
|
robot: "/document/autorotate";
|
|
162
162
|
force_accept: boolean;
|
|
163
163
|
ignore_errors: string[];
|
|
164
|
+
result?: boolean | "debug" | undefined;
|
|
164
165
|
use?: string | string[] | {
|
|
165
166
|
name: string;
|
|
166
167
|
fields?: string | undefined;
|
|
@@ -176,10 +177,10 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
|
|
|
176
177
|
group_by_original?: boolean | undefined;
|
|
177
178
|
} | undefined;
|
|
178
179
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
179
|
-
result?: boolean | "debug" | undefined;
|
|
180
180
|
queue?: "batch" | undefined;
|
|
181
181
|
}, {
|
|
182
182
|
robot: "/document/autorotate";
|
|
183
|
+
result?: boolean | "debug" | undefined;
|
|
183
184
|
use?: string | string[] | {
|
|
184
185
|
name: string;
|
|
185
186
|
fields?: string | undefined;
|
|
@@ -195,7 +196,6 @@ export declare const robotDocumentAutorotateInstructionsWithHiddenFieldsSchema:
|
|
|
195
196
|
group_by_original?: boolean | undefined;
|
|
196
197
|
} | undefined;
|
|
197
198
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
198
|
-
result?: boolean | "debug" | undefined;
|
|
199
199
|
queue?: "batch" | undefined;
|
|
200
200
|
force_accept?: boolean | undefined;
|
|
201
201
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -258,8 +258,8 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
|
|
|
258
258
|
}>]>>;
|
|
259
259
|
robot: z.ZodLiteral<"/document/autorotate">;
|
|
260
260
|
}, "strict", z.ZodTypeAny, {
|
|
261
|
-
robot: "/document/autorotate";
|
|
262
261
|
result: string | boolean;
|
|
262
|
+
robot: "/document/autorotate";
|
|
263
263
|
force_accept: string | boolean;
|
|
264
264
|
ignore_errors: string | string[];
|
|
265
265
|
use?: string | string[] | {
|
|
@@ -280,6 +280,7 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
|
|
|
280
280
|
queue?: string | undefined;
|
|
281
281
|
}, {
|
|
282
282
|
robot: "/document/autorotate";
|
|
283
|
+
result?: string | boolean | undefined;
|
|
283
284
|
use?: string | string[] | {
|
|
284
285
|
name: string;
|
|
285
286
|
fields?: string | undefined;
|
|
@@ -295,7 +296,6 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsSchema: z.
|
|
|
295
296
|
group_by_original?: boolean | undefined;
|
|
296
297
|
} | undefined;
|
|
297
298
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
298
|
-
result?: string | boolean | undefined;
|
|
299
299
|
queue?: string | undefined;
|
|
300
300
|
force_accept?: string | boolean | undefined;
|
|
301
301
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -361,6 +361,7 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
|
|
|
361
361
|
robot: "/document/autorotate";
|
|
362
362
|
force_accept: string | boolean;
|
|
363
363
|
ignore_errors: string | string[];
|
|
364
|
+
result?: string | boolean | undefined;
|
|
364
365
|
use?: string | string[] | {
|
|
365
366
|
name: string;
|
|
366
367
|
fields?: string | undefined;
|
|
@@ -376,10 +377,10 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
|
|
|
376
377
|
group_by_original?: boolean | undefined;
|
|
377
378
|
} | undefined;
|
|
378
379
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
379
|
-
result?: string | boolean | undefined;
|
|
380
380
|
queue?: string | undefined;
|
|
381
381
|
}, {
|
|
382
382
|
robot: "/document/autorotate";
|
|
383
|
+
result?: string | boolean | undefined;
|
|
383
384
|
use?: string | string[] | {
|
|
384
385
|
name: string;
|
|
385
386
|
fields?: string | undefined;
|
|
@@ -395,7 +396,6 @@ export declare const interpolatableRobotDocumentAutorotateInstructionsWithHidden
|
|
|
395
396
|
group_by_original?: boolean | undefined;
|
|
396
397
|
} | undefined;
|
|
397
398
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
398
|
-
result?: string | boolean | undefined;
|
|
399
399
|
queue?: string | undefined;
|
|
400
400
|
force_accept?: string | boolean | undefined;
|
|
401
401
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -69,8 +69,8 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
|
|
|
69
69
|
pdf_footer_template: z.ZodOptional<z.ZodString>;
|
|
70
70
|
}, "strict", z.ZodTypeAny, {
|
|
71
71
|
format: "text" | "doc" | "gif" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
|
|
72
|
-
robot: "/document/convert";
|
|
73
72
|
result: boolean;
|
|
73
|
+
robot: "/document/convert";
|
|
74
74
|
force_accept: boolean;
|
|
75
75
|
ignore_errors: string[];
|
|
76
76
|
markdown_format: "commonmark" | "gfm";
|
|
@@ -100,6 +100,7 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
|
|
|
100
100
|
}, {
|
|
101
101
|
format: "text" | "doc" | "gif" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
|
|
102
102
|
robot: "/document/convert";
|
|
103
|
+
result?: boolean | undefined;
|
|
103
104
|
use?: string | string[] | {
|
|
104
105
|
name: string;
|
|
105
106
|
fields?: string | undefined;
|
|
@@ -115,7 +116,6 @@ export declare const robotDocumentConvertInstructionsSchema: z.ZodObject<{
|
|
|
115
116
|
group_by_original?: boolean | undefined;
|
|
116
117
|
} | undefined;
|
|
117
118
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
118
|
-
result?: boolean | undefined;
|
|
119
119
|
queue?: "batch" | undefined;
|
|
120
120
|
force_accept?: boolean | undefined;
|
|
121
121
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -204,6 +204,7 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
204
204
|
pdf_print_background: boolean;
|
|
205
205
|
pdf_format: "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6" | "Ledger" | "Legal" | "Letter" | "Tabloid";
|
|
206
206
|
pdf_display_header_footer: boolean;
|
|
207
|
+
result?: boolean | "debug" | undefined;
|
|
207
208
|
use?: string | string[] | {
|
|
208
209
|
name: string;
|
|
209
210
|
fields?: string | undefined;
|
|
@@ -219,13 +220,13 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
219
220
|
group_by_original?: boolean | undefined;
|
|
220
221
|
} | undefined;
|
|
221
222
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
222
|
-
result?: boolean | "debug" | undefined;
|
|
223
223
|
queue?: "batch" | undefined;
|
|
224
224
|
pdf_header_template?: string | undefined;
|
|
225
225
|
pdf_footer_template?: string | undefined;
|
|
226
226
|
}, {
|
|
227
227
|
format: "text" | "doc" | "gif" | "pdf" | "ai" | "csv" | "docx" | "eps" | "html" | "jpeg" | "jpg" | "latex" | "oda" | "odd" | "odt" | "ott" | "png" | "pot" | "pps" | "ppt" | "pptx" | "ppz" | "ps" | "rtf" | "rtx" | "srt" | "svg" | "txt" | "vtt" | "xhtml" | "xla" | "xls" | "xlsx" | "xml";
|
|
228
228
|
robot: "/document/convert";
|
|
229
|
+
result?: boolean | "debug" | undefined;
|
|
229
230
|
use?: string | string[] | {
|
|
230
231
|
name: string;
|
|
231
232
|
fields?: string | undefined;
|
|
@@ -241,7 +242,6 @@ export declare const robotDocumentConvertInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
241
242
|
group_by_original?: boolean | undefined;
|
|
242
243
|
} | undefined;
|
|
243
244
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
244
|
-
result?: boolean | "debug" | undefined;
|
|
245
245
|
queue?: "batch" | undefined;
|
|
246
246
|
force_accept?: boolean | undefined;
|
|
247
247
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -322,8 +322,8 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
|
|
|
322
322
|
pdf_footer_template: z.ZodOptional<z.ZodString>;
|
|
323
323
|
}, "strict", z.ZodTypeAny, {
|
|
324
324
|
format: string;
|
|
325
|
-
robot: "/document/convert";
|
|
326
325
|
result: string | boolean;
|
|
326
|
+
robot: "/document/convert";
|
|
327
327
|
force_accept: string | boolean;
|
|
328
328
|
ignore_errors: string | string[];
|
|
329
329
|
markdown_format: string;
|
|
@@ -353,6 +353,7 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
|
|
|
353
353
|
}, {
|
|
354
354
|
format: string;
|
|
355
355
|
robot: "/document/convert";
|
|
356
|
+
result?: string | boolean | undefined;
|
|
356
357
|
use?: string | string[] | {
|
|
357
358
|
name: string;
|
|
358
359
|
fields?: string | undefined;
|
|
@@ -368,7 +369,6 @@ export declare const interpolatableRobotDocumentConvertInstructionsSchema: z.Zod
|
|
|
368
369
|
group_by_original?: boolean | undefined;
|
|
369
370
|
} | undefined;
|
|
370
371
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
371
|
-
result?: string | boolean | undefined;
|
|
372
372
|
queue?: string | undefined;
|
|
373
373
|
force_accept?: string | boolean | undefined;
|
|
374
374
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -458,6 +458,7 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
|
|
|
458
458
|
pdf_print_background: string | boolean;
|
|
459
459
|
pdf_format: string;
|
|
460
460
|
pdf_display_header_footer: string | boolean;
|
|
461
|
+
result?: string | boolean | undefined;
|
|
461
462
|
use?: string | string[] | {
|
|
462
463
|
name: string;
|
|
463
464
|
fields?: string | undefined;
|
|
@@ -473,13 +474,13 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
|
|
|
473
474
|
group_by_original?: boolean | undefined;
|
|
474
475
|
} | undefined;
|
|
475
476
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
476
|
-
result?: string | boolean | undefined;
|
|
477
477
|
queue?: string | undefined;
|
|
478
478
|
pdf_header_template?: string | undefined;
|
|
479
479
|
pdf_footer_template?: string | undefined;
|
|
480
480
|
}, {
|
|
481
481
|
format: string;
|
|
482
482
|
robot: "/document/convert";
|
|
483
|
+
result?: string | boolean | undefined;
|
|
483
484
|
use?: string | string[] | {
|
|
484
485
|
name: string;
|
|
485
486
|
fields?: string | undefined;
|
|
@@ -495,7 +496,6 @@ export declare const interpolatableRobotDocumentConvertInstructionsWithHiddenFie
|
|
|
495
496
|
group_by_original?: boolean | undefined;
|
|
496
497
|
} | undefined;
|
|
497
498
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
498
|
-
result?: string | boolean | undefined;
|
|
499
499
|
queue?: string | undefined;
|
|
500
500
|
force_accept?: string | boolean | undefined;
|
|
501
501
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -61,8 +61,8 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
|
|
|
61
61
|
input_passwords: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
62
62
|
output_password: z.ZodOptional<z.ZodString>;
|
|
63
63
|
}, "strict", z.ZodTypeAny, {
|
|
64
|
-
robot: "/document/merge";
|
|
65
64
|
result: boolean;
|
|
65
|
+
robot: "/document/merge";
|
|
66
66
|
force_accept: boolean;
|
|
67
67
|
ignore_errors: string[];
|
|
68
68
|
input_passwords: string[];
|
|
@@ -85,6 +85,7 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
|
|
|
85
85
|
output_password?: string | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
robot: "/document/merge";
|
|
88
|
+
result?: boolean | undefined;
|
|
88
89
|
use?: string | string[] | {
|
|
89
90
|
name: string;
|
|
90
91
|
fields?: string | undefined;
|
|
@@ -100,7 +101,6 @@ export declare const robotDocumentMergeInstructionsSchema: z.ZodObject<{
|
|
|
100
101
|
group_by_original?: boolean | undefined;
|
|
101
102
|
} | undefined;
|
|
102
103
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
103
|
-
result?: boolean | undefined;
|
|
104
104
|
queue?: "batch" | undefined;
|
|
105
105
|
force_accept?: boolean | undefined;
|
|
106
106
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -170,6 +170,7 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
170
170
|
force_accept: boolean;
|
|
171
171
|
ignore_errors: string[];
|
|
172
172
|
input_passwords: string[];
|
|
173
|
+
result?: boolean | "debug" | undefined;
|
|
173
174
|
use?: string | string[] | {
|
|
174
175
|
name: string;
|
|
175
176
|
fields?: string | undefined;
|
|
@@ -185,11 +186,11 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
185
186
|
group_by_original?: boolean | undefined;
|
|
186
187
|
} | undefined;
|
|
187
188
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
188
|
-
result?: boolean | "debug" | undefined;
|
|
189
189
|
queue?: "batch" | undefined;
|
|
190
190
|
output_password?: string | undefined;
|
|
191
191
|
}, {
|
|
192
192
|
robot: "/document/merge";
|
|
193
|
+
result?: boolean | "debug" | undefined;
|
|
193
194
|
use?: string | string[] | {
|
|
194
195
|
name: string;
|
|
195
196
|
fields?: string | undefined;
|
|
@@ -205,7 +206,6 @@ export declare const robotDocumentMergeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
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
|
force_accept?: boolean | undefined;
|
|
211
211
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -272,8 +272,8 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
|
|
|
272
272
|
input_passwords: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
273
273
|
output_password: z.ZodOptional<z.ZodString>;
|
|
274
274
|
}, "strict", z.ZodTypeAny, {
|
|
275
|
-
robot: "/document/merge";
|
|
276
275
|
result: string | boolean;
|
|
276
|
+
robot: "/document/merge";
|
|
277
277
|
force_accept: string | boolean;
|
|
278
278
|
ignore_errors: string | string[];
|
|
279
279
|
input_passwords: string | string[];
|
|
@@ -296,6 +296,7 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
|
|
|
296
296
|
output_password?: string | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
robot: "/document/merge";
|
|
299
|
+
result?: string | boolean | undefined;
|
|
299
300
|
use?: string | string[] | {
|
|
300
301
|
name: string;
|
|
301
302
|
fields?: string | undefined;
|
|
@@ -311,7 +312,6 @@ export declare const interpolatableRobotDocumentMergeInstructionsSchema: z.ZodOb
|
|
|
311
312
|
group_by_original?: boolean | undefined;
|
|
312
313
|
} | undefined;
|
|
313
314
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
314
|
-
result?: string | boolean | undefined;
|
|
315
315
|
queue?: string | undefined;
|
|
316
316
|
force_accept?: string | boolean | undefined;
|
|
317
317
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -382,6 +382,7 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
|
|
|
382
382
|
force_accept: string | boolean;
|
|
383
383
|
ignore_errors: string | string[];
|
|
384
384
|
input_passwords: string | string[];
|
|
385
|
+
result?: string | boolean | undefined;
|
|
385
386
|
use?: string | string[] | {
|
|
386
387
|
name: string;
|
|
387
388
|
fields?: string | undefined;
|
|
@@ -397,11 +398,11 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
|
|
|
397
398
|
group_by_original?: boolean | undefined;
|
|
398
399
|
} | undefined;
|
|
399
400
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
400
|
-
result?: string | boolean | undefined;
|
|
401
401
|
queue?: string | undefined;
|
|
402
402
|
output_password?: string | undefined;
|
|
403
403
|
}, {
|
|
404
404
|
robot: "/document/merge";
|
|
405
|
+
result?: string | boolean | undefined;
|
|
405
406
|
use?: string | string[] | {
|
|
406
407
|
name: string;
|
|
407
408
|
fields?: string | undefined;
|
|
@@ -417,7 +418,6 @@ export declare const interpolatableRobotDocumentMergeInstructionsWithHiddenField
|
|
|
417
418
|
group_by_original?: boolean | undefined;
|
|
418
419
|
} | undefined;
|
|
419
420
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
420
|
-
result?: string | boolean | undefined;
|
|
421
421
|
queue?: string | undefined;
|
|
422
422
|
force_accept?: string | boolean | undefined;
|
|
423
423
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|