transloadit 4.1.0 → 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 +3 -2
- package/dist/cli/commands/BaseCommand.d.ts.map +1 -1
- package/dist/cli/commands/BaseCommand.js +6 -8
- 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/auth.d.ts.map +1 -1
- package/dist/cli/commands/auth.js +2 -8
- package/dist/cli/commands/auth.js.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 +6 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- package/dist/cli/helpers.js +7 -0
- 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 +6 -8
- package/src/cli/commands/assemblies.ts +1 -1
- package/src/cli/commands/auth.ts +2 -10
- package/src/cli/commands/notifications.ts +2 -2
- package/src/cli/commands/templates.ts +3 -3
- package/src/cli/helpers.ts +12 -3
- package/src/cli/types.ts +2 -115
- package/CHANGELOG.md +0 -240
|
@@ -5309,8 +5309,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
5309
5309
|
relative_path?: string | undefined;
|
|
5310
5310
|
version_id?: string | undefined;
|
|
5311
5311
|
} | undefined;
|
|
5312
|
-
relative_path?: string | undefined;
|
|
5313
5312
|
content?: string | undefined;
|
|
5313
|
+
relative_path?: string | undefined;
|
|
5314
5314
|
}, {
|
|
5315
5315
|
name?: string | number | undefined;
|
|
5316
5316
|
stream?: string | undefined;
|
|
@@ -5335,8 +5335,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
5335
5335
|
relative_path?: string | undefined;
|
|
5336
5336
|
version_id?: string | undefined;
|
|
5337
5337
|
} | undefined;
|
|
5338
|
-
relative_path?: string | undefined;
|
|
5339
5338
|
content?: string | undefined;
|
|
5339
|
+
relative_path?: string | undefined;
|
|
5340
5340
|
}>, "many">>;
|
|
5341
5341
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
5342
5342
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -6108,8 +6108,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
6108
6108
|
relative_path?: string | undefined;
|
|
6109
6109
|
version_id?: string | undefined;
|
|
6110
6110
|
} | undefined;
|
|
6111
|
-
relative_path?: string | undefined;
|
|
6112
6111
|
content?: string | undefined;
|
|
6112
|
+
relative_path?: string | undefined;
|
|
6113
6113
|
}, {
|
|
6114
6114
|
name?: string | number | undefined;
|
|
6115
6115
|
stream?: string | undefined;
|
|
@@ -6134,8 +6134,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
6134
6134
|
relative_path?: string | undefined;
|
|
6135
6135
|
version_id?: string | undefined;
|
|
6136
6136
|
} | undefined;
|
|
6137
|
-
relative_path?: string | undefined;
|
|
6138
6137
|
content?: string | undefined;
|
|
6138
|
+
relative_path?: string | undefined;
|
|
6139
6139
|
}>, "many">>;
|
|
6140
6140
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
6141
6141
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -6907,8 +6907,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
6907
6907
|
relative_path?: string | undefined;
|
|
6908
6908
|
version_id?: string | undefined;
|
|
6909
6909
|
} | undefined;
|
|
6910
|
-
relative_path?: string | undefined;
|
|
6911
6910
|
content?: string | undefined;
|
|
6911
|
+
relative_path?: string | undefined;
|
|
6912
6912
|
}, {
|
|
6913
6913
|
name?: string | number | undefined;
|
|
6914
6914
|
stream?: string | undefined;
|
|
@@ -6933,8 +6933,8 @@ export declare const assemblyStatusResultSchema: z.ZodObject<{
|
|
|
6933
6933
|
relative_path?: string | undefined;
|
|
6934
6934
|
version_id?: string | undefined;
|
|
6935
6935
|
} | undefined;
|
|
6936
|
-
relative_path?: string | undefined;
|
|
6937
6936
|
content?: string | undefined;
|
|
6937
|
+
relative_path?: string | undefined;
|
|
6938
6938
|
}>, "many">>;
|
|
6939
6939
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
6940
6940
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -7708,8 +7708,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
7708
7708
|
relative_path?: string | undefined;
|
|
7709
7709
|
version_id?: string | undefined;
|
|
7710
7710
|
} | undefined;
|
|
7711
|
-
relative_path?: string | undefined;
|
|
7712
7711
|
content?: string | undefined;
|
|
7712
|
+
relative_path?: string | undefined;
|
|
7713
7713
|
}, {
|
|
7714
7714
|
name?: string | number | undefined;
|
|
7715
7715
|
stream?: string | undefined;
|
|
@@ -7734,8 +7734,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
7734
7734
|
relative_path?: string | undefined;
|
|
7735
7735
|
version_id?: string | undefined;
|
|
7736
7736
|
} | undefined;
|
|
7737
|
-
relative_path?: string | undefined;
|
|
7738
7737
|
content?: string | undefined;
|
|
7738
|
+
relative_path?: string | undefined;
|
|
7739
7739
|
}>, "many">>;
|
|
7740
7740
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
7741
7741
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -8507,8 +8507,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
8507
8507
|
relative_path?: string | undefined;
|
|
8508
8508
|
version_id?: string | undefined;
|
|
8509
8509
|
} | undefined;
|
|
8510
|
-
relative_path?: string | undefined;
|
|
8511
8510
|
content?: string | undefined;
|
|
8511
|
+
relative_path?: string | undefined;
|
|
8512
8512
|
}, {
|
|
8513
8513
|
name?: string | number | undefined;
|
|
8514
8514
|
stream?: string | undefined;
|
|
@@ -8533,8 +8533,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
8533
8533
|
relative_path?: string | undefined;
|
|
8534
8534
|
version_id?: string | undefined;
|
|
8535
8535
|
} | undefined;
|
|
8536
|
-
relative_path?: string | undefined;
|
|
8537
8536
|
content?: string | undefined;
|
|
8537
|
+
relative_path?: string | undefined;
|
|
8538
8538
|
}>, "many">>;
|
|
8539
8539
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
8540
8540
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -9306,8 +9306,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
9306
9306
|
relative_path?: string | undefined;
|
|
9307
9307
|
version_id?: string | undefined;
|
|
9308
9308
|
} | undefined;
|
|
9309
|
-
relative_path?: string | undefined;
|
|
9310
9309
|
content?: string | undefined;
|
|
9310
|
+
relative_path?: string | undefined;
|
|
9311
9311
|
}, {
|
|
9312
9312
|
name?: string | number | undefined;
|
|
9313
9313
|
stream?: string | undefined;
|
|
@@ -9332,8 +9332,8 @@ export declare const assemblyStatusResultsSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
9332
9332
|
relative_path?: string | undefined;
|
|
9333
9333
|
version_id?: string | undefined;
|
|
9334
9334
|
} | undefined;
|
|
9335
|
-
relative_path?: string | undefined;
|
|
9336
9335
|
content?: string | undefined;
|
|
9336
|
+
relative_path?: string | undefined;
|
|
9337
9337
|
}>, "many">>;
|
|
9338
9338
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
9339
9339
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -12157,8 +12157,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
12157
12157
|
relative_path?: string | undefined;
|
|
12158
12158
|
version_id?: string | undefined;
|
|
12159
12159
|
} | undefined;
|
|
12160
|
-
relative_path?: string | undefined;
|
|
12161
12160
|
content?: string | undefined;
|
|
12161
|
+
relative_path?: string | undefined;
|
|
12162
12162
|
}, {
|
|
12163
12163
|
name?: string | number | undefined;
|
|
12164
12164
|
stream?: string | undefined;
|
|
@@ -12183,8 +12183,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
12183
12183
|
relative_path?: string | undefined;
|
|
12184
12184
|
version_id?: string | undefined;
|
|
12185
12185
|
} | undefined;
|
|
12186
|
-
relative_path?: string | undefined;
|
|
12187
12186
|
content?: string | undefined;
|
|
12187
|
+
relative_path?: string | undefined;
|
|
12188
12188
|
}>, "many">>;
|
|
12189
12189
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
12190
12190
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -12956,8 +12956,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
12956
12956
|
relative_path?: string | undefined;
|
|
12957
12957
|
version_id?: string | undefined;
|
|
12958
12958
|
} | undefined;
|
|
12959
|
-
relative_path?: string | undefined;
|
|
12960
12959
|
content?: string | undefined;
|
|
12960
|
+
relative_path?: string | undefined;
|
|
12961
12961
|
}, {
|
|
12962
12962
|
name?: string | number | undefined;
|
|
12963
12963
|
stream?: string | undefined;
|
|
@@ -12982,8 +12982,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
12982
12982
|
relative_path?: string | undefined;
|
|
12983
12983
|
version_id?: string | undefined;
|
|
12984
12984
|
} | undefined;
|
|
12985
|
-
relative_path?: string | undefined;
|
|
12986
12985
|
content?: string | undefined;
|
|
12986
|
+
relative_path?: string | undefined;
|
|
12987
12987
|
}>, "many">>;
|
|
12988
12988
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
12989
12989
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -13755,8 +13755,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
13755
13755
|
relative_path?: string | undefined;
|
|
13756
13756
|
version_id?: string | undefined;
|
|
13757
13757
|
} | undefined;
|
|
13758
|
-
relative_path?: string | undefined;
|
|
13759
13758
|
content?: string | undefined;
|
|
13759
|
+
relative_path?: string | undefined;
|
|
13760
13760
|
}, {
|
|
13761
13761
|
name?: string | number | undefined;
|
|
13762
13762
|
stream?: string | undefined;
|
|
@@ -13781,8 +13781,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
13781
13781
|
relative_path?: string | undefined;
|
|
13782
13782
|
version_id?: string | undefined;
|
|
13783
13783
|
} | undefined;
|
|
13784
|
-
relative_path?: string | undefined;
|
|
13785
13784
|
content?: string | undefined;
|
|
13785
|
+
relative_path?: string | undefined;
|
|
13786
13786
|
}>, "many">>;
|
|
13787
13787
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
13788
13788
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -13869,8 +13869,11 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
13869
13869
|
worker?: string | undefined;
|
|
13870
13870
|
error?: undefined;
|
|
13871
13871
|
message?: string | undefined;
|
|
13872
|
-
params?: string | null | undefined;
|
|
13873
13872
|
step?: string | undefined;
|
|
13873
|
+
info?: {
|
|
13874
|
+
retryIn?: number | undefined;
|
|
13875
|
+
} | undefined;
|
|
13876
|
+
params?: string | null | undefined;
|
|
13874
13877
|
fields?: Record<string, unknown> | undefined;
|
|
13875
13878
|
region?: string | undefined;
|
|
13876
13879
|
debuginfo?: z.objectOutputType<{
|
|
@@ -15348,8 +15351,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
15348
15351
|
relative_path?: string | undefined;
|
|
15349
15352
|
version_id?: string | undefined;
|
|
15350
15353
|
} | undefined;
|
|
15351
|
-
relative_path?: string | undefined;
|
|
15352
15354
|
content?: string | undefined;
|
|
15355
|
+
relative_path?: string | undefined;
|
|
15353
15356
|
}, {
|
|
15354
15357
|
name?: string | number | undefined;
|
|
15355
15358
|
stream?: string | undefined;
|
|
@@ -15374,8 +15377,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
15374
15377
|
relative_path?: string | undefined;
|
|
15375
15378
|
version_id?: string | undefined;
|
|
15376
15379
|
} | undefined;
|
|
15377
|
-
relative_path?: string | undefined;
|
|
15378
15380
|
content?: string | undefined;
|
|
15381
|
+
relative_path?: string | undefined;
|
|
15379
15382
|
}>, "many">>;
|
|
15380
15383
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
15381
15384
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -15405,15 +15408,15 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
15405
15408
|
upload_url: z.ZodString;
|
|
15406
15409
|
local_path: z.ZodOptional<z.ZodString>;
|
|
15407
15410
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
15408
|
-
info?: {
|
|
15409
|
-
retryIn?: number | undefined;
|
|
15410
|
-
} | undefined;
|
|
15411
15411
|
}, {
|
|
15412
15412
|
worker?: string | undefined;
|
|
15413
15413
|
error?: undefined;
|
|
15414
15414
|
message?: string | undefined;
|
|
15415
|
-
params?: string | null | undefined;
|
|
15416
15415
|
step?: string | undefined;
|
|
15416
|
+
info?: {
|
|
15417
|
+
retryIn?: number | undefined;
|
|
15418
|
+
} | undefined;
|
|
15419
|
+
params?: string | null | undefined;
|
|
15417
15420
|
fields?: Record<string, unknown> | undefined;
|
|
15418
15421
|
region?: string | undefined;
|
|
15419
15422
|
debuginfo?: z.objectInputType<{
|
|
@@ -16891,8 +16894,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
16891
16894
|
relative_path?: string | undefined;
|
|
16892
16895
|
version_id?: string | undefined;
|
|
16893
16896
|
} | undefined;
|
|
16894
|
-
relative_path?: string | undefined;
|
|
16895
16897
|
content?: string | undefined;
|
|
16898
|
+
relative_path?: string | undefined;
|
|
16896
16899
|
}, {
|
|
16897
16900
|
name?: string | number | undefined;
|
|
16898
16901
|
stream?: string | undefined;
|
|
@@ -16917,8 +16920,8 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
16917
16920
|
relative_path?: string | undefined;
|
|
16918
16921
|
version_id?: string | undefined;
|
|
16919
16922
|
} | undefined;
|
|
16920
|
-
relative_path?: string | undefined;
|
|
16921
16923
|
content?: string | undefined;
|
|
16924
|
+
relative_path?: string | undefined;
|
|
16922
16925
|
}>, "many">>;
|
|
16923
16926
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
16924
16927
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -16948,9 +16951,6 @@ export declare const assemblyStatusBaseSchema: z.ZodObject<{
|
|
|
16948
16951
|
upload_url: z.ZodString;
|
|
16949
16952
|
local_path: z.ZodOptional<z.ZodString>;
|
|
16950
16953
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
16951
|
-
info?: {
|
|
16952
|
-
retryIn?: number | undefined;
|
|
16953
|
-
} | undefined;
|
|
16954
16954
|
}>;
|
|
16955
16955
|
export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
16956
16956
|
ok: z.ZodEnum<["ASSEMBLY_UPLOADING"]>;
|
|
@@ -19737,8 +19737,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
19737
19737
|
relative_path?: string | undefined;
|
|
19738
19738
|
version_id?: string | undefined;
|
|
19739
19739
|
} | undefined;
|
|
19740
|
-
relative_path?: string | undefined;
|
|
19741
19740
|
content?: string | undefined;
|
|
19741
|
+
relative_path?: string | undefined;
|
|
19742
19742
|
}, {
|
|
19743
19743
|
name?: string | number | undefined;
|
|
19744
19744
|
stream?: string | undefined;
|
|
@@ -19763,8 +19763,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
19763
19763
|
relative_path?: string | undefined;
|
|
19764
19764
|
version_id?: string | undefined;
|
|
19765
19765
|
} | undefined;
|
|
19766
|
-
relative_path?: string | undefined;
|
|
19767
19766
|
content?: string | undefined;
|
|
19767
|
+
relative_path?: string | undefined;
|
|
19768
19768
|
}>, "many">>;
|
|
19769
19769
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
19770
19770
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -20536,8 +20536,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
20536
20536
|
relative_path?: string | undefined;
|
|
20537
20537
|
version_id?: string | undefined;
|
|
20538
20538
|
} | undefined;
|
|
20539
|
-
relative_path?: string | undefined;
|
|
20540
20539
|
content?: string | undefined;
|
|
20540
|
+
relative_path?: string | undefined;
|
|
20541
20541
|
}, {
|
|
20542
20542
|
name?: string | number | undefined;
|
|
20543
20543
|
stream?: string | undefined;
|
|
@@ -20562,8 +20562,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
20562
20562
|
relative_path?: string | undefined;
|
|
20563
20563
|
version_id?: string | undefined;
|
|
20564
20564
|
} | undefined;
|
|
20565
|
-
relative_path?: string | undefined;
|
|
20566
20565
|
content?: string | undefined;
|
|
20566
|
+
relative_path?: string | undefined;
|
|
20567
20567
|
}>, "many">>;
|
|
20568
20568
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
20569
20569
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -21335,8 +21335,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
21335
21335
|
relative_path?: string | undefined;
|
|
21336
21336
|
version_id?: string | undefined;
|
|
21337
21337
|
} | undefined;
|
|
21338
|
-
relative_path?: string | undefined;
|
|
21339
21338
|
content?: string | undefined;
|
|
21339
|
+
relative_path?: string | undefined;
|
|
21340
21340
|
}, {
|
|
21341
21341
|
name?: string | number | undefined;
|
|
21342
21342
|
stream?: string | undefined;
|
|
@@ -21361,8 +21361,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
21361
21361
|
relative_path?: string | undefined;
|
|
21362
21362
|
version_id?: string | undefined;
|
|
21363
21363
|
} | undefined;
|
|
21364
|
-
relative_path?: string | undefined;
|
|
21365
21364
|
content?: string | undefined;
|
|
21365
|
+
relative_path?: string | undefined;
|
|
21366
21366
|
}>, "many">>;
|
|
21367
21367
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
21368
21368
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -24230,8 +24230,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
24230
24230
|
relative_path?: string | undefined;
|
|
24231
24231
|
version_id?: string | undefined;
|
|
24232
24232
|
} | undefined;
|
|
24233
|
-
relative_path?: string | undefined;
|
|
24234
24233
|
content?: string | undefined;
|
|
24234
|
+
relative_path?: string | undefined;
|
|
24235
24235
|
}, {
|
|
24236
24236
|
name?: string | number | undefined;
|
|
24237
24237
|
stream?: string | undefined;
|
|
@@ -24256,8 +24256,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
24256
24256
|
relative_path?: string | undefined;
|
|
24257
24257
|
version_id?: string | undefined;
|
|
24258
24258
|
} | undefined;
|
|
24259
|
-
relative_path?: string | undefined;
|
|
24260
24259
|
content?: string | undefined;
|
|
24260
|
+
relative_path?: string | undefined;
|
|
24261
24261
|
}>, "many">>;
|
|
24262
24262
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
24263
24263
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -25029,8 +25029,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
25029
25029
|
relative_path?: string | undefined;
|
|
25030
25030
|
version_id?: string | undefined;
|
|
25031
25031
|
} | undefined;
|
|
25032
|
-
relative_path?: string | undefined;
|
|
25033
25032
|
content?: string | undefined;
|
|
25033
|
+
relative_path?: string | undefined;
|
|
25034
25034
|
}, {
|
|
25035
25035
|
name?: string | number | undefined;
|
|
25036
25036
|
stream?: string | undefined;
|
|
@@ -25055,8 +25055,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
25055
25055
|
relative_path?: string | undefined;
|
|
25056
25056
|
version_id?: string | undefined;
|
|
25057
25057
|
} | undefined;
|
|
25058
|
-
relative_path?: string | undefined;
|
|
25059
25058
|
content?: string | undefined;
|
|
25059
|
+
relative_path?: string | undefined;
|
|
25060
25060
|
}>, "many">>;
|
|
25061
25061
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
25062
25062
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -25828,8 +25828,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
25828
25828
|
relative_path?: string | undefined;
|
|
25829
25829
|
version_id?: string | undefined;
|
|
25830
25830
|
} | undefined;
|
|
25831
|
-
relative_path?: string | undefined;
|
|
25832
25831
|
content?: string | undefined;
|
|
25832
|
+
relative_path?: string | undefined;
|
|
25833
25833
|
}, {
|
|
25834
25834
|
name?: string | number | undefined;
|
|
25835
25835
|
stream?: string | undefined;
|
|
@@ -25854,8 +25854,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
25854
25854
|
relative_path?: string | undefined;
|
|
25855
25855
|
version_id?: string | undefined;
|
|
25856
25856
|
} | undefined;
|
|
25857
|
-
relative_path?: string | undefined;
|
|
25858
25857
|
content?: string | undefined;
|
|
25858
|
+
relative_path?: string | undefined;
|
|
25859
25859
|
}>, "many">>;
|
|
25860
25860
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
25861
25861
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -28723,8 +28723,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
28723
28723
|
relative_path?: string | undefined;
|
|
28724
28724
|
version_id?: string | undefined;
|
|
28725
28725
|
} | undefined;
|
|
28726
|
-
relative_path?: string | undefined;
|
|
28727
28726
|
content?: string | undefined;
|
|
28727
|
+
relative_path?: string | undefined;
|
|
28728
28728
|
}, {
|
|
28729
28729
|
name?: string | number | undefined;
|
|
28730
28730
|
stream?: string | undefined;
|
|
@@ -28749,8 +28749,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
28749
28749
|
relative_path?: string | undefined;
|
|
28750
28750
|
version_id?: string | undefined;
|
|
28751
28751
|
} | undefined;
|
|
28752
|
-
relative_path?: string | undefined;
|
|
28753
28752
|
content?: string | undefined;
|
|
28753
|
+
relative_path?: string | undefined;
|
|
28754
28754
|
}>, "many">>;
|
|
28755
28755
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
28756
28756
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -29522,8 +29522,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
29522
29522
|
relative_path?: string | undefined;
|
|
29523
29523
|
version_id?: string | undefined;
|
|
29524
29524
|
} | undefined;
|
|
29525
|
-
relative_path?: string | undefined;
|
|
29526
29525
|
content?: string | undefined;
|
|
29526
|
+
relative_path?: string | undefined;
|
|
29527
29527
|
}, {
|
|
29528
29528
|
name?: string | number | undefined;
|
|
29529
29529
|
stream?: string | undefined;
|
|
@@ -29548,8 +29548,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
29548
29548
|
relative_path?: string | undefined;
|
|
29549
29549
|
version_id?: string | undefined;
|
|
29550
29550
|
} | undefined;
|
|
29551
|
-
relative_path?: string | undefined;
|
|
29552
29551
|
content?: string | undefined;
|
|
29552
|
+
relative_path?: string | undefined;
|
|
29553
29553
|
}>, "many">>;
|
|
29554
29554
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
29555
29555
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -30321,8 +30321,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
30321
30321
|
relative_path?: string | undefined;
|
|
30322
30322
|
version_id?: string | undefined;
|
|
30323
30323
|
} | undefined;
|
|
30324
|
-
relative_path?: string | undefined;
|
|
30325
30324
|
content?: string | undefined;
|
|
30325
|
+
relative_path?: string | undefined;
|
|
30326
30326
|
}, {
|
|
30327
30327
|
name?: string | number | undefined;
|
|
30328
30328
|
stream?: string | undefined;
|
|
@@ -30347,8 +30347,8 @@ export declare const assemblyStatusBusySchema: z.ZodObject<{
|
|
|
30347
30347
|
relative_path?: string | undefined;
|
|
30348
30348
|
version_id?: string | undefined;
|
|
30349
30349
|
} | undefined;
|
|
30350
|
-
relative_path?: string | undefined;
|
|
30351
30350
|
content?: string | undefined;
|
|
30351
|
+
relative_path?: string | undefined;
|
|
30352
30352
|
}>, "many">>;
|
|
30353
30353
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
30354
30354
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -33215,8 +33215,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
33215
33215
|
relative_path?: string | undefined;
|
|
33216
33216
|
version_id?: string | undefined;
|
|
33217
33217
|
} | undefined;
|
|
33218
|
-
relative_path?: string | undefined;
|
|
33219
33218
|
content?: string | undefined;
|
|
33219
|
+
relative_path?: string | undefined;
|
|
33220
33220
|
}, {
|
|
33221
33221
|
name?: string | number | undefined;
|
|
33222
33222
|
stream?: string | undefined;
|
|
@@ -33241,8 +33241,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
33241
33241
|
relative_path?: string | undefined;
|
|
33242
33242
|
version_id?: string | undefined;
|
|
33243
33243
|
} | undefined;
|
|
33244
|
-
relative_path?: string | undefined;
|
|
33245
33244
|
content?: string | undefined;
|
|
33245
|
+
relative_path?: string | undefined;
|
|
33246
33246
|
}>, "many">>;
|
|
33247
33247
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
33248
33248
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -34014,8 +34014,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
34014
34014
|
relative_path?: string | undefined;
|
|
34015
34015
|
version_id?: string | undefined;
|
|
34016
34016
|
} | undefined;
|
|
34017
|
-
relative_path?: string | undefined;
|
|
34018
34017
|
content?: string | undefined;
|
|
34018
|
+
relative_path?: string | undefined;
|
|
34019
34019
|
}, {
|
|
34020
34020
|
name?: string | number | undefined;
|
|
34021
34021
|
stream?: string | undefined;
|
|
@@ -34040,8 +34040,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
34040
34040
|
relative_path?: string | undefined;
|
|
34041
34041
|
version_id?: string | undefined;
|
|
34042
34042
|
} | undefined;
|
|
34043
|
-
relative_path?: string | undefined;
|
|
34044
34043
|
content?: string | undefined;
|
|
34044
|
+
relative_path?: string | undefined;
|
|
34045
34045
|
}>, "many">>;
|
|
34046
34046
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
34047
34047
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -34813,8 +34813,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
34813
34813
|
relative_path?: string | undefined;
|
|
34814
34814
|
version_id?: string | undefined;
|
|
34815
34815
|
} | undefined;
|
|
34816
|
-
relative_path?: string | undefined;
|
|
34817
34816
|
content?: string | undefined;
|
|
34817
|
+
relative_path?: string | undefined;
|
|
34818
34818
|
}, {
|
|
34819
34819
|
name?: string | number | undefined;
|
|
34820
34820
|
stream?: string | undefined;
|
|
@@ -34839,8 +34839,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
34839
34839
|
relative_path?: string | undefined;
|
|
34840
34840
|
version_id?: string | undefined;
|
|
34841
34841
|
} | undefined;
|
|
34842
|
-
relative_path?: string | undefined;
|
|
34843
34842
|
content?: string | undefined;
|
|
34843
|
+
relative_path?: string | undefined;
|
|
34844
34844
|
}>, "many">>;
|
|
34845
34845
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
34846
34846
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -37708,8 +37708,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
37708
37708
|
relative_path?: string | undefined;
|
|
37709
37709
|
version_id?: string | undefined;
|
|
37710
37710
|
} | undefined;
|
|
37711
|
-
relative_path?: string | undefined;
|
|
37712
37711
|
content?: string | undefined;
|
|
37712
|
+
relative_path?: string | undefined;
|
|
37713
37713
|
}, {
|
|
37714
37714
|
name?: string | number | undefined;
|
|
37715
37715
|
stream?: string | undefined;
|
|
@@ -37734,8 +37734,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
37734
37734
|
relative_path?: string | undefined;
|
|
37735
37735
|
version_id?: string | undefined;
|
|
37736
37736
|
} | undefined;
|
|
37737
|
-
relative_path?: string | undefined;
|
|
37738
37737
|
content?: string | undefined;
|
|
37738
|
+
relative_path?: string | undefined;
|
|
37739
37739
|
}>, "many">>;
|
|
37740
37740
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
37741
37741
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -38507,8 +38507,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
38507
38507
|
relative_path?: string | undefined;
|
|
38508
38508
|
version_id?: string | undefined;
|
|
38509
38509
|
} | undefined;
|
|
38510
|
-
relative_path?: string | undefined;
|
|
38511
38510
|
content?: string | undefined;
|
|
38511
|
+
relative_path?: string | undefined;
|
|
38512
38512
|
}, {
|
|
38513
38513
|
name?: string | number | undefined;
|
|
38514
38514
|
stream?: string | undefined;
|
|
@@ -38533,8 +38533,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
38533
38533
|
relative_path?: string | undefined;
|
|
38534
38534
|
version_id?: string | undefined;
|
|
38535
38535
|
} | undefined;
|
|
38536
|
-
relative_path?: string | undefined;
|
|
38537
38536
|
content?: string | undefined;
|
|
38537
|
+
relative_path?: string | undefined;
|
|
38538
38538
|
}>, "many">>;
|
|
38539
38539
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
38540
38540
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -39306,8 +39306,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
39306
39306
|
relative_path?: string | undefined;
|
|
39307
39307
|
version_id?: string | undefined;
|
|
39308
39308
|
} | undefined;
|
|
39309
|
-
relative_path?: string | undefined;
|
|
39310
39309
|
content?: string | undefined;
|
|
39310
|
+
relative_path?: string | undefined;
|
|
39311
39311
|
}, {
|
|
39312
39312
|
name?: string | number | undefined;
|
|
39313
39313
|
stream?: string | undefined;
|
|
@@ -39332,8 +39332,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
39332
39332
|
relative_path?: string | undefined;
|
|
39333
39333
|
version_id?: string | undefined;
|
|
39334
39334
|
} | undefined;
|
|
39335
|
-
relative_path?: string | undefined;
|
|
39336
39335
|
content?: string | undefined;
|
|
39336
|
+
relative_path?: string | undefined;
|
|
39337
39337
|
}>, "many">>;
|
|
39338
39338
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
39339
39339
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -42201,8 +42201,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
42201
42201
|
relative_path?: string | undefined;
|
|
42202
42202
|
version_id?: string | undefined;
|
|
42203
42203
|
} | undefined;
|
|
42204
|
-
relative_path?: string | undefined;
|
|
42205
42204
|
content?: string | undefined;
|
|
42205
|
+
relative_path?: string | undefined;
|
|
42206
42206
|
}, {
|
|
42207
42207
|
name?: string | number | undefined;
|
|
42208
42208
|
stream?: string | undefined;
|
|
@@ -42227,8 +42227,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
42227
42227
|
relative_path?: string | undefined;
|
|
42228
42228
|
version_id?: string | undefined;
|
|
42229
42229
|
} | undefined;
|
|
42230
|
-
relative_path?: string | undefined;
|
|
42231
42230
|
content?: string | undefined;
|
|
42231
|
+
relative_path?: string | undefined;
|
|
42232
42232
|
}>, "many">>;
|
|
42233
42233
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
42234
42234
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -43000,8 +43000,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
43000
43000
|
relative_path?: string | undefined;
|
|
43001
43001
|
version_id?: string | undefined;
|
|
43002
43002
|
} | undefined;
|
|
43003
|
-
relative_path?: string | undefined;
|
|
43004
43003
|
content?: string | undefined;
|
|
43004
|
+
relative_path?: string | undefined;
|
|
43005
43005
|
}, {
|
|
43006
43006
|
name?: string | number | undefined;
|
|
43007
43007
|
stream?: string | undefined;
|
|
@@ -43026,8 +43026,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
43026
43026
|
relative_path?: string | undefined;
|
|
43027
43027
|
version_id?: string | undefined;
|
|
43028
43028
|
} | undefined;
|
|
43029
|
-
relative_path?: string | undefined;
|
|
43030
43029
|
content?: string | undefined;
|
|
43030
|
+
relative_path?: string | undefined;
|
|
43031
43031
|
}>, "many">>;
|
|
43032
43032
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
43033
43033
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -43799,8 +43799,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
43799
43799
|
relative_path?: string | undefined;
|
|
43800
43800
|
version_id?: string | undefined;
|
|
43801
43801
|
} | undefined;
|
|
43802
|
-
relative_path?: string | undefined;
|
|
43803
43802
|
content?: string | undefined;
|
|
43803
|
+
relative_path?: string | undefined;
|
|
43804
43804
|
}, {
|
|
43805
43805
|
name?: string | number | undefined;
|
|
43806
43806
|
stream?: string | undefined;
|
|
@@ -43825,8 +43825,8 @@ export declare const assemblyStatusOkSchema: z.ZodObject<{
|
|
|
43825
43825
|
relative_path?: string | undefined;
|
|
43826
43826
|
version_id?: string | undefined;
|
|
43827
43827
|
} | undefined;
|
|
43828
|
-
relative_path?: string | undefined;
|
|
43829
43828
|
content?: string | undefined;
|
|
43829
|
+
relative_path?: string | undefined;
|
|
43830
43830
|
}>, "many">>;
|
|
43831
43831
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
43832
43832
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -46693,8 +46693,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
46693
46693
|
relative_path?: string | undefined;
|
|
46694
46694
|
version_id?: string | undefined;
|
|
46695
46695
|
} | undefined;
|
|
46696
|
-
relative_path?: string | undefined;
|
|
46697
46696
|
content?: string | undefined;
|
|
46697
|
+
relative_path?: string | undefined;
|
|
46698
46698
|
}, {
|
|
46699
46699
|
name?: string | number | undefined;
|
|
46700
46700
|
stream?: string | undefined;
|
|
@@ -46719,8 +46719,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
46719
46719
|
relative_path?: string | undefined;
|
|
46720
46720
|
version_id?: string | undefined;
|
|
46721
46721
|
} | undefined;
|
|
46722
|
-
relative_path?: string | undefined;
|
|
46723
46722
|
content?: string | undefined;
|
|
46723
|
+
relative_path?: string | undefined;
|
|
46724
46724
|
}>, "many">>;
|
|
46725
46725
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
46726
46726
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -47492,8 +47492,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
47492
47492
|
relative_path?: string | undefined;
|
|
47493
47493
|
version_id?: string | undefined;
|
|
47494
47494
|
} | undefined;
|
|
47495
|
-
relative_path?: string | undefined;
|
|
47496
47495
|
content?: string | undefined;
|
|
47496
|
+
relative_path?: string | undefined;
|
|
47497
47497
|
}, {
|
|
47498
47498
|
name?: string | number | undefined;
|
|
47499
47499
|
stream?: string | undefined;
|
|
@@ -47518,8 +47518,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
47518
47518
|
relative_path?: string | undefined;
|
|
47519
47519
|
version_id?: string | undefined;
|
|
47520
47520
|
} | undefined;
|
|
47521
|
-
relative_path?: string | undefined;
|
|
47522
47521
|
content?: string | undefined;
|
|
47522
|
+
relative_path?: string | undefined;
|
|
47523
47523
|
}>, "many">>;
|
|
47524
47524
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
47525
47525
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -48291,8 +48291,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
48291
48291
|
relative_path?: string | undefined;
|
|
48292
48292
|
version_id?: string | undefined;
|
|
48293
48293
|
} | undefined;
|
|
48294
|
-
relative_path?: string | undefined;
|
|
48295
48294
|
content?: string | undefined;
|
|
48295
|
+
relative_path?: string | undefined;
|
|
48296
48296
|
}, {
|
|
48297
48297
|
name?: string | number | undefined;
|
|
48298
48298
|
stream?: string | undefined;
|
|
@@ -48317,8 +48317,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
48317
48317
|
relative_path?: string | undefined;
|
|
48318
48318
|
version_id?: string | undefined;
|
|
48319
48319
|
} | undefined;
|
|
48320
|
-
relative_path?: string | undefined;
|
|
48321
48320
|
content?: string | undefined;
|
|
48321
|
+
relative_path?: string | undefined;
|
|
48322
48322
|
}>, "many">>;
|
|
48323
48323
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
48324
48324
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -51198,8 +51198,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
51198
51198
|
relative_path?: string | undefined;
|
|
51199
51199
|
version_id?: string | undefined;
|
|
51200
51200
|
} | undefined;
|
|
51201
|
-
relative_path?: string | undefined;
|
|
51202
51201
|
content?: string | undefined;
|
|
51202
|
+
relative_path?: string | undefined;
|
|
51203
51203
|
}, {
|
|
51204
51204
|
name?: string | number | undefined;
|
|
51205
51205
|
stream?: string | undefined;
|
|
@@ -51224,8 +51224,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
51224
51224
|
relative_path?: string | undefined;
|
|
51225
51225
|
version_id?: string | undefined;
|
|
51226
51226
|
} | undefined;
|
|
51227
|
-
relative_path?: string | undefined;
|
|
51228
51227
|
content?: string | undefined;
|
|
51228
|
+
relative_path?: string | undefined;
|
|
51229
51229
|
}>, "many">>;
|
|
51230
51230
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
51231
51231
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -51997,8 +51997,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
51997
51997
|
relative_path?: string | undefined;
|
|
51998
51998
|
version_id?: string | undefined;
|
|
51999
51999
|
} | undefined;
|
|
52000
|
-
relative_path?: string | undefined;
|
|
52001
52000
|
content?: string | undefined;
|
|
52001
|
+
relative_path?: string | undefined;
|
|
52002
52002
|
}, {
|
|
52003
52003
|
name?: string | number | undefined;
|
|
52004
52004
|
stream?: string | undefined;
|
|
@@ -52023,8 +52023,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
52023
52023
|
relative_path?: string | undefined;
|
|
52024
52024
|
version_id?: string | undefined;
|
|
52025
52025
|
} | undefined;
|
|
52026
|
-
relative_path?: string | undefined;
|
|
52027
52026
|
content?: string | undefined;
|
|
52027
|
+
relative_path?: string | undefined;
|
|
52028
52028
|
}>, "many">>;
|
|
52029
52029
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
52030
52030
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -52796,8 +52796,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
52796
52796
|
relative_path?: string | undefined;
|
|
52797
52797
|
version_id?: string | undefined;
|
|
52798
52798
|
} | undefined;
|
|
52799
|
-
relative_path?: string | undefined;
|
|
52800
52799
|
content?: string | undefined;
|
|
52800
|
+
relative_path?: string | undefined;
|
|
52801
52801
|
}, {
|
|
52802
52802
|
name?: string | number | undefined;
|
|
52803
52803
|
stream?: string | undefined;
|
|
@@ -52822,8 +52822,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
52822
52822
|
relative_path?: string | undefined;
|
|
52823
52823
|
version_id?: string | undefined;
|
|
52824
52824
|
} | undefined;
|
|
52825
|
-
relative_path?: string | undefined;
|
|
52826
52825
|
content?: string | undefined;
|
|
52826
|
+
relative_path?: string | undefined;
|
|
52827
52827
|
}>, "many">>;
|
|
52828
52828
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
52829
52829
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -55703,8 +55703,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
55703
55703
|
relative_path?: string | undefined;
|
|
55704
55704
|
version_id?: string | undefined;
|
|
55705
55705
|
} | undefined;
|
|
55706
|
-
relative_path?: string | undefined;
|
|
55707
55706
|
content?: string | undefined;
|
|
55707
|
+
relative_path?: string | undefined;
|
|
55708
55708
|
}, {
|
|
55709
55709
|
name?: string | number | undefined;
|
|
55710
55710
|
stream?: string | undefined;
|
|
@@ -55729,8 +55729,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
55729
55729
|
relative_path?: string | undefined;
|
|
55730
55730
|
version_id?: string | undefined;
|
|
55731
55731
|
} | undefined;
|
|
55732
|
-
relative_path?: string | undefined;
|
|
55733
55732
|
content?: string | undefined;
|
|
55733
|
+
relative_path?: string | undefined;
|
|
55734
55734
|
}>, "many">>;
|
|
55735
55735
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
55736
55736
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -56502,8 +56502,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
56502
56502
|
relative_path?: string | undefined;
|
|
56503
56503
|
version_id?: string | undefined;
|
|
56504
56504
|
} | undefined;
|
|
56505
|
-
relative_path?: string | undefined;
|
|
56506
56505
|
content?: string | undefined;
|
|
56506
|
+
relative_path?: string | undefined;
|
|
56507
56507
|
}, {
|
|
56508
56508
|
name?: string | number | undefined;
|
|
56509
56509
|
stream?: string | undefined;
|
|
@@ -56528,8 +56528,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
56528
56528
|
relative_path?: string | undefined;
|
|
56529
56529
|
version_id?: string | undefined;
|
|
56530
56530
|
} | undefined;
|
|
56531
|
-
relative_path?: string | undefined;
|
|
56532
56531
|
content?: string | undefined;
|
|
56532
|
+
relative_path?: string | undefined;
|
|
56533
56533
|
}>, "many">>;
|
|
56534
56534
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
56535
56535
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -57301,8 +57301,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
57301
57301
|
relative_path?: string | undefined;
|
|
57302
57302
|
version_id?: string | undefined;
|
|
57303
57303
|
} | undefined;
|
|
57304
|
-
relative_path?: string | undefined;
|
|
57305
57304
|
content?: string | undefined;
|
|
57305
|
+
relative_path?: string | undefined;
|
|
57306
57306
|
}, {
|
|
57307
57307
|
name?: string | number | undefined;
|
|
57308
57308
|
stream?: string | undefined;
|
|
@@ -57327,8 +57327,8 @@ export declare const assemblyStatusErrSchema: z.ZodObject<{
|
|
|
57327
57327
|
relative_path?: string | undefined;
|
|
57328
57328
|
version_id?: string | undefined;
|
|
57329
57329
|
} | undefined;
|
|
57330
|
-
relative_path?: string | undefined;
|
|
57331
57330
|
content?: string | undefined;
|
|
57331
|
+
relative_path?: string | undefined;
|
|
57332
57332
|
}>, "many">>;
|
|
57333
57333
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
57334
57334
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -60211,8 +60211,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
60211
60211
|
relative_path?: string | undefined;
|
|
60212
60212
|
version_id?: string | undefined;
|
|
60213
60213
|
} | undefined;
|
|
60214
|
-
relative_path?: string | undefined;
|
|
60215
60214
|
content?: string | undefined;
|
|
60215
|
+
relative_path?: string | undefined;
|
|
60216
60216
|
}, {
|
|
60217
60217
|
name?: string | number | undefined;
|
|
60218
60218
|
stream?: string | undefined;
|
|
@@ -60237,8 +60237,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
60237
60237
|
relative_path?: string | undefined;
|
|
60238
60238
|
version_id?: string | undefined;
|
|
60239
60239
|
} | undefined;
|
|
60240
|
-
relative_path?: string | undefined;
|
|
60241
60240
|
content?: string | undefined;
|
|
60241
|
+
relative_path?: string | undefined;
|
|
60242
60242
|
}>, "many">>;
|
|
60243
60243
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
60244
60244
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -61010,8 +61010,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
61010
61010
|
relative_path?: string | undefined;
|
|
61011
61011
|
version_id?: string | undefined;
|
|
61012
61012
|
} | undefined;
|
|
61013
|
-
relative_path?: string | undefined;
|
|
61014
61013
|
content?: string | undefined;
|
|
61014
|
+
relative_path?: string | undefined;
|
|
61015
61015
|
}, {
|
|
61016
61016
|
name?: string | number | undefined;
|
|
61017
61017
|
stream?: string | undefined;
|
|
@@ -61036,8 +61036,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
61036
61036
|
relative_path?: string | undefined;
|
|
61037
61037
|
version_id?: string | undefined;
|
|
61038
61038
|
} | undefined;
|
|
61039
|
-
relative_path?: string | undefined;
|
|
61040
61039
|
content?: string | undefined;
|
|
61040
|
+
relative_path?: string | undefined;
|
|
61041
61041
|
}>, "many">>;
|
|
61042
61042
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
61043
61043
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -61809,8 +61809,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
61809
61809
|
relative_path?: string | undefined;
|
|
61810
61810
|
version_id?: string | undefined;
|
|
61811
61811
|
} | undefined;
|
|
61812
|
-
relative_path?: string | undefined;
|
|
61813
61812
|
content?: string | undefined;
|
|
61813
|
+
relative_path?: string | undefined;
|
|
61814
61814
|
}, {
|
|
61815
61815
|
name?: string | number | undefined;
|
|
61816
61816
|
stream?: string | undefined;
|
|
@@ -61835,8 +61835,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
61835
61835
|
relative_path?: string | undefined;
|
|
61836
61836
|
version_id?: string | undefined;
|
|
61837
61837
|
} | undefined;
|
|
61838
|
-
relative_path?: string | undefined;
|
|
61839
61838
|
content?: string | undefined;
|
|
61839
|
+
relative_path?: string | undefined;
|
|
61840
61840
|
}>, "many">>;
|
|
61841
61841
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
61842
61842
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -64707,8 +64707,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
64707
64707
|
relative_path?: string | undefined;
|
|
64708
64708
|
version_id?: string | undefined;
|
|
64709
64709
|
} | undefined;
|
|
64710
|
-
relative_path?: string | undefined;
|
|
64711
64710
|
content?: string | undefined;
|
|
64711
|
+
relative_path?: string | undefined;
|
|
64712
64712
|
}, {
|
|
64713
64713
|
name?: string | number | undefined;
|
|
64714
64714
|
stream?: string | undefined;
|
|
@@ -64733,8 +64733,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
64733
64733
|
relative_path?: string | undefined;
|
|
64734
64734
|
version_id?: string | undefined;
|
|
64735
64735
|
} | undefined;
|
|
64736
|
-
relative_path?: string | undefined;
|
|
64737
64736
|
content?: string | undefined;
|
|
64737
|
+
relative_path?: string | undefined;
|
|
64738
64738
|
}>, "many">>;
|
|
64739
64739
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
64740
64740
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -65506,8 +65506,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
65506
65506
|
relative_path?: string | undefined;
|
|
65507
65507
|
version_id?: string | undefined;
|
|
65508
65508
|
} | undefined;
|
|
65509
|
-
relative_path?: string | undefined;
|
|
65510
65509
|
content?: string | undefined;
|
|
65510
|
+
relative_path?: string | undefined;
|
|
65511
65511
|
}, {
|
|
65512
65512
|
name?: string | number | undefined;
|
|
65513
65513
|
stream?: string | undefined;
|
|
@@ -65532,8 +65532,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
65532
65532
|
relative_path?: string | undefined;
|
|
65533
65533
|
version_id?: string | undefined;
|
|
65534
65534
|
} | undefined;
|
|
65535
|
-
relative_path?: string | undefined;
|
|
65536
65535
|
content?: string | undefined;
|
|
65536
|
+
relative_path?: string | undefined;
|
|
65537
65537
|
}>, "many">>;
|
|
65538
65538
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
65539
65539
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -66305,8 +66305,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
66305
66305
|
relative_path?: string | undefined;
|
|
66306
66306
|
version_id?: string | undefined;
|
|
66307
66307
|
} | undefined;
|
|
66308
|
-
relative_path?: string | undefined;
|
|
66309
66308
|
content?: string | undefined;
|
|
66309
|
+
relative_path?: string | undefined;
|
|
66310
66310
|
}, {
|
|
66311
66311
|
name?: string | number | undefined;
|
|
66312
66312
|
stream?: string | undefined;
|
|
@@ -66331,8 +66331,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
66331
66331
|
relative_path?: string | undefined;
|
|
66332
66332
|
version_id?: string | undefined;
|
|
66333
66333
|
} | undefined;
|
|
66334
|
-
relative_path?: string | undefined;
|
|
66335
66334
|
content?: string | undefined;
|
|
66335
|
+
relative_path?: string | undefined;
|
|
66336
66336
|
}>, "many">>;
|
|
66337
66337
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
66338
66338
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -69203,8 +69203,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
69203
69203
|
relative_path?: string | undefined;
|
|
69204
69204
|
version_id?: string | undefined;
|
|
69205
69205
|
} | undefined;
|
|
69206
|
-
relative_path?: string | undefined;
|
|
69207
69206
|
content?: string | undefined;
|
|
69207
|
+
relative_path?: string | undefined;
|
|
69208
69208
|
}, {
|
|
69209
69209
|
name?: string | number | undefined;
|
|
69210
69210
|
stream?: string | undefined;
|
|
@@ -69229,8 +69229,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
69229
69229
|
relative_path?: string | undefined;
|
|
69230
69230
|
version_id?: string | undefined;
|
|
69231
69231
|
} | undefined;
|
|
69232
|
-
relative_path?: string | undefined;
|
|
69233
69232
|
content?: string | undefined;
|
|
69233
|
+
relative_path?: string | undefined;
|
|
69234
69234
|
}>, "many">>;
|
|
69235
69235
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
69236
69236
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -70002,8 +70002,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
70002
70002
|
relative_path?: string | undefined;
|
|
70003
70003
|
version_id?: string | undefined;
|
|
70004
70004
|
} | undefined;
|
|
70005
|
-
relative_path?: string | undefined;
|
|
70006
70005
|
content?: string | undefined;
|
|
70006
|
+
relative_path?: string | undefined;
|
|
70007
70007
|
}, {
|
|
70008
70008
|
name?: string | number | undefined;
|
|
70009
70009
|
stream?: string | undefined;
|
|
@@ -70028,8 +70028,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
70028
70028
|
relative_path?: string | undefined;
|
|
70029
70029
|
version_id?: string | undefined;
|
|
70030
70030
|
} | undefined;
|
|
70031
|
-
relative_path?: string | undefined;
|
|
70032
70031
|
content?: string | undefined;
|
|
70032
|
+
relative_path?: string | undefined;
|
|
70033
70033
|
}>, "many">>;
|
|
70034
70034
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
70035
70035
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|
|
@@ -70801,8 +70801,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
70801
70801
|
relative_path?: string | undefined;
|
|
70802
70802
|
version_id?: string | undefined;
|
|
70803
70803
|
} | undefined;
|
|
70804
|
-
relative_path?: string | undefined;
|
|
70805
70804
|
content?: string | undefined;
|
|
70805
|
+
relative_path?: string | undefined;
|
|
70806
70806
|
}, {
|
|
70807
70807
|
name?: string | number | undefined;
|
|
70808
70808
|
stream?: string | undefined;
|
|
@@ -70827,8 +70827,8 @@ export declare const assemblyStatusSysErrSchema: z.ZodObject<{
|
|
|
70827
70827
|
relative_path?: string | undefined;
|
|
70828
70828
|
version_id?: string | undefined;
|
|
70829
70829
|
} | undefined;
|
|
70830
|
-
relative_path?: string | undefined;
|
|
70831
70830
|
content?: string | undefined;
|
|
70831
|
+
relative_path?: string | undefined;
|
|
70832
70832
|
}>, "many">>;
|
|
70833
70833
|
hls_url: z.ZodOptional<z.ZodString>;
|
|
70834
70834
|
forcedFileExt: z.ZodOptional<z.ZodString>;
|