@transloadit/node 4.1.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/LICENSE +21 -0
- package/README.md +701 -0
- package/dist/ApiError.d.ts +22 -0
- package/dist/ApiError.d.ts.map +1 -0
- package/dist/ApiError.js +33 -0
- package/dist/ApiError.js.map +1 -0
- package/dist/InconsistentResponseError.d.ts +4 -0
- package/dist/InconsistentResponseError.d.ts.map +1 -0
- package/dist/InconsistentResponseError.js +4 -0
- package/dist/InconsistentResponseError.js.map +1 -0
- package/dist/PaginationStream.d.ts +14 -0
- package/dist/PaginationStream.d.ts.map +1 -0
- package/dist/PaginationStream.js +36 -0
- package/dist/PaginationStream.js.map +1 -0
- package/dist/PollingTimeoutError.d.ts +5 -0
- package/dist/PollingTimeoutError.d.ts.map +1 -0
- package/dist/PollingTimeoutError.js +5 -0
- package/dist/PollingTimeoutError.js.map +1 -0
- package/dist/Transloadit.d.ts +250 -0
- package/dist/Transloadit.d.ts.map +1 -0
- package/dist/Transloadit.js +661 -0
- package/dist/Transloadit.js.map +1 -0
- package/dist/alphalib/lib/nativeGlobby.d.ts +14 -0
- package/dist/alphalib/lib/nativeGlobby.d.ts.map +1 -0
- package/dist/alphalib/lib/nativeGlobby.js +181 -0
- package/dist/alphalib/lib/nativeGlobby.js.map +1 -0
- package/dist/alphalib/mcache.d.ts +65 -0
- package/dist/alphalib/mcache.d.ts.map +1 -0
- package/dist/alphalib/mcache.js +135 -0
- package/dist/alphalib/mcache.js.map +1 -0
- package/dist/alphalib/tryCatch.d.ts +21 -0
- package/dist/alphalib/tryCatch.d.ts.map +1 -0
- package/dist/alphalib/tryCatch.js +17 -0
- package/dist/alphalib/tryCatch.js.map +1 -0
- package/dist/alphalib/types/assembliesGet.d.ts +62 -0
- package/dist/alphalib/types/assembliesGet.d.ts.map +1 -0
- package/dist/alphalib/types/assembliesGet.js +33 -0
- package/dist/alphalib/types/assembliesGet.js.map +1 -0
- package/dist/alphalib/types/assemblyReplay.d.ts +7858 -0
- package/dist/alphalib/types/assemblyReplay.d.ts.map +1 -0
- package/dist/alphalib/types/assemblyReplay.js +15 -0
- package/dist/alphalib/types/assemblyReplay.js.map +1 -0
- package/dist/alphalib/types/assemblyReplayNotification.d.ts +7849 -0
- package/dist/alphalib/types/assemblyReplayNotification.d.ts.map +1 -0
- package/dist/alphalib/types/assemblyReplayNotification.js +13 -0
- package/dist/alphalib/types/assemblyReplayNotification.js.map +1 -0
- package/dist/alphalib/types/assemblyStatus.d.ts +71084 -0
- package/dist/alphalib/types/assemblyStatus.d.ts.map +1 -0
- package/dist/alphalib/types/assemblyStatus.js +710 -0
- package/dist/alphalib/types/assemblyStatus.js.map +1 -0
- package/dist/alphalib/types/bill.d.ts +44 -0
- package/dist/alphalib/types/bill.d.ts.map +1 -0
- package/dist/alphalib/types/bill.js +8 -0
- package/dist/alphalib/types/bill.js.map +1 -0
- package/dist/alphalib/types/robots/_index.d.ts +76306 -0
- package/dist/alphalib/types/robots/_index.d.ts.map +1 -0
- package/dist/alphalib/types/robots/_index.js +354 -0
- package/dist/alphalib/types/robots/_index.js.map +1 -0
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts +3533 -0
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -0
- package/dist/alphalib/types/robots/_instructions-primitives.js +1491 -0
- package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -0
- package/dist/alphalib/types/robots/ai-chat.d.ts +2096 -0
- package/dist/alphalib/types/robots/ai-chat.d.ts.map +1 -0
- package/dist/alphalib/types/robots/ai-chat.js +223 -0
- package/dist/alphalib/types/robots/ai-chat.js.map +1 -0
- package/dist/alphalib/types/robots/assembly-savejson.d.ts +52 -0
- package/dist/alphalib/types/robots/assembly-savejson.d.ts.map +1 -0
- package/dist/alphalib/types/robots/assembly-savejson.js +22 -0
- package/dist/alphalib/types/robots/assembly-savejson.js.map +1 -0
- package/dist/alphalib/types/robots/audio-artwork.d.ts +2867 -0
- package/dist/alphalib/types/robots/audio-artwork.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-artwork.js +73 -0
- package/dist/alphalib/types/robots/audio-artwork.js.map +1 -0
- package/dist/alphalib/types/robots/audio-concat.d.ts +2916 -0
- package/dist/alphalib/types/robots/audio-concat.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-concat.js +106 -0
- package/dist/alphalib/types/robots/audio-concat.js.map +1 -0
- package/dist/alphalib/types/robots/audio-encode.d.ts +2864 -0
- package/dist/alphalib/types/robots/audio-encode.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-encode.js +67 -0
- package/dist/alphalib/types/robots/audio-encode.js.map +1 -0
- package/dist/alphalib/types/robots/audio-loop.d.ts +2879 -0
- package/dist/alphalib/types/robots/audio-loop.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-loop.js +67 -0
- package/dist/alphalib/types/robots/audio-loop.js.map +1 -0
- package/dist/alphalib/types/robots/audio-merge.d.ts +2931 -0
- package/dist/alphalib/types/robots/audio-merge.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-merge.js +101 -0
- package/dist/alphalib/types/robots/audio-merge.js.map +1 -0
- package/dist/alphalib/types/robots/audio-waveform.d.ts +3131 -0
- package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -0
- package/dist/alphalib/types/robots/audio-waveform.js +238 -0
- package/dist/alphalib/types/robots/audio-waveform.js.map +1 -0
- package/dist/alphalib/types/robots/azure-import.d.ts +210 -0
- package/dist/alphalib/types/robots/azure-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/azure-import.js +73 -0
- package/dist/alphalib/types/robots/azure-import.js.map +1 -0
- package/dist/alphalib/types/robots/azure-store.d.ts +562 -0
- package/dist/alphalib/types/robots/azure-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/azure-store.js +115 -0
- package/dist/alphalib/types/robots/azure-store.js.map +1 -0
- package/dist/alphalib/types/robots/backblaze-import.d.ts +210 -0
- package/dist/alphalib/types/robots/backblaze-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/backblaze-import.js +81 -0
- package/dist/alphalib/types/robots/backblaze-import.js.map +1 -0
- package/dist/alphalib/types/robots/backblaze-store.d.ts +478 -0
- package/dist/alphalib/types/robots/backblaze-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/backblaze-store.js +76 -0
- package/dist/alphalib/types/robots/backblaze-store.js.map +1 -0
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts +234 -0
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/cloudfiles-import.js +80 -0
- package/dist/alphalib/types/robots/cloudfiles-import.js.map +1 -0
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts +490 -0
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/cloudfiles-store.js +70 -0
- package/dist/alphalib/types/robots/cloudfiles-store.js.map +1 -0
- package/dist/alphalib/types/robots/cloudflare-import.d.ts +234 -0
- package/dist/alphalib/types/robots/cloudflare-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/cloudflare-import.js +81 -0
- package/dist/alphalib/types/robots/cloudflare-import.js.map +1 -0
- package/dist/alphalib/types/robots/cloudflare-store.d.ts +514 -0
- package/dist/alphalib/types/robots/cloudflare-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/cloudflare-store.js +86 -0
- package/dist/alphalib/types/robots/cloudflare-store.js.map +1 -0
- package/dist/alphalib/types/robots/digitalocean-import.d.ts +234 -0
- package/dist/alphalib/types/robots/digitalocean-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/digitalocean-import.js +78 -0
- package/dist/alphalib/types/robots/digitalocean-import.js.map +1 -0
- package/dist/alphalib/types/robots/digitalocean-store.d.ts +526 -0
- package/dist/alphalib/types/robots/digitalocean-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/digitalocean-store.js +91 -0
- package/dist/alphalib/types/robots/digitalocean-store.js.map +1 -0
- package/dist/alphalib/types/robots/document-autorotate.d.ts +405 -0
- package/dist/alphalib/types/robots/document-autorotate.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-autorotate.js +44 -0
- package/dist/alphalib/types/robots/document-autorotate.js.map +1 -0
- package/dist/alphalib/types/robots/document-convert.d.ts +513 -0
- package/dist/alphalib/types/robots/document-convert.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-convert.js +273 -0
- package/dist/alphalib/types/robots/document-convert.js.map +1 -0
- package/dist/alphalib/types/robots/document-merge.d.ts +429 -0
- package/dist/alphalib/types/robots/document-merge.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-merge.js +86 -0
- package/dist/alphalib/types/robots/document-merge.js.map +1 -0
- package/dist/alphalib/types/robots/document-ocr.d.ts +441 -0
- package/dist/alphalib/types/robots/document-ocr.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-ocr.js +86 -0
- package/dist/alphalib/types/robots/document-ocr.js.map +1 -0
- package/dist/alphalib/types/robots/document-split.d.ts +417 -0
- package/dist/alphalib/types/robots/document-split.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-split.js +48 -0
- package/dist/alphalib/types/robots/document-split.js.map +1 -0
- package/dist/alphalib/types/robots/document-thumbs.d.ts +592 -0
- package/dist/alphalib/types/robots/document-thumbs.d.ts.map +1 -0
- package/dist/alphalib/types/robots/document-thumbs.js +196 -0
- package/dist/alphalib/types/robots/document-thumbs.js.map +1 -0
- package/dist/alphalib/types/robots/dropbox-import.d.ts +144 -0
- package/dist/alphalib/types/robots/dropbox-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/dropbox-import.js +65 -0
- package/dist/alphalib/types/robots/dropbox-import.js.map +1 -0
- package/dist/alphalib/types/robots/dropbox-store.d.ts +449 -0
- package/dist/alphalib/types/robots/dropbox-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/dropbox-store.js +68 -0
- package/dist/alphalib/types/robots/dropbox-store.js.map +1 -0
- package/dist/alphalib/types/robots/edgly-deliver.d.ts +100 -0
- package/dist/alphalib/types/robots/edgly-deliver.d.ts.map +1 -0
- package/dist/alphalib/types/robots/edgly-deliver.js +46 -0
- package/dist/alphalib/types/robots/edgly-deliver.js.map +1 -0
- package/dist/alphalib/types/robots/file-compress.d.ts +477 -0
- package/dist/alphalib/types/robots/file-compress.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-compress.js +139 -0
- package/dist/alphalib/types/robots/file-compress.js.map +1 -0
- package/dist/alphalib/types/robots/file-decompress.d.ts +404 -0
- package/dist/alphalib/types/robots/file-decompress.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-decompress.js +94 -0
- package/dist/alphalib/types/robots/file-decompress.js.map +1 -0
- package/dist/alphalib/types/robots/file-filter.d.ts +465 -0
- package/dist/alphalib/types/robots/file-filter.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-filter.js +136 -0
- package/dist/alphalib/types/robots/file-filter.js.map +1 -0
- package/dist/alphalib/types/robots/file-hash.d.ts +417 -0
- package/dist/alphalib/types/robots/file-hash.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-hash.js +59 -0
- package/dist/alphalib/types/robots/file-hash.js.map +1 -0
- package/dist/alphalib/types/robots/file-preview.d.ts +854 -0
- package/dist/alphalib/types/robots/file-preview.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-preview.js +221 -0
- package/dist/alphalib/types/robots/file-preview.js.map +1 -0
- package/dist/alphalib/types/robots/file-read.d.ts +405 -0
- package/dist/alphalib/types/robots/file-read.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-read.js +44 -0
- package/dist/alphalib/types/robots/file-read.js.map +1 -0
- package/dist/alphalib/types/robots/file-serve.d.ts +418 -0
- package/dist/alphalib/types/robots/file-serve.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-serve.js +99 -0
- package/dist/alphalib/types/robots/file-serve.js.map +1 -0
- package/dist/alphalib/types/robots/file-verify.d.ts +441 -0
- package/dist/alphalib/types/robots/file-verify.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-verify.js +73 -0
- package/dist/alphalib/types/robots/file-verify.js.map +1 -0
- package/dist/alphalib/types/robots/file-virusscan.d.ts +435 -0
- package/dist/alphalib/types/robots/file-virusscan.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-virusscan.js +82 -0
- package/dist/alphalib/types/robots/file-virusscan.js.map +1 -0
- package/dist/alphalib/types/robots/file-watermark.d.ts +417 -0
- package/dist/alphalib/types/robots/file-watermark.d.ts.map +1 -0
- package/dist/alphalib/types/robots/file-watermark.js +28 -0
- package/dist/alphalib/types/robots/file-watermark.js.map +1 -0
- package/dist/alphalib/types/robots/ftp-import.d.ts +198 -0
- package/dist/alphalib/types/robots/ftp-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/ftp-import.js +60 -0
- package/dist/alphalib/types/robots/ftp-import.js.map +1 -0
- package/dist/alphalib/types/robots/ftp-store.d.ts +532 -0
- package/dist/alphalib/types/robots/ftp-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/ftp-store.js +91 -0
- package/dist/alphalib/types/robots/ftp-store.js.map +1 -0
- package/dist/alphalib/types/robots/google-import.d.ts +174 -0
- package/dist/alphalib/types/robots/google-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/google-import.js +77 -0
- package/dist/alphalib/types/robots/google-import.js.map +1 -0
- package/dist/alphalib/types/robots/google-store.d.ts +476 -0
- package/dist/alphalib/types/robots/google-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/google-store.js +111 -0
- package/dist/alphalib/types/robots/google-store.js.map +1 -0
- package/dist/alphalib/types/robots/html-convert.d.ts +531 -0
- package/dist/alphalib/types/robots/html-convert.d.ts.map +1 -0
- package/dist/alphalib/types/robots/html-convert.js +137 -0
- package/dist/alphalib/types/robots/html-convert.js.map +1 -0
- package/dist/alphalib/types/robots/http-import.d.ts +215 -0
- package/dist/alphalib/types/robots/http-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/http-import.js +135 -0
- package/dist/alphalib/types/robots/http-import.js.map +1 -0
- package/dist/alphalib/types/robots/image-bgremove.d.ts +453 -0
- package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-bgremove.js +65 -0
- package/dist/alphalib/types/robots/image-bgremove.js.map +1 -0
- package/dist/alphalib/types/robots/image-describe.d.ts +453 -0
- package/dist/alphalib/types/robots/image-describe.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-describe.js +86 -0
- package/dist/alphalib/types/robots/image-describe.js.map +1 -0
- package/dist/alphalib/types/robots/image-facedetect.d.ts +477 -0
- package/dist/alphalib/types/robots/image-facedetect.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-facedetect.js +151 -0
- package/dist/alphalib/types/robots/image-facedetect.js.map +1 -0
- package/dist/alphalib/types/robots/image-generate.d.ts +522 -0
- package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-generate.js +64 -0
- package/dist/alphalib/types/robots/image-generate.js.map +1 -0
- package/dist/alphalib/types/robots/image-merge.d.ts +477 -0
- package/dist/alphalib/types/robots/image-merge.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-merge.js +92 -0
- package/dist/alphalib/types/robots/image-merge.js.map +1 -0
- package/dist/alphalib/types/robots/image-ocr.d.ts +441 -0
- package/dist/alphalib/types/robots/image-ocr.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-ocr.js +79 -0
- package/dist/alphalib/types/robots/image-ocr.js.map +1 -0
- package/dist/alphalib/types/robots/image-optimize.d.ts +453 -0
- package/dist/alphalib/types/robots/image-optimize.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-optimize.js +81 -0
- package/dist/alphalib/types/robots/image-optimize.js.map +1 -0
- package/dist/alphalib/types/robots/image-resize.d.ts +1758 -0
- package/dist/alphalib/types/robots/image-resize.d.ts.map +1 -0
- package/dist/alphalib/types/robots/image-resize.js +602 -0
- package/dist/alphalib/types/robots/image-resize.js.map +1 -0
- package/dist/alphalib/types/robots/meta-read.d.ts +98 -0
- package/dist/alphalib/types/robots/meta-read.d.ts.map +1 -0
- package/dist/alphalib/types/robots/meta-read.js +24 -0
- package/dist/alphalib/types/robots/meta-read.js.map +1 -0
- package/dist/alphalib/types/robots/meta-write.d.ts +2842 -0
- package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -0
- package/dist/alphalib/types/robots/meta-write.js +66 -0
- package/dist/alphalib/types/robots/meta-write.js.map +1 -0
- package/dist/alphalib/types/robots/minio-import.d.ts +234 -0
- package/dist/alphalib/types/robots/minio-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/minio-import.js +81 -0
- package/dist/alphalib/types/robots/minio-import.js.map +1 -0
- package/dist/alphalib/types/robots/minio-store.d.ts +514 -0
- package/dist/alphalib/types/robots/minio-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/minio-store.js +87 -0
- package/dist/alphalib/types/robots/minio-store.js.map +1 -0
- package/dist/alphalib/types/robots/progress-simulate.d.ts +229 -0
- package/dist/alphalib/types/robots/progress-simulate.d.ts.map +1 -0
- package/dist/alphalib/types/robots/progress-simulate.js +25 -0
- package/dist/alphalib/types/robots/progress-simulate.js.map +1 -0
- package/dist/alphalib/types/robots/s3-import.d.ts +246 -0
- package/dist/alphalib/types/robots/s3-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/s3-import.js +137 -0
- package/dist/alphalib/types/robots/s3-import.js.map +1 -0
- package/dist/alphalib/types/robots/s3-store.d.ts +593 -0
- package/dist/alphalib/types/robots/s3-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/s3-store.js +169 -0
- package/dist/alphalib/types/robots/s3-store.js.map +1 -0
- package/dist/alphalib/types/robots/script-run.d.ts +423 -0
- package/dist/alphalib/types/robots/script-run.d.ts.map +1 -0
- package/dist/alphalib/types/robots/script-run.js +95 -0
- package/dist/alphalib/types/robots/script-run.js.map +1 -0
- package/dist/alphalib/types/robots/sftp-import.d.ts +192 -0
- package/dist/alphalib/types/robots/sftp-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/sftp-import.js +62 -0
- package/dist/alphalib/types/robots/sftp-import.js.map +1 -0
- package/dist/alphalib/types/robots/sftp-store.d.ts +520 -0
- package/dist/alphalib/types/robots/sftp-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/sftp-store.js +83 -0
- package/dist/alphalib/types/robots/sftp-store.js.map +1 -0
- package/dist/alphalib/types/robots/speech-transcribe.d.ts +465 -0
- package/dist/alphalib/types/robots/speech-transcribe.d.ts.map +1 -0
- package/dist/alphalib/types/robots/speech-transcribe.js +103 -0
- package/dist/alphalib/types/robots/speech-transcribe.js.map +1 -0
- package/dist/alphalib/types/robots/supabase-import.d.ts +246 -0
- package/dist/alphalib/types/robots/supabase-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/supabase-import.js +83 -0
- package/dist/alphalib/types/robots/supabase-import.js.map +1 -0
- package/dist/alphalib/types/robots/supabase-store.d.ts +514 -0
- package/dist/alphalib/types/robots/supabase-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/supabase-store.js +77 -0
- package/dist/alphalib/types/robots/supabase-store.js.map +1 -0
- package/dist/alphalib/types/robots/swift-import.d.ts +246 -0
- package/dist/alphalib/types/robots/swift-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/swift-import.js +81 -0
- package/dist/alphalib/types/robots/swift-import.js.map +1 -0
- package/dist/alphalib/types/robots/swift-store.d.ts +526 -0
- package/dist/alphalib/types/robots/swift-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/swift-store.js +84 -0
- package/dist/alphalib/types/robots/swift-store.js.map +1 -0
- package/dist/alphalib/types/robots/text-speak.d.ts +465 -0
- package/dist/alphalib/types/robots/text-speak.d.ts.map +1 -0
- package/dist/alphalib/types/robots/text-speak.js +119 -0
- package/dist/alphalib/types/robots/text-speak.js.map +1 -0
- package/dist/alphalib/types/robots/text-translate.d.ts +441 -0
- package/dist/alphalib/types/robots/text-translate.d.ts.map +1 -0
- package/dist/alphalib/types/robots/text-translate.js +211 -0
- package/dist/alphalib/types/robots/text-translate.js.map +1 -0
- package/dist/alphalib/types/robots/tigris-import.d.ts +244 -0
- package/dist/alphalib/types/robots/tigris-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/tigris-import.js +85 -0
- package/dist/alphalib/types/robots/tigris-import.js.map +1 -0
- package/dist/alphalib/types/robots/tigris-store.d.ts +524 -0
- package/dist/alphalib/types/robots/tigris-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/tigris-store.js +91 -0
- package/dist/alphalib/types/robots/tigris-store.js.map +1 -0
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +100 -0
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts.map +1 -0
- package/dist/alphalib/types/robots/tlcdn-deliver.js +46 -0
- package/dist/alphalib/types/robots/tlcdn-deliver.js.map +1 -0
- package/dist/alphalib/types/robots/tus-store.d.ts +477 -0
- package/dist/alphalib/types/robots/tus-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/tus-store.js +102 -0
- package/dist/alphalib/types/robots/tus-store.js.map +1 -0
- package/dist/alphalib/types/robots/upload-handle.d.ts +100 -0
- package/dist/alphalib/types/robots/upload-handle.d.ts.map +1 -0
- package/dist/alphalib/types/robots/upload-handle.js +66 -0
- package/dist/alphalib/types/robots/upload-handle.js.map +1 -0
- package/dist/alphalib/types/robots/video-adaptive.d.ts +2915 -0
- package/dist/alphalib/types/robots/video-adaptive.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-adaptive.js +144 -0
- package/dist/alphalib/types/robots/video-adaptive.js.map +1 -0
- package/dist/alphalib/types/robots/video-concat.d.ts +2891 -0
- package/dist/alphalib/types/robots/video-concat.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-concat.js +96 -0
- package/dist/alphalib/types/robots/video-concat.js.map +1 -0
- package/dist/alphalib/types/robots/video-encode.d.ts +3280 -0
- package/dist/alphalib/types/robots/video-encode.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-encode.js +107 -0
- package/dist/alphalib/types/robots/video-encode.js.map +1 -0
- package/dist/alphalib/types/robots/video-merge.d.ts +2987 -0
- package/dist/alphalib/types/robots/video-merge.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-merge.js +102 -0
- package/dist/alphalib/types/robots/video-merge.js.map +1 -0
- package/dist/alphalib/types/robots/video-ondemand.d.ts +4553 -0
- package/dist/alphalib/types/robots/video-ondemand.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-ondemand.js +112 -0
- package/dist/alphalib/types/robots/video-ondemand.js.map +1 -0
- package/dist/alphalib/types/robots/video-subtitle.d.ts +2975 -0
- package/dist/alphalib/types/robots/video-subtitle.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-subtitle.js +122 -0
- package/dist/alphalib/types/robots/video-subtitle.js.map +1 -0
- package/dist/alphalib/types/robots/video-thumbs.d.ts +2938 -0
- package/dist/alphalib/types/robots/video-thumbs.d.ts.map +1 -0
- package/dist/alphalib/types/robots/video-thumbs.js +122 -0
- package/dist/alphalib/types/robots/video-thumbs.js.map +1 -0
- package/dist/alphalib/types/robots/vimeo-import.d.ts +189 -0
- package/dist/alphalib/types/robots/vimeo-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/vimeo-import.js +92 -0
- package/dist/alphalib/types/robots/vimeo-import.js.map +1 -0
- package/dist/alphalib/types/robots/vimeo-store.d.ts +520 -0
- package/dist/alphalib/types/robots/vimeo-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/vimeo-store.js +115 -0
- package/dist/alphalib/types/robots/vimeo-store.js.map +1 -0
- package/dist/alphalib/types/robots/wasabi-import.d.ts +244 -0
- package/dist/alphalib/types/robots/wasabi-import.d.ts.map +1 -0
- package/dist/alphalib/types/robots/wasabi-import.js +85 -0
- package/dist/alphalib/types/robots/wasabi-import.js.map +1 -0
- package/dist/alphalib/types/robots/wasabi-store.d.ts +526 -0
- package/dist/alphalib/types/robots/wasabi-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/wasabi-store.js +85 -0
- package/dist/alphalib/types/robots/wasabi-store.js.map +1 -0
- package/dist/alphalib/types/robots/youtube-store.d.ts +477 -0
- package/dist/alphalib/types/robots/youtube-store.d.ts.map +1 -0
- package/dist/alphalib/types/robots/youtube-store.js +122 -0
- package/dist/alphalib/types/robots/youtube-store.js.map +1 -0
- package/dist/alphalib/types/stackVersions.d.ts +13 -0
- package/dist/alphalib/types/stackVersions.d.ts.map +1 -0
- package/dist/alphalib/types/stackVersions.js +13 -0
- package/dist/alphalib/types/stackVersions.js.map +1 -0
- package/dist/alphalib/types/template.d.ts +131710 -0
- package/dist/alphalib/types/template.d.ts.map +1 -0
- package/dist/alphalib/types/template.js +218 -0
- package/dist/alphalib/types/template.js.map +1 -0
- package/dist/alphalib/types/templateCredential.d.ts +95 -0
- package/dist/alphalib/types/templateCredential.d.ts.map +1 -0
- package/dist/alphalib/types/templateCredential.js +57 -0
- package/dist/alphalib/types/templateCredential.js.map +1 -0
- package/dist/alphalib/zodParseWithContext.d.ts +17 -0
- package/dist/alphalib/zodParseWithContext.d.ts.map +1 -0
- package/dist/alphalib/zodParseWithContext.js +248 -0
- package/dist/alphalib/zodParseWithContext.js.map +1 -0
- package/dist/apiTypes.d.ts +112 -0
- package/dist/apiTypes.d.ts.map +1 -0
- package/dist/apiTypes.js +3 -0
- package/dist/apiTypes.js.map +1 -0
- package/dist/cli/OutputCtl.d.ts +47 -0
- package/dist/cli/OutputCtl.d.ts.map +1 -0
- package/dist/cli/OutputCtl.js +85 -0
- package/dist/cli/OutputCtl.js.map +1 -0
- package/dist/cli/commands/BaseCommand.d.ts +24 -0
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -0
- package/dist/cli/commands/BaseCommand.js +52 -0
- package/dist/cli/commands/BaseCommand.js.map +1 -0
- package/dist/cli/commands/assemblies.d.ts +93 -0
- package/dist/cli/commands/assemblies.d.ts.map +1 -0
- package/dist/cli/commands/assemblies.js +1021 -0
- package/dist/cli/commands/assemblies.js.map +1 -0
- package/dist/cli/commands/auth.d.ts +28 -0
- package/dist/cli/commands/auth.d.ts.map +1 -0
- package/dist/cli/commands/auth.js +280 -0
- package/dist/cli/commands/auth.js.map +1 -0
- package/dist/cli/commands/bills.d.ts +14 -0
- package/dist/cli/commands/bills.d.ts.map +1 -0
- package/dist/cli/commands/bills.js +69 -0
- package/dist/cli/commands/bills.js.map +1 -0
- package/dist/cli/commands/index.d.ts +3 -0
- package/dist/cli/commands/index.d.ts.map +1 -0
- package/dist/cli/commands/index.js +39 -0
- package/dist/cli/commands/index.js.map +1 -0
- package/dist/cli/commands/notifications.d.ts +9 -0
- package/dist/cli/commands/notifications.d.ts.map +1 -0
- package/dist/cli/commands/notifications.js +44 -0
- package/dist/cli/commands/notifications.js.map +1 -0
- package/dist/cli/commands/templates.d.ts +73 -0
- package/dist/cli/commands/templates.d.ts.map +1 -0
- package/dist/cli/commands/templates.js +428 -0
- package/dist/cli/commands/templates.js.map +1 -0
- package/dist/cli/helpers.d.ts +13 -0
- package/dist/cli/helpers.d.ts.map +1 -0
- package/dist/cli/helpers.js +39 -0
- package/dist/cli/helpers.js.map +1 -0
- package/dist/cli/template-last-modified.d.ts +10 -0
- package/dist/cli/template-last-modified.d.ts.map +1 -0
- package/dist/cli/template-last-modified.js +134 -0
- package/dist/cli/template-last-modified.js.map +1 -0
- package/dist/cli/types.d.ts +78 -0
- package/dist/cli/types.d.ts.map +1 -0
- package/dist/cli/types.js +49 -0
- package/dist/cli/types.js.map +1 -0
- package/dist/cli.d.ts +6 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +41 -0
- package/dist/cli.js.map +1 -0
- package/dist/tus.d.ts +18 -0
- package/dist/tus.d.ts.map +1 -0
- package/dist/tus.js +122 -0
- package/dist/tus.js.map +1 -0
- package/package.json +92 -0
- package/src/ApiError.ts +49 -0
- package/src/InconsistentResponseError.ts +3 -0
- package/src/PaginationStream.ts +54 -0
- package/src/PollingTimeoutError.ts +5 -0
- package/src/Transloadit.ts +980 -0
- package/src/alphalib/lib/nativeGlobby.ts +244 -0
- package/src/alphalib/mcache.ts +184 -0
- package/src/alphalib/tryCatch.ts +30 -0
- package/src/alphalib/types/assembliesGet.ts +42 -0
- package/src/alphalib/types/assemblyReplay.ts +24 -0
- package/src/alphalib/types/assemblyReplayNotification.ts +16 -0
- package/src/alphalib/types/assemblyStatus.ts +794 -0
- package/src/alphalib/types/bill.ts +9 -0
- package/src/alphalib/types/robots/_index.ts +1201 -0
- package/src/alphalib/types/robots/_instructions-primitives.ts +1770 -0
- package/src/alphalib/types/robots/ai-chat.ts +278 -0
- package/src/alphalib/types/robots/assembly-savejson.ts +37 -0
- package/src/alphalib/types/robots/audio-artwork.ts +107 -0
- package/src/alphalib/types/robots/audio-concat.ts +142 -0
- package/src/alphalib/types/robots/audio-encode.ts +103 -0
- package/src/alphalib/types/robots/audio-loop.ts +102 -0
- package/src/alphalib/types/robots/audio-merge.ts +137 -0
- package/src/alphalib/types/robots/audio-waveform.ts +280 -0
- package/src/alphalib/types/robots/azure-import.ts +111 -0
- package/src/alphalib/types/robots/azure-store.ts +143 -0
- package/src/alphalib/types/robots/backblaze-import.ts +119 -0
- package/src/alphalib/types/robots/backblaze-store.ts +104 -0
- package/src/alphalib/types/robots/cloudfiles-import.ts +118 -0
- package/src/alphalib/types/robots/cloudfiles-store.ts +104 -0
- package/src/alphalib/types/robots/cloudflare-import.ts +121 -0
- package/src/alphalib/types/robots/cloudflare-store.ts +120 -0
- package/src/alphalib/types/robots/digitalocean-import.ts +118 -0
- package/src/alphalib/types/robots/digitalocean-store.ts +125 -0
- package/src/alphalib/types/robots/document-autorotate.ts +74 -0
- package/src/alphalib/types/robots/document-convert.ts +302 -0
- package/src/alphalib/types/robots/document-merge.ts +114 -0
- package/src/alphalib/types/robots/document-ocr.ts +120 -0
- package/src/alphalib/types/robots/document-split.ts +78 -0
- package/src/alphalib/types/robots/document-thumbs.ts +231 -0
- package/src/alphalib/types/robots/dropbox-import.ts +100 -0
- package/src/alphalib/types/robots/dropbox-store.ts +97 -0
- package/src/alphalib/types/robots/edgly-deliver.ts +73 -0
- package/src/alphalib/types/robots/file-compress.ts +167 -0
- package/src/alphalib/types/robots/file-decompress.ts +125 -0
- package/src/alphalib/types/robots/file-filter.ts +173 -0
- package/src/alphalib/types/robots/file-hash.ts +86 -0
- package/src/alphalib/types/robots/file-preview.ts +260 -0
- package/src/alphalib/types/robots/file-read.ts +71 -0
- package/src/alphalib/types/robots/file-serve.ts +128 -0
- package/src/alphalib/types/robots/file-verify.ts +102 -0
- package/src/alphalib/types/robots/file-virusscan.ts +113 -0
- package/src/alphalib/types/robots/file-watermark.ts +56 -0
- package/src/alphalib/types/robots/ftp-import.ts +95 -0
- package/src/alphalib/types/robots/ftp-store.ts +119 -0
- package/src/alphalib/types/robots/google-import.ts +115 -0
- package/src/alphalib/types/robots/google-store.ts +139 -0
- package/src/alphalib/types/robots/html-convert.ts +165 -0
- package/src/alphalib/types/robots/http-import.ts +168 -0
- package/src/alphalib/types/robots/image-bgremove.ts +95 -0
- package/src/alphalib/types/robots/image-describe.ts +121 -0
- package/src/alphalib/types/robots/image-facedetect.ts +187 -0
- package/src/alphalib/types/robots/image-generate.ts +92 -0
- package/src/alphalib/types/robots/image-merge.ts +127 -0
- package/src/alphalib/types/robots/image-ocr.ts +112 -0
- package/src/alphalib/types/robots/image-optimize.ts +114 -0
- package/src/alphalib/types/robots/image-resize.ts +653 -0
- package/src/alphalib/types/robots/meta-read.ts +44 -0
- package/src/alphalib/types/robots/meta-write.ts +93 -0
- package/src/alphalib/types/robots/minio-import.ts +120 -0
- package/src/alphalib/types/robots/minio-store.ts +115 -0
- package/src/alphalib/types/robots/progress-simulate.ts +40 -0
- package/src/alphalib/types/robots/s3-import.ts +175 -0
- package/src/alphalib/types/robots/s3-store.ts +198 -0
- package/src/alphalib/types/robots/script-run.ts +122 -0
- package/src/alphalib/types/robots/sftp-import.ts +92 -0
- package/src/alphalib/types/robots/sftp-store.ts +110 -0
- package/src/alphalib/types/robots/speech-transcribe.ts +139 -0
- package/src/alphalib/types/robots/supabase-import.ts +122 -0
- package/src/alphalib/types/robots/supabase-store.ts +105 -0
- package/src/alphalib/types/robots/swift-import.ts +120 -0
- package/src/alphalib/types/robots/swift-store.ts +112 -0
- package/src/alphalib/types/robots/text-speak.ts +152 -0
- package/src/alphalib/types/robots/text-translate.ts +245 -0
- package/src/alphalib/types/robots/tigris-import.ts +124 -0
- package/src/alphalib/types/robots/tigris-store.ts +119 -0
- package/src/alphalib/types/robots/tlcdn-deliver.ts +73 -0
- package/src/alphalib/types/robots/tus-store.ts +129 -0
- package/src/alphalib/types/robots/upload-handle.ts +95 -0
- package/src/alphalib/types/robots/video-adaptive.ts +179 -0
- package/src/alphalib/types/robots/video-concat.ts +130 -0
- package/src/alphalib/types/robots/video-encode.ts +141 -0
- package/src/alphalib/types/robots/video-merge.ts +138 -0
- package/src/alphalib/types/robots/video-ondemand.ts +161 -0
- package/src/alphalib/types/robots/video-subtitle.ts +159 -0
- package/src/alphalib/types/robots/video-thumbs.ts +158 -0
- package/src/alphalib/types/robots/vimeo-import.ts +126 -0
- package/src/alphalib/types/robots/vimeo-store.ts +143 -0
- package/src/alphalib/types/robots/wasabi-import.ts +124 -0
- package/src/alphalib/types/robots/wasabi-store.ts +113 -0
- package/src/alphalib/types/robots/youtube-store.ts +153 -0
- package/src/alphalib/types/stackVersions.ts +12 -0
- package/src/alphalib/types/template.ts +277 -0
- package/src/alphalib/types/templateCredential.ts +61 -0
- package/src/alphalib/zodParseWithContext.ts +306 -0
- package/src/apiTypes.ts +154 -0
- package/src/cli/OutputCtl.ts +115 -0
- package/src/cli/commands/BaseCommand.ts +71 -0
- package/src/cli/commands/assemblies.ts +1373 -0
- package/src/cli/commands/auth.ts +354 -0
- package/src/cli/commands/bills.ts +91 -0
- package/src/cli/commands/index.ts +65 -0
- package/src/cli/commands/notifications.ts +63 -0
- package/src/cli/commands/templates.ts +556 -0
- package/src/cli/helpers.ts +50 -0
- package/src/cli/template-last-modified.ts +156 -0
- package/src/cli/types.ts +70 -0
- package/src/cli.ts +44 -0
- package/src/tus.ts +168 -0
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
import type { RobotMetaInput } from './_instructions-primitives.ts'
|
|
4
|
+
import { interpolateRobot, robotBase, robotUse, vimeoBase } from './_instructions-primitives.ts'
|
|
5
|
+
|
|
6
|
+
export const meta: RobotMetaInput = {
|
|
7
|
+
allowed_for_url_transform: true,
|
|
8
|
+
bytescount: 6,
|
|
9
|
+
discount_factor: 0.15000150001500018,
|
|
10
|
+
discount_pct: 84.99984999849998,
|
|
11
|
+
example_code: {
|
|
12
|
+
steps: {
|
|
13
|
+
exported: {
|
|
14
|
+
robot: '/vimeo/store',
|
|
15
|
+
use: ':original',
|
|
16
|
+
credentials: 'YOUR_VIMEO_CREDENTIALS',
|
|
17
|
+
title: 'Transloadit: Video Example',
|
|
18
|
+
description: 'Some nice description',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
example_code_description: 'Export an uploaded video to Vimeo and set its title and description:',
|
|
23
|
+
has_small_icon: true,
|
|
24
|
+
minimum_charge: 0,
|
|
25
|
+
output_factor: 1,
|
|
26
|
+
override_lvl1: 'File Exporting',
|
|
27
|
+
purpose_sentence: 'exports encoding results to vimeo',
|
|
28
|
+
purpose_verb: 'export',
|
|
29
|
+
purpose_word: 'Vimeo',
|
|
30
|
+
purpose_words: 'Export files to Vimeo',
|
|
31
|
+
service_slug: 'file-exporting',
|
|
32
|
+
slot_count: 10,
|
|
33
|
+
title: 'Export files to Vimeo',
|
|
34
|
+
typical_file_size_mb: 1.2,
|
|
35
|
+
typical_file_type: 'file',
|
|
36
|
+
name: 'VimeoStoreRobot',
|
|
37
|
+
priceFactor: 6.6666,
|
|
38
|
+
queueSlotCount: 10,
|
|
39
|
+
isAllowedForUrlTransform: true,
|
|
40
|
+
trackOutputFileSize: false,
|
|
41
|
+
isInternal: false,
|
|
42
|
+
removeJobResultFilesFromDiskRightAfterStoringOnS3: false,
|
|
43
|
+
stage: 'ga',
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export const robotVimeoStoreInstructionsSchema = robotBase
|
|
47
|
+
.merge(robotUse)
|
|
48
|
+
.merge(vimeoBase)
|
|
49
|
+
.extend({
|
|
50
|
+
robot: z.literal('/vimeo/store'),
|
|
51
|
+
title: z.string().describe(`
|
|
52
|
+
The title of the video to be displayed on Vimeo.
|
|
53
|
+
`),
|
|
54
|
+
description: z.string().describe(`
|
|
55
|
+
The description of the video to be displayed on Vimeo.
|
|
56
|
+
`),
|
|
57
|
+
acl: z
|
|
58
|
+
.enum(['anybody', 'contacts', 'disable', 'nobody', 'password', 'unlisted', 'users'])
|
|
59
|
+
.default('anybody')
|
|
60
|
+
.describe(`
|
|
61
|
+
Controls access permissions for the video. Here are the valid values:
|
|
62
|
+
|
|
63
|
+
- \`"anybody"\` — anyone can access the video.
|
|
64
|
+
- \`"contacts"\` — only those who follow the owner on Vimeo can access the video.
|
|
65
|
+
- \`"disable"\` — the video is embeddable, but it's hidden on Vimeo and can't be played.
|
|
66
|
+
- \`"nobody"\` — no one except the owner can access the video.
|
|
67
|
+
- \`"password"\` — only those with the password can access the video.
|
|
68
|
+
- \`"unlisted"\` — only those with the private link can access the video.
|
|
69
|
+
- \`"users"\` — only Vimeo members can access the video.
|
|
70
|
+
`),
|
|
71
|
+
password: z
|
|
72
|
+
.string()
|
|
73
|
+
.optional()
|
|
74
|
+
.describe(`
|
|
75
|
+
The password to access the video if \`acl\` is \`"password"\`.
|
|
76
|
+
`),
|
|
77
|
+
showcases: z
|
|
78
|
+
.array(z.string())
|
|
79
|
+
.default([])
|
|
80
|
+
.describe(`
|
|
81
|
+
An array of string IDs of showcases that you want to add the video to. The IDs can be found when browsing Vimeo. For example \`https://vimeo.com/manage/showcases/[SHOWCASE_ID]/info\`.
|
|
82
|
+
`),
|
|
83
|
+
downloadable: z
|
|
84
|
+
.boolean()
|
|
85
|
+
.default(false)
|
|
86
|
+
.describe(`
|
|
87
|
+
Whether or not the video can be downloaded from the Vimeo website.
|
|
88
|
+
|
|
89
|
+
Only set this to \`true\` if you have unlocked this feature in your Vimeo accounting by upgrading to their "Pro" plan. If you use it while on their Freemium plan, the Vimeo API will return an \`"Invalid parameter supplied"\` error.
|
|
90
|
+
`),
|
|
91
|
+
folder_id: z
|
|
92
|
+
.string()
|
|
93
|
+
.nullable()
|
|
94
|
+
.default(null)
|
|
95
|
+
.describe(`
|
|
96
|
+
The ID of the folder to which the video is uploaded.
|
|
97
|
+
|
|
98
|
+
When visiting one of your folders, the URL is similar to \`https://vimeo.com/manage/folders/xxxxxxxx\`. The folder_id would be \`"xxxxxxxx"\`.
|
|
99
|
+
`),
|
|
100
|
+
folder_uri: z
|
|
101
|
+
.string()
|
|
102
|
+
.optional()
|
|
103
|
+
.describe(`
|
|
104
|
+
Deprecated. Please use \`folder_id\` instead. The URI of the folder to which the video is uploaded.
|
|
105
|
+
`),
|
|
106
|
+
})
|
|
107
|
+
.strict()
|
|
108
|
+
|
|
109
|
+
export const robotVimeoStoreInstructionsWithHiddenFieldsSchema =
|
|
110
|
+
robotVimeoStoreInstructionsSchema.extend({
|
|
111
|
+
result: z
|
|
112
|
+
.union([z.literal('debug'), robotVimeoStoreInstructionsSchema.shape.result])
|
|
113
|
+
.optional(),
|
|
114
|
+
access_token: z
|
|
115
|
+
.string()
|
|
116
|
+
.optional()
|
|
117
|
+
.describe('Legacy authentication field. Use credentials instead.'),
|
|
118
|
+
})
|
|
119
|
+
|
|
120
|
+
export type RobotVimeoStoreInstructions = z.infer<typeof robotVimeoStoreInstructionsSchema>
|
|
121
|
+
export type RobotVimeoStoreInstructionsWithHiddenFields = z.infer<
|
|
122
|
+
typeof robotVimeoStoreInstructionsWithHiddenFieldsSchema
|
|
123
|
+
>
|
|
124
|
+
|
|
125
|
+
export const interpolatableRobotVimeoStoreInstructionsSchema = interpolateRobot(
|
|
126
|
+
robotVimeoStoreInstructionsSchema,
|
|
127
|
+
)
|
|
128
|
+
export type InterpolatableRobotVimeoStoreInstructions =
|
|
129
|
+
InterpolatableRobotVimeoStoreInstructionsInput
|
|
130
|
+
|
|
131
|
+
export type InterpolatableRobotVimeoStoreInstructionsInput = z.input<
|
|
132
|
+
typeof interpolatableRobotVimeoStoreInstructionsSchema
|
|
133
|
+
>
|
|
134
|
+
|
|
135
|
+
export const interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSchema = interpolateRobot(
|
|
136
|
+
robotVimeoStoreInstructionsWithHiddenFieldsSchema,
|
|
137
|
+
)
|
|
138
|
+
export type InterpolatableRobotVimeoStoreInstructionsWithHiddenFields = z.infer<
|
|
139
|
+
typeof interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSchema
|
|
140
|
+
>
|
|
141
|
+
export type InterpolatableRobotVimeoStoreInstructionsWithHiddenFieldsInput = z.input<
|
|
142
|
+
typeof interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSchema
|
|
143
|
+
>
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
import type { RobotMetaInput } from './_instructions-primitives.ts'
|
|
4
|
+
import {
|
|
5
|
+
files_per_page,
|
|
6
|
+
interpolateRobot,
|
|
7
|
+
page_number,
|
|
8
|
+
path,
|
|
9
|
+
recursive,
|
|
10
|
+
return_file_stubs,
|
|
11
|
+
robotBase,
|
|
12
|
+
robotImport,
|
|
13
|
+
wasabiBase,
|
|
14
|
+
} from './_instructions-primitives.ts'
|
|
15
|
+
|
|
16
|
+
export const meta: RobotMetaInput = {
|
|
17
|
+
allowed_for_url_transform: true,
|
|
18
|
+
bytescount: 10,
|
|
19
|
+
discount_factor: 0.1,
|
|
20
|
+
discount_pct: 90,
|
|
21
|
+
example_code: {
|
|
22
|
+
steps: {
|
|
23
|
+
imported: {
|
|
24
|
+
robot: '/wasabi/import',
|
|
25
|
+
credentials: 'YOUR_WASABI_CREDENTIALS',
|
|
26
|
+
path: 'path/to/files/',
|
|
27
|
+
recursive: true,
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
example_code_description:
|
|
32
|
+
'Import files from the `path/to/files` directory and its subdirectories:',
|
|
33
|
+
has_small_icon: true,
|
|
34
|
+
minimum_charge: 0,
|
|
35
|
+
output_factor: 1,
|
|
36
|
+
override_lvl1: 'File Importing',
|
|
37
|
+
purpose_sentence: 'imports whole directories of files from your wasabi bucket',
|
|
38
|
+
purpose_verb: 'import',
|
|
39
|
+
purpose_word: 'Wasabi',
|
|
40
|
+
purpose_words: 'Import files from Wasabi',
|
|
41
|
+
requires_credentials: true,
|
|
42
|
+
service_slug: 'file-importing',
|
|
43
|
+
slot_count: 20,
|
|
44
|
+
title: 'Import files from Wasabi',
|
|
45
|
+
typical_file_size_mb: 1.2,
|
|
46
|
+
typical_file_type: 'file',
|
|
47
|
+
name: 'WasabiImportRobot',
|
|
48
|
+
priceFactor: 6.6666,
|
|
49
|
+
queueSlotCount: 20,
|
|
50
|
+
isAllowedForUrlTransform: true,
|
|
51
|
+
trackOutputFileSize: false,
|
|
52
|
+
isInternal: false,
|
|
53
|
+
removeJobResultFilesFromDiskRightAfterStoringOnS3: true,
|
|
54
|
+
stage: 'ga',
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export const robotWasabiImportInstructionsSchema = robotBase
|
|
58
|
+
.merge(robotImport)
|
|
59
|
+
.merge(wasabiBase)
|
|
60
|
+
.extend({
|
|
61
|
+
result: z
|
|
62
|
+
.boolean()
|
|
63
|
+
.optional()
|
|
64
|
+
.describe('Whether the results of this Step should be present in the Assembly Status JSON'),
|
|
65
|
+
robot: z.literal('/wasabi/import'),
|
|
66
|
+
path: path.describe(`
|
|
67
|
+
The path in your bucket to the specific file or directory. If the path points to a file, only this file will be imported. For example: \`images/avatar.jpg\`.
|
|
68
|
+
|
|
69
|
+
If it points to a directory, indicated by a trailing slash (\`/\`), then all files that are direct descendants of this directory will be imported. For example: \`images/\`.
|
|
70
|
+
|
|
71
|
+
Directories are **not** imported recursively. If you want to import files from subdirectories and sub-subdirectories, enable the \`recursive\` parameter.
|
|
72
|
+
|
|
73
|
+
If you want to import all files from the root directory, please use \`/\` as the value here. In this case, make sure all your objects belong to a path. If you have objects in the root of your bucket that aren't prefixed with \`/\`, you'll receive an error: \`A client error (NoSuchKey) occurred when calling the GetObject operation: The specified key does not exist.\`
|
|
74
|
+
|
|
75
|
+
You can also use an array of path strings here to import multiple paths in the same <dfn>Robot</dfn>'s <dfn>Step</dfn>.
|
|
76
|
+
`),
|
|
77
|
+
recursive: recursive.describe(`
|
|
78
|
+
Setting this to \`true\` will enable importing files from subfolders and sub-subfolders, etc. of the given path.
|
|
79
|
+
|
|
80
|
+
Please use the pagination parameters \`page_number\` and \`files_per_page\` wisely here.
|
|
81
|
+
`),
|
|
82
|
+
page_number: page_number.describe(`
|
|
83
|
+
The pagination page number. For now, in order to not break backwards compatibility in non-recursive imports, this only works when recursive is set to \`true\`.
|
|
84
|
+
|
|
85
|
+
When doing big imports, make sure no files are added or removed from other scripts within your path, otherwise you might get weird results with the pagination.
|
|
86
|
+
`),
|
|
87
|
+
files_per_page: files_per_page.describe(`
|
|
88
|
+
The pagination page size. This only works when recursive is \`true\` for now, in order to not break backwards compatibility in non-recursive imports.
|
|
89
|
+
`),
|
|
90
|
+
return_file_stubs,
|
|
91
|
+
})
|
|
92
|
+
.strict()
|
|
93
|
+
|
|
94
|
+
export const robotWasabiImportInstructionsWithHiddenFieldsSchema =
|
|
95
|
+
robotWasabiImportInstructionsSchema.extend({
|
|
96
|
+
result: z
|
|
97
|
+
.union([z.literal('debug'), robotWasabiImportInstructionsSchema.shape.result])
|
|
98
|
+
.optional(),
|
|
99
|
+
})
|
|
100
|
+
|
|
101
|
+
export type RobotWasabiImportInstructions = z.infer<typeof robotWasabiImportInstructionsSchema>
|
|
102
|
+
export type RobotWasabiImportInstructionsWithHiddenFields = z.infer<
|
|
103
|
+
typeof robotWasabiImportInstructionsWithHiddenFieldsSchema
|
|
104
|
+
>
|
|
105
|
+
|
|
106
|
+
export const interpolatableRobotWasabiImportInstructionsSchema = interpolateRobot(
|
|
107
|
+
robotWasabiImportInstructionsSchema,
|
|
108
|
+
)
|
|
109
|
+
export type InterpolatableRobotWasabiImportInstructions =
|
|
110
|
+
InterpolatableRobotWasabiImportInstructionsInput
|
|
111
|
+
|
|
112
|
+
export type InterpolatableRobotWasabiImportInstructionsInput = z.input<
|
|
113
|
+
typeof interpolatableRobotWasabiImportInstructionsSchema
|
|
114
|
+
>
|
|
115
|
+
|
|
116
|
+
export const interpolatableRobotWasabiImportInstructionsWithHiddenFieldsSchema = interpolateRobot(
|
|
117
|
+
robotWasabiImportInstructionsWithHiddenFieldsSchema,
|
|
118
|
+
)
|
|
119
|
+
export type InterpolatableRobotWasabiImportInstructionsWithHiddenFields = z.infer<
|
|
120
|
+
typeof interpolatableRobotWasabiImportInstructionsWithHiddenFieldsSchema
|
|
121
|
+
>
|
|
122
|
+
export type InterpolatableRobotWasabiImportInstructionsWithHiddenFieldsInput = z.input<
|
|
123
|
+
typeof interpolatableRobotWasabiImportInstructionsWithHiddenFieldsSchema
|
|
124
|
+
>
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
import type { RobotMetaInput } from './_instructions-primitives.ts'
|
|
4
|
+
import { interpolateRobot, robotBase, robotUse, wasabiBase } from './_instructions-primitives.ts'
|
|
5
|
+
|
|
6
|
+
export const meta: RobotMetaInput = {
|
|
7
|
+
allowed_for_url_transform: true,
|
|
8
|
+
bytescount: 6,
|
|
9
|
+
discount_factor: 0.15000150001500018,
|
|
10
|
+
discount_pct: 84.99984999849998,
|
|
11
|
+
example_code: {
|
|
12
|
+
steps: {
|
|
13
|
+
exported: {
|
|
14
|
+
robot: '/wasabi/store',
|
|
15
|
+
use: ':original',
|
|
16
|
+
credentials: 'YOUR_WASABI_CREDENTIALS',
|
|
17
|
+
path: 'my_target_folder/${unique_prefix}/${file.url_name}',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
example_code_description: 'Export uploaded files to `my_target_folder` on Wasabi:',
|
|
22
|
+
has_small_icon: true,
|
|
23
|
+
minimum_charge: 0,
|
|
24
|
+
output_factor: 1,
|
|
25
|
+
override_lvl1: 'File Exporting',
|
|
26
|
+
purpose_sentence: 'exports encoding results to Wasabi buckets',
|
|
27
|
+
purpose_verb: 'export',
|
|
28
|
+
purpose_word: 'Wasabi',
|
|
29
|
+
purpose_words: 'Export files to Wasabi',
|
|
30
|
+
service_slug: 'file-exporting',
|
|
31
|
+
slot_count: 10,
|
|
32
|
+
title: 'Export files to Wasabi',
|
|
33
|
+
typical_file_size_mb: 1.2,
|
|
34
|
+
typical_file_type: 'file',
|
|
35
|
+
name: 'WasabiStoreRobot',
|
|
36
|
+
priceFactor: 6.6666,
|
|
37
|
+
queueSlotCount: 10,
|
|
38
|
+
isAllowedForUrlTransform: true,
|
|
39
|
+
trackOutputFileSize: false,
|
|
40
|
+
isInternal: false,
|
|
41
|
+
removeJobResultFilesFromDiskRightAfterStoringOnS3: false,
|
|
42
|
+
stage: 'ga',
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export const robotWasabiStoreInstructionsSchema = robotBase
|
|
46
|
+
.merge(robotUse)
|
|
47
|
+
.merge(wasabiBase)
|
|
48
|
+
.extend({
|
|
49
|
+
robot: z.literal('/wasabi/store').describe(`
|
|
50
|
+
The URL to the result file will be returned in the <dfn>Assembly Status JSON</dfn>.
|
|
51
|
+
`),
|
|
52
|
+
path: z
|
|
53
|
+
.string()
|
|
54
|
+
.default('${unique_prefix}/${file.url_name}')
|
|
55
|
+
.describe(`
|
|
56
|
+
The path at which the file is to be stored. This may include any available [Assembly variables](/docs/topics/assembly-instructions/#assembly-variables). The path must not be a directory.
|
|
57
|
+
`),
|
|
58
|
+
acl: z
|
|
59
|
+
.enum(['private', 'public-read'])
|
|
60
|
+
.default('public-read')
|
|
61
|
+
.describe(`
|
|
62
|
+
The permissions used for this file.
|
|
63
|
+
`),
|
|
64
|
+
headers: z
|
|
65
|
+
.record(z.string())
|
|
66
|
+
.default({ 'Content-Type': '${file.mime}' })
|
|
67
|
+
.describe(`
|
|
68
|
+
An object containing a list of headers to be set for this file on Wasabi Spaces, such as \`{ FileURL: "\${file.url_name}" }\`. This can also include any available [Assembly Variables](/docs/topics/assembly-instructions/#assembly-variables).
|
|
69
|
+
|
|
70
|
+
Object Metadata can be specified using \`x-amz-meta-*\` headers. Note that these headers [do not support non-ASCII metadata values](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#UserMetadata).
|
|
71
|
+
`),
|
|
72
|
+
sign_urls_for: z
|
|
73
|
+
.number()
|
|
74
|
+
.int()
|
|
75
|
+
.min(0)
|
|
76
|
+
.optional()
|
|
77
|
+
.describe(`
|
|
78
|
+
This parameter provides signed URLs in the result JSON (in the \`signed_ssl_url\` property). The number that you set this parameter to is the URL expiry time in seconds. If this parameter is not used, no URL signing is done.
|
|
79
|
+
`),
|
|
80
|
+
})
|
|
81
|
+
.strict()
|
|
82
|
+
|
|
83
|
+
export const robotWasabiStoreInstructionsWithHiddenFieldsSchema =
|
|
84
|
+
robotWasabiStoreInstructionsSchema.extend({
|
|
85
|
+
result: z
|
|
86
|
+
.union([z.literal('debug'), robotWasabiStoreInstructionsSchema.shape.result])
|
|
87
|
+
.optional(),
|
|
88
|
+
})
|
|
89
|
+
|
|
90
|
+
export type RobotWasabiStoreInstructions = z.infer<typeof robotWasabiStoreInstructionsSchema>
|
|
91
|
+
export type RobotWasabiStoreInstructionsWithHiddenFields = z.infer<
|
|
92
|
+
typeof robotWasabiStoreInstructionsWithHiddenFieldsSchema
|
|
93
|
+
>
|
|
94
|
+
|
|
95
|
+
export const interpolatableRobotWasabiStoreInstructionsSchema = interpolateRobot(
|
|
96
|
+
robotWasabiStoreInstructionsSchema,
|
|
97
|
+
)
|
|
98
|
+
export type InterpolatableRobotWasabiStoreInstructions =
|
|
99
|
+
InterpolatableRobotWasabiStoreInstructionsInput
|
|
100
|
+
|
|
101
|
+
export type InterpolatableRobotWasabiStoreInstructionsInput = z.input<
|
|
102
|
+
typeof interpolatableRobotWasabiStoreInstructionsSchema
|
|
103
|
+
>
|
|
104
|
+
|
|
105
|
+
export const interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsSchema = interpolateRobot(
|
|
106
|
+
robotWasabiStoreInstructionsWithHiddenFieldsSchema,
|
|
107
|
+
)
|
|
108
|
+
export type InterpolatableRobotWasabiStoreInstructionsWithHiddenFields = z.infer<
|
|
109
|
+
typeof interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsSchema
|
|
110
|
+
>
|
|
111
|
+
export type InterpolatableRobotWasabiStoreInstructionsWithHiddenFieldsInput = z.input<
|
|
112
|
+
typeof interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsSchema
|
|
113
|
+
>
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
import type { RobotMetaInput } from './_instructions-primitives.ts'
|
|
4
|
+
import { interpolateRobot, robotBase, robotUse } from './_instructions-primitives.ts'
|
|
5
|
+
|
|
6
|
+
export const meta: RobotMetaInput = {
|
|
7
|
+
allowed_for_url_transform: true,
|
|
8
|
+
bytescount: 6,
|
|
9
|
+
discount_factor: 0.15000150001500018,
|
|
10
|
+
discount_pct: 84.99984999849998,
|
|
11
|
+
example_code: {
|
|
12
|
+
steps: {
|
|
13
|
+
exported: {
|
|
14
|
+
robot: '/youtube/store',
|
|
15
|
+
use: ':original',
|
|
16
|
+
credentials: 'YOUR_YOUTUBE_CREDENTIALS',
|
|
17
|
+
title: 'Transloadit: Video Example',
|
|
18
|
+
description: 'Some nice description',
|
|
19
|
+
category: 'science & technology',
|
|
20
|
+
keywords: 'transloadit, robots, botty',
|
|
21
|
+
visibility: 'private',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
example_code_description: 'Export an uploaded video to YouTube and set some basic parameters:',
|
|
26
|
+
minimum_charge: 0,
|
|
27
|
+
output_factor: 1,
|
|
28
|
+
override_lvl1: 'File Exporting',
|
|
29
|
+
purpose_sentence: 'exports encoding results to YouTube',
|
|
30
|
+
purpose_verb: 'export',
|
|
31
|
+
purpose_word: 'YouTube',
|
|
32
|
+
purpose_words: 'Export files to YouTube',
|
|
33
|
+
service_slug: 'file-exporting',
|
|
34
|
+
slot_count: 10,
|
|
35
|
+
title: 'Export files to YouTube',
|
|
36
|
+
typical_file_size_mb: 1.2,
|
|
37
|
+
typical_file_type: 'file',
|
|
38
|
+
name: 'YoutubeStoreRobot',
|
|
39
|
+
priceFactor: 6.6666,
|
|
40
|
+
queueSlotCount: 10,
|
|
41
|
+
isAllowedForUrlTransform: true,
|
|
42
|
+
trackOutputFileSize: false,
|
|
43
|
+
isInternal: false,
|
|
44
|
+
removeJobResultFilesFromDiskRightAfterStoringOnS3: false,
|
|
45
|
+
stage: 'ga',
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export const robotYoutubeStoreInstructionsSchema = robotBase
|
|
49
|
+
.merge(robotUse)
|
|
50
|
+
.extend({
|
|
51
|
+
robot: z.literal('/youtube/store').describe(`
|
|
52
|
+
> [!Note]
|
|
53
|
+
> This <dfn>Robot</dfn> only accepts videos.
|
|
54
|
+
|
|
55
|
+
## Installation
|
|
56
|
+
|
|
57
|
+
Since YouTube works with OAuth, you will need to generate [Template Credentials](/c/template-credentials/) to use this <dfn>Robot</dfn>.
|
|
58
|
+
|
|
59
|
+
To change the \`title\`, \`description\`, \`category\`, or \`keywords\` per video, we recommend to [inject variables into your Template](/docs/topics/templates/).
|
|
60
|
+
|
|
61
|
+
## Adding a thumbnail image to your video
|
|
62
|
+
|
|
63
|
+
You can add a custom thumbnail to your video on YouTube by using our \`"as"\` syntax for the \`"use"\` parameter to supply both a video and an image to the step:
|
|
64
|
+
|
|
65
|
+
\`\`\`json
|
|
66
|
+
"exported": {
|
|
67
|
+
"use": [
|
|
68
|
+
{ "name": "video_encode_step", "as": "video" },
|
|
69
|
+
{ "name": "image_resize_step", "as": "image" },
|
|
70
|
+
],
|
|
71
|
+
...
|
|
72
|
+
},
|
|
73
|
+
\`\`\`
|
|
74
|
+
|
|
75
|
+
If you encounter an error such as "The authenticated user doesnʼt have permissions to upload and set custom video thumbnails", you should go to your YouTube account and try adding a custom thumbnail to one of your existing videos. Youʼll be prompted to add your phone number. Once youʼve added it, the error should go away.
|
|
76
|
+
`),
|
|
77
|
+
credentials: z.string().describe(`
|
|
78
|
+
The authentication Template credentials used for your YouTube account. You can generate them on the [Template Credentials page](/c/template-credentials/). Simply add the name of your YouTube channel, and you will be redirected to a Google verification page. Accept the presented permissions and you will be good to go.
|
|
79
|
+
`),
|
|
80
|
+
title: z
|
|
81
|
+
.string()
|
|
82
|
+
.max(80)
|
|
83
|
+
.describe(`
|
|
84
|
+
The title of the video to be displayed on YouTube.
|
|
85
|
+
|
|
86
|
+
Note that since the YouTube API requires titles to be within 80 characters, longer titles may be truncated.
|
|
87
|
+
`),
|
|
88
|
+
description: z.string().describe(`
|
|
89
|
+
The description of the video to be displayed on YouTube. This can be up to 5000 characters, including \`\\n\` for new-lines.
|
|
90
|
+
`),
|
|
91
|
+
category: z
|
|
92
|
+
.preprocess(
|
|
93
|
+
(val) => (typeof val === 'string' ? val.toLowerCase() : val),
|
|
94
|
+
z.enum([
|
|
95
|
+
'autos & vehicles',
|
|
96
|
+
'comedy',
|
|
97
|
+
'education',
|
|
98
|
+
'entertainment',
|
|
99
|
+
'film & animation',
|
|
100
|
+
'gaming',
|
|
101
|
+
'howto & style',
|
|
102
|
+
'music',
|
|
103
|
+
'news & politics',
|
|
104
|
+
'people & blogs',
|
|
105
|
+
'pets & animals',
|
|
106
|
+
'science & technology',
|
|
107
|
+
'sports',
|
|
108
|
+
'travel & events',
|
|
109
|
+
]),
|
|
110
|
+
)
|
|
111
|
+
.describe(`
|
|
112
|
+
The category to which this video will be assigned.
|
|
113
|
+
`),
|
|
114
|
+
keywords: z.string().describe(`
|
|
115
|
+
Tags used to describe the video, separated by commas. These tags will also be displayed on YouTube.
|
|
116
|
+
`),
|
|
117
|
+
visibility: z.enum(['public', 'private', 'unlisted']).describe(`
|
|
118
|
+
Defines the visibility of the uploaded video.
|
|
119
|
+
`),
|
|
120
|
+
})
|
|
121
|
+
.strict()
|
|
122
|
+
|
|
123
|
+
export const robotYoutubeStoreInstructionsWithHiddenFieldsSchema =
|
|
124
|
+
robotYoutubeStoreInstructionsSchema.extend({
|
|
125
|
+
result: z
|
|
126
|
+
.union([z.literal('debug'), robotYoutubeStoreInstructionsSchema.shape.result])
|
|
127
|
+
.optional(),
|
|
128
|
+
})
|
|
129
|
+
|
|
130
|
+
export type RobotYoutubeStoreInstructions = z.infer<typeof robotYoutubeStoreInstructionsSchema>
|
|
131
|
+
export type RobotYoutubeStoreInstructionsWithHiddenFields = z.infer<
|
|
132
|
+
typeof robotYoutubeStoreInstructionsWithHiddenFieldsSchema
|
|
133
|
+
>
|
|
134
|
+
|
|
135
|
+
export const interpolatableRobotYoutubeStoreInstructionsSchema = interpolateRobot(
|
|
136
|
+
robotYoutubeStoreInstructionsSchema,
|
|
137
|
+
)
|
|
138
|
+
export type InterpolatableRobotYoutubeStoreInstructions =
|
|
139
|
+
InterpolatableRobotYoutubeStoreInstructionsInput
|
|
140
|
+
|
|
141
|
+
export type InterpolatableRobotYoutubeStoreInstructionsInput = z.input<
|
|
142
|
+
typeof interpolatableRobotYoutubeStoreInstructionsSchema
|
|
143
|
+
>
|
|
144
|
+
|
|
145
|
+
export const interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema = interpolateRobot(
|
|
146
|
+
robotYoutubeStoreInstructionsWithHiddenFieldsSchema,
|
|
147
|
+
)
|
|
148
|
+
export type InterpolatableRobotYoutubeStoreInstructionsWithHiddenFields = z.infer<
|
|
149
|
+
typeof interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema
|
|
150
|
+
>
|
|
151
|
+
export type InterpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsInput = z.input<
|
|
152
|
+
typeof interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema
|
|
153
|
+
>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const stackVersions = {
|
|
2
|
+
ffmpeg: {
|
|
3
|
+
recommendedVersion: 'v6' as const,
|
|
4
|
+
test: /^v?[567](\.\d+)?(\.\d+)?$/,
|
|
5
|
+
suggestedValues: ['v5', 'v6', 'v7'] as const,
|
|
6
|
+
},
|
|
7
|
+
imagemagick: {
|
|
8
|
+
recommendedVersion: 'v3' as const,
|
|
9
|
+
test: /^v?[23](\.\d+)?(\.\d+)?$/,
|
|
10
|
+
suggestedValues: ['v2', 'v3'] as const,
|
|
11
|
+
},
|
|
12
|
+
}
|