camstreamerlib 4.0.0-beta.116 → 4.0.0-beta.118

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.
@@ -139,11 +139,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
139
139
  type: "RTSP_URL";
140
140
  url: string;
141
141
  }>, z.ZodObject<{
142
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
142
+ type: z.ZodLiteral<"CSw">;
143
143
  }, "strip", z.ZodTypeAny, {
144
- type: "CSw" | "CRS";
144
+ type: "CSw";
145
145
  }, {
146
- type: "CSw" | "CRS";
146
+ type: "CSw";
147
+ }>, z.ZodObject<{
148
+ type: z.ZodLiteral<"CRS">;
149
+ }, "strip", z.ZodTypeAny, {
150
+ type: "CRS";
151
+ }, {
152
+ type: "CRS";
147
153
  }>]>;
148
154
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
149
155
  internalVapixParameters: z.ZodString;
@@ -173,7 +179,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
173
179
  type: "RTSP_URL";
174
180
  url: string;
175
181
  } | {
176
- type: "CSw" | "CRS";
182
+ type: "CSw";
183
+ } | {
184
+ type: "CRS";
177
185
  };
178
186
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
179
187
  internalVapixParameters: string;
@@ -197,7 +205,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
197
205
  type: "RTSP_URL";
198
206
  url: string;
199
207
  } | {
200
- type: "CSw" | "CRS";
208
+ type: "CSw";
209
+ } | {
210
+ type: "CRS";
201
211
  };
202
212
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
203
213
  internalVapixParameters: string;
@@ -330,7 +340,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
330
340
  type: "RTSP_URL";
331
341
  url: string;
332
342
  } | {
333
- type: "CSw" | "CRS";
343
+ type: "CSw";
344
+ } | {
345
+ type: "CRS";
334
346
  };
335
347
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
336
348
  internalVapixParameters: string;
@@ -412,7 +424,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
412
424
  type: "RTSP_URL";
413
425
  url: string;
414
426
  } | {
415
- type: "CSw" | "CRS";
427
+ type: "CSw";
428
+ } | {
429
+ type: "CRS";
416
430
  };
417
431
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
418
432
  internalVapixParameters: string;
@@ -586,11 +600,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
586
600
  type: "RTSP_URL";
587
601
  url: string;
588
602
  }>, z.ZodObject<{
589
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
603
+ type: z.ZodLiteral<"CSw">;
590
604
  }, "strip", z.ZodTypeAny, {
591
- type: "CSw" | "CRS";
605
+ type: "CSw";
592
606
  }, {
593
- type: "CSw" | "CRS";
607
+ type: "CSw";
608
+ }>, z.ZodObject<{
609
+ type: z.ZodLiteral<"CRS">;
610
+ }, "strip", z.ZodTypeAny, {
611
+ type: "CRS";
612
+ }, {
613
+ type: "CRS";
594
614
  }>]>;
595
615
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
596
616
  internalVapixParameters: z.ZodString;
@@ -620,7 +640,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
620
640
  type: "RTSP_URL";
621
641
  url: string;
622
642
  } | {
623
- type: "CSw" | "CRS";
643
+ type: "CSw";
644
+ } | {
645
+ type: "CRS";
624
646
  };
625
647
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
626
648
  internalVapixParameters: string;
@@ -644,7 +666,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
644
666
  type: "RTSP_URL";
645
667
  url: string;
646
668
  } | {
647
- type: "CSw" | "CRS";
669
+ type: "CSw";
670
+ } | {
671
+ type: "CRS";
648
672
  };
649
673
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
650
674
  internalVapixParameters: string;
@@ -748,7 +772,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
748
772
  type: "RTSP_URL";
749
773
  url: string;
750
774
  } | {
751
- type: "CSw" | "CRS";
775
+ type: "CSw";
776
+ } | {
777
+ type: "CRS";
752
778
  };
753
779
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
754
780
  internalVapixParameters: string;
@@ -820,7 +846,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
820
846
  type: "RTSP_URL";
821
847
  url: string;
822
848
  } | {
823
- type: "CSw" | "CRS";
849
+ type: "CSw";
850
+ } | {
851
+ type: "CRS";
824
852
  };
825
853
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
826
854
  internalVapixParameters: string;
@@ -991,11 +1019,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
991
1019
  type: "RTSP_URL";
992
1020
  url: string;
993
1021
  }>, z.ZodObject<{
994
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
1022
+ type: z.ZodLiteral<"CSw">;
1023
+ }, "strip", z.ZodTypeAny, {
1024
+ type: "CSw";
1025
+ }, {
1026
+ type: "CSw";
1027
+ }>, z.ZodObject<{
1028
+ type: z.ZodLiteral<"CRS">;
995
1029
  }, "strip", z.ZodTypeAny, {
996
- type: "CSw" | "CRS";
1030
+ type: "CRS";
997
1031
  }, {
998
- type: "CSw" | "CRS";
1032
+ type: "CRS";
999
1033
  }>]>;
1000
1034
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1001
1035
  internalVapixParameters: z.ZodString;
@@ -1025,7 +1059,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1025
1059
  type: "RTSP_URL";
1026
1060
  url: string;
1027
1061
  } | {
1028
- type: "CSw" | "CRS";
1062
+ type: "CSw";
1063
+ } | {
1064
+ type: "CRS";
1029
1065
  };
1030
1066
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1031
1067
  internalVapixParameters: string;
@@ -1049,7 +1085,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1049
1085
  type: "RTSP_URL";
1050
1086
  url: string;
1051
1087
  } | {
1052
- type: "CSw" | "CRS";
1088
+ type: "CSw";
1089
+ } | {
1090
+ type: "CRS";
1053
1091
  };
1054
1092
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1055
1093
  internalVapixParameters: string;
@@ -1156,7 +1194,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1156
1194
  type: "RTSP_URL";
1157
1195
  url: string;
1158
1196
  } | {
1159
- type: "CSw" | "CRS";
1197
+ type: "CSw";
1198
+ } | {
1199
+ type: "CRS";
1160
1200
  };
1161
1201
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1162
1202
  internalVapixParameters: string;
@@ -1230,7 +1270,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1230
1270
  type: "RTSP_URL";
1231
1271
  url: string;
1232
1272
  } | {
1233
- type: "CSw" | "CRS";
1273
+ type: "CSw";
1274
+ } | {
1275
+ type: "CRS";
1234
1276
  };
1235
1277
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1236
1278
  internalVapixParameters: string;
@@ -1403,11 +1445,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1403
1445
  type: "RTSP_URL";
1404
1446
  url: string;
1405
1447
  }>, z.ZodObject<{
1406
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
1448
+ type: z.ZodLiteral<"CSw">;
1407
1449
  }, "strip", z.ZodTypeAny, {
1408
- type: "CSw" | "CRS";
1450
+ type: "CSw";
1409
1451
  }, {
1410
- type: "CSw" | "CRS";
1452
+ type: "CSw";
1453
+ }>, z.ZodObject<{
1454
+ type: z.ZodLiteral<"CRS">;
1455
+ }, "strip", z.ZodTypeAny, {
1456
+ type: "CRS";
1457
+ }, {
1458
+ type: "CRS";
1411
1459
  }>]>;
1412
1460
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1413
1461
  internalVapixParameters: z.ZodString;
@@ -1437,7 +1485,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1437
1485
  type: "RTSP_URL";
1438
1486
  url: string;
1439
1487
  } | {
1440
- type: "CSw" | "CRS";
1488
+ type: "CSw";
1489
+ } | {
1490
+ type: "CRS";
1441
1491
  };
1442
1492
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1443
1493
  internalVapixParameters: string;
@@ -1461,7 +1511,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1461
1511
  type: "RTSP_URL";
1462
1512
  url: string;
1463
1513
  } | {
1464
- type: "CSw" | "CRS";
1514
+ type: "CSw";
1515
+ } | {
1516
+ type: "CRS";
1465
1517
  };
1466
1518
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1467
1519
  internalVapixParameters: string;
@@ -1565,7 +1617,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1565
1617
  type: "RTSP_URL";
1566
1618
  url: string;
1567
1619
  } | {
1568
- type: "CSw" | "CRS";
1620
+ type: "CSw";
1621
+ } | {
1622
+ type: "CRS";
1569
1623
  };
1570
1624
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1571
1625
  internalVapixParameters: string;
@@ -1637,7 +1691,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1637
1691
  type: "RTSP_URL";
1638
1692
  url: string;
1639
1693
  } | {
1640
- type: "CSw" | "CRS";
1694
+ type: "CSw";
1695
+ } | {
1696
+ type: "CRS";
1641
1697
  };
1642
1698
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1643
1699
  internalVapixParameters: string;
@@ -1808,11 +1864,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1808
1864
  type: "RTSP_URL";
1809
1865
  url: string;
1810
1866
  }>, z.ZodObject<{
1811
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
1867
+ type: z.ZodLiteral<"CSw">;
1812
1868
  }, "strip", z.ZodTypeAny, {
1813
- type: "CSw" | "CRS";
1869
+ type: "CSw";
1814
1870
  }, {
1815
- type: "CSw" | "CRS";
1871
+ type: "CSw";
1872
+ }>, z.ZodObject<{
1873
+ type: z.ZodLiteral<"CRS">;
1874
+ }, "strip", z.ZodTypeAny, {
1875
+ type: "CRS";
1876
+ }, {
1877
+ type: "CRS";
1816
1878
  }>]>;
1817
1879
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1818
1880
  internalVapixParameters: z.ZodString;
@@ -1842,7 +1904,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1842
1904
  type: "RTSP_URL";
1843
1905
  url: string;
1844
1906
  } | {
1845
- type: "CSw" | "CRS";
1907
+ type: "CSw";
1908
+ } | {
1909
+ type: "CRS";
1846
1910
  };
1847
1911
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1848
1912
  internalVapixParameters: string;
@@ -1866,7 +1930,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1866
1930
  type: "RTSP_URL";
1867
1931
  url: string;
1868
1932
  } | {
1869
- type: "CSw" | "CRS";
1933
+ type: "CSw";
1934
+ } | {
1935
+ type: "CRS";
1870
1936
  };
1871
1937
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1872
1938
  internalVapixParameters: string;
@@ -1970,7 +2036,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1970
2036
  type: "RTSP_URL";
1971
2037
  url: string;
1972
2038
  } | {
1973
- type: "CSw" | "CRS";
2039
+ type: "CSw";
2040
+ } | {
2041
+ type: "CRS";
1974
2042
  };
1975
2043
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1976
2044
  internalVapixParameters: string;
@@ -2042,7 +2110,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2042
2110
  type: "RTSP_URL";
2043
2111
  url: string;
2044
2112
  } | {
2045
- type: "CSw" | "CRS";
2113
+ type: "CSw";
2114
+ } | {
2115
+ type: "CRS";
2046
2116
  };
2047
2117
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2048
2118
  internalVapixParameters: string;
@@ -2213,11 +2283,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2213
2283
  type: "RTSP_URL";
2214
2284
  url: string;
2215
2285
  }>, z.ZodObject<{
2216
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
2286
+ type: z.ZodLiteral<"CSw">;
2287
+ }, "strip", z.ZodTypeAny, {
2288
+ type: "CSw";
2289
+ }, {
2290
+ type: "CSw";
2291
+ }>, z.ZodObject<{
2292
+ type: z.ZodLiteral<"CRS">;
2217
2293
  }, "strip", z.ZodTypeAny, {
2218
- type: "CSw" | "CRS";
2294
+ type: "CRS";
2219
2295
  }, {
2220
- type: "CSw" | "CRS";
2296
+ type: "CRS";
2221
2297
  }>]>;
2222
2298
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
2223
2299
  internalVapixParameters: z.ZodString;
@@ -2247,7 +2323,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2247
2323
  type: "RTSP_URL";
2248
2324
  url: string;
2249
2325
  } | {
2250
- type: "CSw" | "CRS";
2326
+ type: "CSw";
2327
+ } | {
2328
+ type: "CRS";
2251
2329
  };
2252
2330
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2253
2331
  internalVapixParameters: string;
@@ -2271,7 +2349,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2271
2349
  type: "RTSP_URL";
2272
2350
  url: string;
2273
2351
  } | {
2274
- type: "CSw" | "CRS";
2352
+ type: "CSw";
2353
+ } | {
2354
+ type: "CRS";
2275
2355
  };
2276
2356
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2277
2357
  internalVapixParameters: string;
@@ -2386,7 +2466,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2386
2466
  type: "RTSP_URL";
2387
2467
  url: string;
2388
2468
  } | {
2389
- type: "CSw" | "CRS";
2469
+ type: "CSw";
2470
+ } | {
2471
+ type: "CRS";
2390
2472
  };
2391
2473
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2392
2474
  internalVapixParameters: string;
@@ -2469,7 +2551,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2469
2551
  type: "RTSP_URL";
2470
2552
  url: string;
2471
2553
  } | {
2472
- type: "CSw" | "CRS";
2554
+ type: "CSw";
2555
+ } | {
2556
+ type: "CRS";
2473
2557
  };
2474
2558
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2475
2559
  internalVapixParameters: string;
@@ -2651,11 +2735,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2651
2735
  type: "RTSP_URL";
2652
2736
  url: string;
2653
2737
  }>, z.ZodObject<{
2654
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
2738
+ type: z.ZodLiteral<"CSw">;
2655
2739
  }, "strip", z.ZodTypeAny, {
2656
- type: "CSw" | "CRS";
2740
+ type: "CSw";
2657
2741
  }, {
2658
- type: "CSw" | "CRS";
2742
+ type: "CSw";
2743
+ }>, z.ZodObject<{
2744
+ type: z.ZodLiteral<"CRS">;
2745
+ }, "strip", z.ZodTypeAny, {
2746
+ type: "CRS";
2747
+ }, {
2748
+ type: "CRS";
2659
2749
  }>]>;
2660
2750
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
2661
2751
  internalVapixParameters: z.ZodString;
@@ -2685,7 +2775,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2685
2775
  type: "RTSP_URL";
2686
2776
  url: string;
2687
2777
  } | {
2688
- type: "CSw" | "CRS";
2778
+ type: "CSw";
2779
+ } | {
2780
+ type: "CRS";
2689
2781
  };
2690
2782
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2691
2783
  internalVapixParameters: string;
@@ -2709,7 +2801,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2709
2801
  type: "RTSP_URL";
2710
2802
  url: string;
2711
2803
  } | {
2712
- type: "CSw" | "CRS";
2804
+ type: "CSw";
2805
+ } | {
2806
+ type: "CRS";
2713
2807
  };
2714
2808
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2715
2809
  internalVapixParameters: string;
@@ -2813,7 +2907,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2813
2907
  type: "RTSP_URL";
2814
2908
  url: string;
2815
2909
  } | {
2816
- type: "CSw" | "CRS";
2910
+ type: "CSw";
2911
+ } | {
2912
+ type: "CRS";
2817
2913
  };
2818
2914
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2819
2915
  internalVapixParameters: string;
@@ -2885,7 +2981,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2885
2981
  type: "RTSP_URL";
2886
2982
  url: string;
2887
2983
  } | {
2888
- type: "CSw" | "CRS";
2984
+ type: "CSw";
2985
+ } | {
2986
+ type: "CRS";
2889
2987
  };
2890
2988
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2891
2989
  internalVapixParameters: string;
@@ -3056,11 +3154,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3056
3154
  type: "RTSP_URL";
3057
3155
  url: string;
3058
3156
  }>, z.ZodObject<{
3059
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
3157
+ type: z.ZodLiteral<"CSw">;
3060
3158
  }, "strip", z.ZodTypeAny, {
3061
- type: "CSw" | "CRS";
3159
+ type: "CSw";
3062
3160
  }, {
3063
- type: "CSw" | "CRS";
3161
+ type: "CSw";
3162
+ }>, z.ZodObject<{
3163
+ type: z.ZodLiteral<"CRS">;
3164
+ }, "strip", z.ZodTypeAny, {
3165
+ type: "CRS";
3166
+ }, {
3167
+ type: "CRS";
3064
3168
  }>]>;
3065
3169
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
3066
3170
  internalVapixParameters: z.ZodString;
@@ -3090,7 +3194,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3090
3194
  type: "RTSP_URL";
3091
3195
  url: string;
3092
3196
  } | {
3093
- type: "CSw" | "CRS";
3197
+ type: "CSw";
3198
+ } | {
3199
+ type: "CRS";
3094
3200
  };
3095
3201
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3096
3202
  internalVapixParameters: string;
@@ -3114,7 +3220,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3114
3220
  type: "RTSP_URL";
3115
3221
  url: string;
3116
3222
  } | {
3117
- type: "CSw" | "CRS";
3223
+ type: "CSw";
3224
+ } | {
3225
+ type: "CRS";
3118
3226
  };
3119
3227
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3120
3228
  internalVapixParameters: string;
@@ -3218,7 +3326,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3218
3326
  type: "RTSP_URL";
3219
3327
  url: string;
3220
3328
  } | {
3221
- type: "CSw" | "CRS";
3329
+ type: "CSw";
3330
+ } | {
3331
+ type: "CRS";
3222
3332
  };
3223
3333
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3224
3334
  internalVapixParameters: string;
@@ -3290,7 +3400,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3290
3400
  type: "RTSP_URL";
3291
3401
  url: string;
3292
3402
  } | {
3293
- type: "CSw" | "CRS";
3403
+ type: "CSw";
3404
+ } | {
3405
+ type: "CRS";
3294
3406
  };
3295
3407
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3296
3408
  internalVapixParameters: string;
@@ -3461,11 +3573,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3461
3573
  type: "RTSP_URL";
3462
3574
  url: string;
3463
3575
  }>, z.ZodObject<{
3464
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
3576
+ type: z.ZodLiteral<"CSw">;
3577
+ }, "strip", z.ZodTypeAny, {
3578
+ type: "CSw";
3579
+ }, {
3580
+ type: "CSw";
3581
+ }>, z.ZodObject<{
3582
+ type: z.ZodLiteral<"CRS">;
3465
3583
  }, "strip", z.ZodTypeAny, {
3466
- type: "CSw" | "CRS";
3584
+ type: "CRS";
3467
3585
  }, {
3468
- type: "CSw" | "CRS";
3586
+ type: "CRS";
3469
3587
  }>]>;
3470
3588
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
3471
3589
  internalVapixParameters: z.ZodString;
@@ -3495,7 +3613,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3495
3613
  type: "RTSP_URL";
3496
3614
  url: string;
3497
3615
  } | {
3498
- type: "CSw" | "CRS";
3616
+ type: "CSw";
3617
+ } | {
3618
+ type: "CRS";
3499
3619
  };
3500
3620
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3501
3621
  internalVapixParameters: string;
@@ -3519,7 +3639,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3519
3639
  type: "RTSP_URL";
3520
3640
  url: string;
3521
3641
  } | {
3522
- type: "CSw" | "CRS";
3642
+ type: "CSw";
3643
+ } | {
3644
+ type: "CRS";
3523
3645
  };
3524
3646
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3525
3647
  internalVapixParameters: string;
@@ -3623,7 +3745,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3623
3745
  type: "RTSP_URL";
3624
3746
  url: string;
3625
3747
  } | {
3626
- type: "CSw" | "CRS";
3748
+ type: "CSw";
3749
+ } | {
3750
+ type: "CRS";
3627
3751
  };
3628
3752
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3629
3753
  internalVapixParameters: string;
@@ -3695,7 +3819,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3695
3819
  type: "RTSP_URL";
3696
3820
  url: string;
3697
3821
  } | {
3698
- type: "CSw" | "CRS";
3822
+ type: "CSw";
3823
+ } | {
3824
+ type: "CRS";
3699
3825
  };
3700
3826
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3701
3827
  internalVapixParameters: string;
@@ -3866,11 +3992,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3866
3992
  type: "RTSP_URL";
3867
3993
  url: string;
3868
3994
  }>, z.ZodObject<{
3869
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
3995
+ type: z.ZodLiteral<"CSw">;
3996
+ }, "strip", z.ZodTypeAny, {
3997
+ type: "CSw";
3998
+ }, {
3999
+ type: "CSw";
4000
+ }>, z.ZodObject<{
4001
+ type: z.ZodLiteral<"CRS">;
3870
4002
  }, "strip", z.ZodTypeAny, {
3871
- type: "CSw" | "CRS";
4003
+ type: "CRS";
3872
4004
  }, {
3873
- type: "CSw" | "CRS";
4005
+ type: "CRS";
3874
4006
  }>]>;
3875
4007
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
3876
4008
  internalVapixParameters: z.ZodString;
@@ -3900,7 +4032,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3900
4032
  type: "RTSP_URL";
3901
4033
  url: string;
3902
4034
  } | {
3903
- type: "CSw" | "CRS";
4035
+ type: "CSw";
4036
+ } | {
4037
+ type: "CRS";
3904
4038
  };
3905
4039
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3906
4040
  internalVapixParameters: string;
@@ -3924,7 +4058,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3924
4058
  type: "RTSP_URL";
3925
4059
  url: string;
3926
4060
  } | {
3927
- type: "CSw" | "CRS";
4061
+ type: "CSw";
4062
+ } | {
4063
+ type: "CRS";
3928
4064
  };
3929
4065
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3930
4066
  internalVapixParameters: string;
@@ -4028,7 +4164,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4028
4164
  type: "RTSP_URL";
4029
4165
  url: string;
4030
4166
  } | {
4031
- type: "CSw" | "CRS";
4167
+ type: "CSw";
4168
+ } | {
4169
+ type: "CRS";
4032
4170
  };
4033
4171
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4034
4172
  internalVapixParameters: string;
@@ -4100,7 +4238,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4100
4238
  type: "RTSP_URL";
4101
4239
  url: string;
4102
4240
  } | {
4103
- type: "CSw" | "CRS";
4241
+ type: "CSw";
4242
+ } | {
4243
+ type: "CRS";
4104
4244
  };
4105
4245
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4106
4246
  internalVapixParameters: string;
@@ -4271,11 +4411,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4271
4411
  type: "RTSP_URL";
4272
4412
  url: string;
4273
4413
  }>, z.ZodObject<{
4274
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
4414
+ type: z.ZodLiteral<"CSw">;
4275
4415
  }, "strip", z.ZodTypeAny, {
4276
- type: "CSw" | "CRS";
4416
+ type: "CSw";
4277
4417
  }, {
4278
- type: "CSw" | "CRS";
4418
+ type: "CSw";
4419
+ }>, z.ZodObject<{
4420
+ type: z.ZodLiteral<"CRS">;
4421
+ }, "strip", z.ZodTypeAny, {
4422
+ type: "CRS";
4423
+ }, {
4424
+ type: "CRS";
4279
4425
  }>]>;
4280
4426
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
4281
4427
  internalVapixParameters: z.ZodString;
@@ -4305,7 +4451,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4305
4451
  type: "RTSP_URL";
4306
4452
  url: string;
4307
4453
  } | {
4308
- type: "CSw" | "CRS";
4454
+ type: "CSw";
4455
+ } | {
4456
+ type: "CRS";
4309
4457
  };
4310
4458
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4311
4459
  internalVapixParameters: string;
@@ -4329,7 +4477,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4329
4477
  type: "RTSP_URL";
4330
4478
  url: string;
4331
4479
  } | {
4332
- type: "CSw" | "CRS";
4480
+ type: "CSw";
4481
+ } | {
4482
+ type: "CRS";
4333
4483
  };
4334
4484
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4335
4485
  internalVapixParameters: string;
@@ -4433,7 +4583,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4433
4583
  type: "RTSP_URL";
4434
4584
  url: string;
4435
4585
  } | {
4436
- type: "CSw" | "CRS";
4586
+ type: "CSw";
4587
+ } | {
4588
+ type: "CRS";
4437
4589
  };
4438
4590
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4439
4591
  internalVapixParameters: string;
@@ -4505,7 +4657,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4505
4657
  type: "RTSP_URL";
4506
4658
  url: string;
4507
4659
  } | {
4508
- type: "CSw" | "CRS";
4660
+ type: "CSw";
4661
+ } | {
4662
+ type: "CRS";
4509
4663
  };
4510
4664
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4511
4665
  internalVapixParameters: string;
@@ -4676,11 +4830,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4676
4830
  type: "RTSP_URL";
4677
4831
  url: string;
4678
4832
  }>, z.ZodObject<{
4679
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
4833
+ type: z.ZodLiteral<"CSw">;
4834
+ }, "strip", z.ZodTypeAny, {
4835
+ type: "CSw";
4836
+ }, {
4837
+ type: "CSw";
4838
+ }>, z.ZodObject<{
4839
+ type: z.ZodLiteral<"CRS">;
4680
4840
  }, "strip", z.ZodTypeAny, {
4681
- type: "CSw" | "CRS";
4841
+ type: "CRS";
4682
4842
  }, {
4683
- type: "CSw" | "CRS";
4843
+ type: "CRS";
4684
4844
  }>]>;
4685
4845
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
4686
4846
  internalVapixParameters: z.ZodString;
@@ -4710,7 +4870,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4710
4870
  type: "RTSP_URL";
4711
4871
  url: string;
4712
4872
  } | {
4713
- type: "CSw" | "CRS";
4873
+ type: "CSw";
4874
+ } | {
4875
+ type: "CRS";
4714
4876
  };
4715
4877
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4716
4878
  internalVapixParameters: string;
@@ -4734,7 +4896,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4734
4896
  type: "RTSP_URL";
4735
4897
  url: string;
4736
4898
  } | {
4737
- type: "CSw" | "CRS";
4899
+ type: "CSw";
4900
+ } | {
4901
+ type: "CRS";
4738
4902
  };
4739
4903
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4740
4904
  internalVapixParameters: string;
@@ -4838,7 +5002,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4838
5002
  type: "RTSP_URL";
4839
5003
  url: string;
4840
5004
  } | {
4841
- type: "CSw" | "CRS";
5005
+ type: "CSw";
5006
+ } | {
5007
+ type: "CRS";
4842
5008
  };
4843
5009
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4844
5010
  internalVapixParameters: string;
@@ -4910,7 +5076,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4910
5076
  type: "RTSP_URL";
4911
5077
  url: string;
4912
5078
  } | {
4913
- type: "CSw" | "CRS";
5079
+ type: "CSw";
5080
+ } | {
5081
+ type: "CRS";
4914
5082
  };
4915
5083
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4916
5084
  internalVapixParameters: string;
@@ -5081,11 +5249,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5081
5249
  type: "RTSP_URL";
5082
5250
  url: string;
5083
5251
  }>, z.ZodObject<{
5084
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
5252
+ type: z.ZodLiteral<"CSw">;
5253
+ }, "strip", z.ZodTypeAny, {
5254
+ type: "CSw";
5255
+ }, {
5256
+ type: "CSw";
5257
+ }>, z.ZodObject<{
5258
+ type: z.ZodLiteral<"CRS">;
5085
5259
  }, "strip", z.ZodTypeAny, {
5086
- type: "CSw" | "CRS";
5260
+ type: "CRS";
5087
5261
  }, {
5088
- type: "CSw" | "CRS";
5262
+ type: "CRS";
5089
5263
  }>]>;
5090
5264
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
5091
5265
  internalVapixParameters: z.ZodString;
@@ -5115,7 +5289,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5115
5289
  type: "RTSP_URL";
5116
5290
  url: string;
5117
5291
  } | {
5118
- type: "CSw" | "CRS";
5292
+ type: "CSw";
5293
+ } | {
5294
+ type: "CRS";
5119
5295
  };
5120
5296
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5121
5297
  internalVapixParameters: string;
@@ -5139,7 +5315,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5139
5315
  type: "RTSP_URL";
5140
5316
  url: string;
5141
5317
  } | {
5142
- type: "CSw" | "CRS";
5318
+ type: "CSw";
5319
+ } | {
5320
+ type: "CRS";
5143
5321
  };
5144
5322
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5145
5323
  internalVapixParameters: string;
@@ -5243,7 +5421,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5243
5421
  type: "RTSP_URL";
5244
5422
  url: string;
5245
5423
  } | {
5246
- type: "CSw" | "CRS";
5424
+ type: "CSw";
5425
+ } | {
5426
+ type: "CRS";
5247
5427
  };
5248
5428
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5249
5429
  internalVapixParameters: string;
@@ -5315,7 +5495,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5315
5495
  type: "RTSP_URL";
5316
5496
  url: string;
5317
5497
  } | {
5318
- type: "CSw" | "CRS";
5498
+ type: "CSw";
5499
+ } | {
5500
+ type: "CRS";
5319
5501
  };
5320
5502
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5321
5503
  internalVapixParameters: string;
@@ -5486,11 +5668,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5486
5668
  type: "RTSP_URL";
5487
5669
  url: string;
5488
5670
  }>, z.ZodObject<{
5489
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
5671
+ type: z.ZodLiteral<"CSw">;
5490
5672
  }, "strip", z.ZodTypeAny, {
5491
- type: "CSw" | "CRS";
5673
+ type: "CSw";
5492
5674
  }, {
5493
- type: "CSw" | "CRS";
5675
+ type: "CSw";
5676
+ }>, z.ZodObject<{
5677
+ type: z.ZodLiteral<"CRS">;
5678
+ }, "strip", z.ZodTypeAny, {
5679
+ type: "CRS";
5680
+ }, {
5681
+ type: "CRS";
5494
5682
  }>]>;
5495
5683
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
5496
5684
  internalVapixParameters: z.ZodString;
@@ -5520,7 +5708,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5520
5708
  type: "RTSP_URL";
5521
5709
  url: string;
5522
5710
  } | {
5523
- type: "CSw" | "CRS";
5711
+ type: "CSw";
5712
+ } | {
5713
+ type: "CRS";
5524
5714
  };
5525
5715
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5526
5716
  internalVapixParameters: string;
@@ -5544,7 +5734,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5544
5734
  type: "RTSP_URL";
5545
5735
  url: string;
5546
5736
  } | {
5547
- type: "CSw" | "CRS";
5737
+ type: "CSw";
5738
+ } | {
5739
+ type: "CRS";
5548
5740
  };
5549
5741
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5550
5742
  internalVapixParameters: string;
@@ -5648,7 +5840,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5648
5840
  type: "RTSP_URL";
5649
5841
  url: string;
5650
5842
  } | {
5651
- type: "CSw" | "CRS";
5843
+ type: "CSw";
5844
+ } | {
5845
+ type: "CRS";
5652
5846
  };
5653
5847
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5654
5848
  internalVapixParameters: string;
@@ -5720,7 +5914,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5720
5914
  type: "RTSP_URL";
5721
5915
  url: string;
5722
5916
  } | {
5723
- type: "CSw" | "CRS";
5917
+ type: "CSw";
5918
+ } | {
5919
+ type: "CRS";
5724
5920
  };
5725
5921
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5726
5922
  internalVapixParameters: string;
@@ -5891,11 +6087,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5891
6087
  type: "RTSP_URL";
5892
6088
  url: string;
5893
6089
  }>, z.ZodObject<{
5894
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
6090
+ type: z.ZodLiteral<"CSw">;
6091
+ }, "strip", z.ZodTypeAny, {
6092
+ type: "CSw";
6093
+ }, {
6094
+ type: "CSw";
6095
+ }>, z.ZodObject<{
6096
+ type: z.ZodLiteral<"CRS">;
5895
6097
  }, "strip", z.ZodTypeAny, {
5896
- type: "CSw" | "CRS";
6098
+ type: "CRS";
5897
6099
  }, {
5898
- type: "CSw" | "CRS";
6100
+ type: "CRS";
5899
6101
  }>]>;
5900
6102
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
5901
6103
  internalVapixParameters: z.ZodString;
@@ -5925,7 +6127,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5925
6127
  type: "RTSP_URL";
5926
6128
  url: string;
5927
6129
  } | {
5928
- type: "CSw" | "CRS";
6130
+ type: "CSw";
6131
+ } | {
6132
+ type: "CRS";
5929
6133
  };
5930
6134
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5931
6135
  internalVapixParameters: string;
@@ -5949,7 +6153,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5949
6153
  type: "RTSP_URL";
5950
6154
  url: string;
5951
6155
  } | {
5952
- type: "CSw" | "CRS";
6156
+ type: "CSw";
6157
+ } | {
6158
+ type: "CRS";
5953
6159
  };
5954
6160
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5955
6161
  internalVapixParameters: string;
@@ -6053,7 +6259,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6053
6259
  type: "RTSP_URL";
6054
6260
  url: string;
6055
6261
  } | {
6056
- type: "CSw" | "CRS";
6262
+ type: "CSw";
6263
+ } | {
6264
+ type: "CRS";
6057
6265
  };
6058
6266
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6059
6267
  internalVapixParameters: string;
@@ -6125,7 +6333,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6125
6333
  type: "RTSP_URL";
6126
6334
  url: string;
6127
6335
  } | {
6128
- type: "CSw" | "CRS";
6336
+ type: "CSw";
6337
+ } | {
6338
+ type: "CRS";
6129
6339
  };
6130
6340
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6131
6341
  internalVapixParameters: string;
@@ -6296,11 +6506,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6296
6506
  type: "RTSP_URL";
6297
6507
  url: string;
6298
6508
  }>, z.ZodObject<{
6299
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
6509
+ type: z.ZodLiteral<"CSw">;
6300
6510
  }, "strip", z.ZodTypeAny, {
6301
- type: "CSw" | "CRS";
6511
+ type: "CSw";
6302
6512
  }, {
6303
- type: "CSw" | "CRS";
6513
+ type: "CSw";
6514
+ }>, z.ZodObject<{
6515
+ type: z.ZodLiteral<"CRS">;
6516
+ }, "strip", z.ZodTypeAny, {
6517
+ type: "CRS";
6518
+ }, {
6519
+ type: "CRS";
6304
6520
  }>]>;
6305
6521
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
6306
6522
  internalVapixParameters: z.ZodString;
@@ -6330,7 +6546,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6330
6546
  type: "RTSP_URL";
6331
6547
  url: string;
6332
6548
  } | {
6333
- type: "CSw" | "CRS";
6549
+ type: "CSw";
6550
+ } | {
6551
+ type: "CRS";
6334
6552
  };
6335
6553
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6336
6554
  internalVapixParameters: string;
@@ -6354,7 +6572,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6354
6572
  type: "RTSP_URL";
6355
6573
  url: string;
6356
6574
  } | {
6357
- type: "CSw" | "CRS";
6575
+ type: "CSw";
6576
+ } | {
6577
+ type: "CRS";
6358
6578
  };
6359
6579
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6360
6580
  internalVapixParameters: string;
@@ -6458,7 +6678,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6458
6678
  type: "RTSP_URL";
6459
6679
  url: string;
6460
6680
  } | {
6461
- type: "CSw" | "CRS";
6681
+ type: "CSw";
6682
+ } | {
6683
+ type: "CRS";
6462
6684
  };
6463
6685
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6464
6686
  internalVapixParameters: string;
@@ -6530,7 +6752,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6530
6752
  type: "RTSP_URL";
6531
6753
  url: string;
6532
6754
  } | {
6533
- type: "CSw" | "CRS";
6755
+ type: "CSw";
6756
+ } | {
6757
+ type: "CRS";
6534
6758
  };
6535
6759
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6536
6760
  internalVapixParameters: string;
@@ -6701,11 +6925,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6701
6925
  type: "RTSP_URL";
6702
6926
  url: string;
6703
6927
  }>, z.ZodObject<{
6704
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
6928
+ type: z.ZodLiteral<"CSw">;
6705
6929
  }, "strip", z.ZodTypeAny, {
6706
- type: "CSw" | "CRS";
6930
+ type: "CSw";
6707
6931
  }, {
6708
- type: "CSw" | "CRS";
6932
+ type: "CSw";
6933
+ }>, z.ZodObject<{
6934
+ type: z.ZodLiteral<"CRS">;
6935
+ }, "strip", z.ZodTypeAny, {
6936
+ type: "CRS";
6937
+ }, {
6938
+ type: "CRS";
6709
6939
  }>]>;
6710
6940
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
6711
6941
  internalVapixParameters: z.ZodString;
@@ -6735,7 +6965,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6735
6965
  type: "RTSP_URL";
6736
6966
  url: string;
6737
6967
  } | {
6738
- type: "CSw" | "CRS";
6968
+ type: "CSw";
6969
+ } | {
6970
+ type: "CRS";
6739
6971
  };
6740
6972
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6741
6973
  internalVapixParameters: string;
@@ -6759,7 +6991,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6759
6991
  type: "RTSP_URL";
6760
6992
  url: string;
6761
6993
  } | {
6762
- type: "CSw" | "CRS";
6994
+ type: "CSw";
6995
+ } | {
6996
+ type: "CRS";
6763
6997
  };
6764
6998
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6765
6999
  internalVapixParameters: string;
@@ -6863,7 +7097,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6863
7097
  type: "RTSP_URL";
6864
7098
  url: string;
6865
7099
  } | {
6866
- type: "CSw" | "CRS";
7100
+ type: "CSw";
7101
+ } | {
7102
+ type: "CRS";
6867
7103
  };
6868
7104
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6869
7105
  internalVapixParameters: string;
@@ -6935,7 +7171,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6935
7171
  type: "RTSP_URL";
6936
7172
  url: string;
6937
7173
  } | {
6938
- type: "CSw" | "CRS";
7174
+ type: "CSw";
7175
+ } | {
7176
+ type: "CRS";
6939
7177
  };
6940
7178
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6941
7179
  internalVapixParameters: string;
@@ -7106,11 +7344,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7106
7344
  type: "RTSP_URL";
7107
7345
  url: string;
7108
7346
  }>, z.ZodObject<{
7109
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
7347
+ type: z.ZodLiteral<"CSw">;
7110
7348
  }, "strip", z.ZodTypeAny, {
7111
- type: "CSw" | "CRS";
7349
+ type: "CSw";
7112
7350
  }, {
7113
- type: "CSw" | "CRS";
7351
+ type: "CSw";
7352
+ }>, z.ZodObject<{
7353
+ type: z.ZodLiteral<"CRS">;
7354
+ }, "strip", z.ZodTypeAny, {
7355
+ type: "CRS";
7356
+ }, {
7357
+ type: "CRS";
7114
7358
  }>]>;
7115
7359
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
7116
7360
  internalVapixParameters: z.ZodString;
@@ -7140,7 +7384,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7140
7384
  type: "RTSP_URL";
7141
7385
  url: string;
7142
7386
  } | {
7143
- type: "CSw" | "CRS";
7387
+ type: "CSw";
7388
+ } | {
7389
+ type: "CRS";
7144
7390
  };
7145
7391
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7146
7392
  internalVapixParameters: string;
@@ -7164,7 +7410,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7164
7410
  type: "RTSP_URL";
7165
7411
  url: string;
7166
7412
  } | {
7167
- type: "CSw" | "CRS";
7413
+ type: "CSw";
7414
+ } | {
7415
+ type: "CRS";
7168
7416
  };
7169
7417
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7170
7418
  internalVapixParameters: string;
@@ -7268,7 +7516,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7268
7516
  type: "RTSP_URL";
7269
7517
  url: string;
7270
7518
  } | {
7271
- type: "CSw" | "CRS";
7519
+ type: "CSw";
7520
+ } | {
7521
+ type: "CRS";
7272
7522
  };
7273
7523
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7274
7524
  internalVapixParameters: string;
@@ -7340,7 +7590,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7340
7590
  type: "RTSP_URL";
7341
7591
  url: string;
7342
7592
  } | {
7343
- type: "CSw" | "CRS";
7593
+ type: "CSw";
7594
+ } | {
7595
+ type: "CRS";
7344
7596
  };
7345
7597
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7346
7598
  internalVapixParameters: string;
@@ -7511,11 +7763,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7511
7763
  type: "RTSP_URL";
7512
7764
  url: string;
7513
7765
  }>, z.ZodObject<{
7514
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
7766
+ type: z.ZodLiteral<"CSw">;
7515
7767
  }, "strip", z.ZodTypeAny, {
7516
- type: "CSw" | "CRS";
7768
+ type: "CSw";
7517
7769
  }, {
7518
- type: "CSw" | "CRS";
7770
+ type: "CSw";
7771
+ }>, z.ZodObject<{
7772
+ type: z.ZodLiteral<"CRS">;
7773
+ }, "strip", z.ZodTypeAny, {
7774
+ type: "CRS";
7775
+ }, {
7776
+ type: "CRS";
7519
7777
  }>]>;
7520
7778
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
7521
7779
  internalVapixParameters: z.ZodString;
@@ -7545,7 +7803,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7545
7803
  type: "RTSP_URL";
7546
7804
  url: string;
7547
7805
  } | {
7548
- type: "CSw" | "CRS";
7806
+ type: "CSw";
7807
+ } | {
7808
+ type: "CRS";
7549
7809
  };
7550
7810
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7551
7811
  internalVapixParameters: string;
@@ -7569,7 +7829,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7569
7829
  type: "RTSP_URL";
7570
7830
  url: string;
7571
7831
  } | {
7572
- type: "CSw" | "CRS";
7832
+ type: "CSw";
7833
+ } | {
7834
+ type: "CRS";
7573
7835
  };
7574
7836
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7575
7837
  internalVapixParameters: string;
@@ -7676,7 +7938,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7676
7938
  type: "RTSP_URL";
7677
7939
  url: string;
7678
7940
  } | {
7679
- type: "CSw" | "CRS";
7941
+ type: "CSw";
7942
+ } | {
7943
+ type: "CRS";
7680
7944
  };
7681
7945
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7682
7946
  internalVapixParameters: string;
@@ -7750,7 +8014,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7750
8014
  type: "RTSP_URL";
7751
8015
  url: string;
7752
8016
  } | {
7753
- type: "CSw" | "CRS";
8017
+ type: "CSw";
8018
+ } | {
8019
+ type: "CRS";
7754
8020
  };
7755
8021
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7756
8022
  internalVapixParameters: string;
@@ -7923,11 +8189,17 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7923
8189
  type: "RTSP_URL";
7924
8190
  url: string;
7925
8191
  }>, z.ZodObject<{
7926
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
8192
+ type: z.ZodLiteral<"CSw">;
7927
8193
  }, "strip", z.ZodTypeAny, {
7928
- type: "CSw" | "CRS";
8194
+ type: "CSw";
7929
8195
  }, {
7930
- type: "CSw" | "CRS";
8196
+ type: "CSw";
8197
+ }>, z.ZodObject<{
8198
+ type: z.ZodLiteral<"CRS">;
8199
+ }, "strip", z.ZodTypeAny, {
8200
+ type: "CRS";
8201
+ }, {
8202
+ type: "CRS";
7931
8203
  }>]>;
7932
8204
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
7933
8205
  internalVapixParameters: z.ZodString;
@@ -7957,7 +8229,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7957
8229
  type: "RTSP_URL";
7958
8230
  url: string;
7959
8231
  } | {
7960
- type: "CSw" | "CRS";
8232
+ type: "CSw";
8233
+ } | {
8234
+ type: "CRS";
7961
8235
  };
7962
8236
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7963
8237
  internalVapixParameters: string;
@@ -7981,7 +8255,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7981
8255
  type: "RTSP_URL";
7982
8256
  url: string;
7983
8257
  } | {
7984
- type: "CSw" | "CRS";
8258
+ type: "CSw";
8259
+ } | {
8260
+ type: "CRS";
7985
8261
  };
7986
8262
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7987
8263
  internalVapixParameters: string;
@@ -8088,7 +8364,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8088
8364
  type: "RTSP_URL";
8089
8365
  url: string;
8090
8366
  } | {
8091
- type: "CSw" | "CRS";
8367
+ type: "CSw";
8368
+ } | {
8369
+ type: "CRS";
8092
8370
  };
8093
8371
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8094
8372
  internalVapixParameters: string;
@@ -8162,7 +8440,9 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8162
8440
  type: "RTSP_URL";
8163
8441
  url: string;
8164
8442
  } | {
8165
- type: "CSw" | "CRS";
8443
+ type: "CSw";
8444
+ } | {
8445
+ type: "CRS";
8166
8446
  };
8167
8447
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8168
8448
  internalVapixParameters: string;
@@ -8339,11 +8619,17 @@ export declare const streamListSchema: z.ZodObject<{
8339
8619
  type: "RTSP_URL";
8340
8620
  url: string;
8341
8621
  }>, z.ZodObject<{
8342
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
8622
+ type: z.ZodLiteral<"CSw">;
8343
8623
  }, "strip", z.ZodTypeAny, {
8344
- type: "CSw" | "CRS";
8624
+ type: "CSw";
8345
8625
  }, {
8346
- type: "CSw" | "CRS";
8626
+ type: "CSw";
8627
+ }>, z.ZodObject<{
8628
+ type: z.ZodLiteral<"CRS">;
8629
+ }, "strip", z.ZodTypeAny, {
8630
+ type: "CRS";
8631
+ }, {
8632
+ type: "CRS";
8347
8633
  }>]>;
8348
8634
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
8349
8635
  internalVapixParameters: z.ZodString;
@@ -8373,7 +8659,9 @@ export declare const streamListSchema: z.ZodObject<{
8373
8659
  type: "RTSP_URL";
8374
8660
  url: string;
8375
8661
  } | {
8376
- type: "CSw" | "CRS";
8662
+ type: "CSw";
8663
+ } | {
8664
+ type: "CRS";
8377
8665
  };
8378
8666
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8379
8667
  internalVapixParameters: string;
@@ -8397,7 +8685,9 @@ export declare const streamListSchema: z.ZodObject<{
8397
8685
  type: "RTSP_URL";
8398
8686
  url: string;
8399
8687
  } | {
8400
- type: "CSw" | "CRS";
8688
+ type: "CSw";
8689
+ } | {
8690
+ type: "CRS";
8401
8691
  };
8402
8692
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8403
8693
  internalVapixParameters: string;
@@ -8530,7 +8820,9 @@ export declare const streamListSchema: z.ZodObject<{
8530
8820
  type: "RTSP_URL";
8531
8821
  url: string;
8532
8822
  } | {
8533
- type: "CSw" | "CRS";
8823
+ type: "CSw";
8824
+ } | {
8825
+ type: "CRS";
8534
8826
  };
8535
8827
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8536
8828
  internalVapixParameters: string;
@@ -8612,7 +8904,9 @@ export declare const streamListSchema: z.ZodObject<{
8612
8904
  type: "RTSP_URL";
8613
8905
  url: string;
8614
8906
  } | {
8615
- type: "CSw" | "CRS";
8907
+ type: "CSw";
8908
+ } | {
8909
+ type: "CRS";
8616
8910
  };
8617
8911
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8618
8912
  internalVapixParameters: string;
@@ -8786,11 +9080,17 @@ export declare const streamListSchema: z.ZodObject<{
8786
9080
  type: "RTSP_URL";
8787
9081
  url: string;
8788
9082
  }>, z.ZodObject<{
8789
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
9083
+ type: z.ZodLiteral<"CSw">;
9084
+ }, "strip", z.ZodTypeAny, {
9085
+ type: "CSw";
9086
+ }, {
9087
+ type: "CSw";
9088
+ }>, z.ZodObject<{
9089
+ type: z.ZodLiteral<"CRS">;
8790
9090
  }, "strip", z.ZodTypeAny, {
8791
- type: "CSw" | "CRS";
9091
+ type: "CRS";
8792
9092
  }, {
8793
- type: "CSw" | "CRS";
9093
+ type: "CRS";
8794
9094
  }>]>;
8795
9095
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
8796
9096
  internalVapixParameters: z.ZodString;
@@ -8820,7 +9120,9 @@ export declare const streamListSchema: z.ZodObject<{
8820
9120
  type: "RTSP_URL";
8821
9121
  url: string;
8822
9122
  } | {
8823
- type: "CSw" | "CRS";
9123
+ type: "CSw";
9124
+ } | {
9125
+ type: "CRS";
8824
9126
  };
8825
9127
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8826
9128
  internalVapixParameters: string;
@@ -8844,7 +9146,9 @@ export declare const streamListSchema: z.ZodObject<{
8844
9146
  type: "RTSP_URL";
8845
9147
  url: string;
8846
9148
  } | {
8847
- type: "CSw" | "CRS";
9149
+ type: "CSw";
9150
+ } | {
9151
+ type: "CRS";
8848
9152
  };
8849
9153
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8850
9154
  internalVapixParameters: string;
@@ -8948,7 +9252,9 @@ export declare const streamListSchema: z.ZodObject<{
8948
9252
  type: "RTSP_URL";
8949
9253
  url: string;
8950
9254
  } | {
8951
- type: "CSw" | "CRS";
9255
+ type: "CSw";
9256
+ } | {
9257
+ type: "CRS";
8952
9258
  };
8953
9259
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8954
9260
  internalVapixParameters: string;
@@ -9020,7 +9326,9 @@ export declare const streamListSchema: z.ZodObject<{
9020
9326
  type: "RTSP_URL";
9021
9327
  url: string;
9022
9328
  } | {
9023
- type: "CSw" | "CRS";
9329
+ type: "CSw";
9330
+ } | {
9331
+ type: "CRS";
9024
9332
  };
9025
9333
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9026
9334
  internalVapixParameters: string;
@@ -9191,11 +9499,17 @@ export declare const streamListSchema: z.ZodObject<{
9191
9499
  type: "RTSP_URL";
9192
9500
  url: string;
9193
9501
  }>, z.ZodObject<{
9194
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
9502
+ type: z.ZodLiteral<"CSw">;
9195
9503
  }, "strip", z.ZodTypeAny, {
9196
- type: "CSw" | "CRS";
9504
+ type: "CSw";
9197
9505
  }, {
9198
- type: "CSw" | "CRS";
9506
+ type: "CSw";
9507
+ }>, z.ZodObject<{
9508
+ type: z.ZodLiteral<"CRS">;
9509
+ }, "strip", z.ZodTypeAny, {
9510
+ type: "CRS";
9511
+ }, {
9512
+ type: "CRS";
9199
9513
  }>]>;
9200
9514
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
9201
9515
  internalVapixParameters: z.ZodString;
@@ -9225,7 +9539,9 @@ export declare const streamListSchema: z.ZodObject<{
9225
9539
  type: "RTSP_URL";
9226
9540
  url: string;
9227
9541
  } | {
9228
- type: "CSw" | "CRS";
9542
+ type: "CSw";
9543
+ } | {
9544
+ type: "CRS";
9229
9545
  };
9230
9546
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9231
9547
  internalVapixParameters: string;
@@ -9249,7 +9565,9 @@ export declare const streamListSchema: z.ZodObject<{
9249
9565
  type: "RTSP_URL";
9250
9566
  url: string;
9251
9567
  } | {
9252
- type: "CSw" | "CRS";
9568
+ type: "CSw";
9569
+ } | {
9570
+ type: "CRS";
9253
9571
  };
9254
9572
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9255
9573
  internalVapixParameters: string;
@@ -9356,7 +9674,9 @@ export declare const streamListSchema: z.ZodObject<{
9356
9674
  type: "RTSP_URL";
9357
9675
  url: string;
9358
9676
  } | {
9359
- type: "CSw" | "CRS";
9677
+ type: "CSw";
9678
+ } | {
9679
+ type: "CRS";
9360
9680
  };
9361
9681
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9362
9682
  internalVapixParameters: string;
@@ -9430,7 +9750,9 @@ export declare const streamListSchema: z.ZodObject<{
9430
9750
  type: "RTSP_URL";
9431
9751
  url: string;
9432
9752
  } | {
9433
- type: "CSw" | "CRS";
9753
+ type: "CSw";
9754
+ } | {
9755
+ type: "CRS";
9434
9756
  };
9435
9757
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9436
9758
  internalVapixParameters: string;
@@ -9603,11 +9925,17 @@ export declare const streamListSchema: z.ZodObject<{
9603
9925
  type: "RTSP_URL";
9604
9926
  url: string;
9605
9927
  }>, z.ZodObject<{
9606
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
9928
+ type: z.ZodLiteral<"CSw">;
9607
9929
  }, "strip", z.ZodTypeAny, {
9608
- type: "CSw" | "CRS";
9930
+ type: "CSw";
9609
9931
  }, {
9610
- type: "CSw" | "CRS";
9932
+ type: "CSw";
9933
+ }>, z.ZodObject<{
9934
+ type: z.ZodLiteral<"CRS">;
9935
+ }, "strip", z.ZodTypeAny, {
9936
+ type: "CRS";
9937
+ }, {
9938
+ type: "CRS";
9611
9939
  }>]>;
9612
9940
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
9613
9941
  internalVapixParameters: z.ZodString;
@@ -9637,7 +9965,9 @@ export declare const streamListSchema: z.ZodObject<{
9637
9965
  type: "RTSP_URL";
9638
9966
  url: string;
9639
9967
  } | {
9640
- type: "CSw" | "CRS";
9968
+ type: "CSw";
9969
+ } | {
9970
+ type: "CRS";
9641
9971
  };
9642
9972
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9643
9973
  internalVapixParameters: string;
@@ -9661,7 +9991,9 @@ export declare const streamListSchema: z.ZodObject<{
9661
9991
  type: "RTSP_URL";
9662
9992
  url: string;
9663
9993
  } | {
9664
- type: "CSw" | "CRS";
9994
+ type: "CSw";
9995
+ } | {
9996
+ type: "CRS";
9665
9997
  };
9666
9998
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9667
9999
  internalVapixParameters: string;
@@ -9765,7 +10097,9 @@ export declare const streamListSchema: z.ZodObject<{
9765
10097
  type: "RTSP_URL";
9766
10098
  url: string;
9767
10099
  } | {
9768
- type: "CSw" | "CRS";
10100
+ type: "CSw";
10101
+ } | {
10102
+ type: "CRS";
9769
10103
  };
9770
10104
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9771
10105
  internalVapixParameters: string;
@@ -9837,7 +10171,9 @@ export declare const streamListSchema: z.ZodObject<{
9837
10171
  type: "RTSP_URL";
9838
10172
  url: string;
9839
10173
  } | {
9840
- type: "CSw" | "CRS";
10174
+ type: "CSw";
10175
+ } | {
10176
+ type: "CRS";
9841
10177
  };
9842
10178
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9843
10179
  internalVapixParameters: string;
@@ -10008,11 +10344,17 @@ export declare const streamListSchema: z.ZodObject<{
10008
10344
  type: "RTSP_URL";
10009
10345
  url: string;
10010
10346
  }>, z.ZodObject<{
10011
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
10347
+ type: z.ZodLiteral<"CSw">;
10348
+ }, "strip", z.ZodTypeAny, {
10349
+ type: "CSw";
10350
+ }, {
10351
+ type: "CSw";
10352
+ }>, z.ZodObject<{
10353
+ type: z.ZodLiteral<"CRS">;
10012
10354
  }, "strip", z.ZodTypeAny, {
10013
- type: "CSw" | "CRS";
10355
+ type: "CRS";
10014
10356
  }, {
10015
- type: "CSw" | "CRS";
10357
+ type: "CRS";
10016
10358
  }>]>;
10017
10359
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
10018
10360
  internalVapixParameters: z.ZodString;
@@ -10042,7 +10384,9 @@ export declare const streamListSchema: z.ZodObject<{
10042
10384
  type: "RTSP_URL";
10043
10385
  url: string;
10044
10386
  } | {
10045
- type: "CSw" | "CRS";
10387
+ type: "CSw";
10388
+ } | {
10389
+ type: "CRS";
10046
10390
  };
10047
10391
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10048
10392
  internalVapixParameters: string;
@@ -10066,7 +10410,9 @@ export declare const streamListSchema: z.ZodObject<{
10066
10410
  type: "RTSP_URL";
10067
10411
  url: string;
10068
10412
  } | {
10069
- type: "CSw" | "CRS";
10413
+ type: "CSw";
10414
+ } | {
10415
+ type: "CRS";
10070
10416
  };
10071
10417
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10072
10418
  internalVapixParameters: string;
@@ -10170,7 +10516,9 @@ export declare const streamListSchema: z.ZodObject<{
10170
10516
  type: "RTSP_URL";
10171
10517
  url: string;
10172
10518
  } | {
10173
- type: "CSw" | "CRS";
10519
+ type: "CSw";
10520
+ } | {
10521
+ type: "CRS";
10174
10522
  };
10175
10523
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10176
10524
  internalVapixParameters: string;
@@ -10242,7 +10590,9 @@ export declare const streamListSchema: z.ZodObject<{
10242
10590
  type: "RTSP_URL";
10243
10591
  url: string;
10244
10592
  } | {
10245
- type: "CSw" | "CRS";
10593
+ type: "CSw";
10594
+ } | {
10595
+ type: "CRS";
10246
10596
  };
10247
10597
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10248
10598
  internalVapixParameters: string;
@@ -10413,11 +10763,17 @@ export declare const streamListSchema: z.ZodObject<{
10413
10763
  type: "RTSP_URL";
10414
10764
  url: string;
10415
10765
  }>, z.ZodObject<{
10416
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
10766
+ type: z.ZodLiteral<"CSw">;
10417
10767
  }, "strip", z.ZodTypeAny, {
10418
- type: "CSw" | "CRS";
10768
+ type: "CSw";
10419
10769
  }, {
10420
- type: "CSw" | "CRS";
10770
+ type: "CSw";
10771
+ }>, z.ZodObject<{
10772
+ type: z.ZodLiteral<"CRS">;
10773
+ }, "strip", z.ZodTypeAny, {
10774
+ type: "CRS";
10775
+ }, {
10776
+ type: "CRS";
10421
10777
  }>]>;
10422
10778
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
10423
10779
  internalVapixParameters: z.ZodString;
@@ -10447,7 +10803,9 @@ export declare const streamListSchema: z.ZodObject<{
10447
10803
  type: "RTSP_URL";
10448
10804
  url: string;
10449
10805
  } | {
10450
- type: "CSw" | "CRS";
10806
+ type: "CSw";
10807
+ } | {
10808
+ type: "CRS";
10451
10809
  };
10452
10810
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10453
10811
  internalVapixParameters: string;
@@ -10471,7 +10829,9 @@ export declare const streamListSchema: z.ZodObject<{
10471
10829
  type: "RTSP_URL";
10472
10830
  url: string;
10473
10831
  } | {
10474
- type: "CSw" | "CRS";
10832
+ type: "CSw";
10833
+ } | {
10834
+ type: "CRS";
10475
10835
  };
10476
10836
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10477
10837
  internalVapixParameters: string;
@@ -10586,7 +10946,9 @@ export declare const streamListSchema: z.ZodObject<{
10586
10946
  type: "RTSP_URL";
10587
10947
  url: string;
10588
10948
  } | {
10589
- type: "CSw" | "CRS";
10949
+ type: "CSw";
10950
+ } | {
10951
+ type: "CRS";
10590
10952
  };
10591
10953
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10592
10954
  internalVapixParameters: string;
@@ -10669,7 +11031,9 @@ export declare const streamListSchema: z.ZodObject<{
10669
11031
  type: "RTSP_URL";
10670
11032
  url: string;
10671
11033
  } | {
10672
- type: "CSw" | "CRS";
11034
+ type: "CSw";
11035
+ } | {
11036
+ type: "CRS";
10673
11037
  };
10674
11038
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10675
11039
  internalVapixParameters: string;
@@ -10851,11 +11215,17 @@ export declare const streamListSchema: z.ZodObject<{
10851
11215
  type: "RTSP_URL";
10852
11216
  url: string;
10853
11217
  }>, z.ZodObject<{
10854
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
11218
+ type: z.ZodLiteral<"CSw">;
11219
+ }, "strip", z.ZodTypeAny, {
11220
+ type: "CSw";
11221
+ }, {
11222
+ type: "CSw";
11223
+ }>, z.ZodObject<{
11224
+ type: z.ZodLiteral<"CRS">;
10855
11225
  }, "strip", z.ZodTypeAny, {
10856
- type: "CSw" | "CRS";
11226
+ type: "CRS";
10857
11227
  }, {
10858
- type: "CSw" | "CRS";
11228
+ type: "CRS";
10859
11229
  }>]>;
10860
11230
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
10861
11231
  internalVapixParameters: z.ZodString;
@@ -10885,7 +11255,9 @@ export declare const streamListSchema: z.ZodObject<{
10885
11255
  type: "RTSP_URL";
10886
11256
  url: string;
10887
11257
  } | {
10888
- type: "CSw" | "CRS";
11258
+ type: "CSw";
11259
+ } | {
11260
+ type: "CRS";
10889
11261
  };
10890
11262
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10891
11263
  internalVapixParameters: string;
@@ -10909,7 +11281,9 @@ export declare const streamListSchema: z.ZodObject<{
10909
11281
  type: "RTSP_URL";
10910
11282
  url: string;
10911
11283
  } | {
10912
- type: "CSw" | "CRS";
11284
+ type: "CSw";
11285
+ } | {
11286
+ type: "CRS";
10913
11287
  };
10914
11288
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10915
11289
  internalVapixParameters: string;
@@ -11013,7 +11387,9 @@ export declare const streamListSchema: z.ZodObject<{
11013
11387
  type: "RTSP_URL";
11014
11388
  url: string;
11015
11389
  } | {
11016
- type: "CSw" | "CRS";
11390
+ type: "CSw";
11391
+ } | {
11392
+ type: "CRS";
11017
11393
  };
11018
11394
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11019
11395
  internalVapixParameters: string;
@@ -11085,7 +11461,9 @@ export declare const streamListSchema: z.ZodObject<{
11085
11461
  type: "RTSP_URL";
11086
11462
  url: string;
11087
11463
  } | {
11088
- type: "CSw" | "CRS";
11464
+ type: "CSw";
11465
+ } | {
11466
+ type: "CRS";
11089
11467
  };
11090
11468
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11091
11469
  internalVapixParameters: string;
@@ -11256,11 +11634,17 @@ export declare const streamListSchema: z.ZodObject<{
11256
11634
  type: "RTSP_URL";
11257
11635
  url: string;
11258
11636
  }>, z.ZodObject<{
11259
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
11637
+ type: z.ZodLiteral<"CSw">;
11638
+ }, "strip", z.ZodTypeAny, {
11639
+ type: "CSw";
11640
+ }, {
11641
+ type: "CSw";
11642
+ }>, z.ZodObject<{
11643
+ type: z.ZodLiteral<"CRS">;
11260
11644
  }, "strip", z.ZodTypeAny, {
11261
- type: "CSw" | "CRS";
11645
+ type: "CRS";
11262
11646
  }, {
11263
- type: "CSw" | "CRS";
11647
+ type: "CRS";
11264
11648
  }>]>;
11265
11649
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
11266
11650
  internalVapixParameters: z.ZodString;
@@ -11290,7 +11674,9 @@ export declare const streamListSchema: z.ZodObject<{
11290
11674
  type: "RTSP_URL";
11291
11675
  url: string;
11292
11676
  } | {
11293
- type: "CSw" | "CRS";
11677
+ type: "CSw";
11678
+ } | {
11679
+ type: "CRS";
11294
11680
  };
11295
11681
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11296
11682
  internalVapixParameters: string;
@@ -11314,7 +11700,9 @@ export declare const streamListSchema: z.ZodObject<{
11314
11700
  type: "RTSP_URL";
11315
11701
  url: string;
11316
11702
  } | {
11317
- type: "CSw" | "CRS";
11703
+ type: "CSw";
11704
+ } | {
11705
+ type: "CRS";
11318
11706
  };
11319
11707
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11320
11708
  internalVapixParameters: string;
@@ -11418,7 +11806,9 @@ export declare const streamListSchema: z.ZodObject<{
11418
11806
  type: "RTSP_URL";
11419
11807
  url: string;
11420
11808
  } | {
11421
- type: "CSw" | "CRS";
11809
+ type: "CSw";
11810
+ } | {
11811
+ type: "CRS";
11422
11812
  };
11423
11813
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11424
11814
  internalVapixParameters: string;
@@ -11490,7 +11880,9 @@ export declare const streamListSchema: z.ZodObject<{
11490
11880
  type: "RTSP_URL";
11491
11881
  url: string;
11492
11882
  } | {
11493
- type: "CSw" | "CRS";
11883
+ type: "CSw";
11884
+ } | {
11885
+ type: "CRS";
11494
11886
  };
11495
11887
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11496
11888
  internalVapixParameters: string;
@@ -11661,11 +12053,17 @@ export declare const streamListSchema: z.ZodObject<{
11661
12053
  type: "RTSP_URL";
11662
12054
  url: string;
11663
12055
  }>, z.ZodObject<{
11664
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
12056
+ type: z.ZodLiteral<"CSw">;
11665
12057
  }, "strip", z.ZodTypeAny, {
11666
- type: "CSw" | "CRS";
12058
+ type: "CSw";
11667
12059
  }, {
11668
- type: "CSw" | "CRS";
12060
+ type: "CSw";
12061
+ }>, z.ZodObject<{
12062
+ type: z.ZodLiteral<"CRS">;
12063
+ }, "strip", z.ZodTypeAny, {
12064
+ type: "CRS";
12065
+ }, {
12066
+ type: "CRS";
11669
12067
  }>]>;
11670
12068
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
11671
12069
  internalVapixParameters: z.ZodString;
@@ -11695,7 +12093,9 @@ export declare const streamListSchema: z.ZodObject<{
11695
12093
  type: "RTSP_URL";
11696
12094
  url: string;
11697
12095
  } | {
11698
- type: "CSw" | "CRS";
12096
+ type: "CSw";
12097
+ } | {
12098
+ type: "CRS";
11699
12099
  };
11700
12100
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11701
12101
  internalVapixParameters: string;
@@ -11719,7 +12119,9 @@ export declare const streamListSchema: z.ZodObject<{
11719
12119
  type: "RTSP_URL";
11720
12120
  url: string;
11721
12121
  } | {
11722
- type: "CSw" | "CRS";
12122
+ type: "CSw";
12123
+ } | {
12124
+ type: "CRS";
11723
12125
  };
11724
12126
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11725
12127
  internalVapixParameters: string;
@@ -11823,7 +12225,9 @@ export declare const streamListSchema: z.ZodObject<{
11823
12225
  type: "RTSP_URL";
11824
12226
  url: string;
11825
12227
  } | {
11826
- type: "CSw" | "CRS";
12228
+ type: "CSw";
12229
+ } | {
12230
+ type: "CRS";
11827
12231
  };
11828
12232
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11829
12233
  internalVapixParameters: string;
@@ -11895,7 +12299,9 @@ export declare const streamListSchema: z.ZodObject<{
11895
12299
  type: "RTSP_URL";
11896
12300
  url: string;
11897
12301
  } | {
11898
- type: "CSw" | "CRS";
12302
+ type: "CSw";
12303
+ } | {
12304
+ type: "CRS";
11899
12305
  };
11900
12306
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11901
12307
  internalVapixParameters: string;
@@ -12066,11 +12472,17 @@ export declare const streamListSchema: z.ZodObject<{
12066
12472
  type: "RTSP_URL";
12067
12473
  url: string;
12068
12474
  }>, z.ZodObject<{
12069
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
12475
+ type: z.ZodLiteral<"CSw">;
12070
12476
  }, "strip", z.ZodTypeAny, {
12071
- type: "CSw" | "CRS";
12477
+ type: "CSw";
12072
12478
  }, {
12073
- type: "CSw" | "CRS";
12479
+ type: "CSw";
12480
+ }>, z.ZodObject<{
12481
+ type: z.ZodLiteral<"CRS">;
12482
+ }, "strip", z.ZodTypeAny, {
12483
+ type: "CRS";
12484
+ }, {
12485
+ type: "CRS";
12074
12486
  }>]>;
12075
12487
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12076
12488
  internalVapixParameters: z.ZodString;
@@ -12100,7 +12512,9 @@ export declare const streamListSchema: z.ZodObject<{
12100
12512
  type: "RTSP_URL";
12101
12513
  url: string;
12102
12514
  } | {
12103
- type: "CSw" | "CRS";
12515
+ type: "CSw";
12516
+ } | {
12517
+ type: "CRS";
12104
12518
  };
12105
12519
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12106
12520
  internalVapixParameters: string;
@@ -12124,7 +12538,9 @@ export declare const streamListSchema: z.ZodObject<{
12124
12538
  type: "RTSP_URL";
12125
12539
  url: string;
12126
12540
  } | {
12127
- type: "CSw" | "CRS";
12541
+ type: "CSw";
12542
+ } | {
12543
+ type: "CRS";
12128
12544
  };
12129
12545
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12130
12546
  internalVapixParameters: string;
@@ -12228,7 +12644,9 @@ export declare const streamListSchema: z.ZodObject<{
12228
12644
  type: "RTSP_URL";
12229
12645
  url: string;
12230
12646
  } | {
12231
- type: "CSw" | "CRS";
12647
+ type: "CSw";
12648
+ } | {
12649
+ type: "CRS";
12232
12650
  };
12233
12651
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12234
12652
  internalVapixParameters: string;
@@ -12300,7 +12718,9 @@ export declare const streamListSchema: z.ZodObject<{
12300
12718
  type: "RTSP_URL";
12301
12719
  url: string;
12302
12720
  } | {
12303
- type: "CSw" | "CRS";
12721
+ type: "CSw";
12722
+ } | {
12723
+ type: "CRS";
12304
12724
  };
12305
12725
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12306
12726
  internalVapixParameters: string;
@@ -12471,11 +12891,17 @@ export declare const streamListSchema: z.ZodObject<{
12471
12891
  type: "RTSP_URL";
12472
12892
  url: string;
12473
12893
  }>, z.ZodObject<{
12474
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
12894
+ type: z.ZodLiteral<"CSw">;
12895
+ }, "strip", z.ZodTypeAny, {
12896
+ type: "CSw";
12897
+ }, {
12898
+ type: "CSw";
12899
+ }>, z.ZodObject<{
12900
+ type: z.ZodLiteral<"CRS">;
12475
12901
  }, "strip", z.ZodTypeAny, {
12476
- type: "CSw" | "CRS";
12902
+ type: "CRS";
12477
12903
  }, {
12478
- type: "CSw" | "CRS";
12904
+ type: "CRS";
12479
12905
  }>]>;
12480
12906
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12481
12907
  internalVapixParameters: z.ZodString;
@@ -12505,7 +12931,9 @@ export declare const streamListSchema: z.ZodObject<{
12505
12931
  type: "RTSP_URL";
12506
12932
  url: string;
12507
12933
  } | {
12508
- type: "CSw" | "CRS";
12934
+ type: "CSw";
12935
+ } | {
12936
+ type: "CRS";
12509
12937
  };
12510
12938
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12511
12939
  internalVapixParameters: string;
@@ -12529,7 +12957,9 @@ export declare const streamListSchema: z.ZodObject<{
12529
12957
  type: "RTSP_URL";
12530
12958
  url: string;
12531
12959
  } | {
12532
- type: "CSw" | "CRS";
12960
+ type: "CSw";
12961
+ } | {
12962
+ type: "CRS";
12533
12963
  };
12534
12964
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12535
12965
  internalVapixParameters: string;
@@ -12633,7 +13063,9 @@ export declare const streamListSchema: z.ZodObject<{
12633
13063
  type: "RTSP_URL";
12634
13064
  url: string;
12635
13065
  } | {
12636
- type: "CSw" | "CRS";
13066
+ type: "CSw";
13067
+ } | {
13068
+ type: "CRS";
12637
13069
  };
12638
13070
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12639
13071
  internalVapixParameters: string;
@@ -12705,7 +13137,9 @@ export declare const streamListSchema: z.ZodObject<{
12705
13137
  type: "RTSP_URL";
12706
13138
  url: string;
12707
13139
  } | {
12708
- type: "CSw" | "CRS";
13140
+ type: "CSw";
13141
+ } | {
13142
+ type: "CRS";
12709
13143
  };
12710
13144
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12711
13145
  internalVapixParameters: string;
@@ -12876,11 +13310,17 @@ export declare const streamListSchema: z.ZodObject<{
12876
13310
  type: "RTSP_URL";
12877
13311
  url: string;
12878
13312
  }>, z.ZodObject<{
12879
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
13313
+ type: z.ZodLiteral<"CSw">;
12880
13314
  }, "strip", z.ZodTypeAny, {
12881
- type: "CSw" | "CRS";
13315
+ type: "CSw";
12882
13316
  }, {
12883
- type: "CSw" | "CRS";
13317
+ type: "CSw";
13318
+ }>, z.ZodObject<{
13319
+ type: z.ZodLiteral<"CRS">;
13320
+ }, "strip", z.ZodTypeAny, {
13321
+ type: "CRS";
13322
+ }, {
13323
+ type: "CRS";
12884
13324
  }>]>;
12885
13325
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12886
13326
  internalVapixParameters: z.ZodString;
@@ -12910,7 +13350,9 @@ export declare const streamListSchema: z.ZodObject<{
12910
13350
  type: "RTSP_URL";
12911
13351
  url: string;
12912
13352
  } | {
12913
- type: "CSw" | "CRS";
13353
+ type: "CSw";
13354
+ } | {
13355
+ type: "CRS";
12914
13356
  };
12915
13357
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12916
13358
  internalVapixParameters: string;
@@ -12934,7 +13376,9 @@ export declare const streamListSchema: z.ZodObject<{
12934
13376
  type: "RTSP_URL";
12935
13377
  url: string;
12936
13378
  } | {
12937
- type: "CSw" | "CRS";
13379
+ type: "CSw";
13380
+ } | {
13381
+ type: "CRS";
12938
13382
  };
12939
13383
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12940
13384
  internalVapixParameters: string;
@@ -13038,7 +13482,9 @@ export declare const streamListSchema: z.ZodObject<{
13038
13482
  type: "RTSP_URL";
13039
13483
  url: string;
13040
13484
  } | {
13041
- type: "CSw" | "CRS";
13485
+ type: "CSw";
13486
+ } | {
13487
+ type: "CRS";
13042
13488
  };
13043
13489
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13044
13490
  internalVapixParameters: string;
@@ -13110,7 +13556,9 @@ export declare const streamListSchema: z.ZodObject<{
13110
13556
  type: "RTSP_URL";
13111
13557
  url: string;
13112
13558
  } | {
13113
- type: "CSw" | "CRS";
13559
+ type: "CSw";
13560
+ } | {
13561
+ type: "CRS";
13114
13562
  };
13115
13563
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13116
13564
  internalVapixParameters: string;
@@ -13281,11 +13729,17 @@ export declare const streamListSchema: z.ZodObject<{
13281
13729
  type: "RTSP_URL";
13282
13730
  url: string;
13283
13731
  }>, z.ZodObject<{
13284
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
13732
+ type: z.ZodLiteral<"CSw">;
13285
13733
  }, "strip", z.ZodTypeAny, {
13286
- type: "CSw" | "CRS";
13734
+ type: "CSw";
13287
13735
  }, {
13288
- type: "CSw" | "CRS";
13736
+ type: "CSw";
13737
+ }>, z.ZodObject<{
13738
+ type: z.ZodLiteral<"CRS">;
13739
+ }, "strip", z.ZodTypeAny, {
13740
+ type: "CRS";
13741
+ }, {
13742
+ type: "CRS";
13289
13743
  }>]>;
13290
13744
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
13291
13745
  internalVapixParameters: z.ZodString;
@@ -13315,7 +13769,9 @@ export declare const streamListSchema: z.ZodObject<{
13315
13769
  type: "RTSP_URL";
13316
13770
  url: string;
13317
13771
  } | {
13318
- type: "CSw" | "CRS";
13772
+ type: "CSw";
13773
+ } | {
13774
+ type: "CRS";
13319
13775
  };
13320
13776
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13321
13777
  internalVapixParameters: string;
@@ -13339,7 +13795,9 @@ export declare const streamListSchema: z.ZodObject<{
13339
13795
  type: "RTSP_URL";
13340
13796
  url: string;
13341
13797
  } | {
13342
- type: "CSw" | "CRS";
13798
+ type: "CSw";
13799
+ } | {
13800
+ type: "CRS";
13343
13801
  };
13344
13802
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13345
13803
  internalVapixParameters: string;
@@ -13443,7 +13901,9 @@ export declare const streamListSchema: z.ZodObject<{
13443
13901
  type: "RTSP_URL";
13444
13902
  url: string;
13445
13903
  } | {
13446
- type: "CSw" | "CRS";
13904
+ type: "CSw";
13905
+ } | {
13906
+ type: "CRS";
13447
13907
  };
13448
13908
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13449
13909
  internalVapixParameters: string;
@@ -13515,7 +13975,9 @@ export declare const streamListSchema: z.ZodObject<{
13515
13975
  type: "RTSP_URL";
13516
13976
  url: string;
13517
13977
  } | {
13518
- type: "CSw" | "CRS";
13978
+ type: "CSw";
13979
+ } | {
13980
+ type: "CRS";
13519
13981
  };
13520
13982
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13521
13983
  internalVapixParameters: string;
@@ -13686,11 +14148,17 @@ export declare const streamListSchema: z.ZodObject<{
13686
14148
  type: "RTSP_URL";
13687
14149
  url: string;
13688
14150
  }>, z.ZodObject<{
13689
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
14151
+ type: z.ZodLiteral<"CSw">;
14152
+ }, "strip", z.ZodTypeAny, {
14153
+ type: "CSw";
14154
+ }, {
14155
+ type: "CSw";
14156
+ }>, z.ZodObject<{
14157
+ type: z.ZodLiteral<"CRS">;
13690
14158
  }, "strip", z.ZodTypeAny, {
13691
- type: "CSw" | "CRS";
14159
+ type: "CRS";
13692
14160
  }, {
13693
- type: "CSw" | "CRS";
14161
+ type: "CRS";
13694
14162
  }>]>;
13695
14163
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
13696
14164
  internalVapixParameters: z.ZodString;
@@ -13720,7 +14188,9 @@ export declare const streamListSchema: z.ZodObject<{
13720
14188
  type: "RTSP_URL";
13721
14189
  url: string;
13722
14190
  } | {
13723
- type: "CSw" | "CRS";
14191
+ type: "CSw";
14192
+ } | {
14193
+ type: "CRS";
13724
14194
  };
13725
14195
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13726
14196
  internalVapixParameters: string;
@@ -13744,7 +14214,9 @@ export declare const streamListSchema: z.ZodObject<{
13744
14214
  type: "RTSP_URL";
13745
14215
  url: string;
13746
14216
  } | {
13747
- type: "CSw" | "CRS";
14217
+ type: "CSw";
14218
+ } | {
14219
+ type: "CRS";
13748
14220
  };
13749
14221
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13750
14222
  internalVapixParameters: string;
@@ -13848,7 +14320,9 @@ export declare const streamListSchema: z.ZodObject<{
13848
14320
  type: "RTSP_URL";
13849
14321
  url: string;
13850
14322
  } | {
13851
- type: "CSw" | "CRS";
14323
+ type: "CSw";
14324
+ } | {
14325
+ type: "CRS";
13852
14326
  };
13853
14327
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13854
14328
  internalVapixParameters: string;
@@ -13920,7 +14394,9 @@ export declare const streamListSchema: z.ZodObject<{
13920
14394
  type: "RTSP_URL";
13921
14395
  url: string;
13922
14396
  } | {
13923
- type: "CSw" | "CRS";
14397
+ type: "CSw";
14398
+ } | {
14399
+ type: "CRS";
13924
14400
  };
13925
14401
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13926
14402
  internalVapixParameters: string;
@@ -14091,11 +14567,17 @@ export declare const streamListSchema: z.ZodObject<{
14091
14567
  type: "RTSP_URL";
14092
14568
  url: string;
14093
14569
  }>, z.ZodObject<{
14094
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
14570
+ type: z.ZodLiteral<"CSw">;
14095
14571
  }, "strip", z.ZodTypeAny, {
14096
- type: "CSw" | "CRS";
14572
+ type: "CSw";
14097
14573
  }, {
14098
- type: "CSw" | "CRS";
14574
+ type: "CSw";
14575
+ }>, z.ZodObject<{
14576
+ type: z.ZodLiteral<"CRS">;
14577
+ }, "strip", z.ZodTypeAny, {
14578
+ type: "CRS";
14579
+ }, {
14580
+ type: "CRS";
14099
14581
  }>]>;
14100
14582
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
14101
14583
  internalVapixParameters: z.ZodString;
@@ -14125,7 +14607,9 @@ export declare const streamListSchema: z.ZodObject<{
14125
14607
  type: "RTSP_URL";
14126
14608
  url: string;
14127
14609
  } | {
14128
- type: "CSw" | "CRS";
14610
+ type: "CSw";
14611
+ } | {
14612
+ type: "CRS";
14129
14613
  };
14130
14614
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14131
14615
  internalVapixParameters: string;
@@ -14149,7 +14633,9 @@ export declare const streamListSchema: z.ZodObject<{
14149
14633
  type: "RTSP_URL";
14150
14634
  url: string;
14151
14635
  } | {
14152
- type: "CSw" | "CRS";
14636
+ type: "CSw";
14637
+ } | {
14638
+ type: "CRS";
14153
14639
  };
14154
14640
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14155
14641
  internalVapixParameters: string;
@@ -14253,7 +14739,9 @@ export declare const streamListSchema: z.ZodObject<{
14253
14739
  type: "RTSP_URL";
14254
14740
  url: string;
14255
14741
  } | {
14256
- type: "CSw" | "CRS";
14742
+ type: "CSw";
14743
+ } | {
14744
+ type: "CRS";
14257
14745
  };
14258
14746
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14259
14747
  internalVapixParameters: string;
@@ -14325,7 +14813,9 @@ export declare const streamListSchema: z.ZodObject<{
14325
14813
  type: "RTSP_URL";
14326
14814
  url: string;
14327
14815
  } | {
14328
- type: "CSw" | "CRS";
14816
+ type: "CSw";
14817
+ } | {
14818
+ type: "CRS";
14329
14819
  };
14330
14820
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14331
14821
  internalVapixParameters: string;
@@ -14496,11 +14986,17 @@ export declare const streamListSchema: z.ZodObject<{
14496
14986
  type: "RTSP_URL";
14497
14987
  url: string;
14498
14988
  }>, z.ZodObject<{
14499
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
14989
+ type: z.ZodLiteral<"CSw">;
14500
14990
  }, "strip", z.ZodTypeAny, {
14501
- type: "CSw" | "CRS";
14991
+ type: "CSw";
14502
14992
  }, {
14503
- type: "CSw" | "CRS";
14993
+ type: "CSw";
14994
+ }>, z.ZodObject<{
14995
+ type: z.ZodLiteral<"CRS">;
14996
+ }, "strip", z.ZodTypeAny, {
14997
+ type: "CRS";
14998
+ }, {
14999
+ type: "CRS";
14504
15000
  }>]>;
14505
15001
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
14506
15002
  internalVapixParameters: z.ZodString;
@@ -14530,7 +15026,9 @@ export declare const streamListSchema: z.ZodObject<{
14530
15026
  type: "RTSP_URL";
14531
15027
  url: string;
14532
15028
  } | {
14533
- type: "CSw" | "CRS";
15029
+ type: "CSw";
15030
+ } | {
15031
+ type: "CRS";
14534
15032
  };
14535
15033
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14536
15034
  internalVapixParameters: string;
@@ -14554,7 +15052,9 @@ export declare const streamListSchema: z.ZodObject<{
14554
15052
  type: "RTSP_URL";
14555
15053
  url: string;
14556
15054
  } | {
14557
- type: "CSw" | "CRS";
15055
+ type: "CSw";
15056
+ } | {
15057
+ type: "CRS";
14558
15058
  };
14559
15059
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14560
15060
  internalVapixParameters: string;
@@ -14658,7 +15158,9 @@ export declare const streamListSchema: z.ZodObject<{
14658
15158
  type: "RTSP_URL";
14659
15159
  url: string;
14660
15160
  } | {
14661
- type: "CSw" | "CRS";
15161
+ type: "CSw";
15162
+ } | {
15163
+ type: "CRS";
14662
15164
  };
14663
15165
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14664
15166
  internalVapixParameters: string;
@@ -14730,7 +15232,9 @@ export declare const streamListSchema: z.ZodObject<{
14730
15232
  type: "RTSP_URL";
14731
15233
  url: string;
14732
15234
  } | {
14733
- type: "CSw" | "CRS";
15235
+ type: "CSw";
15236
+ } | {
15237
+ type: "CRS";
14734
15238
  };
14735
15239
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14736
15240
  internalVapixParameters: string;
@@ -14901,11 +15405,17 @@ export declare const streamListSchema: z.ZodObject<{
14901
15405
  type: "RTSP_URL";
14902
15406
  url: string;
14903
15407
  }>, z.ZodObject<{
14904
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
15408
+ type: z.ZodLiteral<"CSw">;
15409
+ }, "strip", z.ZodTypeAny, {
15410
+ type: "CSw";
15411
+ }, {
15412
+ type: "CSw";
15413
+ }>, z.ZodObject<{
15414
+ type: z.ZodLiteral<"CRS">;
14905
15415
  }, "strip", z.ZodTypeAny, {
14906
- type: "CSw" | "CRS";
15416
+ type: "CRS";
14907
15417
  }, {
14908
- type: "CSw" | "CRS";
15418
+ type: "CRS";
14909
15419
  }>]>;
14910
15420
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
14911
15421
  internalVapixParameters: z.ZodString;
@@ -14935,7 +15445,9 @@ export declare const streamListSchema: z.ZodObject<{
14935
15445
  type: "RTSP_URL";
14936
15446
  url: string;
14937
15447
  } | {
14938
- type: "CSw" | "CRS";
15448
+ type: "CSw";
15449
+ } | {
15450
+ type: "CRS";
14939
15451
  };
14940
15452
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14941
15453
  internalVapixParameters: string;
@@ -14959,7 +15471,9 @@ export declare const streamListSchema: z.ZodObject<{
14959
15471
  type: "RTSP_URL";
14960
15472
  url: string;
14961
15473
  } | {
14962
- type: "CSw" | "CRS";
15474
+ type: "CSw";
15475
+ } | {
15476
+ type: "CRS";
14963
15477
  };
14964
15478
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14965
15479
  internalVapixParameters: string;
@@ -15063,7 +15577,9 @@ export declare const streamListSchema: z.ZodObject<{
15063
15577
  type: "RTSP_URL";
15064
15578
  url: string;
15065
15579
  } | {
15066
- type: "CSw" | "CRS";
15580
+ type: "CSw";
15581
+ } | {
15582
+ type: "CRS";
15067
15583
  };
15068
15584
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15069
15585
  internalVapixParameters: string;
@@ -15135,7 +15651,9 @@ export declare const streamListSchema: z.ZodObject<{
15135
15651
  type: "RTSP_URL";
15136
15652
  url: string;
15137
15653
  } | {
15138
- type: "CSw" | "CRS";
15654
+ type: "CSw";
15655
+ } | {
15656
+ type: "CRS";
15139
15657
  };
15140
15658
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15141
15659
  internalVapixParameters: string;
@@ -15306,11 +15824,17 @@ export declare const streamListSchema: z.ZodObject<{
15306
15824
  type: "RTSP_URL";
15307
15825
  url: string;
15308
15826
  }>, z.ZodObject<{
15309
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
15827
+ type: z.ZodLiteral<"CSw">;
15310
15828
  }, "strip", z.ZodTypeAny, {
15311
- type: "CSw" | "CRS";
15829
+ type: "CSw";
15312
15830
  }, {
15313
- type: "CSw" | "CRS";
15831
+ type: "CSw";
15832
+ }>, z.ZodObject<{
15833
+ type: z.ZodLiteral<"CRS">;
15834
+ }, "strip", z.ZodTypeAny, {
15835
+ type: "CRS";
15836
+ }, {
15837
+ type: "CRS";
15314
15838
  }>]>;
15315
15839
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
15316
15840
  internalVapixParameters: z.ZodString;
@@ -15340,7 +15864,9 @@ export declare const streamListSchema: z.ZodObject<{
15340
15864
  type: "RTSP_URL";
15341
15865
  url: string;
15342
15866
  } | {
15343
- type: "CSw" | "CRS";
15867
+ type: "CSw";
15868
+ } | {
15869
+ type: "CRS";
15344
15870
  };
15345
15871
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15346
15872
  internalVapixParameters: string;
@@ -15364,7 +15890,9 @@ export declare const streamListSchema: z.ZodObject<{
15364
15890
  type: "RTSP_URL";
15365
15891
  url: string;
15366
15892
  } | {
15367
- type: "CSw" | "CRS";
15893
+ type: "CSw";
15894
+ } | {
15895
+ type: "CRS";
15368
15896
  };
15369
15897
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15370
15898
  internalVapixParameters: string;
@@ -15468,7 +15996,9 @@ export declare const streamListSchema: z.ZodObject<{
15468
15996
  type: "RTSP_URL";
15469
15997
  url: string;
15470
15998
  } | {
15471
- type: "CSw" | "CRS";
15999
+ type: "CSw";
16000
+ } | {
16001
+ type: "CRS";
15472
16002
  };
15473
16003
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15474
16004
  internalVapixParameters: string;
@@ -15540,7 +16070,9 @@ export declare const streamListSchema: z.ZodObject<{
15540
16070
  type: "RTSP_URL";
15541
16071
  url: string;
15542
16072
  } | {
15543
- type: "CSw" | "CRS";
16073
+ type: "CSw";
16074
+ } | {
16075
+ type: "CRS";
15544
16076
  };
15545
16077
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15546
16078
  internalVapixParameters: string;
@@ -15711,11 +16243,17 @@ export declare const streamListSchema: z.ZodObject<{
15711
16243
  type: "RTSP_URL";
15712
16244
  url: string;
15713
16245
  }>, z.ZodObject<{
15714
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
16246
+ type: z.ZodLiteral<"CSw">;
15715
16247
  }, "strip", z.ZodTypeAny, {
15716
- type: "CSw" | "CRS";
16248
+ type: "CSw";
15717
16249
  }, {
15718
- type: "CSw" | "CRS";
16250
+ type: "CSw";
16251
+ }>, z.ZodObject<{
16252
+ type: z.ZodLiteral<"CRS">;
16253
+ }, "strip", z.ZodTypeAny, {
16254
+ type: "CRS";
16255
+ }, {
16256
+ type: "CRS";
15719
16257
  }>]>;
15720
16258
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
15721
16259
  internalVapixParameters: z.ZodString;
@@ -15745,7 +16283,9 @@ export declare const streamListSchema: z.ZodObject<{
15745
16283
  type: "RTSP_URL";
15746
16284
  url: string;
15747
16285
  } | {
15748
- type: "CSw" | "CRS";
16286
+ type: "CSw";
16287
+ } | {
16288
+ type: "CRS";
15749
16289
  };
15750
16290
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15751
16291
  internalVapixParameters: string;
@@ -15769,7 +16309,9 @@ export declare const streamListSchema: z.ZodObject<{
15769
16309
  type: "RTSP_URL";
15770
16310
  url: string;
15771
16311
  } | {
15772
- type: "CSw" | "CRS";
16312
+ type: "CSw";
16313
+ } | {
16314
+ type: "CRS";
15773
16315
  };
15774
16316
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15775
16317
  internalVapixParameters: string;
@@ -15876,7 +16418,9 @@ export declare const streamListSchema: z.ZodObject<{
15876
16418
  type: "RTSP_URL";
15877
16419
  url: string;
15878
16420
  } | {
15879
- type: "CSw" | "CRS";
16421
+ type: "CSw";
16422
+ } | {
16423
+ type: "CRS";
15880
16424
  };
15881
16425
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15882
16426
  internalVapixParameters: string;
@@ -15950,7 +16494,9 @@ export declare const streamListSchema: z.ZodObject<{
15950
16494
  type: "RTSP_URL";
15951
16495
  url: string;
15952
16496
  } | {
15953
- type: "CSw" | "CRS";
16497
+ type: "CSw";
16498
+ } | {
16499
+ type: "CRS";
15954
16500
  };
15955
16501
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15956
16502
  internalVapixParameters: string;
@@ -16123,11 +16669,17 @@ export declare const streamListSchema: z.ZodObject<{
16123
16669
  type: "RTSP_URL";
16124
16670
  url: string;
16125
16671
  }>, z.ZodObject<{
16126
- type: z.ZodUnion<[z.ZodLiteral<"CSw">, z.ZodLiteral<"CRS">]>;
16672
+ type: z.ZodLiteral<"CSw">;
16127
16673
  }, "strip", z.ZodTypeAny, {
16128
- type: "CSw" | "CRS";
16674
+ type: "CSw";
16129
16675
  }, {
16130
- type: "CSw" | "CRS";
16676
+ type: "CSw";
16677
+ }>, z.ZodObject<{
16678
+ type: z.ZodLiteral<"CRS">;
16679
+ }, "strip", z.ZodTypeAny, {
16680
+ type: "CRS";
16681
+ }, {
16682
+ type: "CRS";
16131
16683
  }>]>;
16132
16684
  streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
16133
16685
  internalVapixParameters: z.ZodString;
@@ -16157,7 +16709,9 @@ export declare const streamListSchema: z.ZodObject<{
16157
16709
  type: "RTSP_URL";
16158
16710
  url: string;
16159
16711
  } | {
16160
- type: "CSw" | "CRS";
16712
+ type: "CSw";
16713
+ } | {
16714
+ type: "CRS";
16161
16715
  };
16162
16716
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16163
16717
  internalVapixParameters: string;
@@ -16181,7 +16735,9 @@ export declare const streamListSchema: z.ZodObject<{
16181
16735
  type: "RTSP_URL";
16182
16736
  url: string;
16183
16737
  } | {
16184
- type: "CSw" | "CRS";
16738
+ type: "CSw";
16739
+ } | {
16740
+ type: "CRS";
16185
16741
  };
16186
16742
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16187
16743
  internalVapixParameters: string;
@@ -16288,7 +16844,9 @@ export declare const streamListSchema: z.ZodObject<{
16288
16844
  type: "RTSP_URL";
16289
16845
  url: string;
16290
16846
  } | {
16291
- type: "CSw" | "CRS";
16847
+ type: "CSw";
16848
+ } | {
16849
+ type: "CRS";
16292
16850
  };
16293
16851
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16294
16852
  internalVapixParameters: string;
@@ -16362,7 +16920,9 @@ export declare const streamListSchema: z.ZodObject<{
16362
16920
  type: "RTSP_URL";
16363
16921
  url: string;
16364
16922
  } | {
16365
- type: "CSw" | "CRS";
16923
+ type: "CSw";
16924
+ } | {
16925
+ type: "CRS";
16366
16926
  };
16367
16927
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16368
16928
  internalVapixParameters: string;
@@ -16445,7 +17005,9 @@ export declare const streamListSchema: z.ZodObject<{
16445
17005
  type: "RTSP_URL";
16446
17006
  url: string;
16447
17007
  } | {
16448
- type: "CSw" | "CRS";
17008
+ type: "CSw";
17009
+ } | {
17010
+ type: "CRS";
16449
17011
  };
16450
17012
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16451
17013
  internalVapixParameters: string;
@@ -16520,7 +17082,9 @@ export declare const streamListSchema: z.ZodObject<{
16520
17082
  type: "RTSP_URL";
16521
17083
  url: string;
16522
17084
  } | {
16523
- type: "CSw" | "CRS";
17085
+ type: "CSw";
17086
+ } | {
17087
+ type: "CRS";
16524
17088
  };
16525
17089
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16526
17090
  internalVapixParameters: string;
@@ -16592,7 +17156,9 @@ export declare const streamListSchema: z.ZodObject<{
16592
17156
  type: "RTSP_URL";
16593
17157
  url: string;
16594
17158
  } | {
16595
- type: "CSw" | "CRS";
17159
+ type: "CSw";
17160
+ } | {
17161
+ type: "CRS";
16596
17162
  };
16597
17163
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16598
17164
  internalVapixParameters: string;
@@ -16675,7 +17241,9 @@ export declare const streamListSchema: z.ZodObject<{
16675
17241
  type: "RTSP_URL";
16676
17242
  url: string;
16677
17243
  } | {
16678
- type: "CSw" | "CRS";
17244
+ type: "CSw";
17245
+ } | {
17246
+ type: "CRS";
16679
17247
  };
16680
17248
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16681
17249
  internalVapixParameters: string;
@@ -16747,7 +17315,9 @@ export declare const streamListSchema: z.ZodObject<{
16747
17315
  type: "RTSP_URL";
16748
17316
  url: string;
16749
17317
  } | {
16750
- type: "CSw" | "CRS";
17318
+ type: "CSw";
17319
+ } | {
17320
+ type: "CRS";
16751
17321
  };
16752
17322
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16753
17323
  internalVapixParameters: string;
@@ -16819,7 +17389,9 @@ export declare const streamListSchema: z.ZodObject<{
16819
17389
  type: "RTSP_URL";
16820
17390
  url: string;
16821
17391
  } | {
16822
- type: "CSw" | "CRS";
17392
+ type: "CSw";
17393
+ } | {
17394
+ type: "CRS";
16823
17395
  };
16824
17396
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16825
17397
  internalVapixParameters: string;
@@ -16891,7 +17463,9 @@ export declare const streamListSchema: z.ZodObject<{
16891
17463
  type: "RTSP_URL";
16892
17464
  url: string;
16893
17465
  } | {
16894
- type: "CSw" | "CRS";
17466
+ type: "CSw";
17467
+ } | {
17468
+ type: "CRS";
16895
17469
  };
16896
17470
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16897
17471
  internalVapixParameters: string;
@@ -16965,7 +17539,9 @@ export declare const streamListSchema: z.ZodObject<{
16965
17539
  type: "RTSP_URL";
16966
17540
  url: string;
16967
17541
  } | {
16968
- type: "CSw" | "CRS";
17542
+ type: "CSw";
17543
+ } | {
17544
+ type: "CRS";
16969
17545
  };
16970
17546
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16971
17547
  internalVapixParameters: string;
@@ -17037,7 +17613,9 @@ export declare const streamListSchema: z.ZodObject<{
17037
17613
  type: "RTSP_URL";
17038
17614
  url: string;
17039
17615
  } | {
17040
- type: "CSw" | "CRS";
17616
+ type: "CSw";
17617
+ } | {
17618
+ type: "CRS";
17041
17619
  };
17042
17620
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17043
17621
  internalVapixParameters: string;
@@ -17109,7 +17687,9 @@ export declare const streamListSchema: z.ZodObject<{
17109
17687
  type: "RTSP_URL";
17110
17688
  url: string;
17111
17689
  } | {
17112
- type: "CSw" | "CRS";
17690
+ type: "CSw";
17691
+ } | {
17692
+ type: "CRS";
17113
17693
  };
17114
17694
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17115
17695
  internalVapixParameters: string;
@@ -17181,7 +17761,9 @@ export declare const streamListSchema: z.ZodObject<{
17181
17761
  type: "RTSP_URL";
17182
17762
  url: string;
17183
17763
  } | {
17184
- type: "CSw" | "CRS";
17764
+ type: "CSw";
17765
+ } | {
17766
+ type: "CRS";
17185
17767
  };
17186
17768
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17187
17769
  internalVapixParameters: string;
@@ -17253,7 +17835,9 @@ export declare const streamListSchema: z.ZodObject<{
17253
17835
  type: "RTSP_URL";
17254
17836
  url: string;
17255
17837
  } | {
17256
- type: "CSw" | "CRS";
17838
+ type: "CSw";
17839
+ } | {
17840
+ type: "CRS";
17257
17841
  };
17258
17842
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17259
17843
  internalVapixParameters: string;
@@ -17325,7 +17909,9 @@ export declare const streamListSchema: z.ZodObject<{
17325
17909
  type: "RTSP_URL";
17326
17910
  url: string;
17327
17911
  } | {
17328
- type: "CSw" | "CRS";
17912
+ type: "CSw";
17913
+ } | {
17914
+ type: "CRS";
17329
17915
  };
17330
17916
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17331
17917
  internalVapixParameters: string;
@@ -17397,7 +17983,9 @@ export declare const streamListSchema: z.ZodObject<{
17397
17983
  type: "RTSP_URL";
17398
17984
  url: string;
17399
17985
  } | {
17400
- type: "CSw" | "CRS";
17986
+ type: "CSw";
17987
+ } | {
17988
+ type: "CRS";
17401
17989
  };
17402
17990
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17403
17991
  internalVapixParameters: string;
@@ -17471,7 +18059,9 @@ export declare const streamListSchema: z.ZodObject<{
17471
18059
  type: "RTSP_URL";
17472
18060
  url: string;
17473
18061
  } | {
17474
- type: "CSw" | "CRS";
18062
+ type: "CSw";
18063
+ } | {
18064
+ type: "CRS";
17475
18065
  };
17476
18066
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17477
18067
  internalVapixParameters: string;
@@ -17543,7 +18133,9 @@ export declare const streamListSchema: z.ZodObject<{
17543
18133
  type: "RTSP_URL";
17544
18134
  url: string;
17545
18135
  } | {
17546
- type: "CSw" | "CRS";
18136
+ type: "CSw";
18137
+ } | {
18138
+ type: "CRS";
17547
18139
  };
17548
18140
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17549
18141
  internalVapixParameters: string;
@@ -17615,7 +18207,9 @@ export declare const streamListSchema: z.ZodObject<{
17615
18207
  type: "RTSP_URL";
17616
18208
  url: string;
17617
18209
  } | {
17618
- type: "CSw" | "CRS";
18210
+ type: "CSw";
18211
+ } | {
18212
+ type: "CRS";
17619
18213
  };
17620
18214
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17621
18215
  internalVapixParameters: string;
@@ -17687,7 +18281,9 @@ export declare const streamListSchema: z.ZodObject<{
17687
18281
  type: "RTSP_URL";
17688
18282
  url: string;
17689
18283
  } | {
17690
- type: "CSw" | "CRS";
18284
+ type: "CSw";
18285
+ } | {
18286
+ type: "CRS";
17691
18287
  };
17692
18288
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17693
18289
  internalVapixParameters: string;
@@ -17759,7 +18355,9 @@ export declare const streamListSchema: z.ZodObject<{
17759
18355
  type: "RTSP_URL";
17760
18356
  url: string;
17761
18357
  } | {
17762
- type: "CSw" | "CRS";
18358
+ type: "CSw";
18359
+ } | {
18360
+ type: "CRS";
17763
18361
  };
17764
18362
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17765
18363
  internalVapixParameters: string;
@@ -17831,7 +18429,9 @@ export declare const streamListSchema: z.ZodObject<{
17831
18429
  type: "RTSP_URL";
17832
18430
  url: string;
17833
18431
  } | {
17834
- type: "CSw" | "CRS";
18432
+ type: "CSw";
18433
+ } | {
18434
+ type: "CRS";
17835
18435
  };
17836
18436
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17837
18437
  internalVapixParameters: string;
@@ -17914,7 +18514,9 @@ export declare const streamListSchema: z.ZodObject<{
17914
18514
  type: "RTSP_URL";
17915
18515
  url: string;
17916
18516
  } | {
17917
- type: "CSw" | "CRS";
18517
+ type: "CSw";
18518
+ } | {
18519
+ type: "CRS";
17918
18520
  };
17919
18521
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17920
18522
  internalVapixParameters: string;
@@ -17989,7 +18591,9 @@ export declare const streamListSchema: z.ZodObject<{
17989
18591
  type: "RTSP_URL";
17990
18592
  url: string;
17991
18593
  } | {
17992
- type: "CSw" | "CRS";
18594
+ type: "CSw";
18595
+ } | {
18596
+ type: "CRS";
17993
18597
  };
17994
18598
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17995
18599
  internalVapixParameters: string;
@@ -18061,7 +18665,9 @@ export declare const streamListSchema: z.ZodObject<{
18061
18665
  type: "RTSP_URL";
18062
18666
  url: string;
18063
18667
  } | {
18064
- type: "CSw" | "CRS";
18668
+ type: "CSw";
18669
+ } | {
18670
+ type: "CRS";
18065
18671
  };
18066
18672
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18067
18673
  internalVapixParameters: string;
@@ -18144,7 +18750,9 @@ export declare const streamListSchema: z.ZodObject<{
18144
18750
  type: "RTSP_URL";
18145
18751
  url: string;
18146
18752
  } | {
18147
- type: "CSw" | "CRS";
18753
+ type: "CSw";
18754
+ } | {
18755
+ type: "CRS";
18148
18756
  };
18149
18757
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18150
18758
  internalVapixParameters: string;
@@ -18216,7 +18824,9 @@ export declare const streamListSchema: z.ZodObject<{
18216
18824
  type: "RTSP_URL";
18217
18825
  url: string;
18218
18826
  } | {
18219
- type: "CSw" | "CRS";
18827
+ type: "CSw";
18828
+ } | {
18829
+ type: "CRS";
18220
18830
  };
18221
18831
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18222
18832
  internalVapixParameters: string;
@@ -18288,7 +18898,9 @@ export declare const streamListSchema: z.ZodObject<{
18288
18898
  type: "RTSP_URL";
18289
18899
  url: string;
18290
18900
  } | {
18291
- type: "CSw" | "CRS";
18901
+ type: "CSw";
18902
+ } | {
18903
+ type: "CRS";
18292
18904
  };
18293
18905
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18294
18906
  internalVapixParameters: string;
@@ -18360,7 +18972,9 @@ export declare const streamListSchema: z.ZodObject<{
18360
18972
  type: "RTSP_URL";
18361
18973
  url: string;
18362
18974
  } | {
18363
- type: "CSw" | "CRS";
18975
+ type: "CSw";
18976
+ } | {
18977
+ type: "CRS";
18364
18978
  };
18365
18979
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18366
18980
  internalVapixParameters: string;
@@ -18434,7 +19048,9 @@ export declare const streamListSchema: z.ZodObject<{
18434
19048
  type: "RTSP_URL";
18435
19049
  url: string;
18436
19050
  } | {
18437
- type: "CSw" | "CRS";
19051
+ type: "CSw";
19052
+ } | {
19053
+ type: "CRS";
18438
19054
  };
18439
19055
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18440
19056
  internalVapixParameters: string;
@@ -18506,7 +19122,9 @@ export declare const streamListSchema: z.ZodObject<{
18506
19122
  type: "RTSP_URL";
18507
19123
  url: string;
18508
19124
  } | {
18509
- type: "CSw" | "CRS";
19125
+ type: "CSw";
19126
+ } | {
19127
+ type: "CRS";
18510
19128
  };
18511
19129
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18512
19130
  internalVapixParameters: string;
@@ -18578,7 +19196,9 @@ export declare const streamListSchema: z.ZodObject<{
18578
19196
  type: "RTSP_URL";
18579
19197
  url: string;
18580
19198
  } | {
18581
- type: "CSw" | "CRS";
19199
+ type: "CSw";
19200
+ } | {
19201
+ type: "CRS";
18582
19202
  };
18583
19203
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18584
19204
  internalVapixParameters: string;
@@ -18650,7 +19270,9 @@ export declare const streamListSchema: z.ZodObject<{
18650
19270
  type: "RTSP_URL";
18651
19271
  url: string;
18652
19272
  } | {
18653
- type: "CSw" | "CRS";
19273
+ type: "CSw";
19274
+ } | {
19275
+ type: "CRS";
18654
19276
  };
18655
19277
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18656
19278
  internalVapixParameters: string;
@@ -18722,7 +19344,9 @@ export declare const streamListSchema: z.ZodObject<{
18722
19344
  type: "RTSP_URL";
18723
19345
  url: string;
18724
19346
  } | {
18725
- type: "CSw" | "CRS";
19347
+ type: "CSw";
19348
+ } | {
19349
+ type: "CRS";
18726
19350
  };
18727
19351
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18728
19352
  internalVapixParameters: string;
@@ -18794,7 +19418,9 @@ export declare const streamListSchema: z.ZodObject<{
18794
19418
  type: "RTSP_URL";
18795
19419
  url: string;
18796
19420
  } | {
18797
- type: "CSw" | "CRS";
19421
+ type: "CSw";
19422
+ } | {
19423
+ type: "CRS";
18798
19424
  };
18799
19425
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18800
19426
  internalVapixParameters: string;
@@ -18866,7 +19492,9 @@ export declare const streamListSchema: z.ZodObject<{
18866
19492
  type: "RTSP_URL";
18867
19493
  url: string;
18868
19494
  } | {
18869
- type: "CSw" | "CRS";
19495
+ type: "CSw";
19496
+ } | {
19497
+ type: "CRS";
18870
19498
  };
18871
19499
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18872
19500
  internalVapixParameters: string;
@@ -18940,7 +19568,9 @@ export declare const streamListSchema: z.ZodObject<{
18940
19568
  type: "RTSP_URL";
18941
19569
  url: string;
18942
19570
  } | {
18943
- type: "CSw" | "CRS";
19571
+ type: "CSw";
19572
+ } | {
19573
+ type: "CRS";
18944
19574
  };
18945
19575
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18946
19576
  internalVapixParameters: string;
@@ -19012,7 +19642,9 @@ export declare const streamListSchema: z.ZodObject<{
19012
19642
  type: "RTSP_URL";
19013
19643
  url: string;
19014
19644
  } | {
19015
- type: "CSw" | "CRS";
19645
+ type: "CSw";
19646
+ } | {
19647
+ type: "CRS";
19016
19648
  };
19017
19649
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19018
19650
  internalVapixParameters: string;
@@ -19084,7 +19716,9 @@ export declare const streamListSchema: z.ZodObject<{
19084
19716
  type: "RTSP_URL";
19085
19717
  url: string;
19086
19718
  } | {
19087
- type: "CSw" | "CRS";
19719
+ type: "CSw";
19720
+ } | {
19721
+ type: "CRS";
19088
19722
  };
19089
19723
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19090
19724
  internalVapixParameters: string;
@@ -19156,7 +19790,9 @@ export declare const streamListSchema: z.ZodObject<{
19156
19790
  type: "RTSP_URL";
19157
19791
  url: string;
19158
19792
  } | {
19159
- type: "CSw" | "CRS";
19793
+ type: "CSw";
19794
+ } | {
19795
+ type: "CRS";
19160
19796
  };
19161
19797
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19162
19798
  internalVapixParameters: string;
@@ -19228,7 +19864,9 @@ export declare const streamListSchema: z.ZodObject<{
19228
19864
  type: "RTSP_URL";
19229
19865
  url: string;
19230
19866
  } | {
19231
- type: "CSw" | "CRS";
19867
+ type: "CSw";
19868
+ } | {
19869
+ type: "CRS";
19232
19870
  };
19233
19871
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19234
19872
  internalVapixParameters: string;
@@ -19300,7 +19938,9 @@ export declare const streamListSchema: z.ZodObject<{
19300
19938
  type: "RTSP_URL";
19301
19939
  url: string;
19302
19940
  } | {
19303
- type: "CSw" | "CRS";
19941
+ type: "CSw";
19942
+ } | {
19943
+ type: "CRS";
19304
19944
  };
19305
19945
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19306
19946
  internalVapixParameters: string;
@@ -19385,7 +20025,9 @@ export declare const isFacebookStream: (stream: TStream) => stream is {
19385
20025
  type: "RTSP_URL";
19386
20026
  url: string;
19387
20027
  } | {
19388
- type: "CSw" | "CRS";
20028
+ type: "CSw";
20029
+ } | {
20030
+ type: "CRS";
19389
20031
  };
19390
20032
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19391
20033
  internalVapixParameters: string;
@@ -19462,7 +20104,9 @@ export declare const isMpegDvbStream: (stream: TStream) => stream is {
19462
20104
  type: "RTSP_URL";
19463
20105
  url: string;
19464
20106
  } | {
19465
- type: "CSw" | "CRS";
20107
+ type: "CSw";
20108
+ } | {
20109
+ type: "CRS";
19466
20110
  };
19467
20111
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19468
20112
  internalVapixParameters: string;
@@ -19536,7 +20180,9 @@ export declare const isRtmpStream: (stream: TStream) => stream is {
19536
20180
  type: "RTSP_URL";
19537
20181
  url: string;
19538
20182
  } | {
19539
- type: "CSw" | "CRS";
20183
+ type: "CSw";
20184
+ } | {
20185
+ type: "CRS";
19540
20186
  };
19541
20187
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19542
20188
  internalVapixParameters: string;
@@ -19612,7 +20258,9 @@ export declare const isSdCardStream: (stream: TStream) => stream is {
19612
20258
  type: "RTSP_URL";
19613
20259
  url: string;
19614
20260
  } | {
19615
- type: "CSw" | "CRS";
20261
+ type: "CSw";
20262
+ } | {
20263
+ type: "CRS";
19616
20264
  };
19617
20265
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19618
20266
  internalVapixParameters: string;
@@ -19686,7 +20334,9 @@ export declare const isWindyStream: (stream: TStream) => stream is {
19686
20334
  type: "RTSP_URL";
19687
20335
  url: string;
19688
20336
  } | {
19689
- type: "CSw" | "CRS";
20337
+ type: "CSw";
20338
+ } | {
20339
+ type: "CRS";
19690
20340
  };
19691
20341
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19692
20342
  internalVapixParameters: string;
@@ -19760,7 +20410,9 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
19760
20410
  type: "RTSP_URL";
19761
20411
  url: string;
19762
20412
  } | {
19763
- type: "CSw" | "CRS";
20413
+ type: "CSw";
20414
+ } | {
20415
+ type: "CRS";
19764
20416
  };
19765
20417
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19766
20418
  internalVapixParameters: string;
@@ -19845,7 +20497,9 @@ export declare const isVimeoStream: (stream: TStream) => stream is {
19845
20497
  type: "RTSP_URL";
19846
20498
  url: string;
19847
20499
  } | {
19848
- type: "CSw" | "CRS";
20500
+ type: "CSw";
20501
+ } | {
20502
+ type: "CRS";
19849
20503
  };
19850
20504
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19851
20505
  internalVapixParameters: string;
@@ -19919,7 +20573,9 @@ export declare const isTwitchStream: (stream: TStream) => stream is {
19919
20573
  type: "RTSP_URL";
19920
20574
  url: string;
19921
20575
  } | {
19922
- type: "CSw" | "CRS";
20576
+ type: "CSw";
20577
+ } | {
20578
+ type: "CRS";
19923
20579
  };
19924
20580
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19925
20581
  internalVapixParameters: string;
@@ -19993,7 +20649,9 @@ export declare const isChurchStream: (stream: TStream) => stream is {
19993
20649
  type: "RTSP_URL";
19994
20650
  url: string;
19995
20651
  } | {
19996
- type: "CSw" | "CRS";
20652
+ type: "CSw";
20653
+ } | {
20654
+ type: "CRS";
19997
20655
  };
19998
20656
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19999
20657
  internalVapixParameters: string;
@@ -20067,7 +20725,9 @@ export declare const isSrtStream: (stream: TStream) => stream is {
20067
20725
  type: "RTSP_URL";
20068
20726
  url: string;
20069
20727
  } | {
20070
- type: "CSw" | "CRS";
20728
+ type: "CSw";
20729
+ } | {
20730
+ type: "CRS";
20071
20731
  };
20072
20732
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20073
20733
  internalVapixParameters: string;
@@ -20141,7 +20801,9 @@ export declare const isDaCastStream: (stream: TStream) => stream is {
20141
20801
  type: "RTSP_URL";
20142
20802
  url: string;
20143
20803
  } | {
20144
- type: "CSw" | "CRS";
20804
+ type: "CSw";
20805
+ } | {
20806
+ type: "CRS";
20145
20807
  };
20146
20808
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20147
20809
  internalVapixParameters: string;
@@ -20215,7 +20877,9 @@ export declare const isHlsPullStream: (stream: TStream) => stream is {
20215
20877
  type: "RTSP_URL";
20216
20878
  url: string;
20217
20879
  } | {
20218
- type: "CSw" | "CRS";
20880
+ type: "CSw";
20881
+ } | {
20882
+ type: "CRS";
20219
20883
  };
20220
20884
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20221
20885
  internalVapixParameters: string;
@@ -20289,7 +20953,9 @@ export declare const isHlsPushStream: (stream: TStream) => stream is {
20289
20953
  type: "RTSP_URL";
20290
20954
  url: string;
20291
20955
  } | {
20292
- type: "CSw" | "CRS";
20956
+ type: "CSw";
20957
+ } | {
20958
+ type: "CRS";
20293
20959
  };
20294
20960
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20295
20961
  internalVapixParameters: string;
@@ -20363,7 +21029,9 @@ export declare const isWowzaStream: (stream: TStream) => stream is {
20363
21029
  type: "RTSP_URL";
20364
21030
  url: string;
20365
21031
  } | {
20366
- type: "CSw" | "CRS";
21032
+ type: "CSw";
21033
+ } | {
21034
+ type: "CRS";
20367
21035
  };
20368
21036
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20369
21037
  internalVapixParameters: string;
@@ -20437,7 +21105,9 @@ export declare const isDailymotionStream: (stream: TStream) => stream is {
20437
21105
  type: "RTSP_URL";
20438
21106
  url: string;
20439
21107
  } | {
20440
- type: "CSw" | "CRS";
21108
+ type: "CSw";
21109
+ } | {
21110
+ type: "CRS";
20441
21111
  };
20442
21112
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20443
21113
  internalVapixParameters: string;
@@ -20511,7 +21181,9 @@ export declare const isIbmStream: (stream: TStream) => stream is {
20511
21181
  type: "RTSP_URL";
20512
21182
  url: string;
20513
21183
  } | {
20514
- type: "CSw" | "CRS";
21184
+ type: "CSw";
21185
+ } | {
21186
+ type: "CRS";
20515
21187
  };
20516
21188
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20517
21189
  internalVapixParameters: string;
@@ -20585,7 +21257,9 @@ export declare const isMicrosoftAzureStream: (stream: TStream) => stream is {
20585
21257
  type: "RTSP_URL";
20586
21258
  url: string;
20587
21259
  } | {
20588
- type: "CSw" | "CRS";
21260
+ type: "CSw";
21261
+ } | {
21262
+ type: "CRS";
20589
21263
  };
20590
21264
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20591
21265
  internalVapixParameters: string;
@@ -20659,7 +21333,9 @@ export declare const isMicrosoftStream: (stream: TStream) => stream is {
20659
21333
  type: "RTSP_URL";
20660
21334
  url: string;
20661
21335
  } | {
20662
- type: "CSw" | "CRS";
21336
+ type: "CSw";
21337
+ } | {
21338
+ type: "CRS";
20663
21339
  };
20664
21340
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20665
21341
  internalVapixParameters: string;
@@ -20733,7 +21409,9 @@ export declare const isGameChangerStream: (stream: TStream) => stream is {
20733
21409
  type: "RTSP_URL";
20734
21410
  url: string;
20735
21411
  } | {
20736
- type: "CSw" | "CRS";
21412
+ type: "CSw";
21413
+ } | {
21414
+ type: "CRS";
20737
21415
  };
20738
21416
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20739
21417
  internalVapixParameters: string;
@@ -20809,7 +21487,9 @@ export declare const isYoutubeRtmpStream: (stream: TStream) => stream is {
20809
21487
  type: "RTSP_URL";
20810
21488
  url: string;
20811
21489
  } | {
20812
- type: "CSw" | "CRS";
21490
+ type: "CSw";
21491
+ } | {
21492
+ type: "CRS";
20813
21493
  };
20814
21494
  streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20815
21495
  internalVapixParameters: string;