camstreamerlib 4.0.0-beta.123 → 4.0.0-beta.125

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.
@@ -128,6 +128,12 @@ export declare const commonRtmpSchema: z.ZodObject<{
128
128
  type: "images";
129
129
  url: string;
130
130
  imageIntervalS: number;
131
+ }>, z.ZodObject<{
132
+ type: z.ZodLiteral<"none">;
133
+ }, "strip", z.ZodTypeAny, {
134
+ type: "none";
135
+ }, {
136
+ type: "none";
131
137
  }>]>;
132
138
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
133
139
  type: z.ZodLiteral<"RTSP_URL">;
@@ -170,6 +176,8 @@ export declare const commonRtmpSchema: z.ZodObject<{
170
176
  type: "images";
171
177
  url: string;
172
178
  imageIntervalS: number;
179
+ } | {
180
+ type: "none";
173
181
  };
174
182
  input: {
175
183
  type: "RTSP_URL";
@@ -192,6 +200,8 @@ export declare const commonRtmpSchema: z.ZodObject<{
192
200
  type: "images";
193
201
  url: string;
194
202
  imageIntervalS: number;
203
+ } | {
204
+ type: "none";
195
205
  };
196
206
  input: {
197
207
  type: "RTSP_URL";
@@ -312,6 +322,8 @@ export declare const commonRtmpSchema: z.ZodObject<{
312
322
  type: "images";
313
323
  url: string;
314
324
  imageIntervalS: number;
325
+ } | {
326
+ type: "none";
315
327
  };
316
328
  input: {
317
329
  type: "RTSP_URL";
@@ -387,6 +399,8 @@ export declare const commonRtmpSchema: z.ZodObject<{
387
399
  type: "images";
388
400
  url: string;
389
401
  imageIntervalS: number;
402
+ } | {
403
+ type: "none";
390
404
  };
391
405
  input: {
392
406
  type: "RTSP_URL";
@@ -551,6 +565,12 @@ export declare const churchSchema: z.ZodObject<{
551
565
  type: "images";
552
566
  url: string;
553
567
  imageIntervalS: number;
568
+ }>, z.ZodObject<{
569
+ type: z.ZodLiteral<"none">;
570
+ }, "strip", z.ZodTypeAny, {
571
+ type: "none";
572
+ }, {
573
+ type: "none";
554
574
  }>]>;
555
575
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
556
576
  type: z.ZodLiteral<"RTSP_URL">;
@@ -593,6 +613,8 @@ export declare const churchSchema: z.ZodObject<{
593
613
  type: "images";
594
614
  url: string;
595
615
  imageIntervalS: number;
616
+ } | {
617
+ type: "none";
596
618
  };
597
619
  input: {
598
620
  type: "RTSP_URL";
@@ -615,6 +637,8 @@ export declare const churchSchema: z.ZodObject<{
615
637
  type: "images";
616
638
  url: string;
617
639
  imageIntervalS: number;
640
+ } | {
641
+ type: "none";
618
642
  };
619
643
  input: {
620
644
  type: "RTSP_URL";
@@ -734,6 +758,8 @@ export declare const churchSchema: z.ZodObject<{
734
758
  type: "images";
735
759
  url: string;
736
760
  imageIntervalS: number;
761
+ } | {
762
+ type: "none";
737
763
  };
738
764
  input: {
739
765
  type: "RTSP_URL";
@@ -808,6 +834,8 @@ export declare const churchSchema: z.ZodObject<{
808
834
  type: "images";
809
835
  url: string;
810
836
  imageIntervalS: number;
837
+ } | {
838
+ type: "none";
811
839
  };
812
840
  input: {
813
841
  type: "RTSP_URL";
@@ -971,6 +999,12 @@ export declare const daCastSchema: z.ZodObject<{
971
999
  type: "images";
972
1000
  url: string;
973
1001
  imageIntervalS: number;
1002
+ }>, z.ZodObject<{
1003
+ type: z.ZodLiteral<"none">;
1004
+ }, "strip", z.ZodTypeAny, {
1005
+ type: "none";
1006
+ }, {
1007
+ type: "none";
974
1008
  }>]>;
975
1009
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
976
1010
  type: z.ZodLiteral<"RTSP_URL">;
@@ -1013,6 +1047,8 @@ export declare const daCastSchema: z.ZodObject<{
1013
1047
  type: "images";
1014
1048
  url: string;
1015
1049
  imageIntervalS: number;
1050
+ } | {
1051
+ type: "none";
1016
1052
  };
1017
1053
  input: {
1018
1054
  type: "RTSP_URL";
@@ -1035,6 +1071,8 @@ export declare const daCastSchema: z.ZodObject<{
1035
1071
  type: "images";
1036
1072
  url: string;
1037
1073
  imageIntervalS: number;
1074
+ } | {
1075
+ type: "none";
1038
1076
  };
1039
1077
  input: {
1040
1078
  type: "RTSP_URL";
@@ -1154,6 +1192,8 @@ export declare const daCastSchema: z.ZodObject<{
1154
1192
  type: "images";
1155
1193
  url: string;
1156
1194
  imageIntervalS: number;
1195
+ } | {
1196
+ type: "none";
1157
1197
  };
1158
1198
  input: {
1159
1199
  type: "RTSP_URL";
@@ -1228,6 +1268,8 @@ export declare const daCastSchema: z.ZodObject<{
1228
1268
  type: "images";
1229
1269
  url: string;
1230
1270
  imageIntervalS: number;
1271
+ } | {
1272
+ type: "none";
1231
1273
  };
1232
1274
  input: {
1233
1275
  type: "RTSP_URL";
@@ -1391,6 +1433,12 @@ export declare const dailymotionSchema: z.ZodObject<{
1391
1433
  type: "images";
1392
1434
  url: string;
1393
1435
  imageIntervalS: number;
1436
+ }>, z.ZodObject<{
1437
+ type: z.ZodLiteral<"none">;
1438
+ }, "strip", z.ZodTypeAny, {
1439
+ type: "none";
1440
+ }, {
1441
+ type: "none";
1394
1442
  }>]>;
1395
1443
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1396
1444
  type: z.ZodLiteral<"RTSP_URL">;
@@ -1433,6 +1481,8 @@ export declare const dailymotionSchema: z.ZodObject<{
1433
1481
  type: "images";
1434
1482
  url: string;
1435
1483
  imageIntervalS: number;
1484
+ } | {
1485
+ type: "none";
1436
1486
  };
1437
1487
  input: {
1438
1488
  type: "RTSP_URL";
@@ -1455,6 +1505,8 @@ export declare const dailymotionSchema: z.ZodObject<{
1455
1505
  type: "images";
1456
1506
  url: string;
1457
1507
  imageIntervalS: number;
1508
+ } | {
1509
+ type: "none";
1458
1510
  };
1459
1511
  input: {
1460
1512
  type: "RTSP_URL";
@@ -1574,6 +1626,8 @@ export declare const dailymotionSchema: z.ZodObject<{
1574
1626
  type: "images";
1575
1627
  url: string;
1576
1628
  imageIntervalS: number;
1629
+ } | {
1630
+ type: "none";
1577
1631
  };
1578
1632
  input: {
1579
1633
  type: "RTSP_URL";
@@ -1648,6 +1702,8 @@ export declare const dailymotionSchema: z.ZodObject<{
1648
1702
  type: "images";
1649
1703
  url: string;
1650
1704
  imageIntervalS: number;
1705
+ } | {
1706
+ type: "none";
1651
1707
  };
1652
1708
  input: {
1653
1709
  type: "RTSP_URL";
@@ -1811,6 +1867,12 @@ export declare const gameChangerSchema: z.ZodObject<{
1811
1867
  type: "images";
1812
1868
  url: string;
1813
1869
  imageIntervalS: number;
1870
+ }>, z.ZodObject<{
1871
+ type: z.ZodLiteral<"none">;
1872
+ }, "strip", z.ZodTypeAny, {
1873
+ type: "none";
1874
+ }, {
1875
+ type: "none";
1814
1876
  }>]>;
1815
1877
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
1816
1878
  type: z.ZodLiteral<"RTSP_URL">;
@@ -1853,6 +1915,8 @@ export declare const gameChangerSchema: z.ZodObject<{
1853
1915
  type: "images";
1854
1916
  url: string;
1855
1917
  imageIntervalS: number;
1918
+ } | {
1919
+ type: "none";
1856
1920
  };
1857
1921
  input: {
1858
1922
  type: "RTSP_URL";
@@ -1875,6 +1939,8 @@ export declare const gameChangerSchema: z.ZodObject<{
1875
1939
  type: "images";
1876
1940
  url: string;
1877
1941
  imageIntervalS: number;
1942
+ } | {
1943
+ type: "none";
1878
1944
  };
1879
1945
  input: {
1880
1946
  type: "RTSP_URL";
@@ -1997,6 +2063,8 @@ export declare const gameChangerSchema: z.ZodObject<{
1997
2063
  type: "images";
1998
2064
  url: string;
1999
2065
  imageIntervalS: number;
2066
+ } | {
2067
+ type: "none";
2000
2068
  };
2001
2069
  input: {
2002
2070
  type: "RTSP_URL";
@@ -2073,6 +2141,8 @@ export declare const gameChangerSchema: z.ZodObject<{
2073
2141
  type: "images";
2074
2142
  url: string;
2075
2143
  imageIntervalS: number;
2144
+ } | {
2145
+ type: "none";
2076
2146
  };
2077
2147
  input: {
2078
2148
  type: "RTSP_URL";
@@ -2238,6 +2308,12 @@ export declare const hlsPullSchema: z.ZodObject<{
2238
2308
  type: "images";
2239
2309
  url: string;
2240
2310
  imageIntervalS: number;
2311
+ }>, z.ZodObject<{
2312
+ type: z.ZodLiteral<"none">;
2313
+ }, "strip", z.ZodTypeAny, {
2314
+ type: "none";
2315
+ }, {
2316
+ type: "none";
2241
2317
  }>]>;
2242
2318
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2243
2319
  type: z.ZodLiteral<"RTSP_URL">;
@@ -2280,6 +2356,8 @@ export declare const hlsPullSchema: z.ZodObject<{
2280
2356
  type: "images";
2281
2357
  url: string;
2282
2358
  imageIntervalS: number;
2359
+ } | {
2360
+ type: "none";
2283
2361
  };
2284
2362
  input: {
2285
2363
  type: "RTSP_URL";
@@ -2302,6 +2380,8 @@ export declare const hlsPullSchema: z.ZodObject<{
2302
2380
  type: "images";
2303
2381
  url: string;
2304
2382
  imageIntervalS: number;
2383
+ } | {
2384
+ type: "none";
2305
2385
  };
2306
2386
  input: {
2307
2387
  type: "RTSP_URL";
@@ -2421,6 +2501,8 @@ export declare const hlsPullSchema: z.ZodObject<{
2421
2501
  type: "images";
2422
2502
  url: string;
2423
2503
  imageIntervalS: number;
2504
+ } | {
2505
+ type: "none";
2424
2506
  };
2425
2507
  input: {
2426
2508
  type: "RTSP_URL";
@@ -2495,6 +2577,8 @@ export declare const hlsPullSchema: z.ZodObject<{
2495
2577
  type: "images";
2496
2578
  url: string;
2497
2579
  imageIntervalS: number;
2580
+ } | {
2581
+ type: "none";
2498
2582
  };
2499
2583
  input: {
2500
2584
  type: "RTSP_URL";
@@ -2658,6 +2742,12 @@ export declare const hlsPushSchema: z.ZodObject<{
2658
2742
  type: "images";
2659
2743
  url: string;
2660
2744
  imageIntervalS: number;
2745
+ }>, z.ZodObject<{
2746
+ type: z.ZodLiteral<"none">;
2747
+ }, "strip", z.ZodTypeAny, {
2748
+ type: "none";
2749
+ }, {
2750
+ type: "none";
2661
2751
  }>]>;
2662
2752
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2663
2753
  type: z.ZodLiteral<"RTSP_URL">;
@@ -2700,6 +2790,8 @@ export declare const hlsPushSchema: z.ZodObject<{
2700
2790
  type: "images";
2701
2791
  url: string;
2702
2792
  imageIntervalS: number;
2793
+ } | {
2794
+ type: "none";
2703
2795
  };
2704
2796
  input: {
2705
2797
  type: "RTSP_URL";
@@ -2722,6 +2814,8 @@ export declare const hlsPushSchema: z.ZodObject<{
2722
2814
  type: "images";
2723
2815
  url: string;
2724
2816
  imageIntervalS: number;
2817
+ } | {
2818
+ type: "none";
2725
2819
  };
2726
2820
  input: {
2727
2821
  type: "RTSP_URL";
@@ -2841,6 +2935,8 @@ export declare const hlsPushSchema: z.ZodObject<{
2841
2935
  type: "images";
2842
2936
  url: string;
2843
2937
  imageIntervalS: number;
2938
+ } | {
2939
+ type: "none";
2844
2940
  };
2845
2941
  input: {
2846
2942
  type: "RTSP_URL";
@@ -2915,6 +3011,8 @@ export declare const hlsPushSchema: z.ZodObject<{
2915
3011
  type: "images";
2916
3012
  url: string;
2917
3013
  imageIntervalS: number;
3014
+ } | {
3015
+ type: "none";
2918
3016
  };
2919
3017
  input: {
2920
3018
  type: "RTSP_URL";
@@ -3078,6 +3176,12 @@ export declare const ibmSchema: z.ZodObject<{
3078
3176
  type: "images";
3079
3177
  url: string;
3080
3178
  imageIntervalS: number;
3179
+ }>, z.ZodObject<{
3180
+ type: z.ZodLiteral<"none">;
3181
+ }, "strip", z.ZodTypeAny, {
3182
+ type: "none";
3183
+ }, {
3184
+ type: "none";
3081
3185
  }>]>;
3082
3186
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3083
3187
  type: z.ZodLiteral<"RTSP_URL">;
@@ -3120,6 +3224,8 @@ export declare const ibmSchema: z.ZodObject<{
3120
3224
  type: "images";
3121
3225
  url: string;
3122
3226
  imageIntervalS: number;
3227
+ } | {
3228
+ type: "none";
3123
3229
  };
3124
3230
  input: {
3125
3231
  type: "RTSP_URL";
@@ -3142,6 +3248,8 @@ export declare const ibmSchema: z.ZodObject<{
3142
3248
  type: "images";
3143
3249
  url: string;
3144
3250
  imageIntervalS: number;
3251
+ } | {
3252
+ type: "none";
3145
3253
  };
3146
3254
  input: {
3147
3255
  type: "RTSP_URL";
@@ -3261,6 +3369,8 @@ export declare const ibmSchema: z.ZodObject<{
3261
3369
  type: "images";
3262
3370
  url: string;
3263
3371
  imageIntervalS: number;
3372
+ } | {
3373
+ type: "none";
3264
3374
  };
3265
3375
  input: {
3266
3376
  type: "RTSP_URL";
@@ -3335,6 +3445,8 @@ export declare const ibmSchema: z.ZodObject<{
3335
3445
  type: "images";
3336
3446
  url: string;
3337
3447
  imageIntervalS: number;
3448
+ } | {
3449
+ type: "none";
3338
3450
  };
3339
3451
  input: {
3340
3452
  type: "RTSP_URL";
@@ -3498,6 +3610,12 @@ export declare const mpegDvbSchema: z.ZodObject<{
3498
3610
  type: "images";
3499
3611
  url: string;
3500
3612
  imageIntervalS: number;
3613
+ }>, z.ZodObject<{
3614
+ type: z.ZodLiteral<"none">;
3615
+ }, "strip", z.ZodTypeAny, {
3616
+ type: "none";
3617
+ }, {
3618
+ type: "none";
3501
3619
  }>]>;
3502
3620
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3503
3621
  type: z.ZodLiteral<"RTSP_URL">;
@@ -3540,6 +3658,8 @@ export declare const mpegDvbSchema: z.ZodObject<{
3540
3658
  type: "images";
3541
3659
  url: string;
3542
3660
  imageIntervalS: number;
3661
+ } | {
3662
+ type: "none";
3543
3663
  };
3544
3664
  input: {
3545
3665
  type: "RTSP_URL";
@@ -3562,6 +3682,8 @@ export declare const mpegDvbSchema: z.ZodObject<{
3562
3682
  type: "images";
3563
3683
  url: string;
3564
3684
  imageIntervalS: number;
3685
+ } | {
3686
+ type: "none";
3565
3687
  };
3566
3688
  input: {
3567
3689
  type: "RTSP_URL";
@@ -3681,6 +3803,8 @@ export declare const mpegDvbSchema: z.ZodObject<{
3681
3803
  type: "images";
3682
3804
  url: string;
3683
3805
  imageIntervalS: number;
3806
+ } | {
3807
+ type: "none";
3684
3808
  };
3685
3809
  input: {
3686
3810
  type: "RTSP_URL";
@@ -3755,6 +3879,8 @@ export declare const mpegDvbSchema: z.ZodObject<{
3755
3879
  type: "images";
3756
3880
  url: string;
3757
3881
  imageIntervalS: number;
3882
+ } | {
3883
+ type: "none";
3758
3884
  };
3759
3885
  input: {
3760
3886
  type: "RTSP_URL";
@@ -3918,6 +4044,12 @@ export declare const microsoftAzureSchema: z.ZodObject<{
3918
4044
  type: "images";
3919
4045
  url: string;
3920
4046
  imageIntervalS: number;
4047
+ }>, z.ZodObject<{
4048
+ type: z.ZodLiteral<"none">;
4049
+ }, "strip", z.ZodTypeAny, {
4050
+ type: "none";
4051
+ }, {
4052
+ type: "none";
3921
4053
  }>]>;
3922
4054
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3923
4055
  type: z.ZodLiteral<"RTSP_URL">;
@@ -3960,6 +4092,8 @@ export declare const microsoftAzureSchema: z.ZodObject<{
3960
4092
  type: "images";
3961
4093
  url: string;
3962
4094
  imageIntervalS: number;
4095
+ } | {
4096
+ type: "none";
3963
4097
  };
3964
4098
  input: {
3965
4099
  type: "RTSP_URL";
@@ -3982,6 +4116,8 @@ export declare const microsoftAzureSchema: z.ZodObject<{
3982
4116
  type: "images";
3983
4117
  url: string;
3984
4118
  imageIntervalS: number;
4119
+ } | {
4120
+ type: "none";
3985
4121
  };
3986
4122
  input: {
3987
4123
  type: "RTSP_URL";
@@ -4101,6 +4237,8 @@ export declare const microsoftAzureSchema: z.ZodObject<{
4101
4237
  type: "images";
4102
4238
  url: string;
4103
4239
  imageIntervalS: number;
4240
+ } | {
4241
+ type: "none";
4104
4242
  };
4105
4243
  input: {
4106
4244
  type: "RTSP_URL";
@@ -4175,6 +4313,8 @@ export declare const microsoftAzureSchema: z.ZodObject<{
4175
4313
  type: "images";
4176
4314
  url: string;
4177
4315
  imageIntervalS: number;
4316
+ } | {
4317
+ type: "none";
4178
4318
  };
4179
4319
  input: {
4180
4320
  type: "RTSP_URL";
@@ -4338,6 +4478,12 @@ export declare const microsoftStreamSchema: z.ZodObject<{
4338
4478
  type: "images";
4339
4479
  url: string;
4340
4480
  imageIntervalS: number;
4481
+ }>, z.ZodObject<{
4482
+ type: z.ZodLiteral<"none">;
4483
+ }, "strip", z.ZodTypeAny, {
4484
+ type: "none";
4485
+ }, {
4486
+ type: "none";
4341
4487
  }>]>;
4342
4488
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4343
4489
  type: z.ZodLiteral<"RTSP_URL">;
@@ -4380,6 +4526,8 @@ export declare const microsoftStreamSchema: z.ZodObject<{
4380
4526
  type: "images";
4381
4527
  url: string;
4382
4528
  imageIntervalS: number;
4529
+ } | {
4530
+ type: "none";
4383
4531
  };
4384
4532
  input: {
4385
4533
  type: "RTSP_URL";
@@ -4402,6 +4550,8 @@ export declare const microsoftStreamSchema: z.ZodObject<{
4402
4550
  type: "images";
4403
4551
  url: string;
4404
4552
  imageIntervalS: number;
4553
+ } | {
4554
+ type: "none";
4405
4555
  };
4406
4556
  input: {
4407
4557
  type: "RTSP_URL";
@@ -4521,6 +4671,8 @@ export declare const microsoftStreamSchema: z.ZodObject<{
4521
4671
  type: "images";
4522
4672
  url: string;
4523
4673
  imageIntervalS: number;
4674
+ } | {
4675
+ type: "none";
4524
4676
  };
4525
4677
  input: {
4526
4678
  type: "RTSP_URL";
@@ -4595,6 +4747,8 @@ export declare const microsoftStreamSchema: z.ZodObject<{
4595
4747
  type: "images";
4596
4748
  url: string;
4597
4749
  imageIntervalS: number;
4750
+ } | {
4751
+ type: "none";
4598
4752
  };
4599
4753
  input: {
4600
4754
  type: "RTSP_URL";
@@ -4758,6 +4912,12 @@ export declare const rtmpSchema: z.ZodObject<{
4758
4912
  type: "images";
4759
4913
  url: string;
4760
4914
  imageIntervalS: number;
4915
+ }>, z.ZodObject<{
4916
+ type: z.ZodLiteral<"none">;
4917
+ }, "strip", z.ZodTypeAny, {
4918
+ type: "none";
4919
+ }, {
4920
+ type: "none";
4761
4921
  }>]>;
4762
4922
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4763
4923
  type: z.ZodLiteral<"RTSP_URL">;
@@ -4800,6 +4960,8 @@ export declare const rtmpSchema: z.ZodObject<{
4800
4960
  type: "images";
4801
4961
  url: string;
4802
4962
  imageIntervalS: number;
4963
+ } | {
4964
+ type: "none";
4803
4965
  };
4804
4966
  input: {
4805
4967
  type: "RTSP_URL";
@@ -4822,6 +4984,8 @@ export declare const rtmpSchema: z.ZodObject<{
4822
4984
  type: "images";
4823
4985
  url: string;
4824
4986
  imageIntervalS: number;
4987
+ } | {
4988
+ type: "none";
4825
4989
  };
4826
4990
  input: {
4827
4991
  type: "RTSP_URL";
@@ -4944,6 +5108,8 @@ export declare const rtmpSchema: z.ZodObject<{
4944
5108
  type: "images";
4945
5109
  url: string;
4946
5110
  imageIntervalS: number;
5111
+ } | {
5112
+ type: "none";
4947
5113
  };
4948
5114
  input: {
4949
5115
  type: "RTSP_URL";
@@ -5020,6 +5186,8 @@ export declare const rtmpSchema: z.ZodObject<{
5020
5186
  type: "images";
5021
5187
  url: string;
5022
5188
  imageIntervalS: number;
5189
+ } | {
5190
+ type: "none";
5023
5191
  };
5024
5192
  input: {
5025
5193
  type: "RTSP_URL";
@@ -5185,6 +5353,12 @@ export declare const sdCardSchema: z.ZodObject<{
5185
5353
  type: "images";
5186
5354
  url: string;
5187
5355
  imageIntervalS: number;
5356
+ }>, z.ZodObject<{
5357
+ type: z.ZodLiteral<"none">;
5358
+ }, "strip", z.ZodTypeAny, {
5359
+ type: "none";
5360
+ }, {
5361
+ type: "none";
5188
5362
  }>]>;
5189
5363
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5190
5364
  type: z.ZodLiteral<"RTSP_URL">;
@@ -5227,6 +5401,8 @@ export declare const sdCardSchema: z.ZodObject<{
5227
5401
  type: "images";
5228
5402
  url: string;
5229
5403
  imageIntervalS: number;
5404
+ } | {
5405
+ type: "none";
5230
5406
  };
5231
5407
  input: {
5232
5408
  type: "RTSP_URL";
@@ -5249,6 +5425,8 @@ export declare const sdCardSchema: z.ZodObject<{
5249
5425
  type: "images";
5250
5426
  url: string;
5251
5427
  imageIntervalS: number;
5428
+ } | {
5429
+ type: "none";
5252
5430
  };
5253
5431
  input: {
5254
5432
  type: "RTSP_URL";
@@ -5368,6 +5546,8 @@ export declare const sdCardSchema: z.ZodObject<{
5368
5546
  type: "images";
5369
5547
  url: string;
5370
5548
  imageIntervalS: number;
5549
+ } | {
5550
+ type: "none";
5371
5551
  };
5372
5552
  input: {
5373
5553
  type: "RTSP_URL";
@@ -5442,6 +5622,8 @@ export declare const sdCardSchema: z.ZodObject<{
5442
5622
  type: "images";
5443
5623
  url: string;
5444
5624
  imageIntervalS: number;
5625
+ } | {
5626
+ type: "none";
5445
5627
  };
5446
5628
  input: {
5447
5629
  type: "RTSP_URL";
@@ -5605,6 +5787,12 @@ export declare const srtSchema: z.ZodObject<{
5605
5787
  type: "images";
5606
5788
  url: string;
5607
5789
  imageIntervalS: number;
5790
+ }>, z.ZodObject<{
5791
+ type: z.ZodLiteral<"none">;
5792
+ }, "strip", z.ZodTypeAny, {
5793
+ type: "none";
5794
+ }, {
5795
+ type: "none";
5608
5796
  }>]>;
5609
5797
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5610
5798
  type: z.ZodLiteral<"RTSP_URL">;
@@ -5647,6 +5835,8 @@ export declare const srtSchema: z.ZodObject<{
5647
5835
  type: "images";
5648
5836
  url: string;
5649
5837
  imageIntervalS: number;
5838
+ } | {
5839
+ type: "none";
5650
5840
  };
5651
5841
  input: {
5652
5842
  type: "RTSP_URL";
@@ -5669,6 +5859,8 @@ export declare const srtSchema: z.ZodObject<{
5669
5859
  type: "images";
5670
5860
  url: string;
5671
5861
  imageIntervalS: number;
5862
+ } | {
5863
+ type: "none";
5672
5864
  };
5673
5865
  input: {
5674
5866
  type: "RTSP_URL";
@@ -5788,6 +5980,8 @@ export declare const srtSchema: z.ZodObject<{
5788
5980
  type: "images";
5789
5981
  url: string;
5790
5982
  imageIntervalS: number;
5983
+ } | {
5984
+ type: "none";
5791
5985
  };
5792
5986
  input: {
5793
5987
  type: "RTSP_URL";
@@ -5862,6 +6056,8 @@ export declare const srtSchema: z.ZodObject<{
5862
6056
  type: "images";
5863
6057
  url: string;
5864
6058
  imageIntervalS: number;
6059
+ } | {
6060
+ type: "none";
5865
6061
  };
5866
6062
  input: {
5867
6063
  type: "RTSP_URL";
@@ -6025,6 +6221,12 @@ export declare const twitchSchema: z.ZodObject<{
6025
6221
  type: "images";
6026
6222
  url: string;
6027
6223
  imageIntervalS: number;
6224
+ }>, z.ZodObject<{
6225
+ type: z.ZodLiteral<"none">;
6226
+ }, "strip", z.ZodTypeAny, {
6227
+ type: "none";
6228
+ }, {
6229
+ type: "none";
6028
6230
  }>]>;
6029
6231
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
6030
6232
  type: z.ZodLiteral<"RTSP_URL">;
@@ -6067,6 +6269,8 @@ export declare const twitchSchema: z.ZodObject<{
6067
6269
  type: "images";
6068
6270
  url: string;
6069
6271
  imageIntervalS: number;
6272
+ } | {
6273
+ type: "none";
6070
6274
  };
6071
6275
  input: {
6072
6276
  type: "RTSP_URL";
@@ -6089,6 +6293,8 @@ export declare const twitchSchema: z.ZodObject<{
6089
6293
  type: "images";
6090
6294
  url: string;
6091
6295
  imageIntervalS: number;
6296
+ } | {
6297
+ type: "none";
6092
6298
  };
6093
6299
  input: {
6094
6300
  type: "RTSP_URL";
@@ -6208,6 +6414,8 @@ export declare const twitchSchema: z.ZodObject<{
6208
6414
  type: "images";
6209
6415
  url: string;
6210
6416
  imageIntervalS: number;
6417
+ } | {
6418
+ type: "none";
6211
6419
  };
6212
6420
  input: {
6213
6421
  type: "RTSP_URL";
@@ -6282,6 +6490,8 @@ export declare const twitchSchema: z.ZodObject<{
6282
6490
  type: "images";
6283
6491
  url: string;
6284
6492
  imageIntervalS: number;
6493
+ } | {
6494
+ type: "none";
6285
6495
  };
6286
6496
  input: {
6287
6497
  type: "RTSP_URL";
@@ -6445,6 +6655,12 @@ export declare const vimeoSchema: z.ZodObject<{
6445
6655
  type: "images";
6446
6656
  url: string;
6447
6657
  imageIntervalS: number;
6658
+ }>, z.ZodObject<{
6659
+ type: z.ZodLiteral<"none">;
6660
+ }, "strip", z.ZodTypeAny, {
6661
+ type: "none";
6662
+ }, {
6663
+ type: "none";
6448
6664
  }>]>;
6449
6665
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
6450
6666
  type: z.ZodLiteral<"RTSP_URL">;
@@ -6487,6 +6703,8 @@ export declare const vimeoSchema: z.ZodObject<{
6487
6703
  type: "images";
6488
6704
  url: string;
6489
6705
  imageIntervalS: number;
6706
+ } | {
6707
+ type: "none";
6490
6708
  };
6491
6709
  input: {
6492
6710
  type: "RTSP_URL";
@@ -6509,6 +6727,8 @@ export declare const vimeoSchema: z.ZodObject<{
6509
6727
  type: "images";
6510
6728
  url: string;
6511
6729
  imageIntervalS: number;
6730
+ } | {
6731
+ type: "none";
6512
6732
  };
6513
6733
  input: {
6514
6734
  type: "RTSP_URL";
@@ -6628,6 +6848,8 @@ export declare const vimeoSchema: z.ZodObject<{
6628
6848
  type: "images";
6629
6849
  url: string;
6630
6850
  imageIntervalS: number;
6851
+ } | {
6852
+ type: "none";
6631
6853
  };
6632
6854
  input: {
6633
6855
  type: "RTSP_URL";
@@ -6702,6 +6924,8 @@ export declare const vimeoSchema: z.ZodObject<{
6702
6924
  type: "images";
6703
6925
  url: string;
6704
6926
  imageIntervalS: number;
6927
+ } | {
6928
+ type: "none";
6705
6929
  };
6706
6930
  input: {
6707
6931
  type: "RTSP_URL";
@@ -6865,6 +7089,12 @@ export declare const wowzaSchema: z.ZodObject<{
6865
7089
  type: "images";
6866
7090
  url: string;
6867
7091
  imageIntervalS: number;
7092
+ }>, z.ZodObject<{
7093
+ type: z.ZodLiteral<"none">;
7094
+ }, "strip", z.ZodTypeAny, {
7095
+ type: "none";
7096
+ }, {
7097
+ type: "none";
6868
7098
  }>]>;
6869
7099
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
6870
7100
  type: z.ZodLiteral<"RTSP_URL">;
@@ -6907,6 +7137,8 @@ export declare const wowzaSchema: z.ZodObject<{
6907
7137
  type: "images";
6908
7138
  url: string;
6909
7139
  imageIntervalS: number;
7140
+ } | {
7141
+ type: "none";
6910
7142
  };
6911
7143
  input: {
6912
7144
  type: "RTSP_URL";
@@ -6929,6 +7161,8 @@ export declare const wowzaSchema: z.ZodObject<{
6929
7161
  type: "images";
6930
7162
  url: string;
6931
7163
  imageIntervalS: number;
7164
+ } | {
7165
+ type: "none";
6932
7166
  };
6933
7167
  input: {
6934
7168
  type: "RTSP_URL";
@@ -7048,6 +7282,8 @@ export declare const wowzaSchema: z.ZodObject<{
7048
7282
  type: "images";
7049
7283
  url: string;
7050
7284
  imageIntervalS: number;
7285
+ } | {
7286
+ type: "none";
7051
7287
  };
7052
7288
  input: {
7053
7289
  type: "RTSP_URL";
@@ -7122,6 +7358,8 @@ export declare const wowzaSchema: z.ZodObject<{
7122
7358
  type: "images";
7123
7359
  url: string;
7124
7360
  imageIntervalS: number;
7361
+ } | {
7362
+ type: "none";
7125
7363
  };
7126
7364
  input: {
7127
7365
  type: "RTSP_URL";
@@ -7285,6 +7523,12 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
7285
7523
  type: "images";
7286
7524
  url: string;
7287
7525
  imageIntervalS: number;
7526
+ }>, z.ZodObject<{
7527
+ type: z.ZodLiteral<"none">;
7528
+ }, "strip", z.ZodTypeAny, {
7529
+ type: "none";
7530
+ }, {
7531
+ type: "none";
7288
7532
  }>]>;
7289
7533
  input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
7290
7534
  type: z.ZodLiteral<"RTSP_URL">;
@@ -7327,6 +7571,8 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
7327
7571
  type: "images";
7328
7572
  url: string;
7329
7573
  imageIntervalS: number;
7574
+ } | {
7575
+ type: "none";
7330
7576
  };
7331
7577
  input: {
7332
7578
  type: "RTSP_URL";
@@ -7349,6 +7595,8 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
7349
7595
  type: "images";
7350
7596
  url: string;
7351
7597
  imageIntervalS: number;
7598
+ } | {
7599
+ type: "none";
7352
7600
  };
7353
7601
  input: {
7354
7602
  type: "RTSP_URL";
@@ -7471,6 +7719,8 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
7471
7719
  type: "images";
7472
7720
  url: string;
7473
7721
  imageIntervalS: number;
7722
+ } | {
7723
+ type: "none";
7474
7724
  };
7475
7725
  input: {
7476
7726
  type: "RTSP_URL";
@@ -7547,6 +7797,8 @@ export declare const youtubeRtmpSchema: z.ZodObject<{
7547
7797
  type: "images";
7548
7798
  url: string;
7549
7799
  imageIntervalS: number;
7800
+ } | {
7801
+ type: "none";
7550
7802
  };
7551
7803
  input: {
7552
7804
  type: "RTSP_URL";