@transloadit/node 4.10.2 → 4.10.4
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 +5 -7
- 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 robotSpeechTranscribeInstructionsSchema: 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 robotSpeechTranscribeInstructionsSchema: z.ZodObject<{
|
|
|
73
74
|
granularity: "full" | "list";
|
|
74
75
|
source_language: string;
|
|
75
76
|
target_language: string;
|
|
77
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
76
78
|
use?: string | string[] | {
|
|
77
79
|
name: string;
|
|
78
80
|
fields?: string | undefined;
|
|
@@ -92,6 +94,7 @@ export declare const robotSpeechTranscribeInstructionsSchema: z.ZodObject<{
|
|
|
92
94
|
}, {
|
|
93
95
|
robot: "/speech/transcribe";
|
|
94
96
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
97
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
95
98
|
use?: string | string[] | {
|
|
96
99
|
name: string;
|
|
97
100
|
fields?: string | undefined;
|
|
@@ -117,6 +120,7 @@ export declare const robotSpeechTranscribeInstructionsSchema: z.ZodObject<{
|
|
|
117
120
|
target_language?: string | undefined;
|
|
118
121
|
}>;
|
|
119
122
|
export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -186,6 +190,7 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
|
|
|
186
190
|
granularity: "full" | "list";
|
|
187
191
|
source_language: string;
|
|
188
192
|
target_language: string;
|
|
193
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
189
194
|
use?: string | string[] | {
|
|
190
195
|
name: string;
|
|
191
196
|
fields?: string | undefined;
|
|
@@ -206,6 +211,7 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
|
|
|
206
211
|
}, {
|
|
207
212
|
robot: "/speech/transcribe";
|
|
208
213
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
214
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
209
215
|
use?: string | string[] | {
|
|
210
216
|
name: string;
|
|
211
217
|
fields?: string | undefined;
|
|
@@ -233,6 +239,7 @@ export declare const robotSpeechTranscribeInstructionsWithHiddenFieldsSchema: z.
|
|
|
233
239
|
export type RobotSpeechTranscribeInstructions = z.infer<typeof robotSpeechTranscribeInstructionsSchema>;
|
|
234
240
|
export type RobotSpeechTranscribeInstructionsWithHiddenFields = z.infer<typeof robotSpeechTranscribeInstructionsWithHiddenFieldsSchema>;
|
|
235
241
|
export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: 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"]>]>>;
|
|
@@ -302,6 +309,7 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
|
|
|
302
309
|
granularity: string;
|
|
303
310
|
source_language: string;
|
|
304
311
|
target_language: string;
|
|
312
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
305
313
|
use?: string | string[] | {
|
|
306
314
|
name: string;
|
|
307
315
|
fields?: string | undefined;
|
|
@@ -321,6 +329,7 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
|
|
|
321
329
|
}, {
|
|
322
330
|
robot: "/speech/transcribe";
|
|
323
331
|
provider: string;
|
|
332
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
324
333
|
use?: string | string[] | {
|
|
325
334
|
name: string;
|
|
326
335
|
fields?: string | undefined;
|
|
@@ -348,6 +357,7 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsSchema: z.Zo
|
|
|
348
357
|
export type InterpolatableRobotSpeechTranscribeInstructions = InterpolatableRobotSpeechTranscribeInstructionsInput;
|
|
349
358
|
export type InterpolatableRobotSpeechTranscribeInstructionsInput = z.input<typeof interpolatableRobotSpeechTranscribeInstructionsSchema>;
|
|
350
359
|
export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFieldsSchema: 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]>>;
|
|
@@ -416,6 +426,7 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFi
|
|
|
416
426
|
granularity: string;
|
|
417
427
|
source_language: string;
|
|
418
428
|
target_language: string;
|
|
429
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
419
430
|
use?: string | string[] | {
|
|
420
431
|
name: string;
|
|
421
432
|
fields?: string | undefined;
|
|
@@ -436,6 +447,7 @@ export declare const interpolatableRobotSpeechTranscribeInstructionsWithHiddenFi
|
|
|
436
447
|
}, {
|
|
437
448
|
robot: "/speech/transcribe";
|
|
438
449
|
provider: string;
|
|
450
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
439
451
|
use?: string | string[] | {
|
|
440
452
|
name: string;
|
|
441
453
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"speech-transcribe.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/speech-transcribe.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,cA6ClB,CAAA;AAED,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"speech-transcribe.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/speech-transcribe.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,cA6ClB,CAAA;AAED,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CzC,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 robotSupabaseImportInstructionsSchema: 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"]>>;
|
|
@@ -36,6 +37,7 @@ export declare const robotSupabaseImportInstructionsSchema: z.ZodObject<{
|
|
|
36
37
|
return_file_stubs: boolean;
|
|
37
38
|
host?: string | undefined;
|
|
38
39
|
key?: string | undefined;
|
|
40
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
39
41
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
40
42
|
queue?: "batch" | undefined;
|
|
41
43
|
credentials?: string | undefined;
|
|
@@ -47,6 +49,7 @@ export declare const robotSupabaseImportInstructionsSchema: z.ZodObject<{
|
|
|
47
49
|
robot: "/supabase/import";
|
|
48
50
|
host?: string | undefined;
|
|
49
51
|
key?: string | undefined;
|
|
52
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
50
53
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
51
54
|
result?: boolean | undefined;
|
|
52
55
|
queue?: "batch" | undefined;
|
|
@@ -63,6 +66,7 @@ export declare const robotSupabaseImportInstructionsSchema: z.ZodObject<{
|
|
|
63
66
|
return_file_stubs?: boolean | undefined;
|
|
64
67
|
}>;
|
|
65
68
|
export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
69
|
+
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">>]>>;
|
|
66
70
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
67
71
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
68
72
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -94,6 +98,7 @@ export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
94
98
|
return_file_stubs: boolean;
|
|
95
99
|
host?: string | undefined;
|
|
96
100
|
key?: string | undefined;
|
|
101
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
97
102
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
98
103
|
result?: boolean | "debug" | undefined;
|
|
99
104
|
queue?: "batch" | undefined;
|
|
@@ -106,6 +111,7 @@ export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
106
111
|
robot: "/supabase/import";
|
|
107
112
|
host?: string | undefined;
|
|
108
113
|
key?: string | undefined;
|
|
114
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
109
115
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
110
116
|
result?: boolean | "debug" | undefined;
|
|
111
117
|
queue?: "batch" | undefined;
|
|
@@ -124,6 +130,7 @@ export declare const robotSupabaseImportInstructionsWithHiddenFieldsSchema: z.Zo
|
|
|
124
130
|
export type RobotSupabaseImportInstructions = z.infer<typeof robotSupabaseImportInstructionsSchema>;
|
|
125
131
|
export type RobotSupabaseImportInstructionsWithHiddenFields = z.infer<typeof robotSupabaseImportInstructionsWithHiddenFieldsSchema>;
|
|
126
132
|
export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodObject<{
|
|
133
|
+
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
134
|
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">]>]>>;
|
|
128
135
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
129
136
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -155,6 +162,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
|
|
|
155
162
|
return_file_stubs: string | boolean;
|
|
156
163
|
host?: string | undefined;
|
|
157
164
|
key?: string | undefined;
|
|
165
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
158
166
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
159
167
|
queue?: string | undefined;
|
|
160
168
|
credentials?: string | undefined;
|
|
@@ -166,6 +174,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
|
|
|
166
174
|
robot: "/supabase/import";
|
|
167
175
|
host?: string | undefined;
|
|
168
176
|
key?: string | undefined;
|
|
177
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
169
178
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
170
179
|
result?: string | boolean | undefined;
|
|
171
180
|
queue?: string | undefined;
|
|
@@ -184,6 +193,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsSchema: z.ZodO
|
|
|
184
193
|
export type InterpolatableRobotSupabaseImportInstructions = InterpolatableRobotSupabaseImportInstructionsInput;
|
|
185
194
|
export type InterpolatableRobotSupabaseImportInstructionsInput = z.input<typeof interpolatableRobotSupabaseImportInstructionsSchema>;
|
|
186
195
|
export declare const interpolatableRobotSupabaseImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
196
|
+
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">>]>>;
|
|
187
197
|
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">]>]>>;
|
|
188
198
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
189
199
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -214,6 +224,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsWithHiddenFiel
|
|
|
214
224
|
return_file_stubs: string | boolean;
|
|
215
225
|
host?: string | undefined;
|
|
216
226
|
key?: string | undefined;
|
|
227
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
217
228
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
218
229
|
result?: string | boolean | undefined;
|
|
219
230
|
queue?: string | undefined;
|
|
@@ -226,6 +237,7 @@ export declare const interpolatableRobotSupabaseImportInstructionsWithHiddenFiel
|
|
|
226
237
|
robot: "/supabase/import";
|
|
227
238
|
host?: string | undefined;
|
|
228
239
|
key?: string | undefined;
|
|
240
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
229
241
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
230
242
|
result?: string | boolean | undefined;
|
|
231
243
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supabase-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/supabase-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,qCAAqC
|
|
1
|
+
{"version":3,"file":"supabase-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/supabase-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,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCvC,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 robotSupabaseStoreInstructionsSchema: 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"]>>;
|
|
@@ -77,6 +78,7 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
|
|
|
77
78
|
ignore_errors: string[];
|
|
78
79
|
host?: string | undefined;
|
|
79
80
|
key?: string | undefined;
|
|
81
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
80
82
|
use?: string | string[] | {
|
|
81
83
|
name: string;
|
|
82
84
|
fields?: string | undefined;
|
|
@@ -104,6 +106,7 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
|
|
|
104
106
|
host?: string | undefined;
|
|
105
107
|
path?: string | undefined;
|
|
106
108
|
key?: string | undefined;
|
|
109
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
107
110
|
use?: string | string[] | {
|
|
108
111
|
name: string;
|
|
109
112
|
fields?: string | undefined;
|
|
@@ -130,6 +133,7 @@ export declare const robotSupabaseStoreInstructionsSchema: z.ZodObject<{
|
|
|
130
133
|
sign_urls_for?: number | undefined;
|
|
131
134
|
}>;
|
|
132
135
|
export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
136
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
133
137
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
134
138
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
135
139
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -202,6 +206,7 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
202
206
|
ignore_errors: string[];
|
|
203
207
|
host?: string | undefined;
|
|
204
208
|
key?: string | undefined;
|
|
209
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
205
210
|
use?: string | string[] | {
|
|
206
211
|
name: string;
|
|
207
212
|
fields?: string | undefined;
|
|
@@ -230,6 +235,7 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
230
235
|
host?: string | undefined;
|
|
231
236
|
path?: string | undefined;
|
|
232
237
|
key?: string | undefined;
|
|
238
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
233
239
|
use?: string | string[] | {
|
|
234
240
|
name: string;
|
|
235
241
|
fields?: string | undefined;
|
|
@@ -258,6 +264,7 @@ export declare const robotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
258
264
|
export type RobotSupabaseStoreInstructions = z.infer<typeof robotSupabaseStoreInstructionsSchema>;
|
|
259
265
|
export type RobotSupabaseStoreInstructionsWithHiddenFields = z.infer<typeof robotSupabaseStoreInstructionsWithHiddenFieldsSchema>;
|
|
260
266
|
export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodObject<{
|
|
267
|
+
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">>]>>;
|
|
261
268
|
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">]>]>>;
|
|
262
269
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
263
270
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -330,6 +337,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
|
|
|
330
337
|
ignore_errors: string | string[];
|
|
331
338
|
host?: string | undefined;
|
|
332
339
|
key?: string | undefined;
|
|
340
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
333
341
|
use?: string | string[] | {
|
|
334
342
|
name: string;
|
|
335
343
|
fields?: string | undefined;
|
|
@@ -357,6 +365,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
|
|
|
357
365
|
host?: string | undefined;
|
|
358
366
|
path?: string | undefined;
|
|
359
367
|
key?: string | undefined;
|
|
368
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
360
369
|
use?: string | string[] | {
|
|
361
370
|
name: string;
|
|
362
371
|
fields?: string | undefined;
|
|
@@ -385,6 +394,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsSchema: z.ZodOb
|
|
|
385
394
|
export type InterpolatableRobotSupabaseStoreInstructions = InterpolatableRobotSupabaseStoreInstructionsInput;
|
|
386
395
|
export type InterpolatableRobotSupabaseStoreInstructionsInput = z.input<typeof interpolatableRobotSupabaseStoreInstructionsSchema>;
|
|
387
396
|
export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
397
|
+
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">>]>>;
|
|
388
398
|
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">]>]>>;
|
|
389
399
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
390
400
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -456,6 +466,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
|
|
|
456
466
|
ignore_errors: string | string[];
|
|
457
467
|
host?: string | undefined;
|
|
458
468
|
key?: string | undefined;
|
|
469
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
459
470
|
use?: string | string[] | {
|
|
460
471
|
name: string;
|
|
461
472
|
fields?: string | undefined;
|
|
@@ -484,6 +495,7 @@ export declare const interpolatableRobotSupabaseStoreInstructionsWithHiddenField
|
|
|
484
495
|
host?: string | undefined;
|
|
485
496
|
path?: string | undefined;
|
|
486
497
|
key?: string | undefined;
|
|
498
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
487
499
|
use?: string | string[] | {
|
|
488
500
|
name: string;
|
|
489
501
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supabase-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/supabase-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,oCAAoC
|
|
1
|
+
{"version":3,"file":"supabase-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/supabase-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,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BtC,CAAA;AAEX,eAAO,MAAM,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7D,CAAA;AAEJ,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAA;AACjG,MAAM,MAAM,8CAA8C,GAAG,CAAC,CAAC,KAAK,CAClE,OAAO,oDAAoD,CAC5D,CAAA;AAED,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9D,CAAA;AACD,MAAM,MAAM,4CAA4C,GACtD,iDAAiD,CAAA;AAEnD,MAAM,MAAM,iDAAiD,GAAG,CAAC,CAAC,KAAK,CACrE,OAAO,kDAAkD,CAC1D,CAAA;AAED,eAAO,MAAM,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9E,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,kEAAkE,CAC1E,CAAA;AACD,MAAM,MAAM,iEAAiE,GAAG,CAAC,CAAC,KAAK,CACrF,OAAO,kEAAkE,CAC1E,CAAA"}
|
|
@@ -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 robotSwiftImportInstructionsSchema: 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"]>>;
|
|
@@ -36,6 +37,7 @@ export declare const robotSwiftImportInstructionsSchema: z.ZodObject<{
|
|
|
36
37
|
return_file_stubs: boolean;
|
|
37
38
|
host?: string | undefined;
|
|
38
39
|
key?: string | undefined;
|
|
40
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
39
41
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
40
42
|
queue?: "batch" | undefined;
|
|
41
43
|
credentials?: string | undefined;
|
|
@@ -47,6 +49,7 @@ export declare const robotSwiftImportInstructionsSchema: z.ZodObject<{
|
|
|
47
49
|
robot: "/swift/import";
|
|
48
50
|
host?: string | undefined;
|
|
49
51
|
key?: string | undefined;
|
|
52
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
50
53
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
51
54
|
result?: boolean | undefined;
|
|
52
55
|
queue?: "batch" | undefined;
|
|
@@ -63,6 +66,7 @@ export declare const robotSwiftImportInstructionsSchema: z.ZodObject<{
|
|
|
63
66
|
return_file_stubs?: boolean | undefined;
|
|
64
67
|
}>;
|
|
65
68
|
export declare const robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
69
|
+
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">>]>>;
|
|
66
70
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
67
71
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
68
72
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -94,6 +98,7 @@ export declare const robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
94
98
|
return_file_stubs: boolean;
|
|
95
99
|
host?: string | undefined;
|
|
96
100
|
key?: string | undefined;
|
|
101
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
97
102
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
98
103
|
result?: boolean | "debug" | undefined;
|
|
99
104
|
queue?: "batch" | undefined;
|
|
@@ -106,6 +111,7 @@ export declare const robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
106
111
|
robot: "/swift/import";
|
|
107
112
|
host?: string | undefined;
|
|
108
113
|
key?: string | undefined;
|
|
114
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
109
115
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
110
116
|
result?: boolean | "debug" | undefined;
|
|
111
117
|
queue?: "batch" | undefined;
|
|
@@ -124,6 +130,7 @@ export declare const robotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
124
130
|
export type RobotSwiftImportInstructions = z.infer<typeof robotSwiftImportInstructionsSchema>;
|
|
125
131
|
export type RobotSwiftImportInstructionsWithHiddenFields = z.infer<typeof robotSwiftImportInstructionsWithHiddenFieldsSchema>;
|
|
126
132
|
export declare const interpolatableRobotSwiftImportInstructionsSchema: z.ZodObject<{
|
|
133
|
+
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
134
|
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">]>]>>;
|
|
128
135
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
129
136
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -155,6 +162,7 @@ export declare const interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
|
|
|
155
162
|
return_file_stubs: string | boolean;
|
|
156
163
|
host?: string | undefined;
|
|
157
164
|
key?: string | undefined;
|
|
165
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
158
166
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
159
167
|
queue?: string | undefined;
|
|
160
168
|
credentials?: string | undefined;
|
|
@@ -166,6 +174,7 @@ export declare const interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
|
|
|
166
174
|
robot: "/swift/import";
|
|
167
175
|
host?: string | undefined;
|
|
168
176
|
key?: string | undefined;
|
|
177
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
169
178
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
170
179
|
result?: string | boolean | undefined;
|
|
171
180
|
queue?: string | undefined;
|
|
@@ -184,6 +193,7 @@ export declare const interpolatableRobotSwiftImportInstructionsSchema: z.ZodObje
|
|
|
184
193
|
export type InterpolatableRobotSwiftImportInstructions = InterpolatableRobotSwiftImportInstructionsInput;
|
|
185
194
|
export type InterpolatableRobotSwiftImportInstructionsInput = z.input<typeof interpolatableRobotSwiftImportInstructionsSchema>;
|
|
186
195
|
export declare const interpolatableRobotSwiftImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
196
|
+
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">>]>>;
|
|
187
197
|
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">]>]>>;
|
|
188
198
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
189
199
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -214,6 +224,7 @@ export declare const interpolatableRobotSwiftImportInstructionsWithHiddenFieldsS
|
|
|
214
224
|
return_file_stubs: string | boolean;
|
|
215
225
|
host?: string | undefined;
|
|
216
226
|
key?: string | undefined;
|
|
227
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
217
228
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
218
229
|
result?: string | boolean | undefined;
|
|
219
230
|
queue?: string | undefined;
|
|
@@ -226,6 +237,7 @@ export declare const interpolatableRobotSwiftImportInstructionsWithHiddenFieldsS
|
|
|
226
237
|
robot: "/swift/import";
|
|
227
238
|
host?: string | undefined;
|
|
228
239
|
key?: string | undefined;
|
|
240
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
229
241
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
230
242
|
result?: string | boolean | undefined;
|
|
231
243
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swift-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/swift-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,kCAAkC
|
|
1
|
+
{"version":3,"file":"swift-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/swift-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,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BpC,CAAA;AAEX,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK3D,CAAA;AAEJ,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAA;AAC7F,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAChE,OAAO,kDAAkD,CAC1D,CAAA;AAED,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE5D,CAAA;AACD,MAAM,MAAM,0CAA0C,GACpD,+CAA+C,CAAA;AAEjD,MAAM,MAAM,+CAA+C,GAAG,CAAC,CAAC,KAAK,CACnE,OAAO,gDAAgD,CACxD,CAAA;AAED,eAAO,MAAM,gEAAgE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE5E,CAAA;AACD,MAAM,MAAM,0DAA0D,GAAG,CAAC,CAAC,KAAK,CAC9E,OAAO,gEAAgE,CACxE,CAAA;AACD,MAAM,MAAM,+DAA+D,GAAG,CAAC,CAAC,KAAK,CACnF,OAAO,gEAAgE,CACxE,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 robotSwiftStoreInstructionsSchema: 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"]>>;
|
|
@@ -79,6 +80,7 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
|
|
|
79
80
|
acl: "private" | "public-read";
|
|
80
81
|
host?: string | undefined;
|
|
81
82
|
key?: string | undefined;
|
|
83
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
82
84
|
use?: string | string[] | {
|
|
83
85
|
name: string;
|
|
84
86
|
fields?: string | undefined;
|
|
@@ -106,6 +108,7 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
|
|
|
106
108
|
host?: string | undefined;
|
|
107
109
|
path?: string | undefined;
|
|
108
110
|
key?: string | undefined;
|
|
111
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
109
112
|
use?: string | string[] | {
|
|
110
113
|
name: string;
|
|
111
114
|
fields?: string | undefined;
|
|
@@ -133,6 +136,7 @@ export declare const robotSwiftStoreInstructionsSchema: z.ZodObject<{
|
|
|
133
136
|
acl?: "private" | "public-read" | undefined;
|
|
134
137
|
}>;
|
|
135
138
|
export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
139
|
+
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">>]>>;
|
|
136
140
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
137
141
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
138
142
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -207,6 +211,7 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
207
211
|
acl: "private" | "public-read";
|
|
208
212
|
host?: string | undefined;
|
|
209
213
|
key?: string | undefined;
|
|
214
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
210
215
|
use?: string | string[] | {
|
|
211
216
|
name: string;
|
|
212
217
|
fields?: string | undefined;
|
|
@@ -235,6 +240,7 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
235
240
|
host?: string | undefined;
|
|
236
241
|
path?: string | undefined;
|
|
237
242
|
key?: string | undefined;
|
|
243
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
238
244
|
use?: string | string[] | {
|
|
239
245
|
name: string;
|
|
240
246
|
fields?: string | undefined;
|
|
@@ -264,6 +270,7 @@ export declare const robotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
264
270
|
export type RobotSwiftStoreInstructions = z.infer<typeof robotSwiftStoreInstructionsSchema>;
|
|
265
271
|
export type RobotSwiftStoreInstructionsWithHiddenFields = z.infer<typeof robotSwiftStoreInstructionsWithHiddenFieldsSchema>;
|
|
266
272
|
export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObject<{
|
|
273
|
+
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">>]>>;
|
|
267
274
|
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">]>]>>;
|
|
268
275
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
269
276
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -338,6 +345,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
|
|
|
338
345
|
acl: string;
|
|
339
346
|
host?: string | undefined;
|
|
340
347
|
key?: string | undefined;
|
|
348
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
341
349
|
use?: string | string[] | {
|
|
342
350
|
name: string;
|
|
343
351
|
fields?: string | undefined;
|
|
@@ -365,6 +373,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
|
|
|
365
373
|
host?: string | undefined;
|
|
366
374
|
path?: string | undefined;
|
|
367
375
|
key?: string | undefined;
|
|
376
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
368
377
|
use?: string | string[] | {
|
|
369
378
|
name: string;
|
|
370
379
|
fields?: string | undefined;
|
|
@@ -394,6 +403,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsSchema: z.ZodObjec
|
|
|
394
403
|
export type InterpolatableRobotSwiftStoreInstructions = InterpolatableRobotSwiftStoreInstructionsInput;
|
|
395
404
|
export type InterpolatableRobotSwiftStoreInstructionsInput = z.input<typeof interpolatableRobotSwiftStoreInstructionsSchema>;
|
|
396
405
|
export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
406
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
397
407
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>]>>;
|
|
398
408
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
399
409
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -467,6 +477,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
|
|
|
467
477
|
acl: string;
|
|
468
478
|
host?: string | undefined;
|
|
469
479
|
key?: string | undefined;
|
|
480
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
470
481
|
use?: string | string[] | {
|
|
471
482
|
name: string;
|
|
472
483
|
fields?: string | undefined;
|
|
@@ -495,6 +506,7 @@ export declare const interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSc
|
|
|
495
506
|
host?: string | undefined;
|
|
496
507
|
path?: string | undefined;
|
|
497
508
|
key?: string | undefined;
|
|
509
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
498
510
|
use?: string | string[] | {
|
|
499
511
|
name: string;
|
|
500
512
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swift-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/swift-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,iCAAiC
|
|
1
|
+
{"version":3,"file":"swift-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/swift-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,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCnC,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"}
|
|
@@ -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 robotTextSpeakInstructionsSchema: 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 robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
72
73
|
target_language: string;
|
|
73
74
|
voice: "female-1" | "female-2" | "female-3" | "female-child-1" | "male-1" | "male-child-1";
|
|
74
75
|
ssml: boolean;
|
|
76
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
75
77
|
use?: string | string[] | {
|
|
76
78
|
name: string;
|
|
77
79
|
fields?: string | undefined;
|
|
@@ -92,6 +94,7 @@ export declare const robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
92
94
|
}, {
|
|
93
95
|
robot: "/text/speak";
|
|
94
96
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
97
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
95
98
|
use?: string | string[] | {
|
|
96
99
|
name: string;
|
|
97
100
|
fields?: string | undefined;
|
|
@@ -117,6 +120,7 @@ export declare const robotTextSpeakInstructionsSchema: z.ZodObject<{
|
|
|
117
120
|
ssml?: boolean | undefined;
|
|
118
121
|
}>;
|
|
119
122
|
export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -185,6 +189,7 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
185
189
|
target_language: string;
|
|
186
190
|
voice: "female-1" | "female-2" | "female-3" | "female-child-1" | "male-1" | "male-child-1";
|
|
187
191
|
ssml: boolean;
|
|
192
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
188
193
|
use?: string | string[] | {
|
|
189
194
|
name: string;
|
|
190
195
|
fields?: string | undefined;
|
|
@@ -206,6 +211,7 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
206
211
|
}, {
|
|
207
212
|
robot: "/text/speak";
|
|
208
213
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
214
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
209
215
|
use?: string | string[] | {
|
|
210
216
|
name: string;
|
|
211
217
|
fields?: string | undefined;
|
|
@@ -233,6 +239,7 @@ export declare const robotTextSpeakInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
233
239
|
export type RobotTextSpeakInstructions = z.infer<typeof robotTextSpeakInstructionsSchema>;
|
|
234
240
|
export type RobotTextSpeakInstructionsWithHiddenFields = z.infer<typeof robotTextSpeakInstructionsWithHiddenFieldsSchema>;
|
|
235
241
|
export declare const interpolatableRobotTextSpeakInstructionsSchema: 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"]>]>>;
|
|
@@ -301,6 +308,7 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
301
308
|
target_language: string;
|
|
302
309
|
voice: string;
|
|
303
310
|
ssml: string | boolean;
|
|
311
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
304
312
|
use?: string | string[] | {
|
|
305
313
|
name: string;
|
|
306
314
|
fields?: string | undefined;
|
|
@@ -321,6 +329,7 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
321
329
|
}, {
|
|
322
330
|
robot: "/text/speak";
|
|
323
331
|
provider: string;
|
|
332
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
324
333
|
use?: string | string[] | {
|
|
325
334
|
name: string;
|
|
326
335
|
fields?: string | undefined;
|
|
@@ -348,6 +357,7 @@ export declare const interpolatableRobotTextSpeakInstructionsSchema: z.ZodObject
|
|
|
348
357
|
export type InterpolatableRobotTextSpeakInstructions = InterpolatableRobotTextSpeakInstructionsInput;
|
|
349
358
|
export type InterpolatableRobotTextSpeakInstructionsInput = z.input<typeof interpolatableRobotTextSpeakInstructionsSchema>;
|
|
350
359
|
export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSchema: 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]>>;
|
|
@@ -415,6 +425,7 @@ export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSch
|
|
|
415
425
|
target_language: string;
|
|
416
426
|
voice: string;
|
|
417
427
|
ssml: string | boolean;
|
|
428
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
418
429
|
use?: string | string[] | {
|
|
419
430
|
name: string;
|
|
420
431
|
fields?: string | undefined;
|
|
@@ -436,6 +447,7 @@ export declare const interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSch
|
|
|
436
447
|
}, {
|
|
437
448
|
robot: "/text/speak";
|
|
438
449
|
provider: string;
|
|
450
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
439
451
|
use?: string | string[] | {
|
|
440
452
|
name: string;
|
|
441
453
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-speak.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/text-speak.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,cAkElB,CAAA;AAED,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"text-speak.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/text-speak.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,cAkElB,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2ClC,CAAA;AAEX,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzD,CAAA;AAEJ,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AACzF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,gDAAgD,CACxD,CAAA;AAED,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1D,CAAA;AACD,MAAM,MAAM,wCAAwC,GAAG,6CAA6C,CAAA;AAEpG,MAAM,MAAM,6CAA6C,GAAG,CAAC,CAAC,KAAK,CACjE,OAAO,8CAA8C,CACtD,CAAA;AAED,eAAO,MAAM,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1E,CAAA;AACD,MAAM,MAAM,wDAAwD,GAAG,CAAC,CAAC,KAAK,CAC5E,OAAO,8DAA8D,CACtE,CAAA;AACD,MAAM,MAAM,6DAA6D,GAAG,CAAC,CAAC,KAAK,CACjF,OAAO,8DAA8D,CACtE,CAAA"}
|