camstreamerlib 4.0.0-beta.132 → 4.0.0-beta.133

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.
@@ -157,17 +157,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
157
157
  type: "CSw";
158
158
  }>, z.ZodObject<{
159
159
  type: z.ZodLiteral<"CRS">;
160
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
161
160
  internalVapixParameters: z.ZodString;
162
161
  userVapixParameters: z.ZodString;
163
162
  }, "strip", z.ZodTypeAny, {
164
163
  type: "CRS";
165
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
166
164
  internalVapixParameters: string;
167
165
  userVapixParameters: string;
168
166
  }, {
169
167
  type: "CRS";
170
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
171
168
  internalVapixParameters: string;
172
169
  userVapixParameters: string;
173
170
  }>]>;
@@ -191,7 +188,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
191
188
  type: "CSw";
192
189
  } | {
193
190
  type: "CRS";
194
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
195
191
  internalVapixParameters: string;
196
192
  userVapixParameters: string;
197
193
  };
@@ -215,7 +211,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
215
211
  type: "CSw";
216
212
  } | {
217
213
  type: "CRS";
218
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
219
214
  internalVapixParameters: string;
220
215
  userVapixParameters: string;
221
216
  };
@@ -365,7 +360,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
365
360
  type: "CSw";
366
361
  } | {
367
362
  type: "CRS";
368
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
369
363
  internalVapixParameters: string;
370
364
  userVapixParameters: string;
371
365
  };
@@ -451,7 +445,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
451
445
  type: "CSw";
452
446
  } | {
453
447
  type: "CRS";
454
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
455
448
  internalVapixParameters: string;
456
449
  userVapixParameters: string;
457
450
  };
@@ -632,17 +625,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
632
625
  type: "CSw";
633
626
  }>, z.ZodObject<{
634
627
  type: z.ZodLiteral<"CRS">;
635
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
636
628
  internalVapixParameters: z.ZodString;
637
629
  userVapixParameters: z.ZodString;
638
630
  }, "strip", z.ZodTypeAny, {
639
631
  type: "CRS";
640
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
641
632
  internalVapixParameters: string;
642
633
  userVapixParameters: string;
643
634
  }, {
644
635
  type: "CRS";
645
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
646
636
  internalVapixParameters: string;
647
637
  userVapixParameters: string;
648
638
  }>]>;
@@ -666,7 +656,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
666
656
  type: "CSw";
667
657
  } | {
668
658
  type: "CRS";
669
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
670
659
  internalVapixParameters: string;
671
660
  userVapixParameters: string;
672
661
  };
@@ -690,7 +679,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
690
679
  type: "CSw";
691
680
  } | {
692
681
  type: "CRS";
693
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
694
682
  internalVapixParameters: string;
695
683
  userVapixParameters: string;
696
684
  };
@@ -811,7 +799,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
811
799
  type: "CSw";
812
800
  } | {
813
801
  type: "CRS";
814
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
815
802
  internalVapixParameters: string;
816
803
  userVapixParameters: string;
817
804
  };
@@ -887,7 +874,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
887
874
  type: "CSw";
888
875
  } | {
889
876
  type: "CRS";
890
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
891
877
  internalVapixParameters: string;
892
878
  userVapixParameters: string;
893
879
  };
@@ -1065,17 +1051,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1065
1051
  type: "CSw";
1066
1052
  }>, z.ZodObject<{
1067
1053
  type: z.ZodLiteral<"CRS">;
1068
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1069
1054
  internalVapixParameters: z.ZodString;
1070
1055
  userVapixParameters: z.ZodString;
1071
1056
  }, "strip", z.ZodTypeAny, {
1072
1057
  type: "CRS";
1073
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1074
1058
  internalVapixParameters: string;
1075
1059
  userVapixParameters: string;
1076
1060
  }, {
1077
1061
  type: "CRS";
1078
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1079
1062
  internalVapixParameters: string;
1080
1063
  userVapixParameters: string;
1081
1064
  }>]>;
@@ -1099,7 +1082,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1099
1082
  type: "CSw";
1100
1083
  } | {
1101
1084
  type: "CRS";
1102
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1103
1085
  internalVapixParameters: string;
1104
1086
  userVapixParameters: string;
1105
1087
  };
@@ -1123,7 +1105,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1123
1105
  type: "CSw";
1124
1106
  } | {
1125
1107
  type: "CRS";
1126
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1127
1108
  internalVapixParameters: string;
1128
1109
  userVapixParameters: string;
1129
1110
  };
@@ -1244,7 +1225,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1244
1225
  type: "CSw";
1245
1226
  } | {
1246
1227
  type: "CRS";
1247
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1248
1228
  internalVapixParameters: string;
1249
1229
  userVapixParameters: string;
1250
1230
  };
@@ -1320,7 +1300,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1320
1300
  type: "CSw";
1321
1301
  } | {
1322
1302
  type: "CRS";
1323
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1324
1303
  internalVapixParameters: string;
1325
1304
  userVapixParameters: string;
1326
1305
  };
@@ -1498,17 +1477,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1498
1477
  type: "CSw";
1499
1478
  }>, z.ZodObject<{
1500
1479
  type: z.ZodLiteral<"CRS">;
1501
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1502
1480
  internalVapixParameters: z.ZodString;
1503
1481
  userVapixParameters: z.ZodString;
1504
1482
  }, "strip", z.ZodTypeAny, {
1505
1483
  type: "CRS";
1506
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1507
1484
  internalVapixParameters: string;
1508
1485
  userVapixParameters: string;
1509
1486
  }, {
1510
1487
  type: "CRS";
1511
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1512
1488
  internalVapixParameters: string;
1513
1489
  userVapixParameters: string;
1514
1490
  }>]>;
@@ -1532,7 +1508,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1532
1508
  type: "CSw";
1533
1509
  } | {
1534
1510
  type: "CRS";
1535
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1536
1511
  internalVapixParameters: string;
1537
1512
  userVapixParameters: string;
1538
1513
  };
@@ -1556,7 +1531,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1556
1531
  type: "CSw";
1557
1532
  } | {
1558
1533
  type: "CRS";
1559
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1560
1534
  internalVapixParameters: string;
1561
1535
  userVapixParameters: string;
1562
1536
  };
@@ -1677,7 +1651,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1677
1651
  type: "CSw";
1678
1652
  } | {
1679
1653
  type: "CRS";
1680
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1681
1654
  internalVapixParameters: string;
1682
1655
  userVapixParameters: string;
1683
1656
  };
@@ -1753,7 +1726,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1753
1726
  type: "CSw";
1754
1727
  } | {
1755
1728
  type: "CRS";
1756
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1757
1729
  internalVapixParameters: string;
1758
1730
  userVapixParameters: string;
1759
1731
  };
@@ -1931,17 +1903,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1931
1903
  type: "CSw";
1932
1904
  }>, z.ZodObject<{
1933
1905
  type: z.ZodLiteral<"CRS">;
1934
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
1935
1906
  internalVapixParameters: z.ZodString;
1936
1907
  userVapixParameters: z.ZodString;
1937
1908
  }, "strip", z.ZodTypeAny, {
1938
1909
  type: "CRS";
1939
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1940
1910
  internalVapixParameters: string;
1941
1911
  userVapixParameters: string;
1942
1912
  }, {
1943
1913
  type: "CRS";
1944
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1945
1914
  internalVapixParameters: string;
1946
1915
  userVapixParameters: string;
1947
1916
  }>]>;
@@ -1965,7 +1934,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1965
1934
  type: "CSw";
1966
1935
  } | {
1967
1936
  type: "CRS";
1968
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1969
1937
  internalVapixParameters: string;
1970
1938
  userVapixParameters: string;
1971
1939
  };
@@ -1989,7 +1957,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
1989
1957
  type: "CSw";
1990
1958
  } | {
1991
1959
  type: "CRS";
1992
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
1993
1960
  internalVapixParameters: string;
1994
1961
  userVapixParameters: string;
1995
1962
  };
@@ -2110,7 +2077,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2110
2077
  type: "CSw";
2111
2078
  } | {
2112
2079
  type: "CRS";
2113
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2114
2080
  internalVapixParameters: string;
2115
2081
  userVapixParameters: string;
2116
2082
  };
@@ -2186,7 +2152,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2186
2152
  type: "CSw";
2187
2153
  } | {
2188
2154
  type: "CRS";
2189
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2190
2155
  internalVapixParameters: string;
2191
2156
  userVapixParameters: string;
2192
2157
  };
@@ -2364,17 +2329,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2364
2329
  type: "CSw";
2365
2330
  }>, z.ZodObject<{
2366
2331
  type: z.ZodLiteral<"CRS">;
2367
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
2368
2332
  internalVapixParameters: z.ZodString;
2369
2333
  userVapixParameters: z.ZodString;
2370
2334
  }, "strip", z.ZodTypeAny, {
2371
2335
  type: "CRS";
2372
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2373
2336
  internalVapixParameters: string;
2374
2337
  userVapixParameters: string;
2375
2338
  }, {
2376
2339
  type: "CRS";
2377
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2378
2340
  internalVapixParameters: string;
2379
2341
  userVapixParameters: string;
2380
2342
  }>]>;
@@ -2398,7 +2360,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2398
2360
  type: "CSw";
2399
2361
  } | {
2400
2362
  type: "CRS";
2401
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2402
2363
  internalVapixParameters: string;
2403
2364
  userVapixParameters: string;
2404
2365
  };
@@ -2422,7 +2383,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2422
2383
  type: "CSw";
2423
2384
  } | {
2424
2385
  type: "CRS";
2425
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2426
2386
  internalVapixParameters: string;
2427
2387
  userVapixParameters: string;
2428
2388
  };
@@ -2543,7 +2503,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2543
2503
  type: "CSw";
2544
2504
  } | {
2545
2505
  type: "CRS";
2546
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2547
2506
  internalVapixParameters: string;
2548
2507
  userVapixParameters: string;
2549
2508
  };
@@ -2619,7 +2578,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2619
2578
  type: "CSw";
2620
2579
  } | {
2621
2580
  type: "CRS";
2622
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2623
2581
  internalVapixParameters: string;
2624
2582
  userVapixParameters: string;
2625
2583
  };
@@ -2797,17 +2755,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2797
2755
  type: "CSw";
2798
2756
  }>, z.ZodObject<{
2799
2757
  type: z.ZodLiteral<"CRS">;
2800
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
2801
2758
  internalVapixParameters: z.ZodString;
2802
2759
  userVapixParameters: z.ZodString;
2803
2760
  }, "strip", z.ZodTypeAny, {
2804
2761
  type: "CRS";
2805
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2806
2762
  internalVapixParameters: string;
2807
2763
  userVapixParameters: string;
2808
2764
  }, {
2809
2765
  type: "CRS";
2810
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2811
2766
  internalVapixParameters: string;
2812
2767
  userVapixParameters: string;
2813
2768
  }>]>;
@@ -2831,7 +2786,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2831
2786
  type: "CSw";
2832
2787
  } | {
2833
2788
  type: "CRS";
2834
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2835
2789
  internalVapixParameters: string;
2836
2790
  userVapixParameters: string;
2837
2791
  };
@@ -2855,7 +2809,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2855
2809
  type: "CSw";
2856
2810
  } | {
2857
2811
  type: "CRS";
2858
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2859
2812
  internalVapixParameters: string;
2860
2813
  userVapixParameters: string;
2861
2814
  };
@@ -2936,6 +2889,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2936
2889
  hasWatchdogs: z.ZodBoolean;
2937
2890
  countdown: z.ZodBoolean;
2938
2891
  enableManualControl: z.ZodBoolean;
2892
+ streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
2939
2893
  }, "strip", z.ZodTypeAny, {
2940
2894
  status: {
2941
2895
  led: boolean;
@@ -2987,7 +2941,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
2987
2941
  type: "CSw";
2988
2942
  } | {
2989
2943
  type: "CRS";
2990
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
2991
2944
  internalVapixParameters: string;
2992
2945
  userVapixParameters: string;
2993
2946
  };
@@ -3020,6 +2973,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3020
2973
  dvr: boolean;
3021
2974
  hasWatchdogs: boolean;
3022
2975
  enableManualControl: boolean;
2976
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3023
2977
  description?: string | undefined;
3024
2978
  playlist?: string | undefined;
3025
2979
  notificationEmail?: string[] | undefined;
@@ -3074,7 +3028,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3074
3028
  type: "CSw";
3075
3029
  } | {
3076
3030
  type: "CRS";
3077
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3078
3031
  internalVapixParameters: string;
3079
3032
  userVapixParameters: string;
3080
3033
  };
@@ -3107,6 +3060,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3107
3060
  dvr: boolean;
3108
3061
  hasWatchdogs: boolean;
3109
3062
  enableManualControl: boolean;
3063
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3110
3064
  description?: string | undefined;
3111
3065
  playlist?: string | undefined;
3112
3066
  notificationEmail?: string[] | undefined;
@@ -3263,17 +3217,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3263
3217
  type: "CSw";
3264
3218
  }>, z.ZodObject<{
3265
3219
  type: z.ZodLiteral<"CRS">;
3266
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
3267
3220
  internalVapixParameters: z.ZodString;
3268
3221
  userVapixParameters: z.ZodString;
3269
3222
  }, "strip", z.ZodTypeAny, {
3270
3223
  type: "CRS";
3271
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3272
3224
  internalVapixParameters: string;
3273
3225
  userVapixParameters: string;
3274
3226
  }, {
3275
3227
  type: "CRS";
3276
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3277
3228
  internalVapixParameters: string;
3278
3229
  userVapixParameters: string;
3279
3230
  }>]>;
@@ -3297,7 +3248,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3297
3248
  type: "CSw";
3298
3249
  } | {
3299
3250
  type: "CRS";
3300
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3301
3251
  internalVapixParameters: string;
3302
3252
  userVapixParameters: string;
3303
3253
  };
@@ -3321,7 +3271,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3321
3271
  type: "CSw";
3322
3272
  } | {
3323
3273
  type: "CRS";
3324
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3325
3274
  internalVapixParameters: string;
3326
3275
  userVapixParameters: string;
3327
3276
  };
@@ -3442,7 +3391,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3442
3391
  type: "CSw";
3443
3392
  } | {
3444
3393
  type: "CRS";
3445
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3446
3394
  internalVapixParameters: string;
3447
3395
  userVapixParameters: string;
3448
3396
  };
@@ -3518,7 +3466,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3518
3466
  type: "CSw";
3519
3467
  } | {
3520
3468
  type: "CRS";
3521
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3522
3469
  internalVapixParameters: string;
3523
3470
  userVapixParameters: string;
3524
3471
  };
@@ -3696,17 +3643,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3696
3643
  type: "CSw";
3697
3644
  }>, z.ZodObject<{
3698
3645
  type: z.ZodLiteral<"CRS">;
3699
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
3700
3646
  internalVapixParameters: z.ZodString;
3701
3647
  userVapixParameters: z.ZodString;
3702
3648
  }, "strip", z.ZodTypeAny, {
3703
3649
  type: "CRS";
3704
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3705
3650
  internalVapixParameters: string;
3706
3651
  userVapixParameters: string;
3707
3652
  }, {
3708
3653
  type: "CRS";
3709
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3710
3654
  internalVapixParameters: string;
3711
3655
  userVapixParameters: string;
3712
3656
  }>]>;
@@ -3730,7 +3674,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3730
3674
  type: "CSw";
3731
3675
  } | {
3732
3676
  type: "CRS";
3733
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3734
3677
  internalVapixParameters: string;
3735
3678
  userVapixParameters: string;
3736
3679
  };
@@ -3754,7 +3697,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3754
3697
  type: "CSw";
3755
3698
  } | {
3756
3699
  type: "CRS";
3757
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3758
3700
  internalVapixParameters: string;
3759
3701
  userVapixParameters: string;
3760
3702
  };
@@ -3875,7 +3817,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3875
3817
  type: "CSw";
3876
3818
  } | {
3877
3819
  type: "CRS";
3878
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3879
3820
  internalVapixParameters: string;
3880
3821
  userVapixParameters: string;
3881
3822
  };
@@ -3951,7 +3892,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
3951
3892
  type: "CSw";
3952
3893
  } | {
3953
3894
  type: "CRS";
3954
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
3955
3895
  internalVapixParameters: string;
3956
3896
  userVapixParameters: string;
3957
3897
  };
@@ -4129,17 +4069,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4129
4069
  type: "CSw";
4130
4070
  }>, z.ZodObject<{
4131
4071
  type: z.ZodLiteral<"CRS">;
4132
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
4133
4072
  internalVapixParameters: z.ZodString;
4134
4073
  userVapixParameters: z.ZodString;
4135
4074
  }, "strip", z.ZodTypeAny, {
4136
4075
  type: "CRS";
4137
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4138
4076
  internalVapixParameters: string;
4139
4077
  userVapixParameters: string;
4140
4078
  }, {
4141
4079
  type: "CRS";
4142
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4143
4080
  internalVapixParameters: string;
4144
4081
  userVapixParameters: string;
4145
4082
  }>]>;
@@ -4163,7 +4100,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4163
4100
  type: "CSw";
4164
4101
  } | {
4165
4102
  type: "CRS";
4166
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4167
4103
  internalVapixParameters: string;
4168
4104
  userVapixParameters: string;
4169
4105
  };
@@ -4187,7 +4123,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4187
4123
  type: "CSw";
4188
4124
  } | {
4189
4125
  type: "CRS";
4190
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4191
4126
  internalVapixParameters: string;
4192
4127
  userVapixParameters: string;
4193
4128
  };
@@ -4308,7 +4243,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4308
4243
  type: "CSw";
4309
4244
  } | {
4310
4245
  type: "CRS";
4311
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4312
4246
  internalVapixParameters: string;
4313
4247
  userVapixParameters: string;
4314
4248
  };
@@ -4384,7 +4318,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4384
4318
  type: "CSw";
4385
4319
  } | {
4386
4320
  type: "CRS";
4387
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4388
4321
  internalVapixParameters: string;
4389
4322
  userVapixParameters: string;
4390
4323
  };
@@ -4562,17 +4495,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4562
4495
  type: "CSw";
4563
4496
  }>, z.ZodObject<{
4564
4497
  type: z.ZodLiteral<"CRS">;
4565
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
4566
4498
  internalVapixParameters: z.ZodString;
4567
4499
  userVapixParameters: z.ZodString;
4568
4500
  }, "strip", z.ZodTypeAny, {
4569
4501
  type: "CRS";
4570
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4571
4502
  internalVapixParameters: string;
4572
4503
  userVapixParameters: string;
4573
4504
  }, {
4574
4505
  type: "CRS";
4575
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4576
4506
  internalVapixParameters: string;
4577
4507
  userVapixParameters: string;
4578
4508
  }>]>;
@@ -4596,7 +4526,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4596
4526
  type: "CSw";
4597
4527
  } | {
4598
4528
  type: "CRS";
4599
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4600
4529
  internalVapixParameters: string;
4601
4530
  userVapixParameters: string;
4602
4531
  };
@@ -4620,7 +4549,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4620
4549
  type: "CSw";
4621
4550
  } | {
4622
4551
  type: "CRS";
4623
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4624
4552
  internalVapixParameters: string;
4625
4553
  userVapixParameters: string;
4626
4554
  };
@@ -4741,7 +4669,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4741
4669
  type: "CSw";
4742
4670
  } | {
4743
4671
  type: "CRS";
4744
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4745
4672
  internalVapixParameters: string;
4746
4673
  userVapixParameters: string;
4747
4674
  };
@@ -4817,7 +4744,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4817
4744
  type: "CSw";
4818
4745
  } | {
4819
4746
  type: "CRS";
4820
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
4821
4747
  internalVapixParameters: string;
4822
4748
  userVapixParameters: string;
4823
4749
  };
@@ -4995,17 +4921,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
4995
4921
  type: "CSw";
4996
4922
  }>, z.ZodObject<{
4997
4923
  type: z.ZodLiteral<"CRS">;
4998
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
4999
4924
  internalVapixParameters: z.ZodString;
5000
4925
  userVapixParameters: z.ZodString;
5001
4926
  }, "strip", z.ZodTypeAny, {
5002
4927
  type: "CRS";
5003
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5004
4928
  internalVapixParameters: string;
5005
4929
  userVapixParameters: string;
5006
4930
  }, {
5007
4931
  type: "CRS";
5008
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5009
4932
  internalVapixParameters: string;
5010
4933
  userVapixParameters: string;
5011
4934
  }>]>;
@@ -5029,7 +4952,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5029
4952
  type: "CSw";
5030
4953
  } | {
5031
4954
  type: "CRS";
5032
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5033
4955
  internalVapixParameters: string;
5034
4956
  userVapixParameters: string;
5035
4957
  };
@@ -5053,7 +4975,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5053
4975
  type: "CSw";
5054
4976
  } | {
5055
4977
  type: "CRS";
5056
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5057
4978
  internalVapixParameters: string;
5058
4979
  userVapixParameters: string;
5059
4980
  };
@@ -5174,7 +5095,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5174
5095
  type: "CSw";
5175
5096
  } | {
5176
5097
  type: "CRS";
5177
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5178
5098
  internalVapixParameters: string;
5179
5099
  userVapixParameters: string;
5180
5100
  };
@@ -5250,7 +5170,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5250
5170
  type: "CSw";
5251
5171
  } | {
5252
5172
  type: "CRS";
5253
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5254
5173
  internalVapixParameters: string;
5255
5174
  userVapixParameters: string;
5256
5175
  };
@@ -5428,17 +5347,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5428
5347
  type: "CSw";
5429
5348
  }>, z.ZodObject<{
5430
5349
  type: z.ZodLiteral<"CRS">;
5431
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
5432
5350
  internalVapixParameters: z.ZodString;
5433
5351
  userVapixParameters: z.ZodString;
5434
5352
  }, "strip", z.ZodTypeAny, {
5435
5353
  type: "CRS";
5436
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5437
5354
  internalVapixParameters: string;
5438
5355
  userVapixParameters: string;
5439
5356
  }, {
5440
5357
  type: "CRS";
5441
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5442
5358
  internalVapixParameters: string;
5443
5359
  userVapixParameters: string;
5444
5360
  }>]>;
@@ -5462,7 +5378,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5462
5378
  type: "CSw";
5463
5379
  } | {
5464
5380
  type: "CRS";
5465
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5466
5381
  internalVapixParameters: string;
5467
5382
  userVapixParameters: string;
5468
5383
  };
@@ -5486,7 +5401,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5486
5401
  type: "CSw";
5487
5402
  } | {
5488
5403
  type: "CRS";
5489
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5490
5404
  internalVapixParameters: string;
5491
5405
  userVapixParameters: string;
5492
5406
  };
@@ -5607,7 +5521,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5607
5521
  type: "CSw";
5608
5522
  } | {
5609
5523
  type: "CRS";
5610
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5611
5524
  internalVapixParameters: string;
5612
5525
  userVapixParameters: string;
5613
5526
  };
@@ -5683,7 +5596,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5683
5596
  type: "CSw";
5684
5597
  } | {
5685
5598
  type: "CRS";
5686
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5687
5599
  internalVapixParameters: string;
5688
5600
  userVapixParameters: string;
5689
5601
  };
@@ -5861,17 +5773,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5861
5773
  type: "CSw";
5862
5774
  }>, z.ZodObject<{
5863
5775
  type: z.ZodLiteral<"CRS">;
5864
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
5865
5776
  internalVapixParameters: z.ZodString;
5866
5777
  userVapixParameters: z.ZodString;
5867
5778
  }, "strip", z.ZodTypeAny, {
5868
5779
  type: "CRS";
5869
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5870
5780
  internalVapixParameters: string;
5871
5781
  userVapixParameters: string;
5872
5782
  }, {
5873
5783
  type: "CRS";
5874
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5875
5784
  internalVapixParameters: string;
5876
5785
  userVapixParameters: string;
5877
5786
  }>]>;
@@ -5895,7 +5804,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5895
5804
  type: "CSw";
5896
5805
  } | {
5897
5806
  type: "CRS";
5898
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5899
5807
  internalVapixParameters: string;
5900
5808
  userVapixParameters: string;
5901
5809
  };
@@ -5919,7 +5827,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
5919
5827
  type: "CSw";
5920
5828
  } | {
5921
5829
  type: "CRS";
5922
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
5923
5830
  internalVapixParameters: string;
5924
5831
  userVapixParameters: string;
5925
5832
  };
@@ -6040,7 +5947,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6040
5947
  type: "CSw";
6041
5948
  } | {
6042
5949
  type: "CRS";
6043
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6044
5950
  internalVapixParameters: string;
6045
5951
  userVapixParameters: string;
6046
5952
  };
@@ -6116,7 +6022,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6116
6022
  type: "CSw";
6117
6023
  } | {
6118
6024
  type: "CRS";
6119
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6120
6025
  internalVapixParameters: string;
6121
6026
  userVapixParameters: string;
6122
6027
  };
@@ -6294,17 +6199,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6294
6199
  type: "CSw";
6295
6200
  }>, z.ZodObject<{
6296
6201
  type: z.ZodLiteral<"CRS">;
6297
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
6298
6202
  internalVapixParameters: z.ZodString;
6299
6203
  userVapixParameters: z.ZodString;
6300
6204
  }, "strip", z.ZodTypeAny, {
6301
6205
  type: "CRS";
6302
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6303
6206
  internalVapixParameters: string;
6304
6207
  userVapixParameters: string;
6305
6208
  }, {
6306
6209
  type: "CRS";
6307
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6308
6210
  internalVapixParameters: string;
6309
6211
  userVapixParameters: string;
6310
6212
  }>]>;
@@ -6328,7 +6230,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6328
6230
  type: "CSw";
6329
6231
  } | {
6330
6232
  type: "CRS";
6331
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6332
6233
  internalVapixParameters: string;
6333
6234
  userVapixParameters: string;
6334
6235
  };
@@ -6352,7 +6253,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6352
6253
  type: "CSw";
6353
6254
  } | {
6354
6255
  type: "CRS";
6355
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6356
6256
  internalVapixParameters: string;
6357
6257
  userVapixParameters: string;
6358
6258
  };
@@ -6473,7 +6373,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6473
6373
  type: "CSw";
6474
6374
  } | {
6475
6375
  type: "CRS";
6476
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6477
6376
  internalVapixParameters: string;
6478
6377
  userVapixParameters: string;
6479
6378
  };
@@ -6549,7 +6448,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6549
6448
  type: "CSw";
6550
6449
  } | {
6551
6450
  type: "CRS";
6552
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6553
6451
  internalVapixParameters: string;
6554
6452
  userVapixParameters: string;
6555
6453
  };
@@ -6727,17 +6625,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6727
6625
  type: "CSw";
6728
6626
  }>, z.ZodObject<{
6729
6627
  type: z.ZodLiteral<"CRS">;
6730
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
6731
6628
  internalVapixParameters: z.ZodString;
6732
6629
  userVapixParameters: z.ZodString;
6733
6630
  }, "strip", z.ZodTypeAny, {
6734
6631
  type: "CRS";
6735
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6736
6632
  internalVapixParameters: string;
6737
6633
  userVapixParameters: string;
6738
6634
  }, {
6739
6635
  type: "CRS";
6740
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6741
6636
  internalVapixParameters: string;
6742
6637
  userVapixParameters: string;
6743
6638
  }>]>;
@@ -6761,7 +6656,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6761
6656
  type: "CSw";
6762
6657
  } | {
6763
6658
  type: "CRS";
6764
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6765
6659
  internalVapixParameters: string;
6766
6660
  userVapixParameters: string;
6767
6661
  };
@@ -6785,7 +6679,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6785
6679
  type: "CSw";
6786
6680
  } | {
6787
6681
  type: "CRS";
6788
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6789
6682
  internalVapixParameters: string;
6790
6683
  userVapixParameters: string;
6791
6684
  };
@@ -6906,7 +6799,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6906
6799
  type: "CSw";
6907
6800
  } | {
6908
6801
  type: "CRS";
6909
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6910
6802
  internalVapixParameters: string;
6911
6803
  userVapixParameters: string;
6912
6804
  };
@@ -6982,7 +6874,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
6982
6874
  type: "CSw";
6983
6875
  } | {
6984
6876
  type: "CRS";
6985
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
6986
6877
  internalVapixParameters: string;
6987
6878
  userVapixParameters: string;
6988
6879
  };
@@ -7160,17 +7051,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7160
7051
  type: "CSw";
7161
7052
  }>, z.ZodObject<{
7162
7053
  type: z.ZodLiteral<"CRS">;
7163
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
7164
7054
  internalVapixParameters: z.ZodString;
7165
7055
  userVapixParameters: z.ZodString;
7166
7056
  }, "strip", z.ZodTypeAny, {
7167
7057
  type: "CRS";
7168
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7169
7058
  internalVapixParameters: string;
7170
7059
  userVapixParameters: string;
7171
7060
  }, {
7172
7061
  type: "CRS";
7173
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7174
7062
  internalVapixParameters: string;
7175
7063
  userVapixParameters: string;
7176
7064
  }>]>;
@@ -7194,7 +7082,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7194
7082
  type: "CSw";
7195
7083
  } | {
7196
7084
  type: "CRS";
7197
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7198
7085
  internalVapixParameters: string;
7199
7086
  userVapixParameters: string;
7200
7087
  };
@@ -7218,7 +7105,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7218
7105
  type: "CSw";
7219
7106
  } | {
7220
7107
  type: "CRS";
7221
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7222
7108
  internalVapixParameters: string;
7223
7109
  userVapixParameters: string;
7224
7110
  };
@@ -7339,7 +7225,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7339
7225
  type: "CSw";
7340
7226
  } | {
7341
7227
  type: "CRS";
7342
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7343
7228
  internalVapixParameters: string;
7344
7229
  userVapixParameters: string;
7345
7230
  };
@@ -7415,7 +7300,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7415
7300
  type: "CSw";
7416
7301
  } | {
7417
7302
  type: "CRS";
7418
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7419
7303
  internalVapixParameters: string;
7420
7304
  userVapixParameters: string;
7421
7305
  };
@@ -7593,17 +7477,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7593
7477
  type: "CSw";
7594
7478
  }>, z.ZodObject<{
7595
7479
  type: z.ZodLiteral<"CRS">;
7596
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
7597
7480
  internalVapixParameters: z.ZodString;
7598
7481
  userVapixParameters: z.ZodString;
7599
7482
  }, "strip", z.ZodTypeAny, {
7600
7483
  type: "CRS";
7601
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7602
7484
  internalVapixParameters: string;
7603
7485
  userVapixParameters: string;
7604
7486
  }, {
7605
7487
  type: "CRS";
7606
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7607
7488
  internalVapixParameters: string;
7608
7489
  userVapixParameters: string;
7609
7490
  }>]>;
@@ -7627,7 +7508,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7627
7508
  type: "CSw";
7628
7509
  } | {
7629
7510
  type: "CRS";
7630
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7631
7511
  internalVapixParameters: string;
7632
7512
  userVapixParameters: string;
7633
7513
  };
@@ -7651,7 +7531,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7651
7531
  type: "CSw";
7652
7532
  } | {
7653
7533
  type: "CRS";
7654
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7655
7534
  internalVapixParameters: string;
7656
7535
  userVapixParameters: string;
7657
7536
  };
@@ -7772,7 +7651,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7772
7651
  type: "CSw";
7773
7652
  } | {
7774
7653
  type: "CRS";
7775
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7776
7654
  internalVapixParameters: string;
7777
7655
  userVapixParameters: string;
7778
7656
  };
@@ -7848,7 +7726,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
7848
7726
  type: "CSw";
7849
7727
  } | {
7850
7728
  type: "CRS";
7851
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
7852
7729
  internalVapixParameters: string;
7853
7730
  userVapixParameters: string;
7854
7731
  };
@@ -8026,17 +7903,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8026
7903
  type: "CSw";
8027
7904
  }>, z.ZodObject<{
8028
7905
  type: z.ZodLiteral<"CRS">;
8029
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
8030
7906
  internalVapixParameters: z.ZodString;
8031
7907
  userVapixParameters: z.ZodString;
8032
7908
  }, "strip", z.ZodTypeAny, {
8033
7909
  type: "CRS";
8034
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8035
7910
  internalVapixParameters: string;
8036
7911
  userVapixParameters: string;
8037
7912
  }, {
8038
7913
  type: "CRS";
8039
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8040
7914
  internalVapixParameters: string;
8041
7915
  userVapixParameters: string;
8042
7916
  }>]>;
@@ -8060,7 +7934,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8060
7934
  type: "CSw";
8061
7935
  } | {
8062
7936
  type: "CRS";
8063
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8064
7937
  internalVapixParameters: string;
8065
7938
  userVapixParameters: string;
8066
7939
  };
@@ -8084,7 +7957,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8084
7957
  type: "CSw";
8085
7958
  } | {
8086
7959
  type: "CRS";
8087
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8088
7960
  internalVapixParameters: string;
8089
7961
  userVapixParameters: string;
8090
7962
  };
@@ -8205,7 +8077,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8205
8077
  type: "CSw";
8206
8078
  } | {
8207
8079
  type: "CRS";
8208
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8209
8080
  internalVapixParameters: string;
8210
8081
  userVapixParameters: string;
8211
8082
  };
@@ -8281,7 +8152,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8281
8152
  type: "CSw";
8282
8153
  } | {
8283
8154
  type: "CRS";
8284
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8285
8155
  internalVapixParameters: string;
8286
8156
  userVapixParameters: string;
8287
8157
  };
@@ -8459,17 +8329,14 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8459
8329
  type: "CSw";
8460
8330
  }>, z.ZodObject<{
8461
8331
  type: z.ZodLiteral<"CRS">;
8462
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
8463
8332
  internalVapixParameters: z.ZodString;
8464
8333
  userVapixParameters: z.ZodString;
8465
8334
  }, "strip", z.ZodTypeAny, {
8466
8335
  type: "CRS";
8467
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8468
8336
  internalVapixParameters: string;
8469
8337
  userVapixParameters: string;
8470
8338
  }, {
8471
8339
  type: "CRS";
8472
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8473
8340
  internalVapixParameters: string;
8474
8341
  userVapixParameters: string;
8475
8342
  }>]>;
@@ -8493,7 +8360,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8493
8360
  type: "CSw";
8494
8361
  } | {
8495
8362
  type: "CRS";
8496
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8497
8363
  internalVapixParameters: string;
8498
8364
  userVapixParameters: string;
8499
8365
  };
@@ -8517,7 +8383,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8517
8383
  type: "CSw";
8518
8384
  } | {
8519
8385
  type: "CRS";
8520
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8521
8386
  internalVapixParameters: string;
8522
8387
  userVapixParameters: string;
8523
8388
  };
@@ -8638,7 +8503,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8638
8503
  type: "CSw";
8639
8504
  } | {
8640
8505
  type: "CRS";
8641
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8642
8506
  internalVapixParameters: string;
8643
8507
  userVapixParameters: string;
8644
8508
  };
@@ -8714,7 +8578,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
8714
8578
  type: "CSw";
8715
8579
  } | {
8716
8580
  type: "CRS";
8717
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8718
8581
  internalVapixParameters: string;
8719
8582
  userVapixParameters: string;
8720
8583
  };
@@ -8896,17 +8759,14 @@ export declare const streamListSchema: z.ZodObject<{
8896
8759
  type: "CSw";
8897
8760
  }>, z.ZodObject<{
8898
8761
  type: z.ZodLiteral<"CRS">;
8899
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
8900
8762
  internalVapixParameters: z.ZodString;
8901
8763
  userVapixParameters: z.ZodString;
8902
8764
  }, "strip", z.ZodTypeAny, {
8903
8765
  type: "CRS";
8904
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8905
8766
  internalVapixParameters: string;
8906
8767
  userVapixParameters: string;
8907
8768
  }, {
8908
8769
  type: "CRS";
8909
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8910
8770
  internalVapixParameters: string;
8911
8771
  userVapixParameters: string;
8912
8772
  }>]>;
@@ -8930,7 +8790,6 @@ export declare const streamListSchema: z.ZodObject<{
8930
8790
  type: "CSw";
8931
8791
  } | {
8932
8792
  type: "CRS";
8933
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8934
8793
  internalVapixParameters: string;
8935
8794
  userVapixParameters: string;
8936
8795
  };
@@ -8954,7 +8813,6 @@ export declare const streamListSchema: z.ZodObject<{
8954
8813
  type: "CSw";
8955
8814
  } | {
8956
8815
  type: "CRS";
8957
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
8958
8816
  internalVapixParameters: string;
8959
8817
  userVapixParameters: string;
8960
8818
  };
@@ -9104,7 +8962,6 @@ export declare const streamListSchema: z.ZodObject<{
9104
8962
  type: "CSw";
9105
8963
  } | {
9106
8964
  type: "CRS";
9107
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9108
8965
  internalVapixParameters: string;
9109
8966
  userVapixParameters: string;
9110
8967
  };
@@ -9190,7 +9047,6 @@ export declare const streamListSchema: z.ZodObject<{
9190
9047
  type: "CSw";
9191
9048
  } | {
9192
9049
  type: "CRS";
9193
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9194
9050
  internalVapixParameters: string;
9195
9051
  userVapixParameters: string;
9196
9052
  };
@@ -9371,17 +9227,14 @@ export declare const streamListSchema: z.ZodObject<{
9371
9227
  type: "CSw";
9372
9228
  }>, z.ZodObject<{
9373
9229
  type: z.ZodLiteral<"CRS">;
9374
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
9375
9230
  internalVapixParameters: z.ZodString;
9376
9231
  userVapixParameters: z.ZodString;
9377
9232
  }, "strip", z.ZodTypeAny, {
9378
9233
  type: "CRS";
9379
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9380
9234
  internalVapixParameters: string;
9381
9235
  userVapixParameters: string;
9382
9236
  }, {
9383
9237
  type: "CRS";
9384
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9385
9238
  internalVapixParameters: string;
9386
9239
  userVapixParameters: string;
9387
9240
  }>]>;
@@ -9405,7 +9258,6 @@ export declare const streamListSchema: z.ZodObject<{
9405
9258
  type: "CSw";
9406
9259
  } | {
9407
9260
  type: "CRS";
9408
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9409
9261
  internalVapixParameters: string;
9410
9262
  userVapixParameters: string;
9411
9263
  };
@@ -9429,7 +9281,6 @@ export declare const streamListSchema: z.ZodObject<{
9429
9281
  type: "CSw";
9430
9282
  } | {
9431
9283
  type: "CRS";
9432
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9433
9284
  internalVapixParameters: string;
9434
9285
  userVapixParameters: string;
9435
9286
  };
@@ -9550,7 +9401,6 @@ export declare const streamListSchema: z.ZodObject<{
9550
9401
  type: "CSw";
9551
9402
  } | {
9552
9403
  type: "CRS";
9553
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9554
9404
  internalVapixParameters: string;
9555
9405
  userVapixParameters: string;
9556
9406
  };
@@ -9626,7 +9476,6 @@ export declare const streamListSchema: z.ZodObject<{
9626
9476
  type: "CSw";
9627
9477
  } | {
9628
9478
  type: "CRS";
9629
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9630
9479
  internalVapixParameters: string;
9631
9480
  userVapixParameters: string;
9632
9481
  };
@@ -9804,17 +9653,14 @@ export declare const streamListSchema: z.ZodObject<{
9804
9653
  type: "CSw";
9805
9654
  }>, z.ZodObject<{
9806
9655
  type: z.ZodLiteral<"CRS">;
9807
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
9808
9656
  internalVapixParameters: z.ZodString;
9809
9657
  userVapixParameters: z.ZodString;
9810
9658
  }, "strip", z.ZodTypeAny, {
9811
9659
  type: "CRS";
9812
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9813
9660
  internalVapixParameters: string;
9814
9661
  userVapixParameters: string;
9815
9662
  }, {
9816
9663
  type: "CRS";
9817
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9818
9664
  internalVapixParameters: string;
9819
9665
  userVapixParameters: string;
9820
9666
  }>]>;
@@ -9838,7 +9684,6 @@ export declare const streamListSchema: z.ZodObject<{
9838
9684
  type: "CSw";
9839
9685
  } | {
9840
9686
  type: "CRS";
9841
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9842
9687
  internalVapixParameters: string;
9843
9688
  userVapixParameters: string;
9844
9689
  };
@@ -9862,7 +9707,6 @@ export declare const streamListSchema: z.ZodObject<{
9862
9707
  type: "CSw";
9863
9708
  } | {
9864
9709
  type: "CRS";
9865
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9866
9710
  internalVapixParameters: string;
9867
9711
  userVapixParameters: string;
9868
9712
  };
@@ -9983,7 +9827,6 @@ export declare const streamListSchema: z.ZodObject<{
9983
9827
  type: "CSw";
9984
9828
  } | {
9985
9829
  type: "CRS";
9986
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
9987
9830
  internalVapixParameters: string;
9988
9831
  userVapixParameters: string;
9989
9832
  };
@@ -10059,7 +9902,6 @@ export declare const streamListSchema: z.ZodObject<{
10059
9902
  type: "CSw";
10060
9903
  } | {
10061
9904
  type: "CRS";
10062
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10063
9905
  internalVapixParameters: string;
10064
9906
  userVapixParameters: string;
10065
9907
  };
@@ -10237,17 +10079,14 @@ export declare const streamListSchema: z.ZodObject<{
10237
10079
  type: "CSw";
10238
10080
  }>, z.ZodObject<{
10239
10081
  type: z.ZodLiteral<"CRS">;
10240
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
10241
10082
  internalVapixParameters: z.ZodString;
10242
10083
  userVapixParameters: z.ZodString;
10243
10084
  }, "strip", z.ZodTypeAny, {
10244
10085
  type: "CRS";
10245
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10246
10086
  internalVapixParameters: string;
10247
10087
  userVapixParameters: string;
10248
10088
  }, {
10249
10089
  type: "CRS";
10250
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10251
10090
  internalVapixParameters: string;
10252
10091
  userVapixParameters: string;
10253
10092
  }>]>;
@@ -10271,7 +10110,6 @@ export declare const streamListSchema: z.ZodObject<{
10271
10110
  type: "CSw";
10272
10111
  } | {
10273
10112
  type: "CRS";
10274
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10275
10113
  internalVapixParameters: string;
10276
10114
  userVapixParameters: string;
10277
10115
  };
@@ -10295,7 +10133,6 @@ export declare const streamListSchema: z.ZodObject<{
10295
10133
  type: "CSw";
10296
10134
  } | {
10297
10135
  type: "CRS";
10298
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10299
10136
  internalVapixParameters: string;
10300
10137
  userVapixParameters: string;
10301
10138
  };
@@ -10416,7 +10253,6 @@ export declare const streamListSchema: z.ZodObject<{
10416
10253
  type: "CSw";
10417
10254
  } | {
10418
10255
  type: "CRS";
10419
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10420
10256
  internalVapixParameters: string;
10421
10257
  userVapixParameters: string;
10422
10258
  };
@@ -10492,7 +10328,6 @@ export declare const streamListSchema: z.ZodObject<{
10492
10328
  type: "CSw";
10493
10329
  } | {
10494
10330
  type: "CRS";
10495
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10496
10331
  internalVapixParameters: string;
10497
10332
  userVapixParameters: string;
10498
10333
  };
@@ -10670,17 +10505,14 @@ export declare const streamListSchema: z.ZodObject<{
10670
10505
  type: "CSw";
10671
10506
  }>, z.ZodObject<{
10672
10507
  type: z.ZodLiteral<"CRS">;
10673
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
10674
10508
  internalVapixParameters: z.ZodString;
10675
10509
  userVapixParameters: z.ZodString;
10676
10510
  }, "strip", z.ZodTypeAny, {
10677
10511
  type: "CRS";
10678
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10679
10512
  internalVapixParameters: string;
10680
10513
  userVapixParameters: string;
10681
10514
  }, {
10682
10515
  type: "CRS";
10683
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10684
10516
  internalVapixParameters: string;
10685
10517
  userVapixParameters: string;
10686
10518
  }>]>;
@@ -10704,7 +10536,6 @@ export declare const streamListSchema: z.ZodObject<{
10704
10536
  type: "CSw";
10705
10537
  } | {
10706
10538
  type: "CRS";
10707
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10708
10539
  internalVapixParameters: string;
10709
10540
  userVapixParameters: string;
10710
10541
  };
@@ -10728,7 +10559,6 @@ export declare const streamListSchema: z.ZodObject<{
10728
10559
  type: "CSw";
10729
10560
  } | {
10730
10561
  type: "CRS";
10731
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10732
10562
  internalVapixParameters: string;
10733
10563
  userVapixParameters: string;
10734
10564
  };
@@ -10849,7 +10679,6 @@ export declare const streamListSchema: z.ZodObject<{
10849
10679
  type: "CSw";
10850
10680
  } | {
10851
10681
  type: "CRS";
10852
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10853
10682
  internalVapixParameters: string;
10854
10683
  userVapixParameters: string;
10855
10684
  };
@@ -10925,7 +10754,6 @@ export declare const streamListSchema: z.ZodObject<{
10925
10754
  type: "CSw";
10926
10755
  } | {
10927
10756
  type: "CRS";
10928
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
10929
10757
  internalVapixParameters: string;
10930
10758
  userVapixParameters: string;
10931
10759
  };
@@ -11103,17 +10931,14 @@ export declare const streamListSchema: z.ZodObject<{
11103
10931
  type: "CSw";
11104
10932
  }>, z.ZodObject<{
11105
10933
  type: z.ZodLiteral<"CRS">;
11106
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
11107
10934
  internalVapixParameters: z.ZodString;
11108
10935
  userVapixParameters: z.ZodString;
11109
10936
  }, "strip", z.ZodTypeAny, {
11110
10937
  type: "CRS";
11111
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11112
10938
  internalVapixParameters: string;
11113
10939
  userVapixParameters: string;
11114
10940
  }, {
11115
10941
  type: "CRS";
11116
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11117
10942
  internalVapixParameters: string;
11118
10943
  userVapixParameters: string;
11119
10944
  }>]>;
@@ -11137,7 +10962,6 @@ export declare const streamListSchema: z.ZodObject<{
11137
10962
  type: "CSw";
11138
10963
  } | {
11139
10964
  type: "CRS";
11140
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11141
10965
  internalVapixParameters: string;
11142
10966
  userVapixParameters: string;
11143
10967
  };
@@ -11161,7 +10985,6 @@ export declare const streamListSchema: z.ZodObject<{
11161
10985
  type: "CSw";
11162
10986
  } | {
11163
10987
  type: "CRS";
11164
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11165
10988
  internalVapixParameters: string;
11166
10989
  userVapixParameters: string;
11167
10990
  };
@@ -11282,7 +11105,6 @@ export declare const streamListSchema: z.ZodObject<{
11282
11105
  type: "CSw";
11283
11106
  } | {
11284
11107
  type: "CRS";
11285
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11286
11108
  internalVapixParameters: string;
11287
11109
  userVapixParameters: string;
11288
11110
  };
@@ -11358,7 +11180,6 @@ export declare const streamListSchema: z.ZodObject<{
11358
11180
  type: "CSw";
11359
11181
  } | {
11360
11182
  type: "CRS";
11361
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11362
11183
  internalVapixParameters: string;
11363
11184
  userVapixParameters: string;
11364
11185
  };
@@ -11536,17 +11357,14 @@ export declare const streamListSchema: z.ZodObject<{
11536
11357
  type: "CSw";
11537
11358
  }>, z.ZodObject<{
11538
11359
  type: z.ZodLiteral<"CRS">;
11539
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
11540
11360
  internalVapixParameters: z.ZodString;
11541
11361
  userVapixParameters: z.ZodString;
11542
11362
  }, "strip", z.ZodTypeAny, {
11543
11363
  type: "CRS";
11544
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11545
11364
  internalVapixParameters: string;
11546
11365
  userVapixParameters: string;
11547
11366
  }, {
11548
11367
  type: "CRS";
11549
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11550
11368
  internalVapixParameters: string;
11551
11369
  userVapixParameters: string;
11552
11370
  }>]>;
@@ -11570,7 +11388,6 @@ export declare const streamListSchema: z.ZodObject<{
11570
11388
  type: "CSw";
11571
11389
  } | {
11572
11390
  type: "CRS";
11573
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11574
11391
  internalVapixParameters: string;
11575
11392
  userVapixParameters: string;
11576
11393
  };
@@ -11594,7 +11411,6 @@ export declare const streamListSchema: z.ZodObject<{
11594
11411
  type: "CSw";
11595
11412
  } | {
11596
11413
  type: "CRS";
11597
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11598
11414
  internalVapixParameters: string;
11599
11415
  userVapixParameters: string;
11600
11416
  };
@@ -11675,6 +11491,7 @@ export declare const streamListSchema: z.ZodObject<{
11675
11491
  hasWatchdogs: z.ZodBoolean;
11676
11492
  countdown: z.ZodBoolean;
11677
11493
  enableManualControl: z.ZodBoolean;
11494
+ streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
11678
11495
  }, "strip", z.ZodTypeAny, {
11679
11496
  status: {
11680
11497
  led: boolean;
@@ -11726,7 +11543,6 @@ export declare const streamListSchema: z.ZodObject<{
11726
11543
  type: "CSw";
11727
11544
  } | {
11728
11545
  type: "CRS";
11729
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11730
11546
  internalVapixParameters: string;
11731
11547
  userVapixParameters: string;
11732
11548
  };
@@ -11759,6 +11575,7 @@ export declare const streamListSchema: z.ZodObject<{
11759
11575
  dvr: boolean;
11760
11576
  hasWatchdogs: boolean;
11761
11577
  enableManualControl: boolean;
11578
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11762
11579
  description?: string | undefined;
11763
11580
  playlist?: string | undefined;
11764
11581
  notificationEmail?: string[] | undefined;
@@ -11813,7 +11630,6 @@ export declare const streamListSchema: z.ZodObject<{
11813
11630
  type: "CSw";
11814
11631
  } | {
11815
11632
  type: "CRS";
11816
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11817
11633
  internalVapixParameters: string;
11818
11634
  userVapixParameters: string;
11819
11635
  };
@@ -11846,6 +11662,7 @@ export declare const streamListSchema: z.ZodObject<{
11846
11662
  dvr: boolean;
11847
11663
  hasWatchdogs: boolean;
11848
11664
  enableManualControl: boolean;
11665
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
11849
11666
  description?: string | undefined;
11850
11667
  playlist?: string | undefined;
11851
11668
  notificationEmail?: string[] | undefined;
@@ -12002,17 +11819,14 @@ export declare const streamListSchema: z.ZodObject<{
12002
11819
  type: "CSw";
12003
11820
  }>, z.ZodObject<{
12004
11821
  type: z.ZodLiteral<"CRS">;
12005
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12006
11822
  internalVapixParameters: z.ZodString;
12007
11823
  userVapixParameters: z.ZodString;
12008
11824
  }, "strip", z.ZodTypeAny, {
12009
11825
  type: "CRS";
12010
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12011
11826
  internalVapixParameters: string;
12012
11827
  userVapixParameters: string;
12013
11828
  }, {
12014
11829
  type: "CRS";
12015
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12016
11830
  internalVapixParameters: string;
12017
11831
  userVapixParameters: string;
12018
11832
  }>]>;
@@ -12036,7 +11850,6 @@ export declare const streamListSchema: z.ZodObject<{
12036
11850
  type: "CSw";
12037
11851
  } | {
12038
11852
  type: "CRS";
12039
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12040
11853
  internalVapixParameters: string;
12041
11854
  userVapixParameters: string;
12042
11855
  };
@@ -12060,7 +11873,6 @@ export declare const streamListSchema: z.ZodObject<{
12060
11873
  type: "CSw";
12061
11874
  } | {
12062
11875
  type: "CRS";
12063
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12064
11876
  internalVapixParameters: string;
12065
11877
  userVapixParameters: string;
12066
11878
  };
@@ -12181,7 +11993,6 @@ export declare const streamListSchema: z.ZodObject<{
12181
11993
  type: "CSw";
12182
11994
  } | {
12183
11995
  type: "CRS";
12184
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12185
11996
  internalVapixParameters: string;
12186
11997
  userVapixParameters: string;
12187
11998
  };
@@ -12257,7 +12068,6 @@ export declare const streamListSchema: z.ZodObject<{
12257
12068
  type: "CSw";
12258
12069
  } | {
12259
12070
  type: "CRS";
12260
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12261
12071
  internalVapixParameters: string;
12262
12072
  userVapixParameters: string;
12263
12073
  };
@@ -12435,17 +12245,14 @@ export declare const streamListSchema: z.ZodObject<{
12435
12245
  type: "CSw";
12436
12246
  }>, z.ZodObject<{
12437
12247
  type: z.ZodLiteral<"CRS">;
12438
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12439
12248
  internalVapixParameters: z.ZodString;
12440
12249
  userVapixParameters: z.ZodString;
12441
12250
  }, "strip", z.ZodTypeAny, {
12442
12251
  type: "CRS";
12443
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12444
12252
  internalVapixParameters: string;
12445
12253
  userVapixParameters: string;
12446
12254
  }, {
12447
12255
  type: "CRS";
12448
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12449
12256
  internalVapixParameters: string;
12450
12257
  userVapixParameters: string;
12451
12258
  }>]>;
@@ -12469,7 +12276,6 @@ export declare const streamListSchema: z.ZodObject<{
12469
12276
  type: "CSw";
12470
12277
  } | {
12471
12278
  type: "CRS";
12472
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12473
12279
  internalVapixParameters: string;
12474
12280
  userVapixParameters: string;
12475
12281
  };
@@ -12493,7 +12299,6 @@ export declare const streamListSchema: z.ZodObject<{
12493
12299
  type: "CSw";
12494
12300
  } | {
12495
12301
  type: "CRS";
12496
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12497
12302
  internalVapixParameters: string;
12498
12303
  userVapixParameters: string;
12499
12304
  };
@@ -12614,7 +12419,6 @@ export declare const streamListSchema: z.ZodObject<{
12614
12419
  type: "CSw";
12615
12420
  } | {
12616
12421
  type: "CRS";
12617
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12618
12422
  internalVapixParameters: string;
12619
12423
  userVapixParameters: string;
12620
12424
  };
@@ -12690,7 +12494,6 @@ export declare const streamListSchema: z.ZodObject<{
12690
12494
  type: "CSw";
12691
12495
  } | {
12692
12496
  type: "CRS";
12693
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12694
12497
  internalVapixParameters: string;
12695
12498
  userVapixParameters: string;
12696
12499
  };
@@ -12868,17 +12671,14 @@ export declare const streamListSchema: z.ZodObject<{
12868
12671
  type: "CSw";
12869
12672
  }>, z.ZodObject<{
12870
12673
  type: z.ZodLiteral<"CRS">;
12871
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
12872
12674
  internalVapixParameters: z.ZodString;
12873
12675
  userVapixParameters: z.ZodString;
12874
12676
  }, "strip", z.ZodTypeAny, {
12875
12677
  type: "CRS";
12876
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12877
12678
  internalVapixParameters: string;
12878
12679
  userVapixParameters: string;
12879
12680
  }, {
12880
12681
  type: "CRS";
12881
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12882
12682
  internalVapixParameters: string;
12883
12683
  userVapixParameters: string;
12884
12684
  }>]>;
@@ -12902,7 +12702,6 @@ export declare const streamListSchema: z.ZodObject<{
12902
12702
  type: "CSw";
12903
12703
  } | {
12904
12704
  type: "CRS";
12905
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12906
12705
  internalVapixParameters: string;
12907
12706
  userVapixParameters: string;
12908
12707
  };
@@ -12926,7 +12725,6 @@ export declare const streamListSchema: z.ZodObject<{
12926
12725
  type: "CSw";
12927
12726
  } | {
12928
12727
  type: "CRS";
12929
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
12930
12728
  internalVapixParameters: string;
12931
12729
  userVapixParameters: string;
12932
12730
  };
@@ -13047,7 +12845,6 @@ export declare const streamListSchema: z.ZodObject<{
13047
12845
  type: "CSw";
13048
12846
  } | {
13049
12847
  type: "CRS";
13050
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13051
12848
  internalVapixParameters: string;
13052
12849
  userVapixParameters: string;
13053
12850
  };
@@ -13123,7 +12920,6 @@ export declare const streamListSchema: z.ZodObject<{
13123
12920
  type: "CSw";
13124
12921
  } | {
13125
12922
  type: "CRS";
13126
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13127
12923
  internalVapixParameters: string;
13128
12924
  userVapixParameters: string;
13129
12925
  };
@@ -13301,17 +13097,14 @@ export declare const streamListSchema: z.ZodObject<{
13301
13097
  type: "CSw";
13302
13098
  }>, z.ZodObject<{
13303
13099
  type: z.ZodLiteral<"CRS">;
13304
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
13305
13100
  internalVapixParameters: z.ZodString;
13306
13101
  userVapixParameters: z.ZodString;
13307
13102
  }, "strip", z.ZodTypeAny, {
13308
13103
  type: "CRS";
13309
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13310
13104
  internalVapixParameters: string;
13311
13105
  userVapixParameters: string;
13312
13106
  }, {
13313
13107
  type: "CRS";
13314
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13315
13108
  internalVapixParameters: string;
13316
13109
  userVapixParameters: string;
13317
13110
  }>]>;
@@ -13335,7 +13128,6 @@ export declare const streamListSchema: z.ZodObject<{
13335
13128
  type: "CSw";
13336
13129
  } | {
13337
13130
  type: "CRS";
13338
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13339
13131
  internalVapixParameters: string;
13340
13132
  userVapixParameters: string;
13341
13133
  };
@@ -13359,7 +13151,6 @@ export declare const streamListSchema: z.ZodObject<{
13359
13151
  type: "CSw";
13360
13152
  } | {
13361
13153
  type: "CRS";
13362
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13363
13154
  internalVapixParameters: string;
13364
13155
  userVapixParameters: string;
13365
13156
  };
@@ -13480,7 +13271,6 @@ export declare const streamListSchema: z.ZodObject<{
13480
13271
  type: "CSw";
13481
13272
  } | {
13482
13273
  type: "CRS";
13483
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13484
13274
  internalVapixParameters: string;
13485
13275
  userVapixParameters: string;
13486
13276
  };
@@ -13556,7 +13346,6 @@ export declare const streamListSchema: z.ZodObject<{
13556
13346
  type: "CSw";
13557
13347
  } | {
13558
13348
  type: "CRS";
13559
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13560
13349
  internalVapixParameters: string;
13561
13350
  userVapixParameters: string;
13562
13351
  };
@@ -13734,17 +13523,14 @@ export declare const streamListSchema: z.ZodObject<{
13734
13523
  type: "CSw";
13735
13524
  }>, z.ZodObject<{
13736
13525
  type: z.ZodLiteral<"CRS">;
13737
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
13738
13526
  internalVapixParameters: z.ZodString;
13739
13527
  userVapixParameters: z.ZodString;
13740
13528
  }, "strip", z.ZodTypeAny, {
13741
13529
  type: "CRS";
13742
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13743
13530
  internalVapixParameters: string;
13744
13531
  userVapixParameters: string;
13745
13532
  }, {
13746
13533
  type: "CRS";
13747
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13748
13534
  internalVapixParameters: string;
13749
13535
  userVapixParameters: string;
13750
13536
  }>]>;
@@ -13768,7 +13554,6 @@ export declare const streamListSchema: z.ZodObject<{
13768
13554
  type: "CSw";
13769
13555
  } | {
13770
13556
  type: "CRS";
13771
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13772
13557
  internalVapixParameters: string;
13773
13558
  userVapixParameters: string;
13774
13559
  };
@@ -13792,7 +13577,6 @@ export declare const streamListSchema: z.ZodObject<{
13792
13577
  type: "CSw";
13793
13578
  } | {
13794
13579
  type: "CRS";
13795
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13796
13580
  internalVapixParameters: string;
13797
13581
  userVapixParameters: string;
13798
13582
  };
@@ -13913,7 +13697,6 @@ export declare const streamListSchema: z.ZodObject<{
13913
13697
  type: "CSw";
13914
13698
  } | {
13915
13699
  type: "CRS";
13916
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13917
13700
  internalVapixParameters: string;
13918
13701
  userVapixParameters: string;
13919
13702
  };
@@ -13989,7 +13772,6 @@ export declare const streamListSchema: z.ZodObject<{
13989
13772
  type: "CSw";
13990
13773
  } | {
13991
13774
  type: "CRS";
13992
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
13993
13775
  internalVapixParameters: string;
13994
13776
  userVapixParameters: string;
13995
13777
  };
@@ -14167,17 +13949,14 @@ export declare const streamListSchema: z.ZodObject<{
14167
13949
  type: "CSw";
14168
13950
  }>, z.ZodObject<{
14169
13951
  type: z.ZodLiteral<"CRS">;
14170
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
14171
13952
  internalVapixParameters: z.ZodString;
14172
13953
  userVapixParameters: z.ZodString;
14173
13954
  }, "strip", z.ZodTypeAny, {
14174
13955
  type: "CRS";
14175
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14176
13956
  internalVapixParameters: string;
14177
13957
  userVapixParameters: string;
14178
13958
  }, {
14179
13959
  type: "CRS";
14180
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14181
13960
  internalVapixParameters: string;
14182
13961
  userVapixParameters: string;
14183
13962
  }>]>;
@@ -14201,7 +13980,6 @@ export declare const streamListSchema: z.ZodObject<{
14201
13980
  type: "CSw";
14202
13981
  } | {
14203
13982
  type: "CRS";
14204
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14205
13983
  internalVapixParameters: string;
14206
13984
  userVapixParameters: string;
14207
13985
  };
@@ -14225,7 +14003,6 @@ export declare const streamListSchema: z.ZodObject<{
14225
14003
  type: "CSw";
14226
14004
  } | {
14227
14005
  type: "CRS";
14228
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14229
14006
  internalVapixParameters: string;
14230
14007
  userVapixParameters: string;
14231
14008
  };
@@ -14346,7 +14123,6 @@ export declare const streamListSchema: z.ZodObject<{
14346
14123
  type: "CSw";
14347
14124
  } | {
14348
14125
  type: "CRS";
14349
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14350
14126
  internalVapixParameters: string;
14351
14127
  userVapixParameters: string;
14352
14128
  };
@@ -14422,7 +14198,6 @@ export declare const streamListSchema: z.ZodObject<{
14422
14198
  type: "CSw";
14423
14199
  } | {
14424
14200
  type: "CRS";
14425
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14426
14201
  internalVapixParameters: string;
14427
14202
  userVapixParameters: string;
14428
14203
  };
@@ -14600,17 +14375,14 @@ export declare const streamListSchema: z.ZodObject<{
14600
14375
  type: "CSw";
14601
14376
  }>, z.ZodObject<{
14602
14377
  type: z.ZodLiteral<"CRS">;
14603
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
14604
14378
  internalVapixParameters: z.ZodString;
14605
14379
  userVapixParameters: z.ZodString;
14606
14380
  }, "strip", z.ZodTypeAny, {
14607
14381
  type: "CRS";
14608
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14609
14382
  internalVapixParameters: string;
14610
14383
  userVapixParameters: string;
14611
14384
  }, {
14612
14385
  type: "CRS";
14613
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14614
14386
  internalVapixParameters: string;
14615
14387
  userVapixParameters: string;
14616
14388
  }>]>;
@@ -14634,7 +14406,6 @@ export declare const streamListSchema: z.ZodObject<{
14634
14406
  type: "CSw";
14635
14407
  } | {
14636
14408
  type: "CRS";
14637
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14638
14409
  internalVapixParameters: string;
14639
14410
  userVapixParameters: string;
14640
14411
  };
@@ -14658,7 +14429,6 @@ export declare const streamListSchema: z.ZodObject<{
14658
14429
  type: "CSw";
14659
14430
  } | {
14660
14431
  type: "CRS";
14661
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14662
14432
  internalVapixParameters: string;
14663
14433
  userVapixParameters: string;
14664
14434
  };
@@ -14779,7 +14549,6 @@ export declare const streamListSchema: z.ZodObject<{
14779
14549
  type: "CSw";
14780
14550
  } | {
14781
14551
  type: "CRS";
14782
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14783
14552
  internalVapixParameters: string;
14784
14553
  userVapixParameters: string;
14785
14554
  };
@@ -14855,7 +14624,6 @@ export declare const streamListSchema: z.ZodObject<{
14855
14624
  type: "CSw";
14856
14625
  } | {
14857
14626
  type: "CRS";
14858
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
14859
14627
  internalVapixParameters: string;
14860
14628
  userVapixParameters: string;
14861
14629
  };
@@ -15033,17 +14801,14 @@ export declare const streamListSchema: z.ZodObject<{
15033
14801
  type: "CSw";
15034
14802
  }>, z.ZodObject<{
15035
14803
  type: z.ZodLiteral<"CRS">;
15036
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
15037
14804
  internalVapixParameters: z.ZodString;
15038
14805
  userVapixParameters: z.ZodString;
15039
14806
  }, "strip", z.ZodTypeAny, {
15040
14807
  type: "CRS";
15041
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15042
14808
  internalVapixParameters: string;
15043
14809
  userVapixParameters: string;
15044
14810
  }, {
15045
14811
  type: "CRS";
15046
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15047
14812
  internalVapixParameters: string;
15048
14813
  userVapixParameters: string;
15049
14814
  }>]>;
@@ -15067,7 +14832,6 @@ export declare const streamListSchema: z.ZodObject<{
15067
14832
  type: "CSw";
15068
14833
  } | {
15069
14834
  type: "CRS";
15070
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15071
14835
  internalVapixParameters: string;
15072
14836
  userVapixParameters: string;
15073
14837
  };
@@ -15091,7 +14855,6 @@ export declare const streamListSchema: z.ZodObject<{
15091
14855
  type: "CSw";
15092
14856
  } | {
15093
14857
  type: "CRS";
15094
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15095
14858
  internalVapixParameters: string;
15096
14859
  userVapixParameters: string;
15097
14860
  };
@@ -15212,7 +14975,6 @@ export declare const streamListSchema: z.ZodObject<{
15212
14975
  type: "CSw";
15213
14976
  } | {
15214
14977
  type: "CRS";
15215
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15216
14978
  internalVapixParameters: string;
15217
14979
  userVapixParameters: string;
15218
14980
  };
@@ -15288,7 +15050,6 @@ export declare const streamListSchema: z.ZodObject<{
15288
15050
  type: "CSw";
15289
15051
  } | {
15290
15052
  type: "CRS";
15291
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15292
15053
  internalVapixParameters: string;
15293
15054
  userVapixParameters: string;
15294
15055
  };
@@ -15466,17 +15227,14 @@ export declare const streamListSchema: z.ZodObject<{
15466
15227
  type: "CSw";
15467
15228
  }>, z.ZodObject<{
15468
15229
  type: z.ZodLiteral<"CRS">;
15469
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
15470
15230
  internalVapixParameters: z.ZodString;
15471
15231
  userVapixParameters: z.ZodString;
15472
15232
  }, "strip", z.ZodTypeAny, {
15473
15233
  type: "CRS";
15474
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15475
15234
  internalVapixParameters: string;
15476
15235
  userVapixParameters: string;
15477
15236
  }, {
15478
15237
  type: "CRS";
15479
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15480
15238
  internalVapixParameters: string;
15481
15239
  userVapixParameters: string;
15482
15240
  }>]>;
@@ -15500,7 +15258,6 @@ export declare const streamListSchema: z.ZodObject<{
15500
15258
  type: "CSw";
15501
15259
  } | {
15502
15260
  type: "CRS";
15503
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15504
15261
  internalVapixParameters: string;
15505
15262
  userVapixParameters: string;
15506
15263
  };
@@ -15524,7 +15281,6 @@ export declare const streamListSchema: z.ZodObject<{
15524
15281
  type: "CSw";
15525
15282
  } | {
15526
15283
  type: "CRS";
15527
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15528
15284
  internalVapixParameters: string;
15529
15285
  userVapixParameters: string;
15530
15286
  };
@@ -15645,7 +15401,6 @@ export declare const streamListSchema: z.ZodObject<{
15645
15401
  type: "CSw";
15646
15402
  } | {
15647
15403
  type: "CRS";
15648
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15649
15404
  internalVapixParameters: string;
15650
15405
  userVapixParameters: string;
15651
15406
  };
@@ -15721,7 +15476,6 @@ export declare const streamListSchema: z.ZodObject<{
15721
15476
  type: "CSw";
15722
15477
  } | {
15723
15478
  type: "CRS";
15724
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15725
15479
  internalVapixParameters: string;
15726
15480
  userVapixParameters: string;
15727
15481
  };
@@ -15899,17 +15653,14 @@ export declare const streamListSchema: z.ZodObject<{
15899
15653
  type: "CSw";
15900
15654
  }>, z.ZodObject<{
15901
15655
  type: z.ZodLiteral<"CRS">;
15902
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
15903
15656
  internalVapixParameters: z.ZodString;
15904
15657
  userVapixParameters: z.ZodString;
15905
15658
  }, "strip", z.ZodTypeAny, {
15906
15659
  type: "CRS";
15907
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15908
15660
  internalVapixParameters: string;
15909
15661
  userVapixParameters: string;
15910
15662
  }, {
15911
15663
  type: "CRS";
15912
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15913
15664
  internalVapixParameters: string;
15914
15665
  userVapixParameters: string;
15915
15666
  }>]>;
@@ -15933,7 +15684,6 @@ export declare const streamListSchema: z.ZodObject<{
15933
15684
  type: "CSw";
15934
15685
  } | {
15935
15686
  type: "CRS";
15936
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15937
15687
  internalVapixParameters: string;
15938
15688
  userVapixParameters: string;
15939
15689
  };
@@ -15957,7 +15707,6 @@ export declare const streamListSchema: z.ZodObject<{
15957
15707
  type: "CSw";
15958
15708
  } | {
15959
15709
  type: "CRS";
15960
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
15961
15710
  internalVapixParameters: string;
15962
15711
  userVapixParameters: string;
15963
15712
  };
@@ -16078,7 +15827,6 @@ export declare const streamListSchema: z.ZodObject<{
16078
15827
  type: "CSw";
16079
15828
  } | {
16080
15829
  type: "CRS";
16081
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16082
15830
  internalVapixParameters: string;
16083
15831
  userVapixParameters: string;
16084
15832
  };
@@ -16154,7 +15902,6 @@ export declare const streamListSchema: z.ZodObject<{
16154
15902
  type: "CSw";
16155
15903
  } | {
16156
15904
  type: "CRS";
16157
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16158
15905
  internalVapixParameters: string;
16159
15906
  userVapixParameters: string;
16160
15907
  };
@@ -16332,17 +16079,14 @@ export declare const streamListSchema: z.ZodObject<{
16332
16079
  type: "CSw";
16333
16080
  }>, z.ZodObject<{
16334
16081
  type: z.ZodLiteral<"CRS">;
16335
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
16336
16082
  internalVapixParameters: z.ZodString;
16337
16083
  userVapixParameters: z.ZodString;
16338
16084
  }, "strip", z.ZodTypeAny, {
16339
16085
  type: "CRS";
16340
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16341
16086
  internalVapixParameters: string;
16342
16087
  userVapixParameters: string;
16343
16088
  }, {
16344
16089
  type: "CRS";
16345
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16346
16090
  internalVapixParameters: string;
16347
16091
  userVapixParameters: string;
16348
16092
  }>]>;
@@ -16366,7 +16110,6 @@ export declare const streamListSchema: z.ZodObject<{
16366
16110
  type: "CSw";
16367
16111
  } | {
16368
16112
  type: "CRS";
16369
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16370
16113
  internalVapixParameters: string;
16371
16114
  userVapixParameters: string;
16372
16115
  };
@@ -16390,7 +16133,6 @@ export declare const streamListSchema: z.ZodObject<{
16390
16133
  type: "CSw";
16391
16134
  } | {
16392
16135
  type: "CRS";
16393
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16394
16136
  internalVapixParameters: string;
16395
16137
  userVapixParameters: string;
16396
16138
  };
@@ -16511,7 +16253,6 @@ export declare const streamListSchema: z.ZodObject<{
16511
16253
  type: "CSw";
16512
16254
  } | {
16513
16255
  type: "CRS";
16514
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16515
16256
  internalVapixParameters: string;
16516
16257
  userVapixParameters: string;
16517
16258
  };
@@ -16587,7 +16328,6 @@ export declare const streamListSchema: z.ZodObject<{
16587
16328
  type: "CSw";
16588
16329
  } | {
16589
16330
  type: "CRS";
16590
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16591
16331
  internalVapixParameters: string;
16592
16332
  userVapixParameters: string;
16593
16333
  };
@@ -16765,17 +16505,14 @@ export declare const streamListSchema: z.ZodObject<{
16765
16505
  type: "CSw";
16766
16506
  }>, z.ZodObject<{
16767
16507
  type: z.ZodLiteral<"CRS">;
16768
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
16769
16508
  internalVapixParameters: z.ZodString;
16770
16509
  userVapixParameters: z.ZodString;
16771
16510
  }, "strip", z.ZodTypeAny, {
16772
16511
  type: "CRS";
16773
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16774
16512
  internalVapixParameters: string;
16775
16513
  userVapixParameters: string;
16776
16514
  }, {
16777
16515
  type: "CRS";
16778
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16779
16516
  internalVapixParameters: string;
16780
16517
  userVapixParameters: string;
16781
16518
  }>]>;
@@ -16799,7 +16536,6 @@ export declare const streamListSchema: z.ZodObject<{
16799
16536
  type: "CSw";
16800
16537
  } | {
16801
16538
  type: "CRS";
16802
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16803
16539
  internalVapixParameters: string;
16804
16540
  userVapixParameters: string;
16805
16541
  };
@@ -16823,7 +16559,6 @@ export declare const streamListSchema: z.ZodObject<{
16823
16559
  type: "CSw";
16824
16560
  } | {
16825
16561
  type: "CRS";
16826
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16827
16562
  internalVapixParameters: string;
16828
16563
  userVapixParameters: string;
16829
16564
  };
@@ -16944,7 +16679,6 @@ export declare const streamListSchema: z.ZodObject<{
16944
16679
  type: "CSw";
16945
16680
  } | {
16946
16681
  type: "CRS";
16947
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
16948
16682
  internalVapixParameters: string;
16949
16683
  userVapixParameters: string;
16950
16684
  };
@@ -17020,7 +16754,6 @@ export declare const streamListSchema: z.ZodObject<{
17020
16754
  type: "CSw";
17021
16755
  } | {
17022
16756
  type: "CRS";
17023
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17024
16757
  internalVapixParameters: string;
17025
16758
  userVapixParameters: string;
17026
16759
  };
@@ -17198,17 +16931,14 @@ export declare const streamListSchema: z.ZodObject<{
17198
16931
  type: "CSw";
17199
16932
  }>, z.ZodObject<{
17200
16933
  type: z.ZodLiteral<"CRS">;
17201
- streamingProtocol: z.ZodUnion<[z.ZodLiteral<"RTMP">, z.ZodLiteral<"RTMPS">, z.ZodLiteral<"HLS_PUSH">]>;
17202
16934
  internalVapixParameters: z.ZodString;
17203
16935
  userVapixParameters: z.ZodString;
17204
16936
  }, "strip", z.ZodTypeAny, {
17205
16937
  type: "CRS";
17206
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17207
16938
  internalVapixParameters: string;
17208
16939
  userVapixParameters: string;
17209
16940
  }, {
17210
16941
  type: "CRS";
17211
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17212
16942
  internalVapixParameters: string;
17213
16943
  userVapixParameters: string;
17214
16944
  }>]>;
@@ -17232,7 +16962,6 @@ export declare const streamListSchema: z.ZodObject<{
17232
16962
  type: "CSw";
17233
16963
  } | {
17234
16964
  type: "CRS";
17235
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17236
16965
  internalVapixParameters: string;
17237
16966
  userVapixParameters: string;
17238
16967
  };
@@ -17256,7 +16985,6 @@ export declare const streamListSchema: z.ZodObject<{
17256
16985
  type: "CSw";
17257
16986
  } | {
17258
16987
  type: "CRS";
17259
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17260
16988
  internalVapixParameters: string;
17261
16989
  userVapixParameters: string;
17262
16990
  };
@@ -17377,7 +17105,6 @@ export declare const streamListSchema: z.ZodObject<{
17377
17105
  type: "CSw";
17378
17106
  } | {
17379
17107
  type: "CRS";
17380
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17381
17108
  internalVapixParameters: string;
17382
17109
  userVapixParameters: string;
17383
17110
  };
@@ -17453,7 +17180,6 @@ export declare const streamListSchema: z.ZodObject<{
17453
17180
  type: "CSw";
17454
17181
  } | {
17455
17182
  type: "CRS";
17456
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17457
17183
  internalVapixParameters: string;
17458
17184
  userVapixParameters: string;
17459
17185
  };
@@ -17538,7 +17264,6 @@ export declare const streamListSchema: z.ZodObject<{
17538
17264
  type: "CSw";
17539
17265
  } | {
17540
17266
  type: "CRS";
17541
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17542
17267
  internalVapixParameters: string;
17543
17268
  userVapixParameters: string;
17544
17269
  };
@@ -17617,7 +17342,6 @@ export declare const streamListSchema: z.ZodObject<{
17617
17342
  type: "CSw";
17618
17343
  } | {
17619
17344
  type: "CRS";
17620
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17621
17345
  internalVapixParameters: string;
17622
17346
  userVapixParameters: string;
17623
17347
  };
@@ -17693,7 +17417,6 @@ export declare const streamListSchema: z.ZodObject<{
17693
17417
  type: "CSw";
17694
17418
  } | {
17695
17419
  type: "CRS";
17696
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17697
17420
  internalVapixParameters: string;
17698
17421
  userVapixParameters: string;
17699
17422
  };
@@ -17726,6 +17449,7 @@ export declare const streamListSchema: z.ZodObject<{
17726
17449
  dvr: boolean;
17727
17450
  hasWatchdogs: boolean;
17728
17451
  enableManualControl: boolean;
17452
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17729
17453
  description?: string | undefined;
17730
17454
  playlist?: string | undefined;
17731
17455
  notificationEmail?: string[] | undefined;
@@ -17780,7 +17504,6 @@ export declare const streamListSchema: z.ZodObject<{
17780
17504
  type: "CSw";
17781
17505
  } | {
17782
17506
  type: "CRS";
17783
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17784
17507
  internalVapixParameters: string;
17785
17508
  userVapixParameters: string;
17786
17509
  };
@@ -17856,7 +17579,6 @@ export declare const streamListSchema: z.ZodObject<{
17856
17579
  type: "CSw";
17857
17580
  } | {
17858
17581
  type: "CRS";
17859
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17860
17582
  internalVapixParameters: string;
17861
17583
  userVapixParameters: string;
17862
17584
  };
@@ -17932,7 +17654,6 @@ export declare const streamListSchema: z.ZodObject<{
17932
17654
  type: "CSw";
17933
17655
  } | {
17934
17656
  type: "CRS";
17935
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
17936
17657
  internalVapixParameters: string;
17937
17658
  userVapixParameters: string;
17938
17659
  };
@@ -18008,7 +17729,6 @@ export declare const streamListSchema: z.ZodObject<{
18008
17729
  type: "CSw";
18009
17730
  } | {
18010
17731
  type: "CRS";
18011
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18012
17732
  internalVapixParameters: string;
18013
17733
  userVapixParameters: string;
18014
17734
  };
@@ -18084,7 +17804,6 @@ export declare const streamListSchema: z.ZodObject<{
18084
17804
  type: "CSw";
18085
17805
  } | {
18086
17806
  type: "CRS";
18087
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18088
17807
  internalVapixParameters: string;
18089
17808
  userVapixParameters: string;
18090
17809
  };
@@ -18160,7 +17879,6 @@ export declare const streamListSchema: z.ZodObject<{
18160
17879
  type: "CSw";
18161
17880
  } | {
18162
17881
  type: "CRS";
18163
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18164
17882
  internalVapixParameters: string;
18165
17883
  userVapixParameters: string;
18166
17884
  };
@@ -18236,7 +17954,6 @@ export declare const streamListSchema: z.ZodObject<{
18236
17954
  type: "CSw";
18237
17955
  } | {
18238
17956
  type: "CRS";
18239
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18240
17957
  internalVapixParameters: string;
18241
17958
  userVapixParameters: string;
18242
17959
  };
@@ -18312,7 +18029,6 @@ export declare const streamListSchema: z.ZodObject<{
18312
18029
  type: "CSw";
18313
18030
  } | {
18314
18031
  type: "CRS";
18315
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18316
18032
  internalVapixParameters: string;
18317
18033
  userVapixParameters: string;
18318
18034
  };
@@ -18388,7 +18104,6 @@ export declare const streamListSchema: z.ZodObject<{
18388
18104
  type: "CSw";
18389
18105
  } | {
18390
18106
  type: "CRS";
18391
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18392
18107
  internalVapixParameters: string;
18393
18108
  userVapixParameters: string;
18394
18109
  };
@@ -18464,7 +18179,6 @@ export declare const streamListSchema: z.ZodObject<{
18464
18179
  type: "CSw";
18465
18180
  } | {
18466
18181
  type: "CRS";
18467
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18468
18182
  internalVapixParameters: string;
18469
18183
  userVapixParameters: string;
18470
18184
  };
@@ -18540,7 +18254,6 @@ export declare const streamListSchema: z.ZodObject<{
18540
18254
  type: "CSw";
18541
18255
  } | {
18542
18256
  type: "CRS";
18543
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18544
18257
  internalVapixParameters: string;
18545
18258
  userVapixParameters: string;
18546
18259
  };
@@ -18616,7 +18329,6 @@ export declare const streamListSchema: z.ZodObject<{
18616
18329
  type: "CSw";
18617
18330
  } | {
18618
18331
  type: "CRS";
18619
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18620
18332
  internalVapixParameters: string;
18621
18333
  userVapixParameters: string;
18622
18334
  };
@@ -18692,7 +18404,6 @@ export declare const streamListSchema: z.ZodObject<{
18692
18404
  type: "CSw";
18693
18405
  } | {
18694
18406
  type: "CRS";
18695
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18696
18407
  internalVapixParameters: string;
18697
18408
  userVapixParameters: string;
18698
18409
  };
@@ -18768,7 +18479,6 @@ export declare const streamListSchema: z.ZodObject<{
18768
18479
  type: "CSw";
18769
18480
  } | {
18770
18481
  type: "CRS";
18771
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18772
18482
  internalVapixParameters: string;
18773
18483
  userVapixParameters: string;
18774
18484
  };
@@ -18844,7 +18554,6 @@ export declare const streamListSchema: z.ZodObject<{
18844
18554
  type: "CSw";
18845
18555
  } | {
18846
18556
  type: "CRS";
18847
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18848
18557
  internalVapixParameters: string;
18849
18558
  userVapixParameters: string;
18850
18559
  };
@@ -18920,7 +18629,6 @@ export declare const streamListSchema: z.ZodObject<{
18920
18629
  type: "CSw";
18921
18630
  } | {
18922
18631
  type: "CRS";
18923
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
18924
18632
  internalVapixParameters: string;
18925
18633
  userVapixParameters: string;
18926
18634
  };
@@ -18996,7 +18704,6 @@ export declare const streamListSchema: z.ZodObject<{
18996
18704
  type: "CSw";
18997
18705
  } | {
18998
18706
  type: "CRS";
18999
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19000
18707
  internalVapixParameters: string;
19001
18708
  userVapixParameters: string;
19002
18709
  };
@@ -19081,7 +18788,6 @@ export declare const streamListSchema: z.ZodObject<{
19081
18788
  type: "CSw";
19082
18789
  } | {
19083
18790
  type: "CRS";
19084
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19085
18791
  internalVapixParameters: string;
19086
18792
  userVapixParameters: string;
19087
18793
  };
@@ -19160,7 +18866,6 @@ export declare const streamListSchema: z.ZodObject<{
19160
18866
  type: "CSw";
19161
18867
  } | {
19162
18868
  type: "CRS";
19163
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19164
18869
  internalVapixParameters: string;
19165
18870
  userVapixParameters: string;
19166
18871
  };
@@ -19236,7 +18941,6 @@ export declare const streamListSchema: z.ZodObject<{
19236
18941
  type: "CSw";
19237
18942
  } | {
19238
18943
  type: "CRS";
19239
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19240
18944
  internalVapixParameters: string;
19241
18945
  userVapixParameters: string;
19242
18946
  };
@@ -19269,6 +18973,7 @@ export declare const streamListSchema: z.ZodObject<{
19269
18973
  dvr: boolean;
19270
18974
  hasWatchdogs: boolean;
19271
18975
  enableManualControl: boolean;
18976
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19272
18977
  description?: string | undefined;
19273
18978
  playlist?: string | undefined;
19274
18979
  notificationEmail?: string[] | undefined;
@@ -19323,7 +19028,6 @@ export declare const streamListSchema: z.ZodObject<{
19323
19028
  type: "CSw";
19324
19029
  } | {
19325
19030
  type: "CRS";
19326
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19327
19031
  internalVapixParameters: string;
19328
19032
  userVapixParameters: string;
19329
19033
  };
@@ -19399,7 +19103,6 @@ export declare const streamListSchema: z.ZodObject<{
19399
19103
  type: "CSw";
19400
19104
  } | {
19401
19105
  type: "CRS";
19402
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19403
19106
  internalVapixParameters: string;
19404
19107
  userVapixParameters: string;
19405
19108
  };
@@ -19475,7 +19178,6 @@ export declare const streamListSchema: z.ZodObject<{
19475
19178
  type: "CSw";
19476
19179
  } | {
19477
19180
  type: "CRS";
19478
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19479
19181
  internalVapixParameters: string;
19480
19182
  userVapixParameters: string;
19481
19183
  };
@@ -19551,7 +19253,6 @@ export declare const streamListSchema: z.ZodObject<{
19551
19253
  type: "CSw";
19552
19254
  } | {
19553
19255
  type: "CRS";
19554
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19555
19256
  internalVapixParameters: string;
19556
19257
  userVapixParameters: string;
19557
19258
  };
@@ -19627,7 +19328,6 @@ export declare const streamListSchema: z.ZodObject<{
19627
19328
  type: "CSw";
19628
19329
  } | {
19629
19330
  type: "CRS";
19630
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19631
19331
  internalVapixParameters: string;
19632
19332
  userVapixParameters: string;
19633
19333
  };
@@ -19703,7 +19403,6 @@ export declare const streamListSchema: z.ZodObject<{
19703
19403
  type: "CSw";
19704
19404
  } | {
19705
19405
  type: "CRS";
19706
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19707
19406
  internalVapixParameters: string;
19708
19407
  userVapixParameters: string;
19709
19408
  };
@@ -19779,7 +19478,6 @@ export declare const streamListSchema: z.ZodObject<{
19779
19478
  type: "CSw";
19780
19479
  } | {
19781
19480
  type: "CRS";
19782
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19783
19481
  internalVapixParameters: string;
19784
19482
  userVapixParameters: string;
19785
19483
  };
@@ -19855,7 +19553,6 @@ export declare const streamListSchema: z.ZodObject<{
19855
19553
  type: "CSw";
19856
19554
  } | {
19857
19555
  type: "CRS";
19858
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19859
19556
  internalVapixParameters: string;
19860
19557
  userVapixParameters: string;
19861
19558
  };
@@ -19931,7 +19628,6 @@ export declare const streamListSchema: z.ZodObject<{
19931
19628
  type: "CSw";
19932
19629
  } | {
19933
19630
  type: "CRS";
19934
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
19935
19631
  internalVapixParameters: string;
19936
19632
  userVapixParameters: string;
19937
19633
  };
@@ -20007,7 +19703,6 @@ export declare const streamListSchema: z.ZodObject<{
20007
19703
  type: "CSw";
20008
19704
  } | {
20009
19705
  type: "CRS";
20010
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20011
19706
  internalVapixParameters: string;
20012
19707
  userVapixParameters: string;
20013
19708
  };
@@ -20083,7 +19778,6 @@ export declare const streamListSchema: z.ZodObject<{
20083
19778
  type: "CSw";
20084
19779
  } | {
20085
19780
  type: "CRS";
20086
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20087
19781
  internalVapixParameters: string;
20088
19782
  userVapixParameters: string;
20089
19783
  };
@@ -20159,7 +19853,6 @@ export declare const streamListSchema: z.ZodObject<{
20159
19853
  type: "CSw";
20160
19854
  } | {
20161
19855
  type: "CRS";
20162
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20163
19856
  internalVapixParameters: string;
20164
19857
  userVapixParameters: string;
20165
19858
  };
@@ -20235,7 +19928,6 @@ export declare const streamListSchema: z.ZodObject<{
20235
19928
  type: "CSw";
20236
19929
  } | {
20237
19930
  type: "CRS";
20238
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20239
19931
  internalVapixParameters: string;
20240
19932
  userVapixParameters: string;
20241
19933
  };
@@ -20311,7 +20003,6 @@ export declare const streamListSchema: z.ZodObject<{
20311
20003
  type: "CSw";
20312
20004
  } | {
20313
20005
  type: "CRS";
20314
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20315
20006
  internalVapixParameters: string;
20316
20007
  userVapixParameters: string;
20317
20008
  };
@@ -20387,7 +20078,6 @@ export declare const streamListSchema: z.ZodObject<{
20387
20078
  type: "CSw";
20388
20079
  } | {
20389
20080
  type: "CRS";
20390
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20391
20081
  internalVapixParameters: string;
20392
20082
  userVapixParameters: string;
20393
20083
  };
@@ -20463,7 +20153,6 @@ export declare const streamListSchema: z.ZodObject<{
20463
20153
  type: "CSw";
20464
20154
  } | {
20465
20155
  type: "CRS";
20466
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20467
20156
  internalVapixParameters: string;
20468
20157
  userVapixParameters: string;
20469
20158
  };
@@ -20539,7 +20228,6 @@ export declare const streamListSchema: z.ZodObject<{
20539
20228
  type: "CSw";
20540
20229
  } | {
20541
20230
  type: "CRS";
20542
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20543
20231
  internalVapixParameters: string;
20544
20232
  userVapixParameters: string;
20545
20233
  };
@@ -20626,7 +20314,6 @@ export declare const isFacebookStream: (stream: TStream) => stream is {
20626
20314
  type: "CSw";
20627
20315
  } | {
20628
20316
  type: "CRS";
20629
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20630
20317
  internalVapixParameters: string;
20631
20318
  userVapixParameters: string;
20632
20319
  };
@@ -20707,7 +20394,6 @@ export declare const isFacebookRtmpStream: (stream: TStream) => stream is {
20707
20394
  type: "CSw";
20708
20395
  } | {
20709
20396
  type: "CRS";
20710
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20711
20397
  internalVapixParameters: string;
20712
20398
  userVapixParameters: string;
20713
20399
  };
@@ -20785,7 +20471,6 @@ export declare const isMpegDvbStream: (stream: TStream) => stream is {
20785
20471
  type: "CSw";
20786
20472
  } | {
20787
20473
  type: "CRS";
20788
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20789
20474
  internalVapixParameters: string;
20790
20475
  userVapixParameters: string;
20791
20476
  };
@@ -20863,7 +20548,6 @@ export declare const isRtmpStream: (stream: TStream) => stream is {
20863
20548
  type: "CSw";
20864
20549
  } | {
20865
20550
  type: "CRS";
20866
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20867
20551
  internalVapixParameters: string;
20868
20552
  userVapixParameters: string;
20869
20553
  };
@@ -20941,7 +20625,6 @@ export declare const isSdCardStream: (stream: TStream) => stream is {
20941
20625
  type: "CSw";
20942
20626
  } | {
20943
20627
  type: "CRS";
20944
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
20945
20628
  internalVapixParameters: string;
20946
20629
  userVapixParameters: string;
20947
20630
  };
@@ -21019,7 +20702,6 @@ export declare const isWindyStream: (stream: TStream) => stream is {
21019
20702
  type: "CSw";
21020
20703
  } | {
21021
20704
  type: "CRS";
21022
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21023
20705
  internalVapixParameters: string;
21024
20706
  userVapixParameters: string;
21025
20707
  };
@@ -21097,7 +20779,6 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
21097
20779
  type: "CSw";
21098
20780
  } | {
21099
20781
  type: "CRS";
21100
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21101
20782
  internalVapixParameters: string;
21102
20783
  userVapixParameters: string;
21103
20784
  };
@@ -21130,6 +20811,7 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
21130
20811
  dvr: boolean;
21131
20812
  hasWatchdogs: boolean;
21132
20813
  enableManualControl: boolean;
20814
+ streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21133
20815
  description?: string | undefined;
21134
20816
  playlist?: string | undefined;
21135
20817
  notificationEmail?: string[] | undefined;
@@ -21186,7 +20868,6 @@ export declare const isVimeoStream: (stream: TStream) => stream is {
21186
20868
  type: "CSw";
21187
20869
  } | {
21188
20870
  type: "CRS";
21189
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21190
20871
  internalVapixParameters: string;
21191
20872
  userVapixParameters: string;
21192
20873
  };
@@ -21264,7 +20945,6 @@ export declare const isTwitchStream: (stream: TStream) => stream is {
21264
20945
  type: "CSw";
21265
20946
  } | {
21266
20947
  type: "CRS";
21267
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21268
20948
  internalVapixParameters: string;
21269
20949
  userVapixParameters: string;
21270
20950
  };
@@ -21342,7 +21022,6 @@ export declare const isSrtStream: (stream: TStream) => stream is {
21342
21022
  type: "CSw";
21343
21023
  } | {
21344
21024
  type: "CRS";
21345
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21346
21025
  internalVapixParameters: string;
21347
21026
  userVapixParameters: string;
21348
21027
  };
@@ -21420,7 +21099,6 @@ export declare const isDaCastStream: (stream: TStream) => stream is {
21420
21099
  type: "CSw";
21421
21100
  } | {
21422
21101
  type: "CRS";
21423
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21424
21102
  internalVapixParameters: string;
21425
21103
  userVapixParameters: string;
21426
21104
  };
@@ -21498,7 +21176,6 @@ export declare const isHlsPullStream: (stream: TStream) => stream is {
21498
21176
  type: "CSw";
21499
21177
  } | {
21500
21178
  type: "CRS";
21501
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21502
21179
  internalVapixParameters: string;
21503
21180
  userVapixParameters: string;
21504
21181
  };
@@ -21576,7 +21253,6 @@ export declare const isHlsPushStream: (stream: TStream) => stream is {
21576
21253
  type: "CSw";
21577
21254
  } | {
21578
21255
  type: "CRS";
21579
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21580
21256
  internalVapixParameters: string;
21581
21257
  userVapixParameters: string;
21582
21258
  };
@@ -21654,7 +21330,6 @@ export declare const isWowzaStream: (stream: TStream) => stream is {
21654
21330
  type: "CSw";
21655
21331
  } | {
21656
21332
  type: "CRS";
21657
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21658
21333
  internalVapixParameters: string;
21659
21334
  userVapixParameters: string;
21660
21335
  };
@@ -21732,7 +21407,6 @@ export declare const isDailymotionStream: (stream: TStream) => stream is {
21732
21407
  type: "CSw";
21733
21408
  } | {
21734
21409
  type: "CRS";
21735
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21736
21410
  internalVapixParameters: string;
21737
21411
  userVapixParameters: string;
21738
21412
  };
@@ -21810,7 +21484,6 @@ export declare const isIbmStream: (stream: TStream) => stream is {
21810
21484
  type: "CSw";
21811
21485
  } | {
21812
21486
  type: "CRS";
21813
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21814
21487
  internalVapixParameters: string;
21815
21488
  userVapixParameters: string;
21816
21489
  };
@@ -21888,7 +21561,6 @@ export declare const isMicrosoftAzureStream: (stream: TStream) => stream is {
21888
21561
  type: "CSw";
21889
21562
  } | {
21890
21563
  type: "CRS";
21891
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21892
21564
  internalVapixParameters: string;
21893
21565
  userVapixParameters: string;
21894
21566
  };
@@ -21966,7 +21638,6 @@ export declare const isMicrosoftStream: (stream: TStream) => stream is {
21966
21638
  type: "CSw";
21967
21639
  } | {
21968
21640
  type: "CRS";
21969
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
21970
21641
  internalVapixParameters: string;
21971
21642
  userVapixParameters: string;
21972
21643
  };
@@ -22044,7 +21715,6 @@ export declare const isGameChangerStream: (stream: TStream) => stream is {
22044
21715
  type: "CSw";
22045
21716
  } | {
22046
21717
  type: "CRS";
22047
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
22048
21718
  internalVapixParameters: string;
22049
21719
  userVapixParameters: string;
22050
21720
  };
@@ -22122,7 +21792,6 @@ export declare const isYoutubeRtmpStream: (stream: TStream) => stream is {
22122
21792
  type: "CSw";
22123
21793
  } | {
22124
21794
  type: "CRS";
22125
- streamingProtocol: "RTMP" | "RTMPS" | "HLS_PUSH";
22126
21795
  internalVapixParameters: string;
22127
21796
  userVapixParameters: string;
22128
21797
  };