@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-merge.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-merge.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,cAqClB,CAAA;AAED,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"image-merge.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-merge.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,cAqClB,CAAA;AAED,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgHnC,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 robotImageOcrInstructionsSchema: 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 robotImageOcrInstructionsSchema: z.ZodObject<{
|
|
|
69
70
|
format: "json" | "text" | "meta";
|
|
70
71
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
71
72
|
granularity: "full" | "list";
|
|
73
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
72
74
|
use?: string | string[] | {
|
|
73
75
|
name: string;
|
|
74
76
|
fields?: string | undefined;
|
|
@@ -88,6 +90,7 @@ export declare const robotImageOcrInstructionsSchema: z.ZodObject<{
|
|
|
88
90
|
}, {
|
|
89
91
|
robot: "/image/ocr";
|
|
90
92
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
93
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
91
94
|
use?: string | string[] | {
|
|
92
95
|
name: string;
|
|
93
96
|
fields?: string | undefined;
|
|
@@ -111,6 +114,7 @@ export declare const robotImageOcrInstructionsSchema: z.ZodObject<{
|
|
|
111
114
|
granularity?: "full" | "list" | undefined;
|
|
112
115
|
}>;
|
|
113
116
|
export declare const robotImageOcrInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
117
|
+
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">>]>>;
|
|
114
118
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
115
119
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
116
120
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -176,6 +180,7 @@ export declare const robotImageOcrInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
176
180
|
format: "json" | "text" | "meta";
|
|
177
181
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
178
182
|
granularity: "full" | "list";
|
|
183
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
179
184
|
use?: string | string[] | {
|
|
180
185
|
name: string;
|
|
181
186
|
fields?: string | undefined;
|
|
@@ -196,6 +201,7 @@ export declare const robotImageOcrInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
196
201
|
}, {
|
|
197
202
|
robot: "/image/ocr";
|
|
198
203
|
provider: "aws" | "gcp" | "replicate" | "fal" | "transloadit";
|
|
204
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
199
205
|
use?: string | string[] | {
|
|
200
206
|
name: string;
|
|
201
207
|
fields?: string | undefined;
|
|
@@ -221,6 +227,7 @@ export declare const robotImageOcrInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
221
227
|
export type RobotImageOcrInstructions = z.infer<typeof robotImageOcrInstructionsSchema>;
|
|
222
228
|
export type RobotImageOcrInstructionsWithHiddenFields = z.infer<typeof robotImageOcrInstructionsWithHiddenFieldsSchema>;
|
|
223
229
|
export declare const interpolatableRobotImageOcrInstructionsSchema: z.ZodObject<{
|
|
230
|
+
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">>]>>;
|
|
224
231
|
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">]>]>>;
|
|
225
232
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
226
233
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -286,6 +293,7 @@ export declare const interpolatableRobotImageOcrInstructionsSchema: z.ZodObject<
|
|
|
286
293
|
format: string;
|
|
287
294
|
provider: string;
|
|
288
295
|
granularity: string;
|
|
296
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
289
297
|
use?: string | string[] | {
|
|
290
298
|
name: string;
|
|
291
299
|
fields?: string | undefined;
|
|
@@ -305,6 +313,7 @@ export declare const interpolatableRobotImageOcrInstructionsSchema: z.ZodObject<
|
|
|
305
313
|
}, {
|
|
306
314
|
robot: "/image/ocr";
|
|
307
315
|
provider: string;
|
|
316
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
308
317
|
use?: string | string[] | {
|
|
309
318
|
name: string;
|
|
310
319
|
fields?: string | undefined;
|
|
@@ -330,6 +339,7 @@ export declare const interpolatableRobotImageOcrInstructionsSchema: z.ZodObject<
|
|
|
330
339
|
export type InterpolatableRobotImageOcrInstructions = InterpolatableRobotImageOcrInstructionsInput;
|
|
331
340
|
export type InterpolatableRobotImageOcrInstructionsInput = z.input<typeof interpolatableRobotImageOcrInstructionsSchema>;
|
|
332
341
|
export declare const interpolatableRobotImageOcrInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
342
|
+
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">>]>>;
|
|
333
343
|
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">]>]>>;
|
|
334
344
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
335
345
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -394,6 +404,7 @@ export declare const interpolatableRobotImageOcrInstructionsWithHiddenFieldsSche
|
|
|
394
404
|
format: string;
|
|
395
405
|
provider: string;
|
|
396
406
|
granularity: string;
|
|
407
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
397
408
|
use?: string | string[] | {
|
|
398
409
|
name: string;
|
|
399
410
|
fields?: string | undefined;
|
|
@@ -414,6 +425,7 @@ export declare const interpolatableRobotImageOcrInstructionsWithHiddenFieldsSche
|
|
|
414
425
|
}, {
|
|
415
426
|
robot: "/image/ocr";
|
|
416
427
|
provider: string;
|
|
428
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
417
429
|
use?: string | string[] | {
|
|
418
430
|
name: string;
|
|
419
431
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-ocr.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-ocr.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,cAwClB,CAAA;AAED,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"image-ocr.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-ocr.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,cAwClB,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BjC,CAAA;AAEX,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxD,CAAA;AAEJ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;AACvF,MAAM,MAAM,yCAAyC,GAAG,CAAC,CAAC,KAAK,CAC7D,OAAO,+CAA+C,CACvD,CAAA;AAED,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzD,CAAA;AACD,MAAM,MAAM,uCAAuC,GAAG,4CAA4C,CAAA;AAElG,MAAM,MAAM,4CAA4C,GAAG,CAAC,CAAC,KAAK,CAChE,OAAO,6CAA6C,CACrD,CAAA;AAED,eAAO,MAAM,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzE,CAAA;AACD,MAAM,MAAM,uDAAuD,GAAG,CAAC,CAAC,KAAK,CAC3E,OAAO,6DAA6D,CACrE,CAAA;AACD,MAAM,MAAM,4DAA4D,GAAG,CAAC,CAAC,KAAK,CAChF,OAAO,6DAA6D,CACrE,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotImageOptimizeInstructionsSchema: 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 robotImageOptimizeInstructionsSchema: z.ZodObject<{
|
|
|
73
74
|
preserve_meta_data: boolean;
|
|
74
75
|
fix_breaking_images: boolean;
|
|
75
76
|
lossy: boolean;
|
|
77
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
76
78
|
use?: string | string[] | {
|
|
77
79
|
name: string;
|
|
78
80
|
fields?: string | undefined;
|
|
@@ -91,6 +93,7 @@ export declare const robotImageOptimizeInstructionsSchema: z.ZodObject<{
|
|
|
91
93
|
queue?: "batch" | undefined;
|
|
92
94
|
}, {
|
|
93
95
|
robot: "/image/optimize";
|
|
96
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
94
97
|
use?: string | string[] | {
|
|
95
98
|
name: string;
|
|
96
99
|
fields?: string | undefined;
|
|
@@ -117,6 +120,7 @@ export declare const robotImageOptimizeInstructionsSchema: z.ZodObject<{
|
|
|
117
120
|
lossy?: boolean | undefined;
|
|
118
121
|
}>;
|
|
119
122
|
export declare const robotImageOptimizeInstructionsWithHiddenFieldsSchema: 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 robotImageOptimizeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
186
190
|
preserve_meta_data: boolean;
|
|
187
191
|
fix_breaking_images: boolean;
|
|
188
192
|
lossy: boolean;
|
|
193
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
189
194
|
use?: string | string[] | {
|
|
190
195
|
name: string;
|
|
191
196
|
fields?: string | undefined;
|
|
@@ -205,6 +210,7 @@ export declare const robotImageOptimizeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
205
210
|
queue?: "batch" | undefined;
|
|
206
211
|
}, {
|
|
207
212
|
robot: "/image/optimize";
|
|
213
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
208
214
|
use?: string | string[] | {
|
|
209
215
|
name: string;
|
|
210
216
|
fields?: string | undefined;
|
|
@@ -233,6 +239,7 @@ export declare const robotImageOptimizeInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
233
239
|
export type RobotImageOptimizeInstructions = z.infer<typeof robotImageOptimizeInstructionsSchema>;
|
|
234
240
|
export type RobotImageOptimizeInstructionsWithHiddenFields = z.infer<typeof robotImageOptimizeInstructionsWithHiddenFieldsSchema>;
|
|
235
241
|
export declare const interpolatableRobotImageOptimizeInstructionsSchema: 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 interpolatableRobotImageOptimizeInstructionsSchema: z.ZodOb
|
|
|
302
309
|
preserve_meta_data: string | boolean;
|
|
303
310
|
fix_breaking_images: string | boolean;
|
|
304
311
|
lossy: string | boolean;
|
|
312
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
305
313
|
use?: string | string[] | {
|
|
306
314
|
name: string;
|
|
307
315
|
fields?: string | undefined;
|
|
@@ -320,6 +328,7 @@ export declare const interpolatableRobotImageOptimizeInstructionsSchema: z.ZodOb
|
|
|
320
328
|
queue?: string | undefined;
|
|
321
329
|
}, {
|
|
322
330
|
robot: "/image/optimize";
|
|
331
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
323
332
|
use?: string | string[] | {
|
|
324
333
|
name: string;
|
|
325
334
|
fields?: string | undefined;
|
|
@@ -348,6 +357,7 @@ export declare const interpolatableRobotImageOptimizeInstructionsSchema: z.ZodOb
|
|
|
348
357
|
export type InterpolatableRobotImageOptimizeInstructions = InterpolatableRobotImageOptimizeInstructionsInput;
|
|
349
358
|
export type InterpolatableRobotImageOptimizeInstructionsInput = z.input<typeof interpolatableRobotImageOptimizeInstructionsSchema>;
|
|
350
359
|
export declare const interpolatableRobotImageOptimizeInstructionsWithHiddenFieldsSchema: 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 interpolatableRobotImageOptimizeInstructionsWithHiddenField
|
|
|
416
426
|
preserve_meta_data: string | boolean;
|
|
417
427
|
fix_breaking_images: string | boolean;
|
|
418
428
|
lossy: string | boolean;
|
|
429
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
419
430
|
use?: string | string[] | {
|
|
420
431
|
name: string;
|
|
421
432
|
fields?: string | undefined;
|
|
@@ -435,6 +446,7 @@ export declare const interpolatableRobotImageOptimizeInstructionsWithHiddenField
|
|
|
435
446
|
queue?: string | undefined;
|
|
436
447
|
}, {
|
|
437
448
|
robot: "/image/optimize";
|
|
449
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
438
450
|
use?: string | string[] | {
|
|
439
451
|
name: string;
|
|
440
452
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-optimize.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-optimize.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,cAiClB,CAAA;AAED,eAAO,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"image-optimize.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-optimize.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,cAiClB,CAAA;AAED,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiDtC,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"}
|
|
@@ -45,7 +45,7 @@ This <dfn>Robot</dfn> enables you to lower your storage and bandwidth costs, and
|
|
|
45
45
|
It works well together with [🤖/image/resize](/docs/robots/image-resize/) to bring the full power of resized and optimized images to your website or app.
|
|
46
46
|
|
|
47
47
|
> [!Note]
|
|
48
|
-
> This <dfn>Robot</dfn> accepts all image types and will just pass on unsupported image types unoptimized. Hence, there is no need to set up [🤖/file/filter](/docs/robots/file-filter/) workflows for this.
|
|
48
|
+
> This <dfn>Robot</dfn> accepts all image types and will just pass on unsupported image types unoptimized, including JPEG XL (\`.jxl\`) images when no smaller optimized result can be produced. Hence, there is no need to set up [🤖/file/filter](/docs/robots/file-filter/) workflows for this.
|
|
49
49
|
|
|
50
50
|
> [!Note]
|
|
51
51
|
> PNG optimization uses only lossless (optipng) compressors by default. To also enable lossy compression (pngquant), set \`lossy: true\`. When enabled, both lossy and lossless compressors compete and the smallest result wins, which may cause color shifts in some images.
|
|
@@ -42,6 +42,7 @@ export declare const oneTextSchema: z.ZodObject<{
|
|
|
42
42
|
y_offset?: number | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
export declare const robotImageResizeInstructionsSchema: z.ZodObject<{
|
|
45
|
+
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">>]>>;
|
|
45
46
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
46
47
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
47
48
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -328,6 +329,7 @@ export declare const robotImageResizeInstructionsSchema: z.ZodObject<{
|
|
|
328
329
|
}[] | undefined;
|
|
329
330
|
type?: "Bilevel" | "ColorSeparation" | "ColorSeparationAlpha" | "Grayscale" | "GrayscaleAlpha" | "Palette" | "PaletteAlpha" | "TrueColor" | "TrueColorAlpha" | undefined;
|
|
330
331
|
alpha?: "Transparent" | "Remove" | "Set" | "Activate" | "Background" | "Copy" | "Deactivate" | "Extract" | "Off" | "On" | "Opaque" | "Shape" | undefined;
|
|
332
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
331
333
|
use?: string | string[] | {
|
|
332
334
|
name: string;
|
|
333
335
|
fields?: string | undefined;
|
|
@@ -391,6 +393,7 @@ export declare const robotImageResizeInstructionsSchema: z.ZodObject<{
|
|
|
391
393
|
strip?: boolean | undefined;
|
|
392
394
|
alpha?: "Transparent" | "Remove" | "Set" | "Activate" | "Background" | "Copy" | "Deactivate" | "Extract" | "Off" | "On" | "Opaque" | "Shape" | undefined;
|
|
393
395
|
compress?: "None" | "BZip" | "Fax" | "Group4" | "JPEG" | "JPEG2000" | "Lossless" | "LZW" | "RLE" | "Zip" | null | undefined;
|
|
396
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
394
397
|
use?: string | string[] | {
|
|
395
398
|
name: string;
|
|
396
399
|
fields?: string | undefined;
|
|
@@ -464,6 +467,7 @@ export declare const robotImageResizeInstructionsSchema: z.ZodObject<{
|
|
|
464
467
|
shave?: string | number | undefined;
|
|
465
468
|
}>;
|
|
466
469
|
export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
470
|
+
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">>]>>;
|
|
467
471
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
468
472
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
469
473
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -760,6 +764,7 @@ export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
760
764
|
}[] | undefined;
|
|
761
765
|
type?: "Bilevel" | "ColorSeparation" | "ColorSeparationAlpha" | "Grayscale" | "GrayscaleAlpha" | "Palette" | "PaletteAlpha" | "TrueColor" | "TrueColorAlpha" | undefined;
|
|
762
766
|
alpha?: "Transparent" | "Remove" | "Set" | "Activate" | "Background" | "Copy" | "Deactivate" | "Extract" | "Off" | "On" | "Opaque" | "Shape" | undefined;
|
|
767
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
763
768
|
use?: string | string[] | {
|
|
764
769
|
name: string;
|
|
765
770
|
fields?: string | undefined;
|
|
@@ -788,8 +793,8 @@ export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
788
793
|
transparent?: string | undefined;
|
|
789
794
|
watermark_url?: string | undefined;
|
|
790
795
|
watermark_size?: string | undefined;
|
|
791
|
-
colorspace?: "CMY" | "CMYK" | "Gray" | "HCL" | "HCLp" | "HSB" | "HSI" | "HSL" | "HSV" | "HWB" | "Jzazbz" | "Lab" | "LCHab" | "LCHuv" | "LMS" | "Log" | "Luv" | "OHTA" | "OkLab" | "OkLCH" | "Rec601YCbCr" | "Rec709YCbCr" | "RGB" | "scRGB" | "sRGB" | "Transparent" | "Undefined" | "xyY" | "XYZ" | "YCbCr" | "YCC" | "YDbDr" | "YIQ" | "YPbPr" | "YUV" | undefined;
|
|
792
796
|
stack?: string | undefined;
|
|
797
|
+
colorspace?: "CMY" | "CMYK" | "Gray" | "HCL" | "HCLp" | "HSB" | "HSI" | "HSL" | "HSV" | "HWB" | "Jzazbz" | "Lab" | "LCHab" | "LCHuv" | "LMS" | "Log" | "Luv" | "OHTA" | "OkLab" | "OkLCH" | "Rec601YCbCr" | "Rec709YCbCr" | "RGB" | "scRGB" | "sRGB" | "Transparent" | "Undefined" | "xyY" | "XYZ" | "YCbCr" | "YCC" | "YDbDr" | "YIQ" | "YPbPr" | "YUV" | undefined;
|
|
793
798
|
preclip_alpha?: "Transparent" | "Remove" | "Set" | "Activate" | "Background" | "Copy" | "Deactivate" | "Extract" | "Off" | "On" | "Opaque" | "Shape" | undefined;
|
|
794
799
|
shave?: string | undefined;
|
|
795
800
|
watermark_position_x?: number | undefined;
|
|
@@ -829,6 +834,7 @@ export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
829
834
|
strip?: boolean | undefined;
|
|
830
835
|
alpha?: "Transparent" | "Remove" | "Set" | "Activate" | "Background" | "Copy" | "Deactivate" | "Extract" | "Off" | "On" | "Opaque" | "Shape" | undefined;
|
|
831
836
|
compress?: "None" | "BZip" | "Fax" | "Group4" | "JPEG" | "JPEG2000" | "Lossless" | "LZW" | "RLE" | "Zip" | null | undefined;
|
|
837
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
832
838
|
use?: string | string[] | {
|
|
833
839
|
name: string;
|
|
834
840
|
fields?: string | undefined;
|
|
@@ -869,10 +875,10 @@ export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
869
875
|
watermark_resize_strategy?: "fit" | "min_fit" | "stretch" | "area" | undefined;
|
|
870
876
|
watermark_opacity?: number | undefined;
|
|
871
877
|
format?: string | null | undefined;
|
|
878
|
+
stack?: string | undefined;
|
|
872
879
|
density?: string | null | undefined;
|
|
873
880
|
colorspace?: "CMY" | "CMYK" | "Gray" | "HCL" | "HCLp" | "HSB" | "HSI" | "HSL" | "HSV" | "HWB" | "Jzazbz" | "Lab" | "LCHab" | "LCHuv" | "LMS" | "Log" | "Luv" | "OHTA" | "OkLab" | "OkLCH" | "Rec601YCbCr" | "Rec709YCbCr" | "RGB" | "scRGB" | "sRGB" | "Transparent" | "Undefined" | "xyY" | "XYZ" | "YCbCr" | "YCC" | "YDbDr" | "YIQ" | "YPbPr" | "YUV" | undefined;
|
|
874
881
|
trim_whitespace?: boolean | undefined;
|
|
875
|
-
stack?: string | undefined;
|
|
876
882
|
frame?: number | null | undefined;
|
|
877
883
|
quality?: number | undefined;
|
|
878
884
|
adaptive_filtering?: boolean | undefined;
|
|
@@ -907,6 +913,7 @@ export declare const robotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodOb
|
|
|
907
913
|
export type RobotImageResizeInstructions = z.infer<typeof robotImageResizeInstructionsSchema>;
|
|
908
914
|
export type RobotImageResizeInstructionsWithHiddenFields = z.infer<typeof robotImageResizeInstructionsWithHiddenFieldsSchema>;
|
|
909
915
|
export declare const interpolatableRobotImageResizeInstructionsSchema: z.ZodObject<{
|
|
916
|
+
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">>]>>;
|
|
910
917
|
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">]>]>>;
|
|
911
918
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
912
919
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -1190,6 +1197,7 @@ export declare const interpolatableRobotImageResizeInstructionsSchema: z.ZodObje
|
|
|
1190
1197
|
})[] | undefined;
|
|
1191
1198
|
type?: string | undefined;
|
|
1192
1199
|
alpha?: string | undefined;
|
|
1200
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
1193
1201
|
use?: string | string[] | {
|
|
1194
1202
|
name: string;
|
|
1195
1203
|
fields?: string | undefined;
|
|
@@ -1253,6 +1261,7 @@ export declare const interpolatableRobotImageResizeInstructionsSchema: z.ZodObje
|
|
|
1253
1261
|
strip?: string | boolean | undefined;
|
|
1254
1262
|
alpha?: string | undefined;
|
|
1255
1263
|
compress?: string | null | undefined;
|
|
1264
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
1256
1265
|
use?: string | string[] | {
|
|
1257
1266
|
name: string;
|
|
1258
1267
|
fields?: string | undefined;
|
|
@@ -1328,6 +1337,7 @@ export declare const interpolatableRobotImageResizeInstructionsSchema: z.ZodObje
|
|
|
1328
1337
|
export type InterpolatableRobotImageResizeInstructions = InterpolatableRobotImageResizeInstructionsInput;
|
|
1329
1338
|
export type InterpolatableRobotImageResizeInstructionsInput = z.input<typeof interpolatableRobotImageResizeInstructionsSchema>;
|
|
1330
1339
|
export declare const interpolatableRobotImageResizeInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
1340
|
+
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">>]>>;
|
|
1331
1341
|
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">]>]>>;
|
|
1332
1342
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
1333
1343
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -1621,6 +1631,7 @@ export declare const interpolatableRobotImageResizeInstructionsWithHiddenFieldsS
|
|
|
1621
1631
|
})[] | undefined;
|
|
1622
1632
|
type?: string | undefined;
|
|
1623
1633
|
alpha?: string | undefined;
|
|
1634
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
1624
1635
|
use?: string | string[] | {
|
|
1625
1636
|
name: string;
|
|
1626
1637
|
fields?: string | undefined;
|
|
@@ -1649,8 +1660,8 @@ export declare const interpolatableRobotImageResizeInstructionsWithHiddenFieldsS
|
|
|
1649
1660
|
transparent?: string | undefined;
|
|
1650
1661
|
watermark_url?: string | undefined;
|
|
1651
1662
|
watermark_size?: string | undefined;
|
|
1652
|
-
colorspace?: string | undefined;
|
|
1653
1663
|
stack?: string | undefined;
|
|
1664
|
+
colorspace?: string | undefined;
|
|
1654
1665
|
preclip_alpha?: string | undefined;
|
|
1655
1666
|
shave?: string | undefined;
|
|
1656
1667
|
watermark_position_x?: string | number | undefined;
|
|
@@ -1690,6 +1701,7 @@ export declare const interpolatableRobotImageResizeInstructionsWithHiddenFieldsS
|
|
|
1690
1701
|
strip?: string | boolean | undefined;
|
|
1691
1702
|
alpha?: string | undefined;
|
|
1692
1703
|
compress?: string | null | undefined;
|
|
1704
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
1693
1705
|
use?: string | string[] | {
|
|
1694
1706
|
name: string;
|
|
1695
1707
|
fields?: string | undefined;
|
|
@@ -1730,10 +1742,10 @@ export declare const interpolatableRobotImageResizeInstructionsWithHiddenFieldsS
|
|
|
1730
1742
|
watermark_resize_strategy?: string | undefined;
|
|
1731
1743
|
watermark_opacity?: string | number | undefined;
|
|
1732
1744
|
format?: string | null | undefined;
|
|
1745
|
+
stack?: string | undefined;
|
|
1733
1746
|
density?: string | null | undefined;
|
|
1734
1747
|
colorspace?: string | undefined;
|
|
1735
1748
|
trim_whitespace?: string | boolean | undefined;
|
|
1736
|
-
stack?: string | undefined;
|
|
1737
1749
|
frame?: string | number | null | undefined;
|
|
1738
1750
|
quality?: string | number | undefined;
|
|
1739
1751
|
adaptive_filtering?: string | boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-resize.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-resize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAgBnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsExB,CAAA;AAwBF,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"image-resize.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-resize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAgBnE,eAAO,MAAM,IAAI,EAAE,cAqClB,CAAA;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsExB,CAAA;AAwBF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAidpC,CAAA;AAEX,eAAO,MAAM,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6C3D,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"}
|
|
@@ -141,7 +141,7 @@ export const robotImageResizeInstructionsSchema = robotBase
|
|
|
141
141
|
.describe(`
|
|
142
142
|
The output format for the modified image.
|
|
143
143
|
|
|
144
|
-
Some of the most important available formats are \`"jpg"\`, \`"png"\`, \`"gif"\`, and \`"
|
|
144
|
+
Some of the most important available formats are \`"jpg"\`, \`"png"\`, \`"gif"\`, \`"tiff"\`, and \`"jxl"\` for JPEG XL. For a complete list of all formats that we can write to, please check [our supported image formats list](/docs/supported-formats/image-formats/).
|
|
145
145
|
|
|
146
146
|
If \`null\` (default), then the input image's format will be used as the output format.
|
|
147
147
|
|
|
@@ -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 robotImageUpscaleInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -66,6 +67,7 @@ export declare const robotImageUpscaleInstructionsSchema: z.ZodObject<{
|
|
|
66
67
|
result: boolean;
|
|
67
68
|
force_accept: boolean;
|
|
68
69
|
ignore_errors: string[];
|
|
70
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
69
71
|
use?: string | string[] | {
|
|
70
72
|
name: string;
|
|
71
73
|
fields?: string | undefined;
|
|
@@ -87,6 +89,7 @@ export declare const robotImageUpscaleInstructionsSchema: z.ZodObject<{
|
|
|
87
89
|
face_enhance?: boolean | undefined;
|
|
88
90
|
}, {
|
|
89
91
|
robot: "/image/upscale";
|
|
92
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
90
93
|
use?: string | string[] | {
|
|
91
94
|
name: string;
|
|
92
95
|
fields?: string | undefined;
|
|
@@ -111,6 +114,7 @@ export declare const robotImageUpscaleInstructionsSchema: z.ZodObject<{
|
|
|
111
114
|
face_enhance?: boolean | undefined;
|
|
112
115
|
}>;
|
|
113
116
|
export declare const robotImageUpscaleInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
117
|
+
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">>]>>;
|
|
114
118
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
115
119
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
116
120
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -174,6 +178,7 @@ export declare const robotImageUpscaleInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
174
178
|
robot: "/image/upscale";
|
|
175
179
|
force_accept: boolean;
|
|
176
180
|
ignore_errors: string[];
|
|
181
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
177
182
|
use?: string | string[] | {
|
|
178
183
|
name: string;
|
|
179
184
|
fields?: string | undefined;
|
|
@@ -197,6 +202,7 @@ export declare const robotImageUpscaleInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
197
202
|
face_enhance?: boolean | undefined;
|
|
198
203
|
}, {
|
|
199
204
|
robot: "/image/upscale";
|
|
205
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
200
206
|
use?: string | string[] | {
|
|
201
207
|
name: string;
|
|
202
208
|
fields?: string | undefined;
|
|
@@ -224,6 +230,7 @@ export declare const robotImageUpscaleInstructionsWithHiddenFieldsSchema: z.ZodO
|
|
|
224
230
|
export type RobotImageUpscaleInstructions = z.infer<typeof robotImageUpscaleInstructionsSchema>;
|
|
225
231
|
export type RobotImageUpscaleInstructionsWithHiddenFields = z.infer<typeof robotImageUpscaleInstructionsWithHiddenFieldsSchema>;
|
|
226
232
|
export declare const interpolatableRobotImageUpscaleInstructionsSchema: z.ZodObject<{
|
|
233
|
+
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">>]>>;
|
|
227
234
|
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">]>]>>;
|
|
228
235
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
229
236
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -286,6 +293,7 @@ export declare const interpolatableRobotImageUpscaleInstructionsSchema: z.ZodObj
|
|
|
286
293
|
result: string | boolean;
|
|
287
294
|
force_accept: string | boolean;
|
|
288
295
|
ignore_errors: string | string[];
|
|
296
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
289
297
|
use?: string | string[] | {
|
|
290
298
|
name: string;
|
|
291
299
|
fields?: string | undefined;
|
|
@@ -307,6 +315,7 @@ export declare const interpolatableRobotImageUpscaleInstructionsSchema: z.ZodObj
|
|
|
307
315
|
face_enhance?: string | boolean | undefined;
|
|
308
316
|
}, {
|
|
309
317
|
robot: "/image/upscale";
|
|
318
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
310
319
|
use?: string | string[] | {
|
|
311
320
|
name: string;
|
|
312
321
|
fields?: string | undefined;
|
|
@@ -333,6 +342,7 @@ export declare const interpolatableRobotImageUpscaleInstructionsSchema: z.ZodObj
|
|
|
333
342
|
export type InterpolatableRobotImageUpscaleInstructions = InterpolatableRobotImageUpscaleInstructionsInput;
|
|
334
343
|
export type InterpolatableRobotImageUpscaleInstructionsInput = z.input<typeof interpolatableRobotImageUpscaleInstructionsSchema>;
|
|
335
344
|
export declare const interpolatableRobotImageUpscaleInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
345
|
+
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">>]>>;
|
|
336
346
|
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">]>]>>;
|
|
337
347
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
338
348
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -395,6 +405,7 @@ export declare const interpolatableRobotImageUpscaleInstructionsWithHiddenFields
|
|
|
395
405
|
robot: "/image/upscale";
|
|
396
406
|
force_accept: string | boolean;
|
|
397
407
|
ignore_errors: string | string[];
|
|
408
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
398
409
|
use?: string | string[] | {
|
|
399
410
|
name: string;
|
|
400
411
|
fields?: string | undefined;
|
|
@@ -418,6 +429,7 @@ export declare const interpolatableRobotImageUpscaleInstructionsWithHiddenFields
|
|
|
418
429
|
face_enhance?: string | boolean | undefined;
|
|
419
430
|
}, {
|
|
420
431
|
robot: "/image/upscale";
|
|
432
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
421
433
|
use?: string | string[] | {
|
|
422
434
|
name: string;
|
|
423
435
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-upscale.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-upscale.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,cAmClB,CAAA;AAED,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"image-upscale.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/image-upscale.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,cAmClB,CAAA;AAED,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBrC,CAAA;AAEX,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM5D,CAAA;AAEJ,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAA;AAC/F,MAAM,MAAM,6CAA6C,GAAG,CAAC,CAAC,KAAK,CACjE,OAAO,mDAAmD,CAC3D,CAAA;AAED,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7D,CAAA;AACD,MAAM,MAAM,2CAA2C,GACrD,gDAAgD,CAAA;AAElD,MAAM,MAAM,gDAAgD,GAAG,CAAC,CAAC,KAAK,CACpE,OAAO,iDAAiD,CACzD,CAAA;AAED,eAAO,MAAM,iEAAiE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7E,CAAA;AACD,MAAM,MAAM,2DAA2D,GAAG,CAAC,CAAC,KAAK,CAC/E,OAAO,iEAAiE,CACzE,CAAA;AACD,MAAM,MAAM,gEAAgE,GAAG,CAAC,CAAC,KAAK,CACpF,OAAO,iEAAiE,CACzE,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotMegaImportInstructionsSchema: 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
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
7
8
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -33,6 +34,7 @@ export declare const robotMegaImportInstructionsSchema: z.ZodObject<{
|
|
|
33
34
|
return_file_stubs: boolean;
|
|
34
35
|
host?: string | undefined;
|
|
35
36
|
key?: string | undefined;
|
|
37
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
36
38
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
37
39
|
result?: boolean | undefined;
|
|
38
40
|
queue?: "batch" | undefined;
|
|
@@ -45,6 +47,7 @@ export declare const robotMegaImportInstructionsSchema: z.ZodObject<{
|
|
|
45
47
|
robot: "/mega/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;
|
|
@@ -61,6 +64,7 @@ export declare const robotMegaImportInstructionsSchema: z.ZodObject<{
|
|
|
61
64
|
return_file_stubs?: boolean | undefined;
|
|
62
65
|
}>;
|
|
63
66
|
export declare const robotMegaImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
67
|
+
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">>]>>;
|
|
64
68
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
65
69
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
66
70
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -92,6 +96,7 @@ export declare const robotMegaImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
92
96
|
return_file_stubs: boolean;
|
|
93
97
|
host?: string | undefined;
|
|
94
98
|
key?: string | undefined;
|
|
99
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
95
100
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
96
101
|
result?: boolean | "debug" | undefined;
|
|
97
102
|
queue?: "batch" | undefined;
|
|
@@ -104,6 +109,7 @@ export declare const robotMegaImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
104
109
|
robot: "/mega/import";
|
|
105
110
|
host?: string | undefined;
|
|
106
111
|
key?: string | undefined;
|
|
112
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
107
113
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
108
114
|
result?: boolean | "debug" | undefined;
|
|
109
115
|
queue?: "batch" | undefined;
|
|
@@ -122,6 +128,7 @@ export declare const robotMegaImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
122
128
|
export type RobotMegaImportInstructions = z.infer<typeof robotMegaImportInstructionsSchema>;
|
|
123
129
|
export type RobotMegaImportInstructionsWithHiddenFields = z.infer<typeof robotMegaImportInstructionsWithHiddenFieldsSchema>;
|
|
124
130
|
export declare const interpolatableRobotMegaImportInstructionsSchema: z.ZodObject<{
|
|
131
|
+
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">>]>>;
|
|
125
132
|
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">]>]>>;
|
|
126
133
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
127
134
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -152,6 +159,7 @@ export declare const interpolatableRobotMegaImportInstructionsSchema: z.ZodObjec
|
|
|
152
159
|
return_file_stubs: string | boolean;
|
|
153
160
|
host?: string | undefined;
|
|
154
161
|
key?: string | undefined;
|
|
162
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
155
163
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
156
164
|
result?: string | boolean | undefined;
|
|
157
165
|
queue?: string | undefined;
|
|
@@ -164,6 +172,7 @@ export declare const interpolatableRobotMegaImportInstructionsSchema: z.ZodObjec
|
|
|
164
172
|
robot: "/mega/import";
|
|
165
173
|
host?: string | undefined;
|
|
166
174
|
key?: string | undefined;
|
|
175
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
167
176
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
168
177
|
result?: string | boolean | undefined;
|
|
169
178
|
queue?: string | undefined;
|
|
@@ -182,6 +191,7 @@ export declare const interpolatableRobotMegaImportInstructionsSchema: z.ZodObjec
|
|
|
182
191
|
export type InterpolatableRobotMegaImportInstructions = InterpolatableRobotMegaImportInstructionsInput;
|
|
183
192
|
export type InterpolatableRobotMegaImportInstructionsInput = z.input<typeof interpolatableRobotMegaImportInstructionsSchema>;
|
|
184
193
|
export declare const interpolatableRobotMegaImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
194
|
+
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">>]>>;
|
|
185
195
|
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">]>]>>;
|
|
186
196
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
187
197
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -212,6 +222,7 @@ export declare const interpolatableRobotMegaImportInstructionsWithHiddenFieldsSc
|
|
|
212
222
|
return_file_stubs: string | boolean;
|
|
213
223
|
host?: string | undefined;
|
|
214
224
|
key?: string | undefined;
|
|
225
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
215
226
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
216
227
|
result?: string | boolean | undefined;
|
|
217
228
|
queue?: string | undefined;
|
|
@@ -224,6 +235,7 @@ export declare const interpolatableRobotMegaImportInstructionsWithHiddenFieldsSc
|
|
|
224
235
|
robot: "/mega/import";
|
|
225
236
|
host?: string | undefined;
|
|
226
237
|
key?: string | undefined;
|
|
238
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
227
239
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
228
240
|
result?: string | boolean | undefined;
|
|
229
241
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mega-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/mega-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,iCAAiC
|
|
1
|
+
{"version":3,"file":"mega-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/mega-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,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"}
|