@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,8 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { interpolateRobot, robotBase, robotUse } from "./_instructions-primitives.js";
|
|
3
|
-
// @ts-expect-error - ProgressSimulateRobot is not ready yet @TODO please supply missing keys
|
|
4
3
|
export const meta = {
|
|
5
|
-
|
|
4
|
+
bytescount: 1,
|
|
5
|
+
discount_factor: 1,
|
|
6
|
+
discount_pct: 0,
|
|
6
7
|
example_code: {
|
|
7
8
|
steps: {
|
|
8
9
|
simulate: {
|
|
@@ -16,6 +17,19 @@ export const meta = {
|
|
|
16
17
|
},
|
|
17
18
|
},
|
|
18
19
|
example_code_description: 'Simulate Step progress and output generation for testing:',
|
|
20
|
+
minimum_charge: 0,
|
|
21
|
+
output_factor: 1,
|
|
22
|
+
override_lvl1: 'Code Evaluation',
|
|
23
|
+
purpose_sentence: 'simulates Step progress and output generation for tests',
|
|
24
|
+
purpose_verb: 'run',
|
|
25
|
+
purpose_word: 'progress simulation',
|
|
26
|
+
purpose_words: 'Simulate Step progress',
|
|
27
|
+
service_slug: 'code-evaluation',
|
|
28
|
+
slot_count: 20,
|
|
29
|
+
title: 'Simulate Step progress',
|
|
30
|
+
typical_file_size_mb: 1.2,
|
|
31
|
+
typical_file_type: 'file',
|
|
32
|
+
name: 'ProgressSimulateRobot',
|
|
19
33
|
priceFactor: 1,
|
|
20
34
|
queueSlotCount: 20,
|
|
21
35
|
isAllowedForUrlTransform: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-simulate.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/progress-simulate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAErF,
|
|
1
|
+
{"version":3,"file":"progress-simulate.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/progress-simulate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAA;AAErF,MAAM,CAAC,MAAM,IAAI,GAAmB;IAClC,UAAU,EAAE,CAAC;IACb,eAAe,EAAE,CAAC;IAClB,YAAY,EAAE,CAAC;IACf,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,QAAQ,EAAE;gBACR,KAAK,EAAE,oBAAoB;gBAC3B,GAAG,EAAE,WAAW;gBAChB,QAAQ,EAAE,EAAE;gBACZ,YAAY,EAAE,CAAC;gBACf,aAAa,EAAE,IAAI;gBACnB,cAAc,EAAE,IAAI;aACrB;SACF;KACF;IACD,wBAAwB,EAAE,2DAA2D;IACrF,cAAc,EAAE,CAAC;IACjB,aAAa,EAAE,CAAC;IAChB,aAAa,EAAE,iBAAiB;IAChC,gBAAgB,EAAE,yDAAyD;IAC3E,YAAY,EAAE,KAAK;IACnB,YAAY,EAAE,qBAAqB;IACnC,aAAa,EAAE,wBAAwB;IACvC,YAAY,EAAE,iBAAiB;IAC/B,UAAU,EAAE,EAAE;IACd,KAAK,EAAE,wBAAwB;IAC/B,oBAAoB,EAAE,GAAG;IACzB,iBAAiB,EAAE,MAAM;IACzB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,CAAC;IACd,cAAc,EAAE,EAAE;IAClB,wBAAwB,EAAE,KAAK;IAC/B,mBAAmB,EAAE,IAAI;IACzB,UAAU,EAAE,IAAI;IAChB,KAAK,EAAE,IAAI;IACX,iDAAiD,EAAE,KAAK;CACzD,CAAA;AAED,MAAM,CAAC,MAAM,uCAAuC,GAAG,SAAS;KAC7D,KAAK,CAAC,QAAQ,CAAC;KACf,MAAM,CAAC;IACN,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE;IAC1B,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE;CAC5B,CAAC;KACD,MAAM,EAAE,CAAA;AAKX,MAAM,CAAC,MAAM,qDAAqD,GAAG,gBAAgB,CACnF,uCAAuC,CACxC,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 robotS3ImportInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -33,6 +34,7 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
|
|
|
33
34
|
recursive: boolean;
|
|
34
35
|
return_file_stubs: boolean;
|
|
35
36
|
key?: string | undefined;
|
|
37
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
36
38
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
37
39
|
queue?: "batch" | undefined;
|
|
38
40
|
credentials?: string | undefined;
|
|
@@ -46,6 +48,7 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
|
|
|
46
48
|
path: string | string[];
|
|
47
49
|
robot: "/s3/import";
|
|
48
50
|
key?: string | undefined;
|
|
51
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
49
52
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
50
53
|
result?: boolean | undefined;
|
|
51
54
|
queue?: "batch" | undefined;
|
|
@@ -63,6 +66,7 @@ export declare const robotS3ImportInstructionsSchema: z.ZodObject<{
|
|
|
63
66
|
range?: string | string[] | undefined;
|
|
64
67
|
}>;
|
|
65
68
|
export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -91,6 +95,7 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
91
95
|
recursive: boolean;
|
|
92
96
|
return_file_stubs: boolean;
|
|
93
97
|
key?: string | undefined;
|
|
98
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
94
99
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
95
100
|
result?: boolean | "debug" | undefined;
|
|
96
101
|
queue?: "batch" | undefined;
|
|
@@ -105,6 +110,7 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
105
110
|
path: string | string[];
|
|
106
111
|
robot: "/s3/import";
|
|
107
112
|
key?: string | undefined;
|
|
113
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
108
114
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
109
115
|
result?: boolean | "debug" | undefined;
|
|
110
116
|
queue?: "batch" | undefined;
|
|
@@ -124,6 +130,7 @@ export declare const robotS3ImportInstructionsWithHiddenFieldsSchema: z.ZodObjec
|
|
|
124
130
|
export type RobotS3ImportInstructions = z.infer<typeof robotS3ImportInstructionsSchema>;
|
|
125
131
|
export type RobotS3ImportInstructionsWithHiddenFields = z.infer<typeof robotS3ImportInstructionsWithHiddenFieldsSchema>;
|
|
126
132
|
export declare const interpolatableRobotS3ImportInstructionsSchema: 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"]>]>>;
|
|
@@ -152,6 +159,7 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
|
|
|
152
159
|
recursive: string | boolean;
|
|
153
160
|
return_file_stubs: string | boolean;
|
|
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
|
queue?: string | undefined;
|
|
157
165
|
credentials?: string | undefined;
|
|
@@ -165,6 +173,7 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
|
|
|
165
173
|
path: string | string[];
|
|
166
174
|
robot: "/s3/import";
|
|
167
175
|
key?: string | undefined;
|
|
176
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
168
177
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
169
178
|
result?: string | boolean | undefined;
|
|
170
179
|
queue?: string | undefined;
|
|
@@ -184,6 +193,7 @@ export declare const interpolatableRobotS3ImportInstructionsSchema: z.ZodObject<
|
|
|
184
193
|
export type InterpolatableRobotS3ImportInstructions = InterpolatableRobotS3ImportInstructionsInput;
|
|
185
194
|
export type InterpolatableRobotS3ImportInstructionsInput = z.input<typeof interpolatableRobotS3ImportInstructionsSchema>;
|
|
186
195
|
export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSchema: 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]>>;
|
|
@@ -211,6 +221,7 @@ export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSche
|
|
|
211
221
|
recursive: string | boolean;
|
|
212
222
|
return_file_stubs: string | boolean;
|
|
213
223
|
key?: string | undefined;
|
|
224
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
214
225
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
215
226
|
result?: string | boolean | undefined;
|
|
216
227
|
queue?: string | undefined;
|
|
@@ -225,6 +236,7 @@ export declare const interpolatableRobotS3ImportInstructionsWithHiddenFieldsSche
|
|
|
225
236
|
path: string | string[];
|
|
226
237
|
robot: "/s3/import";
|
|
227
238
|
key?: string | undefined;
|
|
239
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
228
240
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
229
241
|
result?: string | boolean | undefined;
|
|
230
242
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s3-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/s3-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,+BAA+B
|
|
1
|
+
{"version":3,"file":"s3-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/s3-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,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyFjC,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 robotS3StoreInstructionsSchema: 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"]>>;
|
|
@@ -88,6 +89,7 @@ export declare const robotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
88
89
|
tags: Record<string, string>;
|
|
89
90
|
no_vhost: boolean;
|
|
90
91
|
key?: string | undefined;
|
|
92
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
91
93
|
use?: string | string[] | {
|
|
92
94
|
name: string;
|
|
93
95
|
fields?: string | undefined;
|
|
@@ -116,6 +118,7 @@ export declare const robotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
116
118
|
host?: string | undefined;
|
|
117
119
|
path?: string | undefined;
|
|
118
120
|
key?: string | undefined;
|
|
121
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
119
122
|
use?: string | string[] | {
|
|
120
123
|
name: string;
|
|
121
124
|
fields?: string | undefined;
|
|
@@ -148,6 +151,7 @@ export declare const robotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
148
151
|
session_token?: string | undefined;
|
|
149
152
|
}>;
|
|
150
153
|
export declare const robotS3StoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
154
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
151
155
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
152
156
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
153
157
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -232,6 +236,7 @@ export declare const robotS3StoreInstructionsWithHiddenFieldsSchema: z.ZodObject
|
|
|
232
236
|
tags: Record<string, string>;
|
|
233
237
|
no_vhost: boolean;
|
|
234
238
|
key?: string | undefined;
|
|
239
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
235
240
|
use?: string | string[] | {
|
|
236
241
|
name: string;
|
|
237
242
|
fields?: string | undefined;
|
|
@@ -262,6 +267,7 @@ export declare const robotS3StoreInstructionsWithHiddenFieldsSchema: z.ZodObject
|
|
|
262
267
|
host?: string | undefined;
|
|
263
268
|
path?: string | undefined;
|
|
264
269
|
key?: string | undefined;
|
|
270
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
265
271
|
use?: string | string[] | {
|
|
266
272
|
name: string;
|
|
267
273
|
fields?: string | undefined;
|
|
@@ -298,6 +304,7 @@ export type RobotS3StoreInstructions = z.infer<typeof robotS3StoreInstructionsSc
|
|
|
298
304
|
export type RobotS3StoreInstructionsInput = z.input<typeof robotS3StoreInstructionsSchema>;
|
|
299
305
|
export type RobotS3StoreInstructionsWithHiddenFields = z.infer<typeof robotS3StoreInstructionsWithHiddenFieldsSchema>;
|
|
300
306
|
export declare const interpolatableRobotS3StoreInstructionsSchema: z.ZodObject<{
|
|
307
|
+
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">>]>>;
|
|
301
308
|
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">]>]>>;
|
|
302
309
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
303
310
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -381,6 +388,7 @@ export declare const interpolatableRobotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
381
388
|
tags: Record<string, string>;
|
|
382
389
|
no_vhost: string | boolean;
|
|
383
390
|
key?: string | undefined;
|
|
391
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
384
392
|
use?: string | string[] | {
|
|
385
393
|
name: string;
|
|
386
394
|
fields?: string | undefined;
|
|
@@ -409,6 +417,7 @@ export declare const interpolatableRobotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
409
417
|
host?: string | undefined;
|
|
410
418
|
path?: string | undefined;
|
|
411
419
|
key?: string | undefined;
|
|
420
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
412
421
|
use?: string | string[] | {
|
|
413
422
|
name: string;
|
|
414
423
|
fields?: string | undefined;
|
|
@@ -443,6 +452,7 @@ export declare const interpolatableRobotS3StoreInstructionsSchema: z.ZodObject<{
|
|
|
443
452
|
export type InterpolatableRobotS3StoreInstructions = InterpolatableRobotS3StoreInstructionsInput;
|
|
444
453
|
export type InterpolatableRobotS3StoreInstructionsInput = z.input<typeof interpolatableRobotS3StoreInstructionsSchema>;
|
|
445
454
|
export declare const interpolatableRobotS3StoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
455
|
+
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">>]>>;
|
|
446
456
|
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">]>]>>;
|
|
447
457
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
448
458
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -526,6 +536,7 @@ export declare const interpolatableRobotS3StoreInstructionsWithHiddenFieldsSchem
|
|
|
526
536
|
tags: Record<string, string>;
|
|
527
537
|
no_vhost: string | boolean;
|
|
528
538
|
key?: string | undefined;
|
|
539
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
529
540
|
use?: string | string[] | {
|
|
530
541
|
name: string;
|
|
531
542
|
fields?: string | undefined;
|
|
@@ -556,6 +567,7 @@ export declare const interpolatableRobotS3StoreInstructionsWithHiddenFieldsSchem
|
|
|
556
567
|
host?: string | undefined;
|
|
557
568
|
path?: string | undefined;
|
|
558
569
|
key?: string | undefined;
|
|
570
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
559
571
|
use?: string | string[] | {
|
|
560
572
|
name: string;
|
|
561
573
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s3-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/s3-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,8BAA8B
|
|
1
|
+
{"version":3,"file":"s3-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/s3-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,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoHhC,CAAA;AAEX,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU1D,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AACrF,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAC1F,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAC5D,OAAO,8CAA8C,CACtD,CAAA;AAED,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExD,CAAA;AACD,MAAM,MAAM,sCAAsC,GAAG,2CAA2C,CAAA;AAEhG,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAC/D,OAAO,4CAA4C,CACpD,CAAA;AAED,eAAO,MAAM,4DAA4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE,CAAA;AACD,MAAM,MAAM,sDAAsD,GAAG,CAAC,CAAC,KAAK,CAC1E,OAAO,4DAA4D,CACpE,CAAA;AACD,MAAM,MAAM,2DAA2D,GAAG,CAAC,CAAC,KAAK,CAC/E,OAAO,4DAA4D,CACpE,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 robotScriptRunInstructionsSchema: 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"]>>;
|
|
@@ -65,6 +66,7 @@ export declare const robotScriptRunInstructionsSchema: z.ZodObject<{
|
|
|
65
66
|
force_accept: boolean;
|
|
66
67
|
ignore_errors: string[];
|
|
67
68
|
script: string;
|
|
69
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
68
70
|
use?: string | string[] | {
|
|
69
71
|
name: string;
|
|
70
72
|
fields?: string | undefined;
|
|
@@ -84,6 +86,7 @@ export declare const robotScriptRunInstructionsSchema: z.ZodObject<{
|
|
|
84
86
|
}, {
|
|
85
87
|
robot: "/script/run";
|
|
86
88
|
script: string;
|
|
89
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
87
90
|
use?: string | string[] | {
|
|
88
91
|
name: string;
|
|
89
92
|
fields?: string | undefined;
|
|
@@ -105,6 +108,7 @@ export declare const robotScriptRunInstructionsSchema: z.ZodObject<{
|
|
|
105
108
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
106
109
|
}>;
|
|
107
110
|
export declare const robotScriptRunInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
111
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
108
112
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
109
113
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
110
114
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -167,6 +171,7 @@ export declare const robotScriptRunInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
167
171
|
force_accept: boolean;
|
|
168
172
|
ignore_errors: string[];
|
|
169
173
|
script: string;
|
|
174
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
170
175
|
use?: string | string[] | {
|
|
171
176
|
name: string;
|
|
172
177
|
fields?: string | undefined;
|
|
@@ -188,6 +193,7 @@ export declare const robotScriptRunInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
188
193
|
}, {
|
|
189
194
|
robot: "/script/run";
|
|
190
195
|
script: string;
|
|
196
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
191
197
|
use?: string | string[] | {
|
|
192
198
|
name: string;
|
|
193
199
|
fields?: string | undefined;
|
|
@@ -212,6 +218,7 @@ export declare const robotScriptRunInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
212
218
|
export type RobotScriptRunInstructions = z.infer<typeof robotScriptRunInstructionsSchema>;
|
|
213
219
|
export type RobotScriptRunInstructionsWithHiddenFields = z.infer<typeof robotScriptRunInstructionsWithHiddenFieldsSchema>;
|
|
214
220
|
export declare const interpolatableRobotScriptRunInstructionsSchema: z.ZodObject<{
|
|
221
|
+
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">>]>>;
|
|
215
222
|
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">]>]>>;
|
|
216
223
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
217
224
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -273,6 +280,7 @@ export declare const interpolatableRobotScriptRunInstructionsSchema: z.ZodObject
|
|
|
273
280
|
force_accept: string | boolean;
|
|
274
281
|
ignore_errors: string | string[];
|
|
275
282
|
script: string;
|
|
283
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
276
284
|
use?: string | string[] | {
|
|
277
285
|
name: string;
|
|
278
286
|
fields?: string | undefined;
|
|
@@ -292,6 +300,7 @@ export declare const interpolatableRobotScriptRunInstructionsSchema: z.ZodObject
|
|
|
292
300
|
}, {
|
|
293
301
|
robot: "/script/run";
|
|
294
302
|
script: string;
|
|
303
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
295
304
|
use?: string | string[] | {
|
|
296
305
|
name: string;
|
|
297
306
|
fields?: string | undefined;
|
|
@@ -315,6 +324,7 @@ export declare const interpolatableRobotScriptRunInstructionsSchema: z.ZodObject
|
|
|
315
324
|
export type InterpolatableRobotScriptRunInstructions = InterpolatableRobotScriptRunInstructionsInput;
|
|
316
325
|
export type InterpolatableRobotScriptRunInstructionsInput = z.input<typeof interpolatableRobotScriptRunInstructionsSchema>;
|
|
317
326
|
export declare const interpolatableRobotScriptRunInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
327
|
+
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">>]>>;
|
|
318
328
|
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">]>]>>;
|
|
319
329
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
320
330
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -376,6 +386,7 @@ export declare const interpolatableRobotScriptRunInstructionsWithHiddenFieldsSch
|
|
|
376
386
|
force_accept: string | boolean;
|
|
377
387
|
ignore_errors: string | string[];
|
|
378
388
|
script: string;
|
|
389
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
379
390
|
use?: string | string[] | {
|
|
380
391
|
name: string;
|
|
381
392
|
fields?: string | undefined;
|
|
@@ -397,6 +408,7 @@ export declare const interpolatableRobotScriptRunInstructionsWithHiddenFieldsSch
|
|
|
397
408
|
}, {
|
|
398
409
|
robot: "/script/run";
|
|
399
410
|
script: string;
|
|
411
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
400
412
|
use?: string | string[] | {
|
|
401
413
|
name: string;
|
|
402
414
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"script-run.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/script-run.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,gCAAgC
|
|
1
|
+
{"version":3,"file":"script-run.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/script-run.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,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsDlC,CAAA;AAEX,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzD,CAAA;AAEJ,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAA;AACzF,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,gDAAgD,CACxD,CAAA;AAED,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1D,CAAA;AACD,MAAM,MAAM,wCAAwC,GAAG,6CAA6C,CAAA;AAEpG,MAAM,MAAM,6CAA6C,GAAG,CAAC,CAAC,KAAK,CACjE,OAAO,8CAA8C,CACtD,CAAA;AAED,eAAO,MAAM,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE1E,CAAA;AACD,MAAM,MAAM,wDAAwD,GAAG,CAAC,CAAC,KAAK,CAC5E,OAAO,8DAA8D,CACtE,CAAA;AACD,MAAM,MAAM,6DAA6D,GAAG,CAAC,CAAC,KAAK,CACjF,OAAO,8DAA8D,CACtE,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import type { RobotMetaInput } from './_instructions-primitives.ts';
|
|
3
3
|
export declare const meta: RobotMetaInput;
|
|
4
4
|
export declare const robotSftpImportInstructionsSchema: z.ZodObject<{
|
|
5
|
+
interpolate: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">, z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["true", "false"]>]>, boolean, boolean | "false" | "true">>]>>;
|
|
5
6
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
6
7
|
result: z.ZodDefault<z.ZodBoolean>;
|
|
7
8
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
@@ -27,6 +28,7 @@ export declare const robotSftpImportInstructionsSchema: z.ZodObject<{
|
|
|
27
28
|
ignore_errors: string[];
|
|
28
29
|
force_name: string | string[] | null;
|
|
29
30
|
host?: string | undefined;
|
|
31
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
30
32
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
31
33
|
queue?: "batch" | undefined;
|
|
32
34
|
credentials?: string | undefined;
|
|
@@ -37,6 +39,7 @@ export declare const robotSftpImportInstructionsSchema: z.ZodObject<{
|
|
|
37
39
|
robot: "/sftp/import";
|
|
38
40
|
host?: string | undefined;
|
|
39
41
|
port?: number | undefined;
|
|
42
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
40
43
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
41
44
|
result?: boolean | undefined;
|
|
42
45
|
queue?: "batch" | undefined;
|
|
@@ -48,6 +51,7 @@ export declare const robotSftpImportInstructionsSchema: z.ZodObject<{
|
|
|
48
51
|
public_key?: string | undefined;
|
|
49
52
|
}>;
|
|
50
53
|
export declare const robotSftpImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
54
|
+
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">>]>>;
|
|
51
55
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
52
56
|
queue: z.ZodOptional<z.ZodEnum<["batch"]>>;
|
|
53
57
|
force_accept: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -71,6 +75,7 @@ export declare const robotSftpImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
71
75
|
ignore_errors: string[];
|
|
72
76
|
force_name: string | string[] | null;
|
|
73
77
|
host?: string | undefined;
|
|
78
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
74
79
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
75
80
|
result?: boolean | "debug" | undefined;
|
|
76
81
|
queue?: "batch" | undefined;
|
|
@@ -83,6 +88,7 @@ export declare const robotSftpImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
83
88
|
robot: "/sftp/import";
|
|
84
89
|
host?: string | undefined;
|
|
85
90
|
port?: number | undefined;
|
|
91
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
86
92
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
87
93
|
result?: boolean | "debug" | undefined;
|
|
88
94
|
queue?: "batch" | undefined;
|
|
@@ -97,6 +103,7 @@ export declare const robotSftpImportInstructionsWithHiddenFieldsSchema: z.ZodObj
|
|
|
97
103
|
export type RobotSftpImportInstructions = z.infer<typeof robotSftpImportInstructionsSchema>;
|
|
98
104
|
export type RobotSftpImportInstructionsWithHiddenFields = z.infer<typeof robotSftpImportInstructionsWithHiddenFieldsSchema>;
|
|
99
105
|
export declare const interpolatableRobotSftpImportInstructionsSchema: z.ZodObject<{
|
|
106
|
+
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">>]>>;
|
|
100
107
|
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">]>]>>;
|
|
101
108
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
102
109
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -119,6 +126,7 @@ export declare const interpolatableRobotSftpImportInstructionsSchema: z.ZodObjec
|
|
|
119
126
|
ignore_errors: string | string[];
|
|
120
127
|
force_name: string | string[] | null;
|
|
121
128
|
host?: string | undefined;
|
|
129
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
122
130
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
123
131
|
queue?: string | undefined;
|
|
124
132
|
credentials?: string | undefined;
|
|
@@ -129,6 +137,7 @@ export declare const interpolatableRobotSftpImportInstructionsSchema: z.ZodObjec
|
|
|
129
137
|
robot: "/sftp/import";
|
|
130
138
|
host?: string | undefined;
|
|
131
139
|
port?: string | number | undefined;
|
|
140
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
132
141
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
133
142
|
result?: string | boolean | undefined;
|
|
134
143
|
queue?: string | undefined;
|
|
@@ -142,6 +151,7 @@ export declare const interpolatableRobotSftpImportInstructionsSchema: z.ZodObjec
|
|
|
142
151
|
export type InterpolatableRobotSftpImportInstructions = InterpolatableRobotSftpImportInstructionsInput;
|
|
143
152
|
export type InterpolatableRobotSftpImportInstructionsInput = z.input<typeof interpolatableRobotSftpImportInstructionsSchema>;
|
|
144
153
|
export declare const interpolatableRobotSftpImportInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
154
|
+
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">>]>>;
|
|
145
155
|
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">]>]>>;
|
|
146
156
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
147
157
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -164,6 +174,7 @@ export declare const interpolatableRobotSftpImportInstructionsWithHiddenFieldsSc
|
|
|
164
174
|
ignore_errors: string | string[];
|
|
165
175
|
force_name: string | string[] | null;
|
|
166
176
|
host?: string | undefined;
|
|
177
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
167
178
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
168
179
|
result?: string | boolean | undefined;
|
|
169
180
|
queue?: string | undefined;
|
|
@@ -176,6 +187,7 @@ export declare const interpolatableRobotSftpImportInstructionsWithHiddenFieldsSc
|
|
|
176
187
|
robot: "/sftp/import";
|
|
177
188
|
host?: string | undefined;
|
|
178
189
|
port?: string | number | undefined;
|
|
190
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
179
191
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
180
192
|
result?: string | boolean | undefined;
|
|
181
193
|
queue?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sftp-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/sftp-import.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":"sftp-import.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/sftp-import.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAA;AAEX,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1D,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 robotSftpStoreInstructionsSchema: 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 robotSftpStoreInstructionsSchema: z.ZodObject<{
|
|
|
79
80
|
ssl_url_template: string;
|
|
80
81
|
file_chmod: string;
|
|
81
82
|
host?: string | undefined;
|
|
83
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
82
84
|
use?: string | string[] | {
|
|
83
85
|
name: string;
|
|
84
86
|
fields?: string | undefined;
|
|
@@ -103,6 +105,7 @@ export declare const robotSftpStoreInstructionsSchema: z.ZodObject<{
|
|
|
103
105
|
host?: string | undefined;
|
|
104
106
|
path?: string | undefined;
|
|
105
107
|
port?: number | undefined;
|
|
108
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
106
109
|
use?: string | string[] | {
|
|
107
110
|
name: string;
|
|
108
111
|
fields?: string | undefined;
|
|
@@ -130,6 +133,7 @@ export declare const robotSftpStoreInstructionsSchema: z.ZodObject<{
|
|
|
130
133
|
file_chmod?: string | undefined;
|
|
131
134
|
}>;
|
|
132
135
|
export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: 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>;
|
|
@@ -205,6 +209,7 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
205
209
|
ssl_url_template: string;
|
|
206
210
|
file_chmod: string;
|
|
207
211
|
host?: string | undefined;
|
|
212
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
208
213
|
use?: string | string[] | {
|
|
209
214
|
name: string;
|
|
210
215
|
fields?: string | undefined;
|
|
@@ -231,6 +236,7 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
231
236
|
host?: string | undefined;
|
|
232
237
|
path?: string | undefined;
|
|
233
238
|
port?: number | undefined;
|
|
239
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
234
240
|
use?: string | string[] | {
|
|
235
241
|
name: string;
|
|
236
242
|
fields?: string | undefined;
|
|
@@ -261,6 +267,7 @@ export declare const robotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObje
|
|
|
261
267
|
export type RobotSftpStoreInstructions = z.infer<typeof robotSftpStoreInstructionsSchema>;
|
|
262
268
|
export type RobotSftpStoreInstructionsWithHiddenFields = z.infer<typeof robotSftpStoreInstructionsWithHiddenFieldsSchema>;
|
|
263
269
|
export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject<{
|
|
270
|
+
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">>]>>;
|
|
264
271
|
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">]>]>>;
|
|
265
272
|
result: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
266
273
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
@@ -335,6 +342,7 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
|
|
|
335
342
|
ssl_url_template: string;
|
|
336
343
|
file_chmod: string;
|
|
337
344
|
host?: string | undefined;
|
|
345
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
338
346
|
use?: string | string[] | {
|
|
339
347
|
name: string;
|
|
340
348
|
fields?: string | undefined;
|
|
@@ -359,6 +367,7 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
|
|
|
359
367
|
host?: string | undefined;
|
|
360
368
|
path?: string | undefined;
|
|
361
369
|
port?: string | number | undefined;
|
|
370
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
362
371
|
use?: string | string[] | {
|
|
363
372
|
name: string;
|
|
364
373
|
fields?: string | undefined;
|
|
@@ -388,6 +397,7 @@ export declare const interpolatableRobotSftpStoreInstructionsSchema: z.ZodObject
|
|
|
388
397
|
export type InterpolatableRobotSftpStoreInstructions = InterpolatableRobotSftpStoreInstructionsInput;
|
|
389
398
|
export type InterpolatableRobotSftpStoreInstructionsInput = z.input<typeof interpolatableRobotSftpStoreInstructionsSchema>;
|
|
390
399
|
export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
400
|
+
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">>]>>;
|
|
391
401
|
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">]>]>>;
|
|
392
402
|
queue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["batch"]>]>>;
|
|
393
403
|
force_accept: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
@@ -462,6 +472,7 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
|
|
|
462
472
|
ssl_url_template: string;
|
|
463
473
|
file_chmod: string;
|
|
464
474
|
host?: string | undefined;
|
|
475
|
+
interpolate?: boolean | Record<string, boolean> | undefined;
|
|
465
476
|
use?: string | string[] | {
|
|
466
477
|
name: string;
|
|
467
478
|
fields?: string | undefined;
|
|
@@ -488,6 +499,7 @@ export declare const interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSch
|
|
|
488
499
|
host?: string | undefined;
|
|
489
500
|
path?: string | undefined;
|
|
490
501
|
port?: string | number | undefined;
|
|
502
|
+
interpolate?: boolean | "false" | "true" | Record<string, boolean | "false" | "true"> | undefined;
|
|
491
503
|
use?: string | string[] | {
|
|
492
504
|
name: string;
|
|
493
505
|
fields?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sftp-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/sftp-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,cAmClB,CAAA;AAED,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"sftp-store.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/sftp-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,cAmClB,CAAA;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BlC,CAAA;AAEX,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASzD,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"}
|