@transloadit/node 4.10.1 → 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 robotDropboxImportInstructionsSchema: 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"]>>;
|
|
@@ -21,12 +22,14 @@ export declare const robotDropboxImportInstructionsSchema: z.ZodObject<{
|
|
|
21
22
|
force_accept: boolean;
|
|
22
23
|
ignore_errors: string[];
|
|
23
24
|
force_name: string | string[] | null;
|
|
25
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
24
26
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
25
27
|
queue?: "batch" | undefined;
|
|
26
28
|
credentials?: string | undefined;
|
|
27
29
|
}, {
|
|
28
30
|
path: string | string[];
|
|
29
31
|
robot: "/dropbox/import";
|
|
32
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
30
33
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
31
34
|
result?: boolean | undefined;
|
|
32
35
|
queue?: "batch" | undefined;
|
|
@@ -36,6 +39,7 @@ export declare const robotDropboxImportInstructionsSchema: z.ZodObject<{
|
|
|
36
39
|
credentials?: string | undefined;
|
|
37
40
|
}>;
|
|
38
41
|
export declare const robotDropboxImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
42
|
+
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">>]>>;
|
|
39
43
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
40
44
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
41
45
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -53,6 +57,7 @@ export declare const robotDropboxImportInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
53
57
|
force_accept: boolean;
|
|
54
58
|
ignore_errors: string[];
|
|
55
59
|
force_name: string | string[] | null;
|
|
60
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
56
61
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
57
62
|
result?: boolean | "debug" | undefined;
|
|
58
63
|
queue?: "batch" | undefined;
|
|
@@ -61,6 +66,7 @@ export declare const robotDropboxImportInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
61
66
|
}, {
|
|
62
67
|
path: string | string[];
|
|
63
68
|
robot: "/dropbox/import";
|
|
69
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
64
70
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
65
71
|
result?: boolean | "debug" | undefined;
|
|
66
72
|
queue?: "batch" | undefined;
|
|
@@ -73,6 +79,7 @@ export declare const robotDropboxImportInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
73
79
|
export type RobotDropboxImportInstructions = z.infer<typeof robotDropboxImportInstructionsSchema>;
|
|
74
80
|
export type RobotDropboxImportInstructionsWithHiddenFields = z.infer<typeof robotDropboxImportInstructionsWithHiddenFieldsSchema>;
|
|
75
81
|
export declare const interpolatableRobotDropboxImportInstructionsSchema: z.ZodObject<{
|
|
82
|
+
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">>]>>;
|
|
76
83
|
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">]>]>>;
|
|
77
84
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
78
85
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -89,12 +96,14 @@ export declare const interpolatableRobotDropboxImportInstructionsSchema: z.ZodOb
|
|
|
89
96
|
force_accept: string | boolean;
|
|
90
97
|
ignore_errors: string | string[];
|
|
91
98
|
force_name: string | string[] | null;
|
|
99
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
92
100
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
93
101
|
queue?: string | undefined;
|
|
94
102
|
credentials?: string | undefined;
|
|
95
103
|
}, {
|
|
96
104
|
path: string | string[];
|
|
97
105
|
robot: "/dropbox/import";
|
|
106
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
98
107
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
99
108
|
result?: string | boolean | undefined;
|
|
100
109
|
queue?: string | undefined;
|
|
@@ -106,6 +115,7 @@ export declare const interpolatableRobotDropboxImportInstructionsSchema: z.ZodOb
|
|
|
106
115
|
export type InterpolatableRobotDropboxImportInstructions = InterpolatableRobotDropboxImportInstructionsInput;
|
|
107
116
|
export type InterpolatableRobotDropboxImportInstructionsInput = z.input<typeof interpolatableRobotDropboxImportInstructionsSchema>;
|
|
108
117
|
export declare const interpolatableRobotDropboxImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
118
|
+
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">>]>>;
|
|
109
119
|
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">]>]>>;
|
|
110
120
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
111
121
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -122,6 +132,7 @@ export declare const interpolatableRobotDropboxImportInstructionsWithHiddenField
|
|
|
122
132
|
force_accept: string | boolean;
|
|
123
133
|
ignore_errors: string | string[];
|
|
124
134
|
force_name: string | string[] | null;
|
|
135
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
125
136
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
126
137
|
result?: string | boolean | undefined;
|
|
127
138
|
queue?: string | undefined;
|
|
@@ -130,6 +141,7 @@ export declare const interpolatableRobotDropboxImportInstructionsWithHiddenField
|
|
|
130
141
|
}, {
|
|
131
142
|
path: string | string[];
|
|
132
143
|
robot: "/dropbox/import";
|
|
144
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
133
145
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
134
146
|
result?: string | boolean | undefined;
|
|
135
147
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropbox-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/dropbox-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,cAqClB,CAAA;AAED,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"dropbox-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/dropbox-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,cAqClB,CAAA;AAED,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAetC,CAAA;AAEX,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM7D,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 robotDropboxStoreInstructionsSchema: 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"]>>;
|
|
@@ -69,6 +70,7 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
|
|
|
69
70
|
force_accept: boolean;
|
|
70
71
|
ignore_errors: string[];
|
|
71
72
|
create_sharing_link: boolean;
|
|
73
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
72
74
|
use?: string | string[] | {
|
|
73
75
|
name: string;
|
|
74
76
|
fields?: string | undefined;
|
|
@@ -89,6 +91,7 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
|
|
|
89
91
|
}, {
|
|
90
92
|
robot: "/dropbox/store";
|
|
91
93
|
path?: string | undefined;
|
|
94
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
92
95
|
use?: string | string[] | {
|
|
93
96
|
name: string;
|
|
94
97
|
fields?: string | undefined;
|
|
@@ -112,6 +115,7 @@ export declare const robotDropboxStoreInstructionsSchema: z.ZodObject<{
|
|
|
112
115
|
create_sharing_link?: boolean | undefined;
|
|
113
116
|
}>;
|
|
114
117
|
export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
118
|
+
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">>]>>;
|
|
115
119
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
116
120
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
117
121
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -177,6 +181,7 @@ export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
177
181
|
force_accept: boolean;
|
|
178
182
|
ignore_errors: string[];
|
|
179
183
|
create_sharing_link: boolean;
|
|
184
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
180
185
|
use?: string | string[] | {
|
|
181
186
|
name: string;
|
|
182
187
|
fields?: string | undefined;
|
|
@@ -199,6 +204,7 @@ export declare const robotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
199
204
|
}, {
|
|
200
205
|
robot: "/dropbox/store";
|
|
201
206
|
path?: string | undefined;
|
|
207
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
202
208
|
use?: string | string[] | {
|
|
203
209
|
name: string;
|
|
204
210
|
fields?: string | undefined;
|
|
@@ -226,6 +232,7 @@ export type RobotDropboxStoreInstructions = z.infer<typeof robotDropboxStoreInst
|
|
|
226
232
|
export type RobotDropboxStoreInstructionsInput = z.input<typeof robotDropboxStoreInstructionsSchema>;
|
|
227
233
|
export type RobotDropboxStoreInstructionsWithHiddenFields = z.infer<typeof robotDropboxStoreInstructionsWithHiddenFieldsSchema>;
|
|
228
234
|
export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObject<{
|
|
235
|
+
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">>]>>;
|
|
229
236
|
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">]>]>>;
|
|
230
237
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
231
238
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -290,6 +297,7 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
|
|
|
290
297
|
force_accept: string | boolean;
|
|
291
298
|
ignore_errors: string | string[];
|
|
292
299
|
create_sharing_link: string | boolean;
|
|
300
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
293
301
|
use?: string | string[] | {
|
|
294
302
|
name: string;
|
|
295
303
|
fields?: string | undefined;
|
|
@@ -310,6 +318,7 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
|
|
|
310
318
|
}, {
|
|
311
319
|
robot: "/dropbox/store";
|
|
312
320
|
path?: string | undefined;
|
|
321
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
313
322
|
use?: string | string[] | {
|
|
314
323
|
name: string;
|
|
315
324
|
fields?: string | undefined;
|
|
@@ -335,6 +344,7 @@ export declare const interpolatableRobotDropboxStoreInstructionsSchema: z.ZodObj
|
|
|
335
344
|
export type InterpolatableRobotDropboxStoreInstructions = InterpolatableRobotDropboxStoreInstructionsInput;
|
|
336
345
|
export type InterpolatableRobotDropboxStoreInstructionsInput = z.input<typeof interpolatableRobotDropboxStoreInstructionsSchema>;
|
|
337
346
|
export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
347
|
+
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">>]>>;
|
|
338
348
|
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">]>]>>;
|
|
339
349
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
340
350
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -399,6 +409,7 @@ export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFields
|
|
|
399
409
|
force_accept: string | boolean;
|
|
400
410
|
ignore_errors: string | string[];
|
|
401
411
|
create_sharing_link: string | boolean;
|
|
412
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
402
413
|
use?: string | string[] | {
|
|
403
414
|
name: string;
|
|
404
415
|
fields?: string | undefined;
|
|
@@ -421,6 +432,7 @@ export declare const interpolatableRobotDropboxStoreInstructionsWithHiddenFields
|
|
|
421
432
|
}, {
|
|
422
433
|
robot: "/dropbox/store";
|
|
423
434
|
path?: string | undefined;
|
|
435
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
424
436
|
use?: string | string[] | {
|
|
425
437
|
name: string;
|
|
426
438
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropbox-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/dropbox-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,mCAAmC
|
|
1
|
+
{"version":3,"file":"dropbox-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/dropbox-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,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBrC,CAAA;AAEX,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM5D,CAAA;AAEJ,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAA;AAC/F,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAA;AACpG,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"}
|
|
@@ -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 robotEdglyDeliverInstructionsSchema: 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"]>>;
|
|
@@ -14,10 +15,12 @@ export declare const robotEdglyDeliverInstructionsSchema: z.ZodObject<{
|
|
|
14
15
|
result: boolean;
|
|
15
16
|
force_accept: boolean;
|
|
16
17
|
ignore_errors: string[];
|
|
18
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
17
19
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
18
20
|
queue?: "batch" | undefined;
|
|
19
21
|
}, {
|
|
20
22
|
robot: "/edgly/deliver";
|
|
23
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
21
24
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
22
25
|
result?: boolean | undefined;
|
|
23
26
|
queue?: "batch" | undefined;
|
|
@@ -25,6 +28,7 @@ export declare const robotEdglyDeliverInstructionsSchema: z.ZodObject<{
|
|
|
25
28
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
26
29
|
}>;
|
|
27
30
|
export declare const robotEdglyDeliverInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
31
|
+
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">>]>>;
|
|
28
32
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
29
33
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
30
34
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -36,11 +40,13 @@ export declare const robotEdglyDeliverInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
36
40
|
robot: "/edgly/deliver";
|
|
37
41
|
force_accept: boolean;
|
|
38
42
|
ignore_errors: string[];
|
|
43
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
39
44
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
40
45
|
result?: boolean | "debug" | undefined;
|
|
41
46
|
queue?: "batch" | undefined;
|
|
42
47
|
}, {
|
|
43
48
|
robot: "/edgly/deliver";
|
|
49
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
44
50
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
45
51
|
result?: boolean | "debug" | undefined;
|
|
46
52
|
queue?: "batch" | undefined;
|
|
@@ -50,6 +56,7 @@ export declare const robotEdglyDeliverInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
50
56
|
export type RobotEdglyDeliverInstructions = z.infer<typeof robotEdglyDeliverInstructionsSchema>;
|
|
51
57
|
export type RobotEdglyDeliverInstructionsWithHiddenFields = z.infer<typeof robotEdglyDeliverInstructionsWithHiddenFieldsSchema>;
|
|
52
58
|
export declare const interpolatableRobotEdglyDeliverInstructionsSchema: z.ZodObject<{
|
|
59
|
+
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">>]>>;
|
|
53
60
|
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">]>]>>;
|
|
54
61
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
55
62
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -61,10 +68,12 @@ export declare const interpolatableRobotEdglyDeliverInstructionsSchema: z.ZodObj
|
|
|
61
68
|
result: string | boolean;
|
|
62
69
|
force_accept: string | boolean;
|
|
63
70
|
ignore_errors: string | string[];
|
|
71
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
64
72
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
65
73
|
queue?: string | undefined;
|
|
66
74
|
}, {
|
|
67
75
|
robot: "/edgly/deliver";
|
|
76
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
68
77
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
69
78
|
result?: string | boolean | undefined;
|
|
70
79
|
queue?: string | undefined;
|
|
@@ -74,6 +83,7 @@ export declare const interpolatableRobotEdglyDeliverInstructionsSchema: z.ZodObj
|
|
|
74
83
|
export type InterpolatableRobotEdglyDeliverInstructions = InterpolatableRobotEdglyDeliverInstructionsInput;
|
|
75
84
|
export type InterpolatableRobotEdglyDeliverInstructionsInput = z.input<typeof interpolatableRobotEdglyDeliverInstructionsSchema>;
|
|
76
85
|
export declare const interpolatableRobotEdglyDeliverInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
86
|
+
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">>]>>;
|
|
77
87
|
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">]>]>>;
|
|
78
88
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
79
89
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -84,11 +94,13 @@ export declare const interpolatableRobotEdglyDeliverInstructionsWithHiddenFields
|
|
|
84
94
|
robot: "/edgly/deliver";
|
|
85
95
|
force_accept: string | boolean;
|
|
86
96
|
ignore_errors: string | string[];
|
|
97
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
87
98
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
88
99
|
result?: string | boolean | undefined;
|
|
89
100
|
queue?: string | undefined;
|
|
90
101
|
}, {
|
|
91
102
|
robot: "/edgly/deliver";
|
|
103
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
92
104
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
93
105
|
result?: string | boolean | undefined;
|
|
94
106
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edgly-deliver.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/edgly-deliver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAmClB,CAAA;AAED,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"edgly-deliver.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/edgly-deliver.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAGnE,eAAO,MAAM,IAAI,EAAE,cAmClB,CAAA;AAED,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;EAMrC,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"}
|
|
@@ -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 robotFileCompressInstructionsSchema: 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"]>>;
|
|
@@ -76,6 +77,7 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
76
77
|
compression_level: number;
|
|
77
78
|
file_layout: "advanced" | "simple" | "relative-path";
|
|
78
79
|
path?: string | undefined;
|
|
80
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
79
81
|
use?: string | string[] | {
|
|
80
82
|
name: string;
|
|
81
83
|
fields?: string | undefined;
|
|
@@ -97,6 +99,7 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
97
99
|
robot: "/file/compress";
|
|
98
100
|
path?: string | undefined;
|
|
99
101
|
password?: string | null | undefined;
|
|
102
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
100
103
|
use?: string | string[] | {
|
|
101
104
|
name: string;
|
|
102
105
|
fields?: string | undefined;
|
|
@@ -123,6 +126,7 @@ export declare const robotFileCompressInstructionsSchema: z.ZodObject<{
|
|
|
123
126
|
archive_name?: string | undefined;
|
|
124
127
|
}>;
|
|
125
128
|
export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
129
|
+
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">>]>>;
|
|
126
130
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
127
131
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
128
132
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -195,6 +199,7 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
195
199
|
compression_level: number;
|
|
196
200
|
file_layout: "advanced" | "simple" | "relative-path";
|
|
197
201
|
path?: string | undefined;
|
|
202
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
198
203
|
use?: string | string[] | {
|
|
199
204
|
name: string;
|
|
200
205
|
fields?: string | undefined;
|
|
@@ -217,6 +222,7 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
217
222
|
robot: "/file/compress";
|
|
218
223
|
path?: string | undefined;
|
|
219
224
|
password?: string | null | undefined;
|
|
225
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
220
226
|
use?: string | string[] | {
|
|
221
227
|
name: string;
|
|
222
228
|
fields?: string | undefined;
|
|
@@ -245,6 +251,7 @@ export declare const robotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
245
251
|
export type RobotFileCompressInstructions = z.infer<typeof robotFileCompressInstructionsSchema>;
|
|
246
252
|
export type RobotFileCompressInstructionsWithHiddenFields = z.infer<typeof robotFileCompressInstructionsWithHiddenFieldsSchema>;
|
|
247
253
|
export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObject<{
|
|
254
|
+
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">>]>>;
|
|
248
255
|
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">]>]>>;
|
|
249
256
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
250
257
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -317,6 +324,7 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
317
324
|
compression_level: string | number;
|
|
318
325
|
file_layout: string;
|
|
319
326
|
path?: string | undefined;
|
|
327
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
320
328
|
use?: string | string[] | {
|
|
321
329
|
name: string;
|
|
322
330
|
fields?: string | undefined;
|
|
@@ -338,6 +346,7 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
338
346
|
robot: "/file/compress";
|
|
339
347
|
path?: string | undefined;
|
|
340
348
|
password?: string | null | undefined;
|
|
349
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
341
350
|
use?: string | string[] | {
|
|
342
351
|
name: string;
|
|
343
352
|
fields?: string | undefined;
|
|
@@ -366,6 +375,7 @@ export declare const interpolatableRobotFileCompressInstructionsSchema: z.ZodObj
|
|
|
366
375
|
export type InterpolatableRobotFileCompressInstructions = InterpolatableRobotFileCompressInstructionsInput;
|
|
367
376
|
export type InterpolatableRobotFileCompressInstructionsInput = z.input<typeof interpolatableRobotFileCompressInstructionsSchema>;
|
|
368
377
|
export declare const interpolatableRobotFileCompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
378
|
+
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">>]>>;
|
|
369
379
|
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">]>]>>;
|
|
370
380
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
371
381
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -437,6 +447,7 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
|
|
|
437
447
|
compression_level: string | number;
|
|
438
448
|
file_layout: string;
|
|
439
449
|
path?: string | undefined;
|
|
450
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
440
451
|
use?: string | string[] | {
|
|
441
452
|
name: string;
|
|
442
453
|
fields?: string | undefined;
|
|
@@ -459,6 +470,7 @@ export declare const interpolatableRobotFileCompressInstructionsWithHiddenFields
|
|
|
459
470
|
robot: "/file/compress";
|
|
460
471
|
path?: string | undefined;
|
|
461
472
|
password?: string | null | undefined;
|
|
473
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
462
474
|
use?: string | string[] | {
|
|
463
475
|
name: string;
|
|
464
476
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-compress.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-compress.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,cAyElB,CAAA;AAED,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"file-compress.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-compress.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,cAyElB,CAAA;AAED,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6DrC,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"}
|
|
@@ -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 robotFileDecompressInstructionsSchema: 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"]>>;
|
|
@@ -66,6 +67,7 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
66
67
|
ignore_errors: ("meta" | "execute")[];
|
|
67
68
|
turbo: boolean;
|
|
68
69
|
password?: string | undefined;
|
|
70
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
69
71
|
use?: string | string[] | {
|
|
70
72
|
name: string;
|
|
71
73
|
fields?: string | undefined;
|
|
@@ -85,6 +87,7 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
85
87
|
}, {
|
|
86
88
|
robot: "/file/decompress";
|
|
87
89
|
password?: string | undefined;
|
|
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;
|
|
@@ -107,6 +110,7 @@ export declare const robotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
|
107
110
|
turbo?: boolean | undefined;
|
|
108
111
|
}>;
|
|
109
112
|
export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
113
|
+
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">>]>>;
|
|
110
114
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
111
115
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
112
116
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -170,6 +174,7 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
170
174
|
ignore_errors: ("meta" | "execute")[];
|
|
171
175
|
turbo: boolean;
|
|
172
176
|
password?: string | undefined;
|
|
177
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
173
178
|
use?: string | string[] | {
|
|
174
179
|
name: string;
|
|
175
180
|
fields?: string | undefined;
|
|
@@ -190,6 +195,7 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
190
195
|
}, {
|
|
191
196
|
robot: "/file/decompress";
|
|
192
197
|
password?: string | undefined;
|
|
198
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
193
199
|
use?: string | string[] | {
|
|
194
200
|
name: string;
|
|
195
201
|
fields?: string | undefined;
|
|
@@ -214,6 +220,7 @@ export declare const robotFileDecompressInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
214
220
|
export type RobotFileDecompressInstructions = z.infer<typeof robotFileDecompressInstructionsSchema>;
|
|
215
221
|
export type RobotFileDecompressInstructionsWithHiddenFields = z.infer<typeof robotFileDecompressInstructionsWithHiddenFieldsSchema>;
|
|
216
222
|
export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodObject<{
|
|
223
|
+
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">>]>>;
|
|
217
224
|
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">]>]>>;
|
|
218
225
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
219
226
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -277,6 +284,7 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
277
284
|
ignore_errors: string | ("meta" | "execute")[];
|
|
278
285
|
turbo: string | boolean;
|
|
279
286
|
password?: string | undefined;
|
|
287
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
280
288
|
use?: string | string[] | {
|
|
281
289
|
name: string;
|
|
282
290
|
fields?: string | undefined;
|
|
@@ -296,6 +304,7 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
296
304
|
}, {
|
|
297
305
|
robot: "/file/decompress";
|
|
298
306
|
password?: string | undefined;
|
|
307
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
299
308
|
use?: string | string[] | {
|
|
300
309
|
name: string;
|
|
301
310
|
fields?: string | undefined;
|
|
@@ -320,6 +329,7 @@ export declare const interpolatableRobotFileDecompressInstructionsSchema: z.ZodO
|
|
|
320
329
|
export type InterpolatableRobotFileDecompressInstructions = InterpolatableRobotFileDecompressInstructionsInput;
|
|
321
330
|
export type InterpolatableRobotFileDecompressInstructionsInput = z.input<typeof interpolatableRobotFileDecompressInstructionsSchema>;
|
|
322
331
|
export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
332
|
+
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">>]>>;
|
|
323
333
|
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">]>]>>;
|
|
324
334
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
325
335
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -382,6 +392,7 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
|
|
|
382
392
|
ignore_errors: string | ("meta" | "execute")[];
|
|
383
393
|
turbo: string | boolean;
|
|
384
394
|
password?: string | undefined;
|
|
395
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
385
396
|
use?: string | string[] | {
|
|
386
397
|
name: string;
|
|
387
398
|
fields?: string | undefined;
|
|
@@ -402,6 +413,7 @@ export declare const interpolatableRobotFileDecompressInstructionsWithHiddenFiel
|
|
|
402
413
|
}, {
|
|
403
414
|
robot: "/file/decompress";
|
|
404
415
|
password?: string | undefined;
|
|
416
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
405
417
|
use?: string | string[] | {
|
|
406
418
|
name: string;
|
|
407
419
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-decompress.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-decompress.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,qCAAqC
|
|
1
|
+
{"version":3,"file":"file-decompress.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-decompress.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,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EvC,CAAA;AAEX,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK9D,CAAA;AAEJ,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAA;AACnG,MAAM,MAAM,+CAA+C,GAAG,CAAC,CAAC,KAAK,CACnE,OAAO,qDAAqD,CAC7D,CAAA;AAED,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/D,CAAA;AACD,MAAM,MAAM,6CAA6C,GACvD,kDAAkD,CAAA;AAEpD,MAAM,MAAM,kDAAkD,GAAG,CAAC,CAAC,KAAK,CACtE,OAAO,mDAAmD,CAC3D,CAAA;AAED,eAAO,MAAM,mEAAmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/E,CAAA;AACD,MAAM,MAAM,6DAA6D,GAAG,CAAC,CAAC,KAAK,CACjF,OAAO,mEAAmE,CAC3E,CAAA;AACD,MAAM,MAAM,kEAAkE,GAAG,CAAC,CAAC,KAAK,CACtF,OAAO,mEAAmE,CAC3E,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 robotFileFilterInstructionsSchema: 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"]>>;
|
|
@@ -71,6 +72,7 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
71
72
|
condition_type: "or" | "and";
|
|
72
73
|
error_on_decline: boolean;
|
|
73
74
|
error_msg: string;
|
|
75
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
74
76
|
use?: string | string[] | {
|
|
75
77
|
name: string;
|
|
76
78
|
fields?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
91
93
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
92
94
|
}, {
|
|
93
95
|
robot: "/file/filter";
|
|
96
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
94
97
|
use?: string | string[] | {
|
|
95
98
|
name: string;
|
|
96
99
|
fields?: string | undefined;
|
|
@@ -117,6 +120,7 @@ export declare const robotFileFilterInstructionsSchema: z.ZodObject<{
|
|
|
117
120
|
error_msg?: string | undefined;
|
|
118
121
|
}>;
|
|
119
122
|
export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
123
|
+
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">>]>>;
|
|
120
124
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
121
125
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
122
126
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -184,6 +188,7 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
184
188
|
condition_type: "or" | "and";
|
|
185
189
|
error_on_decline: boolean;
|
|
186
190
|
error_msg: string;
|
|
191
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
187
192
|
use?: string | string[] | {
|
|
188
193
|
name: string;
|
|
189
194
|
fields?: string | undefined;
|
|
@@ -205,6 +210,7 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
205
210
|
declines?: string | [string | number | (string | number | null)[] | null, "includes" | "<" | "=" | ">" | "regex" | "empty" | "==" | "===" | "<=" | ">=" | "!=" | "!==" | "!regex" | "!includes" | "!empty", string | number | (string | number | null)[] | null][] | null | undefined;
|
|
206
211
|
}, {
|
|
207
212
|
robot: "/file/filter";
|
|
213
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
208
214
|
use?: string | string[] | {
|
|
209
215
|
name: string;
|
|
210
216
|
fields?: string | undefined;
|
|
@@ -233,6 +239,7 @@ export declare const robotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
233
239
|
export type RobotFileFilterInstructions = z.infer<typeof robotFileFilterInstructionsSchema>;
|
|
234
240
|
export type RobotFileFilterInstructionsWithHiddenFields = z.infer<typeof robotFileFilterInstructionsWithHiddenFieldsSchema>;
|
|
235
241
|
export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObject<{
|
|
242
|
+
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">>]>>;
|
|
236
243
|
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">]>]>>;
|
|
237
244
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
238
245
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -300,6 +307,7 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
300
307
|
condition_type: string;
|
|
301
308
|
error_on_decline: string | boolean;
|
|
302
309
|
error_msg: string;
|
|
310
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
303
311
|
use?: string | string[] | {
|
|
304
312
|
name: string;
|
|
305
313
|
fields?: string | undefined;
|
|
@@ -320,6 +328,7 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
320
328
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
321
329
|
}, {
|
|
322
330
|
robot: "/file/filter";
|
|
331
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
323
332
|
use?: string | string[] | {
|
|
324
333
|
name: string;
|
|
325
334
|
fields?: string | undefined;
|
|
@@ -348,6 +357,7 @@ export declare const interpolatableRobotFileFilterInstructionsSchema: z.ZodObjec
|
|
|
348
357
|
export type InterpolatableRobotFileFilterInstructions = InterpolatableRobotFileFilterInstructionsInput;
|
|
349
358
|
export type InterpolatableRobotFileFilterInstructionsInput = z.input<typeof interpolatableRobotFileFilterInstructionsSchema>;
|
|
350
359
|
export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
360
|
+
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">>]>>;
|
|
351
361
|
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">]>]>>;
|
|
352
362
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
353
363
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -414,6 +424,7 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
|
|
|
414
424
|
condition_type: string;
|
|
415
425
|
error_on_decline: string | boolean;
|
|
416
426
|
error_msg: string;
|
|
427
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
417
428
|
use?: string | string[] | {
|
|
418
429
|
name: string;
|
|
419
430
|
fields?: string | undefined;
|
|
@@ -435,6 +446,7 @@ export declare const interpolatableRobotFileFilterInstructionsWithHiddenFieldsSc
|
|
|
435
446
|
declines?: string | (string | [string | number | (string | number | null)[] | null, string, string | number | (string | number | null)[] | null])[] | null | undefined;
|
|
436
447
|
}, {
|
|
437
448
|
robot: "/file/filter";
|
|
449
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
438
450
|
use?: string | string[] | {
|
|
439
451
|
name: string;
|
|
440
452
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-filter.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAQnE,eAAO,MAAM,IAAI,EAAE,cAsClB,CAAA;AAED,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"file-filter.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/file-filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAQnE,eAAO,MAAM,IAAI,EAAE,cAsClB,CAAA;AAED,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiHnC,CAAA;AAEX,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1D,CAAA;AAEJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAA;AAC3F,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,iDAAiD,CACzD,CAAA;AAED,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3D,CAAA;AACD,MAAM,MAAM,yCAAyC,GACnD,8CAA8C,CAAA;AAEhD,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,+CAA+C,CACvD,CAAA;AAED,eAAO,MAAM,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE3E,CAAA;AACD,MAAM,MAAM,yDAAyD,GAAG,CAAC,CAAC,KAAK,CAC7E,OAAO,+DAA+D,CACvE,CAAA;AACD,MAAM,MAAM,8DAA8D,GAAG,CAAC,CAAC,KAAK,CAClF,OAAO,+DAA+D,CACvE,CAAA"}
|