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
|
@@ -59,8 +59,8 @@ export declare const robotFileReadInstructionsSchema: z.ZodObject<{
|
|
|
59
59
|
} & {
|
|
60
60
|
robot: z.ZodLiteral<"/file/read">;
|
|
61
61
|
}, "strict", z.ZodTypeAny, {
|
|
62
|
-
robot: "/file/read";
|
|
63
62
|
result: boolean;
|
|
63
|
+
robot: "/file/read";
|
|
64
64
|
force_accept: boolean;
|
|
65
65
|
ignore_errors: string[];
|
|
66
66
|
use?: string | string[] | {
|
|
@@ -81,6 +81,7 @@ export declare const robotFileReadInstructionsSchema: z.ZodObject<{
|
|
|
81
81
|
queue?: "batch" | undefined;
|
|
82
82
|
}, {
|
|
83
83
|
robot: "/file/read";
|
|
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 robotFileReadInstructionsSchema: 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 robotFileReadInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
161
161
|
robot: "/file/read";
|
|
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 robotFileReadInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
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: "/file/read";
|
|
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 robotFileReadInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
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 interpolatableRobotFileReadInstructionsSchema: z.ZodObject<
|
|
|
258
258
|
}>]>>;
|
|
259
259
|
robot: z.ZodLiteral<"/file/read">;
|
|
260
260
|
}, "strict", z.ZodTypeAny, {
|
|
261
|
-
robot: "/file/read";
|
|
262
261
|
result: string | boolean;
|
|
262
|
+
robot: "/file/read";
|
|
263
263
|
force_accept: string | boolean;
|
|
264
264
|
ignore_errors: string | string[];
|
|
265
265
|
use?: string | string[] | {
|
|
@@ -280,6 +280,7 @@ export declare const interpolatableRobotFileReadInstructionsSchema: z.ZodObject<
|
|
|
280
280
|
queue?: string | undefined;
|
|
281
281
|
}, {
|
|
282
282
|
robot: "/file/read";
|
|
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 interpolatableRobotFileReadInstructionsSchema: z.ZodObject<
|
|
|
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 interpolatableRobotFileReadInstructionsWithHiddenFieldsSche
|
|
|
361
361
|
robot: "/file/read";
|
|
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 interpolatableRobotFileReadInstructionsWithHiddenFieldsSche
|
|
|
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: "/file/read";
|
|
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 interpolatableRobotFileReadInstructionsWithHiddenFieldsSche
|
|
|
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;
|
|
@@ -61,8 +61,8 @@ export declare const robotFileServeInstructionsSchema: z.ZodObject<{
|
|
|
61
61
|
headers: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
63
|
headers: Record<string, string>;
|
|
64
|
-
robot: "/file/serve";
|
|
65
64
|
result: boolean;
|
|
65
|
+
robot: "/file/serve";
|
|
66
66
|
force_accept: boolean;
|
|
67
67
|
ignore_errors: string[];
|
|
68
68
|
use?: string | string[] | {
|
|
@@ -84,6 +84,7 @@ export declare const robotFileServeInstructionsSchema: z.ZodObject<{
|
|
|
84
84
|
}, {
|
|
85
85
|
robot: "/file/serve";
|
|
86
86
|
headers?: Record<string, string> | undefined;
|
|
87
|
+
result?: boolean | undefined;
|
|
87
88
|
use?: string | string[] | {
|
|
88
89
|
name: string;
|
|
89
90
|
fields?: string | undefined;
|
|
@@ -99,7 +100,6 @@ export declare const robotFileServeInstructionsSchema: z.ZodObject<{
|
|
|
99
100
|
group_by_original?: boolean | undefined;
|
|
100
101
|
} | undefined;
|
|
101
102
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
102
|
-
result?: boolean | undefined;
|
|
103
103
|
queue?: "batch" | undefined;
|
|
104
104
|
force_accept?: boolean | undefined;
|
|
105
105
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -166,6 +166,7 @@ export declare const robotFileServeInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
166
166
|
robot: "/file/serve";
|
|
167
167
|
force_accept: boolean;
|
|
168
168
|
ignore_errors: string[];
|
|
169
|
+
result?: boolean | "debug" | undefined;
|
|
169
170
|
use?: string | string[] | {
|
|
170
171
|
name: string;
|
|
171
172
|
fields?: string | undefined;
|
|
@@ -181,11 +182,11 @@ export declare const robotFileServeInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
181
182
|
group_by_original?: boolean | undefined;
|
|
182
183
|
} | undefined;
|
|
183
184
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
184
|
-
result?: boolean | "debug" | undefined;
|
|
185
185
|
queue?: "batch" | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
robot: "/file/serve";
|
|
188
188
|
headers?: Record<string, string> | undefined;
|
|
189
|
+
result?: boolean | "debug" | undefined;
|
|
189
190
|
use?: string | string[] | {
|
|
190
191
|
name: string;
|
|
191
192
|
fields?: string | undefined;
|
|
@@ -201,7 +202,6 @@ export declare const robotFileServeInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
201
202
|
group_by_original?: boolean | undefined;
|
|
202
203
|
} | undefined;
|
|
203
204
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
204
|
-
result?: boolean | "debug" | undefined;
|
|
205
205
|
queue?: "batch" | undefined;
|
|
206
206
|
force_accept?: boolean | undefined;
|
|
207
207
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const interpolatableRobotFileServeInstructionsSchema: z.ZodObject
|
|
|
267
267
|
headers: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
268
268
|
}, "strict", z.ZodTypeAny, {
|
|
269
269
|
headers: Record<string, string>;
|
|
270
|
-
robot: "/file/serve";
|
|
271
270
|
result: string | boolean;
|
|
271
|
+
robot: "/file/serve";
|
|
272
272
|
force_accept: string | boolean;
|
|
273
273
|
ignore_errors: string | string[];
|
|
274
274
|
use?: string | string[] | {
|
|
@@ -290,6 +290,7 @@ export declare const interpolatableRobotFileServeInstructionsSchema: z.ZodObject
|
|
|
290
290
|
}, {
|
|
291
291
|
robot: "/file/serve";
|
|
292
292
|
headers?: Record<string, string> | undefined;
|
|
293
|
+
result?: string | boolean | undefined;
|
|
293
294
|
use?: string | string[] | {
|
|
294
295
|
name: string;
|
|
295
296
|
fields?: string | undefined;
|
|
@@ -305,7 +306,6 @@ export declare const interpolatableRobotFileServeInstructionsSchema: z.ZodObject
|
|
|
305
306
|
group_by_original?: boolean | undefined;
|
|
306
307
|
} | undefined;
|
|
307
308
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
308
|
-
result?: string | boolean | undefined;
|
|
309
309
|
queue?: string | undefined;
|
|
310
310
|
force_accept?: string | boolean | undefined;
|
|
311
311
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -373,6 +373,7 @@ export declare const interpolatableRobotFileServeInstructionsWithHiddenFieldsSch
|
|
|
373
373
|
robot: "/file/serve";
|
|
374
374
|
force_accept: string | boolean;
|
|
375
375
|
ignore_errors: string | string[];
|
|
376
|
+
result?: string | boolean | undefined;
|
|
376
377
|
use?: string | string[] | {
|
|
377
378
|
name: string;
|
|
378
379
|
fields?: string | undefined;
|
|
@@ -388,11 +389,11 @@ export declare const interpolatableRobotFileServeInstructionsWithHiddenFieldsSch
|
|
|
388
389
|
group_by_original?: boolean | undefined;
|
|
389
390
|
} | undefined;
|
|
390
391
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
391
|
-
result?: string | boolean | undefined;
|
|
392
392
|
queue?: string | undefined;
|
|
393
393
|
}, {
|
|
394
394
|
robot: "/file/serve";
|
|
395
395
|
headers?: Record<string, string> | undefined;
|
|
396
|
+
result?: string | boolean | undefined;
|
|
396
397
|
use?: string | string[] | {
|
|
397
398
|
name: string;
|
|
398
399
|
fields?: string | undefined;
|
|
@@ -408,7 +409,6 @@ export declare const interpolatableRobotFileServeInstructionsWithHiddenFieldsSch
|
|
|
408
409
|
group_by_original?: boolean | undefined;
|
|
409
410
|
} | undefined;
|
|
410
411
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
411
|
-
result?: string | boolean | undefined;
|
|
412
412
|
queue?: string | undefined;
|
|
413
413
|
force_accept?: string | boolean | undefined;
|
|
414
414
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -62,8 +62,8 @@ export declare const robotFileVerifyInstructionsSchema: z.ZodObject<{
|
|
|
62
62
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
63
63
|
verify_to_be: z.ZodDefault<z.ZodString>;
|
|
64
64
|
}, "strict", z.ZodTypeAny, {
|
|
65
|
-
robot: "/file/verify";
|
|
66
65
|
result: boolean;
|
|
66
|
+
robot: "/file/verify";
|
|
67
67
|
force_accept: boolean;
|
|
68
68
|
ignore_errors: string[];
|
|
69
69
|
error_on_decline: boolean;
|
|
@@ -87,6 +87,7 @@ export declare const robotFileVerifyInstructionsSchema: z.ZodObject<{
|
|
|
87
87
|
queue?: "batch" | undefined;
|
|
88
88
|
}, {
|
|
89
89
|
robot: "/file/verify";
|
|
90
|
+
result?: boolean | undefined;
|
|
90
91
|
use?: string | string[] | {
|
|
91
92
|
name: string;
|
|
92
93
|
fields?: string | undefined;
|
|
@@ -102,7 +103,6 @@ export declare const robotFileVerifyInstructionsSchema: z.ZodObject<{
|
|
|
102
103
|
group_by_original?: boolean | undefined;
|
|
103
104
|
} | undefined;
|
|
104
105
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
105
|
-
result?: boolean | undefined;
|
|
106
106
|
queue?: "batch" | undefined;
|
|
107
107
|
force_accept?: boolean | undefined;
|
|
108
108
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -176,6 +176,7 @@ export declare const robotFileVerifyInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
176
176
|
error_on_decline: boolean;
|
|
177
177
|
error_msg: string;
|
|
178
178
|
verify_to_be: string;
|
|
179
|
+
result?: boolean | "debug" | undefined;
|
|
179
180
|
use?: string | string[] | {
|
|
180
181
|
name: string;
|
|
181
182
|
fields?: string | undefined;
|
|
@@ -191,10 +192,10 @@ export declare const robotFileVerifyInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
191
192
|
group_by_original?: boolean | undefined;
|
|
192
193
|
} | undefined;
|
|
193
194
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
194
|
-
result?: boolean | "debug" | undefined;
|
|
195
195
|
queue?: "batch" | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
robot: "/file/verify";
|
|
198
|
+
result?: boolean | "debug" | undefined;
|
|
198
199
|
use?: string | string[] | {
|
|
199
200
|
name: string;
|
|
200
201
|
fields?: string | undefined;
|
|
@@ -210,7 +211,6 @@ export declare const robotFileVerifyInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
210
211
|
group_by_original?: boolean | undefined;
|
|
211
212
|
} | undefined;
|
|
212
213
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
213
|
-
result?: boolean | "debug" | undefined;
|
|
214
214
|
queue?: "batch" | undefined;
|
|
215
215
|
force_accept?: boolean | undefined;
|
|
216
216
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -279,8 +279,8 @@ export declare const interpolatableRobotFileVerifyInstructionsSchema: z.ZodObjec
|
|
|
279
279
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
280
280
|
verify_to_be: z.ZodDefault<z.ZodString>;
|
|
281
281
|
}, "strict", z.ZodTypeAny, {
|
|
282
|
-
robot: "/file/verify";
|
|
283
282
|
result: string | boolean;
|
|
283
|
+
robot: "/file/verify";
|
|
284
284
|
force_accept: string | boolean;
|
|
285
285
|
ignore_errors: string | string[];
|
|
286
286
|
error_on_decline: string | boolean;
|
|
@@ -304,6 +304,7 @@ export declare const interpolatableRobotFileVerifyInstructionsSchema: z.ZodObjec
|
|
|
304
304
|
queue?: string | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
robot: "/file/verify";
|
|
307
|
+
result?: string | boolean | undefined;
|
|
307
308
|
use?: string | string[] | {
|
|
308
309
|
name: string;
|
|
309
310
|
fields?: string | undefined;
|
|
@@ -319,7 +320,6 @@ export declare const interpolatableRobotFileVerifyInstructionsSchema: z.ZodObjec
|
|
|
319
320
|
group_by_original?: boolean | undefined;
|
|
320
321
|
} | undefined;
|
|
321
322
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
322
|
-
result?: string | boolean | undefined;
|
|
323
323
|
queue?: string | undefined;
|
|
324
324
|
force_accept?: string | boolean | undefined;
|
|
325
325
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -394,6 +394,7 @@ export declare const interpolatableRobotFileVerifyInstructionsWithHiddenFieldsSc
|
|
|
394
394
|
error_on_decline: string | boolean;
|
|
395
395
|
error_msg: string;
|
|
396
396
|
verify_to_be: string;
|
|
397
|
+
result?: string | boolean | undefined;
|
|
397
398
|
use?: string | string[] | {
|
|
398
399
|
name: string;
|
|
399
400
|
fields?: string | undefined;
|
|
@@ -409,10 +410,10 @@ export declare const interpolatableRobotFileVerifyInstructionsWithHiddenFieldsSc
|
|
|
409
410
|
group_by_original?: boolean | undefined;
|
|
410
411
|
} | undefined;
|
|
411
412
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
412
|
-
result?: string | boolean | undefined;
|
|
413
413
|
queue?: string | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
robot: "/file/verify";
|
|
416
|
+
result?: string | boolean | undefined;
|
|
416
417
|
use?: string | string[] | {
|
|
417
418
|
name: string;
|
|
418
419
|
fields?: string | undefined;
|
|
@@ -428,7 +429,6 @@ export declare const interpolatableRobotFileVerifyInstructionsWithHiddenFieldsSc
|
|
|
428
429
|
group_by_original?: boolean | undefined;
|
|
429
430
|
} | undefined;
|
|
430
431
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
431
|
-
result?: string | boolean | undefined;
|
|
432
432
|
queue?: string | undefined;
|
|
433
433
|
force_accept?: string | boolean | undefined;
|
|
434
434
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -61,8 +61,8 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
|
61
61
|
error_on_decline: z.ZodDefault<z.ZodBoolean>;
|
|
62
62
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
63
63
|
}, "strict", z.ZodTypeAny, {
|
|
64
|
-
robot: "/file/virusscan";
|
|
65
64
|
result: boolean;
|
|
65
|
+
robot: "/file/virusscan";
|
|
66
66
|
force_accept: boolean;
|
|
67
67
|
ignore_errors: string[];
|
|
68
68
|
error_on_decline: boolean;
|
|
@@ -85,6 +85,7 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
|
85
85
|
queue?: "batch" | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
robot: "/file/virusscan";
|
|
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 robotFileVirusscanInstructionsSchema: 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;
|
|
@@ -172,6 +172,7 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
172
172
|
ignore_errors: string[];
|
|
173
173
|
error_on_decline: boolean;
|
|
174
174
|
error_msg: string;
|
|
175
|
+
result?: boolean | "debug" | undefined;
|
|
175
176
|
use?: string | string[] | {
|
|
176
177
|
name: string;
|
|
177
178
|
fields?: string | undefined;
|
|
@@ -187,11 +188,11 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
187
188
|
group_by_original?: boolean | undefined;
|
|
188
189
|
} | undefined;
|
|
189
190
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
190
|
-
result?: boolean | "debug" | undefined;
|
|
191
191
|
queue?: "batch" | undefined;
|
|
192
192
|
can_use_daemon_fallback?: boolean | undefined;
|
|
193
193
|
}, {
|
|
194
194
|
robot: "/file/virusscan";
|
|
195
|
+
result?: boolean | "debug" | undefined;
|
|
195
196
|
use?: string | string[] | {
|
|
196
197
|
name: string;
|
|
197
198
|
fields?: string | undefined;
|
|
@@ -207,7 +208,6 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
207
208
|
group_by_original?: boolean | undefined;
|
|
208
209
|
} | undefined;
|
|
209
210
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
210
|
-
result?: boolean | "debug" | undefined;
|
|
211
211
|
queue?: "batch" | undefined;
|
|
212
212
|
force_accept?: boolean | undefined;
|
|
213
213
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -275,8 +275,8 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
275
275
|
error_on_decline: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
276
276
|
error_msg: z.ZodDefault<z.ZodString>;
|
|
277
277
|
}, "strict", z.ZodTypeAny, {
|
|
278
|
-
robot: "/file/virusscan";
|
|
279
278
|
result: string | boolean;
|
|
279
|
+
robot: "/file/virusscan";
|
|
280
280
|
force_accept: string | boolean;
|
|
281
281
|
ignore_errors: string | string[];
|
|
282
282
|
error_on_decline: string | boolean;
|
|
@@ -299,6 +299,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
299
299
|
queue?: string | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
robot: "/file/virusscan";
|
|
302
|
+
result?: string | boolean | undefined;
|
|
302
303
|
use?: string | string[] | {
|
|
303
304
|
name: string;
|
|
304
305
|
fields?: string | undefined;
|
|
@@ -314,7 +315,6 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
314
315
|
group_by_original?: boolean | undefined;
|
|
315
316
|
} | undefined;
|
|
316
317
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
317
|
-
result?: string | boolean | undefined;
|
|
318
318
|
queue?: string | undefined;
|
|
319
319
|
force_accept?: string | boolean | undefined;
|
|
320
320
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -387,6 +387,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
|
|
|
387
387
|
ignore_errors: string | string[];
|
|
388
388
|
error_on_decline: string | boolean;
|
|
389
389
|
error_msg: string;
|
|
390
|
+
result?: string | boolean | undefined;
|
|
390
391
|
use?: string | string[] | {
|
|
391
392
|
name: string;
|
|
392
393
|
fields?: string | undefined;
|
|
@@ -402,11 +403,11 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
|
|
|
402
403
|
group_by_original?: boolean | undefined;
|
|
403
404
|
} | undefined;
|
|
404
405
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
405
|
-
result?: string | boolean | undefined;
|
|
406
406
|
queue?: string | undefined;
|
|
407
407
|
can_use_daemon_fallback?: string | boolean | undefined;
|
|
408
408
|
}, {
|
|
409
409
|
robot: "/file/virusscan";
|
|
410
|
+
result?: string | boolean | undefined;
|
|
410
411
|
use?: string | string[] | {
|
|
411
412
|
name: string;
|
|
412
413
|
fields?: string | undefined;
|
|
@@ -422,7 +423,6 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
|
|
|
422
423
|
group_by_original?: boolean | undefined;
|
|
423
424
|
} | undefined;
|
|
424
425
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
425
|
-
result?: string | boolean | undefined;
|
|
426
426
|
queue?: string | undefined;
|
|
427
427
|
force_accept?: string | boolean | undefined;
|
|
428
428
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -60,8 +60,8 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
60
60
|
robot: z.ZodLiteral<"/file/watermark">;
|
|
61
61
|
randomize: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
|
-
robot: "/file/watermark";
|
|
64
63
|
result: boolean;
|
|
64
|
+
robot: "/file/watermark";
|
|
65
65
|
force_accept: boolean;
|
|
66
66
|
ignore_errors: string[];
|
|
67
67
|
use?: string | string[] | {
|
|
@@ -83,6 +83,7 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
83
83
|
randomize?: boolean | undefined;
|
|
84
84
|
}, {
|
|
85
85
|
robot: "/file/watermark";
|
|
86
|
+
result?: boolean | undefined;
|
|
86
87
|
use?: string | string[] | {
|
|
87
88
|
name: string;
|
|
88
89
|
fields?: string | undefined;
|
|
@@ -98,7 +99,6 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
98
99
|
group_by_original?: boolean | undefined;
|
|
99
100
|
} | undefined;
|
|
100
101
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
101
|
-
result?: boolean | undefined;
|
|
102
102
|
queue?: "batch" | undefined;
|
|
103
103
|
force_accept?: boolean | undefined;
|
|
104
104
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -165,6 +165,7 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
165
165
|
robot: "/file/watermark";
|
|
166
166
|
force_accept: boolean;
|
|
167
167
|
ignore_errors: string[];
|
|
168
|
+
result?: boolean | "debug" | undefined;
|
|
168
169
|
use?: string | string[] | {
|
|
169
170
|
name: string;
|
|
170
171
|
fields?: string | undefined;
|
|
@@ -180,11 +181,11 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
180
181
|
group_by_original?: boolean | undefined;
|
|
181
182
|
} | undefined;
|
|
182
183
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
183
|
-
result?: boolean | "debug" | undefined;
|
|
184
184
|
queue?: "batch" | undefined;
|
|
185
185
|
randomize?: boolean | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
robot: "/file/watermark";
|
|
188
|
+
result?: boolean | "debug" | undefined;
|
|
188
189
|
use?: string | string[] | {
|
|
189
190
|
name: string;
|
|
190
191
|
fields?: string | undefined;
|
|
@@ -200,7 +201,6 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
200
201
|
group_by_original?: boolean | undefined;
|
|
201
202
|
} | undefined;
|
|
202
203
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
203
|
-
result?: boolean | "debug" | undefined;
|
|
204
204
|
queue?: "batch" | undefined;
|
|
205
205
|
force_accept?: boolean | undefined;
|
|
206
206
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -265,8 +265,8 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
265
265
|
robot: z.ZodLiteral<"/file/watermark">;
|
|
266
266
|
randomize: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
267
267
|
}, "strict", z.ZodTypeAny, {
|
|
268
|
-
robot: "/file/watermark";
|
|
269
268
|
result: string | boolean;
|
|
269
|
+
robot: "/file/watermark";
|
|
270
270
|
force_accept: string | boolean;
|
|
271
271
|
ignore_errors: string | string[];
|
|
272
272
|
use?: string | string[] | {
|
|
@@ -288,6 +288,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
288
288
|
randomize?: string | boolean | undefined;
|
|
289
289
|
}, {
|
|
290
290
|
robot: "/file/watermark";
|
|
291
|
+
result?: string | boolean | undefined;
|
|
291
292
|
use?: string | string[] | {
|
|
292
293
|
name: string;
|
|
293
294
|
fields?: string | undefined;
|
|
@@ -303,7 +304,6 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
303
304
|
group_by_original?: boolean | undefined;
|
|
304
305
|
} | undefined;
|
|
305
306
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
306
|
-
result?: string | boolean | undefined;
|
|
307
307
|
queue?: string | undefined;
|
|
308
308
|
force_accept?: string | boolean | undefined;
|
|
309
309
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -371,6 +371,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
|
|
|
371
371
|
robot: "/file/watermark";
|
|
372
372
|
force_accept: string | boolean;
|
|
373
373
|
ignore_errors: string | string[];
|
|
374
|
+
result?: string | boolean | undefined;
|
|
374
375
|
use?: string | string[] | {
|
|
375
376
|
name: string;
|
|
376
377
|
fields?: string | undefined;
|
|
@@ -386,11 +387,11 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
|
|
|
386
387
|
group_by_original?: boolean | undefined;
|
|
387
388
|
} | undefined;
|
|
388
389
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
389
|
-
result?: string | boolean | undefined;
|
|
390
390
|
queue?: string | undefined;
|
|
391
391
|
randomize?: string | boolean | undefined;
|
|
392
392
|
}, {
|
|
393
393
|
robot: "/file/watermark";
|
|
394
|
+
result?: string | boolean | undefined;
|
|
394
395
|
use?: string | string[] | {
|
|
395
396
|
name: string;
|
|
396
397
|
fields?: string | undefined;
|
|
@@ -406,7 +407,6 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
|
|
|
406
407
|
group_by_original?: boolean | undefined;
|
|
407
408
|
} | undefined;
|
|
408
409
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
409
|
-
result?: string | boolean | undefined;
|
|
410
410
|
queue?: string | undefined;
|
|
411
411
|
force_accept?: string | boolean | undefined;
|
|
412
412
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -22,8 +22,8 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
|
22
22
|
}, "strict", z.ZodTypeAny, {
|
|
23
23
|
path: string | string[];
|
|
24
24
|
port: number;
|
|
25
|
-
robot: "/ftp/import";
|
|
26
25
|
result: boolean;
|
|
26
|
+
robot: "/ftp/import";
|
|
27
27
|
force_accept: boolean;
|
|
28
28
|
ignore_errors: string[];
|
|
29
29
|
force_name: string | string[] | null;
|
|
@@ -39,9 +39,9 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
|
39
39
|
robot: "/ftp/import";
|
|
40
40
|
host?: string | undefined;
|
|
41
41
|
port?: number | undefined;
|
|
42
|
+
result?: boolean | undefined;
|
|
42
43
|
password?: string | undefined;
|
|
43
44
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
44
|
-
result?: boolean | undefined;
|
|
45
45
|
queue?: "batch" | undefined;
|
|
46
46
|
force_accept?: boolean | undefined;
|
|
47
47
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -75,9 +75,9 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
75
75
|
force_name: string | string[] | null;
|
|
76
76
|
passive_mode: boolean;
|
|
77
77
|
host?: string | undefined;
|
|
78
|
+
result?: boolean | "debug" | undefined;
|
|
78
79
|
password?: string | undefined;
|
|
79
80
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
80
|
-
result?: boolean | "debug" | undefined;
|
|
81
81
|
queue?: "batch" | undefined;
|
|
82
82
|
credentials?: string | undefined;
|
|
83
83
|
user?: string | undefined;
|
|
@@ -86,9 +86,9 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
86
86
|
robot: "/ftp/import";
|
|
87
87
|
host?: string | undefined;
|
|
88
88
|
port?: number | undefined;
|
|
89
|
+
result?: boolean | "debug" | undefined;
|
|
89
90
|
password?: string | undefined;
|
|
90
91
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
91
|
-
result?: boolean | "debug" | undefined;
|
|
92
92
|
queue?: "batch" | undefined;
|
|
93
93
|
force_accept?: boolean | undefined;
|
|
94
94
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -117,8 +117,8 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
|
|
|
117
117
|
}, "strict", z.ZodTypeAny, {
|
|
118
118
|
path: string | string[];
|
|
119
119
|
port: string | number;
|
|
120
|
-
robot: "/ftp/import";
|
|
121
120
|
result: string | boolean;
|
|
121
|
+
robot: "/ftp/import";
|
|
122
122
|
force_accept: string | boolean;
|
|
123
123
|
ignore_errors: string | string[];
|
|
124
124
|
force_name: string | string[] | null;
|
|
@@ -134,9 +134,9 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
|
|
|
134
134
|
robot: "/ftp/import";
|
|
135
135
|
host?: string | undefined;
|
|
136
136
|
port?: string | number | undefined;
|
|
137
|
+
result?: string | boolean | undefined;
|
|
137
138
|
password?: string | undefined;
|
|
138
139
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
139
|
-
result?: string | boolean | undefined;
|
|
140
140
|
queue?: string | undefined;
|
|
141
141
|
force_accept?: string | boolean | undefined;
|
|
142
142
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -171,9 +171,9 @@ export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSch
|
|
|
171
171
|
force_name: string | string[] | null;
|
|
172
172
|
passive_mode: string | boolean;
|
|
173
173
|
host?: string | undefined;
|
|
174
|
+
result?: string | boolean | undefined;
|
|
174
175
|
password?: string | undefined;
|
|
175
176
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
176
|
-
result?: string | boolean | undefined;
|
|
177
177
|
queue?: string | undefined;
|
|
178
178
|
credentials?: string | undefined;
|
|
179
179
|
user?: string | undefined;
|
|
@@ -182,9 +182,9 @@ export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSch
|
|
|
182
182
|
robot: "/ftp/import";
|
|
183
183
|
host?: string | undefined;
|
|
184
184
|
port?: string | number | undefined;
|
|
185
|
+
result?: string | boolean | undefined;
|
|
185
186
|
password?: string | undefined;
|
|
186
187
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
187
|
-
result?: string | boolean | undefined;
|
|
188
188
|
queue?: string | undefined;
|
|
189
189
|
force_accept?: string | boolean | undefined;
|
|
190
190
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|