@transloadit/node 4.10.2 → 4.10.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/errors.d.ts +8 -0
- package/dist/alphalib/errors.d.ts.map +1 -0
- package/dist/alphalib/errors.js +27 -0
- package/dist/alphalib/errors.js.map +1 -0
- package/dist/alphalib/object.d.ts +8 -0
- package/dist/alphalib/object.d.ts.map +1 -1
- package/dist/alphalib/object.js +29 -0
- package/dist/alphalib/object.js.map +1 -1
- package/dist/alphalib/types/assemblyStatus.d.ts +128 -110
- package/dist/alphalib/types/assemblyStatus.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyStatus.js +182 -23
- package/dist/alphalib/types/assemblyStatus.js.map +1 -1
- package/dist/alphalib/types/robots/_index.d.ts +3 -1
- package/dist/alphalib/types/robots/_index.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts +5 -1
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.js +63 -29
- package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -1
- package/dist/alphalib/types/robots/ai-chat.d.ts +12 -0
- package/dist/alphalib/types/robots/ai-chat.d.ts.map +1 -1
- package/dist/alphalib/types/robots/ai-chat.js +1 -1
- package/dist/alphalib/types/robots/ai-chat.js.map +1 -1
- package/dist/alphalib/types/robots/assembly-savejson.d.ts +6 -0
- package/dist/alphalib/types/robots/assembly-savejson.d.ts.map +1 -1
- package/dist/alphalib/types/robots/assembly-savejson.js +16 -2
- package/dist/alphalib/types/robots/assembly-savejson.js.map +1 -1
- package/dist/alphalib/types/robots/audio-artwork.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-artwork.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-concat.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-concat.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-encode.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-encode.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-loop.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-loop.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-merge.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-merge.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-split.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-split.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-waveform.d.ts +12 -0
- package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -1
- package/dist/alphalib/types/robots/azure-import.d.ts +12 -0
- package/dist/alphalib/types/robots/azure-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/azure-store.d.ts +12 -0
- package/dist/alphalib/types/robots/azure-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/backblaze-import.d.ts +12 -0
- package/dist/alphalib/types/robots/backblaze-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/backblaze-store.d.ts +12 -0
- package/dist/alphalib/types/robots/backblaze-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/box-import.d.ts +12 -0
- package/dist/alphalib/types/robots/box-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/box-store.d.ts +12 -0
- package/dist/alphalib/types/robots/box-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts +12 -0
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts +12 -0
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/cloudflare-import.d.ts +12 -0
- package/dist/alphalib/types/robots/cloudflare-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/cloudflare-store.d.ts +12 -0
- package/dist/alphalib/types/robots/cloudflare-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/digitalocean-import.d.ts +12 -0
- package/dist/alphalib/types/robots/digitalocean-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/digitalocean-store.d.ts +12 -0
- package/dist/alphalib/types/robots/digitalocean-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-autorotate.d.ts +12 -0
- package/dist/alphalib/types/robots/document-autorotate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-convert.d.ts +12 -0
- package/dist/alphalib/types/robots/document-convert.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-merge.d.ts +12 -0
- package/dist/alphalib/types/robots/document-merge.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-ocr.d.ts +12 -0
- package/dist/alphalib/types/robots/document-ocr.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-optimize.d.ts +12 -0
- package/dist/alphalib/types/robots/document-optimize.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-split.d.ts +12 -0
- package/dist/alphalib/types/robots/document-split.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-thumbs.d.ts +24 -6
- package/dist/alphalib/types/robots/document-thumbs.d.ts.map +1 -1
- package/dist/alphalib/types/robots/document-thumbs.js +16 -2
- package/dist/alphalib/types/robots/document-thumbs.js.map +1 -1
- package/dist/alphalib/types/robots/dropbox-import.d.ts +12 -0
- package/dist/alphalib/types/robots/dropbox-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/dropbox-store.d.ts +12 -0
- package/dist/alphalib/types/robots/dropbox-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/edgly-deliver.d.ts +12 -0
- package/dist/alphalib/types/robots/edgly-deliver.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-compress.d.ts +12 -0
- package/dist/alphalib/types/robots/file-compress.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-decompress.d.ts +12 -0
- package/dist/alphalib/types/robots/file-decompress.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-filter.d.ts +12 -0
- package/dist/alphalib/types/robots/file-filter.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-filter.js +5 -1
- package/dist/alphalib/types/robots/file-filter.js.map +1 -1
- package/dist/alphalib/types/robots/file-hash.d.ts +12 -0
- package/dist/alphalib/types/robots/file-hash.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-preview.d.ts +12 -0
- package/dist/alphalib/types/robots/file-preview.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-read.d.ts +12 -0
- package/dist/alphalib/types/robots/file-read.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-serve.d.ts +12 -0
- package/dist/alphalib/types/robots/file-serve.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-verify.d.ts +12 -0
- package/dist/alphalib/types/robots/file-verify.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-virusscan.d.ts +12 -0
- package/dist/alphalib/types/robots/file-virusscan.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-watermark.d.ts +12 -0
- package/dist/alphalib/types/robots/file-watermark.d.ts.map +1 -1
- package/dist/alphalib/types/robots/file-watermark.js +16 -2
- package/dist/alphalib/types/robots/file-watermark.js.map +1 -1
- package/dist/alphalib/types/robots/ftp-import.d.ts +12 -0
- package/dist/alphalib/types/robots/ftp-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/ftp-store.d.ts +12 -0
- package/dist/alphalib/types/robots/ftp-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/google-import.d.ts +12 -0
- package/dist/alphalib/types/robots/google-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/google-store.d.ts +12 -0
- package/dist/alphalib/types/robots/google-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/html-convert.d.ts +12 -0
- package/dist/alphalib/types/robots/html-convert.d.ts.map +1 -1
- package/dist/alphalib/types/robots/http-import.d.ts +192 -0
- package/dist/alphalib/types/robots/http-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/http-import.js +8 -2
- package/dist/alphalib/types/robots/http-import.js.map +1 -1
- package/dist/alphalib/types/robots/image-bgremove.d.ts +12 -0
- package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-copyrightdetect.d.ts +12 -0
- package/dist/alphalib/types/robots/image-copyrightdetect.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-describe.d.ts +12 -0
- package/dist/alphalib/types/robots/image-describe.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-enhance.d.ts +12 -0
- package/dist/alphalib/types/robots/image-enhance.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-facedetect.d.ts +12 -0
- package/dist/alphalib/types/robots/image-facedetect.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-generate.d.ts +12 -0
- package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-merge.d.ts +12 -0
- package/dist/alphalib/types/robots/image-merge.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-ocr.d.ts +12 -0
- package/dist/alphalib/types/robots/image-ocr.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-optimize.d.ts +12 -0
- package/dist/alphalib/types/robots/image-optimize.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-optimize.js +1 -1
- package/dist/alphalib/types/robots/image-resize.d.ts +16 -4
- package/dist/alphalib/types/robots/image-resize.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-resize.js +1 -1
- package/dist/alphalib/types/robots/image-upscale.d.ts +12 -0
- package/dist/alphalib/types/robots/image-upscale.d.ts.map +1 -1
- package/dist/alphalib/types/robots/mega-import.d.ts +12 -0
- package/dist/alphalib/types/robots/mega-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/mega-store.d.ts +12 -0
- package/dist/alphalib/types/robots/mega-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/meta-read.d.ts +12 -0
- package/dist/alphalib/types/robots/meta-read.d.ts.map +1 -1
- package/dist/alphalib/types/robots/meta-read.js +17 -2
- package/dist/alphalib/types/robots/meta-read.js.map +1 -1
- package/dist/alphalib/types/robots/meta-write.d.ts +12 -0
- package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -1
- package/dist/alphalib/types/robots/minio-import.d.ts +12 -0
- package/dist/alphalib/types/robots/minio-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/minio-store.d.ts +12 -0
- package/dist/alphalib/types/robots/minio-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/progress-simulate.d.ts +6 -0
- package/dist/alphalib/types/robots/progress-simulate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/progress-simulate.js +16 -2
- package/dist/alphalib/types/robots/progress-simulate.js.map +1 -1
- package/dist/alphalib/types/robots/s3-import.d.ts +12 -0
- package/dist/alphalib/types/robots/s3-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/s3-store.d.ts +12 -0
- package/dist/alphalib/types/robots/s3-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/script-run.d.ts +12 -0
- package/dist/alphalib/types/robots/script-run.d.ts.map +1 -1
- package/dist/alphalib/types/robots/sftp-import.d.ts +12 -0
- package/dist/alphalib/types/robots/sftp-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/sftp-store.d.ts +12 -0
- package/dist/alphalib/types/robots/sftp-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/speech-transcribe.d.ts +12 -0
- package/dist/alphalib/types/robots/speech-transcribe.d.ts.map +1 -1
- package/dist/alphalib/types/robots/supabase-import.d.ts +12 -0
- package/dist/alphalib/types/robots/supabase-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/supabase-store.d.ts +12 -0
- package/dist/alphalib/types/robots/supabase-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/swift-import.d.ts +12 -0
- package/dist/alphalib/types/robots/swift-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/swift-store.d.ts +12 -0
- package/dist/alphalib/types/robots/swift-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/text-speak.d.ts +12 -0
- package/dist/alphalib/types/robots/text-speak.d.ts.map +1 -1
- package/dist/alphalib/types/robots/text-translate.d.ts +12 -0
- package/dist/alphalib/types/robots/text-translate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/tigris-import.d.ts +12 -0
- package/dist/alphalib/types/robots/tigris-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/tigris-store.d.ts +12 -0
- package/dist/alphalib/types/robots/tigris-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +24 -0
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts.map +1 -1
- package/dist/alphalib/types/robots/tlcdn-deliver.js +11 -5
- package/dist/alphalib/types/robots/tlcdn-deliver.js.map +1 -1
- package/dist/alphalib/types/robots/tus-store.d.ts +12 -0
- package/dist/alphalib/types/robots/tus-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/upload-handle.d.ts +12 -0
- package/dist/alphalib/types/robots/upload-handle.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-adaptive.d.ts +12 -0
- package/dist/alphalib/types/robots/video-adaptive.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-artwork.d.ts +12 -0
- package/dist/alphalib/types/robots/video-artwork.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-concat.d.ts +12 -0
- package/dist/alphalib/types/robots/video-concat.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-encode.d.ts +12 -0
- package/dist/alphalib/types/robots/video-encode.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-generate.d.ts +12 -0
- package/dist/alphalib/types/robots/video-generate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-merge.d.ts +12 -0
- package/dist/alphalib/types/robots/video-merge.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-ondemand.d.ts +12 -0
- package/dist/alphalib/types/robots/video-ondemand.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-split.d.ts +12 -0
- package/dist/alphalib/types/robots/video-split.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-subtitle.d.ts +12 -0
- package/dist/alphalib/types/robots/video-subtitle.d.ts.map +1 -1
- package/dist/alphalib/types/robots/video-thumbs.d.ts +12 -0
- package/dist/alphalib/types/robots/video-thumbs.d.ts.map +1 -1
- package/dist/alphalib/types/robots/vimeo-import.d.ts +12 -0
- package/dist/alphalib/types/robots/vimeo-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/vimeo-store.d.ts +12 -0
- package/dist/alphalib/types/robots/vimeo-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/wasabi-import.d.ts +12 -0
- package/dist/alphalib/types/robots/wasabi-import.d.ts.map +1 -1
- package/dist/alphalib/types/robots/wasabi-store.d.ts +12 -0
- package/dist/alphalib/types/robots/wasabi-store.d.ts.map +1 -1
- package/dist/alphalib/types/robots/youtube-store.d.ts +12 -0
- package/dist/alphalib/types/robots/youtube-store.d.ts.map +1 -1
- package/dist/alphalib/types/template.js +4 -4
- package/package.json +1 -1
- package/src/alphalib/errors.ts +34 -0
- package/src/alphalib/object.ts +40 -0
- package/src/alphalib/types/assemblyStatus.ts +182 -23
- package/src/alphalib/types/robots/_index.ts +1 -1
- package/src/alphalib/types/robots/_instructions-primitives.ts +124 -67
- package/src/alphalib/types/robots/ai-chat.ts +3 -1
- package/src/alphalib/types/robots/assembly-savejson.ts +16 -2
- package/src/alphalib/types/robots/document-thumbs.ts +16 -2
- package/src/alphalib/types/robots/file-filter.ts +5 -1
- package/src/alphalib/types/robots/file-watermark.ts +16 -2
- package/src/alphalib/types/robots/http-import.ts +8 -2
- package/src/alphalib/types/robots/image-optimize.ts +1 -1
- package/src/alphalib/types/robots/image-resize.ts +1 -1
- package/src/alphalib/types/robots/meta-read.ts +17 -2
- package/src/alphalib/types/robots/progress-simulate.ts +16 -2
- package/src/alphalib/types/robots/tlcdn-deliver.ts +13 -5
- package/src/alphalib/types/template.ts +4 -4
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -67,6 +68,7 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
|
67
68
|
ignore_errors: string[];
|
|
68
69
|
error_on_decline: boolean;
|
|
69
70
|
error_msg: string;
|
|
71
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
70
72
|
use?: string | string[] | {
|
|
71
73
|
name: string;
|
|
72
74
|
fields?: string | undefined;
|
|
@@ -85,6 +87,7 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
|
85
87
|
queue?: "batch" | undefined;
|
|
86
88
|
}, {
|
|
87
89
|
robot: "/file/virusscan";
|
|
90
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
88
91
|
use?: string | string[] | {
|
|
89
92
|
name: string;
|
|
90
93
|
fields?: string | undefined;
|
|
@@ -108,6 +111,7 @@ export declare const robotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
|
108
111
|
error_msg?: string | undefined;
|
|
109
112
|
}>;
|
|
110
113
|
export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
114
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
111
115
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
112
116
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
113
117
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -172,6 +176,7 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
172
176
|
ignore_errors: string[];
|
|
173
177
|
error_on_decline: boolean;
|
|
174
178
|
error_msg: string;
|
|
179
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
175
180
|
use?: string | string[] | {
|
|
176
181
|
name: string;
|
|
177
182
|
fields?: string | undefined;
|
|
@@ -192,6 +197,7 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
192
197
|
can_use_daemon_fallback?: boolean | undefined;
|
|
193
198
|
}, {
|
|
194
199
|
robot: "/file/virusscan";
|
|
200
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
195
201
|
use?: string | string[] | {
|
|
196
202
|
name: string;
|
|
197
203
|
fields?: string | undefined;
|
|
@@ -218,6 +224,7 @@ export declare const robotFileVirusscanInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
218
224
|
export type RobotFileVirusscanInstructions = z.infer<typeof robotFileVirusscanInstructionsSchema>;
|
|
219
225
|
export type RobotFileVirusscanInstructionsWithHiddenFields = z.infer<typeof robotFileVirusscanInstructionsWithHiddenFieldsSchema>;
|
|
220
226
|
export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodObject<{
|
|
227
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
221
228
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
222
229
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
223
230
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -281,6 +288,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
281
288
|
ignore_errors: string | string[];
|
|
282
289
|
error_on_decline: string | boolean;
|
|
283
290
|
error_msg: string;
|
|
291
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
284
292
|
use?: string | string[] | {
|
|
285
293
|
name: string;
|
|
286
294
|
fields?: string | undefined;
|
|
@@ -299,6 +307,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
299
307
|
queue?: string | undefined;
|
|
300
308
|
}, {
|
|
301
309
|
robot: "/file/virusscan";
|
|
310
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
302
311
|
use?: string | string[] | {
|
|
303
312
|
name: string;
|
|
304
313
|
fields?: string | undefined;
|
|
@@ -324,6 +333,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsSchema: z.ZodOb
|
|
|
324
333
|
export type InterpolatableRobotFileVirusscanInstructions = InterpolatableRobotFileVirusscanInstructionsInput;
|
|
325
334
|
export type InterpolatableRobotFileVirusscanInstructionsInput = z.input<typeof interpolatableRobotFileVirusscanInstructionsSchema>;
|
|
326
335
|
export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
336
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
327
337
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
328
338
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
329
339
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -387,6 +397,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
|
|
|
387
397
|
ignore_errors: string | string[];
|
|
388
398
|
error_on_decline: string | boolean;
|
|
389
399
|
error_msg: string;
|
|
400
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
390
401
|
use?: string | string[] | {
|
|
391
402
|
name: string;
|
|
392
403
|
fields?: string | undefined;
|
|
@@ -407,6 +418,7 @@ export declare const interpolatableRobotFileVirusscanInstructionsWithHiddenField
|
|
|
407
418
|
can_use_daemon_fallback?: string | boolean | undefined;
|
|
408
419
|
}, {
|
|
409
420
|
robot: "/file/virusscan";
|
|
421
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
410
422
|
use?: string | string[] | {
|
|
411
423
|
name: string;
|
|
412
424
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-virusscan.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-virusscan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cA8ClB,CAAA;AAED,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"file-virusscan.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-virusscan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cA8ClB,CAAA;AAED,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBtC,CAAA;AAEX,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW7D,CAAA;AAEJ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AACjG,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,oDAAoD,CAC5D,CAAA;AAED,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9D,CAAA;AACD,MAAM,MAAM,4CAA4C,GACtD,iDAAiD,CAAA;AAEnD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,kDAAkD,CAC1D,CAAA;AAED,eAAO,MAAM,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9E,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,kEAAkE,CAC1E,CAAA;AACD,MAAM,MAAM,iEAAiE,GAAG,CAAC,CAAC,KAAK,CACrF,OAAO,kEAAkE,CAC1E,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -64,6 +65,7 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
64
65
|
result: boolean;
|
|
65
66
|
force_accept: boolean;
|
|
66
67
|
ignore_errors: string[];
|
|
68
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
67
69
|
use?: string | string[] | {
|
|
68
70
|
name: string;
|
|
69
71
|
fields?: string | undefined;
|
|
@@ -83,6 +85,7 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
83
85
|
randomize?: boolean | undefined;
|
|
84
86
|
}, {
|
|
85
87
|
robot: "/file/watermark";
|
|
88
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
86
89
|
use?: string | string[] | {
|
|
87
90
|
name: string;
|
|
88
91
|
fields?: string | undefined;
|
|
@@ -105,6 +108,7 @@ export declare const robotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
|
105
108
|
randomize?: boolean | undefined;
|
|
106
109
|
}>;
|
|
107
110
|
export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
111
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
108
112
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
109
113
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
110
114
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -165,6 +169,7 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
165
169
|
robot: "/file/watermark";
|
|
166
170
|
force_accept: boolean;
|
|
167
171
|
ignore_errors: string[];
|
|
172
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
168
173
|
use?: string | string[] | {
|
|
169
174
|
name: string;
|
|
170
175
|
fields?: string | undefined;
|
|
@@ -185,6 +190,7 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
185
190
|
randomize?: boolean | undefined;
|
|
186
191
|
}, {
|
|
187
192
|
robot: "/file/watermark";
|
|
193
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
188
194
|
use?: string | string[] | {
|
|
189
195
|
name: string;
|
|
190
196
|
fields?: string | undefined;
|
|
@@ -209,6 +215,7 @@ export declare const robotFileWatermarkInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
209
215
|
export type RobotFileWatermarkInstructions = z.infer<typeof robotFileWatermarkInstructionsSchema>;
|
|
210
216
|
export type RobotFileWatermarkInstructionsWithHiddenFields = z.infer<typeof robotFileWatermarkInstructionsWithHiddenFieldsSchema>;
|
|
211
217
|
export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodObject<{
|
|
218
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
212
219
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
213
220
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
214
221
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -269,6 +276,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
269
276
|
result: string | boolean;
|
|
270
277
|
force_accept: string | boolean;
|
|
271
278
|
ignore_errors: string | string[];
|
|
279
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
272
280
|
use?: string | string[] | {
|
|
273
281
|
name: string;
|
|
274
282
|
fields?: string | undefined;
|
|
@@ -288,6 +296,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
288
296
|
randomize?: string | boolean | undefined;
|
|
289
297
|
}, {
|
|
290
298
|
robot: "/file/watermark";
|
|
299
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
291
300
|
use?: string | string[] | {
|
|
292
301
|
name: string;
|
|
293
302
|
fields?: string | undefined;
|
|
@@ -312,6 +321,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsSchema: z.ZodOb
|
|
|
312
321
|
export type InterpolatableRobotFileWatermarkInstructions = InterpolatableRobotFileWatermarkInstructionsInput;
|
|
313
322
|
export type InterpolatableRobotFileWatermarkInstructionsInput = z.input<typeof interpolatableRobotFileWatermarkInstructionsSchema>;
|
|
314
323
|
export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
324
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
315
325
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
316
326
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
317
327
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -371,6 +381,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
|
|
|
371
381
|
robot: "/file/watermark";
|
|
372
382
|
force_accept: string | boolean;
|
|
373
383
|
ignore_errors: string | string[];
|
|
384
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
374
385
|
use?: string | string[] | {
|
|
375
386
|
name: string;
|
|
376
387
|
fields?: string | undefined;
|
|
@@ -391,6 +402,7 @@ export declare const interpolatableRobotFileWatermarkInstructionsWithHiddenField
|
|
|
391
402
|
randomize?: string | boolean | undefined;
|
|
392
403
|
}, {
|
|
393
404
|
robot: "/file/watermark";
|
|
405
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
394
406
|
use?: string | string[] | {
|
|
395
407
|
name: string;
|
|
396
408
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-watermark.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-watermark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;
|
|
1
|
+
{"version":3,"file":"file-watermark.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-watermark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAkClB,CAAA;AAED,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMtC,CAAA;AAEX,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7D,CAAA;AAEJ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AACjG,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,oDAAoD,CAC5D,CAAA;AAED,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9D,CAAA;AACD,MAAM,MAAM,4CAA4C,GACtD,iDAAiD,CAAA;AAEnD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,kDAAkD,CAC1D,CAAA;AAED,eAAO,MAAM,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9E,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,kEAAkE,CAC1E,CAAA;AACD,MAAM,MAAM,iEAAiE,GAAG,CAAC,CAAC,KAAK,CACrF,OAAO,kEAAkE,CAC1E,CAAA"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { interpolateRobot, robotBase, robotUse } from "./_instructions-primitives.js";
|
|
3
|
-
// @ts-expect-error - FileWatermarkRobot is not ready yet @TODO please supply missing keys
|
|
4
3
|
export const meta = {
|
|
5
|
-
|
|
4
|
+
bytescount: 4,
|
|
5
|
+
discount_factor: 0.25,
|
|
6
|
+
discount_pct: 75,
|
|
6
7
|
example_code: {
|
|
7
8
|
steps: {
|
|
8
9
|
watermarked: {
|
|
@@ -13,6 +14,19 @@ export const meta = {
|
|
|
13
14
|
},
|
|
14
15
|
},
|
|
15
16
|
example_code_description: 'Apply randomized watermarking to uploaded files:',
|
|
17
|
+
minimum_charge: 0,
|
|
18
|
+
output_factor: 1,
|
|
19
|
+
override_lvl1: 'Image Manipulation',
|
|
20
|
+
purpose_sentence: 'applies randomized watermarks to uploaded media',
|
|
21
|
+
purpose_verb: 'write',
|
|
22
|
+
purpose_word: 'watermark files',
|
|
23
|
+
purpose_words: 'Watermark files',
|
|
24
|
+
service_slug: 'image-manipulation',
|
|
25
|
+
slot_count: 20,
|
|
26
|
+
title: 'Apply watermarks to files',
|
|
27
|
+
typical_file_size_mb: 1.2,
|
|
28
|
+
typical_file_type: 'file',
|
|
29
|
+
name: 'FileWatermarkRobot',
|
|
16
30
|
priceFactor: 4,
|
|
17
31
|
queueSlotCount: 20,
|
|
18
32
|
isAllowedForUrlTransform: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-watermark.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-watermark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAErF,
|
|
1
|
+
{"version":3,"file":"file-watermark.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-watermark.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAErF,MAAM,CAAC,MAAM,IAAI,GAAmB;IAClC,UAAU,EAAE,CAAC;IACb,eAAe,EAAE,IAAI;IACrB,YAAY,EAAE,EAAE;IAChB,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,WAAW,EAAE;gBACX,KAAK,EAAE,iBAAiB;gBACxB,GAAG,EAAE,WAAW;gBAChB,SAAS,EAAE,IAAI;aAChB;SACF;KACF;IACD,wBAAwB,EAAE,kDAAkD;IAC5E,cAAc,EAAE,CAAC;IACjB,aAAa,EAAE,CAAC;IAChB,aAAa,EAAE,oBAAoB;IACnC,gBAAgB,EAAE,iDAAiD;IACnE,YAAY,EAAE,OAAO;IACrB,YAAY,EAAE,iBAAiB;IAC/B,aAAa,EAAE,iBAAiB;IAChC,YAAY,EAAE,oBAAoB;IAClC,UAAU,EAAE,EAAE;IACd,KAAK,EAAE,2BAA2B;IAClC,oBAAoB,EAAE,GAAG;IACzB,iBAAiB,EAAE,MAAM;IACzB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,CAAC;IACd,cAAc,EAAE,EAAE;IAClB,wBAAwB,EAAE,IAAI;IAC9B,mBAAmB,EAAE,KAAK;IAC1B,UAAU,EAAE,KAAK;IACjB,iDAAiD,EAAE,KAAK;IACxD,KAAK,EAAE,IAAI;CACZ,CAAA;AAED,MAAM,CAAC,MAAM,oCAAoC,GAAG,SAAS;KAC1D,KAAK,CAAC,QAAQ,CAAC;KACf,MAAM,CAAC;IACN,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IACnC,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC;KACD,MAAM,EAAE,CAAA;AAEX,MAAM,CAAC,MAAM,oDAAoD,GAC/D,oCAAoC,CAAC,MAAM,CAAC;IAC1C,MAAM,EAAE,CAAC;SACN,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,oCAAoC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;SAC9E,QAAQ,EAAE;CACd,CAAC,CAAA;AAOJ,MAAM,CAAC,MAAM,kDAAkD,GAAG,gBAAgB,CAChF,oCAAoC,CACrC,CAAA;AAQD,MAAM,CAAC,MAAM,kEAAkE,GAAG,gBAAgB,CAChG,oDAAoD,CACrD,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -30,6 +31,7 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
|
30
31
|
passive_mode: boolean;
|
|
31
32
|
host?: string | undefined;
|
|
32
33
|
password?: string | undefined;
|
|
34
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
33
35
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
34
36
|
queue?: "batch" | undefined;
|
|
35
37
|
credentials?: string | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
|
40
42
|
host?: string | undefined;
|
|
41
43
|
port?: number | undefined;
|
|
42
44
|
password?: string | undefined;
|
|
45
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
43
46
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
44
47
|
result?: boolean | undefined;
|
|
45
48
|
queue?: "batch" | undefined;
|
|
@@ -51,6 +54,7 @@ export declare const robotFtpImportInstructionsSchema: z.ZodObject<{
|
|
|
51
54
|
passive_mode?: boolean | undefined;
|
|
52
55
|
}>;
|
|
53
56
|
export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
57
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
54
58
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
55
59
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
56
60
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -76,6 +80,7 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
76
80
|
passive_mode: boolean;
|
|
77
81
|
host?: string | undefined;
|
|
78
82
|
password?: string | undefined;
|
|
83
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
79
84
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
80
85
|
result?: boolean | "debug" | undefined;
|
|
81
86
|
queue?: "batch" | undefined;
|
|
@@ -87,6 +92,7 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
87
92
|
host?: string | undefined;
|
|
88
93
|
port?: number | undefined;
|
|
89
94
|
password?: string | undefined;
|
|
95
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
90
96
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
91
97
|
result?: boolean | "debug" | undefined;
|
|
92
98
|
queue?: "batch" | undefined;
|
|
@@ -100,6 +106,7 @@ export declare const robotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
100
106
|
export type RobotFtpImportInstructions = z.infer<typeof robotFtpImportInstructionsSchema>;
|
|
101
107
|
export type RobotFtpImportInstructionsWithHiddenFields = z.infer<typeof robotFtpImportInstructionsWithHiddenFieldsSchema>;
|
|
102
108
|
export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject<{
|
|
109
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
103
110
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
104
111
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
105
112
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -125,6 +132,7 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
|
|
|
125
132
|
passive_mode: string | boolean;
|
|
126
133
|
host?: string | undefined;
|
|
127
134
|
password?: string | undefined;
|
|
135
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
128
136
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
129
137
|
queue?: string | undefined;
|
|
130
138
|
credentials?: string | undefined;
|
|
@@ -135,6 +143,7 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
|
|
|
135
143
|
host?: string | undefined;
|
|
136
144
|
port?: string | number | undefined;
|
|
137
145
|
password?: string | undefined;
|
|
146
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
138
147
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
139
148
|
result?: string | boolean | undefined;
|
|
140
149
|
queue?: string | undefined;
|
|
@@ -148,6 +157,7 @@ export declare const interpolatableRobotFtpImportInstructionsSchema: z.ZodObject
|
|
|
148
157
|
export type InterpolatableRobotFtpImportInstructions = InterpolatableRobotFtpImportInstructionsInput;
|
|
149
158
|
export type InterpolatableRobotFtpImportInstructionsInput = z.input<typeof interpolatableRobotFtpImportInstructionsSchema>;
|
|
150
159
|
export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
160
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
151
161
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
152
162
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
153
163
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -172,6 +182,7 @@ export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSch
|
|
|
172
182
|
passive_mode: string | boolean;
|
|
173
183
|
host?: string | undefined;
|
|
174
184
|
password?: string | undefined;
|
|
185
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
175
186
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
176
187
|
result?: string | boolean | undefined;
|
|
177
188
|
queue?: string | undefined;
|
|
@@ -183,6 +194,7 @@ export declare const interpolatableRobotFtpImportInstructionsWithHiddenFieldsSch
|
|
|
183
194
|
host?: string | undefined;
|
|
184
195
|
port?: string | number | undefined;
|
|
185
196
|
password?: string | undefined;
|
|
197
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
186
198
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
187
199
|
result?: string | boolean | undefined;
|
|
188
200
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ftp-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/ftp-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AASnE,eAAO,MAAM,IAAI,EAAE,cAoClB,CAAA;AAED,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"ftp-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/ftp-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AASnE,eAAO,MAAM,IAAI,EAAE,cAoClB,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA;AAEX,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzD,CAAA;AAEJ,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AACzF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,gDAAgD,CACxD,CAAA;AAED,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1D,CAAA;AACD,MAAM,MAAM,wCAAwC,GAAG,6CAA6C,CAAA;AAEpG,MAAM,MAAM,6CAA6C,GAAG,CAAC,CAAC,KAAK,CACjE,OAAO,8CAA8C,CACtD,CAAA;AAED,eAAO,MAAM,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1E,CAAA;AACD,MAAM,MAAM,wDAAwD,GAAG,CAAC,CAAC,KAAK,CAC5E,OAAO,8DAA8D,CACtE,CAAA;AACD,MAAM,MAAM,6DAA6D,GAAG,CAAC,CAAC,KAAK,CACjF,OAAO,8DAA8D,CACtE,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -80,6 +81,7 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
80
81
|
secure: boolean;
|
|
81
82
|
host?: string | undefined;
|
|
82
83
|
password?: string | undefined;
|
|
84
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
83
85
|
use?: string | string[] | {
|
|
84
86
|
name: string;
|
|
85
87
|
fields?: string | undefined;
|
|
@@ -104,6 +106,7 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
104
106
|
path?: string | undefined;
|
|
105
107
|
port?: number | undefined;
|
|
106
108
|
password?: string | undefined;
|
|
109
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
107
110
|
use?: string | string[] | {
|
|
108
111
|
name: string;
|
|
109
112
|
fields?: string | undefined;
|
|
@@ -130,6 +133,7 @@ export declare const robotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
|
130
133
|
secure?: boolean | undefined;
|
|
131
134
|
}>;
|
|
132
135
|
export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
136
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
133
137
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
134
138
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
135
139
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -209,6 +213,7 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
209
213
|
host?: string | undefined;
|
|
210
214
|
password?: string | undefined;
|
|
211
215
|
version?: string | number | undefined;
|
|
216
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
212
217
|
use?: string | string[] | {
|
|
213
218
|
name: string;
|
|
214
219
|
fields?: string | undefined;
|
|
@@ -237,6 +242,7 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
237
242
|
port?: number | undefined;
|
|
238
243
|
password?: string | undefined;
|
|
239
244
|
version?: string | number | undefined;
|
|
245
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
240
246
|
use?: string | string[] | {
|
|
241
247
|
name: string;
|
|
242
248
|
fields?: string | undefined;
|
|
@@ -267,6 +273,7 @@ export declare const robotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
267
273
|
export type RobotFtpStoreInstructions = z.infer<typeof robotFtpStoreInstructionsSchema>;
|
|
268
274
|
export type RobotFtpStoreInstructionsWithHiddenFields = z.infer<typeof robotFtpStoreInstructionsWithHiddenFieldsSchema>;
|
|
269
275
|
export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<{
|
|
276
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
270
277
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
271
278
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
272
279
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -342,6 +349,7 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
342
349
|
secure: string | boolean;
|
|
343
350
|
host?: string | undefined;
|
|
344
351
|
password?: string | undefined;
|
|
352
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
345
353
|
use?: string | string[] | {
|
|
346
354
|
name: string;
|
|
347
355
|
fields?: string | undefined;
|
|
@@ -366,6 +374,7 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
366
374
|
path?: string | undefined;
|
|
367
375
|
port?: string | number | undefined;
|
|
368
376
|
password?: string | undefined;
|
|
377
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
369
378
|
use?: string | string[] | {
|
|
370
379
|
name: string;
|
|
371
380
|
fields?: string | undefined;
|
|
@@ -394,6 +403,7 @@ export declare const interpolatableRobotFtpStoreInstructionsSchema: z.ZodObject<
|
|
|
394
403
|
export type InterpolatableRobotFtpStoreInstructions = InterpolatableRobotFtpStoreInstructionsInput;
|
|
395
404
|
export type InterpolatableRobotFtpStoreInstructionsInput = z.input<typeof interpolatableRobotFtpStoreInstructionsSchema>;
|
|
396
405
|
export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
406
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
397
407
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
398
408
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
399
409
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -472,6 +482,7 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
472
482
|
host?: string | undefined;
|
|
473
483
|
password?: string | undefined;
|
|
474
484
|
version?: string | number | undefined;
|
|
485
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
475
486
|
use?: string | string[] | {
|
|
476
487
|
name: string;
|
|
477
488
|
fields?: string | undefined;
|
|
@@ -500,6 +511,7 @@ export declare const interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSche
|
|
|
500
511
|
port?: string | number | undefined;
|
|
501
512
|
password?: string | undefined;
|
|
502
513
|
version?: string | number | undefined;
|
|
514
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
503
515
|
use?: string | string[] | {
|
|
504
516
|
name: string;
|
|
505
517
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ftp-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/ftp-store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAoClB,CAAA;AAED,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"ftp-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/ftp-store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAoClB,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCjC,CAAA;AAEX,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBxD,CAAA;AAEJ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;AACvF,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAC7D,OAAO,+CAA+C,CACvD,CAAA;AAED,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzD,CAAA;AACD,MAAM,MAAM,uCAAuC,GAAG,4CAA4C,CAAA;AAElG,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAChE,OAAO,6CAA6C,CACrD,CAAA;AAED,eAAO,MAAM,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzE,CAAA;AACD,MAAM,MAAM,uDAAuD,GAAG,CAAC,CAAC,KAAK,CAC3E,OAAO,6DAA6D,CACrE,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,6DAA6D,CACrE,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -27,12 +28,14 @@ export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
|
27
28
|
recursive: boolean;
|
|
28
29
|
next_page_token: string;
|
|
29
30
|
files_per_page: number;
|
|
31
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
30
32
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
31
33
|
queue?: "batch" | undefined;
|
|
32
34
|
credentials?: string | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
path: string | string[];
|
|
35
37
|
robot: "/google/import";
|
|
38
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
36
39
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
37
40
|
result?: boolean | undefined;
|
|
38
41
|
queue?: "batch" | undefined;
|
|
@@ -45,6 +48,7 @@ export declare const robotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
|
45
48
|
files_per_page?: number | undefined;
|
|
46
49
|
}>;
|
|
47
50
|
export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
51
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
48
52
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
49
53
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
50
54
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -67,6 +71,7 @@ export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
67
71
|
recursive: boolean;
|
|
68
72
|
next_page_token: string;
|
|
69
73
|
files_per_page: number;
|
|
74
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
70
75
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
71
76
|
result?: boolean | "debug" | undefined;
|
|
72
77
|
queue?: "batch" | undefined;
|
|
@@ -74,6 +79,7 @@ export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
74
79
|
}, {
|
|
75
80
|
path: string | string[];
|
|
76
81
|
robot: "/google/import";
|
|
82
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
77
83
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
78
84
|
result?: boolean | "debug" | undefined;
|
|
79
85
|
queue?: "batch" | undefined;
|
|
@@ -88,6 +94,7 @@ export declare const robotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
88
94
|
export type RobotGoogleImportInstructions = z.infer<typeof robotGoogleImportInstructionsSchema>;
|
|
89
95
|
export type RobotGoogleImportInstructionsWithHiddenFields = z.infer<typeof robotGoogleImportInstructionsWithHiddenFieldsSchema>;
|
|
90
96
|
export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObject<{
|
|
97
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
91
98
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
92
99
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
93
100
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -110,12 +117,14 @@ export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObj
|
|
|
110
117
|
recursive: string | boolean;
|
|
111
118
|
next_page_token: string;
|
|
112
119
|
files_per_page: string | number;
|
|
120
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
113
121
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
114
122
|
queue?: string | undefined;
|
|
115
123
|
credentials?: string | undefined;
|
|
116
124
|
}, {
|
|
117
125
|
path: string | string[];
|
|
118
126
|
robot: "/google/import";
|
|
127
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
119
128
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
120
129
|
result?: string | boolean | undefined;
|
|
121
130
|
queue?: string | undefined;
|
|
@@ -130,6 +139,7 @@ export declare const interpolatableRobotGoogleImportInstructionsSchema: z.ZodObj
|
|
|
130
139
|
export type InterpolatableRobotGoogleImportInstructions = InterpolatableRobotGoogleImportInstructionsInput;
|
|
131
140
|
export type InterpolatableRobotGoogleImportInstructionsInput = z.input<typeof interpolatableRobotGoogleImportInstructionsSchema>;
|
|
132
141
|
export declare const interpolatableRobotGoogleImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
142
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
133
143
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
134
144
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
135
145
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -151,6 +161,7 @@ export declare const interpolatableRobotGoogleImportInstructionsWithHiddenFields
|
|
|
151
161
|
recursive: string | boolean;
|
|
152
162
|
next_page_token: string;
|
|
153
163
|
files_per_page: string | number;
|
|
164
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
154
165
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
155
166
|
result?: string | boolean | undefined;
|
|
156
167
|
queue?: string | undefined;
|
|
@@ -158,6 +169,7 @@ export declare const interpolatableRobotGoogleImportInstructionsWithHiddenFields
|
|
|
158
169
|
}, {
|
|
159
170
|
path: string | string[];
|
|
160
171
|
robot: "/google/import";
|
|
172
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
161
173
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
162
174
|
result?: string | boolean | undefined;
|
|
163
175
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/google-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAYnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"google-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/google-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAYnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BrC,CAAA;AAEX,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK5D,CAAA;AAEJ,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAA;AAC/F,MAAM,MAAM,6CAA6C,GAAG,CAAC,CAAC,KAAK,CACjE,OAAO,mDAAmD,CAC3D,CAAA;AAED,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7D,CAAA;AACD,MAAM,MAAM,2CAA2C,GACrD,gDAAgD,CAAA;AAElD,MAAM,MAAM,gDAAgD,GAAG,CAAC,CAAC,KAAK,CACpE,OAAO,iDAAiD,CACzD,CAAA;AAED,eAAO,MAAM,iEAAiE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7E,CAAA;AACD,MAAM,MAAM,2DAA2D,GAAG,CAAC,CAAC,KAAK,CAC/E,OAAO,iEAAiE,CACzE,CAAA;AACD,MAAM,MAAM,gEAAgE,GAAG,CAAC,CAAC,KAAK,CACpF,OAAO,iEAAiE,CACzE,CAAA"}
|