transloadit 4.1.2 → 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 +2 -1
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +1 -1
- 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/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 +2 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- 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 +1 -1
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +3 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -257
|
@@ -23,8 +23,8 @@ export declare const robotAzureImportInstructionsSchema: z.ZodObject<{
|
|
|
23
23
|
}, "strict", z.ZodTypeAny, {
|
|
24
24
|
path: string | string[];
|
|
25
25
|
recursive: boolean;
|
|
26
|
-
robot: "/azure/import";
|
|
27
26
|
result: boolean;
|
|
27
|
+
robot: "/azure/import";
|
|
28
28
|
force_accept: boolean;
|
|
29
29
|
ignore_errors: string[];
|
|
30
30
|
force_name: string | string[] | null;
|
|
@@ -41,8 +41,8 @@ export declare const robotAzureImportInstructionsSchema: z.ZodObject<{
|
|
|
41
41
|
robot: "/azure/import";
|
|
42
42
|
key?: string | undefined;
|
|
43
43
|
recursive?: boolean | undefined;
|
|
44
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
45
44
|
result?: boolean | undefined;
|
|
45
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
46
46
|
queue?: "batch" | undefined;
|
|
47
47
|
force_accept?: boolean | undefined;
|
|
48
48
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -80,8 +80,8 @@ export declare const robotAzureImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
80
80
|
next_page_token: string;
|
|
81
81
|
files_per_page: number;
|
|
82
82
|
key?: string | undefined;
|
|
83
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
84
83
|
result?: boolean | "debug" | undefined;
|
|
84
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
85
85
|
queue?: "batch" | undefined;
|
|
86
86
|
credentials?: string | undefined;
|
|
87
87
|
account?: string | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const robotAzureImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
91
91
|
robot: "/azure/import";
|
|
92
92
|
key?: string | undefined;
|
|
93
93
|
recursive?: boolean | 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;
|
|
@@ -124,8 +124,8 @@ export declare const interpolatableRobotAzureImportInstructionsSchema: z.ZodObje
|
|
|
124
124
|
}, "strict", z.ZodTypeAny, {
|
|
125
125
|
path: string | string[];
|
|
126
126
|
recursive: string | boolean;
|
|
127
|
-
robot: "/azure/import";
|
|
128
127
|
result: string | boolean;
|
|
128
|
+
robot: "/azure/import";
|
|
129
129
|
force_accept: string | boolean;
|
|
130
130
|
ignore_errors: string | string[];
|
|
131
131
|
force_name: string | string[] | null;
|
|
@@ -142,8 +142,8 @@ export declare const interpolatableRobotAzureImportInstructionsSchema: z.ZodObje
|
|
|
142
142
|
robot: "/azure/import";
|
|
143
143
|
key?: string | undefined;
|
|
144
144
|
recursive?: string | boolean | 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;
|
|
@@ -182,8 +182,8 @@ export declare const interpolatableRobotAzureImportInstructionsWithHiddenFieldsS
|
|
|
182
182
|
next_page_token: string;
|
|
183
183
|
files_per_page: string | number;
|
|
184
184
|
key?: string | undefined;
|
|
185
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
186
185
|
result?: string | boolean | undefined;
|
|
186
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
187
187
|
queue?: string | undefined;
|
|
188
188
|
credentials?: string | undefined;
|
|
189
189
|
account?: string | undefined;
|
|
@@ -193,8 +193,8 @@ export declare const interpolatableRobotAzureImportInstructionsWithHiddenFieldsS
|
|
|
193
193
|
robot: "/azure/import";
|
|
194
194
|
key?: string | undefined;
|
|
195
195
|
recursive?: string | boolean | undefined;
|
|
196
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
197
196
|
result?: string | boolean | undefined;
|
|
197
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
198
198
|
queue?: string | undefined;
|
|
199
199
|
force_accept?: string | boolean | undefined;
|
|
200
200
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -74,8 +74,8 @@ export declare const robotAzureStoreInstructionsSchema: z.ZodObject<{
|
|
|
74
74
|
sas_permissions: z.ZodOptional<z.ZodString>;
|
|
75
75
|
}, "strict", z.ZodTypeAny, {
|
|
76
76
|
path: string;
|
|
77
|
-
robot: "/azure/store";
|
|
78
77
|
result: boolean;
|
|
78
|
+
robot: "/azure/store";
|
|
79
79
|
force_accept: boolean;
|
|
80
80
|
ignore_errors: string[];
|
|
81
81
|
metadata: Record<string, string>;
|
|
@@ -110,6 +110,7 @@ export declare const robotAzureStoreInstructionsSchema: z.ZodObject<{
|
|
|
110
110
|
robot: "/azure/store";
|
|
111
111
|
path?: string | undefined;
|
|
112
112
|
key?: string | undefined;
|
|
113
|
+
result?: boolean | undefined;
|
|
113
114
|
use?: string | string[] | {
|
|
114
115
|
name: string;
|
|
115
116
|
fields?: string | undefined;
|
|
@@ -125,7 +126,6 @@ export declare const robotAzureStoreInstructionsSchema: z.ZodObject<{
|
|
|
125
126
|
group_by_original?: boolean | undefined;
|
|
126
127
|
} | undefined;
|
|
127
128
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
128
|
-
result?: boolean | undefined;
|
|
129
129
|
queue?: "batch" | undefined;
|
|
130
130
|
force_accept?: boolean | undefined;
|
|
131
131
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -217,6 +217,7 @@ export declare const robotAzureStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
217
217
|
ignore_errors: string[];
|
|
218
218
|
metadata: Record<string, string>;
|
|
219
219
|
key?: string | undefined;
|
|
220
|
+
result?: boolean | "debug" | undefined;
|
|
220
221
|
use?: string | string[] | {
|
|
221
222
|
name: string;
|
|
222
223
|
fields?: string | undefined;
|
|
@@ -232,7 +233,6 @@ export declare const robotAzureStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
232
233
|
group_by_original?: boolean | undefined;
|
|
233
234
|
} | undefined;
|
|
234
235
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
235
|
-
result?: boolean | "debug" | undefined;
|
|
236
236
|
queue?: "batch" | undefined;
|
|
237
237
|
credentials?: string | undefined;
|
|
238
238
|
account?: string | undefined;
|
|
@@ -248,6 +248,7 @@ export declare const robotAzureStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
248
248
|
robot: "/azure/store";
|
|
249
249
|
path?: string | undefined;
|
|
250
250
|
key?: string | undefined;
|
|
251
|
+
result?: boolean | "debug" | undefined;
|
|
251
252
|
use?: string | string[] | {
|
|
252
253
|
name: string;
|
|
253
254
|
fields?: string | undefined;
|
|
@@ -263,7 +264,6 @@ export declare const robotAzureStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
263
264
|
group_by_original?: boolean | undefined;
|
|
264
265
|
} | undefined;
|
|
265
266
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
266
|
-
result?: boolean | "debug" | undefined;
|
|
267
267
|
queue?: "batch" | undefined;
|
|
268
268
|
force_accept?: boolean | undefined;
|
|
269
269
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -351,8 +351,8 @@ export declare const interpolatableRobotAzureStoreInstructionsSchema: z.ZodObjec
|
|
|
351
351
|
sas_permissions: z.ZodOptional<z.ZodString>;
|
|
352
352
|
}, "strict", z.ZodTypeAny, {
|
|
353
353
|
path: string;
|
|
354
|
-
robot: "/azure/store";
|
|
355
354
|
result: string | boolean;
|
|
355
|
+
robot: "/azure/store";
|
|
356
356
|
force_accept: string | boolean;
|
|
357
357
|
ignore_errors: string | string[];
|
|
358
358
|
metadata: Record<string, string>;
|
|
@@ -387,6 +387,7 @@ export declare const interpolatableRobotAzureStoreInstructionsSchema: z.ZodObjec
|
|
|
387
387
|
robot: "/azure/store";
|
|
388
388
|
path?: string | undefined;
|
|
389
389
|
key?: string | undefined;
|
|
390
|
+
result?: string | boolean | undefined;
|
|
390
391
|
use?: string | string[] | {
|
|
391
392
|
name: string;
|
|
392
393
|
fields?: string | undefined;
|
|
@@ -402,7 +403,6 @@ export declare const interpolatableRobotAzureStoreInstructionsSchema: z.ZodObjec
|
|
|
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
|
force_accept?: string | boolean | undefined;
|
|
408
408
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -495,6 +495,7 @@ export declare const interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSc
|
|
|
495
495
|
ignore_errors: string | string[];
|
|
496
496
|
metadata: Record<string, string>;
|
|
497
497
|
key?: 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 interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSc
|
|
|
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
|
credentials?: string | undefined;
|
|
516
516
|
account?: string | undefined;
|
|
@@ -526,6 +526,7 @@ export declare const interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSc
|
|
|
526
526
|
robot: "/azure/store";
|
|
527
527
|
path?: string | undefined;
|
|
528
528
|
key?: string | undefined;
|
|
529
|
+
result?: string | boolean | undefined;
|
|
529
530
|
use?: string | string[] | {
|
|
530
531
|
name: string;
|
|
531
532
|
fields?: string | undefined;
|
|
@@ -541,7 +542,6 @@ export declare const interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSc
|
|
|
541
542
|
group_by_original?: boolean | undefined;
|
|
542
543
|
} | undefined;
|
|
543
544
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
544
|
-
result?: string | boolean | undefined;
|
|
545
545
|
queue?: string | undefined;
|
|
546
546
|
force_accept?: string | boolean | undefined;
|
|
547
547
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -23,8 +23,8 @@ export declare const robotBackblazeImportInstructionsSchema: z.ZodObject<{
|
|
|
23
23
|
}, "strict", z.ZodTypeAny, {
|
|
24
24
|
path: string | string[];
|
|
25
25
|
recursive: boolean;
|
|
26
|
-
robot: "/backblaze/import";
|
|
27
26
|
result: boolean;
|
|
27
|
+
robot: "/backblaze/import";
|
|
28
28
|
force_accept: boolean;
|
|
29
29
|
ignore_errors: string[];
|
|
30
30
|
force_name: string | string[] | null;
|
|
@@ -40,8 +40,8 @@ export declare const robotBackblazeImportInstructionsSchema: z.ZodObject<{
|
|
|
40
40
|
path: string | string[];
|
|
41
41
|
robot: "/backblaze/import";
|
|
42
42
|
recursive?: boolean | undefined;
|
|
43
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
44
43
|
result?: boolean | undefined;
|
|
44
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
45
45
|
queue?: "batch" | undefined;
|
|
46
46
|
force_accept?: boolean | undefined;
|
|
47
47
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -79,8 +79,8 @@ export declare const robotBackblazeImportInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
79
79
|
force_name: string | string[] | null;
|
|
80
80
|
files_per_page: number;
|
|
81
81
|
start_file_name: string;
|
|
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
|
credentials?: string | undefined;
|
|
86
86
|
bucket?: string | undefined;
|
|
@@ -90,8 +90,8 @@ export declare const robotBackblazeImportInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
90
90
|
path: string | string[];
|
|
91
91
|
robot: "/backblaze/import";
|
|
92
92
|
recursive?: boolean | 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
|
force_accept?: boolean | undefined;
|
|
97
97
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -124,8 +124,8 @@ export declare const interpolatableRobotBackblazeImportInstructionsSchema: z.Zod
|
|
|
124
124
|
}, "strict", z.ZodTypeAny, {
|
|
125
125
|
path: string | string[];
|
|
126
126
|
recursive: string | boolean;
|
|
127
|
-
robot: "/backblaze/import";
|
|
128
127
|
result: string | boolean;
|
|
128
|
+
robot: "/backblaze/import";
|
|
129
129
|
force_accept: string | boolean;
|
|
130
130
|
ignore_errors: string | string[];
|
|
131
131
|
force_name: string | string[] | null;
|
|
@@ -141,8 +141,8 @@ export declare const interpolatableRobotBackblazeImportInstructionsSchema: z.Zod
|
|
|
141
141
|
path: string | string[];
|
|
142
142
|
robot: "/backblaze/import";
|
|
143
143
|
recursive?: string | boolean | undefined;
|
|
144
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
145
144
|
result?: string | boolean | undefined;
|
|
145
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
146
146
|
queue?: string | undefined;
|
|
147
147
|
force_accept?: string | boolean | undefined;
|
|
148
148
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -181,8 +181,8 @@ export declare const interpolatableRobotBackblazeImportInstructionsWithHiddenFie
|
|
|
181
181
|
force_name: string | string[] | null;
|
|
182
182
|
files_per_page: string | number;
|
|
183
183
|
start_file_name: string;
|
|
184
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
185
184
|
result?: string | boolean | undefined;
|
|
185
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
186
186
|
queue?: string | undefined;
|
|
187
187
|
credentials?: string | undefined;
|
|
188
188
|
bucket?: string | undefined;
|
|
@@ -192,8 +192,8 @@ export declare const interpolatableRobotBackblazeImportInstructionsWithHiddenFie
|
|
|
192
192
|
path: string | string[];
|
|
193
193
|
robot: "/backblaze/import";
|
|
194
194
|
recursive?: string | boolean | undefined;
|
|
195
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
196
195
|
result?: string | boolean | undefined;
|
|
196
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
197
197
|
queue?: string | undefined;
|
|
198
198
|
force_accept?: string | boolean | undefined;
|
|
199
199
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -68,8 +68,8 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
68
68
|
}, "strict", z.ZodTypeAny, {
|
|
69
69
|
headers: Record<string, string>;
|
|
70
70
|
path: string;
|
|
71
|
-
robot: "/backblaze/store";
|
|
72
71
|
result: boolean;
|
|
72
|
+
robot: "/backblaze/store";
|
|
73
73
|
force_accept: boolean;
|
|
74
74
|
ignore_errors: string[];
|
|
75
75
|
use?: string | string[] | {
|
|
@@ -96,6 +96,7 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
96
96
|
robot: "/backblaze/store";
|
|
97
97
|
headers?: Record<string, string> | undefined;
|
|
98
98
|
path?: string | undefined;
|
|
99
|
+
result?: boolean | undefined;
|
|
99
100
|
use?: string | string[] | {
|
|
100
101
|
name: string;
|
|
101
102
|
fields?: string | undefined;
|
|
@@ -111,7 +112,6 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
111
112
|
group_by_original?: boolean | undefined;
|
|
112
113
|
} | undefined;
|
|
113
114
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
114
|
-
result?: boolean | undefined;
|
|
115
115
|
queue?: "batch" | undefined;
|
|
116
116
|
force_accept?: boolean | undefined;
|
|
117
117
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -188,6 +188,7 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
188
188
|
robot: "/backblaze/store";
|
|
189
189
|
force_accept: boolean;
|
|
190
190
|
ignore_errors: string[];
|
|
191
|
+
result?: boolean | "debug" | undefined;
|
|
191
192
|
use?: string | string[] | {
|
|
192
193
|
name: string;
|
|
193
194
|
fields?: string | undefined;
|
|
@@ -203,7 +204,6 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
203
204
|
group_by_original?: boolean | undefined;
|
|
204
205
|
} | undefined;
|
|
205
206
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
206
|
-
result?: boolean | "debug" | undefined;
|
|
207
207
|
queue?: "batch" | undefined;
|
|
208
208
|
credentials?: string | undefined;
|
|
209
209
|
bucket?: string | undefined;
|
|
@@ -213,6 +213,7 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
213
213
|
robot: "/backblaze/store";
|
|
214
214
|
headers?: Record<string, string> | undefined;
|
|
215
215
|
path?: string | undefined;
|
|
216
|
+
result?: boolean | "debug" | undefined;
|
|
216
217
|
use?: string | string[] | {
|
|
217
218
|
name: string;
|
|
218
219
|
fields?: string | undefined;
|
|
@@ -228,7 +229,6 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
228
229
|
group_by_original?: boolean | undefined;
|
|
229
230
|
} | undefined;
|
|
230
231
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
231
|
-
result?: boolean | "debug" | undefined;
|
|
232
232
|
queue?: "batch" | undefined;
|
|
233
233
|
force_accept?: boolean | undefined;
|
|
234
234
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -303,8 +303,8 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
303
303
|
}, "strict", z.ZodTypeAny, {
|
|
304
304
|
headers: Record<string, string>;
|
|
305
305
|
path: string;
|
|
306
|
-
robot: "/backblaze/store";
|
|
307
306
|
result: string | boolean;
|
|
307
|
+
robot: "/backblaze/store";
|
|
308
308
|
force_accept: string | boolean;
|
|
309
309
|
ignore_errors: string | string[];
|
|
310
310
|
use?: string | string[] | {
|
|
@@ -331,6 +331,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
331
331
|
robot: "/backblaze/store";
|
|
332
332
|
headers?: Record<string, string> | undefined;
|
|
333
333
|
path?: string | undefined;
|
|
334
|
+
result?: string | boolean | undefined;
|
|
334
335
|
use?: string | string[] | {
|
|
335
336
|
name: string;
|
|
336
337
|
fields?: string | undefined;
|
|
@@ -346,7 +347,6 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
346
347
|
group_by_original?: boolean | undefined;
|
|
347
348
|
} | undefined;
|
|
348
349
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
349
|
-
result?: string | boolean | undefined;
|
|
350
350
|
queue?: string | undefined;
|
|
351
351
|
force_accept?: string | boolean | undefined;
|
|
352
352
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -424,6 +424,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
424
424
|
robot: "/backblaze/store";
|
|
425
425
|
force_accept: string | boolean;
|
|
426
426
|
ignore_errors: string | string[];
|
|
427
|
+
result?: string | boolean | undefined;
|
|
427
428
|
use?: string | string[] | {
|
|
428
429
|
name: string;
|
|
429
430
|
fields?: string | undefined;
|
|
@@ -439,7 +440,6 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
439
440
|
group_by_original?: boolean | undefined;
|
|
440
441
|
} | undefined;
|
|
441
442
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
442
|
-
result?: string | boolean | undefined;
|
|
443
443
|
queue?: string | undefined;
|
|
444
444
|
credentials?: string | undefined;
|
|
445
445
|
bucket?: string | undefined;
|
|
@@ -449,6 +449,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
449
449
|
robot: "/backblaze/store";
|
|
450
450
|
headers?: Record<string, string> | undefined;
|
|
451
451
|
path?: string | undefined;
|
|
452
|
+
result?: string | boolean | undefined;
|
|
452
453
|
use?: string | string[] | {
|
|
453
454
|
name: string;
|
|
454
455
|
fields?: string | undefined;
|
|
@@ -464,7 +465,6 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
464
465
|
group_by_original?: boolean | undefined;
|
|
465
466
|
} | undefined;
|
|
466
467
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
467
|
-
result?: string | boolean | undefined;
|
|
468
468
|
queue?: string | undefined;
|
|
469
469
|
force_accept?: string | boolean | undefined;
|
|
470
470
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const robotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
|
25
25
|
}, "strict", z.ZodTypeAny, {
|
|
26
26
|
path: string | string[];
|
|
27
27
|
recursive: boolean;
|
|
28
|
-
robot: "/cloudfiles/import";
|
|
29
28
|
result: boolean;
|
|
29
|
+
robot: "/cloudfiles/import";
|
|
30
30
|
force_accept: boolean;
|
|
31
31
|
ignore_errors: string[];
|
|
32
32
|
force_name: string | string[] | null;
|
|
@@ -45,8 +45,8 @@ export declare const robotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
|
45
45
|
robot: "/cloudfiles/import";
|
|
46
46
|
key?: string | undefined;
|
|
47
47
|
recursive?: boolean | undefined;
|
|
48
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
49
48
|
result?: boolean | undefined;
|
|
49
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
50
50
|
queue?: "batch" | undefined;
|
|
51
51
|
force_accept?: boolean | undefined;
|
|
52
52
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -88,8 +88,8 @@ export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
88
88
|
files_per_page: number;
|
|
89
89
|
page_number: number;
|
|
90
90
|
key?: string | undefined;
|
|
91
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
92
91
|
result?: boolean | "debug" | undefined;
|
|
92
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
93
93
|
queue?: "batch" | undefined;
|
|
94
94
|
credentials?: string | undefined;
|
|
95
95
|
container?: string | undefined;
|
|
@@ -101,8 +101,8 @@ export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
101
101
|
robot: "/cloudfiles/import";
|
|
102
102
|
key?: string | undefined;
|
|
103
103
|
recursive?: boolean | undefined;
|
|
104
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
105
104
|
result?: boolean | "debug" | undefined;
|
|
105
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
106
106
|
queue?: "batch" | undefined;
|
|
107
107
|
force_accept?: boolean | undefined;
|
|
108
108
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -138,8 +138,8 @@ export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.Zo
|
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
139
|
path: string | string[];
|
|
140
140
|
recursive: string | boolean;
|
|
141
|
-
robot: "/cloudfiles/import";
|
|
142
141
|
result: string | boolean;
|
|
142
|
+
robot: "/cloudfiles/import";
|
|
143
143
|
force_accept: string | boolean;
|
|
144
144
|
ignore_errors: string | string[];
|
|
145
145
|
force_name: string | string[] | null;
|
|
@@ -158,8 +158,8 @@ export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.Zo
|
|
|
158
158
|
robot: "/cloudfiles/import";
|
|
159
159
|
key?: string | undefined;
|
|
160
160
|
recursive?: string | boolean | undefined;
|
|
161
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
162
161
|
result?: string | boolean | undefined;
|
|
162
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
163
163
|
queue?: string | undefined;
|
|
164
164
|
force_accept?: string | boolean | undefined;
|
|
165
165
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -202,8 +202,8 @@ export declare const interpolatableRobotCloudfilesImportInstructionsWithHiddenFi
|
|
|
202
202
|
files_per_page: string | number;
|
|
203
203
|
page_number: string | number;
|
|
204
204
|
key?: string | undefined;
|
|
205
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
206
205
|
result?: string | boolean | undefined;
|
|
206
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
207
207
|
queue?: string | undefined;
|
|
208
208
|
credentials?: string | undefined;
|
|
209
209
|
container?: string | undefined;
|
|
@@ -215,8 +215,8 @@ export declare const interpolatableRobotCloudfilesImportInstructionsWithHiddenFi
|
|
|
215
215
|
robot: "/cloudfiles/import";
|
|
216
216
|
key?: string | undefined;
|
|
217
217
|
recursive?: string | boolean | undefined;
|
|
218
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
219
218
|
result?: string | boolean | undefined;
|
|
219
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
220
220
|
queue?: string | undefined;
|
|
221
221
|
force_accept?: string | boolean | undefined;
|
|
222
222
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -68,8 +68,8 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
68
68
|
path: z.ZodDefault<z.ZodString>;
|
|
69
69
|
}, "strict", z.ZodTypeAny, {
|
|
70
70
|
path: string;
|
|
71
|
-
robot: "/cloudfiles/store";
|
|
72
71
|
result: boolean;
|
|
72
|
+
robot: "/cloudfiles/store";
|
|
73
73
|
force_accept: boolean;
|
|
74
74
|
ignore_errors: string[];
|
|
75
75
|
key?: string | undefined;
|
|
@@ -98,6 +98,7 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
98
98
|
robot: "/cloudfiles/store";
|
|
99
99
|
path?: string | undefined;
|
|
100
100
|
key?: string | undefined;
|
|
101
|
+
result?: boolean | undefined;
|
|
101
102
|
use?: string | string[] | {
|
|
102
103
|
name: string;
|
|
103
104
|
fields?: string | undefined;
|
|
@@ -113,7 +114,6 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
113
114
|
group_by_original?: boolean | undefined;
|
|
114
115
|
} | undefined;
|
|
115
116
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
116
|
-
result?: boolean | undefined;
|
|
117
117
|
queue?: "batch" | undefined;
|
|
118
118
|
force_accept?: boolean | undefined;
|
|
119
119
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -192,6 +192,7 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
192
192
|
force_accept: boolean;
|
|
193
193
|
ignore_errors: string[];
|
|
194
194
|
key?: string | undefined;
|
|
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 robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
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
|
credentials?: string | undefined;
|
|
213
213
|
container?: string | undefined;
|
|
@@ -218,6 +218,7 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
218
218
|
robot: "/cloudfiles/store";
|
|
219
219
|
path?: string | undefined;
|
|
220
220
|
key?: string | undefined;
|
|
221
|
+
result?: boolean | "debug" | undefined;
|
|
221
222
|
use?: string | string[] | {
|
|
222
223
|
name: string;
|
|
223
224
|
fields?: string | undefined;
|
|
@@ -233,7 +234,6 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
233
234
|
group_by_original?: boolean | undefined;
|
|
234
235
|
} | undefined;
|
|
235
236
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
236
|
-
result?: boolean | "debug" | undefined;
|
|
237
237
|
queue?: "batch" | undefined;
|
|
238
238
|
force_accept?: boolean | undefined;
|
|
239
239
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -309,8 +309,8 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
309
309
|
path: z.ZodDefault<z.ZodString>;
|
|
310
310
|
}, "strict", z.ZodTypeAny, {
|
|
311
311
|
path: string;
|
|
312
|
-
robot: "/cloudfiles/store";
|
|
313
312
|
result: string | boolean;
|
|
313
|
+
robot: "/cloudfiles/store";
|
|
314
314
|
force_accept: string | boolean;
|
|
315
315
|
ignore_errors: string | string[];
|
|
316
316
|
key?: string | undefined;
|
|
@@ -339,6 +339,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
339
339
|
robot: "/cloudfiles/store";
|
|
340
340
|
path?: string | undefined;
|
|
341
341
|
key?: string | undefined;
|
|
342
|
+
result?: string | boolean | undefined;
|
|
342
343
|
use?: string | string[] | {
|
|
343
344
|
name: string;
|
|
344
345
|
fields?: string | undefined;
|
|
@@ -354,7 +355,6 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
354
355
|
group_by_original?: boolean | undefined;
|
|
355
356
|
} | undefined;
|
|
356
357
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
357
|
-
result?: string | boolean | undefined;
|
|
358
358
|
queue?: string | undefined;
|
|
359
359
|
force_accept?: string | boolean | undefined;
|
|
360
360
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -434,6 +434,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
434
434
|
force_accept: string | boolean;
|
|
435
435
|
ignore_errors: string | string[];
|
|
436
436
|
key?: string | undefined;
|
|
437
|
+
result?: string | boolean | undefined;
|
|
437
438
|
use?: string | string[] | {
|
|
438
439
|
name: string;
|
|
439
440
|
fields?: string | undefined;
|
|
@@ -449,7 +450,6 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
449
450
|
group_by_original?: boolean | undefined;
|
|
450
451
|
} | undefined;
|
|
451
452
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
452
|
-
result?: string | boolean | undefined;
|
|
453
453
|
queue?: string | undefined;
|
|
454
454
|
credentials?: string | undefined;
|
|
455
455
|
container?: string | undefined;
|
|
@@ -460,6 +460,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
460
460
|
robot: "/cloudfiles/store";
|
|
461
461
|
path?: string | undefined;
|
|
462
462
|
key?: string | undefined;
|
|
463
|
+
result?: string | boolean | undefined;
|
|
463
464
|
use?: string | string[] | {
|
|
464
465
|
name: string;
|
|
465
466
|
fields?: string | undefined;
|
|
@@ -475,7 +476,6 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
475
476
|
group_by_original?: boolean | undefined;
|
|
476
477
|
} | undefined;
|
|
477
478
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
478
|
-
result?: string | boolean | undefined;
|
|
479
479
|
queue?: string | undefined;
|
|
480
480
|
force_accept?: string | boolean | undefined;
|
|
481
481
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const robotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
|
25
25
|
}, "strict", z.ZodTypeAny, {
|
|
26
26
|
path: string | string[];
|
|
27
27
|
recursive: boolean;
|
|
28
|
-
robot: "/cloudflare/import";
|
|
29
28
|
result: boolean;
|
|
29
|
+
robot: "/cloudflare/import";
|
|
30
30
|
force_accept: boolean;
|
|
31
31
|
ignore_errors: string[];
|
|
32
32
|
force_name: string | string[] | null;
|
|
@@ -47,8 +47,8 @@ export declare const robotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
|
47
47
|
key?: string | undefined;
|
|
48
48
|
secret?: string | undefined;
|
|
49
49
|
recursive?: boolean | undefined;
|
|
50
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
51
50
|
result?: boolean | undefined;
|
|
51
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
52
52
|
queue?: "batch" | undefined;
|
|
53
53
|
force_accept?: boolean | undefined;
|
|
54
54
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -91,8 +91,8 @@ export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
91
91
|
host?: string | undefined;
|
|
92
92
|
key?: string | undefined;
|
|
93
93
|
secret?: 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
|
credentials?: string | undefined;
|
|
98
98
|
bucket?: string | undefined;
|
|
@@ -103,8 +103,8 @@ export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
103
103
|
key?: string | undefined;
|
|
104
104
|
secret?: string | undefined;
|
|
105
105
|
recursive?: boolean | undefined;
|
|
106
|
-
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
107
106
|
result?: boolean | "debug" | undefined;
|
|
107
|
+
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
108
108
|
queue?: "batch" | undefined;
|
|
109
109
|
force_accept?: boolean | undefined;
|
|
110
110
|
ignore_errors?: boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -138,8 +138,8 @@ export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.Zo
|
|
|
138
138
|
}, "strict", z.ZodTypeAny, {
|
|
139
139
|
path: string | string[];
|
|
140
140
|
recursive: string | boolean;
|
|
141
|
-
robot: "/cloudflare/import";
|
|
142
141
|
result: string | boolean;
|
|
142
|
+
robot: "/cloudflare/import";
|
|
143
143
|
force_accept: string | boolean;
|
|
144
144
|
ignore_errors: string | string[];
|
|
145
145
|
force_name: string | string[] | null;
|
|
@@ -160,8 +160,8 @@ export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.Zo
|
|
|
160
160
|
key?: string | undefined;
|
|
161
161
|
secret?: string | undefined;
|
|
162
162
|
recursive?: string | boolean | undefined;
|
|
163
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
164
163
|
result?: string | boolean | undefined;
|
|
164
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
165
165
|
queue?: string | undefined;
|
|
166
166
|
force_accept?: string | boolean | undefined;
|
|
167
167
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|
|
@@ -205,8 +205,8 @@ export declare const interpolatableRobotCloudflareImportInstructionsWithHiddenFi
|
|
|
205
205
|
host?: string | undefined;
|
|
206
206
|
key?: string | undefined;
|
|
207
207
|
secret?: string | undefined;
|
|
208
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
209
208
|
result?: string | boolean | undefined;
|
|
209
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
210
210
|
queue?: string | undefined;
|
|
211
211
|
credentials?: string | undefined;
|
|
212
212
|
bucket?: string | undefined;
|
|
@@ -217,8 +217,8 @@ export declare const interpolatableRobotCloudflareImportInstructionsWithHiddenFi
|
|
|
217
217
|
key?: string | undefined;
|
|
218
218
|
secret?: string | undefined;
|
|
219
219
|
recursive?: string | boolean | undefined;
|
|
220
|
-
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
221
220
|
result?: string | boolean | undefined;
|
|
221
|
+
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
222
222
|
queue?: string | undefined;
|
|
223
223
|
force_accept?: string | boolean | undefined;
|
|
224
224
|
ignore_errors?: string | boolean | ("import" | "meta" | "execute")[] | undefined;
|