@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 robotBackblazeStoreInstructionsSchema: 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"]>>;
|
|
@@ -72,6 +73,7 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
72
73
|
result: boolean;
|
|
73
74
|
force_accept: boolean;
|
|
74
75
|
ignore_errors: string[];
|
|
76
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
75
77
|
use?: string | string[] | {
|
|
76
78
|
name: string;
|
|
77
79
|
fields?: string | undefined;
|
|
@@ -96,6 +98,7 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
96
98
|
robot: "/backblaze/store";
|
|
97
99
|
headers?: Record<string, string> | undefined;
|
|
98
100
|
path?: string | undefined;
|
|
101
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
99
102
|
use?: string | string[] | {
|
|
100
103
|
name: string;
|
|
101
104
|
fields?: string | undefined;
|
|
@@ -121,6 +124,7 @@ export declare const robotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
|
121
124
|
app_key?: string | undefined;
|
|
122
125
|
}>;
|
|
123
126
|
export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
127
|
+
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">>]>>;
|
|
124
128
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
125
129
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
126
130
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -188,6 +192,7 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
188
192
|
robot: "/backblaze/store";
|
|
189
193
|
force_accept: boolean;
|
|
190
194
|
ignore_errors: string[];
|
|
195
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
191
196
|
use?: string | string[] | {
|
|
192
197
|
name: string;
|
|
193
198
|
fields?: string | undefined;
|
|
@@ -213,6 +218,7 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
213
218
|
robot: "/backblaze/store";
|
|
214
219
|
headers?: Record<string, string> | undefined;
|
|
215
220
|
path?: string | undefined;
|
|
221
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
216
222
|
use?: string | string[] | {
|
|
217
223
|
name: string;
|
|
218
224
|
fields?: string | undefined;
|
|
@@ -240,6 +246,7 @@ export declare const robotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
240
246
|
export type RobotBackblazeStoreInstructions = z.infer<typeof robotBackblazeStoreInstructionsSchema>;
|
|
241
247
|
export type RobotBackblazeStoreInstructionsWithHiddenFields = z.infer<typeof robotBackblazeStoreInstructionsWithHiddenFieldsSchema>;
|
|
242
248
|
export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodObject<{
|
|
249
|
+
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">>]>>;
|
|
243
250
|
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">]>]>>;
|
|
244
251
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
245
252
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -307,6 +314,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
307
314
|
result: string | boolean;
|
|
308
315
|
force_accept: string | boolean;
|
|
309
316
|
ignore_errors: string | string[];
|
|
317
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
310
318
|
use?: string | string[] | {
|
|
311
319
|
name: string;
|
|
312
320
|
fields?: string | undefined;
|
|
@@ -331,6 +339,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
331
339
|
robot: "/backblaze/store";
|
|
332
340
|
headers?: Record<string, string> | undefined;
|
|
333
341
|
path?: string | undefined;
|
|
342
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
334
343
|
use?: string | string[] | {
|
|
335
344
|
name: string;
|
|
336
345
|
fields?: string | undefined;
|
|
@@ -358,6 +367,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsSchema: z.ZodO
|
|
|
358
367
|
export type InterpolatableRobotBackblazeStoreInstructions = InterpolatableRobotBackblazeStoreInstructionsInput;
|
|
359
368
|
export type InterpolatableRobotBackblazeStoreInstructionsInput = z.input<typeof interpolatableRobotBackblazeStoreInstructionsSchema>;
|
|
360
369
|
export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
370
|
+
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">>]>>;
|
|
361
371
|
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">]>]>>;
|
|
362
372
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
363
373
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -424,6 +434,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
424
434
|
robot: "/backblaze/store";
|
|
425
435
|
force_accept: string | boolean;
|
|
426
436
|
ignore_errors: string | string[];
|
|
437
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
427
438
|
use?: string | string[] | {
|
|
428
439
|
name: string;
|
|
429
440
|
fields?: string | undefined;
|
|
@@ -449,6 +460,7 @@ export declare const interpolatableRobotBackblazeStoreInstructionsWithHiddenFiel
|
|
|
449
460
|
robot: "/backblaze/store";
|
|
450
461
|
headers?: Record<string, string> | undefined;
|
|
451
462
|
path?: string | undefined;
|
|
463
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
452
464
|
use?: string | string[] | {
|
|
453
465
|
name: string;
|
|
454
466
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backblaze-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/backblaze-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,cAyClB,CAAA;AAED,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"backblaze-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/backblaze-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,cAyClB,CAAA;AAED,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBvC,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 robotBoxImportInstructionsSchema: 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 robotBoxImportInstructionsSchema: 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: "/box/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 robotBoxImportInstructionsSchema: z.ZodObject<{
|
|
|
36
39
|
credentials?: string | undefined;
|
|
37
40
|
}>;
|
|
38
41
|
export declare const robotBoxImportInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -54,6 +58,7 @@ export declare const robotBoxImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
54
58
|
force_accept: boolean;
|
|
55
59
|
ignore_errors: string[];
|
|
56
60
|
force_name: string | string[] | null;
|
|
61
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
57
62
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
58
63
|
result?: boolean | "debug" | undefined;
|
|
59
64
|
queue?: "batch" | undefined;
|
|
@@ -63,6 +68,7 @@ export declare const robotBoxImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
63
68
|
}, {
|
|
64
69
|
path: string | string[];
|
|
65
70
|
robot: "/box/import";
|
|
71
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
66
72
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
67
73
|
result?: boolean | "debug" | undefined;
|
|
68
74
|
queue?: "batch" | undefined;
|
|
@@ -76,6 +82,7 @@ export declare const robotBoxImportInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
76
82
|
export type RobotBoxImportInstructions = z.infer<typeof robotBoxImportInstructionsSchema>;
|
|
77
83
|
export type RobotBoxImportInstructionsWithHiddenFields = z.infer<typeof robotBoxImportInstructionsWithHiddenFieldsSchema>;
|
|
78
84
|
export declare const interpolatableRobotBoxImportInstructionsSchema: z.ZodObject<{
|
|
85
|
+
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">>]>>;
|
|
79
86
|
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">]>]>>;
|
|
80
87
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
81
88
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -92,12 +99,14 @@ export declare const interpolatableRobotBoxImportInstructionsSchema: z.ZodObject
|
|
|
92
99
|
force_accept: string | boolean;
|
|
93
100
|
ignore_errors: string | string[];
|
|
94
101
|
force_name: string | string[] | null;
|
|
102
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
95
103
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
96
104
|
queue?: string | undefined;
|
|
97
105
|
credentials?: string | undefined;
|
|
98
106
|
}, {
|
|
99
107
|
path: string | string[];
|
|
100
108
|
robot: "/box/import";
|
|
109
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
101
110
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
102
111
|
result?: string | boolean | undefined;
|
|
103
112
|
queue?: string | undefined;
|
|
@@ -109,6 +118,7 @@ export declare const interpolatableRobotBoxImportInstructionsSchema: z.ZodObject
|
|
|
109
118
|
export type InterpolatableRobotBoxImportInstructions = InterpolatableRobotBoxImportInstructionsInput;
|
|
110
119
|
export type InterpolatableRobotBoxImportInstructionsInput = z.input<typeof interpolatableRobotBoxImportInstructionsSchema>;
|
|
111
120
|
export declare const interpolatableRobotBoxImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
121
|
+
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">>]>>;
|
|
112
122
|
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">]>]>>;
|
|
113
123
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
114
124
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -126,6 +136,7 @@ export declare const interpolatableRobotBoxImportInstructionsWithHiddenFieldsSch
|
|
|
126
136
|
force_accept: string | boolean;
|
|
127
137
|
ignore_errors: string | string[];
|
|
128
138
|
force_name: string | string[] | null;
|
|
139
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
129
140
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
130
141
|
result?: string | boolean | undefined;
|
|
131
142
|
queue?: string | undefined;
|
|
@@ -135,6 +146,7 @@ export declare const interpolatableRobotBoxImportInstructionsWithHiddenFieldsSch
|
|
|
135
146
|
}, {
|
|
136
147
|
path: string | string[];
|
|
137
148
|
robot: "/box/import";
|
|
149
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
138
150
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
139
151
|
result?: string | boolean | undefined;
|
|
140
152
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/box-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,gCAAgC
|
|
1
|
+
{"version":3,"file":"box-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/box-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,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAelC,CAAA;AAEX,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzD,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 robotBoxStoreInstructionsSchema: 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 robotBoxStoreInstructionsSchema: 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 robotBoxStoreInstructionsSchema: z.ZodObject<{
|
|
|
89
91
|
}, {
|
|
90
92
|
robot: "/box/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 robotBoxStoreInstructionsSchema: z.ZodObject<{
|
|
|
112
115
|
create_sharing_link?: boolean | undefined;
|
|
113
116
|
}>;
|
|
114
117
|
export declare const robotBoxStoreInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -178,6 +182,7 @@ export declare const robotBoxStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
178
182
|
force_accept: boolean;
|
|
179
183
|
ignore_errors: string[];
|
|
180
184
|
create_sharing_link: boolean;
|
|
185
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
181
186
|
use?: string | string[] | {
|
|
182
187
|
name: string;
|
|
183
188
|
fields?: string | undefined;
|
|
@@ -201,6 +206,7 @@ export declare const robotBoxStoreInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
201
206
|
}, {
|
|
202
207
|
robot: "/box/store";
|
|
203
208
|
path?: string | undefined;
|
|
209
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
204
210
|
use?: string | string[] | {
|
|
205
211
|
name: string;
|
|
206
212
|
fields?: string | undefined;
|
|
@@ -229,6 +235,7 @@ export type RobotBoxStoreInstructions = z.infer<typeof robotBoxStoreInstructions
|
|
|
229
235
|
export type RobotBoxStoreInstructionsInput = z.input<typeof robotBoxStoreInstructionsSchema>;
|
|
230
236
|
export type RobotBoxStoreInstructionsWithHiddenFields = z.infer<typeof robotBoxStoreInstructionsWithHiddenFieldsSchema>;
|
|
231
237
|
export declare const interpolatableRobotBoxStoreInstructionsSchema: z.ZodObject<{
|
|
238
|
+
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">>]>>;
|
|
232
239
|
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">]>]>>;
|
|
233
240
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
234
241
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -293,6 +300,7 @@ export declare const interpolatableRobotBoxStoreInstructionsSchema: z.ZodObject<
|
|
|
293
300
|
force_accept: string | boolean;
|
|
294
301
|
ignore_errors: string | string[];
|
|
295
302
|
create_sharing_link: string | boolean;
|
|
303
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
296
304
|
use?: string | string[] | {
|
|
297
305
|
name: string;
|
|
298
306
|
fields?: string | undefined;
|
|
@@ -313,6 +321,7 @@ export declare const interpolatableRobotBoxStoreInstructionsSchema: z.ZodObject<
|
|
|
313
321
|
}, {
|
|
314
322
|
robot: "/box/store";
|
|
315
323
|
path?: string | undefined;
|
|
324
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
316
325
|
use?: string | string[] | {
|
|
317
326
|
name: string;
|
|
318
327
|
fields?: string | undefined;
|
|
@@ -338,6 +347,7 @@ export declare const interpolatableRobotBoxStoreInstructionsSchema: z.ZodObject<
|
|
|
338
347
|
export type InterpolatableRobotBoxStoreInstructions = InterpolatableRobotBoxStoreInstructionsInput;
|
|
339
348
|
export type InterpolatableRobotBoxStoreInstructionsInput = z.input<typeof interpolatableRobotBoxStoreInstructionsSchema>;
|
|
340
349
|
export declare const interpolatableRobotBoxStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
350
|
+
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">>]>>;
|
|
341
351
|
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">]>]>>;
|
|
342
352
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
343
353
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -403,6 +413,7 @@ export declare const interpolatableRobotBoxStoreInstructionsWithHiddenFieldsSche
|
|
|
403
413
|
force_accept: string | boolean;
|
|
404
414
|
ignore_errors: string | string[];
|
|
405
415
|
create_sharing_link: string | boolean;
|
|
416
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
406
417
|
use?: string | string[] | {
|
|
407
418
|
name: string;
|
|
408
419
|
fields?: string | undefined;
|
|
@@ -426,6 +437,7 @@ export declare const interpolatableRobotBoxStoreInstructionsWithHiddenFieldsSche
|
|
|
426
437
|
}, {
|
|
427
438
|
robot: "/box/store";
|
|
428
439
|
path?: string | undefined;
|
|
440
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
429
441
|
use?: string | string[] | {
|
|
430
442
|
name: string;
|
|
431
443
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/box-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":"box-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/box-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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjC,CAAA;AAEX,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxD,CAAA;AAEJ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;AACvF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;AAC5F,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 robotCloudfilesImportInstructionsSchema: 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"]>>;
|
|
@@ -33,6 +34,7 @@ export declare const robotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
|
33
34
|
files_per_page: number;
|
|
34
35
|
page_number: number;
|
|
35
36
|
key?: string | undefined;
|
|
37
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
36
38
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
37
39
|
queue?: "batch" | undefined;
|
|
38
40
|
credentials?: string | undefined;
|
|
@@ -44,6 +46,7 @@ export declare const robotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
|
44
46
|
path: string | string[];
|
|
45
47
|
robot: "/cloudfiles/import";
|
|
46
48
|
key?: string | undefined;
|
|
49
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
47
50
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
48
51
|
result?: boolean | undefined;
|
|
49
52
|
queue?: "batch" | undefined;
|
|
@@ -60,6 +63,7 @@ export declare const robotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
|
60
63
|
page_number?: number | undefined;
|
|
61
64
|
}>;
|
|
62
65
|
export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
66
|
+
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">>]>>;
|
|
63
67
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
64
68
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
65
69
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -88,6 +92,7 @@ export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
88
92
|
files_per_page: number;
|
|
89
93
|
page_number: number;
|
|
90
94
|
key?: string | undefined;
|
|
95
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
91
96
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
92
97
|
result?: boolean | "debug" | undefined;
|
|
93
98
|
queue?: "batch" | undefined;
|
|
@@ -100,6 +105,7 @@ export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
100
105
|
path: string | string[];
|
|
101
106
|
robot: "/cloudfiles/import";
|
|
102
107
|
key?: string | undefined;
|
|
108
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
103
109
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
104
110
|
result?: boolean | "debug" | undefined;
|
|
105
111
|
queue?: "batch" | undefined;
|
|
@@ -118,6 +124,7 @@ export declare const robotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
118
124
|
export type RobotCloudfilesImportInstructions = z.infer<typeof robotCloudfilesImportInstructionsSchema>;
|
|
119
125
|
export type RobotCloudfilesImportInstructionsWithHiddenFields = z.infer<typeof robotCloudfilesImportInstructionsWithHiddenFieldsSchema>;
|
|
120
126
|
export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.ZodObject<{
|
|
127
|
+
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">>]>>;
|
|
121
128
|
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">]>]>>;
|
|
122
129
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
123
130
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -146,6 +153,7 @@ export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.Zo
|
|
|
146
153
|
files_per_page: string | number;
|
|
147
154
|
page_number: string | number;
|
|
148
155
|
key?: string | undefined;
|
|
156
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
149
157
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
150
158
|
queue?: string | undefined;
|
|
151
159
|
credentials?: string | undefined;
|
|
@@ -157,6 +165,7 @@ export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.Zo
|
|
|
157
165
|
path: string | string[];
|
|
158
166
|
robot: "/cloudfiles/import";
|
|
159
167
|
key?: string | undefined;
|
|
168
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
160
169
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
161
170
|
result?: string | boolean | undefined;
|
|
162
171
|
queue?: string | undefined;
|
|
@@ -175,6 +184,7 @@ export declare const interpolatableRobotCloudfilesImportInstructionsSchema: z.Zo
|
|
|
175
184
|
export type InterpolatableRobotCloudfilesImportInstructions = InterpolatableRobotCloudfilesImportInstructionsInput;
|
|
176
185
|
export type InterpolatableRobotCloudfilesImportInstructionsInput = z.input<typeof interpolatableRobotCloudfilesImportInstructionsSchema>;
|
|
177
186
|
export declare const interpolatableRobotCloudfilesImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
187
|
+
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">>]>>;
|
|
178
188
|
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">]>]>>;
|
|
179
189
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
180
190
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -202,6 +212,7 @@ export declare const interpolatableRobotCloudfilesImportInstructionsWithHiddenFi
|
|
|
202
212
|
files_per_page: string | number;
|
|
203
213
|
page_number: string | number;
|
|
204
214
|
key?: string | undefined;
|
|
215
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
205
216
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
206
217
|
result?: string | boolean | undefined;
|
|
207
218
|
queue?: string | undefined;
|
|
@@ -214,6 +225,7 @@ export declare const interpolatableRobotCloudfilesImportInstructionsWithHiddenFi
|
|
|
214
225
|
path: string | string[];
|
|
215
226
|
robot: "/cloudfiles/import";
|
|
216
227
|
key?: string | undefined;
|
|
228
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
217
229
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
218
230
|
result?: string | boolean | undefined;
|
|
219
231
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudfiles-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudfiles-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAWnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"cloudfiles-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudfiles-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAWnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BzC,CAAA;AAEX,eAAO,MAAM,uDAAuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhE,CAAA;AAEJ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAA;AACD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,uDAAuD,CAC/D,CAAA;AAED,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjE,CAAA;AACD,MAAM,MAAM,+CAA+C,GACzD,oDAAoD,CAAA;AAEtD,MAAM,MAAM,oDAAoD,GAAG,CAAC,CAAC,KAAK,CACxE,OAAO,qDAAqD,CAC7D,CAAA;AAED,eAAO,MAAM,qEAAqE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EACP,CAAA;AAC3E,MAAM,MAAM,+DAA+D,GAAG,CAAC,CAAC,KAAK,CACnF,OAAO,qEAAqE,CAC7E,CAAA;AACD,MAAM,MAAM,oEAAoE,GAAG,CAAC,CAAC,KAAK,CACxF,OAAO,qEAAqE,CAC7E,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 robotCloudfilesStoreInstructionsSchema: 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"]>>;
|
|
@@ -73,6 +74,7 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
73
74
|
force_accept: boolean;
|
|
74
75
|
ignore_errors: string[];
|
|
75
76
|
key?: string | undefined;
|
|
77
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
76
78
|
use?: string | string[] | {
|
|
77
79
|
name: string;
|
|
78
80
|
fields?: string | undefined;
|
|
@@ -98,6 +100,7 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
98
100
|
robot: "/cloudfiles/store";
|
|
99
101
|
path?: string | undefined;
|
|
100
102
|
key?: string | undefined;
|
|
103
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
101
104
|
use?: string | string[] | {
|
|
102
105
|
name: string;
|
|
103
106
|
fields?: string | undefined;
|
|
@@ -124,6 +127,7 @@ export declare const robotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
|
124
127
|
user?: string | undefined;
|
|
125
128
|
}>;
|
|
126
129
|
export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
130
|
+
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">>]>>;
|
|
127
131
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
128
132
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
129
133
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -192,6 +196,7 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
192
196
|
force_accept: boolean;
|
|
193
197
|
ignore_errors: string[];
|
|
194
198
|
key?: string | undefined;
|
|
199
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
195
200
|
use?: string | string[] | {
|
|
196
201
|
name: string;
|
|
197
202
|
fields?: string | undefined;
|
|
@@ -218,6 +223,7 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
218
223
|
robot: "/cloudfiles/store";
|
|
219
224
|
path?: string | undefined;
|
|
220
225
|
key?: string | undefined;
|
|
226
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
221
227
|
use?: string | string[] | {
|
|
222
228
|
name: string;
|
|
223
229
|
fields?: string | undefined;
|
|
@@ -246,6 +252,7 @@ export declare const robotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.Z
|
|
|
246
252
|
export type RobotCloudfilesStoreInstructions = z.infer<typeof robotCloudfilesStoreInstructionsSchema>;
|
|
247
253
|
export type RobotCloudfilesStoreInstructionsWithHiddenFields = z.infer<typeof robotCloudfilesStoreInstructionsWithHiddenFieldsSchema>;
|
|
248
254
|
export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.ZodObject<{
|
|
255
|
+
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">>]>>;
|
|
249
256
|
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">]>]>>;
|
|
250
257
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
251
258
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -314,6 +321,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
314
321
|
force_accept: string | boolean;
|
|
315
322
|
ignore_errors: string | string[];
|
|
316
323
|
key?: string | undefined;
|
|
324
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
317
325
|
use?: string | string[] | {
|
|
318
326
|
name: string;
|
|
319
327
|
fields?: string | undefined;
|
|
@@ -339,6 +347,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
339
347
|
robot: "/cloudfiles/store";
|
|
340
348
|
path?: string | undefined;
|
|
341
349
|
key?: string | undefined;
|
|
350
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
342
351
|
use?: string | string[] | {
|
|
343
352
|
name: string;
|
|
344
353
|
fields?: string | undefined;
|
|
@@ -367,6 +376,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsSchema: z.Zod
|
|
|
367
376
|
export type InterpolatableRobotCloudfilesStoreInstructions = InterpolatableRobotCloudfilesStoreInstructionsInput;
|
|
368
377
|
export type InterpolatableRobotCloudfilesStoreInstructionsInput = z.input<typeof interpolatableRobotCloudfilesStoreInstructionsSchema>;
|
|
369
378
|
export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
379
|
+
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">>]>>;
|
|
370
380
|
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">]>]>>;
|
|
371
381
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
372
382
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -434,6 +444,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
434
444
|
force_accept: string | boolean;
|
|
435
445
|
ignore_errors: string | string[];
|
|
436
446
|
key?: string | undefined;
|
|
447
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
437
448
|
use?: string | string[] | {
|
|
438
449
|
name: string;
|
|
439
450
|
fields?: string | undefined;
|
|
@@ -460,6 +471,7 @@ export declare const interpolatableRobotCloudfilesStoreInstructionsWithHiddenFie
|
|
|
460
471
|
robot: "/cloudfiles/store";
|
|
461
472
|
path?: string | undefined;
|
|
462
473
|
key?: string | undefined;
|
|
474
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
463
475
|
use?: string | string[] | {
|
|
464
476
|
name: string;
|
|
465
477
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudfiles-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudfiles-store.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,cA6ClB,CAAA;AAED,eAAO,MAAM,sCAAsC
|
|
1
|
+
{"version":3,"file":"cloudfiles-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudfiles-store.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,cA6ClB,CAAA;AAED,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxC,CAAA;AAEX,eAAO,MAAM,sDAAsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/D,CAAA;AAEJ,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CACpD,OAAO,sCAAsC,CAC9C,CAAA;AACD,MAAM,MAAM,gDAAgD,GAAG,CAAC,CAAC,KAAK,CACpE,OAAO,sDAAsD,CAC9D,CAAA;AAED,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEhE,CAAA;AACD,MAAM,MAAM,8CAA8C,GACxD,mDAAmD,CAAA;AAErD,MAAM,MAAM,mDAAmD,GAAG,CAAC,CAAC,KAAK,CACvE,OAAO,oDAAoD,CAC5D,CAAA;AAED,eAAO,MAAM,oEAAoE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EACP,CAAA;AAC1E,MAAM,MAAM,8DAA8D,GAAG,CAAC,CAAC,KAAK,CAClF,OAAO,oEAAoE,CAC5E,CAAA;AACD,MAAM,MAAM,mEAAmE,GAAG,CAAC,CAAC,KAAK,CACvF,OAAO,oEAAoE,CAC5E,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 robotCloudflareImportInstructionsSchema: 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"]>>;
|
|
@@ -35,6 +36,7 @@ export declare const robotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
|
35
36
|
return_file_stubs: boolean;
|
|
36
37
|
host?: string | undefined;
|
|
37
38
|
key?: string | undefined;
|
|
39
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
38
40
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
39
41
|
queue?: "batch" | undefined;
|
|
40
42
|
credentials?: string | undefined;
|
|
@@ -45,6 +47,7 @@ export declare const robotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
|
45
47
|
robot: "/cloudflare/import";
|
|
46
48
|
host?: string | undefined;
|
|
47
49
|
key?: string | undefined;
|
|
50
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
48
51
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
49
52
|
result?: boolean | undefined;
|
|
50
53
|
queue?: "batch" | undefined;
|
|
@@ -60,6 +63,7 @@ export declare const robotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
|
60
63
|
return_file_stubs?: boolean | undefined;
|
|
61
64
|
}>;
|
|
62
65
|
export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
66
|
+
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">>]>>;
|
|
63
67
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
64
68
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
65
69
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -90,6 +94,7 @@ export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
90
94
|
return_file_stubs: boolean;
|
|
91
95
|
host?: string | undefined;
|
|
92
96
|
key?: string | undefined;
|
|
97
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
93
98
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
94
99
|
result?: boolean | "debug" | undefined;
|
|
95
100
|
queue?: "batch" | undefined;
|
|
@@ -101,6 +106,7 @@ export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
101
106
|
robot: "/cloudflare/import";
|
|
102
107
|
host?: string | undefined;
|
|
103
108
|
key?: string | undefined;
|
|
109
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
104
110
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
105
111
|
result?: boolean | "debug" | undefined;
|
|
106
112
|
queue?: "batch" | undefined;
|
|
@@ -118,6 +124,7 @@ export declare const robotCloudflareImportInstructionsWithHiddenFieldsSchema: z.
|
|
|
118
124
|
export type RobotCloudflareImportInstructions = z.infer<typeof robotCloudflareImportInstructionsSchema>;
|
|
119
125
|
export type RobotCloudflareImportInstructionsWithHiddenFields = z.infer<typeof robotCloudflareImportInstructionsWithHiddenFieldsSchema>;
|
|
120
126
|
export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.ZodObject<{
|
|
127
|
+
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">>]>>;
|
|
121
128
|
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">]>]>>;
|
|
122
129
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
123
130
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -148,6 +155,7 @@ export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.Zo
|
|
|
148
155
|
return_file_stubs: string | boolean;
|
|
149
156
|
host?: string | undefined;
|
|
150
157
|
key?: string | undefined;
|
|
158
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
151
159
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
152
160
|
queue?: string | undefined;
|
|
153
161
|
credentials?: string | undefined;
|
|
@@ -158,6 +166,7 @@ export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.Zo
|
|
|
158
166
|
robot: "/cloudflare/import";
|
|
159
167
|
host?: string | undefined;
|
|
160
168
|
key?: string | undefined;
|
|
169
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
161
170
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
162
171
|
result?: string | boolean | undefined;
|
|
163
172
|
queue?: string | undefined;
|
|
@@ -175,6 +184,7 @@ export declare const interpolatableRobotCloudflareImportInstructionsSchema: z.Zo
|
|
|
175
184
|
export type InterpolatableRobotCloudflareImportInstructions = InterpolatableRobotCloudflareImportInstructionsInput;
|
|
176
185
|
export type InterpolatableRobotCloudflareImportInstructionsInput = z.input<typeof interpolatableRobotCloudflareImportInstructionsSchema>;
|
|
177
186
|
export declare const interpolatableRobotCloudflareImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
187
|
+
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">>]>>;
|
|
178
188
|
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">]>]>>;
|
|
179
189
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
180
190
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -204,6 +214,7 @@ export declare const interpolatableRobotCloudflareImportInstructionsWithHiddenFi
|
|
|
204
214
|
return_file_stubs: string | boolean;
|
|
205
215
|
host?: string | undefined;
|
|
206
216
|
key?: string | undefined;
|
|
217
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
207
218
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
208
219
|
result?: string | boolean | undefined;
|
|
209
220
|
queue?: string | undefined;
|
|
@@ -215,6 +226,7 @@ export declare const interpolatableRobotCloudflareImportInstructionsWithHiddenFi
|
|
|
215
226
|
robot: "/cloudflare/import";
|
|
216
227
|
host?: string | undefined;
|
|
217
228
|
key?: string | undefined;
|
|
229
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
218
230
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
219
231
|
result?: string | boolean | undefined;
|
|
220
232
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudflare-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudflare-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAanE,eAAO,MAAM,IAAI,EAAE,cAsClB,CAAA;AAED,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"cloudflare-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/cloudflare-import.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAanE,eAAO,MAAM,IAAI,EAAE,cAsClB,CAAA;AAED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BzC,CAAA;AAEX,eAAO,MAAM,uDAAuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKhE,CAAA;AAEJ,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAA;AACD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,uDAAuD,CAC/D,CAAA;AAED,eAAO,MAAM,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjE,CAAA;AACD,MAAM,MAAM,+CAA+C,GACzD,oDAAoD,CAAA;AAEtD,MAAM,MAAM,oDAAoD,GAAG,CAAC,CAAC,KAAK,CACxE,OAAO,qDAAqD,CAC7D,CAAA;AAED,eAAO,MAAM,qEAAqE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EACP,CAAA;AAC3E,MAAM,MAAM,+DAA+D,GAAG,CAAC,CAAC,KAAK,CACnF,OAAO,qEAAqE,CAC7E,CAAA;AACD,MAAM,MAAM,oEAAoE,GAAG,CAAC,CAAC,KAAK,CACxF,OAAO,qEAAqE,CAC7E,CAAA"}
|