transloadit 4.1.2 → 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/dist/alphalib/mcache.d.ts +2 -2
- package/dist/alphalib/mcache.d.ts.map +1 -1
- package/dist/alphalib/mcache.js.map +1 -1
- package/dist/alphalib/types/assembliesGet.d.ts +4 -4
- package/dist/alphalib/types/assemblyReplay.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplay.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyReplayNotification.d.ts +392 -178
- package/dist/alphalib/types/assemblyReplayNotification.d.ts.map +1 -1
- package/dist/alphalib/types/assemblyStatus.d.ts +102 -102
- package/dist/alphalib/types/bill.d.ts +4 -4
- package/dist/alphalib/types/robots/_index.d.ts +3277 -932
- package/dist/alphalib/types/robots/_index.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_index.js +4 -0
- package/dist/alphalib/types/robots/_index.js.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts +27 -16
- package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -1
- package/dist/alphalib/types/robots/_instructions-primitives.js +1 -0
- package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -1
- 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 +4 -4
- package/dist/alphalib/types/robots/audio-artwork.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-loop.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/audio-waveform.d.ts +226 -21
- package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -1
- package/dist/alphalib/types/robots/audio-waveform.js +134 -7
- package/dist/alphalib/types/robots/audio-waveform.js.map +1 -1
- package/dist/alphalib/types/robots/azure-import.d.ts +8 -8
- package/dist/alphalib/types/robots/azure-store.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-import.d.ts +8 -8
- package/dist/alphalib/types/robots/backblaze-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudfiles-store.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-import.d.ts +8 -8
- package/dist/alphalib/types/robots/cloudflare-store.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-import.d.ts +8 -8
- package/dist/alphalib/types/robots/digitalocean-store.d.ts +8 -8
- package/dist/alphalib/types/robots/document-autorotate.d.ts +8 -8
- package/dist/alphalib/types/robots/document-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/document-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/document-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/document-split.d.ts +8 -8
- package/dist/alphalib/types/robots/document-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-import.d.ts +8 -8
- package/dist/alphalib/types/robots/dropbox-store.d.ts +8 -8
- package/dist/alphalib/types/robots/edgly-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/file-compress.d.ts +12 -12
- package/dist/alphalib/types/robots/file-decompress.d.ts +8 -8
- package/dist/alphalib/types/robots/file-filter.d.ts +12 -12
- package/dist/alphalib/types/robots/file-hash.d.ts +8 -8
- package/dist/alphalib/types/robots/file-preview.d.ts +8 -8
- package/dist/alphalib/types/robots/file-read.d.ts +8 -8
- package/dist/alphalib/types/robots/file-serve.d.ts +8 -8
- package/dist/alphalib/types/robots/file-verify.d.ts +8 -8
- package/dist/alphalib/types/robots/file-virusscan.d.ts +8 -8
- package/dist/alphalib/types/robots/file-watermark.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/ftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/google-import.d.ts +8 -8
- package/dist/alphalib/types/robots/google-store.d.ts +8 -8
- package/dist/alphalib/types/robots/html-convert.d.ts +8 -8
- package/dist/alphalib/types/robots/http-import.d.ts +8 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts +20 -8
- package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-bgremove.js +4 -0
- package/dist/alphalib/types/robots/image-bgremove.js.map +1 -1
- package/dist/alphalib/types/robots/image-describe.d.ts +8 -8
- package/dist/alphalib/types/robots/image-facedetect.d.ts +8 -8
- package/dist/alphalib/types/robots/image-generate.d.ts +32 -29
- package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -1
- package/dist/alphalib/types/robots/image-generate.js +6 -3
- package/dist/alphalib/types/robots/image-generate.js.map +1 -1
- package/dist/alphalib/types/robots/image-merge.d.ts +8 -8
- package/dist/alphalib/types/robots/image-ocr.d.ts +8 -8
- package/dist/alphalib/types/robots/image-optimize.d.ts +16 -16
- package/dist/alphalib/types/robots/image-resize.d.ts +16 -16
- package/dist/alphalib/types/robots/meta-read.d.ts +8 -8
- package/dist/alphalib/types/robots/meta-write.d.ts +20 -24
- package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -1
- package/dist/alphalib/types/robots/meta-write.js +1 -2
- package/dist/alphalib/types/robots/meta-write.js.map +1 -1
- package/dist/alphalib/types/robots/minio-import.d.ts +8 -8
- package/dist/alphalib/types/robots/minio-store.d.ts +8 -8
- package/dist/alphalib/types/robots/progress-simulate.d.ts +4 -4
- package/dist/alphalib/types/robots/s3-import.d.ts +16 -16
- package/dist/alphalib/types/robots/s3-store.d.ts +12 -12
- package/dist/alphalib/types/robots/script-run.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-import.d.ts +8 -8
- package/dist/alphalib/types/robots/sftp-store.d.ts +8 -8
- package/dist/alphalib/types/robots/speech-transcribe.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-import.d.ts +8 -8
- package/dist/alphalib/types/robots/supabase-store.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-import.d.ts +8 -8
- package/dist/alphalib/types/robots/swift-store.d.ts +8 -8
- package/dist/alphalib/types/robots/text-speak.d.ts +8 -8
- package/dist/alphalib/types/robots/text-translate.d.ts +16 -16
- package/dist/alphalib/types/robots/tigris-import.d.ts +8 -8
- package/dist/alphalib/types/robots/tigris-store.d.ts +8 -8
- package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +8 -8
- package/dist/alphalib/types/robots/tus-store.d.ts +8 -8
- package/dist/alphalib/types/robots/upload-handle.d.ts +8 -8
- package/dist/alphalib/types/robots/video-adaptive.d.ts +16 -16
- package/dist/alphalib/types/robots/video-concat.d.ts +16 -16
- package/dist/alphalib/types/robots/video-encode.d.ts +16 -16
- package/dist/alphalib/types/robots/video-merge.d.ts +16 -16
- package/dist/alphalib/types/robots/video-ondemand.d.ts +20 -20
- package/dist/alphalib/types/robots/video-subtitle.d.ts +24 -24
- package/dist/alphalib/types/robots/video-thumbs.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-import.d.ts +8 -8
- package/dist/alphalib/types/robots/vimeo-store.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-import.d.ts +8 -8
- package/dist/alphalib/types/robots/wasabi-store.d.ts +8 -8
- package/dist/alphalib/types/robots/youtube-store.d.ts +12 -12
- package/dist/alphalib/types/template.d.ts +6183 -2096
- package/dist/alphalib/types/template.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.d.ts +11 -11
- package/dist/alphalib/types/templateCredential.d.ts.map +1 -1
- package/dist/alphalib/types/templateCredential.js +1 -0
- package/dist/alphalib/types/templateCredential.js.map +1 -1
- package/dist/cli/OutputCtl.d.ts +2 -1
- package/dist/cli/OutputCtl.d.ts.map +1 -1
- package/dist/cli/OutputCtl.js +1 -1
- package/dist/cli/OutputCtl.js.map +1 -1
- package/dist/cli/commands/BaseCommand.d.ts +2 -1
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +1 -1
- package/dist/cli/commands/BaseCommand.js.map +1 -1
- package/dist/cli/commands/assemblies.d.ts +1 -1
- package/dist/cli/commands/assemblies.d.ts.map +1 -1
- package/dist/cli/commands/notifications.d.ts +0 -7
- package/dist/cli/commands/notifications.d.ts.map +1 -1
- package/dist/cli/commands/notifications.js +1 -1
- package/dist/cli/commands/notifications.js.map +1 -1
- package/dist/cli/commands/templates.d.ts +1 -9
- package/dist/cli/commands/templates.d.ts.map +1 -1
- package/dist/cli/commands/templates.js +1 -1
- package/dist/cli/commands/templates.js.map +1 -1
- package/dist/cli/helpers.d.ts +2 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- package/dist/cli/helpers.js.map +1 -1
- package/dist/cli/types.d.ts +3 -77
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/cli/types.js +2 -17
- package/dist/cli/types.js.map +1 -1
- package/package.json +16 -22
- package/src/alphalib/mcache.ts +4 -4
- package/src/alphalib/types/robots/_index.ts +14 -1
- package/src/alphalib/types/robots/_instructions-primitives.ts +21 -15
- package/src/alphalib/types/robots/ai-chat.ts +278 -0
- package/src/alphalib/types/robots/audio-waveform.ts +142 -9
- package/src/alphalib/types/robots/image-bgremove.ts +6 -0
- package/src/alphalib/types/robots/image-generate.ts +6 -3
- package/src/alphalib/types/robots/meta-write.ts +1 -2
- package/src/alphalib/types/templateCredential.ts +1 -0
- package/src/cli/OutputCtl.ts +1 -1
- package/src/cli/commands/BaseCommand.ts +1 -1
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +3 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -257
|
@@ -424,16 +424,34 @@ export declare const robotAudioWaveformInstructionsSchema: z.ZodObject<{
|
|
|
424
424
|
format: z.ZodDefault<z.ZodEnum<["image", "json"]>>;
|
|
425
425
|
width: z.ZodDefault<z.ZodNumber>;
|
|
426
426
|
height: z.ZodDefault<z.ZodNumber>;
|
|
427
|
-
style: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
|
|
428
427
|
antialiasing: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodBoolean]>>;
|
|
429
428
|
background_color: z.ZodDefault<z.ZodString>;
|
|
430
429
|
center_color: z.ZodDefault<z.ZodString>;
|
|
431
430
|
outer_color: z.ZodDefault<z.ZodString>;
|
|
431
|
+
} & {
|
|
432
|
+
style: z.ZodEffects<z.ZodDefault<z.ZodEnum<["v0", "v1"]>>, "v0" | "v1", unknown>;
|
|
433
|
+
split_channels: z.ZodOptional<z.ZodBoolean>;
|
|
434
|
+
zoom: z.ZodOptional<z.ZodNumber>;
|
|
435
|
+
pixels_per_second: z.ZodOptional<z.ZodNumber>;
|
|
436
|
+
bits: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<8>, z.ZodLiteral<16>]>>;
|
|
437
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
438
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
439
|
+
colors: z.ZodOptional<z.ZodEnum<["audition", "audacity"]>>;
|
|
440
|
+
border_color: z.ZodOptional<z.ZodString>;
|
|
441
|
+
waveform_style: z.ZodOptional<z.ZodEnum<["normal", "bars"]>>;
|
|
442
|
+
bar_width: z.ZodOptional<z.ZodNumber>;
|
|
443
|
+
bar_gap: z.ZodOptional<z.ZodNumber>;
|
|
444
|
+
bar_style: z.ZodOptional<z.ZodEnum<["square", "rounded"]>>;
|
|
445
|
+
axis_label_color: z.ZodOptional<z.ZodString>;
|
|
446
|
+
no_axis_labels: z.ZodOptional<z.ZodBoolean>;
|
|
447
|
+
with_axis_labels: z.ZodOptional<z.ZodBoolean>;
|
|
448
|
+
amplitude_scale: z.ZodOptional<z.ZodNumber>;
|
|
449
|
+
compression: z.ZodOptional<z.ZodNumber>;
|
|
432
450
|
}, "strict", z.ZodTypeAny, {
|
|
433
|
-
style:
|
|
451
|
+
style: "v0" | "v1";
|
|
434
452
|
format: "image" | "json";
|
|
435
|
-
robot: "/audio/waveform";
|
|
436
453
|
result: boolean;
|
|
454
|
+
robot: "/audio/waveform";
|
|
437
455
|
force_accept: boolean;
|
|
438
456
|
ignore_errors: string[];
|
|
439
457
|
ffmpeg_stack: string;
|
|
@@ -443,6 +461,9 @@ export declare const robotAudioWaveformInstructionsSchema: z.ZodObject<{
|
|
|
443
461
|
background_color: string;
|
|
444
462
|
center_color: string;
|
|
445
463
|
outer_color: string;
|
|
464
|
+
end?: number | undefined;
|
|
465
|
+
start?: number | undefined;
|
|
466
|
+
compression?: number | undefined;
|
|
446
467
|
ffmpeg?: z.objectOutputType<{
|
|
447
468
|
af: z.ZodOptional<z.ZodString>;
|
|
448
469
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -580,10 +601,28 @@ export declare const robotAudioWaveformInstructionsSchema: z.ZodObject<{
|
|
|
580
601
|
} | undefined;
|
|
581
602
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
582
603
|
queue?: "batch" | undefined;
|
|
604
|
+
zoom?: number | undefined;
|
|
605
|
+
split_channels?: boolean | undefined;
|
|
606
|
+
pixels_per_second?: number | undefined;
|
|
607
|
+
bits?: 8 | 16 | undefined;
|
|
608
|
+
colors?: "audition" | "audacity" | undefined;
|
|
609
|
+
border_color?: string | undefined;
|
|
610
|
+
waveform_style?: "normal" | "bars" | undefined;
|
|
611
|
+
bar_width?: number | undefined;
|
|
612
|
+
bar_gap?: number | undefined;
|
|
613
|
+
bar_style?: "square" | "rounded" | undefined;
|
|
614
|
+
axis_label_color?: string | undefined;
|
|
615
|
+
no_axis_labels?: boolean | undefined;
|
|
616
|
+
with_axis_labels?: boolean | undefined;
|
|
617
|
+
amplitude_scale?: number | undefined;
|
|
583
618
|
}, {
|
|
584
619
|
robot: "/audio/waveform";
|
|
585
|
-
style?:
|
|
620
|
+
style?: unknown;
|
|
621
|
+
end?: number | undefined;
|
|
586
622
|
format?: "image" | "json" | undefined;
|
|
623
|
+
start?: number | undefined;
|
|
624
|
+
result?: boolean | undefined;
|
|
625
|
+
compression?: number | undefined;
|
|
587
626
|
ffmpeg?: z.objectInputType<{
|
|
588
627
|
af: z.ZodOptional<z.ZodString>;
|
|
589
628
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -720,17 +759,30 @@ export declare const robotAudioWaveformInstructionsSchema: z.ZodObject<{
|
|
|
720
759
|
group_by_original?: boolean | undefined;
|
|
721
760
|
} | undefined;
|
|
722
761
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
723
|
-
result?: boolean | undefined;
|
|
724
762
|
queue?: "batch" | undefined;
|
|
725
763
|
force_accept?: boolean | undefined;
|
|
726
764
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
727
765
|
ffmpeg_stack?: string | undefined;
|
|
728
766
|
width?: number | undefined;
|
|
729
767
|
height?: number | undefined;
|
|
768
|
+
zoom?: number | undefined;
|
|
730
769
|
antialiasing?: boolean | 0 | 1 | undefined;
|
|
731
770
|
background_color?: string | undefined;
|
|
732
771
|
center_color?: string | undefined;
|
|
733
772
|
outer_color?: string | undefined;
|
|
773
|
+
split_channels?: boolean | undefined;
|
|
774
|
+
pixels_per_second?: number | undefined;
|
|
775
|
+
bits?: 8 | 16 | undefined;
|
|
776
|
+
colors?: "audition" | "audacity" | undefined;
|
|
777
|
+
border_color?: string | undefined;
|
|
778
|
+
waveform_style?: "normal" | "bars" | undefined;
|
|
779
|
+
bar_width?: number | undefined;
|
|
780
|
+
bar_gap?: number | undefined;
|
|
781
|
+
bar_style?: "square" | "rounded" | undefined;
|
|
782
|
+
axis_label_color?: string | undefined;
|
|
783
|
+
no_axis_labels?: boolean | undefined;
|
|
784
|
+
with_axis_labels?: boolean | undefined;
|
|
785
|
+
amplitude_scale?: number | undefined;
|
|
734
786
|
}>;
|
|
735
787
|
export declare const robotAudioWaveformInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
736
788
|
output_meta: z.ZodOptional<z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodBoolean>, z.ZodBoolean, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1151,15 +1203,32 @@ export declare const robotAudioWaveformInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
1151
1203
|
format: z.ZodDefault<z.ZodEnum<["image", "json"]>>;
|
|
1152
1204
|
width: z.ZodDefault<z.ZodNumber>;
|
|
1153
1205
|
height: z.ZodDefault<z.ZodNumber>;
|
|
1154
|
-
style: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>>;
|
|
1155
1206
|
antialiasing: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodBoolean]>>;
|
|
1156
1207
|
background_color: z.ZodDefault<z.ZodString>;
|
|
1157
1208
|
center_color: z.ZodDefault<z.ZodString>;
|
|
1158
1209
|
outer_color: z.ZodDefault<z.ZodString>;
|
|
1210
|
+
style: z.ZodEffects<z.ZodDefault<z.ZodEnum<["v0", "v1"]>>, "v0" | "v1", unknown>;
|
|
1211
|
+
split_channels: z.ZodOptional<z.ZodBoolean>;
|
|
1212
|
+
zoom: z.ZodOptional<z.ZodNumber>;
|
|
1213
|
+
pixels_per_second: z.ZodOptional<z.ZodNumber>;
|
|
1214
|
+
bits: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<8>, z.ZodLiteral<16>]>>;
|
|
1215
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
1216
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
1217
|
+
colors: z.ZodOptional<z.ZodEnum<["audition", "audacity"]>>;
|
|
1218
|
+
border_color: z.ZodOptional<z.ZodString>;
|
|
1219
|
+
waveform_style: z.ZodOptional<z.ZodEnum<["normal", "bars"]>>;
|
|
1220
|
+
bar_width: z.ZodOptional<z.ZodNumber>;
|
|
1221
|
+
bar_gap: z.ZodOptional<z.ZodNumber>;
|
|
1222
|
+
bar_style: z.ZodOptional<z.ZodEnum<["square", "rounded"]>>;
|
|
1223
|
+
axis_label_color: z.ZodOptional<z.ZodString>;
|
|
1224
|
+
no_axis_labels: z.ZodOptional<z.ZodBoolean>;
|
|
1225
|
+
with_axis_labels: z.ZodOptional<z.ZodBoolean>;
|
|
1226
|
+
amplitude_scale: z.ZodOptional<z.ZodNumber>;
|
|
1227
|
+
compression: z.ZodOptional<z.ZodNumber>;
|
|
1159
1228
|
} & {
|
|
1160
1229
|
result: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"debug">, z.ZodDefault<z.ZodBoolean>]>>;
|
|
1161
1230
|
}, "strict", z.ZodTypeAny, {
|
|
1162
|
-
style:
|
|
1231
|
+
style: "v0" | "v1";
|
|
1163
1232
|
format: "image" | "json";
|
|
1164
1233
|
robot: "/audio/waveform";
|
|
1165
1234
|
force_accept: boolean;
|
|
@@ -1171,6 +1240,10 @@ export declare const robotAudioWaveformInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
1171
1240
|
background_color: string;
|
|
1172
1241
|
center_color: string;
|
|
1173
1242
|
outer_color: string;
|
|
1243
|
+
end?: number | undefined;
|
|
1244
|
+
start?: number | undefined;
|
|
1245
|
+
result?: boolean | "debug" | undefined;
|
|
1246
|
+
compression?: number | undefined;
|
|
1174
1247
|
ffmpeg?: z.objectOutputType<{
|
|
1175
1248
|
af: z.ZodOptional<z.ZodString>;
|
|
1176
1249
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -1307,12 +1380,29 @@ export declare const robotAudioWaveformInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
1307
1380
|
group_by_original?: boolean | undefined;
|
|
1308
1381
|
} | undefined;
|
|
1309
1382
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
1310
|
-
result?: boolean | "debug" | undefined;
|
|
1311
1383
|
queue?: "batch" | undefined;
|
|
1384
|
+
zoom?: number | undefined;
|
|
1385
|
+
split_channels?: boolean | undefined;
|
|
1386
|
+
pixels_per_second?: number | undefined;
|
|
1387
|
+
bits?: 8 | 16 | undefined;
|
|
1388
|
+
colors?: "audition" | "audacity" | undefined;
|
|
1389
|
+
border_color?: string | undefined;
|
|
1390
|
+
waveform_style?: "normal" | "bars" | undefined;
|
|
1391
|
+
bar_width?: number | undefined;
|
|
1392
|
+
bar_gap?: number | undefined;
|
|
1393
|
+
bar_style?: "square" | "rounded" | undefined;
|
|
1394
|
+
axis_label_color?: string | undefined;
|
|
1395
|
+
no_axis_labels?: boolean | undefined;
|
|
1396
|
+
with_axis_labels?: boolean | undefined;
|
|
1397
|
+
amplitude_scale?: number | undefined;
|
|
1312
1398
|
}, {
|
|
1313
1399
|
robot: "/audio/waveform";
|
|
1314
|
-
style?:
|
|
1400
|
+
style?: unknown;
|
|
1401
|
+
end?: number | undefined;
|
|
1315
1402
|
format?: "image" | "json" | undefined;
|
|
1403
|
+
start?: number | undefined;
|
|
1404
|
+
result?: boolean | "debug" | undefined;
|
|
1405
|
+
compression?: number | undefined;
|
|
1316
1406
|
ffmpeg?: z.objectInputType<{
|
|
1317
1407
|
af: z.ZodOptional<z.ZodString>;
|
|
1318
1408
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
@@ -1449,17 +1539,30 @@ export declare const robotAudioWaveformInstructionsWithHiddenFieldsSchema: z.Zod
|
|
|
1449
1539
|
group_by_original?: boolean | undefined;
|
|
1450
1540
|
} | undefined;
|
|
1451
1541
|
output_meta?: boolean | string[] | Record<string, boolean> | undefined;
|
|
1452
|
-
result?: boolean | "debug" | undefined;
|
|
1453
1542
|
queue?: "batch" | undefined;
|
|
1454
1543
|
force_accept?: boolean | undefined;
|
|
1455
1544
|
ignore_errors?: boolean | ("meta" | "execute")[] | undefined;
|
|
1456
1545
|
ffmpeg_stack?: string | undefined;
|
|
1457
1546
|
width?: number | undefined;
|
|
1458
1547
|
height?: number | undefined;
|
|
1548
|
+
zoom?: number | undefined;
|
|
1459
1549
|
antialiasing?: boolean | 0 | 1 | undefined;
|
|
1460
1550
|
background_color?: string | undefined;
|
|
1461
1551
|
center_color?: string | undefined;
|
|
1462
1552
|
outer_color?: string | undefined;
|
|
1553
|
+
split_channels?: boolean | undefined;
|
|
1554
|
+
pixels_per_second?: number | undefined;
|
|
1555
|
+
bits?: 8 | 16 | undefined;
|
|
1556
|
+
colors?: "audition" | "audacity" | undefined;
|
|
1557
|
+
border_color?: string | undefined;
|
|
1558
|
+
waveform_style?: "normal" | "bars" | undefined;
|
|
1559
|
+
bar_width?: number | undefined;
|
|
1560
|
+
bar_gap?: number | undefined;
|
|
1561
|
+
bar_style?: "square" | "rounded" | undefined;
|
|
1562
|
+
axis_label_color?: string | undefined;
|
|
1563
|
+
no_axis_labels?: boolean | undefined;
|
|
1564
|
+
with_axis_labels?: boolean | undefined;
|
|
1565
|
+
amplitude_scale?: number | undefined;
|
|
1463
1566
|
}>;
|
|
1464
1567
|
export type RobotAudioWaveformInstructions = z.infer<typeof robotAudioWaveformInstructionsSchema>;
|
|
1465
1568
|
export type RobotAudioWaveformInstructionsWithHiddenFields = z.infer<typeof robotAudioWaveformInstructionsWithHiddenFieldsSchema>;
|
|
@@ -1883,16 +1986,33 @@ export declare const interpolatableRobotAudioWaveformInstructionsSchema: z.ZodOb
|
|
|
1883
1986
|
format: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["image", "json"]>]>>;
|
|
1884
1987
|
width: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1885
1988
|
height: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1886
|
-
style: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<0>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<1>]>]>>;
|
|
1887
1989
|
antialiasing: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<0>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<1>]>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>]>>;
|
|
1888
1990
|
background_color: z.ZodDefault<z.ZodString>;
|
|
1889
1991
|
center_color: z.ZodDefault<z.ZodString>;
|
|
1890
1992
|
outer_color: z.ZodDefault<z.ZodString>;
|
|
1993
|
+
style: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodDefault<z.ZodEnum<["v0", "v1"]>>, "v0" | "v1", unknown>]>;
|
|
1994
|
+
split_channels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
1995
|
+
zoom: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1996
|
+
pixels_per_second: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1997
|
+
bits: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<8>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<16>]>]>>;
|
|
1998
|
+
start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1999
|
+
end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2000
|
+
colors: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["audition", "audacity"]>]>>;
|
|
2001
|
+
border_color: z.ZodOptional<z.ZodString>;
|
|
2002
|
+
waveform_style: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["normal", "bars"]>]>>;
|
|
2003
|
+
bar_width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2004
|
+
bar_gap: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2005
|
+
bar_style: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["square", "rounded"]>]>>;
|
|
2006
|
+
axis_label_color: z.ZodOptional<z.ZodString>;
|
|
2007
|
+
no_axis_labels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
2008
|
+
with_axis_labels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
2009
|
+
amplitude_scale: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2010
|
+
compression: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
1891
2011
|
}, "strict", z.ZodTypeAny, {
|
|
1892
|
-
style: string
|
|
2012
|
+
style: string;
|
|
1893
2013
|
format: string;
|
|
1894
|
-
robot: "/audio/waveform";
|
|
1895
2014
|
result: string | boolean;
|
|
2015
|
+
robot: "/audio/waveform";
|
|
1896
2016
|
force_accept: string | boolean;
|
|
1897
2017
|
ignore_errors: string | string[];
|
|
1898
2018
|
ffmpeg_stack: string;
|
|
@@ -1902,6 +2022,9 @@ export declare const interpolatableRobotAudioWaveformInstructionsSchema: z.ZodOb
|
|
|
1902
2022
|
background_color: string;
|
|
1903
2023
|
center_color: string;
|
|
1904
2024
|
outer_color: string;
|
|
2025
|
+
end?: string | number | undefined;
|
|
2026
|
+
start?: string | number | undefined;
|
|
2027
|
+
compression?: string | number | undefined;
|
|
1905
2028
|
ffmpeg?: string | z.objectOutputType<{
|
|
1906
2029
|
af: z.ZodOptional<z.ZodString>;
|
|
1907
2030
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2039,10 +2162,28 @@ export declare const interpolatableRobotAudioWaveformInstructionsSchema: z.ZodOb
|
|
|
2039
2162
|
} | undefined;
|
|
2040
2163
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2041
2164
|
queue?: string | undefined;
|
|
2165
|
+
zoom?: string | number | undefined;
|
|
2166
|
+
split_channels?: string | boolean | undefined;
|
|
2167
|
+
pixels_per_second?: string | number | undefined;
|
|
2168
|
+
bits?: string | 8 | 16 | undefined;
|
|
2169
|
+
colors?: string | undefined;
|
|
2170
|
+
border_color?: string | undefined;
|
|
2171
|
+
waveform_style?: string | undefined;
|
|
2172
|
+
bar_width?: string | number | undefined;
|
|
2173
|
+
bar_gap?: string | number | undefined;
|
|
2174
|
+
bar_style?: string | undefined;
|
|
2175
|
+
axis_label_color?: string | undefined;
|
|
2176
|
+
no_axis_labels?: string | boolean | undefined;
|
|
2177
|
+
with_axis_labels?: string | boolean | undefined;
|
|
2178
|
+
amplitude_scale?: string | number | undefined;
|
|
2042
2179
|
}, {
|
|
2043
2180
|
robot: "/audio/waveform";
|
|
2044
|
-
style?:
|
|
2181
|
+
style?: unknown;
|
|
2182
|
+
end?: string | number | undefined;
|
|
2045
2183
|
format?: string | undefined;
|
|
2184
|
+
start?: string | number | undefined;
|
|
2185
|
+
result?: string | boolean | undefined;
|
|
2186
|
+
compression?: string | number | undefined;
|
|
2046
2187
|
ffmpeg?: string | z.objectInputType<{
|
|
2047
2188
|
af: z.ZodOptional<z.ZodString>;
|
|
2048
2189
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2179,19 +2320,32 @@ export declare const interpolatableRobotAudioWaveformInstructionsSchema: z.ZodOb
|
|
|
2179
2320
|
group_by_original?: boolean | undefined;
|
|
2180
2321
|
} | undefined;
|
|
2181
2322
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2182
|
-
result?: string | boolean | undefined;
|
|
2183
2323
|
queue?: string | undefined;
|
|
2184
2324
|
force_accept?: string | boolean | undefined;
|
|
2185
2325
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
2186
2326
|
ffmpeg_stack?: string | undefined;
|
|
2187
2327
|
width?: string | number | undefined;
|
|
2188
2328
|
height?: string | number | undefined;
|
|
2329
|
+
zoom?: string | number | undefined;
|
|
2189
2330
|
antialiasing?: string | boolean | 0 | 1 | undefined;
|
|
2190
2331
|
background_color?: string | undefined;
|
|
2191
2332
|
center_color?: string | undefined;
|
|
2192
2333
|
outer_color?: string | undefined;
|
|
2334
|
+
split_channels?: string | boolean | undefined;
|
|
2335
|
+
pixels_per_second?: string | number | undefined;
|
|
2336
|
+
bits?: string | 8 | 16 | undefined;
|
|
2337
|
+
colors?: string | undefined;
|
|
2338
|
+
border_color?: string | undefined;
|
|
2339
|
+
waveform_style?: string | undefined;
|
|
2340
|
+
bar_width?: string | number | undefined;
|
|
2341
|
+
bar_gap?: string | number | undefined;
|
|
2342
|
+
bar_style?: string | undefined;
|
|
2343
|
+
axis_label_color?: string | undefined;
|
|
2344
|
+
no_axis_labels?: string | boolean | undefined;
|
|
2345
|
+
with_axis_labels?: string | boolean | undefined;
|
|
2346
|
+
amplitude_scale?: string | number | undefined;
|
|
2193
2347
|
}>;
|
|
2194
|
-
export type InterpolatableRobotAudioWaveformInstructions =
|
|
2348
|
+
export type InterpolatableRobotAudioWaveformInstructions = z.input<typeof interpolatableRobotAudioWaveformInstructionsSchema>;
|
|
2195
2349
|
export type InterpolatableRobotAudioWaveformInstructionsInput = z.input<typeof interpolatableRobotAudioWaveformInstructionsSchema>;
|
|
2196
2350
|
export declare const interpolatableRobotAudioWaveformInstructionsWithHiddenFieldsSchema: z.ZodObject<{
|
|
2197
2351
|
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">]>]>>;
|
|
@@ -2612,14 +2766,31 @@ export declare const interpolatableRobotAudioWaveformInstructionsWithHiddenField
|
|
|
2612
2766
|
format: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodEnum<["image", "json"]>]>>;
|
|
2613
2767
|
width: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2614
2768
|
height: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2615
|
-
style: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<0>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<1>]>]>>;
|
|
2616
2769
|
antialiasing: z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<0>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<1>]>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>]>>;
|
|
2617
2770
|
background_color: z.ZodDefault<z.ZodString>;
|
|
2618
2771
|
center_color: z.ZodDefault<z.ZodString>;
|
|
2619
2772
|
outer_color: z.ZodDefault<z.ZodString>;
|
|
2773
|
+
style: z.ZodUnion<[z.ZodString, z.ZodEffects<z.ZodDefault<z.ZodEnum<["v0", "v1"]>>, "v0" | "v1", unknown>]>;
|
|
2774
|
+
split_channels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
2775
|
+
zoom: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2776
|
+
pixels_per_second: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2777
|
+
bits: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<8>]>, z.ZodUnion<[z.ZodString, z.ZodLiteral<16>]>]>>;
|
|
2778
|
+
start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2779
|
+
end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2780
|
+
colors: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["audition", "audacity"]>]>>;
|
|
2781
|
+
border_color: z.ZodOptional<z.ZodString>;
|
|
2782
|
+
waveform_style: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["normal", "bars"]>]>>;
|
|
2783
|
+
bar_width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2784
|
+
bar_gap: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2785
|
+
bar_style: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodEnum<["square", "rounded"]>]>>;
|
|
2786
|
+
axis_label_color: z.ZodOptional<z.ZodString>;
|
|
2787
|
+
no_axis_labels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
2788
|
+
with_axis_labels: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
2789
|
+
amplitude_scale: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2790
|
+
compression: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
2620
2791
|
result: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodString, z.ZodLiteral<"debug">]>, z.ZodDefault<z.ZodUnion<[z.ZodString, z.ZodBoolean]>>]>>;
|
|
2621
2792
|
}, "strict", z.ZodTypeAny, {
|
|
2622
|
-
style: string
|
|
2793
|
+
style: string;
|
|
2623
2794
|
format: string;
|
|
2624
2795
|
robot: "/audio/waveform";
|
|
2625
2796
|
force_accept: string | boolean;
|
|
@@ -2631,6 +2802,10 @@ export declare const interpolatableRobotAudioWaveformInstructionsWithHiddenField
|
|
|
2631
2802
|
background_color: string;
|
|
2632
2803
|
center_color: string;
|
|
2633
2804
|
outer_color: string;
|
|
2805
|
+
end?: string | number | undefined;
|
|
2806
|
+
start?: string | number | undefined;
|
|
2807
|
+
result?: string | boolean | undefined;
|
|
2808
|
+
compression?: string | number | undefined;
|
|
2634
2809
|
ffmpeg?: string | z.objectOutputType<{
|
|
2635
2810
|
af: z.ZodOptional<z.ZodString>;
|
|
2636
2811
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2767,12 +2942,29 @@ export declare const interpolatableRobotAudioWaveformInstructionsWithHiddenField
|
|
|
2767
2942
|
group_by_original?: boolean | undefined;
|
|
2768
2943
|
} | undefined;
|
|
2769
2944
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2770
|
-
result?: string | boolean | undefined;
|
|
2771
2945
|
queue?: string | undefined;
|
|
2946
|
+
zoom?: string | number | undefined;
|
|
2947
|
+
split_channels?: string | boolean | undefined;
|
|
2948
|
+
pixels_per_second?: string | number | undefined;
|
|
2949
|
+
bits?: string | 8 | 16 | undefined;
|
|
2950
|
+
colors?: string | undefined;
|
|
2951
|
+
border_color?: string | undefined;
|
|
2952
|
+
waveform_style?: string | undefined;
|
|
2953
|
+
bar_width?: string | number | undefined;
|
|
2954
|
+
bar_gap?: string | number | undefined;
|
|
2955
|
+
bar_style?: string | undefined;
|
|
2956
|
+
axis_label_color?: string | undefined;
|
|
2957
|
+
no_axis_labels?: string | boolean | undefined;
|
|
2958
|
+
with_axis_labels?: string | boolean | undefined;
|
|
2959
|
+
amplitude_scale?: string | number | undefined;
|
|
2772
2960
|
}, {
|
|
2773
2961
|
robot: "/audio/waveform";
|
|
2774
|
-
style?:
|
|
2962
|
+
style?: unknown;
|
|
2963
|
+
end?: string | number | undefined;
|
|
2775
2964
|
format?: string | undefined;
|
|
2965
|
+
start?: string | number | undefined;
|
|
2966
|
+
result?: string | boolean | undefined;
|
|
2967
|
+
compression?: string | number | undefined;
|
|
2776
2968
|
ffmpeg?: string | z.objectInputType<{
|
|
2777
2969
|
af: z.ZodOptional<z.ZodString>;
|
|
2778
2970
|
'b:a': z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>]>>;
|
|
@@ -2909,17 +3101,30 @@ export declare const interpolatableRobotAudioWaveformInstructionsWithHiddenField
|
|
|
2909
3101
|
group_by_original?: boolean | undefined;
|
|
2910
3102
|
} | undefined;
|
|
2911
3103
|
output_meta?: string | boolean | string[] | Record<string, string | boolean> | undefined;
|
|
2912
|
-
result?: string | boolean | undefined;
|
|
2913
3104
|
queue?: string | undefined;
|
|
2914
3105
|
force_accept?: string | boolean | undefined;
|
|
2915
3106
|
ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined;
|
|
2916
3107
|
ffmpeg_stack?: string | undefined;
|
|
2917
3108
|
width?: string | number | undefined;
|
|
2918
3109
|
height?: string | number | undefined;
|
|
3110
|
+
zoom?: string | number | undefined;
|
|
2919
3111
|
antialiasing?: string | boolean | 0 | 1 | undefined;
|
|
2920
3112
|
background_color?: string | undefined;
|
|
2921
3113
|
center_color?: string | undefined;
|
|
2922
3114
|
outer_color?: string | undefined;
|
|
3115
|
+
split_channels?: string | boolean | undefined;
|
|
3116
|
+
pixels_per_second?: string | number | undefined;
|
|
3117
|
+
bits?: string | 8 | 16 | undefined;
|
|
3118
|
+
colors?: string | undefined;
|
|
3119
|
+
border_color?: string | undefined;
|
|
3120
|
+
waveform_style?: string | undefined;
|
|
3121
|
+
bar_width?: string | number | undefined;
|
|
3122
|
+
bar_gap?: string | number | undefined;
|
|
3123
|
+
bar_style?: string | undefined;
|
|
3124
|
+
axis_label_color?: string | undefined;
|
|
3125
|
+
no_axis_labels?: string | boolean | undefined;
|
|
3126
|
+
with_axis_labels?: string | boolean | undefined;
|
|
3127
|
+
amplitude_scale?: string | number | undefined;
|
|
2923
3128
|
}>;
|
|
2924
3129
|
export type InterpolatableRobotAudioWaveformInstructionsWithHiddenFields = z.infer<typeof interpolatableRobotAudioWaveformInstructionsWithHiddenFieldsSchema>;
|
|
2925
3130
|
export type InterpolatableRobotAudioWaveformInstructionsWithHiddenFieldsInput = z.input<typeof interpolatableRobotAudioWaveformInstructionsWithHiddenFieldsSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-waveform.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/audio-waveform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AASnE,eAAO,MAAM,IAAI,EAAE,cAgDlB,CAAA;
|
|
1
|
+
{"version":3,"file":"audio-waveform.d.ts","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/audio-waveform.ts"],"names":[],"mappings":"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"}
|
|
@@ -47,7 +47,8 @@ Here is an example waveform image:
|
|
|
47
47
|
removeJobResultFilesFromDiskRightAfterStoringOnS3: false,
|
|
48
48
|
stage: 'ga',
|
|
49
49
|
};
|
|
50
|
-
|
|
50
|
+
// Base schema with common fields
|
|
51
|
+
const robotAudioWaveformInstructionsBaseSchema = robotBase
|
|
51
52
|
.merge(robotUse)
|
|
52
53
|
.merge(robotFFmpeg)
|
|
53
54
|
.extend({
|
|
@@ -77,12 +78,6 @@ The width of the resulting image if the format \`"image"\` was selected.
|
|
|
77
78
|
.default(64)
|
|
78
79
|
.describe(`
|
|
79
80
|
The height of the resulting image if the format \`"image"\` was selected.
|
|
80
|
-
`),
|
|
81
|
-
style: z
|
|
82
|
-
.union([z.literal(0), z.literal(1)])
|
|
83
|
-
.default(0)
|
|
84
|
-
.describe(`
|
|
85
|
-
Either a value of \`0\` or \`1\`, corresponding to using either the legacy waveform tool, or the new tool respectively, with the new tool offering an improved style. Other Robot parameters still function as described, with either tool.
|
|
86
81
|
`),
|
|
87
82
|
antialiasing: z
|
|
88
83
|
.union([z.literal(0), z.literal(1), z.boolean()])
|
|
@@ -99,6 +94,138 @@ The color used in the center of the gradient. The format is "rrggbbaa" (red, gre
|
|
|
99
94
|
outer_color: color_with_alpha.default('000000ff').describe(`
|
|
100
95
|
The color used in the outer parts of the gradient. The format is "rrggbbaa" (red, green, blue, alpha).
|
|
101
96
|
`),
|
|
97
|
+
});
|
|
98
|
+
const styleSchema = z.preprocess((val) => {
|
|
99
|
+
// Backwards compatibility: historically this robot used numeric styles 0/1/2.
|
|
100
|
+
// The new API is `style: "v0" | "v1"`. Old v2 values are mapped to v1.
|
|
101
|
+
if (val === 'v1' || val === 1 || val === '1')
|
|
102
|
+
return 'v1';
|
|
103
|
+
if (val === 'v0' || val === 0 || val === '0')
|
|
104
|
+
return 'v0';
|
|
105
|
+
return val;
|
|
106
|
+
}, z.enum(['v0', 'v1']).default('v0'));
|
|
107
|
+
// Unified schema: all parameters exist for both styles, but v1-only parameters only apply when
|
|
108
|
+
// `style` is `v1` (they are accepted for v0 but have no effect).
|
|
109
|
+
export const robotAudioWaveformInstructionsSchema = robotAudioWaveformInstructionsBaseSchema
|
|
110
|
+
.extend({
|
|
111
|
+
style: styleSchema.describe(`
|
|
112
|
+
Waveform style version.
|
|
113
|
+
|
|
114
|
+
- \`"v0"\`: Legacy waveform generation (default).
|
|
115
|
+
- \`"v1"\`: Advanced waveform generation with additional parameters.
|
|
116
|
+
|
|
117
|
+
For backwards compatibility, numeric values \`0\`, \`1\`, \`2\` are also accepted and mapped to \`"v0"\` (0) and \`"v1"\` (1/2).
|
|
118
|
+
`),
|
|
119
|
+
// v1-only parameters (accepted for v0 but have no effect)
|
|
120
|
+
split_channels: z
|
|
121
|
+
.boolean()
|
|
122
|
+
.optional()
|
|
123
|
+
.describe(`
|
|
124
|
+
Available when style is \`"v1"\`. If set to \`true\`, outputs multi-channel waveform data or image files, one per channel.
|
|
125
|
+
`),
|
|
126
|
+
zoom: z
|
|
127
|
+
.number()
|
|
128
|
+
.int()
|
|
129
|
+
.min(1)
|
|
130
|
+
.optional()
|
|
131
|
+
.describe(`
|
|
132
|
+
Available when style is \`"v1"\`. Zoom level in samples per pixel. This parameter cannot be used together with \`pixels_per_second\`.
|
|
133
|
+
`),
|
|
134
|
+
pixels_per_second: z
|
|
135
|
+
.number()
|
|
136
|
+
.positive()
|
|
137
|
+
.optional()
|
|
138
|
+
.describe(`
|
|
139
|
+
Available when style is \`"v1"\`. Zoom level in pixels per second. This parameter cannot be used together with \`zoom\`.
|
|
140
|
+
`),
|
|
141
|
+
bits: z
|
|
142
|
+
.union([z.literal(8), z.literal(16)])
|
|
143
|
+
.optional()
|
|
144
|
+
.describe(`
|
|
145
|
+
Available when style is \`"v1"\`. Bit depth for waveform data. Can be 8 or 16.
|
|
146
|
+
`),
|
|
147
|
+
start: z
|
|
148
|
+
.number()
|
|
149
|
+
.min(0)
|
|
150
|
+
.optional()
|
|
151
|
+
.describe(`
|
|
152
|
+
Available when style is \`"v1"\`. Start time in seconds.
|
|
153
|
+
`),
|
|
154
|
+
end: z
|
|
155
|
+
.number()
|
|
156
|
+
.min(0)
|
|
157
|
+
.optional()
|
|
158
|
+
.describe(`
|
|
159
|
+
Available when style is \`"v1"\`. End time in seconds (0 means end of audio).
|
|
160
|
+
`),
|
|
161
|
+
colors: z
|
|
162
|
+
.enum(['audition', 'audacity'])
|
|
163
|
+
.optional()
|
|
164
|
+
.describe(`
|
|
165
|
+
Available when style is \`"v1"\`. Color scheme to use. Can be "audition" or "audacity".
|
|
166
|
+
`),
|
|
167
|
+
border_color: color_with_alpha.optional().describe(`
|
|
168
|
+
Available when style is \`"v1"\`. Border color in "rrggbbaa" format.
|
|
169
|
+
`),
|
|
170
|
+
waveform_style: z
|
|
171
|
+
.enum(['normal', 'bars'])
|
|
172
|
+
.optional()
|
|
173
|
+
.describe(`
|
|
174
|
+
Available when style is \`"v1"\`. Waveform style. Can be "normal" or "bars".
|
|
175
|
+
`),
|
|
176
|
+
bar_width: z
|
|
177
|
+
.number()
|
|
178
|
+
.int()
|
|
179
|
+
.positive()
|
|
180
|
+
.optional()
|
|
181
|
+
.describe(`
|
|
182
|
+
Available when style is \`"v1"\`. Width of bars in pixels when waveform_style is "bars".
|
|
183
|
+
`),
|
|
184
|
+
bar_gap: z
|
|
185
|
+
.number()
|
|
186
|
+
.int()
|
|
187
|
+
.min(0)
|
|
188
|
+
.optional()
|
|
189
|
+
.describe(`
|
|
190
|
+
Available when style is \`"v1"\`. Gap between bars in pixels when waveform_style is "bars".
|
|
191
|
+
`),
|
|
192
|
+
bar_style: z
|
|
193
|
+
.enum(['square', 'rounded'])
|
|
194
|
+
.optional()
|
|
195
|
+
.describe(`
|
|
196
|
+
Available when style is \`"v1"\`. Bar style when waveform_style is "bars".
|
|
197
|
+
`),
|
|
198
|
+
axis_label_color: color_with_alpha.optional().describe(`
|
|
199
|
+
Available when style is \`"v1"\`. Color for axis labels in "rrggbbaa" format.
|
|
200
|
+
`),
|
|
201
|
+
no_axis_labels: z
|
|
202
|
+
.boolean()
|
|
203
|
+
.optional()
|
|
204
|
+
.describe(`
|
|
205
|
+
Available when style is \`"v1"\`. If set to \`true\`, renders waveform image without axis labels.
|
|
206
|
+
`),
|
|
207
|
+
with_axis_labels: z
|
|
208
|
+
.boolean()
|
|
209
|
+
.optional()
|
|
210
|
+
.describe(`
|
|
211
|
+
Available when style is \`"v1"\`. If set to \`true\`, renders waveform image with axis labels.
|
|
212
|
+
`),
|
|
213
|
+
amplitude_scale: z
|
|
214
|
+
.number()
|
|
215
|
+
.positive()
|
|
216
|
+
.optional()
|
|
217
|
+
.describe(`
|
|
218
|
+
Available when style is \`"v1"\`. Amplitude scale factor.
|
|
219
|
+
`),
|
|
220
|
+
compression: z
|
|
221
|
+
.number()
|
|
222
|
+
.int()
|
|
223
|
+
.min(-1)
|
|
224
|
+
.max(9)
|
|
225
|
+
.optional()
|
|
226
|
+
.describe(`
|
|
227
|
+
Available when style is \`"v1"\`. PNG compression level: 0 (none) to 9 (best), or -1 (default). Only applicable when format is "image".
|
|
228
|
+
`),
|
|
102
229
|
})
|
|
103
230
|
.strict();
|
|
104
231
|
export const robotAudioWaveformInstructionsWithHiddenFieldsSchema = robotAudioWaveformInstructionsSchema.extend({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-waveform.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/audio-waveform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EACL,gBAAgB,EAChB,gBAAgB,EAChB,SAAS,EACT,WAAW,EACX,QAAQ,GACT,MAAM,+BAA+B,CAAA;AAEtC,MAAM,CAAC,MAAM,IAAI,GAAmB;IAClC,yBAAyB,EAAE,KAAK;IAChC,UAAU,EAAE,CAAC;IACb,eAAe,EAAE,CAAC;IAClB,YAAY,EAAE,CAAC;IACf,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,UAAU,EAAE;gBACV,KAAK,EAAE,iBAAiB;gBACxB,GAAG,EAAE,WAAW;gBAChB,KAAK,EAAE,GAAG;gBACV,MAAM,EAAE,GAAG;gBACX,WAAW,EAAE,UAAU;gBACvB,YAAY,EAAE,UAAU;aACzB;SACF;KACF;IACD,wBAAwB,EACtB,6EAA6E;IAC/E,oBAAoB,EAAE;;;;;;CAMvB;IACC,cAAc,EAAE,OAAO;IACvB,aAAa,EAAE,IAAI;IACnB,aAAa,EAAE,gBAAgB;IAC/B,gBAAgB,EACd,qGAAqG;IACvG,YAAY,EAAE,UAAU;IACxB,YAAY,EAAE,oBAAoB;IAClC,aAAa,EAAE,qCAAqC;IACpD,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,EAAE;IACd,KAAK,EAAE,qCAAqC;IAC5C,oBAAoB,EAAE,GAAG;IACzB,iBAAiB,EAAE,YAAY;IAC/B,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,CAAC;IACd,cAAc,EAAE,EAAE;IAClB,aAAa,EAAE,OAAO;IACtB,wBAAwB,EAAE,KAAK;IAC/B,mBAAmB,EAAE,IAAI;IACzB,UAAU,EAAE,KAAK;IACjB,iDAAiD,EAAE,KAAK;IACxD,KAAK,EAAE,IAAI;CACZ,CAAA;AAED,
|
|
1
|
+
{"version":3,"file":"audio-waveform.js","sourceRoot":"","sources":["../../../../src/alphalib/types/robots/audio-waveform.ts"],"names":[],"mappings":"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"}
|