camstreamerlib 4.0.0-beta.161 → 4.0.0-beta.162
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/cjs/CamStreamerAPI.d.ts +40 -0
- package/cjs/internal/convertors.js +1 -1
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
- package/esm/internal/convertors.js +1 -1
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +40 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +340 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +7 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +119 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +7 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +7 -0
|
@@ -193,10 +193,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
193
193
|
internalVapixParameters: string;
|
|
194
194
|
}>, z.ZodObject<{
|
|
195
195
|
type: z.ZodLiteral<"CSw">;
|
|
196
|
+
internalVapixParameters: z.ZodString;
|
|
196
197
|
}, "strip", z.ZodTypeAny, {
|
|
197
198
|
type: "CSw";
|
|
199
|
+
internalVapixParameters: string;
|
|
198
200
|
}, {
|
|
199
201
|
type: "CSw";
|
|
202
|
+
internalVapixParameters: string;
|
|
200
203
|
}>, z.ZodObject<{
|
|
201
204
|
type: z.ZodLiteral<"CRS">;
|
|
202
205
|
internalVapixParameters: z.ZodString;
|
|
@@ -237,6 +240,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
237
240
|
internalVapixParameters: string;
|
|
238
241
|
} | {
|
|
239
242
|
type: "CSw";
|
|
243
|
+
internalVapixParameters: string;
|
|
240
244
|
} | {
|
|
241
245
|
type: "CRS";
|
|
242
246
|
internalVapixParameters: string;
|
|
@@ -269,6 +273,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
269
273
|
internalVapixParameters: string;
|
|
270
274
|
} | {
|
|
271
275
|
type: "CSw";
|
|
276
|
+
internalVapixParameters: string;
|
|
272
277
|
} | {
|
|
273
278
|
type: "CRS";
|
|
274
279
|
internalVapixParameters: string;
|
|
@@ -428,6 +433,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
428
433
|
internalVapixParameters: string;
|
|
429
434
|
} | {
|
|
430
435
|
type: "CSw";
|
|
436
|
+
internalVapixParameters: string;
|
|
431
437
|
} | {
|
|
432
438
|
type: "CRS";
|
|
433
439
|
internalVapixParameters: string;
|
|
@@ -523,6 +529,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
523
529
|
internalVapixParameters: string;
|
|
524
530
|
} | {
|
|
525
531
|
type: "CSw";
|
|
532
|
+
internalVapixParameters: string;
|
|
526
533
|
} | {
|
|
527
534
|
type: "CRS";
|
|
528
535
|
internalVapixParameters: string;
|
|
@@ -741,10 +748,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
741
748
|
internalVapixParameters: string;
|
|
742
749
|
}>, z.ZodObject<{
|
|
743
750
|
type: z.ZodLiteral<"CSw">;
|
|
751
|
+
internalVapixParameters: z.ZodString;
|
|
744
752
|
}, "strip", z.ZodTypeAny, {
|
|
745
753
|
type: "CSw";
|
|
754
|
+
internalVapixParameters: string;
|
|
746
755
|
}, {
|
|
747
756
|
type: "CSw";
|
|
757
|
+
internalVapixParameters: string;
|
|
748
758
|
}>, z.ZodObject<{
|
|
749
759
|
type: z.ZodLiteral<"CRS">;
|
|
750
760
|
internalVapixParameters: z.ZodString;
|
|
@@ -785,6 +795,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
785
795
|
internalVapixParameters: string;
|
|
786
796
|
} | {
|
|
787
797
|
type: "CSw";
|
|
798
|
+
internalVapixParameters: string;
|
|
788
799
|
} | {
|
|
789
800
|
type: "CRS";
|
|
790
801
|
internalVapixParameters: string;
|
|
@@ -817,6 +828,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
817
828
|
internalVapixParameters: string;
|
|
818
829
|
} | {
|
|
819
830
|
type: "CSw";
|
|
831
|
+
internalVapixParameters: string;
|
|
820
832
|
} | {
|
|
821
833
|
type: "CRS";
|
|
822
834
|
internalVapixParameters: string;
|
|
@@ -947,6 +959,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
947
959
|
internalVapixParameters: string;
|
|
948
960
|
} | {
|
|
949
961
|
type: "CSw";
|
|
962
|
+
internalVapixParameters: string;
|
|
950
963
|
} | {
|
|
951
964
|
type: "CRS";
|
|
952
965
|
internalVapixParameters: string;
|
|
@@ -1032,6 +1045,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1032
1045
|
internalVapixParameters: string;
|
|
1033
1046
|
} | {
|
|
1034
1047
|
type: "CSw";
|
|
1048
|
+
internalVapixParameters: string;
|
|
1035
1049
|
} | {
|
|
1036
1050
|
type: "CRS";
|
|
1037
1051
|
internalVapixParameters: string;
|
|
@@ -1247,10 +1261,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1247
1261
|
internalVapixParameters: string;
|
|
1248
1262
|
}>, z.ZodObject<{
|
|
1249
1263
|
type: z.ZodLiteral<"CSw">;
|
|
1264
|
+
internalVapixParameters: z.ZodString;
|
|
1250
1265
|
}, "strip", z.ZodTypeAny, {
|
|
1251
1266
|
type: "CSw";
|
|
1267
|
+
internalVapixParameters: string;
|
|
1252
1268
|
}, {
|
|
1253
1269
|
type: "CSw";
|
|
1270
|
+
internalVapixParameters: string;
|
|
1254
1271
|
}>, z.ZodObject<{
|
|
1255
1272
|
type: z.ZodLiteral<"CRS">;
|
|
1256
1273
|
internalVapixParameters: z.ZodString;
|
|
@@ -1291,6 +1308,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1291
1308
|
internalVapixParameters: string;
|
|
1292
1309
|
} | {
|
|
1293
1310
|
type: "CSw";
|
|
1311
|
+
internalVapixParameters: string;
|
|
1294
1312
|
} | {
|
|
1295
1313
|
type: "CRS";
|
|
1296
1314
|
internalVapixParameters: string;
|
|
@@ -1323,6 +1341,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1323
1341
|
internalVapixParameters: string;
|
|
1324
1342
|
} | {
|
|
1325
1343
|
type: "CSw";
|
|
1344
|
+
internalVapixParameters: string;
|
|
1326
1345
|
} | {
|
|
1327
1346
|
type: "CRS";
|
|
1328
1347
|
internalVapixParameters: string;
|
|
@@ -1453,6 +1472,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1453
1472
|
internalVapixParameters: string;
|
|
1454
1473
|
} | {
|
|
1455
1474
|
type: "CSw";
|
|
1475
|
+
internalVapixParameters: string;
|
|
1456
1476
|
} | {
|
|
1457
1477
|
type: "CRS";
|
|
1458
1478
|
internalVapixParameters: string;
|
|
@@ -1538,6 +1558,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1538
1558
|
internalVapixParameters: string;
|
|
1539
1559
|
} | {
|
|
1540
1560
|
type: "CSw";
|
|
1561
|
+
internalVapixParameters: string;
|
|
1541
1562
|
} | {
|
|
1542
1563
|
type: "CRS";
|
|
1543
1564
|
internalVapixParameters: string;
|
|
@@ -1753,10 +1774,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1753
1774
|
internalVapixParameters: string;
|
|
1754
1775
|
}>, z.ZodObject<{
|
|
1755
1776
|
type: z.ZodLiteral<"CSw">;
|
|
1777
|
+
internalVapixParameters: z.ZodString;
|
|
1756
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1757
1779
|
type: "CSw";
|
|
1780
|
+
internalVapixParameters: string;
|
|
1758
1781
|
}, {
|
|
1759
1782
|
type: "CSw";
|
|
1783
|
+
internalVapixParameters: string;
|
|
1760
1784
|
}>, z.ZodObject<{
|
|
1761
1785
|
type: z.ZodLiteral<"CRS">;
|
|
1762
1786
|
internalVapixParameters: z.ZodString;
|
|
@@ -1797,6 +1821,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1797
1821
|
internalVapixParameters: string;
|
|
1798
1822
|
} | {
|
|
1799
1823
|
type: "CSw";
|
|
1824
|
+
internalVapixParameters: string;
|
|
1800
1825
|
} | {
|
|
1801
1826
|
type: "CRS";
|
|
1802
1827
|
internalVapixParameters: string;
|
|
@@ -1829,6 +1854,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1829
1854
|
internalVapixParameters: string;
|
|
1830
1855
|
} | {
|
|
1831
1856
|
type: "CSw";
|
|
1857
|
+
internalVapixParameters: string;
|
|
1832
1858
|
} | {
|
|
1833
1859
|
type: "CRS";
|
|
1834
1860
|
internalVapixParameters: string;
|
|
@@ -1959,6 +1985,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1959
1985
|
internalVapixParameters: string;
|
|
1960
1986
|
} | {
|
|
1961
1987
|
type: "CSw";
|
|
1988
|
+
internalVapixParameters: string;
|
|
1962
1989
|
} | {
|
|
1963
1990
|
type: "CRS";
|
|
1964
1991
|
internalVapixParameters: string;
|
|
@@ -2044,6 +2071,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2044
2071
|
internalVapixParameters: string;
|
|
2045
2072
|
} | {
|
|
2046
2073
|
type: "CSw";
|
|
2074
|
+
internalVapixParameters: string;
|
|
2047
2075
|
} | {
|
|
2048
2076
|
type: "CRS";
|
|
2049
2077
|
internalVapixParameters: string;
|
|
@@ -2259,10 +2287,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2259
2287
|
internalVapixParameters: string;
|
|
2260
2288
|
}>, z.ZodObject<{
|
|
2261
2289
|
type: z.ZodLiteral<"CSw">;
|
|
2290
|
+
internalVapixParameters: z.ZodString;
|
|
2262
2291
|
}, "strip", z.ZodTypeAny, {
|
|
2263
2292
|
type: "CSw";
|
|
2293
|
+
internalVapixParameters: string;
|
|
2264
2294
|
}, {
|
|
2265
2295
|
type: "CSw";
|
|
2296
|
+
internalVapixParameters: string;
|
|
2266
2297
|
}>, z.ZodObject<{
|
|
2267
2298
|
type: z.ZodLiteral<"CRS">;
|
|
2268
2299
|
internalVapixParameters: z.ZodString;
|
|
@@ -2303,6 +2334,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2303
2334
|
internalVapixParameters: string;
|
|
2304
2335
|
} | {
|
|
2305
2336
|
type: "CSw";
|
|
2337
|
+
internalVapixParameters: string;
|
|
2306
2338
|
} | {
|
|
2307
2339
|
type: "CRS";
|
|
2308
2340
|
internalVapixParameters: string;
|
|
@@ -2335,6 +2367,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2335
2367
|
internalVapixParameters: string;
|
|
2336
2368
|
} | {
|
|
2337
2369
|
type: "CSw";
|
|
2370
|
+
internalVapixParameters: string;
|
|
2338
2371
|
} | {
|
|
2339
2372
|
type: "CRS";
|
|
2340
2373
|
internalVapixParameters: string;
|
|
@@ -2465,6 +2498,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2465
2498
|
internalVapixParameters: string;
|
|
2466
2499
|
} | {
|
|
2467
2500
|
type: "CSw";
|
|
2501
|
+
internalVapixParameters: string;
|
|
2468
2502
|
} | {
|
|
2469
2503
|
type: "CRS";
|
|
2470
2504
|
internalVapixParameters: string;
|
|
@@ -2550,6 +2584,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2550
2584
|
internalVapixParameters: string;
|
|
2551
2585
|
} | {
|
|
2552
2586
|
type: "CSw";
|
|
2587
|
+
internalVapixParameters: string;
|
|
2553
2588
|
} | {
|
|
2554
2589
|
type: "CRS";
|
|
2555
2590
|
internalVapixParameters: string;
|
|
@@ -2765,10 +2800,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2765
2800
|
internalVapixParameters: string;
|
|
2766
2801
|
}>, z.ZodObject<{
|
|
2767
2802
|
type: z.ZodLiteral<"CSw">;
|
|
2803
|
+
internalVapixParameters: z.ZodString;
|
|
2768
2804
|
}, "strip", z.ZodTypeAny, {
|
|
2769
2805
|
type: "CSw";
|
|
2806
|
+
internalVapixParameters: string;
|
|
2770
2807
|
}, {
|
|
2771
2808
|
type: "CSw";
|
|
2809
|
+
internalVapixParameters: string;
|
|
2772
2810
|
}>, z.ZodObject<{
|
|
2773
2811
|
type: z.ZodLiteral<"CRS">;
|
|
2774
2812
|
internalVapixParameters: z.ZodString;
|
|
@@ -2809,6 +2847,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2809
2847
|
internalVapixParameters: string;
|
|
2810
2848
|
} | {
|
|
2811
2849
|
type: "CSw";
|
|
2850
|
+
internalVapixParameters: string;
|
|
2812
2851
|
} | {
|
|
2813
2852
|
type: "CRS";
|
|
2814
2853
|
internalVapixParameters: string;
|
|
@@ -2841,6 +2880,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2841
2880
|
internalVapixParameters: string;
|
|
2842
2881
|
} | {
|
|
2843
2882
|
type: "CSw";
|
|
2883
|
+
internalVapixParameters: string;
|
|
2844
2884
|
} | {
|
|
2845
2885
|
type: "CRS";
|
|
2846
2886
|
internalVapixParameters: string;
|
|
@@ -2979,6 +3019,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2979
3019
|
internalVapixParameters: string;
|
|
2980
3020
|
} | {
|
|
2981
3021
|
type: "CSw";
|
|
3022
|
+
internalVapixParameters: string;
|
|
2982
3023
|
} | {
|
|
2983
3024
|
type: "CRS";
|
|
2984
3025
|
internalVapixParameters: string;
|
|
@@ -3072,6 +3113,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3072
3113
|
internalVapixParameters: string;
|
|
3073
3114
|
} | {
|
|
3074
3115
|
type: "CSw";
|
|
3116
|
+
internalVapixParameters: string;
|
|
3075
3117
|
} | {
|
|
3076
3118
|
type: "CRS";
|
|
3077
3119
|
internalVapixParameters: string;
|
|
@@ -3295,10 +3337,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3295
3337
|
internalVapixParameters: string;
|
|
3296
3338
|
}>, z.ZodObject<{
|
|
3297
3339
|
type: z.ZodLiteral<"CSw">;
|
|
3340
|
+
internalVapixParameters: z.ZodString;
|
|
3298
3341
|
}, "strip", z.ZodTypeAny, {
|
|
3299
3342
|
type: "CSw";
|
|
3343
|
+
internalVapixParameters: string;
|
|
3300
3344
|
}, {
|
|
3301
3345
|
type: "CSw";
|
|
3346
|
+
internalVapixParameters: string;
|
|
3302
3347
|
}>, z.ZodObject<{
|
|
3303
3348
|
type: z.ZodLiteral<"CRS">;
|
|
3304
3349
|
internalVapixParameters: z.ZodString;
|
|
@@ -3339,6 +3384,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3339
3384
|
internalVapixParameters: string;
|
|
3340
3385
|
} | {
|
|
3341
3386
|
type: "CSw";
|
|
3387
|
+
internalVapixParameters: string;
|
|
3342
3388
|
} | {
|
|
3343
3389
|
type: "CRS";
|
|
3344
3390
|
internalVapixParameters: string;
|
|
@@ -3371,6 +3417,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3371
3417
|
internalVapixParameters: string;
|
|
3372
3418
|
} | {
|
|
3373
3419
|
type: "CSw";
|
|
3420
|
+
internalVapixParameters: string;
|
|
3374
3421
|
} | {
|
|
3375
3422
|
type: "CRS";
|
|
3376
3423
|
internalVapixParameters: string;
|
|
@@ -3512,6 +3559,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3512
3559
|
internalVapixParameters: string;
|
|
3513
3560
|
} | {
|
|
3514
3561
|
type: "CSw";
|
|
3562
|
+
internalVapixParameters: string;
|
|
3515
3563
|
} | {
|
|
3516
3564
|
type: "CRS";
|
|
3517
3565
|
internalVapixParameters: string;
|
|
@@ -3608,6 +3656,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3608
3656
|
internalVapixParameters: string;
|
|
3609
3657
|
} | {
|
|
3610
3658
|
type: "CSw";
|
|
3659
|
+
internalVapixParameters: string;
|
|
3611
3660
|
} | {
|
|
3612
3661
|
type: "CRS";
|
|
3613
3662
|
internalVapixParameters: string;
|
|
@@ -3834,10 +3883,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3834
3883
|
internalVapixParameters: string;
|
|
3835
3884
|
}>, z.ZodObject<{
|
|
3836
3885
|
type: z.ZodLiteral<"CSw">;
|
|
3886
|
+
internalVapixParameters: z.ZodString;
|
|
3837
3887
|
}, "strip", z.ZodTypeAny, {
|
|
3838
3888
|
type: "CSw";
|
|
3889
|
+
internalVapixParameters: string;
|
|
3839
3890
|
}, {
|
|
3840
3891
|
type: "CSw";
|
|
3892
|
+
internalVapixParameters: string;
|
|
3841
3893
|
}>, z.ZodObject<{
|
|
3842
3894
|
type: z.ZodLiteral<"CRS">;
|
|
3843
3895
|
internalVapixParameters: z.ZodString;
|
|
@@ -3878,6 +3930,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3878
3930
|
internalVapixParameters: string;
|
|
3879
3931
|
} | {
|
|
3880
3932
|
type: "CSw";
|
|
3933
|
+
internalVapixParameters: string;
|
|
3881
3934
|
} | {
|
|
3882
3935
|
type: "CRS";
|
|
3883
3936
|
internalVapixParameters: string;
|
|
@@ -3910,6 +3963,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3910
3963
|
internalVapixParameters: string;
|
|
3911
3964
|
} | {
|
|
3912
3965
|
type: "CSw";
|
|
3966
|
+
internalVapixParameters: string;
|
|
3913
3967
|
} | {
|
|
3914
3968
|
type: "CRS";
|
|
3915
3969
|
internalVapixParameters: string;
|
|
@@ -4040,6 +4094,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4040
4094
|
internalVapixParameters: string;
|
|
4041
4095
|
} | {
|
|
4042
4096
|
type: "CSw";
|
|
4097
|
+
internalVapixParameters: string;
|
|
4043
4098
|
} | {
|
|
4044
4099
|
type: "CRS";
|
|
4045
4100
|
internalVapixParameters: string;
|
|
@@ -4125,6 +4180,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4125
4180
|
internalVapixParameters: string;
|
|
4126
4181
|
} | {
|
|
4127
4182
|
type: "CSw";
|
|
4183
|
+
internalVapixParameters: string;
|
|
4128
4184
|
} | {
|
|
4129
4185
|
type: "CRS";
|
|
4130
4186
|
internalVapixParameters: string;
|
|
@@ -4340,10 +4396,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4340
4396
|
internalVapixParameters: string;
|
|
4341
4397
|
}>, z.ZodObject<{
|
|
4342
4398
|
type: z.ZodLiteral<"CSw">;
|
|
4399
|
+
internalVapixParameters: z.ZodString;
|
|
4343
4400
|
}, "strip", z.ZodTypeAny, {
|
|
4344
4401
|
type: "CSw";
|
|
4402
|
+
internalVapixParameters: string;
|
|
4345
4403
|
}, {
|
|
4346
4404
|
type: "CSw";
|
|
4405
|
+
internalVapixParameters: string;
|
|
4347
4406
|
}>, z.ZodObject<{
|
|
4348
4407
|
type: z.ZodLiteral<"CRS">;
|
|
4349
4408
|
internalVapixParameters: z.ZodString;
|
|
@@ -4384,6 +4443,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4384
4443
|
internalVapixParameters: string;
|
|
4385
4444
|
} | {
|
|
4386
4445
|
type: "CSw";
|
|
4446
|
+
internalVapixParameters: string;
|
|
4387
4447
|
} | {
|
|
4388
4448
|
type: "CRS";
|
|
4389
4449
|
internalVapixParameters: string;
|
|
@@ -4416,6 +4476,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4416
4476
|
internalVapixParameters: string;
|
|
4417
4477
|
} | {
|
|
4418
4478
|
type: "CSw";
|
|
4479
|
+
internalVapixParameters: string;
|
|
4419
4480
|
} | {
|
|
4420
4481
|
type: "CRS";
|
|
4421
4482
|
internalVapixParameters: string;
|
|
@@ -4546,6 +4607,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4546
4607
|
internalVapixParameters: string;
|
|
4547
4608
|
} | {
|
|
4548
4609
|
type: "CSw";
|
|
4610
|
+
internalVapixParameters: string;
|
|
4549
4611
|
} | {
|
|
4550
4612
|
type: "CRS";
|
|
4551
4613
|
internalVapixParameters: string;
|
|
@@ -4631,6 +4693,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4631
4693
|
internalVapixParameters: string;
|
|
4632
4694
|
} | {
|
|
4633
4695
|
type: "CSw";
|
|
4696
|
+
internalVapixParameters: string;
|
|
4634
4697
|
} | {
|
|
4635
4698
|
type: "CRS";
|
|
4636
4699
|
internalVapixParameters: string;
|
|
@@ -4846,10 +4909,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4846
4909
|
internalVapixParameters: string;
|
|
4847
4910
|
}>, z.ZodObject<{
|
|
4848
4911
|
type: z.ZodLiteral<"CSw">;
|
|
4912
|
+
internalVapixParameters: z.ZodString;
|
|
4849
4913
|
}, "strip", z.ZodTypeAny, {
|
|
4850
4914
|
type: "CSw";
|
|
4915
|
+
internalVapixParameters: string;
|
|
4851
4916
|
}, {
|
|
4852
4917
|
type: "CSw";
|
|
4918
|
+
internalVapixParameters: string;
|
|
4853
4919
|
}>, z.ZodObject<{
|
|
4854
4920
|
type: z.ZodLiteral<"CRS">;
|
|
4855
4921
|
internalVapixParameters: z.ZodString;
|
|
@@ -4890,6 +4956,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4890
4956
|
internalVapixParameters: string;
|
|
4891
4957
|
} | {
|
|
4892
4958
|
type: "CSw";
|
|
4959
|
+
internalVapixParameters: string;
|
|
4893
4960
|
} | {
|
|
4894
4961
|
type: "CRS";
|
|
4895
4962
|
internalVapixParameters: string;
|
|
@@ -4922,6 +4989,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4922
4989
|
internalVapixParameters: string;
|
|
4923
4990
|
} | {
|
|
4924
4991
|
type: "CSw";
|
|
4992
|
+
internalVapixParameters: string;
|
|
4925
4993
|
} | {
|
|
4926
4994
|
type: "CRS";
|
|
4927
4995
|
internalVapixParameters: string;
|
|
@@ -5052,6 +5120,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5052
5120
|
internalVapixParameters: string;
|
|
5053
5121
|
} | {
|
|
5054
5122
|
type: "CSw";
|
|
5123
|
+
internalVapixParameters: string;
|
|
5055
5124
|
} | {
|
|
5056
5125
|
type: "CRS";
|
|
5057
5126
|
internalVapixParameters: string;
|
|
@@ -5137,6 +5206,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5137
5206
|
internalVapixParameters: string;
|
|
5138
5207
|
} | {
|
|
5139
5208
|
type: "CSw";
|
|
5209
|
+
internalVapixParameters: string;
|
|
5140
5210
|
} | {
|
|
5141
5211
|
type: "CRS";
|
|
5142
5212
|
internalVapixParameters: string;
|
|
@@ -5352,10 +5422,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5352
5422
|
internalVapixParameters: string;
|
|
5353
5423
|
}>, z.ZodObject<{
|
|
5354
5424
|
type: z.ZodLiteral<"CSw">;
|
|
5425
|
+
internalVapixParameters: z.ZodString;
|
|
5355
5426
|
}, "strip", z.ZodTypeAny, {
|
|
5356
5427
|
type: "CSw";
|
|
5428
|
+
internalVapixParameters: string;
|
|
5357
5429
|
}, {
|
|
5358
5430
|
type: "CSw";
|
|
5431
|
+
internalVapixParameters: string;
|
|
5359
5432
|
}>, z.ZodObject<{
|
|
5360
5433
|
type: z.ZodLiteral<"CRS">;
|
|
5361
5434
|
internalVapixParameters: z.ZodString;
|
|
@@ -5396,6 +5469,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5396
5469
|
internalVapixParameters: string;
|
|
5397
5470
|
} | {
|
|
5398
5471
|
type: "CSw";
|
|
5472
|
+
internalVapixParameters: string;
|
|
5399
5473
|
} | {
|
|
5400
5474
|
type: "CRS";
|
|
5401
5475
|
internalVapixParameters: string;
|
|
@@ -5428,6 +5502,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5428
5502
|
internalVapixParameters: string;
|
|
5429
5503
|
} | {
|
|
5430
5504
|
type: "CSw";
|
|
5505
|
+
internalVapixParameters: string;
|
|
5431
5506
|
} | {
|
|
5432
5507
|
type: "CRS";
|
|
5433
5508
|
internalVapixParameters: string;
|
|
@@ -5558,6 +5633,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5558
5633
|
internalVapixParameters: string;
|
|
5559
5634
|
} | {
|
|
5560
5635
|
type: "CSw";
|
|
5636
|
+
internalVapixParameters: string;
|
|
5561
5637
|
} | {
|
|
5562
5638
|
type: "CRS";
|
|
5563
5639
|
internalVapixParameters: string;
|
|
@@ -5643,6 +5719,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5643
5719
|
internalVapixParameters: string;
|
|
5644
5720
|
} | {
|
|
5645
5721
|
type: "CSw";
|
|
5722
|
+
internalVapixParameters: string;
|
|
5646
5723
|
} | {
|
|
5647
5724
|
type: "CRS";
|
|
5648
5725
|
internalVapixParameters: string;
|
|
@@ -5858,10 +5935,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5858
5935
|
internalVapixParameters: string;
|
|
5859
5936
|
}>, z.ZodObject<{
|
|
5860
5937
|
type: z.ZodLiteral<"CSw">;
|
|
5938
|
+
internalVapixParameters: z.ZodString;
|
|
5861
5939
|
}, "strip", z.ZodTypeAny, {
|
|
5862
5940
|
type: "CSw";
|
|
5941
|
+
internalVapixParameters: string;
|
|
5863
5942
|
}, {
|
|
5864
5943
|
type: "CSw";
|
|
5944
|
+
internalVapixParameters: string;
|
|
5865
5945
|
}>, z.ZodObject<{
|
|
5866
5946
|
type: z.ZodLiteral<"CRS">;
|
|
5867
5947
|
internalVapixParameters: z.ZodString;
|
|
@@ -5902,6 +5982,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5902
5982
|
internalVapixParameters: string;
|
|
5903
5983
|
} | {
|
|
5904
5984
|
type: "CSw";
|
|
5985
|
+
internalVapixParameters: string;
|
|
5905
5986
|
} | {
|
|
5906
5987
|
type: "CRS";
|
|
5907
5988
|
internalVapixParameters: string;
|
|
@@ -5934,6 +6015,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5934
6015
|
internalVapixParameters: string;
|
|
5935
6016
|
} | {
|
|
5936
6017
|
type: "CSw";
|
|
6018
|
+
internalVapixParameters: string;
|
|
5937
6019
|
} | {
|
|
5938
6020
|
type: "CRS";
|
|
5939
6021
|
internalVapixParameters: string;
|
|
@@ -6064,6 +6146,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6064
6146
|
internalVapixParameters: string;
|
|
6065
6147
|
} | {
|
|
6066
6148
|
type: "CSw";
|
|
6149
|
+
internalVapixParameters: string;
|
|
6067
6150
|
} | {
|
|
6068
6151
|
type: "CRS";
|
|
6069
6152
|
internalVapixParameters: string;
|
|
@@ -6149,6 +6232,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6149
6232
|
internalVapixParameters: string;
|
|
6150
6233
|
} | {
|
|
6151
6234
|
type: "CSw";
|
|
6235
|
+
internalVapixParameters: string;
|
|
6152
6236
|
} | {
|
|
6153
6237
|
type: "CRS";
|
|
6154
6238
|
internalVapixParameters: string;
|
|
@@ -6364,10 +6448,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6364
6448
|
internalVapixParameters: string;
|
|
6365
6449
|
}>, z.ZodObject<{
|
|
6366
6450
|
type: z.ZodLiteral<"CSw">;
|
|
6451
|
+
internalVapixParameters: z.ZodString;
|
|
6367
6452
|
}, "strip", z.ZodTypeAny, {
|
|
6368
6453
|
type: "CSw";
|
|
6454
|
+
internalVapixParameters: string;
|
|
6369
6455
|
}, {
|
|
6370
6456
|
type: "CSw";
|
|
6457
|
+
internalVapixParameters: string;
|
|
6371
6458
|
}>, z.ZodObject<{
|
|
6372
6459
|
type: z.ZodLiteral<"CRS">;
|
|
6373
6460
|
internalVapixParameters: z.ZodString;
|
|
@@ -6408,6 +6495,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6408
6495
|
internalVapixParameters: string;
|
|
6409
6496
|
} | {
|
|
6410
6497
|
type: "CSw";
|
|
6498
|
+
internalVapixParameters: string;
|
|
6411
6499
|
} | {
|
|
6412
6500
|
type: "CRS";
|
|
6413
6501
|
internalVapixParameters: string;
|
|
@@ -6440,6 +6528,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6440
6528
|
internalVapixParameters: string;
|
|
6441
6529
|
} | {
|
|
6442
6530
|
type: "CSw";
|
|
6531
|
+
internalVapixParameters: string;
|
|
6443
6532
|
} | {
|
|
6444
6533
|
type: "CRS";
|
|
6445
6534
|
internalVapixParameters: string;
|
|
@@ -6570,6 +6659,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6570
6659
|
internalVapixParameters: string;
|
|
6571
6660
|
} | {
|
|
6572
6661
|
type: "CSw";
|
|
6662
|
+
internalVapixParameters: string;
|
|
6573
6663
|
} | {
|
|
6574
6664
|
type: "CRS";
|
|
6575
6665
|
internalVapixParameters: string;
|
|
@@ -6655,6 +6745,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6655
6745
|
internalVapixParameters: string;
|
|
6656
6746
|
} | {
|
|
6657
6747
|
type: "CSw";
|
|
6748
|
+
internalVapixParameters: string;
|
|
6658
6749
|
} | {
|
|
6659
6750
|
type: "CRS";
|
|
6660
6751
|
internalVapixParameters: string;
|
|
@@ -6870,10 +6961,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6870
6961
|
internalVapixParameters: string;
|
|
6871
6962
|
}>, z.ZodObject<{
|
|
6872
6963
|
type: z.ZodLiteral<"CSw">;
|
|
6964
|
+
internalVapixParameters: z.ZodString;
|
|
6873
6965
|
}, "strip", z.ZodTypeAny, {
|
|
6874
6966
|
type: "CSw";
|
|
6967
|
+
internalVapixParameters: string;
|
|
6875
6968
|
}, {
|
|
6876
6969
|
type: "CSw";
|
|
6970
|
+
internalVapixParameters: string;
|
|
6877
6971
|
}>, z.ZodObject<{
|
|
6878
6972
|
type: z.ZodLiteral<"CRS">;
|
|
6879
6973
|
internalVapixParameters: z.ZodString;
|
|
@@ -6914,6 +7008,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6914
7008
|
internalVapixParameters: string;
|
|
6915
7009
|
} | {
|
|
6916
7010
|
type: "CSw";
|
|
7011
|
+
internalVapixParameters: string;
|
|
6917
7012
|
} | {
|
|
6918
7013
|
type: "CRS";
|
|
6919
7014
|
internalVapixParameters: string;
|
|
@@ -6946,6 +7041,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6946
7041
|
internalVapixParameters: string;
|
|
6947
7042
|
} | {
|
|
6948
7043
|
type: "CSw";
|
|
7044
|
+
internalVapixParameters: string;
|
|
6949
7045
|
} | {
|
|
6950
7046
|
type: "CRS";
|
|
6951
7047
|
internalVapixParameters: string;
|
|
@@ -7076,6 +7172,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7076
7172
|
internalVapixParameters: string;
|
|
7077
7173
|
} | {
|
|
7078
7174
|
type: "CSw";
|
|
7175
|
+
internalVapixParameters: string;
|
|
7079
7176
|
} | {
|
|
7080
7177
|
type: "CRS";
|
|
7081
7178
|
internalVapixParameters: string;
|
|
@@ -7161,6 +7258,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7161
7258
|
internalVapixParameters: string;
|
|
7162
7259
|
} | {
|
|
7163
7260
|
type: "CSw";
|
|
7261
|
+
internalVapixParameters: string;
|
|
7164
7262
|
} | {
|
|
7165
7263
|
type: "CRS";
|
|
7166
7264
|
internalVapixParameters: string;
|
|
@@ -7376,10 +7474,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7376
7474
|
internalVapixParameters: string;
|
|
7377
7475
|
}>, z.ZodObject<{
|
|
7378
7476
|
type: z.ZodLiteral<"CSw">;
|
|
7477
|
+
internalVapixParameters: z.ZodString;
|
|
7379
7478
|
}, "strip", z.ZodTypeAny, {
|
|
7380
7479
|
type: "CSw";
|
|
7480
|
+
internalVapixParameters: string;
|
|
7381
7481
|
}, {
|
|
7382
7482
|
type: "CSw";
|
|
7483
|
+
internalVapixParameters: string;
|
|
7383
7484
|
}>, z.ZodObject<{
|
|
7384
7485
|
type: z.ZodLiteral<"CRS">;
|
|
7385
7486
|
internalVapixParameters: z.ZodString;
|
|
@@ -7420,6 +7521,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7420
7521
|
internalVapixParameters: string;
|
|
7421
7522
|
} | {
|
|
7422
7523
|
type: "CSw";
|
|
7524
|
+
internalVapixParameters: string;
|
|
7423
7525
|
} | {
|
|
7424
7526
|
type: "CRS";
|
|
7425
7527
|
internalVapixParameters: string;
|
|
@@ -7452,6 +7554,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7452
7554
|
internalVapixParameters: string;
|
|
7453
7555
|
} | {
|
|
7454
7556
|
type: "CSw";
|
|
7557
|
+
internalVapixParameters: string;
|
|
7455
7558
|
} | {
|
|
7456
7559
|
type: "CRS";
|
|
7457
7560
|
internalVapixParameters: string;
|
|
@@ -7582,6 +7685,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7582
7685
|
internalVapixParameters: string;
|
|
7583
7686
|
} | {
|
|
7584
7687
|
type: "CSw";
|
|
7688
|
+
internalVapixParameters: string;
|
|
7585
7689
|
} | {
|
|
7586
7690
|
type: "CRS";
|
|
7587
7691
|
internalVapixParameters: string;
|
|
@@ -7667,6 +7771,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7667
7771
|
internalVapixParameters: string;
|
|
7668
7772
|
} | {
|
|
7669
7773
|
type: "CSw";
|
|
7774
|
+
internalVapixParameters: string;
|
|
7670
7775
|
} | {
|
|
7671
7776
|
type: "CRS";
|
|
7672
7777
|
internalVapixParameters: string;
|
|
@@ -7882,10 +7987,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7882
7987
|
internalVapixParameters: string;
|
|
7883
7988
|
}>, z.ZodObject<{
|
|
7884
7989
|
type: z.ZodLiteral<"CSw">;
|
|
7990
|
+
internalVapixParameters: z.ZodString;
|
|
7885
7991
|
}, "strip", z.ZodTypeAny, {
|
|
7886
7992
|
type: "CSw";
|
|
7993
|
+
internalVapixParameters: string;
|
|
7887
7994
|
}, {
|
|
7888
7995
|
type: "CSw";
|
|
7996
|
+
internalVapixParameters: string;
|
|
7889
7997
|
}>, z.ZodObject<{
|
|
7890
7998
|
type: z.ZodLiteral<"CRS">;
|
|
7891
7999
|
internalVapixParameters: z.ZodString;
|
|
@@ -7926,6 +8034,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7926
8034
|
internalVapixParameters: string;
|
|
7927
8035
|
} | {
|
|
7928
8036
|
type: "CSw";
|
|
8037
|
+
internalVapixParameters: string;
|
|
7929
8038
|
} | {
|
|
7930
8039
|
type: "CRS";
|
|
7931
8040
|
internalVapixParameters: string;
|
|
@@ -7958,6 +8067,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7958
8067
|
internalVapixParameters: string;
|
|
7959
8068
|
} | {
|
|
7960
8069
|
type: "CSw";
|
|
8070
|
+
internalVapixParameters: string;
|
|
7961
8071
|
} | {
|
|
7962
8072
|
type: "CRS";
|
|
7963
8073
|
internalVapixParameters: string;
|
|
@@ -8088,6 +8198,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8088
8198
|
internalVapixParameters: string;
|
|
8089
8199
|
} | {
|
|
8090
8200
|
type: "CSw";
|
|
8201
|
+
internalVapixParameters: string;
|
|
8091
8202
|
} | {
|
|
8092
8203
|
type: "CRS";
|
|
8093
8204
|
internalVapixParameters: string;
|
|
@@ -8173,6 +8284,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8173
8284
|
internalVapixParameters: string;
|
|
8174
8285
|
} | {
|
|
8175
8286
|
type: "CSw";
|
|
8287
|
+
internalVapixParameters: string;
|
|
8176
8288
|
} | {
|
|
8177
8289
|
type: "CRS";
|
|
8178
8290
|
internalVapixParameters: string;
|
|
@@ -8388,10 +8500,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8388
8500
|
internalVapixParameters: string;
|
|
8389
8501
|
}>, z.ZodObject<{
|
|
8390
8502
|
type: z.ZodLiteral<"CSw">;
|
|
8503
|
+
internalVapixParameters: z.ZodString;
|
|
8391
8504
|
}, "strip", z.ZodTypeAny, {
|
|
8392
8505
|
type: "CSw";
|
|
8506
|
+
internalVapixParameters: string;
|
|
8393
8507
|
}, {
|
|
8394
8508
|
type: "CSw";
|
|
8509
|
+
internalVapixParameters: string;
|
|
8395
8510
|
}>, z.ZodObject<{
|
|
8396
8511
|
type: z.ZodLiteral<"CRS">;
|
|
8397
8512
|
internalVapixParameters: z.ZodString;
|
|
@@ -8432,6 +8547,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8432
8547
|
internalVapixParameters: string;
|
|
8433
8548
|
} | {
|
|
8434
8549
|
type: "CSw";
|
|
8550
|
+
internalVapixParameters: string;
|
|
8435
8551
|
} | {
|
|
8436
8552
|
type: "CRS";
|
|
8437
8553
|
internalVapixParameters: string;
|
|
@@ -8464,6 +8580,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8464
8580
|
internalVapixParameters: string;
|
|
8465
8581
|
} | {
|
|
8466
8582
|
type: "CSw";
|
|
8583
|
+
internalVapixParameters: string;
|
|
8467
8584
|
} | {
|
|
8468
8585
|
type: "CRS";
|
|
8469
8586
|
internalVapixParameters: string;
|
|
@@ -8594,6 +8711,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8594
8711
|
internalVapixParameters: string;
|
|
8595
8712
|
} | {
|
|
8596
8713
|
type: "CSw";
|
|
8714
|
+
internalVapixParameters: string;
|
|
8597
8715
|
} | {
|
|
8598
8716
|
type: "CRS";
|
|
8599
8717
|
internalVapixParameters: string;
|
|
@@ -8679,6 +8797,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8679
8797
|
internalVapixParameters: string;
|
|
8680
8798
|
} | {
|
|
8681
8799
|
type: "CSw";
|
|
8800
|
+
internalVapixParameters: string;
|
|
8682
8801
|
} | {
|
|
8683
8802
|
type: "CRS";
|
|
8684
8803
|
internalVapixParameters: string;
|
|
@@ -8894,10 +9013,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8894
9013
|
internalVapixParameters: string;
|
|
8895
9014
|
}>, z.ZodObject<{
|
|
8896
9015
|
type: z.ZodLiteral<"CSw">;
|
|
9016
|
+
internalVapixParameters: z.ZodString;
|
|
8897
9017
|
}, "strip", z.ZodTypeAny, {
|
|
8898
9018
|
type: "CSw";
|
|
9019
|
+
internalVapixParameters: string;
|
|
8899
9020
|
}, {
|
|
8900
9021
|
type: "CSw";
|
|
9022
|
+
internalVapixParameters: string;
|
|
8901
9023
|
}>, z.ZodObject<{
|
|
8902
9024
|
type: z.ZodLiteral<"CRS">;
|
|
8903
9025
|
internalVapixParameters: z.ZodString;
|
|
@@ -8938,6 +9060,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8938
9060
|
internalVapixParameters: string;
|
|
8939
9061
|
} | {
|
|
8940
9062
|
type: "CSw";
|
|
9063
|
+
internalVapixParameters: string;
|
|
8941
9064
|
} | {
|
|
8942
9065
|
type: "CRS";
|
|
8943
9066
|
internalVapixParameters: string;
|
|
@@ -8970,6 +9093,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8970
9093
|
internalVapixParameters: string;
|
|
8971
9094
|
} | {
|
|
8972
9095
|
type: "CSw";
|
|
9096
|
+
internalVapixParameters: string;
|
|
8973
9097
|
} | {
|
|
8974
9098
|
type: "CRS";
|
|
8975
9099
|
internalVapixParameters: string;
|
|
@@ -9100,6 +9224,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9100
9224
|
internalVapixParameters: string;
|
|
9101
9225
|
} | {
|
|
9102
9226
|
type: "CSw";
|
|
9227
|
+
internalVapixParameters: string;
|
|
9103
9228
|
} | {
|
|
9104
9229
|
type: "CRS";
|
|
9105
9230
|
internalVapixParameters: string;
|
|
@@ -9185,6 +9310,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9185
9310
|
internalVapixParameters: string;
|
|
9186
9311
|
} | {
|
|
9187
9312
|
type: "CSw";
|
|
9313
|
+
internalVapixParameters: string;
|
|
9188
9314
|
} | {
|
|
9189
9315
|
type: "CRS";
|
|
9190
9316
|
internalVapixParameters: string;
|
|
@@ -9400,10 +9526,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9400
9526
|
internalVapixParameters: string;
|
|
9401
9527
|
}>, z.ZodObject<{
|
|
9402
9528
|
type: z.ZodLiteral<"CSw">;
|
|
9529
|
+
internalVapixParameters: z.ZodString;
|
|
9403
9530
|
}, "strip", z.ZodTypeAny, {
|
|
9404
9531
|
type: "CSw";
|
|
9532
|
+
internalVapixParameters: string;
|
|
9405
9533
|
}, {
|
|
9406
9534
|
type: "CSw";
|
|
9535
|
+
internalVapixParameters: string;
|
|
9407
9536
|
}>, z.ZodObject<{
|
|
9408
9537
|
type: z.ZodLiteral<"CRS">;
|
|
9409
9538
|
internalVapixParameters: z.ZodString;
|
|
@@ -9444,6 +9573,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9444
9573
|
internalVapixParameters: string;
|
|
9445
9574
|
} | {
|
|
9446
9575
|
type: "CSw";
|
|
9576
|
+
internalVapixParameters: string;
|
|
9447
9577
|
} | {
|
|
9448
9578
|
type: "CRS";
|
|
9449
9579
|
internalVapixParameters: string;
|
|
@@ -9476,6 +9606,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9476
9606
|
internalVapixParameters: string;
|
|
9477
9607
|
} | {
|
|
9478
9608
|
type: "CSw";
|
|
9609
|
+
internalVapixParameters: string;
|
|
9479
9610
|
} | {
|
|
9480
9611
|
type: "CRS";
|
|
9481
9612
|
internalVapixParameters: string;
|
|
@@ -9606,6 +9737,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9606
9737
|
internalVapixParameters: string;
|
|
9607
9738
|
} | {
|
|
9608
9739
|
type: "CSw";
|
|
9740
|
+
internalVapixParameters: string;
|
|
9609
9741
|
} | {
|
|
9610
9742
|
type: "CRS";
|
|
9611
9743
|
internalVapixParameters: string;
|
|
@@ -9691,6 +9823,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9691
9823
|
internalVapixParameters: string;
|
|
9692
9824
|
} | {
|
|
9693
9825
|
type: "CSw";
|
|
9826
|
+
internalVapixParameters: string;
|
|
9694
9827
|
} | {
|
|
9695
9828
|
type: "CRS";
|
|
9696
9829
|
internalVapixParameters: string;
|
|
@@ -9906,10 +10039,13 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9906
10039
|
internalVapixParameters: string;
|
|
9907
10040
|
}>, z.ZodObject<{
|
|
9908
10041
|
type: z.ZodLiteral<"CSw">;
|
|
10042
|
+
internalVapixParameters: z.ZodString;
|
|
9909
10043
|
}, "strip", z.ZodTypeAny, {
|
|
9910
10044
|
type: "CSw";
|
|
10045
|
+
internalVapixParameters: string;
|
|
9911
10046
|
}, {
|
|
9912
10047
|
type: "CSw";
|
|
10048
|
+
internalVapixParameters: string;
|
|
9913
10049
|
}>, z.ZodObject<{
|
|
9914
10050
|
type: z.ZodLiteral<"CRS">;
|
|
9915
10051
|
internalVapixParameters: z.ZodString;
|
|
@@ -9950,6 +10086,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9950
10086
|
internalVapixParameters: string;
|
|
9951
10087
|
} | {
|
|
9952
10088
|
type: "CSw";
|
|
10089
|
+
internalVapixParameters: string;
|
|
9953
10090
|
} | {
|
|
9954
10091
|
type: "CRS";
|
|
9955
10092
|
internalVapixParameters: string;
|
|
@@ -9982,6 +10119,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9982
10119
|
internalVapixParameters: string;
|
|
9983
10120
|
} | {
|
|
9984
10121
|
type: "CSw";
|
|
10122
|
+
internalVapixParameters: string;
|
|
9985
10123
|
} | {
|
|
9986
10124
|
type: "CRS";
|
|
9987
10125
|
internalVapixParameters: string;
|
|
@@ -10112,6 +10250,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
10112
10250
|
internalVapixParameters: string;
|
|
10113
10251
|
} | {
|
|
10114
10252
|
type: "CSw";
|
|
10253
|
+
internalVapixParameters: string;
|
|
10115
10254
|
} | {
|
|
10116
10255
|
type: "CRS";
|
|
10117
10256
|
internalVapixParameters: string;
|
|
@@ -10197,6 +10336,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
10197
10336
|
internalVapixParameters: string;
|
|
10198
10337
|
} | {
|
|
10199
10338
|
type: "CSw";
|
|
10339
|
+
internalVapixParameters: string;
|
|
10200
10340
|
} | {
|
|
10201
10341
|
type: "CRS";
|
|
10202
10342
|
internalVapixParameters: string;
|
|
@@ -10416,10 +10556,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10416
10556
|
internalVapixParameters: string;
|
|
10417
10557
|
}>, z.ZodObject<{
|
|
10418
10558
|
type: z.ZodLiteral<"CSw">;
|
|
10559
|
+
internalVapixParameters: z.ZodString;
|
|
10419
10560
|
}, "strip", z.ZodTypeAny, {
|
|
10420
10561
|
type: "CSw";
|
|
10562
|
+
internalVapixParameters: string;
|
|
10421
10563
|
}, {
|
|
10422
10564
|
type: "CSw";
|
|
10565
|
+
internalVapixParameters: string;
|
|
10423
10566
|
}>, z.ZodObject<{
|
|
10424
10567
|
type: z.ZodLiteral<"CRS">;
|
|
10425
10568
|
internalVapixParameters: z.ZodString;
|
|
@@ -10460,6 +10603,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10460
10603
|
internalVapixParameters: string;
|
|
10461
10604
|
} | {
|
|
10462
10605
|
type: "CSw";
|
|
10606
|
+
internalVapixParameters: string;
|
|
10463
10607
|
} | {
|
|
10464
10608
|
type: "CRS";
|
|
10465
10609
|
internalVapixParameters: string;
|
|
@@ -10492,6 +10636,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10492
10636
|
internalVapixParameters: string;
|
|
10493
10637
|
} | {
|
|
10494
10638
|
type: "CSw";
|
|
10639
|
+
internalVapixParameters: string;
|
|
10495
10640
|
} | {
|
|
10496
10641
|
type: "CRS";
|
|
10497
10642
|
internalVapixParameters: string;
|
|
@@ -10651,6 +10796,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10651
10796
|
internalVapixParameters: string;
|
|
10652
10797
|
} | {
|
|
10653
10798
|
type: "CSw";
|
|
10799
|
+
internalVapixParameters: string;
|
|
10654
10800
|
} | {
|
|
10655
10801
|
type: "CRS";
|
|
10656
10802
|
internalVapixParameters: string;
|
|
@@ -10746,6 +10892,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10746
10892
|
internalVapixParameters: string;
|
|
10747
10893
|
} | {
|
|
10748
10894
|
type: "CSw";
|
|
10895
|
+
internalVapixParameters: string;
|
|
10749
10896
|
} | {
|
|
10750
10897
|
type: "CRS";
|
|
10751
10898
|
internalVapixParameters: string;
|
|
@@ -10964,10 +11111,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10964
11111
|
internalVapixParameters: string;
|
|
10965
11112
|
}>, z.ZodObject<{
|
|
10966
11113
|
type: z.ZodLiteral<"CSw">;
|
|
11114
|
+
internalVapixParameters: z.ZodString;
|
|
10967
11115
|
}, "strip", z.ZodTypeAny, {
|
|
10968
11116
|
type: "CSw";
|
|
11117
|
+
internalVapixParameters: string;
|
|
10969
11118
|
}, {
|
|
10970
11119
|
type: "CSw";
|
|
11120
|
+
internalVapixParameters: string;
|
|
10971
11121
|
}>, z.ZodObject<{
|
|
10972
11122
|
type: z.ZodLiteral<"CRS">;
|
|
10973
11123
|
internalVapixParameters: z.ZodString;
|
|
@@ -11008,6 +11158,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11008
11158
|
internalVapixParameters: string;
|
|
11009
11159
|
} | {
|
|
11010
11160
|
type: "CSw";
|
|
11161
|
+
internalVapixParameters: string;
|
|
11011
11162
|
} | {
|
|
11012
11163
|
type: "CRS";
|
|
11013
11164
|
internalVapixParameters: string;
|
|
@@ -11040,6 +11191,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11040
11191
|
internalVapixParameters: string;
|
|
11041
11192
|
} | {
|
|
11042
11193
|
type: "CSw";
|
|
11194
|
+
internalVapixParameters: string;
|
|
11043
11195
|
} | {
|
|
11044
11196
|
type: "CRS";
|
|
11045
11197
|
internalVapixParameters: string;
|
|
@@ -11170,6 +11322,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11170
11322
|
internalVapixParameters: string;
|
|
11171
11323
|
} | {
|
|
11172
11324
|
type: "CSw";
|
|
11325
|
+
internalVapixParameters: string;
|
|
11173
11326
|
} | {
|
|
11174
11327
|
type: "CRS";
|
|
11175
11328
|
internalVapixParameters: string;
|
|
@@ -11255,6 +11408,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11255
11408
|
internalVapixParameters: string;
|
|
11256
11409
|
} | {
|
|
11257
11410
|
type: "CSw";
|
|
11411
|
+
internalVapixParameters: string;
|
|
11258
11412
|
} | {
|
|
11259
11413
|
type: "CRS";
|
|
11260
11414
|
internalVapixParameters: string;
|
|
@@ -11470,10 +11624,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11470
11624
|
internalVapixParameters: string;
|
|
11471
11625
|
}>, z.ZodObject<{
|
|
11472
11626
|
type: z.ZodLiteral<"CSw">;
|
|
11627
|
+
internalVapixParameters: z.ZodString;
|
|
11473
11628
|
}, "strip", z.ZodTypeAny, {
|
|
11474
11629
|
type: "CSw";
|
|
11630
|
+
internalVapixParameters: string;
|
|
11475
11631
|
}, {
|
|
11476
11632
|
type: "CSw";
|
|
11633
|
+
internalVapixParameters: string;
|
|
11477
11634
|
}>, z.ZodObject<{
|
|
11478
11635
|
type: z.ZodLiteral<"CRS">;
|
|
11479
11636
|
internalVapixParameters: z.ZodString;
|
|
@@ -11514,6 +11671,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11514
11671
|
internalVapixParameters: string;
|
|
11515
11672
|
} | {
|
|
11516
11673
|
type: "CSw";
|
|
11674
|
+
internalVapixParameters: string;
|
|
11517
11675
|
} | {
|
|
11518
11676
|
type: "CRS";
|
|
11519
11677
|
internalVapixParameters: string;
|
|
@@ -11546,6 +11704,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11546
11704
|
internalVapixParameters: string;
|
|
11547
11705
|
} | {
|
|
11548
11706
|
type: "CSw";
|
|
11707
|
+
internalVapixParameters: string;
|
|
11549
11708
|
} | {
|
|
11550
11709
|
type: "CRS";
|
|
11551
11710
|
internalVapixParameters: string;
|
|
@@ -11676,6 +11835,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11676
11835
|
internalVapixParameters: string;
|
|
11677
11836
|
} | {
|
|
11678
11837
|
type: "CSw";
|
|
11838
|
+
internalVapixParameters: string;
|
|
11679
11839
|
} | {
|
|
11680
11840
|
type: "CRS";
|
|
11681
11841
|
internalVapixParameters: string;
|
|
@@ -11761,6 +11921,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11761
11921
|
internalVapixParameters: string;
|
|
11762
11922
|
} | {
|
|
11763
11923
|
type: "CSw";
|
|
11924
|
+
internalVapixParameters: string;
|
|
11764
11925
|
} | {
|
|
11765
11926
|
type: "CRS";
|
|
11766
11927
|
internalVapixParameters: string;
|
|
@@ -11976,10 +12137,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11976
12137
|
internalVapixParameters: string;
|
|
11977
12138
|
}>, z.ZodObject<{
|
|
11978
12139
|
type: z.ZodLiteral<"CSw">;
|
|
12140
|
+
internalVapixParameters: z.ZodString;
|
|
11979
12141
|
}, "strip", z.ZodTypeAny, {
|
|
11980
12142
|
type: "CSw";
|
|
12143
|
+
internalVapixParameters: string;
|
|
11981
12144
|
}, {
|
|
11982
12145
|
type: "CSw";
|
|
12146
|
+
internalVapixParameters: string;
|
|
11983
12147
|
}>, z.ZodObject<{
|
|
11984
12148
|
type: z.ZodLiteral<"CRS">;
|
|
11985
12149
|
internalVapixParameters: z.ZodString;
|
|
@@ -12020,6 +12184,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12020
12184
|
internalVapixParameters: string;
|
|
12021
12185
|
} | {
|
|
12022
12186
|
type: "CSw";
|
|
12187
|
+
internalVapixParameters: string;
|
|
12023
12188
|
} | {
|
|
12024
12189
|
type: "CRS";
|
|
12025
12190
|
internalVapixParameters: string;
|
|
@@ -12052,6 +12217,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12052
12217
|
internalVapixParameters: string;
|
|
12053
12218
|
} | {
|
|
12054
12219
|
type: "CSw";
|
|
12220
|
+
internalVapixParameters: string;
|
|
12055
12221
|
} | {
|
|
12056
12222
|
type: "CRS";
|
|
12057
12223
|
internalVapixParameters: string;
|
|
@@ -12182,6 +12348,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12182
12348
|
internalVapixParameters: string;
|
|
12183
12349
|
} | {
|
|
12184
12350
|
type: "CSw";
|
|
12351
|
+
internalVapixParameters: string;
|
|
12185
12352
|
} | {
|
|
12186
12353
|
type: "CRS";
|
|
12187
12354
|
internalVapixParameters: string;
|
|
@@ -12267,6 +12434,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12267
12434
|
internalVapixParameters: string;
|
|
12268
12435
|
} | {
|
|
12269
12436
|
type: "CSw";
|
|
12437
|
+
internalVapixParameters: string;
|
|
12270
12438
|
} | {
|
|
12271
12439
|
type: "CRS";
|
|
12272
12440
|
internalVapixParameters: string;
|
|
@@ -12482,10 +12650,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12482
12650
|
internalVapixParameters: string;
|
|
12483
12651
|
}>, z.ZodObject<{
|
|
12484
12652
|
type: z.ZodLiteral<"CSw">;
|
|
12653
|
+
internalVapixParameters: z.ZodString;
|
|
12485
12654
|
}, "strip", z.ZodTypeAny, {
|
|
12486
12655
|
type: "CSw";
|
|
12656
|
+
internalVapixParameters: string;
|
|
12487
12657
|
}, {
|
|
12488
12658
|
type: "CSw";
|
|
12659
|
+
internalVapixParameters: string;
|
|
12489
12660
|
}>, z.ZodObject<{
|
|
12490
12661
|
type: z.ZodLiteral<"CRS">;
|
|
12491
12662
|
internalVapixParameters: z.ZodString;
|
|
@@ -12526,6 +12697,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12526
12697
|
internalVapixParameters: string;
|
|
12527
12698
|
} | {
|
|
12528
12699
|
type: "CSw";
|
|
12700
|
+
internalVapixParameters: string;
|
|
12529
12701
|
} | {
|
|
12530
12702
|
type: "CRS";
|
|
12531
12703
|
internalVapixParameters: string;
|
|
@@ -12558,6 +12730,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12558
12730
|
internalVapixParameters: string;
|
|
12559
12731
|
} | {
|
|
12560
12732
|
type: "CSw";
|
|
12733
|
+
internalVapixParameters: string;
|
|
12561
12734
|
} | {
|
|
12562
12735
|
type: "CRS";
|
|
12563
12736
|
internalVapixParameters: string;
|
|
@@ -12688,6 +12861,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12688
12861
|
internalVapixParameters: string;
|
|
12689
12862
|
} | {
|
|
12690
12863
|
type: "CSw";
|
|
12864
|
+
internalVapixParameters: string;
|
|
12691
12865
|
} | {
|
|
12692
12866
|
type: "CRS";
|
|
12693
12867
|
internalVapixParameters: string;
|
|
@@ -12773,6 +12947,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12773
12947
|
internalVapixParameters: string;
|
|
12774
12948
|
} | {
|
|
12775
12949
|
type: "CSw";
|
|
12950
|
+
internalVapixParameters: string;
|
|
12776
12951
|
} | {
|
|
12777
12952
|
type: "CRS";
|
|
12778
12953
|
internalVapixParameters: string;
|
|
@@ -12988,10 +13163,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12988
13163
|
internalVapixParameters: string;
|
|
12989
13164
|
}>, z.ZodObject<{
|
|
12990
13165
|
type: z.ZodLiteral<"CSw">;
|
|
13166
|
+
internalVapixParameters: z.ZodString;
|
|
12991
13167
|
}, "strip", z.ZodTypeAny, {
|
|
12992
13168
|
type: "CSw";
|
|
13169
|
+
internalVapixParameters: string;
|
|
12993
13170
|
}, {
|
|
12994
13171
|
type: "CSw";
|
|
13172
|
+
internalVapixParameters: string;
|
|
12995
13173
|
}>, z.ZodObject<{
|
|
12996
13174
|
type: z.ZodLiteral<"CRS">;
|
|
12997
13175
|
internalVapixParameters: z.ZodString;
|
|
@@ -13032,6 +13210,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13032
13210
|
internalVapixParameters: string;
|
|
13033
13211
|
} | {
|
|
13034
13212
|
type: "CSw";
|
|
13213
|
+
internalVapixParameters: string;
|
|
13035
13214
|
} | {
|
|
13036
13215
|
type: "CRS";
|
|
13037
13216
|
internalVapixParameters: string;
|
|
@@ -13064,6 +13243,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13064
13243
|
internalVapixParameters: string;
|
|
13065
13244
|
} | {
|
|
13066
13245
|
type: "CSw";
|
|
13246
|
+
internalVapixParameters: string;
|
|
13067
13247
|
} | {
|
|
13068
13248
|
type: "CRS";
|
|
13069
13249
|
internalVapixParameters: string;
|
|
@@ -13202,6 +13382,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13202
13382
|
internalVapixParameters: string;
|
|
13203
13383
|
} | {
|
|
13204
13384
|
type: "CSw";
|
|
13385
|
+
internalVapixParameters: string;
|
|
13205
13386
|
} | {
|
|
13206
13387
|
type: "CRS";
|
|
13207
13388
|
internalVapixParameters: string;
|
|
@@ -13295,6 +13476,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13295
13476
|
internalVapixParameters: string;
|
|
13296
13477
|
} | {
|
|
13297
13478
|
type: "CSw";
|
|
13479
|
+
internalVapixParameters: string;
|
|
13298
13480
|
} | {
|
|
13299
13481
|
type: "CRS";
|
|
13300
13482
|
internalVapixParameters: string;
|
|
@@ -13518,10 +13700,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13518
13700
|
internalVapixParameters: string;
|
|
13519
13701
|
}>, z.ZodObject<{
|
|
13520
13702
|
type: z.ZodLiteral<"CSw">;
|
|
13703
|
+
internalVapixParameters: z.ZodString;
|
|
13521
13704
|
}, "strip", z.ZodTypeAny, {
|
|
13522
13705
|
type: "CSw";
|
|
13706
|
+
internalVapixParameters: string;
|
|
13523
13707
|
}, {
|
|
13524
13708
|
type: "CSw";
|
|
13709
|
+
internalVapixParameters: string;
|
|
13525
13710
|
}>, z.ZodObject<{
|
|
13526
13711
|
type: z.ZodLiteral<"CRS">;
|
|
13527
13712
|
internalVapixParameters: z.ZodString;
|
|
@@ -13562,6 +13747,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13562
13747
|
internalVapixParameters: string;
|
|
13563
13748
|
} | {
|
|
13564
13749
|
type: "CSw";
|
|
13750
|
+
internalVapixParameters: string;
|
|
13565
13751
|
} | {
|
|
13566
13752
|
type: "CRS";
|
|
13567
13753
|
internalVapixParameters: string;
|
|
@@ -13594,6 +13780,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13594
13780
|
internalVapixParameters: string;
|
|
13595
13781
|
} | {
|
|
13596
13782
|
type: "CSw";
|
|
13783
|
+
internalVapixParameters: string;
|
|
13597
13784
|
} | {
|
|
13598
13785
|
type: "CRS";
|
|
13599
13786
|
internalVapixParameters: string;
|
|
@@ -13735,6 +13922,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13735
13922
|
internalVapixParameters: string;
|
|
13736
13923
|
} | {
|
|
13737
13924
|
type: "CSw";
|
|
13925
|
+
internalVapixParameters: string;
|
|
13738
13926
|
} | {
|
|
13739
13927
|
type: "CRS";
|
|
13740
13928
|
internalVapixParameters: string;
|
|
@@ -13831,6 +14019,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13831
14019
|
internalVapixParameters: string;
|
|
13832
14020
|
} | {
|
|
13833
14021
|
type: "CSw";
|
|
14022
|
+
internalVapixParameters: string;
|
|
13834
14023
|
} | {
|
|
13835
14024
|
type: "CRS";
|
|
13836
14025
|
internalVapixParameters: string;
|
|
@@ -14057,10 +14246,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14057
14246
|
internalVapixParameters: string;
|
|
14058
14247
|
}>, z.ZodObject<{
|
|
14059
14248
|
type: z.ZodLiteral<"CSw">;
|
|
14249
|
+
internalVapixParameters: z.ZodString;
|
|
14060
14250
|
}, "strip", z.ZodTypeAny, {
|
|
14061
14251
|
type: "CSw";
|
|
14252
|
+
internalVapixParameters: string;
|
|
14062
14253
|
}, {
|
|
14063
14254
|
type: "CSw";
|
|
14255
|
+
internalVapixParameters: string;
|
|
14064
14256
|
}>, z.ZodObject<{
|
|
14065
14257
|
type: z.ZodLiteral<"CRS">;
|
|
14066
14258
|
internalVapixParameters: z.ZodString;
|
|
@@ -14101,6 +14293,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14101
14293
|
internalVapixParameters: string;
|
|
14102
14294
|
} | {
|
|
14103
14295
|
type: "CSw";
|
|
14296
|
+
internalVapixParameters: string;
|
|
14104
14297
|
} | {
|
|
14105
14298
|
type: "CRS";
|
|
14106
14299
|
internalVapixParameters: string;
|
|
@@ -14133,6 +14326,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14133
14326
|
internalVapixParameters: string;
|
|
14134
14327
|
} | {
|
|
14135
14328
|
type: "CSw";
|
|
14329
|
+
internalVapixParameters: string;
|
|
14136
14330
|
} | {
|
|
14137
14331
|
type: "CRS";
|
|
14138
14332
|
internalVapixParameters: string;
|
|
@@ -14263,6 +14457,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14263
14457
|
internalVapixParameters: string;
|
|
14264
14458
|
} | {
|
|
14265
14459
|
type: "CSw";
|
|
14460
|
+
internalVapixParameters: string;
|
|
14266
14461
|
} | {
|
|
14267
14462
|
type: "CRS";
|
|
14268
14463
|
internalVapixParameters: string;
|
|
@@ -14348,6 +14543,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14348
14543
|
internalVapixParameters: string;
|
|
14349
14544
|
} | {
|
|
14350
14545
|
type: "CSw";
|
|
14546
|
+
internalVapixParameters: string;
|
|
14351
14547
|
} | {
|
|
14352
14548
|
type: "CRS";
|
|
14353
14549
|
internalVapixParameters: string;
|
|
@@ -14563,10 +14759,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14563
14759
|
internalVapixParameters: string;
|
|
14564
14760
|
}>, z.ZodObject<{
|
|
14565
14761
|
type: z.ZodLiteral<"CSw">;
|
|
14762
|
+
internalVapixParameters: z.ZodString;
|
|
14566
14763
|
}, "strip", z.ZodTypeAny, {
|
|
14567
14764
|
type: "CSw";
|
|
14765
|
+
internalVapixParameters: string;
|
|
14568
14766
|
}, {
|
|
14569
14767
|
type: "CSw";
|
|
14768
|
+
internalVapixParameters: string;
|
|
14570
14769
|
}>, z.ZodObject<{
|
|
14571
14770
|
type: z.ZodLiteral<"CRS">;
|
|
14572
14771
|
internalVapixParameters: z.ZodString;
|
|
@@ -14607,6 +14806,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14607
14806
|
internalVapixParameters: string;
|
|
14608
14807
|
} | {
|
|
14609
14808
|
type: "CSw";
|
|
14809
|
+
internalVapixParameters: string;
|
|
14610
14810
|
} | {
|
|
14611
14811
|
type: "CRS";
|
|
14612
14812
|
internalVapixParameters: string;
|
|
@@ -14639,6 +14839,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14639
14839
|
internalVapixParameters: string;
|
|
14640
14840
|
} | {
|
|
14641
14841
|
type: "CSw";
|
|
14842
|
+
internalVapixParameters: string;
|
|
14642
14843
|
} | {
|
|
14643
14844
|
type: "CRS";
|
|
14644
14845
|
internalVapixParameters: string;
|
|
@@ -14769,6 +14970,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14769
14970
|
internalVapixParameters: string;
|
|
14770
14971
|
} | {
|
|
14771
14972
|
type: "CSw";
|
|
14973
|
+
internalVapixParameters: string;
|
|
14772
14974
|
} | {
|
|
14773
14975
|
type: "CRS";
|
|
14774
14976
|
internalVapixParameters: string;
|
|
@@ -14854,6 +15056,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14854
15056
|
internalVapixParameters: string;
|
|
14855
15057
|
} | {
|
|
14856
15058
|
type: "CSw";
|
|
15059
|
+
internalVapixParameters: string;
|
|
14857
15060
|
} | {
|
|
14858
15061
|
type: "CRS";
|
|
14859
15062
|
internalVapixParameters: string;
|
|
@@ -15069,10 +15272,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15069
15272
|
internalVapixParameters: string;
|
|
15070
15273
|
}>, z.ZodObject<{
|
|
15071
15274
|
type: z.ZodLiteral<"CSw">;
|
|
15275
|
+
internalVapixParameters: z.ZodString;
|
|
15072
15276
|
}, "strip", z.ZodTypeAny, {
|
|
15073
15277
|
type: "CSw";
|
|
15278
|
+
internalVapixParameters: string;
|
|
15074
15279
|
}, {
|
|
15075
15280
|
type: "CSw";
|
|
15281
|
+
internalVapixParameters: string;
|
|
15076
15282
|
}>, z.ZodObject<{
|
|
15077
15283
|
type: z.ZodLiteral<"CRS">;
|
|
15078
15284
|
internalVapixParameters: z.ZodString;
|
|
@@ -15113,6 +15319,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15113
15319
|
internalVapixParameters: string;
|
|
15114
15320
|
} | {
|
|
15115
15321
|
type: "CSw";
|
|
15322
|
+
internalVapixParameters: string;
|
|
15116
15323
|
} | {
|
|
15117
15324
|
type: "CRS";
|
|
15118
15325
|
internalVapixParameters: string;
|
|
@@ -15145,6 +15352,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15145
15352
|
internalVapixParameters: string;
|
|
15146
15353
|
} | {
|
|
15147
15354
|
type: "CSw";
|
|
15355
|
+
internalVapixParameters: string;
|
|
15148
15356
|
} | {
|
|
15149
15357
|
type: "CRS";
|
|
15150
15358
|
internalVapixParameters: string;
|
|
@@ -15275,6 +15483,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15275
15483
|
internalVapixParameters: string;
|
|
15276
15484
|
} | {
|
|
15277
15485
|
type: "CSw";
|
|
15486
|
+
internalVapixParameters: string;
|
|
15278
15487
|
} | {
|
|
15279
15488
|
type: "CRS";
|
|
15280
15489
|
internalVapixParameters: string;
|
|
@@ -15360,6 +15569,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15360
15569
|
internalVapixParameters: string;
|
|
15361
15570
|
} | {
|
|
15362
15571
|
type: "CSw";
|
|
15572
|
+
internalVapixParameters: string;
|
|
15363
15573
|
} | {
|
|
15364
15574
|
type: "CRS";
|
|
15365
15575
|
internalVapixParameters: string;
|
|
@@ -15575,10 +15785,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15575
15785
|
internalVapixParameters: string;
|
|
15576
15786
|
}>, z.ZodObject<{
|
|
15577
15787
|
type: z.ZodLiteral<"CSw">;
|
|
15788
|
+
internalVapixParameters: z.ZodString;
|
|
15578
15789
|
}, "strip", z.ZodTypeAny, {
|
|
15579
15790
|
type: "CSw";
|
|
15791
|
+
internalVapixParameters: string;
|
|
15580
15792
|
}, {
|
|
15581
15793
|
type: "CSw";
|
|
15794
|
+
internalVapixParameters: string;
|
|
15582
15795
|
}>, z.ZodObject<{
|
|
15583
15796
|
type: z.ZodLiteral<"CRS">;
|
|
15584
15797
|
internalVapixParameters: z.ZodString;
|
|
@@ -15619,6 +15832,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15619
15832
|
internalVapixParameters: string;
|
|
15620
15833
|
} | {
|
|
15621
15834
|
type: "CSw";
|
|
15835
|
+
internalVapixParameters: string;
|
|
15622
15836
|
} | {
|
|
15623
15837
|
type: "CRS";
|
|
15624
15838
|
internalVapixParameters: string;
|
|
@@ -15651,6 +15865,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15651
15865
|
internalVapixParameters: string;
|
|
15652
15866
|
} | {
|
|
15653
15867
|
type: "CSw";
|
|
15868
|
+
internalVapixParameters: string;
|
|
15654
15869
|
} | {
|
|
15655
15870
|
type: "CRS";
|
|
15656
15871
|
internalVapixParameters: string;
|
|
@@ -15781,6 +15996,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15781
15996
|
internalVapixParameters: string;
|
|
15782
15997
|
} | {
|
|
15783
15998
|
type: "CSw";
|
|
15999
|
+
internalVapixParameters: string;
|
|
15784
16000
|
} | {
|
|
15785
16001
|
type: "CRS";
|
|
15786
16002
|
internalVapixParameters: string;
|
|
@@ -15866,6 +16082,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15866
16082
|
internalVapixParameters: string;
|
|
15867
16083
|
} | {
|
|
15868
16084
|
type: "CSw";
|
|
16085
|
+
internalVapixParameters: string;
|
|
15869
16086
|
} | {
|
|
15870
16087
|
type: "CRS";
|
|
15871
16088
|
internalVapixParameters: string;
|
|
@@ -16081,10 +16298,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16081
16298
|
internalVapixParameters: string;
|
|
16082
16299
|
}>, z.ZodObject<{
|
|
16083
16300
|
type: z.ZodLiteral<"CSw">;
|
|
16301
|
+
internalVapixParameters: z.ZodString;
|
|
16084
16302
|
}, "strip", z.ZodTypeAny, {
|
|
16085
16303
|
type: "CSw";
|
|
16304
|
+
internalVapixParameters: string;
|
|
16086
16305
|
}, {
|
|
16087
16306
|
type: "CSw";
|
|
16307
|
+
internalVapixParameters: string;
|
|
16088
16308
|
}>, z.ZodObject<{
|
|
16089
16309
|
type: z.ZodLiteral<"CRS">;
|
|
16090
16310
|
internalVapixParameters: z.ZodString;
|
|
@@ -16125,6 +16345,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16125
16345
|
internalVapixParameters: string;
|
|
16126
16346
|
} | {
|
|
16127
16347
|
type: "CSw";
|
|
16348
|
+
internalVapixParameters: string;
|
|
16128
16349
|
} | {
|
|
16129
16350
|
type: "CRS";
|
|
16130
16351
|
internalVapixParameters: string;
|
|
@@ -16157,6 +16378,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16157
16378
|
internalVapixParameters: string;
|
|
16158
16379
|
} | {
|
|
16159
16380
|
type: "CSw";
|
|
16381
|
+
internalVapixParameters: string;
|
|
16160
16382
|
} | {
|
|
16161
16383
|
type: "CRS";
|
|
16162
16384
|
internalVapixParameters: string;
|
|
@@ -16287,6 +16509,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16287
16509
|
internalVapixParameters: string;
|
|
16288
16510
|
} | {
|
|
16289
16511
|
type: "CSw";
|
|
16512
|
+
internalVapixParameters: string;
|
|
16290
16513
|
} | {
|
|
16291
16514
|
type: "CRS";
|
|
16292
16515
|
internalVapixParameters: string;
|
|
@@ -16372,6 +16595,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16372
16595
|
internalVapixParameters: string;
|
|
16373
16596
|
} | {
|
|
16374
16597
|
type: "CSw";
|
|
16598
|
+
internalVapixParameters: string;
|
|
16375
16599
|
} | {
|
|
16376
16600
|
type: "CRS";
|
|
16377
16601
|
internalVapixParameters: string;
|
|
@@ -16587,10 +16811,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16587
16811
|
internalVapixParameters: string;
|
|
16588
16812
|
}>, z.ZodObject<{
|
|
16589
16813
|
type: z.ZodLiteral<"CSw">;
|
|
16814
|
+
internalVapixParameters: z.ZodString;
|
|
16590
16815
|
}, "strip", z.ZodTypeAny, {
|
|
16591
16816
|
type: "CSw";
|
|
16817
|
+
internalVapixParameters: string;
|
|
16592
16818
|
}, {
|
|
16593
16819
|
type: "CSw";
|
|
16820
|
+
internalVapixParameters: string;
|
|
16594
16821
|
}>, z.ZodObject<{
|
|
16595
16822
|
type: z.ZodLiteral<"CRS">;
|
|
16596
16823
|
internalVapixParameters: z.ZodString;
|
|
@@ -16631,6 +16858,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16631
16858
|
internalVapixParameters: string;
|
|
16632
16859
|
} | {
|
|
16633
16860
|
type: "CSw";
|
|
16861
|
+
internalVapixParameters: string;
|
|
16634
16862
|
} | {
|
|
16635
16863
|
type: "CRS";
|
|
16636
16864
|
internalVapixParameters: string;
|
|
@@ -16663,6 +16891,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16663
16891
|
internalVapixParameters: string;
|
|
16664
16892
|
} | {
|
|
16665
16893
|
type: "CSw";
|
|
16894
|
+
internalVapixParameters: string;
|
|
16666
16895
|
} | {
|
|
16667
16896
|
type: "CRS";
|
|
16668
16897
|
internalVapixParameters: string;
|
|
@@ -16793,6 +17022,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16793
17022
|
internalVapixParameters: string;
|
|
16794
17023
|
} | {
|
|
16795
17024
|
type: "CSw";
|
|
17025
|
+
internalVapixParameters: string;
|
|
16796
17026
|
} | {
|
|
16797
17027
|
type: "CRS";
|
|
16798
17028
|
internalVapixParameters: string;
|
|
@@ -16878,6 +17108,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16878
17108
|
internalVapixParameters: string;
|
|
16879
17109
|
} | {
|
|
16880
17110
|
type: "CSw";
|
|
17111
|
+
internalVapixParameters: string;
|
|
16881
17112
|
} | {
|
|
16882
17113
|
type: "CRS";
|
|
16883
17114
|
internalVapixParameters: string;
|
|
@@ -17093,10 +17324,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17093
17324
|
internalVapixParameters: string;
|
|
17094
17325
|
}>, z.ZodObject<{
|
|
17095
17326
|
type: z.ZodLiteral<"CSw">;
|
|
17327
|
+
internalVapixParameters: z.ZodString;
|
|
17096
17328
|
}, "strip", z.ZodTypeAny, {
|
|
17097
17329
|
type: "CSw";
|
|
17330
|
+
internalVapixParameters: string;
|
|
17098
17331
|
}, {
|
|
17099
17332
|
type: "CSw";
|
|
17333
|
+
internalVapixParameters: string;
|
|
17100
17334
|
}>, z.ZodObject<{
|
|
17101
17335
|
type: z.ZodLiteral<"CRS">;
|
|
17102
17336
|
internalVapixParameters: z.ZodString;
|
|
@@ -17137,6 +17371,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17137
17371
|
internalVapixParameters: string;
|
|
17138
17372
|
} | {
|
|
17139
17373
|
type: "CSw";
|
|
17374
|
+
internalVapixParameters: string;
|
|
17140
17375
|
} | {
|
|
17141
17376
|
type: "CRS";
|
|
17142
17377
|
internalVapixParameters: string;
|
|
@@ -17169,6 +17404,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17169
17404
|
internalVapixParameters: string;
|
|
17170
17405
|
} | {
|
|
17171
17406
|
type: "CSw";
|
|
17407
|
+
internalVapixParameters: string;
|
|
17172
17408
|
} | {
|
|
17173
17409
|
type: "CRS";
|
|
17174
17410
|
internalVapixParameters: string;
|
|
@@ -17299,6 +17535,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17299
17535
|
internalVapixParameters: string;
|
|
17300
17536
|
} | {
|
|
17301
17537
|
type: "CSw";
|
|
17538
|
+
internalVapixParameters: string;
|
|
17302
17539
|
} | {
|
|
17303
17540
|
type: "CRS";
|
|
17304
17541
|
internalVapixParameters: string;
|
|
@@ -17384,6 +17621,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17384
17621
|
internalVapixParameters: string;
|
|
17385
17622
|
} | {
|
|
17386
17623
|
type: "CSw";
|
|
17624
|
+
internalVapixParameters: string;
|
|
17387
17625
|
} | {
|
|
17388
17626
|
type: "CRS";
|
|
17389
17627
|
internalVapixParameters: string;
|
|
@@ -17599,10 +17837,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17599
17837
|
internalVapixParameters: string;
|
|
17600
17838
|
}>, z.ZodObject<{
|
|
17601
17839
|
type: z.ZodLiteral<"CSw">;
|
|
17840
|
+
internalVapixParameters: z.ZodString;
|
|
17602
17841
|
}, "strip", z.ZodTypeAny, {
|
|
17603
17842
|
type: "CSw";
|
|
17843
|
+
internalVapixParameters: string;
|
|
17604
17844
|
}, {
|
|
17605
17845
|
type: "CSw";
|
|
17846
|
+
internalVapixParameters: string;
|
|
17606
17847
|
}>, z.ZodObject<{
|
|
17607
17848
|
type: z.ZodLiteral<"CRS">;
|
|
17608
17849
|
internalVapixParameters: z.ZodString;
|
|
@@ -17643,6 +17884,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17643
17884
|
internalVapixParameters: string;
|
|
17644
17885
|
} | {
|
|
17645
17886
|
type: "CSw";
|
|
17887
|
+
internalVapixParameters: string;
|
|
17646
17888
|
} | {
|
|
17647
17889
|
type: "CRS";
|
|
17648
17890
|
internalVapixParameters: string;
|
|
@@ -17675,6 +17917,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17675
17917
|
internalVapixParameters: string;
|
|
17676
17918
|
} | {
|
|
17677
17919
|
type: "CSw";
|
|
17920
|
+
internalVapixParameters: string;
|
|
17678
17921
|
} | {
|
|
17679
17922
|
type: "CRS";
|
|
17680
17923
|
internalVapixParameters: string;
|
|
@@ -17805,6 +18048,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17805
18048
|
internalVapixParameters: string;
|
|
17806
18049
|
} | {
|
|
17807
18050
|
type: "CSw";
|
|
18051
|
+
internalVapixParameters: string;
|
|
17808
18052
|
} | {
|
|
17809
18053
|
type: "CRS";
|
|
17810
18054
|
internalVapixParameters: string;
|
|
@@ -17890,6 +18134,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17890
18134
|
internalVapixParameters: string;
|
|
17891
18135
|
} | {
|
|
17892
18136
|
type: "CSw";
|
|
18137
|
+
internalVapixParameters: string;
|
|
17893
18138
|
} | {
|
|
17894
18139
|
type: "CRS";
|
|
17895
18140
|
internalVapixParameters: string;
|
|
@@ -18105,10 +18350,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18105
18350
|
internalVapixParameters: string;
|
|
18106
18351
|
}>, z.ZodObject<{
|
|
18107
18352
|
type: z.ZodLiteral<"CSw">;
|
|
18353
|
+
internalVapixParameters: z.ZodString;
|
|
18108
18354
|
}, "strip", z.ZodTypeAny, {
|
|
18109
18355
|
type: "CSw";
|
|
18356
|
+
internalVapixParameters: string;
|
|
18110
18357
|
}, {
|
|
18111
18358
|
type: "CSw";
|
|
18359
|
+
internalVapixParameters: string;
|
|
18112
18360
|
}>, z.ZodObject<{
|
|
18113
18361
|
type: z.ZodLiteral<"CRS">;
|
|
18114
18362
|
internalVapixParameters: z.ZodString;
|
|
@@ -18149,6 +18397,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18149
18397
|
internalVapixParameters: string;
|
|
18150
18398
|
} | {
|
|
18151
18399
|
type: "CSw";
|
|
18400
|
+
internalVapixParameters: string;
|
|
18152
18401
|
} | {
|
|
18153
18402
|
type: "CRS";
|
|
18154
18403
|
internalVapixParameters: string;
|
|
@@ -18181,6 +18430,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18181
18430
|
internalVapixParameters: string;
|
|
18182
18431
|
} | {
|
|
18183
18432
|
type: "CSw";
|
|
18433
|
+
internalVapixParameters: string;
|
|
18184
18434
|
} | {
|
|
18185
18435
|
type: "CRS";
|
|
18186
18436
|
internalVapixParameters: string;
|
|
@@ -18311,6 +18561,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18311
18561
|
internalVapixParameters: string;
|
|
18312
18562
|
} | {
|
|
18313
18563
|
type: "CSw";
|
|
18564
|
+
internalVapixParameters: string;
|
|
18314
18565
|
} | {
|
|
18315
18566
|
type: "CRS";
|
|
18316
18567
|
internalVapixParameters: string;
|
|
@@ -18396,6 +18647,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18396
18647
|
internalVapixParameters: string;
|
|
18397
18648
|
} | {
|
|
18398
18649
|
type: "CSw";
|
|
18650
|
+
internalVapixParameters: string;
|
|
18399
18651
|
} | {
|
|
18400
18652
|
type: "CRS";
|
|
18401
18653
|
internalVapixParameters: string;
|
|
@@ -18611,10 +18863,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18611
18863
|
internalVapixParameters: string;
|
|
18612
18864
|
}>, z.ZodObject<{
|
|
18613
18865
|
type: z.ZodLiteral<"CSw">;
|
|
18866
|
+
internalVapixParameters: z.ZodString;
|
|
18614
18867
|
}, "strip", z.ZodTypeAny, {
|
|
18615
18868
|
type: "CSw";
|
|
18869
|
+
internalVapixParameters: string;
|
|
18616
18870
|
}, {
|
|
18617
18871
|
type: "CSw";
|
|
18872
|
+
internalVapixParameters: string;
|
|
18618
18873
|
}>, z.ZodObject<{
|
|
18619
18874
|
type: z.ZodLiteral<"CRS">;
|
|
18620
18875
|
internalVapixParameters: z.ZodString;
|
|
@@ -18655,6 +18910,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18655
18910
|
internalVapixParameters: string;
|
|
18656
18911
|
} | {
|
|
18657
18912
|
type: "CSw";
|
|
18913
|
+
internalVapixParameters: string;
|
|
18658
18914
|
} | {
|
|
18659
18915
|
type: "CRS";
|
|
18660
18916
|
internalVapixParameters: string;
|
|
@@ -18687,6 +18943,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18687
18943
|
internalVapixParameters: string;
|
|
18688
18944
|
} | {
|
|
18689
18945
|
type: "CSw";
|
|
18946
|
+
internalVapixParameters: string;
|
|
18690
18947
|
} | {
|
|
18691
18948
|
type: "CRS";
|
|
18692
18949
|
internalVapixParameters: string;
|
|
@@ -18817,6 +19074,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18817
19074
|
internalVapixParameters: string;
|
|
18818
19075
|
} | {
|
|
18819
19076
|
type: "CSw";
|
|
19077
|
+
internalVapixParameters: string;
|
|
18820
19078
|
} | {
|
|
18821
19079
|
type: "CRS";
|
|
18822
19080
|
internalVapixParameters: string;
|
|
@@ -18902,6 +19160,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18902
19160
|
internalVapixParameters: string;
|
|
18903
19161
|
} | {
|
|
18904
19162
|
type: "CSw";
|
|
19163
|
+
internalVapixParameters: string;
|
|
18905
19164
|
} | {
|
|
18906
19165
|
type: "CRS";
|
|
18907
19166
|
internalVapixParameters: string;
|
|
@@ -19117,10 +19376,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19117
19376
|
internalVapixParameters: string;
|
|
19118
19377
|
}>, z.ZodObject<{
|
|
19119
19378
|
type: z.ZodLiteral<"CSw">;
|
|
19379
|
+
internalVapixParameters: z.ZodString;
|
|
19120
19380
|
}, "strip", z.ZodTypeAny, {
|
|
19121
19381
|
type: "CSw";
|
|
19382
|
+
internalVapixParameters: string;
|
|
19122
19383
|
}, {
|
|
19123
19384
|
type: "CSw";
|
|
19385
|
+
internalVapixParameters: string;
|
|
19124
19386
|
}>, z.ZodObject<{
|
|
19125
19387
|
type: z.ZodLiteral<"CRS">;
|
|
19126
19388
|
internalVapixParameters: z.ZodString;
|
|
@@ -19161,6 +19423,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19161
19423
|
internalVapixParameters: string;
|
|
19162
19424
|
} | {
|
|
19163
19425
|
type: "CSw";
|
|
19426
|
+
internalVapixParameters: string;
|
|
19164
19427
|
} | {
|
|
19165
19428
|
type: "CRS";
|
|
19166
19429
|
internalVapixParameters: string;
|
|
@@ -19193,6 +19456,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19193
19456
|
internalVapixParameters: string;
|
|
19194
19457
|
} | {
|
|
19195
19458
|
type: "CSw";
|
|
19459
|
+
internalVapixParameters: string;
|
|
19196
19460
|
} | {
|
|
19197
19461
|
type: "CRS";
|
|
19198
19462
|
internalVapixParameters: string;
|
|
@@ -19323,6 +19587,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19323
19587
|
internalVapixParameters: string;
|
|
19324
19588
|
} | {
|
|
19325
19589
|
type: "CSw";
|
|
19590
|
+
internalVapixParameters: string;
|
|
19326
19591
|
} | {
|
|
19327
19592
|
type: "CRS";
|
|
19328
19593
|
internalVapixParameters: string;
|
|
@@ -19408,6 +19673,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19408
19673
|
internalVapixParameters: string;
|
|
19409
19674
|
} | {
|
|
19410
19675
|
type: "CSw";
|
|
19676
|
+
internalVapixParameters: string;
|
|
19411
19677
|
} | {
|
|
19412
19678
|
type: "CRS";
|
|
19413
19679
|
internalVapixParameters: string;
|
|
@@ -19623,10 +19889,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19623
19889
|
internalVapixParameters: string;
|
|
19624
19890
|
}>, z.ZodObject<{
|
|
19625
19891
|
type: z.ZodLiteral<"CSw">;
|
|
19892
|
+
internalVapixParameters: z.ZodString;
|
|
19626
19893
|
}, "strip", z.ZodTypeAny, {
|
|
19627
19894
|
type: "CSw";
|
|
19895
|
+
internalVapixParameters: string;
|
|
19628
19896
|
}, {
|
|
19629
19897
|
type: "CSw";
|
|
19898
|
+
internalVapixParameters: string;
|
|
19630
19899
|
}>, z.ZodObject<{
|
|
19631
19900
|
type: z.ZodLiteral<"CRS">;
|
|
19632
19901
|
internalVapixParameters: z.ZodString;
|
|
@@ -19667,6 +19936,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19667
19936
|
internalVapixParameters: string;
|
|
19668
19937
|
} | {
|
|
19669
19938
|
type: "CSw";
|
|
19939
|
+
internalVapixParameters: string;
|
|
19670
19940
|
} | {
|
|
19671
19941
|
type: "CRS";
|
|
19672
19942
|
internalVapixParameters: string;
|
|
@@ -19699,6 +19969,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19699
19969
|
internalVapixParameters: string;
|
|
19700
19970
|
} | {
|
|
19701
19971
|
type: "CSw";
|
|
19972
|
+
internalVapixParameters: string;
|
|
19702
19973
|
} | {
|
|
19703
19974
|
type: "CRS";
|
|
19704
19975
|
internalVapixParameters: string;
|
|
@@ -19829,6 +20100,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19829
20100
|
internalVapixParameters: string;
|
|
19830
20101
|
} | {
|
|
19831
20102
|
type: "CSw";
|
|
20103
|
+
internalVapixParameters: string;
|
|
19832
20104
|
} | {
|
|
19833
20105
|
type: "CRS";
|
|
19834
20106
|
internalVapixParameters: string;
|
|
@@ -19914,6 +20186,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19914
20186
|
internalVapixParameters: string;
|
|
19915
20187
|
} | {
|
|
19916
20188
|
type: "CSw";
|
|
20189
|
+
internalVapixParameters: string;
|
|
19917
20190
|
} | {
|
|
19918
20191
|
type: "CRS";
|
|
19919
20192
|
internalVapixParameters: string;
|
|
@@ -20129,10 +20402,13 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20129
20402
|
internalVapixParameters: string;
|
|
20130
20403
|
}>, z.ZodObject<{
|
|
20131
20404
|
type: z.ZodLiteral<"CSw">;
|
|
20405
|
+
internalVapixParameters: z.ZodString;
|
|
20132
20406
|
}, "strip", z.ZodTypeAny, {
|
|
20133
20407
|
type: "CSw";
|
|
20408
|
+
internalVapixParameters: string;
|
|
20134
20409
|
}, {
|
|
20135
20410
|
type: "CSw";
|
|
20411
|
+
internalVapixParameters: string;
|
|
20136
20412
|
}>, z.ZodObject<{
|
|
20137
20413
|
type: z.ZodLiteral<"CRS">;
|
|
20138
20414
|
internalVapixParameters: z.ZodString;
|
|
@@ -20173,6 +20449,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20173
20449
|
internalVapixParameters: string;
|
|
20174
20450
|
} | {
|
|
20175
20451
|
type: "CSw";
|
|
20452
|
+
internalVapixParameters: string;
|
|
20176
20453
|
} | {
|
|
20177
20454
|
type: "CRS";
|
|
20178
20455
|
internalVapixParameters: string;
|
|
@@ -20205,6 +20482,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20205
20482
|
internalVapixParameters: string;
|
|
20206
20483
|
} | {
|
|
20207
20484
|
type: "CSw";
|
|
20485
|
+
internalVapixParameters: string;
|
|
20208
20486
|
} | {
|
|
20209
20487
|
type: "CRS";
|
|
20210
20488
|
internalVapixParameters: string;
|
|
@@ -20335,6 +20613,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20335
20613
|
internalVapixParameters: string;
|
|
20336
20614
|
} | {
|
|
20337
20615
|
type: "CSw";
|
|
20616
|
+
internalVapixParameters: string;
|
|
20338
20617
|
} | {
|
|
20339
20618
|
type: "CRS";
|
|
20340
20619
|
internalVapixParameters: string;
|
|
@@ -20420,6 +20699,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20420
20699
|
internalVapixParameters: string;
|
|
20421
20700
|
} | {
|
|
20422
20701
|
type: "CSw";
|
|
20702
|
+
internalVapixParameters: string;
|
|
20423
20703
|
} | {
|
|
20424
20704
|
type: "CRS";
|
|
20425
20705
|
internalVapixParameters: string;
|
|
@@ -20514,6 +20794,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20514
20794
|
internalVapixParameters: string;
|
|
20515
20795
|
} | {
|
|
20516
20796
|
type: "CSw";
|
|
20797
|
+
internalVapixParameters: string;
|
|
20517
20798
|
} | {
|
|
20518
20799
|
type: "CRS";
|
|
20519
20800
|
internalVapixParameters: string;
|
|
@@ -20602,6 +20883,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20602
20883
|
internalVapixParameters: string;
|
|
20603
20884
|
} | {
|
|
20604
20885
|
type: "CSw";
|
|
20886
|
+
internalVapixParameters: string;
|
|
20605
20887
|
} | {
|
|
20606
20888
|
type: "CRS";
|
|
20607
20889
|
internalVapixParameters: string;
|
|
@@ -20695,6 +20977,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20695
20977
|
internalVapixParameters: string;
|
|
20696
20978
|
} | {
|
|
20697
20979
|
type: "CSw";
|
|
20980
|
+
internalVapixParameters: string;
|
|
20698
20981
|
} | {
|
|
20699
20982
|
type: "CRS";
|
|
20700
20983
|
internalVapixParameters: string;
|
|
@@ -20791,6 +21074,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20791
21074
|
internalVapixParameters: string;
|
|
20792
21075
|
} | {
|
|
20793
21076
|
type: "CSw";
|
|
21077
|
+
internalVapixParameters: string;
|
|
20794
21078
|
} | {
|
|
20795
21079
|
type: "CRS";
|
|
20796
21080
|
internalVapixParameters: string;
|
|
@@ -20876,6 +21160,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20876
21160
|
internalVapixParameters: string;
|
|
20877
21161
|
} | {
|
|
20878
21162
|
type: "CSw";
|
|
21163
|
+
internalVapixParameters: string;
|
|
20879
21164
|
} | {
|
|
20880
21165
|
type: "CRS";
|
|
20881
21166
|
internalVapixParameters: string;
|
|
@@ -20961,6 +21246,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20961
21246
|
internalVapixParameters: string;
|
|
20962
21247
|
} | {
|
|
20963
21248
|
type: "CSw";
|
|
21249
|
+
internalVapixParameters: string;
|
|
20964
21250
|
} | {
|
|
20965
21251
|
type: "CRS";
|
|
20966
21252
|
internalVapixParameters: string;
|
|
@@ -21046,6 +21332,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21046
21332
|
internalVapixParameters: string;
|
|
21047
21333
|
} | {
|
|
21048
21334
|
type: "CSw";
|
|
21335
|
+
internalVapixParameters: string;
|
|
21049
21336
|
} | {
|
|
21050
21337
|
type: "CRS";
|
|
21051
21338
|
internalVapixParameters: string;
|
|
@@ -21131,6 +21418,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21131
21418
|
internalVapixParameters: string;
|
|
21132
21419
|
} | {
|
|
21133
21420
|
type: "CSw";
|
|
21421
|
+
internalVapixParameters: string;
|
|
21134
21422
|
} | {
|
|
21135
21423
|
type: "CRS";
|
|
21136
21424
|
internalVapixParameters: string;
|
|
@@ -21216,6 +21504,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21216
21504
|
internalVapixParameters: string;
|
|
21217
21505
|
} | {
|
|
21218
21506
|
type: "CSw";
|
|
21507
|
+
internalVapixParameters: string;
|
|
21219
21508
|
} | {
|
|
21220
21509
|
type: "CRS";
|
|
21221
21510
|
internalVapixParameters: string;
|
|
@@ -21301,6 +21590,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21301
21590
|
internalVapixParameters: string;
|
|
21302
21591
|
} | {
|
|
21303
21592
|
type: "CSw";
|
|
21593
|
+
internalVapixParameters: string;
|
|
21304
21594
|
} | {
|
|
21305
21595
|
type: "CRS";
|
|
21306
21596
|
internalVapixParameters: string;
|
|
@@ -21386,6 +21676,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21386
21676
|
internalVapixParameters: string;
|
|
21387
21677
|
} | {
|
|
21388
21678
|
type: "CSw";
|
|
21679
|
+
internalVapixParameters: string;
|
|
21389
21680
|
} | {
|
|
21390
21681
|
type: "CRS";
|
|
21391
21682
|
internalVapixParameters: string;
|
|
@@ -21471,6 +21762,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21471
21762
|
internalVapixParameters: string;
|
|
21472
21763
|
} | {
|
|
21473
21764
|
type: "CSw";
|
|
21765
|
+
internalVapixParameters: string;
|
|
21474
21766
|
} | {
|
|
21475
21767
|
type: "CRS";
|
|
21476
21768
|
internalVapixParameters: string;
|
|
@@ -21556,6 +21848,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21556
21848
|
internalVapixParameters: string;
|
|
21557
21849
|
} | {
|
|
21558
21850
|
type: "CSw";
|
|
21851
|
+
internalVapixParameters: string;
|
|
21559
21852
|
} | {
|
|
21560
21853
|
type: "CRS";
|
|
21561
21854
|
internalVapixParameters: string;
|
|
@@ -21641,6 +21934,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21641
21934
|
internalVapixParameters: string;
|
|
21642
21935
|
} | {
|
|
21643
21936
|
type: "CSw";
|
|
21937
|
+
internalVapixParameters: string;
|
|
21644
21938
|
} | {
|
|
21645
21939
|
type: "CRS";
|
|
21646
21940
|
internalVapixParameters: string;
|
|
@@ -21726,6 +22020,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21726
22020
|
internalVapixParameters: string;
|
|
21727
22021
|
} | {
|
|
21728
22022
|
type: "CSw";
|
|
22023
|
+
internalVapixParameters: string;
|
|
21729
22024
|
} | {
|
|
21730
22025
|
type: "CRS";
|
|
21731
22026
|
internalVapixParameters: string;
|
|
@@ -21811,6 +22106,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21811
22106
|
internalVapixParameters: string;
|
|
21812
22107
|
} | {
|
|
21813
22108
|
type: "CSw";
|
|
22109
|
+
internalVapixParameters: string;
|
|
21814
22110
|
} | {
|
|
21815
22111
|
type: "CRS";
|
|
21816
22112
|
internalVapixParameters: string;
|
|
@@ -21896,6 +22192,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21896
22192
|
internalVapixParameters: string;
|
|
21897
22193
|
} | {
|
|
21898
22194
|
type: "CSw";
|
|
22195
|
+
internalVapixParameters: string;
|
|
21899
22196
|
} | {
|
|
21900
22197
|
type: "CRS";
|
|
21901
22198
|
internalVapixParameters: string;
|
|
@@ -21981,6 +22278,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21981
22278
|
internalVapixParameters: string;
|
|
21982
22279
|
} | {
|
|
21983
22280
|
type: "CSw";
|
|
22281
|
+
internalVapixParameters: string;
|
|
21984
22282
|
} | {
|
|
21985
22283
|
type: "CRS";
|
|
21986
22284
|
internalVapixParameters: string;
|
|
@@ -22066,6 +22364,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22066
22364
|
internalVapixParameters: string;
|
|
22067
22365
|
} | {
|
|
22068
22366
|
type: "CSw";
|
|
22367
|
+
internalVapixParameters: string;
|
|
22069
22368
|
} | {
|
|
22070
22369
|
type: "CRS";
|
|
22071
22370
|
internalVapixParameters: string;
|
|
@@ -22151,6 +22450,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22151
22450
|
internalVapixParameters: string;
|
|
22152
22451
|
} | {
|
|
22153
22452
|
type: "CSw";
|
|
22453
|
+
internalVapixParameters: string;
|
|
22154
22454
|
} | {
|
|
22155
22455
|
type: "CRS";
|
|
22156
22456
|
internalVapixParameters: string;
|
|
@@ -22245,6 +22545,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22245
22545
|
internalVapixParameters: string;
|
|
22246
22546
|
} | {
|
|
22247
22547
|
type: "CSw";
|
|
22548
|
+
internalVapixParameters: string;
|
|
22248
22549
|
} | {
|
|
22249
22550
|
type: "CRS";
|
|
22250
22551
|
internalVapixParameters: string;
|
|
@@ -22333,6 +22634,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22333
22634
|
internalVapixParameters: string;
|
|
22334
22635
|
} | {
|
|
22335
22636
|
type: "CSw";
|
|
22637
|
+
internalVapixParameters: string;
|
|
22336
22638
|
} | {
|
|
22337
22639
|
type: "CRS";
|
|
22338
22640
|
internalVapixParameters: string;
|
|
@@ -22426,6 +22728,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22426
22728
|
internalVapixParameters: string;
|
|
22427
22729
|
} | {
|
|
22428
22730
|
type: "CSw";
|
|
22731
|
+
internalVapixParameters: string;
|
|
22429
22732
|
} | {
|
|
22430
22733
|
type: "CRS";
|
|
22431
22734
|
internalVapixParameters: string;
|
|
@@ -22522,6 +22825,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22522
22825
|
internalVapixParameters: string;
|
|
22523
22826
|
} | {
|
|
22524
22827
|
type: "CSw";
|
|
22828
|
+
internalVapixParameters: string;
|
|
22525
22829
|
} | {
|
|
22526
22830
|
type: "CRS";
|
|
22527
22831
|
internalVapixParameters: string;
|
|
@@ -22607,6 +22911,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22607
22911
|
internalVapixParameters: string;
|
|
22608
22912
|
} | {
|
|
22609
22913
|
type: "CSw";
|
|
22914
|
+
internalVapixParameters: string;
|
|
22610
22915
|
} | {
|
|
22611
22916
|
type: "CRS";
|
|
22612
22917
|
internalVapixParameters: string;
|
|
@@ -22692,6 +22997,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22692
22997
|
internalVapixParameters: string;
|
|
22693
22998
|
} | {
|
|
22694
22999
|
type: "CSw";
|
|
23000
|
+
internalVapixParameters: string;
|
|
22695
23001
|
} | {
|
|
22696
23002
|
type: "CRS";
|
|
22697
23003
|
internalVapixParameters: string;
|
|
@@ -22777,6 +23083,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22777
23083
|
internalVapixParameters: string;
|
|
22778
23084
|
} | {
|
|
22779
23085
|
type: "CSw";
|
|
23086
|
+
internalVapixParameters: string;
|
|
22780
23087
|
} | {
|
|
22781
23088
|
type: "CRS";
|
|
22782
23089
|
internalVapixParameters: string;
|
|
@@ -22862,6 +23169,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22862
23169
|
internalVapixParameters: string;
|
|
22863
23170
|
} | {
|
|
22864
23171
|
type: "CSw";
|
|
23172
|
+
internalVapixParameters: string;
|
|
22865
23173
|
} | {
|
|
22866
23174
|
type: "CRS";
|
|
22867
23175
|
internalVapixParameters: string;
|
|
@@ -22947,6 +23255,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22947
23255
|
internalVapixParameters: string;
|
|
22948
23256
|
} | {
|
|
22949
23257
|
type: "CSw";
|
|
23258
|
+
internalVapixParameters: string;
|
|
22950
23259
|
} | {
|
|
22951
23260
|
type: "CRS";
|
|
22952
23261
|
internalVapixParameters: string;
|
|
@@ -23032,6 +23341,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23032
23341
|
internalVapixParameters: string;
|
|
23033
23342
|
} | {
|
|
23034
23343
|
type: "CSw";
|
|
23344
|
+
internalVapixParameters: string;
|
|
23035
23345
|
} | {
|
|
23036
23346
|
type: "CRS";
|
|
23037
23347
|
internalVapixParameters: string;
|
|
@@ -23117,6 +23427,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23117
23427
|
internalVapixParameters: string;
|
|
23118
23428
|
} | {
|
|
23119
23429
|
type: "CSw";
|
|
23430
|
+
internalVapixParameters: string;
|
|
23120
23431
|
} | {
|
|
23121
23432
|
type: "CRS";
|
|
23122
23433
|
internalVapixParameters: string;
|
|
@@ -23202,6 +23513,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23202
23513
|
internalVapixParameters: string;
|
|
23203
23514
|
} | {
|
|
23204
23515
|
type: "CSw";
|
|
23516
|
+
internalVapixParameters: string;
|
|
23205
23517
|
} | {
|
|
23206
23518
|
type: "CRS";
|
|
23207
23519
|
internalVapixParameters: string;
|
|
@@ -23287,6 +23599,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23287
23599
|
internalVapixParameters: string;
|
|
23288
23600
|
} | {
|
|
23289
23601
|
type: "CSw";
|
|
23602
|
+
internalVapixParameters: string;
|
|
23290
23603
|
} | {
|
|
23291
23604
|
type: "CRS";
|
|
23292
23605
|
internalVapixParameters: string;
|
|
@@ -23372,6 +23685,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23372
23685
|
internalVapixParameters: string;
|
|
23373
23686
|
} | {
|
|
23374
23687
|
type: "CSw";
|
|
23688
|
+
internalVapixParameters: string;
|
|
23375
23689
|
} | {
|
|
23376
23690
|
type: "CRS";
|
|
23377
23691
|
internalVapixParameters: string;
|
|
@@ -23457,6 +23771,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23457
23771
|
internalVapixParameters: string;
|
|
23458
23772
|
} | {
|
|
23459
23773
|
type: "CSw";
|
|
23774
|
+
internalVapixParameters: string;
|
|
23460
23775
|
} | {
|
|
23461
23776
|
type: "CRS";
|
|
23462
23777
|
internalVapixParameters: string;
|
|
@@ -23542,6 +23857,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23542
23857
|
internalVapixParameters: string;
|
|
23543
23858
|
} | {
|
|
23544
23859
|
type: "CSw";
|
|
23860
|
+
internalVapixParameters: string;
|
|
23545
23861
|
} | {
|
|
23546
23862
|
type: "CRS";
|
|
23547
23863
|
internalVapixParameters: string;
|
|
@@ -23627,6 +23943,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23627
23943
|
internalVapixParameters: string;
|
|
23628
23944
|
} | {
|
|
23629
23945
|
type: "CSw";
|
|
23946
|
+
internalVapixParameters: string;
|
|
23630
23947
|
} | {
|
|
23631
23948
|
type: "CRS";
|
|
23632
23949
|
internalVapixParameters: string;
|
|
@@ -23712,6 +24029,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23712
24029
|
internalVapixParameters: string;
|
|
23713
24030
|
} | {
|
|
23714
24031
|
type: "CSw";
|
|
24032
|
+
internalVapixParameters: string;
|
|
23715
24033
|
} | {
|
|
23716
24034
|
type: "CRS";
|
|
23717
24035
|
internalVapixParameters: string;
|
|
@@ -23797,6 +24115,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23797
24115
|
internalVapixParameters: string;
|
|
23798
24116
|
} | {
|
|
23799
24117
|
type: "CSw";
|
|
24118
|
+
internalVapixParameters: string;
|
|
23800
24119
|
} | {
|
|
23801
24120
|
type: "CRS";
|
|
23802
24121
|
internalVapixParameters: string;
|
|
@@ -23882,6 +24201,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23882
24201
|
internalVapixParameters: string;
|
|
23883
24202
|
} | {
|
|
23884
24203
|
type: "CSw";
|
|
24204
|
+
internalVapixParameters: string;
|
|
23885
24205
|
} | {
|
|
23886
24206
|
type: "CRS";
|
|
23887
24207
|
internalVapixParameters: string;
|
|
@@ -23978,6 +24298,7 @@ export declare const isFacebookStream: (stream: TStream) => stream is {
|
|
|
23978
24298
|
internalVapixParameters: string;
|
|
23979
24299
|
} | {
|
|
23980
24300
|
type: "CSw";
|
|
24301
|
+
internalVapixParameters: string;
|
|
23981
24302
|
} | {
|
|
23982
24303
|
type: "CRS";
|
|
23983
24304
|
internalVapixParameters: string;
|
|
@@ -24068,6 +24389,7 @@ export declare const isFacebookRtmpStream: (stream: TStream) => stream is {
|
|
|
24068
24389
|
internalVapixParameters: string;
|
|
24069
24390
|
} | {
|
|
24070
24391
|
type: "CSw";
|
|
24392
|
+
internalVapixParameters: string;
|
|
24071
24393
|
} | {
|
|
24072
24394
|
type: "CRS";
|
|
24073
24395
|
internalVapixParameters: string;
|
|
@@ -24155,6 +24477,7 @@ export declare const isMpegDvbStream: (stream: TStream) => stream is {
|
|
|
24155
24477
|
internalVapixParameters: string;
|
|
24156
24478
|
} | {
|
|
24157
24479
|
type: "CSw";
|
|
24480
|
+
internalVapixParameters: string;
|
|
24158
24481
|
} | {
|
|
24159
24482
|
type: "CRS";
|
|
24160
24483
|
internalVapixParameters: string;
|
|
@@ -24242,6 +24565,7 @@ export declare const isRtmpStream: (stream: TStream) => stream is {
|
|
|
24242
24565
|
internalVapixParameters: string;
|
|
24243
24566
|
} | {
|
|
24244
24567
|
type: "CSw";
|
|
24568
|
+
internalVapixParameters: string;
|
|
24245
24569
|
} | {
|
|
24246
24570
|
type: "CRS";
|
|
24247
24571
|
internalVapixParameters: string;
|
|
@@ -24329,6 +24653,7 @@ export declare const isSdCardStream: (stream: TStream) => stream is {
|
|
|
24329
24653
|
internalVapixParameters: string;
|
|
24330
24654
|
} | {
|
|
24331
24655
|
type: "CSw";
|
|
24656
|
+
internalVapixParameters: string;
|
|
24332
24657
|
} | {
|
|
24333
24658
|
type: "CRS";
|
|
24334
24659
|
internalVapixParameters: string;
|
|
@@ -24416,6 +24741,7 @@ export declare const isWindyStream: (stream: TStream) => stream is {
|
|
|
24416
24741
|
internalVapixParameters: string;
|
|
24417
24742
|
} | {
|
|
24418
24743
|
type: "CSw";
|
|
24744
|
+
internalVapixParameters: string;
|
|
24419
24745
|
} | {
|
|
24420
24746
|
type: "CRS";
|
|
24421
24747
|
internalVapixParameters: string;
|
|
@@ -24511,6 +24837,7 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
|
|
|
24511
24837
|
internalVapixParameters: string;
|
|
24512
24838
|
} | {
|
|
24513
24839
|
type: "CSw";
|
|
24840
|
+
internalVapixParameters: string;
|
|
24514
24841
|
} | {
|
|
24515
24842
|
type: "CRS";
|
|
24516
24843
|
internalVapixParameters: string;
|
|
@@ -24609,6 +24936,7 @@ export declare const isVimeoStream: (stream: TStream) => stream is {
|
|
|
24609
24936
|
internalVapixParameters: string;
|
|
24610
24937
|
} | {
|
|
24611
24938
|
type: "CSw";
|
|
24939
|
+
internalVapixParameters: string;
|
|
24612
24940
|
} | {
|
|
24613
24941
|
type: "CRS";
|
|
24614
24942
|
internalVapixParameters: string;
|
|
@@ -24696,6 +25024,7 @@ export declare const isTwitchStream: (stream: TStream) => stream is {
|
|
|
24696
25024
|
internalVapixParameters: string;
|
|
24697
25025
|
} | {
|
|
24698
25026
|
type: "CSw";
|
|
25027
|
+
internalVapixParameters: string;
|
|
24699
25028
|
} | {
|
|
24700
25029
|
type: "CRS";
|
|
24701
25030
|
internalVapixParameters: string;
|
|
@@ -24783,6 +25112,7 @@ export declare const isSrtStream: (stream: TStream) => stream is {
|
|
|
24783
25112
|
internalVapixParameters: string;
|
|
24784
25113
|
} | {
|
|
24785
25114
|
type: "CSw";
|
|
25115
|
+
internalVapixParameters: string;
|
|
24786
25116
|
} | {
|
|
24787
25117
|
type: "CRS";
|
|
24788
25118
|
internalVapixParameters: string;
|
|
@@ -24870,6 +25200,7 @@ export declare const isDaCastStream: (stream: TStream) => stream is {
|
|
|
24870
25200
|
internalVapixParameters: string;
|
|
24871
25201
|
} | {
|
|
24872
25202
|
type: "CSw";
|
|
25203
|
+
internalVapixParameters: string;
|
|
24873
25204
|
} | {
|
|
24874
25205
|
type: "CRS";
|
|
24875
25206
|
internalVapixParameters: string;
|
|
@@ -24957,6 +25288,7 @@ export declare const isHlsPullStream: (stream: TStream) => stream is {
|
|
|
24957
25288
|
internalVapixParameters: string;
|
|
24958
25289
|
} | {
|
|
24959
25290
|
type: "CSw";
|
|
25291
|
+
internalVapixParameters: string;
|
|
24960
25292
|
} | {
|
|
24961
25293
|
type: "CRS";
|
|
24962
25294
|
internalVapixParameters: string;
|
|
@@ -25044,6 +25376,7 @@ export declare const isHlsPushStream: (stream: TStream) => stream is {
|
|
|
25044
25376
|
internalVapixParameters: string;
|
|
25045
25377
|
} | {
|
|
25046
25378
|
type: "CSw";
|
|
25379
|
+
internalVapixParameters: string;
|
|
25047
25380
|
} | {
|
|
25048
25381
|
type: "CRS";
|
|
25049
25382
|
internalVapixParameters: string;
|
|
@@ -25131,6 +25464,7 @@ export declare const isWowzaStream: (stream: TStream) => stream is {
|
|
|
25131
25464
|
internalVapixParameters: string;
|
|
25132
25465
|
} | {
|
|
25133
25466
|
type: "CSw";
|
|
25467
|
+
internalVapixParameters: string;
|
|
25134
25468
|
} | {
|
|
25135
25469
|
type: "CRS";
|
|
25136
25470
|
internalVapixParameters: string;
|
|
@@ -25218,6 +25552,7 @@ export declare const isDailymotionStream: (stream: TStream) => stream is {
|
|
|
25218
25552
|
internalVapixParameters: string;
|
|
25219
25553
|
} | {
|
|
25220
25554
|
type: "CSw";
|
|
25555
|
+
internalVapixParameters: string;
|
|
25221
25556
|
} | {
|
|
25222
25557
|
type: "CRS";
|
|
25223
25558
|
internalVapixParameters: string;
|
|
@@ -25305,6 +25640,7 @@ export declare const isIbmStream: (stream: TStream) => stream is {
|
|
|
25305
25640
|
internalVapixParameters: string;
|
|
25306
25641
|
} | {
|
|
25307
25642
|
type: "CSw";
|
|
25643
|
+
internalVapixParameters: string;
|
|
25308
25644
|
} | {
|
|
25309
25645
|
type: "CRS";
|
|
25310
25646
|
internalVapixParameters: string;
|
|
@@ -25392,6 +25728,7 @@ export declare const isMicrosoftAzureStream: (stream: TStream) => stream is {
|
|
|
25392
25728
|
internalVapixParameters: string;
|
|
25393
25729
|
} | {
|
|
25394
25730
|
type: "CSw";
|
|
25731
|
+
internalVapixParameters: string;
|
|
25395
25732
|
} | {
|
|
25396
25733
|
type: "CRS";
|
|
25397
25734
|
internalVapixParameters: string;
|
|
@@ -25479,6 +25816,7 @@ export declare const isMicrosoftStream: (stream: TStream) => stream is {
|
|
|
25479
25816
|
internalVapixParameters: string;
|
|
25480
25817
|
} | {
|
|
25481
25818
|
type: "CSw";
|
|
25819
|
+
internalVapixParameters: string;
|
|
25482
25820
|
} | {
|
|
25483
25821
|
type: "CRS";
|
|
25484
25822
|
internalVapixParameters: string;
|
|
@@ -25566,6 +25904,7 @@ export declare const isGameChangerStream: (stream: TStream) => stream is {
|
|
|
25566
25904
|
internalVapixParameters: string;
|
|
25567
25905
|
} | {
|
|
25568
25906
|
type: "CSw";
|
|
25907
|
+
internalVapixParameters: string;
|
|
25569
25908
|
} | {
|
|
25570
25909
|
type: "CRS";
|
|
25571
25910
|
internalVapixParameters: string;
|
|
@@ -25653,6 +25992,7 @@ export declare const isYoutubeRtmpStream: (stream: TStream) => stream is {
|
|
|
25653
25992
|
internalVapixParameters: string;
|
|
25654
25993
|
} | {
|
|
25655
25994
|
type: "CSw";
|
|
25995
|
+
internalVapixParameters: string;
|
|
25656
25996
|
} | {
|
|
25657
25997
|
type: "CRS";
|
|
25658
25998
|
internalVapixParameters: string;
|