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.
- package/cjs/CamStreamerAPI.d.ts +80 -0
- package/cjs/PlaneTrackerAPI.d.ts +1 -0
- package/cjs/PlaneTrackerAPI.js +3 -0
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +680 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +3 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +252 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +14 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +14 -0
- package/esm/PlaneTrackerAPI.js +3 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +3 -0
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +80 -0
- package/types/PlaneTrackerAPI.d.ts +1 -0
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +680 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +14 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +14 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +252 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +14 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +14 -0
|
@@ -133,6 +133,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
133
133
|
type: "images";
|
|
134
134
|
url: string;
|
|
135
135
|
imageIntervalS: number;
|
|
136
|
+
}>, z.ZodObject<{
|
|
137
|
+
type: z.ZodLiteral<"none">;
|
|
138
|
+
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
type: "none";
|
|
140
|
+
}, {
|
|
141
|
+
type: "none";
|
|
136
142
|
}>]>;
|
|
137
143
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
138
144
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -175,6 +181,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
175
181
|
type: "images";
|
|
176
182
|
url: string;
|
|
177
183
|
imageIntervalS: number;
|
|
184
|
+
} | {
|
|
185
|
+
type: "none";
|
|
178
186
|
};
|
|
179
187
|
input: {
|
|
180
188
|
type: "RTSP_URL";
|
|
@@ -197,6 +205,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
197
205
|
type: "images";
|
|
198
206
|
url: string;
|
|
199
207
|
imageIntervalS: number;
|
|
208
|
+
} | {
|
|
209
|
+
type: "none";
|
|
200
210
|
};
|
|
201
211
|
input: {
|
|
202
212
|
type: "RTSP_URL";
|
|
@@ -345,6 +355,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
345
355
|
type: "images";
|
|
346
356
|
url: string;
|
|
347
357
|
imageIntervalS: number;
|
|
358
|
+
} | {
|
|
359
|
+
type: "none";
|
|
348
360
|
};
|
|
349
361
|
input: {
|
|
350
362
|
type: "RTSP_URL";
|
|
@@ -429,6 +441,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
429
441
|
type: "images";
|
|
430
442
|
url: string;
|
|
431
443
|
imageIntervalS: number;
|
|
444
|
+
} | {
|
|
445
|
+
type: "none";
|
|
432
446
|
};
|
|
433
447
|
input: {
|
|
434
448
|
type: "RTSP_URL";
|
|
@@ -594,6 +608,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
594
608
|
type: "images";
|
|
595
609
|
url: string;
|
|
596
610
|
imageIntervalS: number;
|
|
611
|
+
}>, z.ZodObject<{
|
|
612
|
+
type: z.ZodLiteral<"none">;
|
|
613
|
+
}, "strip", z.ZodTypeAny, {
|
|
614
|
+
type: "none";
|
|
615
|
+
}, {
|
|
616
|
+
type: "none";
|
|
597
617
|
}>]>;
|
|
598
618
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
599
619
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -636,6 +656,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
636
656
|
type: "images";
|
|
637
657
|
url: string;
|
|
638
658
|
imageIntervalS: number;
|
|
659
|
+
} | {
|
|
660
|
+
type: "none";
|
|
639
661
|
};
|
|
640
662
|
input: {
|
|
641
663
|
type: "RTSP_URL";
|
|
@@ -658,6 +680,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
658
680
|
type: "images";
|
|
659
681
|
url: string;
|
|
660
682
|
imageIntervalS: number;
|
|
683
|
+
} | {
|
|
684
|
+
type: "none";
|
|
661
685
|
};
|
|
662
686
|
input: {
|
|
663
687
|
type: "RTSP_URL";
|
|
@@ -777,6 +801,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
777
801
|
type: "images";
|
|
778
802
|
url: string;
|
|
779
803
|
imageIntervalS: number;
|
|
804
|
+
} | {
|
|
805
|
+
type: "none";
|
|
780
806
|
};
|
|
781
807
|
input: {
|
|
782
808
|
type: "RTSP_URL";
|
|
@@ -851,6 +877,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
851
877
|
type: "images";
|
|
852
878
|
url: string;
|
|
853
879
|
imageIntervalS: number;
|
|
880
|
+
} | {
|
|
881
|
+
type: "none";
|
|
854
882
|
};
|
|
855
883
|
input: {
|
|
856
884
|
type: "RTSP_URL";
|
|
@@ -1013,6 +1041,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1013
1041
|
type: "images";
|
|
1014
1042
|
url: string;
|
|
1015
1043
|
imageIntervalS: number;
|
|
1044
|
+
}>, z.ZodObject<{
|
|
1045
|
+
type: z.ZodLiteral<"none">;
|
|
1046
|
+
}, "strip", z.ZodTypeAny, {
|
|
1047
|
+
type: "none";
|
|
1048
|
+
}, {
|
|
1049
|
+
type: "none";
|
|
1016
1050
|
}>]>;
|
|
1017
1051
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1018
1052
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -1055,6 +1089,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1055
1089
|
type: "images";
|
|
1056
1090
|
url: string;
|
|
1057
1091
|
imageIntervalS: number;
|
|
1092
|
+
} | {
|
|
1093
|
+
type: "none";
|
|
1058
1094
|
};
|
|
1059
1095
|
input: {
|
|
1060
1096
|
type: "RTSP_URL";
|
|
@@ -1077,6 +1113,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1077
1113
|
type: "images";
|
|
1078
1114
|
url: string;
|
|
1079
1115
|
imageIntervalS: number;
|
|
1116
|
+
} | {
|
|
1117
|
+
type: "none";
|
|
1080
1118
|
};
|
|
1081
1119
|
input: {
|
|
1082
1120
|
type: "RTSP_URL";
|
|
@@ -1199,6 +1237,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1199
1237
|
type: "images";
|
|
1200
1238
|
url: string;
|
|
1201
1239
|
imageIntervalS: number;
|
|
1240
|
+
} | {
|
|
1241
|
+
type: "none";
|
|
1202
1242
|
};
|
|
1203
1243
|
input: {
|
|
1204
1244
|
type: "RTSP_URL";
|
|
@@ -1275,6 +1315,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1275
1315
|
type: "images";
|
|
1276
1316
|
url: string;
|
|
1277
1317
|
imageIntervalS: number;
|
|
1318
|
+
} | {
|
|
1319
|
+
type: "none";
|
|
1278
1320
|
};
|
|
1279
1321
|
input: {
|
|
1280
1322
|
type: "RTSP_URL";
|
|
@@ -1439,6 +1481,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1439
1481
|
type: "images";
|
|
1440
1482
|
url: string;
|
|
1441
1483
|
imageIntervalS: number;
|
|
1484
|
+
}>, z.ZodObject<{
|
|
1485
|
+
type: z.ZodLiteral<"none">;
|
|
1486
|
+
}, "strip", z.ZodTypeAny, {
|
|
1487
|
+
type: "none";
|
|
1488
|
+
}, {
|
|
1489
|
+
type: "none";
|
|
1442
1490
|
}>]>;
|
|
1443
1491
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1444
1492
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -1481,6 +1529,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1481
1529
|
type: "images";
|
|
1482
1530
|
url: string;
|
|
1483
1531
|
imageIntervalS: number;
|
|
1532
|
+
} | {
|
|
1533
|
+
type: "none";
|
|
1484
1534
|
};
|
|
1485
1535
|
input: {
|
|
1486
1536
|
type: "RTSP_URL";
|
|
@@ -1503,6 +1553,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1503
1553
|
type: "images";
|
|
1504
1554
|
url: string;
|
|
1505
1555
|
imageIntervalS: number;
|
|
1556
|
+
} | {
|
|
1557
|
+
type: "none";
|
|
1506
1558
|
};
|
|
1507
1559
|
input: {
|
|
1508
1560
|
type: "RTSP_URL";
|
|
@@ -1622,6 +1674,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1622
1674
|
type: "images";
|
|
1623
1675
|
url: string;
|
|
1624
1676
|
imageIntervalS: number;
|
|
1677
|
+
} | {
|
|
1678
|
+
type: "none";
|
|
1625
1679
|
};
|
|
1626
1680
|
input: {
|
|
1627
1681
|
type: "RTSP_URL";
|
|
@@ -1696,6 +1750,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1696
1750
|
type: "images";
|
|
1697
1751
|
url: string;
|
|
1698
1752
|
imageIntervalS: number;
|
|
1753
|
+
} | {
|
|
1754
|
+
type: "none";
|
|
1699
1755
|
};
|
|
1700
1756
|
input: {
|
|
1701
1757
|
type: "RTSP_URL";
|
|
@@ -1858,6 +1914,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1858
1914
|
type: "images";
|
|
1859
1915
|
url: string;
|
|
1860
1916
|
imageIntervalS: number;
|
|
1917
|
+
}>, z.ZodObject<{
|
|
1918
|
+
type: z.ZodLiteral<"none">;
|
|
1919
|
+
}, "strip", z.ZodTypeAny, {
|
|
1920
|
+
type: "none";
|
|
1921
|
+
}, {
|
|
1922
|
+
type: "none";
|
|
1861
1923
|
}>]>;
|
|
1862
1924
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1863
1925
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -1900,6 +1962,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1900
1962
|
type: "images";
|
|
1901
1963
|
url: string;
|
|
1902
1964
|
imageIntervalS: number;
|
|
1965
|
+
} | {
|
|
1966
|
+
type: "none";
|
|
1903
1967
|
};
|
|
1904
1968
|
input: {
|
|
1905
1969
|
type: "RTSP_URL";
|
|
@@ -1922,6 +1986,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1922
1986
|
type: "images";
|
|
1923
1987
|
url: string;
|
|
1924
1988
|
imageIntervalS: number;
|
|
1989
|
+
} | {
|
|
1990
|
+
type: "none";
|
|
1925
1991
|
};
|
|
1926
1992
|
input: {
|
|
1927
1993
|
type: "RTSP_URL";
|
|
@@ -2041,6 +2107,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2041
2107
|
type: "images";
|
|
2042
2108
|
url: string;
|
|
2043
2109
|
imageIntervalS: number;
|
|
2110
|
+
} | {
|
|
2111
|
+
type: "none";
|
|
2044
2112
|
};
|
|
2045
2113
|
input: {
|
|
2046
2114
|
type: "RTSP_URL";
|
|
@@ -2115,6 +2183,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2115
2183
|
type: "images";
|
|
2116
2184
|
url: string;
|
|
2117
2185
|
imageIntervalS: number;
|
|
2186
|
+
} | {
|
|
2187
|
+
type: "none";
|
|
2118
2188
|
};
|
|
2119
2189
|
input: {
|
|
2120
2190
|
type: "RTSP_URL";
|
|
@@ -2277,6 +2347,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2277
2347
|
type: "images";
|
|
2278
2348
|
url: string;
|
|
2279
2349
|
imageIntervalS: number;
|
|
2350
|
+
}>, z.ZodObject<{
|
|
2351
|
+
type: z.ZodLiteral<"none">;
|
|
2352
|
+
}, "strip", z.ZodTypeAny, {
|
|
2353
|
+
type: "none";
|
|
2354
|
+
}, {
|
|
2355
|
+
type: "none";
|
|
2280
2356
|
}>]>;
|
|
2281
2357
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2282
2358
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -2319,6 +2395,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2319
2395
|
type: "images";
|
|
2320
2396
|
url: string;
|
|
2321
2397
|
imageIntervalS: number;
|
|
2398
|
+
} | {
|
|
2399
|
+
type: "none";
|
|
2322
2400
|
};
|
|
2323
2401
|
input: {
|
|
2324
2402
|
type: "RTSP_URL";
|
|
@@ -2341,6 +2419,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2341
2419
|
type: "images";
|
|
2342
2420
|
url: string;
|
|
2343
2421
|
imageIntervalS: number;
|
|
2422
|
+
} | {
|
|
2423
|
+
type: "none";
|
|
2344
2424
|
};
|
|
2345
2425
|
input: {
|
|
2346
2426
|
type: "RTSP_URL";
|
|
@@ -2471,6 +2551,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2471
2551
|
type: "images";
|
|
2472
2552
|
url: string;
|
|
2473
2553
|
imageIntervalS: number;
|
|
2554
|
+
} | {
|
|
2555
|
+
type: "none";
|
|
2474
2556
|
};
|
|
2475
2557
|
input: {
|
|
2476
2558
|
type: "RTSP_URL";
|
|
@@ -2556,6 +2638,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2556
2638
|
type: "images";
|
|
2557
2639
|
url: string;
|
|
2558
2640
|
imageIntervalS: number;
|
|
2641
|
+
} | {
|
|
2642
|
+
type: "none";
|
|
2559
2643
|
};
|
|
2560
2644
|
input: {
|
|
2561
2645
|
type: "RTSP_URL";
|
|
@@ -2729,6 +2813,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2729
2813
|
type: "images";
|
|
2730
2814
|
url: string;
|
|
2731
2815
|
imageIntervalS: number;
|
|
2816
|
+
}>, z.ZodObject<{
|
|
2817
|
+
type: z.ZodLiteral<"none">;
|
|
2818
|
+
}, "strip", z.ZodTypeAny, {
|
|
2819
|
+
type: "none";
|
|
2820
|
+
}, {
|
|
2821
|
+
type: "none";
|
|
2732
2822
|
}>]>;
|
|
2733
2823
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2734
2824
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -2771,6 +2861,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2771
2861
|
type: "images";
|
|
2772
2862
|
url: string;
|
|
2773
2863
|
imageIntervalS: number;
|
|
2864
|
+
} | {
|
|
2865
|
+
type: "none";
|
|
2774
2866
|
};
|
|
2775
2867
|
input: {
|
|
2776
2868
|
type: "RTSP_URL";
|
|
@@ -2793,6 +2885,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2793
2885
|
type: "images";
|
|
2794
2886
|
url: string;
|
|
2795
2887
|
imageIntervalS: number;
|
|
2888
|
+
} | {
|
|
2889
|
+
type: "none";
|
|
2796
2890
|
};
|
|
2797
2891
|
input: {
|
|
2798
2892
|
type: "RTSP_URL";
|
|
@@ -2912,6 +3006,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2912
3006
|
type: "images";
|
|
2913
3007
|
url: string;
|
|
2914
3008
|
imageIntervalS: number;
|
|
3009
|
+
} | {
|
|
3010
|
+
type: "none";
|
|
2915
3011
|
};
|
|
2916
3012
|
input: {
|
|
2917
3013
|
type: "RTSP_URL";
|
|
@@ -2986,6 +3082,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2986
3082
|
type: "images";
|
|
2987
3083
|
url: string;
|
|
2988
3084
|
imageIntervalS: number;
|
|
3085
|
+
} | {
|
|
3086
|
+
type: "none";
|
|
2989
3087
|
};
|
|
2990
3088
|
input: {
|
|
2991
3089
|
type: "RTSP_URL";
|
|
@@ -3148,6 +3246,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3148
3246
|
type: "images";
|
|
3149
3247
|
url: string;
|
|
3150
3248
|
imageIntervalS: number;
|
|
3249
|
+
}>, z.ZodObject<{
|
|
3250
|
+
type: z.ZodLiteral<"none">;
|
|
3251
|
+
}, "strip", z.ZodTypeAny, {
|
|
3252
|
+
type: "none";
|
|
3253
|
+
}, {
|
|
3254
|
+
type: "none";
|
|
3151
3255
|
}>]>;
|
|
3152
3256
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3153
3257
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -3190,6 +3294,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3190
3294
|
type: "images";
|
|
3191
3295
|
url: string;
|
|
3192
3296
|
imageIntervalS: number;
|
|
3297
|
+
} | {
|
|
3298
|
+
type: "none";
|
|
3193
3299
|
};
|
|
3194
3300
|
input: {
|
|
3195
3301
|
type: "RTSP_URL";
|
|
@@ -3212,6 +3318,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3212
3318
|
type: "images";
|
|
3213
3319
|
url: string;
|
|
3214
3320
|
imageIntervalS: number;
|
|
3321
|
+
} | {
|
|
3322
|
+
type: "none";
|
|
3215
3323
|
};
|
|
3216
3324
|
input: {
|
|
3217
3325
|
type: "RTSP_URL";
|
|
@@ -3331,6 +3439,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3331
3439
|
type: "images";
|
|
3332
3440
|
url: string;
|
|
3333
3441
|
imageIntervalS: number;
|
|
3442
|
+
} | {
|
|
3443
|
+
type: "none";
|
|
3334
3444
|
};
|
|
3335
3445
|
input: {
|
|
3336
3446
|
type: "RTSP_URL";
|
|
@@ -3405,6 +3515,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3405
3515
|
type: "images";
|
|
3406
3516
|
url: string;
|
|
3407
3517
|
imageIntervalS: number;
|
|
3518
|
+
} | {
|
|
3519
|
+
type: "none";
|
|
3408
3520
|
};
|
|
3409
3521
|
input: {
|
|
3410
3522
|
type: "RTSP_URL";
|
|
@@ -3567,6 +3679,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3567
3679
|
type: "images";
|
|
3568
3680
|
url: string;
|
|
3569
3681
|
imageIntervalS: number;
|
|
3682
|
+
}>, z.ZodObject<{
|
|
3683
|
+
type: z.ZodLiteral<"none">;
|
|
3684
|
+
}, "strip", z.ZodTypeAny, {
|
|
3685
|
+
type: "none";
|
|
3686
|
+
}, {
|
|
3687
|
+
type: "none";
|
|
3570
3688
|
}>]>;
|
|
3571
3689
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3572
3690
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -3609,6 +3727,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3609
3727
|
type: "images";
|
|
3610
3728
|
url: string;
|
|
3611
3729
|
imageIntervalS: number;
|
|
3730
|
+
} | {
|
|
3731
|
+
type: "none";
|
|
3612
3732
|
};
|
|
3613
3733
|
input: {
|
|
3614
3734
|
type: "RTSP_URL";
|
|
@@ -3631,6 +3751,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3631
3751
|
type: "images";
|
|
3632
3752
|
url: string;
|
|
3633
3753
|
imageIntervalS: number;
|
|
3754
|
+
} | {
|
|
3755
|
+
type: "none";
|
|
3634
3756
|
};
|
|
3635
3757
|
input: {
|
|
3636
3758
|
type: "RTSP_URL";
|
|
@@ -3750,6 +3872,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3750
3872
|
type: "images";
|
|
3751
3873
|
url: string;
|
|
3752
3874
|
imageIntervalS: number;
|
|
3875
|
+
} | {
|
|
3876
|
+
type: "none";
|
|
3753
3877
|
};
|
|
3754
3878
|
input: {
|
|
3755
3879
|
type: "RTSP_URL";
|
|
@@ -3824,6 +3948,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3824
3948
|
type: "images";
|
|
3825
3949
|
url: string;
|
|
3826
3950
|
imageIntervalS: number;
|
|
3951
|
+
} | {
|
|
3952
|
+
type: "none";
|
|
3827
3953
|
};
|
|
3828
3954
|
input: {
|
|
3829
3955
|
type: "RTSP_URL";
|
|
@@ -3986,6 +4112,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3986
4112
|
type: "images";
|
|
3987
4113
|
url: string;
|
|
3988
4114
|
imageIntervalS: number;
|
|
4115
|
+
}>, z.ZodObject<{
|
|
4116
|
+
type: z.ZodLiteral<"none">;
|
|
4117
|
+
}, "strip", z.ZodTypeAny, {
|
|
4118
|
+
type: "none";
|
|
4119
|
+
}, {
|
|
4120
|
+
type: "none";
|
|
3989
4121
|
}>]>;
|
|
3990
4122
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3991
4123
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -4028,6 +4160,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4028
4160
|
type: "images";
|
|
4029
4161
|
url: string;
|
|
4030
4162
|
imageIntervalS: number;
|
|
4163
|
+
} | {
|
|
4164
|
+
type: "none";
|
|
4031
4165
|
};
|
|
4032
4166
|
input: {
|
|
4033
4167
|
type: "RTSP_URL";
|
|
@@ -4050,6 +4184,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4050
4184
|
type: "images";
|
|
4051
4185
|
url: string;
|
|
4052
4186
|
imageIntervalS: number;
|
|
4187
|
+
} | {
|
|
4188
|
+
type: "none";
|
|
4053
4189
|
};
|
|
4054
4190
|
input: {
|
|
4055
4191
|
type: "RTSP_URL";
|
|
@@ -4169,6 +4305,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4169
4305
|
type: "images";
|
|
4170
4306
|
url: string;
|
|
4171
4307
|
imageIntervalS: number;
|
|
4308
|
+
} | {
|
|
4309
|
+
type: "none";
|
|
4172
4310
|
};
|
|
4173
4311
|
input: {
|
|
4174
4312
|
type: "RTSP_URL";
|
|
@@ -4243,6 +4381,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4243
4381
|
type: "images";
|
|
4244
4382
|
url: string;
|
|
4245
4383
|
imageIntervalS: number;
|
|
4384
|
+
} | {
|
|
4385
|
+
type: "none";
|
|
4246
4386
|
};
|
|
4247
4387
|
input: {
|
|
4248
4388
|
type: "RTSP_URL";
|
|
@@ -4405,6 +4545,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4405
4545
|
type: "images";
|
|
4406
4546
|
url: string;
|
|
4407
4547
|
imageIntervalS: number;
|
|
4548
|
+
}>, z.ZodObject<{
|
|
4549
|
+
type: z.ZodLiteral<"none">;
|
|
4550
|
+
}, "strip", z.ZodTypeAny, {
|
|
4551
|
+
type: "none";
|
|
4552
|
+
}, {
|
|
4553
|
+
type: "none";
|
|
4408
4554
|
}>]>;
|
|
4409
4555
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4410
4556
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -4447,6 +4593,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4447
4593
|
type: "images";
|
|
4448
4594
|
url: string;
|
|
4449
4595
|
imageIntervalS: number;
|
|
4596
|
+
} | {
|
|
4597
|
+
type: "none";
|
|
4450
4598
|
};
|
|
4451
4599
|
input: {
|
|
4452
4600
|
type: "RTSP_URL";
|
|
@@ -4469,6 +4617,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4469
4617
|
type: "images";
|
|
4470
4618
|
url: string;
|
|
4471
4619
|
imageIntervalS: number;
|
|
4620
|
+
} | {
|
|
4621
|
+
type: "none";
|
|
4472
4622
|
};
|
|
4473
4623
|
input: {
|
|
4474
4624
|
type: "RTSP_URL";
|
|
@@ -4588,6 +4738,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4588
4738
|
type: "images";
|
|
4589
4739
|
url: string;
|
|
4590
4740
|
imageIntervalS: number;
|
|
4741
|
+
} | {
|
|
4742
|
+
type: "none";
|
|
4591
4743
|
};
|
|
4592
4744
|
input: {
|
|
4593
4745
|
type: "RTSP_URL";
|
|
@@ -4662,6 +4814,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4662
4814
|
type: "images";
|
|
4663
4815
|
url: string;
|
|
4664
4816
|
imageIntervalS: number;
|
|
4817
|
+
} | {
|
|
4818
|
+
type: "none";
|
|
4665
4819
|
};
|
|
4666
4820
|
input: {
|
|
4667
4821
|
type: "RTSP_URL";
|
|
@@ -4824,6 +4978,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4824
4978
|
type: "images";
|
|
4825
4979
|
url: string;
|
|
4826
4980
|
imageIntervalS: number;
|
|
4981
|
+
}>, z.ZodObject<{
|
|
4982
|
+
type: z.ZodLiteral<"none">;
|
|
4983
|
+
}, "strip", z.ZodTypeAny, {
|
|
4984
|
+
type: "none";
|
|
4985
|
+
}, {
|
|
4986
|
+
type: "none";
|
|
4827
4987
|
}>]>;
|
|
4828
4988
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4829
4989
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -4866,6 +5026,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4866
5026
|
type: "images";
|
|
4867
5027
|
url: string;
|
|
4868
5028
|
imageIntervalS: number;
|
|
5029
|
+
} | {
|
|
5030
|
+
type: "none";
|
|
4869
5031
|
};
|
|
4870
5032
|
input: {
|
|
4871
5033
|
type: "RTSP_URL";
|
|
@@ -4888,6 +5050,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4888
5050
|
type: "images";
|
|
4889
5051
|
url: string;
|
|
4890
5052
|
imageIntervalS: number;
|
|
5053
|
+
} | {
|
|
5054
|
+
type: "none";
|
|
4891
5055
|
};
|
|
4892
5056
|
input: {
|
|
4893
5057
|
type: "RTSP_URL";
|
|
@@ -5007,6 +5171,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5007
5171
|
type: "images";
|
|
5008
5172
|
url: string;
|
|
5009
5173
|
imageIntervalS: number;
|
|
5174
|
+
} | {
|
|
5175
|
+
type: "none";
|
|
5010
5176
|
};
|
|
5011
5177
|
input: {
|
|
5012
5178
|
type: "RTSP_URL";
|
|
@@ -5081,6 +5247,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5081
5247
|
type: "images";
|
|
5082
5248
|
url: string;
|
|
5083
5249
|
imageIntervalS: number;
|
|
5250
|
+
} | {
|
|
5251
|
+
type: "none";
|
|
5084
5252
|
};
|
|
5085
5253
|
input: {
|
|
5086
5254
|
type: "RTSP_URL";
|
|
@@ -5243,6 +5411,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5243
5411
|
type: "images";
|
|
5244
5412
|
url: string;
|
|
5245
5413
|
imageIntervalS: number;
|
|
5414
|
+
}>, z.ZodObject<{
|
|
5415
|
+
type: z.ZodLiteral<"none">;
|
|
5416
|
+
}, "strip", z.ZodTypeAny, {
|
|
5417
|
+
type: "none";
|
|
5418
|
+
}, {
|
|
5419
|
+
type: "none";
|
|
5246
5420
|
}>]>;
|
|
5247
5421
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5248
5422
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -5285,6 +5459,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5285
5459
|
type: "images";
|
|
5286
5460
|
url: string;
|
|
5287
5461
|
imageIntervalS: number;
|
|
5462
|
+
} | {
|
|
5463
|
+
type: "none";
|
|
5288
5464
|
};
|
|
5289
5465
|
input: {
|
|
5290
5466
|
type: "RTSP_URL";
|
|
@@ -5307,6 +5483,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5307
5483
|
type: "images";
|
|
5308
5484
|
url: string;
|
|
5309
5485
|
imageIntervalS: number;
|
|
5486
|
+
} | {
|
|
5487
|
+
type: "none";
|
|
5310
5488
|
};
|
|
5311
5489
|
input: {
|
|
5312
5490
|
type: "RTSP_URL";
|
|
@@ -5426,6 +5604,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5426
5604
|
type: "images";
|
|
5427
5605
|
url: string;
|
|
5428
5606
|
imageIntervalS: number;
|
|
5607
|
+
} | {
|
|
5608
|
+
type: "none";
|
|
5429
5609
|
};
|
|
5430
5610
|
input: {
|
|
5431
5611
|
type: "RTSP_URL";
|
|
@@ -5500,6 +5680,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5500
5680
|
type: "images";
|
|
5501
5681
|
url: string;
|
|
5502
5682
|
imageIntervalS: number;
|
|
5683
|
+
} | {
|
|
5684
|
+
type: "none";
|
|
5503
5685
|
};
|
|
5504
5686
|
input: {
|
|
5505
5687
|
type: "RTSP_URL";
|
|
@@ -5662,6 +5844,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5662
5844
|
type: "images";
|
|
5663
5845
|
url: string;
|
|
5664
5846
|
imageIntervalS: number;
|
|
5847
|
+
}>, z.ZodObject<{
|
|
5848
|
+
type: z.ZodLiteral<"none">;
|
|
5849
|
+
}, "strip", z.ZodTypeAny, {
|
|
5850
|
+
type: "none";
|
|
5851
|
+
}, {
|
|
5852
|
+
type: "none";
|
|
5665
5853
|
}>]>;
|
|
5666
5854
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5667
5855
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -5704,6 +5892,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5704
5892
|
type: "images";
|
|
5705
5893
|
url: string;
|
|
5706
5894
|
imageIntervalS: number;
|
|
5895
|
+
} | {
|
|
5896
|
+
type: "none";
|
|
5707
5897
|
};
|
|
5708
5898
|
input: {
|
|
5709
5899
|
type: "RTSP_URL";
|
|
@@ -5726,6 +5916,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5726
5916
|
type: "images";
|
|
5727
5917
|
url: string;
|
|
5728
5918
|
imageIntervalS: number;
|
|
5919
|
+
} | {
|
|
5920
|
+
type: "none";
|
|
5729
5921
|
};
|
|
5730
5922
|
input: {
|
|
5731
5923
|
type: "RTSP_URL";
|
|
@@ -5845,6 +6037,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5845
6037
|
type: "images";
|
|
5846
6038
|
url: string;
|
|
5847
6039
|
imageIntervalS: number;
|
|
6040
|
+
} | {
|
|
6041
|
+
type: "none";
|
|
5848
6042
|
};
|
|
5849
6043
|
input: {
|
|
5850
6044
|
type: "RTSP_URL";
|
|
@@ -5919,6 +6113,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5919
6113
|
type: "images";
|
|
5920
6114
|
url: string;
|
|
5921
6115
|
imageIntervalS: number;
|
|
6116
|
+
} | {
|
|
6117
|
+
type: "none";
|
|
5922
6118
|
};
|
|
5923
6119
|
input: {
|
|
5924
6120
|
type: "RTSP_URL";
|
|
@@ -6081,6 +6277,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6081
6277
|
type: "images";
|
|
6082
6278
|
url: string;
|
|
6083
6279
|
imageIntervalS: number;
|
|
6280
|
+
}>, z.ZodObject<{
|
|
6281
|
+
type: z.ZodLiteral<"none">;
|
|
6282
|
+
}, "strip", z.ZodTypeAny, {
|
|
6283
|
+
type: "none";
|
|
6284
|
+
}, {
|
|
6285
|
+
type: "none";
|
|
6084
6286
|
}>]>;
|
|
6085
6287
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6086
6288
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -6123,6 +6325,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6123
6325
|
type: "images";
|
|
6124
6326
|
url: string;
|
|
6125
6327
|
imageIntervalS: number;
|
|
6328
|
+
} | {
|
|
6329
|
+
type: "none";
|
|
6126
6330
|
};
|
|
6127
6331
|
input: {
|
|
6128
6332
|
type: "RTSP_URL";
|
|
@@ -6145,6 +6349,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6145
6349
|
type: "images";
|
|
6146
6350
|
url: string;
|
|
6147
6351
|
imageIntervalS: number;
|
|
6352
|
+
} | {
|
|
6353
|
+
type: "none";
|
|
6148
6354
|
};
|
|
6149
6355
|
input: {
|
|
6150
6356
|
type: "RTSP_URL";
|
|
@@ -6264,6 +6470,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6264
6470
|
type: "images";
|
|
6265
6471
|
url: string;
|
|
6266
6472
|
imageIntervalS: number;
|
|
6473
|
+
} | {
|
|
6474
|
+
type: "none";
|
|
6267
6475
|
};
|
|
6268
6476
|
input: {
|
|
6269
6477
|
type: "RTSP_URL";
|
|
@@ -6338,6 +6546,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6338
6546
|
type: "images";
|
|
6339
6547
|
url: string;
|
|
6340
6548
|
imageIntervalS: number;
|
|
6549
|
+
} | {
|
|
6550
|
+
type: "none";
|
|
6341
6551
|
};
|
|
6342
6552
|
input: {
|
|
6343
6553
|
type: "RTSP_URL";
|
|
@@ -6500,6 +6710,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6500
6710
|
type: "images";
|
|
6501
6711
|
url: string;
|
|
6502
6712
|
imageIntervalS: number;
|
|
6713
|
+
}>, z.ZodObject<{
|
|
6714
|
+
type: z.ZodLiteral<"none">;
|
|
6715
|
+
}, "strip", z.ZodTypeAny, {
|
|
6716
|
+
type: "none";
|
|
6717
|
+
}, {
|
|
6718
|
+
type: "none";
|
|
6503
6719
|
}>]>;
|
|
6504
6720
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6505
6721
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -6542,6 +6758,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6542
6758
|
type: "images";
|
|
6543
6759
|
url: string;
|
|
6544
6760
|
imageIntervalS: number;
|
|
6761
|
+
} | {
|
|
6762
|
+
type: "none";
|
|
6545
6763
|
};
|
|
6546
6764
|
input: {
|
|
6547
6765
|
type: "RTSP_URL";
|
|
@@ -6564,6 +6782,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6564
6782
|
type: "images";
|
|
6565
6783
|
url: string;
|
|
6566
6784
|
imageIntervalS: number;
|
|
6785
|
+
} | {
|
|
6786
|
+
type: "none";
|
|
6567
6787
|
};
|
|
6568
6788
|
input: {
|
|
6569
6789
|
type: "RTSP_URL";
|
|
@@ -6683,6 +6903,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6683
6903
|
type: "images";
|
|
6684
6904
|
url: string;
|
|
6685
6905
|
imageIntervalS: number;
|
|
6906
|
+
} | {
|
|
6907
|
+
type: "none";
|
|
6686
6908
|
};
|
|
6687
6909
|
input: {
|
|
6688
6910
|
type: "RTSP_URL";
|
|
@@ -6757,6 +6979,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6757
6979
|
type: "images";
|
|
6758
6980
|
url: string;
|
|
6759
6981
|
imageIntervalS: number;
|
|
6982
|
+
} | {
|
|
6983
|
+
type: "none";
|
|
6760
6984
|
};
|
|
6761
6985
|
input: {
|
|
6762
6986
|
type: "RTSP_URL";
|
|
@@ -6919,6 +7143,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6919
7143
|
type: "images";
|
|
6920
7144
|
url: string;
|
|
6921
7145
|
imageIntervalS: number;
|
|
7146
|
+
}>, z.ZodObject<{
|
|
7147
|
+
type: z.ZodLiteral<"none">;
|
|
7148
|
+
}, "strip", z.ZodTypeAny, {
|
|
7149
|
+
type: "none";
|
|
7150
|
+
}, {
|
|
7151
|
+
type: "none";
|
|
6922
7152
|
}>]>;
|
|
6923
7153
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6924
7154
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -6961,6 +7191,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6961
7191
|
type: "images";
|
|
6962
7192
|
url: string;
|
|
6963
7193
|
imageIntervalS: number;
|
|
7194
|
+
} | {
|
|
7195
|
+
type: "none";
|
|
6964
7196
|
};
|
|
6965
7197
|
input: {
|
|
6966
7198
|
type: "RTSP_URL";
|
|
@@ -6983,6 +7215,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6983
7215
|
type: "images";
|
|
6984
7216
|
url: string;
|
|
6985
7217
|
imageIntervalS: number;
|
|
7218
|
+
} | {
|
|
7219
|
+
type: "none";
|
|
6986
7220
|
};
|
|
6987
7221
|
input: {
|
|
6988
7222
|
type: "RTSP_URL";
|
|
@@ -7102,6 +7336,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7102
7336
|
type: "images";
|
|
7103
7337
|
url: string;
|
|
7104
7338
|
imageIntervalS: number;
|
|
7339
|
+
} | {
|
|
7340
|
+
type: "none";
|
|
7105
7341
|
};
|
|
7106
7342
|
input: {
|
|
7107
7343
|
type: "RTSP_URL";
|
|
@@ -7176,6 +7412,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7176
7412
|
type: "images";
|
|
7177
7413
|
url: string;
|
|
7178
7414
|
imageIntervalS: number;
|
|
7415
|
+
} | {
|
|
7416
|
+
type: "none";
|
|
7179
7417
|
};
|
|
7180
7418
|
input: {
|
|
7181
7419
|
type: "RTSP_URL";
|
|
@@ -7338,6 +7576,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7338
7576
|
type: "images";
|
|
7339
7577
|
url: string;
|
|
7340
7578
|
imageIntervalS: number;
|
|
7579
|
+
}>, z.ZodObject<{
|
|
7580
|
+
type: z.ZodLiteral<"none">;
|
|
7581
|
+
}, "strip", z.ZodTypeAny, {
|
|
7582
|
+
type: "none";
|
|
7583
|
+
}, {
|
|
7584
|
+
type: "none";
|
|
7341
7585
|
}>]>;
|
|
7342
7586
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7343
7587
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -7380,6 +7624,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7380
7624
|
type: "images";
|
|
7381
7625
|
url: string;
|
|
7382
7626
|
imageIntervalS: number;
|
|
7627
|
+
} | {
|
|
7628
|
+
type: "none";
|
|
7383
7629
|
};
|
|
7384
7630
|
input: {
|
|
7385
7631
|
type: "RTSP_URL";
|
|
@@ -7402,6 +7648,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7402
7648
|
type: "images";
|
|
7403
7649
|
url: string;
|
|
7404
7650
|
imageIntervalS: number;
|
|
7651
|
+
} | {
|
|
7652
|
+
type: "none";
|
|
7405
7653
|
};
|
|
7406
7654
|
input: {
|
|
7407
7655
|
type: "RTSP_URL";
|
|
@@ -7521,6 +7769,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7521
7769
|
type: "images";
|
|
7522
7770
|
url: string;
|
|
7523
7771
|
imageIntervalS: number;
|
|
7772
|
+
} | {
|
|
7773
|
+
type: "none";
|
|
7524
7774
|
};
|
|
7525
7775
|
input: {
|
|
7526
7776
|
type: "RTSP_URL";
|
|
@@ -7595,6 +7845,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7595
7845
|
type: "images";
|
|
7596
7846
|
url: string;
|
|
7597
7847
|
imageIntervalS: number;
|
|
7848
|
+
} | {
|
|
7849
|
+
type: "none";
|
|
7598
7850
|
};
|
|
7599
7851
|
input: {
|
|
7600
7852
|
type: "RTSP_URL";
|
|
@@ -7757,6 +8009,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7757
8009
|
type: "images";
|
|
7758
8010
|
url: string;
|
|
7759
8011
|
imageIntervalS: number;
|
|
8012
|
+
}>, z.ZodObject<{
|
|
8013
|
+
type: z.ZodLiteral<"none">;
|
|
8014
|
+
}, "strip", z.ZodTypeAny, {
|
|
8015
|
+
type: "none";
|
|
8016
|
+
}, {
|
|
8017
|
+
type: "none";
|
|
7760
8018
|
}>]>;
|
|
7761
8019
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7762
8020
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -7799,6 +8057,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7799
8057
|
type: "images";
|
|
7800
8058
|
url: string;
|
|
7801
8059
|
imageIntervalS: number;
|
|
8060
|
+
} | {
|
|
8061
|
+
type: "none";
|
|
7802
8062
|
};
|
|
7803
8063
|
input: {
|
|
7804
8064
|
type: "RTSP_URL";
|
|
@@ -7821,6 +8081,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7821
8081
|
type: "images";
|
|
7822
8082
|
url: string;
|
|
7823
8083
|
imageIntervalS: number;
|
|
8084
|
+
} | {
|
|
8085
|
+
type: "none";
|
|
7824
8086
|
};
|
|
7825
8087
|
input: {
|
|
7826
8088
|
type: "RTSP_URL";
|
|
@@ -7943,6 +8205,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7943
8205
|
type: "images";
|
|
7944
8206
|
url: string;
|
|
7945
8207
|
imageIntervalS: number;
|
|
8208
|
+
} | {
|
|
8209
|
+
type: "none";
|
|
7946
8210
|
};
|
|
7947
8211
|
input: {
|
|
7948
8212
|
type: "RTSP_URL";
|
|
@@ -8019,6 +8283,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8019
8283
|
type: "images";
|
|
8020
8284
|
url: string;
|
|
8021
8285
|
imageIntervalS: number;
|
|
8286
|
+
} | {
|
|
8287
|
+
type: "none";
|
|
8022
8288
|
};
|
|
8023
8289
|
input: {
|
|
8024
8290
|
type: "RTSP_URL";
|
|
@@ -8183,6 +8449,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8183
8449
|
type: "images";
|
|
8184
8450
|
url: string;
|
|
8185
8451
|
imageIntervalS: number;
|
|
8452
|
+
}>, z.ZodObject<{
|
|
8453
|
+
type: z.ZodLiteral<"none">;
|
|
8454
|
+
}, "strip", z.ZodTypeAny, {
|
|
8455
|
+
type: "none";
|
|
8456
|
+
}, {
|
|
8457
|
+
type: "none";
|
|
8186
8458
|
}>]>;
|
|
8187
8459
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8188
8460
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -8225,6 +8497,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8225
8497
|
type: "images";
|
|
8226
8498
|
url: string;
|
|
8227
8499
|
imageIntervalS: number;
|
|
8500
|
+
} | {
|
|
8501
|
+
type: "none";
|
|
8228
8502
|
};
|
|
8229
8503
|
input: {
|
|
8230
8504
|
type: "RTSP_URL";
|
|
@@ -8247,6 +8521,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8247
8521
|
type: "images";
|
|
8248
8522
|
url: string;
|
|
8249
8523
|
imageIntervalS: number;
|
|
8524
|
+
} | {
|
|
8525
|
+
type: "none";
|
|
8250
8526
|
};
|
|
8251
8527
|
input: {
|
|
8252
8528
|
type: "RTSP_URL";
|
|
@@ -8369,6 +8645,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8369
8645
|
type: "images";
|
|
8370
8646
|
url: string;
|
|
8371
8647
|
imageIntervalS: number;
|
|
8648
|
+
} | {
|
|
8649
|
+
type: "none";
|
|
8372
8650
|
};
|
|
8373
8651
|
input: {
|
|
8374
8652
|
type: "RTSP_URL";
|
|
@@ -8445,6 +8723,8 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8445
8723
|
type: "images";
|
|
8446
8724
|
url: string;
|
|
8447
8725
|
imageIntervalS: number;
|
|
8726
|
+
} | {
|
|
8727
|
+
type: "none";
|
|
8448
8728
|
};
|
|
8449
8729
|
input: {
|
|
8450
8730
|
type: "RTSP_URL";
|
|
@@ -8613,6 +8893,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
8613
8893
|
type: "images";
|
|
8614
8894
|
url: string;
|
|
8615
8895
|
imageIntervalS: number;
|
|
8896
|
+
}>, z.ZodObject<{
|
|
8897
|
+
type: z.ZodLiteral<"none">;
|
|
8898
|
+
}, "strip", z.ZodTypeAny, {
|
|
8899
|
+
type: "none";
|
|
8900
|
+
}, {
|
|
8901
|
+
type: "none";
|
|
8616
8902
|
}>]>;
|
|
8617
8903
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8618
8904
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -8655,6 +8941,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
8655
8941
|
type: "images";
|
|
8656
8942
|
url: string;
|
|
8657
8943
|
imageIntervalS: number;
|
|
8944
|
+
} | {
|
|
8945
|
+
type: "none";
|
|
8658
8946
|
};
|
|
8659
8947
|
input: {
|
|
8660
8948
|
type: "RTSP_URL";
|
|
@@ -8677,6 +8965,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
8677
8965
|
type: "images";
|
|
8678
8966
|
url: string;
|
|
8679
8967
|
imageIntervalS: number;
|
|
8968
|
+
} | {
|
|
8969
|
+
type: "none";
|
|
8680
8970
|
};
|
|
8681
8971
|
input: {
|
|
8682
8972
|
type: "RTSP_URL";
|
|
@@ -8825,6 +9115,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
8825
9115
|
type: "images";
|
|
8826
9116
|
url: string;
|
|
8827
9117
|
imageIntervalS: number;
|
|
9118
|
+
} | {
|
|
9119
|
+
type: "none";
|
|
8828
9120
|
};
|
|
8829
9121
|
input: {
|
|
8830
9122
|
type: "RTSP_URL";
|
|
@@ -8909,6 +9201,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
8909
9201
|
type: "images";
|
|
8910
9202
|
url: string;
|
|
8911
9203
|
imageIntervalS: number;
|
|
9204
|
+
} | {
|
|
9205
|
+
type: "none";
|
|
8912
9206
|
};
|
|
8913
9207
|
input: {
|
|
8914
9208
|
type: "RTSP_URL";
|
|
@@ -9074,6 +9368,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9074
9368
|
type: "images";
|
|
9075
9369
|
url: string;
|
|
9076
9370
|
imageIntervalS: number;
|
|
9371
|
+
}>, z.ZodObject<{
|
|
9372
|
+
type: z.ZodLiteral<"none">;
|
|
9373
|
+
}, "strip", z.ZodTypeAny, {
|
|
9374
|
+
type: "none";
|
|
9375
|
+
}, {
|
|
9376
|
+
type: "none";
|
|
9077
9377
|
}>]>;
|
|
9078
9378
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9079
9379
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -9116,6 +9416,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9116
9416
|
type: "images";
|
|
9117
9417
|
url: string;
|
|
9118
9418
|
imageIntervalS: number;
|
|
9419
|
+
} | {
|
|
9420
|
+
type: "none";
|
|
9119
9421
|
};
|
|
9120
9422
|
input: {
|
|
9121
9423
|
type: "RTSP_URL";
|
|
@@ -9138,6 +9440,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9138
9440
|
type: "images";
|
|
9139
9441
|
url: string;
|
|
9140
9442
|
imageIntervalS: number;
|
|
9443
|
+
} | {
|
|
9444
|
+
type: "none";
|
|
9141
9445
|
};
|
|
9142
9446
|
input: {
|
|
9143
9447
|
type: "RTSP_URL";
|
|
@@ -9257,6 +9561,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9257
9561
|
type: "images";
|
|
9258
9562
|
url: string;
|
|
9259
9563
|
imageIntervalS: number;
|
|
9564
|
+
} | {
|
|
9565
|
+
type: "none";
|
|
9260
9566
|
};
|
|
9261
9567
|
input: {
|
|
9262
9568
|
type: "RTSP_URL";
|
|
@@ -9331,6 +9637,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9331
9637
|
type: "images";
|
|
9332
9638
|
url: string;
|
|
9333
9639
|
imageIntervalS: number;
|
|
9640
|
+
} | {
|
|
9641
|
+
type: "none";
|
|
9334
9642
|
};
|
|
9335
9643
|
input: {
|
|
9336
9644
|
type: "RTSP_URL";
|
|
@@ -9493,6 +9801,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9493
9801
|
type: "images";
|
|
9494
9802
|
url: string;
|
|
9495
9803
|
imageIntervalS: number;
|
|
9804
|
+
}>, z.ZodObject<{
|
|
9805
|
+
type: z.ZodLiteral<"none">;
|
|
9806
|
+
}, "strip", z.ZodTypeAny, {
|
|
9807
|
+
type: "none";
|
|
9808
|
+
}, {
|
|
9809
|
+
type: "none";
|
|
9496
9810
|
}>]>;
|
|
9497
9811
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9498
9812
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -9535,6 +9849,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9535
9849
|
type: "images";
|
|
9536
9850
|
url: string;
|
|
9537
9851
|
imageIntervalS: number;
|
|
9852
|
+
} | {
|
|
9853
|
+
type: "none";
|
|
9538
9854
|
};
|
|
9539
9855
|
input: {
|
|
9540
9856
|
type: "RTSP_URL";
|
|
@@ -9557,6 +9873,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9557
9873
|
type: "images";
|
|
9558
9874
|
url: string;
|
|
9559
9875
|
imageIntervalS: number;
|
|
9876
|
+
} | {
|
|
9877
|
+
type: "none";
|
|
9560
9878
|
};
|
|
9561
9879
|
input: {
|
|
9562
9880
|
type: "RTSP_URL";
|
|
@@ -9679,6 +9997,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9679
9997
|
type: "images";
|
|
9680
9998
|
url: string;
|
|
9681
9999
|
imageIntervalS: number;
|
|
10000
|
+
} | {
|
|
10001
|
+
type: "none";
|
|
9682
10002
|
};
|
|
9683
10003
|
input: {
|
|
9684
10004
|
type: "RTSP_URL";
|
|
@@ -9755,6 +10075,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9755
10075
|
type: "images";
|
|
9756
10076
|
url: string;
|
|
9757
10077
|
imageIntervalS: number;
|
|
10078
|
+
} | {
|
|
10079
|
+
type: "none";
|
|
9758
10080
|
};
|
|
9759
10081
|
input: {
|
|
9760
10082
|
type: "RTSP_URL";
|
|
@@ -9919,6 +10241,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9919
10241
|
type: "images";
|
|
9920
10242
|
url: string;
|
|
9921
10243
|
imageIntervalS: number;
|
|
10244
|
+
}>, z.ZodObject<{
|
|
10245
|
+
type: z.ZodLiteral<"none">;
|
|
10246
|
+
}, "strip", z.ZodTypeAny, {
|
|
10247
|
+
type: "none";
|
|
10248
|
+
}, {
|
|
10249
|
+
type: "none";
|
|
9922
10250
|
}>]>;
|
|
9923
10251
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9924
10252
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -9961,6 +10289,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9961
10289
|
type: "images";
|
|
9962
10290
|
url: string;
|
|
9963
10291
|
imageIntervalS: number;
|
|
10292
|
+
} | {
|
|
10293
|
+
type: "none";
|
|
9964
10294
|
};
|
|
9965
10295
|
input: {
|
|
9966
10296
|
type: "RTSP_URL";
|
|
@@ -9983,6 +10313,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
9983
10313
|
type: "images";
|
|
9984
10314
|
url: string;
|
|
9985
10315
|
imageIntervalS: number;
|
|
10316
|
+
} | {
|
|
10317
|
+
type: "none";
|
|
9986
10318
|
};
|
|
9987
10319
|
input: {
|
|
9988
10320
|
type: "RTSP_URL";
|
|
@@ -10102,6 +10434,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10102
10434
|
type: "images";
|
|
10103
10435
|
url: string;
|
|
10104
10436
|
imageIntervalS: number;
|
|
10437
|
+
} | {
|
|
10438
|
+
type: "none";
|
|
10105
10439
|
};
|
|
10106
10440
|
input: {
|
|
10107
10441
|
type: "RTSP_URL";
|
|
@@ -10176,6 +10510,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10176
10510
|
type: "images";
|
|
10177
10511
|
url: string;
|
|
10178
10512
|
imageIntervalS: number;
|
|
10513
|
+
} | {
|
|
10514
|
+
type: "none";
|
|
10179
10515
|
};
|
|
10180
10516
|
input: {
|
|
10181
10517
|
type: "RTSP_URL";
|
|
@@ -10338,6 +10674,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10338
10674
|
type: "images";
|
|
10339
10675
|
url: string;
|
|
10340
10676
|
imageIntervalS: number;
|
|
10677
|
+
}>, z.ZodObject<{
|
|
10678
|
+
type: z.ZodLiteral<"none">;
|
|
10679
|
+
}, "strip", z.ZodTypeAny, {
|
|
10680
|
+
type: "none";
|
|
10681
|
+
}, {
|
|
10682
|
+
type: "none";
|
|
10341
10683
|
}>]>;
|
|
10342
10684
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
10343
10685
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -10380,6 +10722,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10380
10722
|
type: "images";
|
|
10381
10723
|
url: string;
|
|
10382
10724
|
imageIntervalS: number;
|
|
10725
|
+
} | {
|
|
10726
|
+
type: "none";
|
|
10383
10727
|
};
|
|
10384
10728
|
input: {
|
|
10385
10729
|
type: "RTSP_URL";
|
|
@@ -10402,6 +10746,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10402
10746
|
type: "images";
|
|
10403
10747
|
url: string;
|
|
10404
10748
|
imageIntervalS: number;
|
|
10749
|
+
} | {
|
|
10750
|
+
type: "none";
|
|
10405
10751
|
};
|
|
10406
10752
|
input: {
|
|
10407
10753
|
type: "RTSP_URL";
|
|
@@ -10521,6 +10867,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10521
10867
|
type: "images";
|
|
10522
10868
|
url: string;
|
|
10523
10869
|
imageIntervalS: number;
|
|
10870
|
+
} | {
|
|
10871
|
+
type: "none";
|
|
10524
10872
|
};
|
|
10525
10873
|
input: {
|
|
10526
10874
|
type: "RTSP_URL";
|
|
@@ -10595,6 +10943,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10595
10943
|
type: "images";
|
|
10596
10944
|
url: string;
|
|
10597
10945
|
imageIntervalS: number;
|
|
10946
|
+
} | {
|
|
10947
|
+
type: "none";
|
|
10598
10948
|
};
|
|
10599
10949
|
input: {
|
|
10600
10950
|
type: "RTSP_URL";
|
|
@@ -10757,6 +11107,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10757
11107
|
type: "images";
|
|
10758
11108
|
url: string;
|
|
10759
11109
|
imageIntervalS: number;
|
|
11110
|
+
}>, z.ZodObject<{
|
|
11111
|
+
type: z.ZodLiteral<"none">;
|
|
11112
|
+
}, "strip", z.ZodTypeAny, {
|
|
11113
|
+
type: "none";
|
|
11114
|
+
}, {
|
|
11115
|
+
type: "none";
|
|
10760
11116
|
}>]>;
|
|
10761
11117
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
10762
11118
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -10799,6 +11155,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10799
11155
|
type: "images";
|
|
10800
11156
|
url: string;
|
|
10801
11157
|
imageIntervalS: number;
|
|
11158
|
+
} | {
|
|
11159
|
+
type: "none";
|
|
10802
11160
|
};
|
|
10803
11161
|
input: {
|
|
10804
11162
|
type: "RTSP_URL";
|
|
@@ -10821,6 +11179,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10821
11179
|
type: "images";
|
|
10822
11180
|
url: string;
|
|
10823
11181
|
imageIntervalS: number;
|
|
11182
|
+
} | {
|
|
11183
|
+
type: "none";
|
|
10824
11184
|
};
|
|
10825
11185
|
input: {
|
|
10826
11186
|
type: "RTSP_URL";
|
|
@@ -10951,6 +11311,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10951
11311
|
type: "images";
|
|
10952
11312
|
url: string;
|
|
10953
11313
|
imageIntervalS: number;
|
|
11314
|
+
} | {
|
|
11315
|
+
type: "none";
|
|
10954
11316
|
};
|
|
10955
11317
|
input: {
|
|
10956
11318
|
type: "RTSP_URL";
|
|
@@ -11036,6 +11398,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11036
11398
|
type: "images";
|
|
11037
11399
|
url: string;
|
|
11038
11400
|
imageIntervalS: number;
|
|
11401
|
+
} | {
|
|
11402
|
+
type: "none";
|
|
11039
11403
|
};
|
|
11040
11404
|
input: {
|
|
11041
11405
|
type: "RTSP_URL";
|
|
@@ -11209,6 +11573,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11209
11573
|
type: "images";
|
|
11210
11574
|
url: string;
|
|
11211
11575
|
imageIntervalS: number;
|
|
11576
|
+
}>, z.ZodObject<{
|
|
11577
|
+
type: z.ZodLiteral<"none">;
|
|
11578
|
+
}, "strip", z.ZodTypeAny, {
|
|
11579
|
+
type: "none";
|
|
11580
|
+
}, {
|
|
11581
|
+
type: "none";
|
|
11212
11582
|
}>]>;
|
|
11213
11583
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
11214
11584
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -11251,6 +11621,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11251
11621
|
type: "images";
|
|
11252
11622
|
url: string;
|
|
11253
11623
|
imageIntervalS: number;
|
|
11624
|
+
} | {
|
|
11625
|
+
type: "none";
|
|
11254
11626
|
};
|
|
11255
11627
|
input: {
|
|
11256
11628
|
type: "RTSP_URL";
|
|
@@ -11273,6 +11645,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11273
11645
|
type: "images";
|
|
11274
11646
|
url: string;
|
|
11275
11647
|
imageIntervalS: number;
|
|
11648
|
+
} | {
|
|
11649
|
+
type: "none";
|
|
11276
11650
|
};
|
|
11277
11651
|
input: {
|
|
11278
11652
|
type: "RTSP_URL";
|
|
@@ -11392,6 +11766,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11392
11766
|
type: "images";
|
|
11393
11767
|
url: string;
|
|
11394
11768
|
imageIntervalS: number;
|
|
11769
|
+
} | {
|
|
11770
|
+
type: "none";
|
|
11395
11771
|
};
|
|
11396
11772
|
input: {
|
|
11397
11773
|
type: "RTSP_URL";
|
|
@@ -11466,6 +11842,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11466
11842
|
type: "images";
|
|
11467
11843
|
url: string;
|
|
11468
11844
|
imageIntervalS: number;
|
|
11845
|
+
} | {
|
|
11846
|
+
type: "none";
|
|
11469
11847
|
};
|
|
11470
11848
|
input: {
|
|
11471
11849
|
type: "RTSP_URL";
|
|
@@ -11628,6 +12006,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11628
12006
|
type: "images";
|
|
11629
12007
|
url: string;
|
|
11630
12008
|
imageIntervalS: number;
|
|
12009
|
+
}>, z.ZodObject<{
|
|
12010
|
+
type: z.ZodLiteral<"none">;
|
|
12011
|
+
}, "strip", z.ZodTypeAny, {
|
|
12012
|
+
type: "none";
|
|
12013
|
+
}, {
|
|
12014
|
+
type: "none";
|
|
11631
12015
|
}>]>;
|
|
11632
12016
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
11633
12017
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -11670,6 +12054,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11670
12054
|
type: "images";
|
|
11671
12055
|
url: string;
|
|
11672
12056
|
imageIntervalS: number;
|
|
12057
|
+
} | {
|
|
12058
|
+
type: "none";
|
|
11673
12059
|
};
|
|
11674
12060
|
input: {
|
|
11675
12061
|
type: "RTSP_URL";
|
|
@@ -11692,6 +12078,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11692
12078
|
type: "images";
|
|
11693
12079
|
url: string;
|
|
11694
12080
|
imageIntervalS: number;
|
|
12081
|
+
} | {
|
|
12082
|
+
type: "none";
|
|
11695
12083
|
};
|
|
11696
12084
|
input: {
|
|
11697
12085
|
type: "RTSP_URL";
|
|
@@ -11811,6 +12199,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11811
12199
|
type: "images";
|
|
11812
12200
|
url: string;
|
|
11813
12201
|
imageIntervalS: number;
|
|
12202
|
+
} | {
|
|
12203
|
+
type: "none";
|
|
11814
12204
|
};
|
|
11815
12205
|
input: {
|
|
11816
12206
|
type: "RTSP_URL";
|
|
@@ -11885,6 +12275,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11885
12275
|
type: "images";
|
|
11886
12276
|
url: string;
|
|
11887
12277
|
imageIntervalS: number;
|
|
12278
|
+
} | {
|
|
12279
|
+
type: "none";
|
|
11888
12280
|
};
|
|
11889
12281
|
input: {
|
|
11890
12282
|
type: "RTSP_URL";
|
|
@@ -12047,6 +12439,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12047
12439
|
type: "images";
|
|
12048
12440
|
url: string;
|
|
12049
12441
|
imageIntervalS: number;
|
|
12442
|
+
}>, z.ZodObject<{
|
|
12443
|
+
type: z.ZodLiteral<"none">;
|
|
12444
|
+
}, "strip", z.ZodTypeAny, {
|
|
12445
|
+
type: "none";
|
|
12446
|
+
}, {
|
|
12447
|
+
type: "none";
|
|
12050
12448
|
}>]>;
|
|
12051
12449
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12052
12450
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -12089,6 +12487,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12089
12487
|
type: "images";
|
|
12090
12488
|
url: string;
|
|
12091
12489
|
imageIntervalS: number;
|
|
12490
|
+
} | {
|
|
12491
|
+
type: "none";
|
|
12092
12492
|
};
|
|
12093
12493
|
input: {
|
|
12094
12494
|
type: "RTSP_URL";
|
|
@@ -12111,6 +12511,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12111
12511
|
type: "images";
|
|
12112
12512
|
url: string;
|
|
12113
12513
|
imageIntervalS: number;
|
|
12514
|
+
} | {
|
|
12515
|
+
type: "none";
|
|
12114
12516
|
};
|
|
12115
12517
|
input: {
|
|
12116
12518
|
type: "RTSP_URL";
|
|
@@ -12230,6 +12632,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12230
12632
|
type: "images";
|
|
12231
12633
|
url: string;
|
|
12232
12634
|
imageIntervalS: number;
|
|
12635
|
+
} | {
|
|
12636
|
+
type: "none";
|
|
12233
12637
|
};
|
|
12234
12638
|
input: {
|
|
12235
12639
|
type: "RTSP_URL";
|
|
@@ -12304,6 +12708,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12304
12708
|
type: "images";
|
|
12305
12709
|
url: string;
|
|
12306
12710
|
imageIntervalS: number;
|
|
12711
|
+
} | {
|
|
12712
|
+
type: "none";
|
|
12307
12713
|
};
|
|
12308
12714
|
input: {
|
|
12309
12715
|
type: "RTSP_URL";
|
|
@@ -12466,6 +12872,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12466
12872
|
type: "images";
|
|
12467
12873
|
url: string;
|
|
12468
12874
|
imageIntervalS: number;
|
|
12875
|
+
}>, z.ZodObject<{
|
|
12876
|
+
type: z.ZodLiteral<"none">;
|
|
12877
|
+
}, "strip", z.ZodTypeAny, {
|
|
12878
|
+
type: "none";
|
|
12879
|
+
}, {
|
|
12880
|
+
type: "none";
|
|
12469
12881
|
}>]>;
|
|
12470
12882
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12471
12883
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -12508,6 +12920,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12508
12920
|
type: "images";
|
|
12509
12921
|
url: string;
|
|
12510
12922
|
imageIntervalS: number;
|
|
12923
|
+
} | {
|
|
12924
|
+
type: "none";
|
|
12511
12925
|
};
|
|
12512
12926
|
input: {
|
|
12513
12927
|
type: "RTSP_URL";
|
|
@@ -12530,6 +12944,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12530
12944
|
type: "images";
|
|
12531
12945
|
url: string;
|
|
12532
12946
|
imageIntervalS: number;
|
|
12947
|
+
} | {
|
|
12948
|
+
type: "none";
|
|
12533
12949
|
};
|
|
12534
12950
|
input: {
|
|
12535
12951
|
type: "RTSP_URL";
|
|
@@ -12649,6 +13065,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12649
13065
|
type: "images";
|
|
12650
13066
|
url: string;
|
|
12651
13067
|
imageIntervalS: number;
|
|
13068
|
+
} | {
|
|
13069
|
+
type: "none";
|
|
12652
13070
|
};
|
|
12653
13071
|
input: {
|
|
12654
13072
|
type: "RTSP_URL";
|
|
@@ -12723,6 +13141,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12723
13141
|
type: "images";
|
|
12724
13142
|
url: string;
|
|
12725
13143
|
imageIntervalS: number;
|
|
13144
|
+
} | {
|
|
13145
|
+
type: "none";
|
|
12726
13146
|
};
|
|
12727
13147
|
input: {
|
|
12728
13148
|
type: "RTSP_URL";
|
|
@@ -12885,6 +13305,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12885
13305
|
type: "images";
|
|
12886
13306
|
url: string;
|
|
12887
13307
|
imageIntervalS: number;
|
|
13308
|
+
}>, z.ZodObject<{
|
|
13309
|
+
type: z.ZodLiteral<"none">;
|
|
13310
|
+
}, "strip", z.ZodTypeAny, {
|
|
13311
|
+
type: "none";
|
|
13312
|
+
}, {
|
|
13313
|
+
type: "none";
|
|
12888
13314
|
}>]>;
|
|
12889
13315
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12890
13316
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -12927,6 +13353,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12927
13353
|
type: "images";
|
|
12928
13354
|
url: string;
|
|
12929
13355
|
imageIntervalS: number;
|
|
13356
|
+
} | {
|
|
13357
|
+
type: "none";
|
|
12930
13358
|
};
|
|
12931
13359
|
input: {
|
|
12932
13360
|
type: "RTSP_URL";
|
|
@@ -12949,6 +13377,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12949
13377
|
type: "images";
|
|
12950
13378
|
url: string;
|
|
12951
13379
|
imageIntervalS: number;
|
|
13380
|
+
} | {
|
|
13381
|
+
type: "none";
|
|
12952
13382
|
};
|
|
12953
13383
|
input: {
|
|
12954
13384
|
type: "RTSP_URL";
|
|
@@ -13068,6 +13498,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13068
13498
|
type: "images";
|
|
13069
13499
|
url: string;
|
|
13070
13500
|
imageIntervalS: number;
|
|
13501
|
+
} | {
|
|
13502
|
+
type: "none";
|
|
13071
13503
|
};
|
|
13072
13504
|
input: {
|
|
13073
13505
|
type: "RTSP_URL";
|
|
@@ -13142,6 +13574,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13142
13574
|
type: "images";
|
|
13143
13575
|
url: string;
|
|
13144
13576
|
imageIntervalS: number;
|
|
13577
|
+
} | {
|
|
13578
|
+
type: "none";
|
|
13145
13579
|
};
|
|
13146
13580
|
input: {
|
|
13147
13581
|
type: "RTSP_URL";
|
|
@@ -13304,6 +13738,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13304
13738
|
type: "images";
|
|
13305
13739
|
url: string;
|
|
13306
13740
|
imageIntervalS: number;
|
|
13741
|
+
}>, z.ZodObject<{
|
|
13742
|
+
type: z.ZodLiteral<"none">;
|
|
13743
|
+
}, "strip", z.ZodTypeAny, {
|
|
13744
|
+
type: "none";
|
|
13745
|
+
}, {
|
|
13746
|
+
type: "none";
|
|
13307
13747
|
}>]>;
|
|
13308
13748
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
13309
13749
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -13346,6 +13786,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13346
13786
|
type: "images";
|
|
13347
13787
|
url: string;
|
|
13348
13788
|
imageIntervalS: number;
|
|
13789
|
+
} | {
|
|
13790
|
+
type: "none";
|
|
13349
13791
|
};
|
|
13350
13792
|
input: {
|
|
13351
13793
|
type: "RTSP_URL";
|
|
@@ -13368,6 +13810,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13368
13810
|
type: "images";
|
|
13369
13811
|
url: string;
|
|
13370
13812
|
imageIntervalS: number;
|
|
13813
|
+
} | {
|
|
13814
|
+
type: "none";
|
|
13371
13815
|
};
|
|
13372
13816
|
input: {
|
|
13373
13817
|
type: "RTSP_URL";
|
|
@@ -13487,6 +13931,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13487
13931
|
type: "images";
|
|
13488
13932
|
url: string;
|
|
13489
13933
|
imageIntervalS: number;
|
|
13934
|
+
} | {
|
|
13935
|
+
type: "none";
|
|
13490
13936
|
};
|
|
13491
13937
|
input: {
|
|
13492
13938
|
type: "RTSP_URL";
|
|
@@ -13561,6 +14007,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13561
14007
|
type: "images";
|
|
13562
14008
|
url: string;
|
|
13563
14009
|
imageIntervalS: number;
|
|
14010
|
+
} | {
|
|
14011
|
+
type: "none";
|
|
13564
14012
|
};
|
|
13565
14013
|
input: {
|
|
13566
14014
|
type: "RTSP_URL";
|
|
@@ -13723,6 +14171,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13723
14171
|
type: "images";
|
|
13724
14172
|
url: string;
|
|
13725
14173
|
imageIntervalS: number;
|
|
14174
|
+
}>, z.ZodObject<{
|
|
14175
|
+
type: z.ZodLiteral<"none">;
|
|
14176
|
+
}, "strip", z.ZodTypeAny, {
|
|
14177
|
+
type: "none";
|
|
14178
|
+
}, {
|
|
14179
|
+
type: "none";
|
|
13726
14180
|
}>]>;
|
|
13727
14181
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
13728
14182
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -13765,6 +14219,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13765
14219
|
type: "images";
|
|
13766
14220
|
url: string;
|
|
13767
14221
|
imageIntervalS: number;
|
|
14222
|
+
} | {
|
|
14223
|
+
type: "none";
|
|
13768
14224
|
};
|
|
13769
14225
|
input: {
|
|
13770
14226
|
type: "RTSP_URL";
|
|
@@ -13787,6 +14243,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13787
14243
|
type: "images";
|
|
13788
14244
|
url: string;
|
|
13789
14245
|
imageIntervalS: number;
|
|
14246
|
+
} | {
|
|
14247
|
+
type: "none";
|
|
13790
14248
|
};
|
|
13791
14249
|
input: {
|
|
13792
14250
|
type: "RTSP_URL";
|
|
@@ -13906,6 +14364,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13906
14364
|
type: "images";
|
|
13907
14365
|
url: string;
|
|
13908
14366
|
imageIntervalS: number;
|
|
14367
|
+
} | {
|
|
14368
|
+
type: "none";
|
|
13909
14369
|
};
|
|
13910
14370
|
input: {
|
|
13911
14371
|
type: "RTSP_URL";
|
|
@@ -13980,6 +14440,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13980
14440
|
type: "images";
|
|
13981
14441
|
url: string;
|
|
13982
14442
|
imageIntervalS: number;
|
|
14443
|
+
} | {
|
|
14444
|
+
type: "none";
|
|
13983
14445
|
};
|
|
13984
14446
|
input: {
|
|
13985
14447
|
type: "RTSP_URL";
|
|
@@ -14142,6 +14604,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14142
14604
|
type: "images";
|
|
14143
14605
|
url: string;
|
|
14144
14606
|
imageIntervalS: number;
|
|
14607
|
+
}>, z.ZodObject<{
|
|
14608
|
+
type: z.ZodLiteral<"none">;
|
|
14609
|
+
}, "strip", z.ZodTypeAny, {
|
|
14610
|
+
type: "none";
|
|
14611
|
+
}, {
|
|
14612
|
+
type: "none";
|
|
14145
14613
|
}>]>;
|
|
14146
14614
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
14147
14615
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -14184,6 +14652,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14184
14652
|
type: "images";
|
|
14185
14653
|
url: string;
|
|
14186
14654
|
imageIntervalS: number;
|
|
14655
|
+
} | {
|
|
14656
|
+
type: "none";
|
|
14187
14657
|
};
|
|
14188
14658
|
input: {
|
|
14189
14659
|
type: "RTSP_URL";
|
|
@@ -14206,6 +14676,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14206
14676
|
type: "images";
|
|
14207
14677
|
url: string;
|
|
14208
14678
|
imageIntervalS: number;
|
|
14679
|
+
} | {
|
|
14680
|
+
type: "none";
|
|
14209
14681
|
};
|
|
14210
14682
|
input: {
|
|
14211
14683
|
type: "RTSP_URL";
|
|
@@ -14325,6 +14797,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14325
14797
|
type: "images";
|
|
14326
14798
|
url: string;
|
|
14327
14799
|
imageIntervalS: number;
|
|
14800
|
+
} | {
|
|
14801
|
+
type: "none";
|
|
14328
14802
|
};
|
|
14329
14803
|
input: {
|
|
14330
14804
|
type: "RTSP_URL";
|
|
@@ -14399,6 +14873,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14399
14873
|
type: "images";
|
|
14400
14874
|
url: string;
|
|
14401
14875
|
imageIntervalS: number;
|
|
14876
|
+
} | {
|
|
14877
|
+
type: "none";
|
|
14402
14878
|
};
|
|
14403
14879
|
input: {
|
|
14404
14880
|
type: "RTSP_URL";
|
|
@@ -14561,6 +15037,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14561
15037
|
type: "images";
|
|
14562
15038
|
url: string;
|
|
14563
15039
|
imageIntervalS: number;
|
|
15040
|
+
}>, z.ZodObject<{
|
|
15041
|
+
type: z.ZodLiteral<"none">;
|
|
15042
|
+
}, "strip", z.ZodTypeAny, {
|
|
15043
|
+
type: "none";
|
|
15044
|
+
}, {
|
|
15045
|
+
type: "none";
|
|
14564
15046
|
}>]>;
|
|
14565
15047
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
14566
15048
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -14603,6 +15085,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14603
15085
|
type: "images";
|
|
14604
15086
|
url: string;
|
|
14605
15087
|
imageIntervalS: number;
|
|
15088
|
+
} | {
|
|
15089
|
+
type: "none";
|
|
14606
15090
|
};
|
|
14607
15091
|
input: {
|
|
14608
15092
|
type: "RTSP_URL";
|
|
@@ -14625,6 +15109,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14625
15109
|
type: "images";
|
|
14626
15110
|
url: string;
|
|
14627
15111
|
imageIntervalS: number;
|
|
15112
|
+
} | {
|
|
15113
|
+
type: "none";
|
|
14628
15114
|
};
|
|
14629
15115
|
input: {
|
|
14630
15116
|
type: "RTSP_URL";
|
|
@@ -14744,6 +15230,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14744
15230
|
type: "images";
|
|
14745
15231
|
url: string;
|
|
14746
15232
|
imageIntervalS: number;
|
|
15233
|
+
} | {
|
|
15234
|
+
type: "none";
|
|
14747
15235
|
};
|
|
14748
15236
|
input: {
|
|
14749
15237
|
type: "RTSP_URL";
|
|
@@ -14818,6 +15306,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14818
15306
|
type: "images";
|
|
14819
15307
|
url: string;
|
|
14820
15308
|
imageIntervalS: number;
|
|
15309
|
+
} | {
|
|
15310
|
+
type: "none";
|
|
14821
15311
|
};
|
|
14822
15312
|
input: {
|
|
14823
15313
|
type: "RTSP_URL";
|
|
@@ -14980,6 +15470,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14980
15470
|
type: "images";
|
|
14981
15471
|
url: string;
|
|
14982
15472
|
imageIntervalS: number;
|
|
15473
|
+
}>, z.ZodObject<{
|
|
15474
|
+
type: z.ZodLiteral<"none">;
|
|
15475
|
+
}, "strip", z.ZodTypeAny, {
|
|
15476
|
+
type: "none";
|
|
15477
|
+
}, {
|
|
15478
|
+
type: "none";
|
|
14983
15479
|
}>]>;
|
|
14984
15480
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
14985
15481
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -15022,6 +15518,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15022
15518
|
type: "images";
|
|
15023
15519
|
url: string;
|
|
15024
15520
|
imageIntervalS: number;
|
|
15521
|
+
} | {
|
|
15522
|
+
type: "none";
|
|
15025
15523
|
};
|
|
15026
15524
|
input: {
|
|
15027
15525
|
type: "RTSP_URL";
|
|
@@ -15044,6 +15542,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15044
15542
|
type: "images";
|
|
15045
15543
|
url: string;
|
|
15046
15544
|
imageIntervalS: number;
|
|
15545
|
+
} | {
|
|
15546
|
+
type: "none";
|
|
15047
15547
|
};
|
|
15048
15548
|
input: {
|
|
15049
15549
|
type: "RTSP_URL";
|
|
@@ -15163,6 +15663,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15163
15663
|
type: "images";
|
|
15164
15664
|
url: string;
|
|
15165
15665
|
imageIntervalS: number;
|
|
15666
|
+
} | {
|
|
15667
|
+
type: "none";
|
|
15166
15668
|
};
|
|
15167
15669
|
input: {
|
|
15168
15670
|
type: "RTSP_URL";
|
|
@@ -15237,6 +15739,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15237
15739
|
type: "images";
|
|
15238
15740
|
url: string;
|
|
15239
15741
|
imageIntervalS: number;
|
|
15742
|
+
} | {
|
|
15743
|
+
type: "none";
|
|
15240
15744
|
};
|
|
15241
15745
|
input: {
|
|
15242
15746
|
type: "RTSP_URL";
|
|
@@ -15399,6 +15903,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15399
15903
|
type: "images";
|
|
15400
15904
|
url: string;
|
|
15401
15905
|
imageIntervalS: number;
|
|
15906
|
+
}>, z.ZodObject<{
|
|
15907
|
+
type: z.ZodLiteral<"none">;
|
|
15908
|
+
}, "strip", z.ZodTypeAny, {
|
|
15909
|
+
type: "none";
|
|
15910
|
+
}, {
|
|
15911
|
+
type: "none";
|
|
15402
15912
|
}>]>;
|
|
15403
15913
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
15404
15914
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -15441,6 +15951,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15441
15951
|
type: "images";
|
|
15442
15952
|
url: string;
|
|
15443
15953
|
imageIntervalS: number;
|
|
15954
|
+
} | {
|
|
15955
|
+
type: "none";
|
|
15444
15956
|
};
|
|
15445
15957
|
input: {
|
|
15446
15958
|
type: "RTSP_URL";
|
|
@@ -15463,6 +15975,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15463
15975
|
type: "images";
|
|
15464
15976
|
url: string;
|
|
15465
15977
|
imageIntervalS: number;
|
|
15978
|
+
} | {
|
|
15979
|
+
type: "none";
|
|
15466
15980
|
};
|
|
15467
15981
|
input: {
|
|
15468
15982
|
type: "RTSP_URL";
|
|
@@ -15582,6 +16096,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15582
16096
|
type: "images";
|
|
15583
16097
|
url: string;
|
|
15584
16098
|
imageIntervalS: number;
|
|
16099
|
+
} | {
|
|
16100
|
+
type: "none";
|
|
15585
16101
|
};
|
|
15586
16102
|
input: {
|
|
15587
16103
|
type: "RTSP_URL";
|
|
@@ -15656,6 +16172,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15656
16172
|
type: "images";
|
|
15657
16173
|
url: string;
|
|
15658
16174
|
imageIntervalS: number;
|
|
16175
|
+
} | {
|
|
16176
|
+
type: "none";
|
|
15659
16177
|
};
|
|
15660
16178
|
input: {
|
|
15661
16179
|
type: "RTSP_URL";
|
|
@@ -15818,6 +16336,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15818
16336
|
type: "images";
|
|
15819
16337
|
url: string;
|
|
15820
16338
|
imageIntervalS: number;
|
|
16339
|
+
}>, z.ZodObject<{
|
|
16340
|
+
type: z.ZodLiteral<"none">;
|
|
16341
|
+
}, "strip", z.ZodTypeAny, {
|
|
16342
|
+
type: "none";
|
|
16343
|
+
}, {
|
|
16344
|
+
type: "none";
|
|
15821
16345
|
}>]>;
|
|
15822
16346
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
15823
16347
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -15860,6 +16384,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15860
16384
|
type: "images";
|
|
15861
16385
|
url: string;
|
|
15862
16386
|
imageIntervalS: number;
|
|
16387
|
+
} | {
|
|
16388
|
+
type: "none";
|
|
15863
16389
|
};
|
|
15864
16390
|
input: {
|
|
15865
16391
|
type: "RTSP_URL";
|
|
@@ -15882,6 +16408,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15882
16408
|
type: "images";
|
|
15883
16409
|
url: string;
|
|
15884
16410
|
imageIntervalS: number;
|
|
16411
|
+
} | {
|
|
16412
|
+
type: "none";
|
|
15885
16413
|
};
|
|
15886
16414
|
input: {
|
|
15887
16415
|
type: "RTSP_URL";
|
|
@@ -16001,6 +16529,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16001
16529
|
type: "images";
|
|
16002
16530
|
url: string;
|
|
16003
16531
|
imageIntervalS: number;
|
|
16532
|
+
} | {
|
|
16533
|
+
type: "none";
|
|
16004
16534
|
};
|
|
16005
16535
|
input: {
|
|
16006
16536
|
type: "RTSP_URL";
|
|
@@ -16075,6 +16605,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16075
16605
|
type: "images";
|
|
16076
16606
|
url: string;
|
|
16077
16607
|
imageIntervalS: number;
|
|
16608
|
+
} | {
|
|
16609
|
+
type: "none";
|
|
16078
16610
|
};
|
|
16079
16611
|
input: {
|
|
16080
16612
|
type: "RTSP_URL";
|
|
@@ -16237,6 +16769,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16237
16769
|
type: "images";
|
|
16238
16770
|
url: string;
|
|
16239
16771
|
imageIntervalS: number;
|
|
16772
|
+
}>, z.ZodObject<{
|
|
16773
|
+
type: z.ZodLiteral<"none">;
|
|
16774
|
+
}, "strip", z.ZodTypeAny, {
|
|
16775
|
+
type: "none";
|
|
16776
|
+
}, {
|
|
16777
|
+
type: "none";
|
|
16240
16778
|
}>]>;
|
|
16241
16779
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
16242
16780
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -16279,6 +16817,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16279
16817
|
type: "images";
|
|
16280
16818
|
url: string;
|
|
16281
16819
|
imageIntervalS: number;
|
|
16820
|
+
} | {
|
|
16821
|
+
type: "none";
|
|
16282
16822
|
};
|
|
16283
16823
|
input: {
|
|
16284
16824
|
type: "RTSP_URL";
|
|
@@ -16301,6 +16841,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16301
16841
|
type: "images";
|
|
16302
16842
|
url: string;
|
|
16303
16843
|
imageIntervalS: number;
|
|
16844
|
+
} | {
|
|
16845
|
+
type: "none";
|
|
16304
16846
|
};
|
|
16305
16847
|
input: {
|
|
16306
16848
|
type: "RTSP_URL";
|
|
@@ -16423,6 +16965,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16423
16965
|
type: "images";
|
|
16424
16966
|
url: string;
|
|
16425
16967
|
imageIntervalS: number;
|
|
16968
|
+
} | {
|
|
16969
|
+
type: "none";
|
|
16426
16970
|
};
|
|
16427
16971
|
input: {
|
|
16428
16972
|
type: "RTSP_URL";
|
|
@@ -16499,6 +17043,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16499
17043
|
type: "images";
|
|
16500
17044
|
url: string;
|
|
16501
17045
|
imageIntervalS: number;
|
|
17046
|
+
} | {
|
|
17047
|
+
type: "none";
|
|
16502
17048
|
};
|
|
16503
17049
|
input: {
|
|
16504
17050
|
type: "RTSP_URL";
|
|
@@ -16663,6 +17209,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16663
17209
|
type: "images";
|
|
16664
17210
|
url: string;
|
|
16665
17211
|
imageIntervalS: number;
|
|
17212
|
+
}>, z.ZodObject<{
|
|
17213
|
+
type: z.ZodLiteral<"none">;
|
|
17214
|
+
}, "strip", z.ZodTypeAny, {
|
|
17215
|
+
type: "none";
|
|
17216
|
+
}, {
|
|
17217
|
+
type: "none";
|
|
16666
17218
|
}>]>;
|
|
16667
17219
|
input: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
16668
17220
|
type: z.ZodLiteral<"RTSP_URL">;
|
|
@@ -16705,6 +17257,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16705
17257
|
type: "images";
|
|
16706
17258
|
url: string;
|
|
16707
17259
|
imageIntervalS: number;
|
|
17260
|
+
} | {
|
|
17261
|
+
type: "none";
|
|
16708
17262
|
};
|
|
16709
17263
|
input: {
|
|
16710
17264
|
type: "RTSP_URL";
|
|
@@ -16727,6 +17281,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16727
17281
|
type: "images";
|
|
16728
17282
|
url: string;
|
|
16729
17283
|
imageIntervalS: number;
|
|
17284
|
+
} | {
|
|
17285
|
+
type: "none";
|
|
16730
17286
|
};
|
|
16731
17287
|
input: {
|
|
16732
17288
|
type: "RTSP_URL";
|
|
@@ -16849,6 +17405,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16849
17405
|
type: "images";
|
|
16850
17406
|
url: string;
|
|
16851
17407
|
imageIntervalS: number;
|
|
17408
|
+
} | {
|
|
17409
|
+
type: "none";
|
|
16852
17410
|
};
|
|
16853
17411
|
input: {
|
|
16854
17412
|
type: "RTSP_URL";
|
|
@@ -16925,6 +17483,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16925
17483
|
type: "images";
|
|
16926
17484
|
url: string;
|
|
16927
17485
|
imageIntervalS: number;
|
|
17486
|
+
} | {
|
|
17487
|
+
type: "none";
|
|
16928
17488
|
};
|
|
16929
17489
|
input: {
|
|
16930
17490
|
type: "RTSP_URL";
|
|
@@ -17010,6 +17570,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17010
17570
|
type: "images";
|
|
17011
17571
|
url: string;
|
|
17012
17572
|
imageIntervalS: number;
|
|
17573
|
+
} | {
|
|
17574
|
+
type: "none";
|
|
17013
17575
|
};
|
|
17014
17576
|
input: {
|
|
17015
17577
|
type: "RTSP_URL";
|
|
@@ -17087,6 +17649,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17087
17649
|
type: "images";
|
|
17088
17650
|
url: string;
|
|
17089
17651
|
imageIntervalS: number;
|
|
17652
|
+
} | {
|
|
17653
|
+
type: "none";
|
|
17090
17654
|
};
|
|
17091
17655
|
input: {
|
|
17092
17656
|
type: "RTSP_URL";
|
|
@@ -17161,6 +17725,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17161
17725
|
type: "images";
|
|
17162
17726
|
url: string;
|
|
17163
17727
|
imageIntervalS: number;
|
|
17728
|
+
} | {
|
|
17729
|
+
type: "none";
|
|
17164
17730
|
};
|
|
17165
17731
|
input: {
|
|
17166
17732
|
type: "RTSP_URL";
|
|
@@ -17246,6 +17812,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17246
17812
|
type: "images";
|
|
17247
17813
|
url: string;
|
|
17248
17814
|
imageIntervalS: number;
|
|
17815
|
+
} | {
|
|
17816
|
+
type: "none";
|
|
17249
17817
|
};
|
|
17250
17818
|
input: {
|
|
17251
17819
|
type: "RTSP_URL";
|
|
@@ -17320,6 +17888,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17320
17888
|
type: "images";
|
|
17321
17889
|
url: string;
|
|
17322
17890
|
imageIntervalS: number;
|
|
17891
|
+
} | {
|
|
17892
|
+
type: "none";
|
|
17323
17893
|
};
|
|
17324
17894
|
input: {
|
|
17325
17895
|
type: "RTSP_URL";
|
|
@@ -17394,6 +17964,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17394
17964
|
type: "images";
|
|
17395
17965
|
url: string;
|
|
17396
17966
|
imageIntervalS: number;
|
|
17967
|
+
} | {
|
|
17968
|
+
type: "none";
|
|
17397
17969
|
};
|
|
17398
17970
|
input: {
|
|
17399
17971
|
type: "RTSP_URL";
|
|
@@ -17468,6 +18040,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17468
18040
|
type: "images";
|
|
17469
18041
|
url: string;
|
|
17470
18042
|
imageIntervalS: number;
|
|
18043
|
+
} | {
|
|
18044
|
+
type: "none";
|
|
17471
18045
|
};
|
|
17472
18046
|
input: {
|
|
17473
18047
|
type: "RTSP_URL";
|
|
@@ -17544,6 +18118,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17544
18118
|
type: "images";
|
|
17545
18119
|
url: string;
|
|
17546
18120
|
imageIntervalS: number;
|
|
18121
|
+
} | {
|
|
18122
|
+
type: "none";
|
|
17547
18123
|
};
|
|
17548
18124
|
input: {
|
|
17549
18125
|
type: "RTSP_URL";
|
|
@@ -17618,6 +18194,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17618
18194
|
type: "images";
|
|
17619
18195
|
url: string;
|
|
17620
18196
|
imageIntervalS: number;
|
|
18197
|
+
} | {
|
|
18198
|
+
type: "none";
|
|
17621
18199
|
};
|
|
17622
18200
|
input: {
|
|
17623
18201
|
type: "RTSP_URL";
|
|
@@ -17692,6 +18270,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17692
18270
|
type: "images";
|
|
17693
18271
|
url: string;
|
|
17694
18272
|
imageIntervalS: number;
|
|
18273
|
+
} | {
|
|
18274
|
+
type: "none";
|
|
17695
18275
|
};
|
|
17696
18276
|
input: {
|
|
17697
18277
|
type: "RTSP_URL";
|
|
@@ -17766,6 +18346,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17766
18346
|
type: "images";
|
|
17767
18347
|
url: string;
|
|
17768
18348
|
imageIntervalS: number;
|
|
18349
|
+
} | {
|
|
18350
|
+
type: "none";
|
|
17769
18351
|
};
|
|
17770
18352
|
input: {
|
|
17771
18353
|
type: "RTSP_URL";
|
|
@@ -17840,6 +18422,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17840
18422
|
type: "images";
|
|
17841
18423
|
url: string;
|
|
17842
18424
|
imageIntervalS: number;
|
|
18425
|
+
} | {
|
|
18426
|
+
type: "none";
|
|
17843
18427
|
};
|
|
17844
18428
|
input: {
|
|
17845
18429
|
type: "RTSP_URL";
|
|
@@ -17914,6 +18498,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17914
18498
|
type: "images";
|
|
17915
18499
|
url: string;
|
|
17916
18500
|
imageIntervalS: number;
|
|
18501
|
+
} | {
|
|
18502
|
+
type: "none";
|
|
17917
18503
|
};
|
|
17918
18504
|
input: {
|
|
17919
18505
|
type: "RTSP_URL";
|
|
@@ -17988,6 +18574,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17988
18574
|
type: "images";
|
|
17989
18575
|
url: string;
|
|
17990
18576
|
imageIntervalS: number;
|
|
18577
|
+
} | {
|
|
18578
|
+
type: "none";
|
|
17991
18579
|
};
|
|
17992
18580
|
input: {
|
|
17993
18581
|
type: "RTSP_URL";
|
|
@@ -18064,6 +18652,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18064
18652
|
type: "images";
|
|
18065
18653
|
url: string;
|
|
18066
18654
|
imageIntervalS: number;
|
|
18655
|
+
} | {
|
|
18656
|
+
type: "none";
|
|
18067
18657
|
};
|
|
18068
18658
|
input: {
|
|
18069
18659
|
type: "RTSP_URL";
|
|
@@ -18138,6 +18728,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18138
18728
|
type: "images";
|
|
18139
18729
|
url: string;
|
|
18140
18730
|
imageIntervalS: number;
|
|
18731
|
+
} | {
|
|
18732
|
+
type: "none";
|
|
18141
18733
|
};
|
|
18142
18734
|
input: {
|
|
18143
18735
|
type: "RTSP_URL";
|
|
@@ -18212,6 +18804,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18212
18804
|
type: "images";
|
|
18213
18805
|
url: string;
|
|
18214
18806
|
imageIntervalS: number;
|
|
18807
|
+
} | {
|
|
18808
|
+
type: "none";
|
|
18215
18809
|
};
|
|
18216
18810
|
input: {
|
|
18217
18811
|
type: "RTSP_URL";
|
|
@@ -18286,6 +18880,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18286
18880
|
type: "images";
|
|
18287
18881
|
url: string;
|
|
18288
18882
|
imageIntervalS: number;
|
|
18883
|
+
} | {
|
|
18884
|
+
type: "none";
|
|
18289
18885
|
};
|
|
18290
18886
|
input: {
|
|
18291
18887
|
type: "RTSP_URL";
|
|
@@ -18360,6 +18956,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18360
18956
|
type: "images";
|
|
18361
18957
|
url: string;
|
|
18362
18958
|
imageIntervalS: number;
|
|
18959
|
+
} | {
|
|
18960
|
+
type: "none";
|
|
18363
18961
|
};
|
|
18364
18962
|
input: {
|
|
18365
18963
|
type: "RTSP_URL";
|
|
@@ -18434,6 +19032,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18434
19032
|
type: "images";
|
|
18435
19033
|
url: string;
|
|
18436
19034
|
imageIntervalS: number;
|
|
19035
|
+
} | {
|
|
19036
|
+
type: "none";
|
|
18437
19037
|
};
|
|
18438
19038
|
input: {
|
|
18439
19039
|
type: "RTSP_URL";
|
|
@@ -18519,6 +19119,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18519
19119
|
type: "images";
|
|
18520
19120
|
url: string;
|
|
18521
19121
|
imageIntervalS: number;
|
|
19122
|
+
} | {
|
|
19123
|
+
type: "none";
|
|
18522
19124
|
};
|
|
18523
19125
|
input: {
|
|
18524
19126
|
type: "RTSP_URL";
|
|
@@ -18596,6 +19198,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18596
19198
|
type: "images";
|
|
18597
19199
|
url: string;
|
|
18598
19200
|
imageIntervalS: number;
|
|
19201
|
+
} | {
|
|
19202
|
+
type: "none";
|
|
18599
19203
|
};
|
|
18600
19204
|
input: {
|
|
18601
19205
|
type: "RTSP_URL";
|
|
@@ -18670,6 +19274,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18670
19274
|
type: "images";
|
|
18671
19275
|
url: string;
|
|
18672
19276
|
imageIntervalS: number;
|
|
19277
|
+
} | {
|
|
19278
|
+
type: "none";
|
|
18673
19279
|
};
|
|
18674
19280
|
input: {
|
|
18675
19281
|
type: "RTSP_URL";
|
|
@@ -18755,6 +19361,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18755
19361
|
type: "images";
|
|
18756
19362
|
url: string;
|
|
18757
19363
|
imageIntervalS: number;
|
|
19364
|
+
} | {
|
|
19365
|
+
type: "none";
|
|
18758
19366
|
};
|
|
18759
19367
|
input: {
|
|
18760
19368
|
type: "RTSP_URL";
|
|
@@ -18829,6 +19437,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18829
19437
|
type: "images";
|
|
18830
19438
|
url: string;
|
|
18831
19439
|
imageIntervalS: number;
|
|
19440
|
+
} | {
|
|
19441
|
+
type: "none";
|
|
18832
19442
|
};
|
|
18833
19443
|
input: {
|
|
18834
19444
|
type: "RTSP_URL";
|
|
@@ -18903,6 +19513,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18903
19513
|
type: "images";
|
|
18904
19514
|
url: string;
|
|
18905
19515
|
imageIntervalS: number;
|
|
19516
|
+
} | {
|
|
19517
|
+
type: "none";
|
|
18906
19518
|
};
|
|
18907
19519
|
input: {
|
|
18908
19520
|
type: "RTSP_URL";
|
|
@@ -18977,6 +19589,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18977
19589
|
type: "images";
|
|
18978
19590
|
url: string;
|
|
18979
19591
|
imageIntervalS: number;
|
|
19592
|
+
} | {
|
|
19593
|
+
type: "none";
|
|
18980
19594
|
};
|
|
18981
19595
|
input: {
|
|
18982
19596
|
type: "RTSP_URL";
|
|
@@ -19053,6 +19667,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19053
19667
|
type: "images";
|
|
19054
19668
|
url: string;
|
|
19055
19669
|
imageIntervalS: number;
|
|
19670
|
+
} | {
|
|
19671
|
+
type: "none";
|
|
19056
19672
|
};
|
|
19057
19673
|
input: {
|
|
19058
19674
|
type: "RTSP_URL";
|
|
@@ -19127,6 +19743,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19127
19743
|
type: "images";
|
|
19128
19744
|
url: string;
|
|
19129
19745
|
imageIntervalS: number;
|
|
19746
|
+
} | {
|
|
19747
|
+
type: "none";
|
|
19130
19748
|
};
|
|
19131
19749
|
input: {
|
|
19132
19750
|
type: "RTSP_URL";
|
|
@@ -19201,6 +19819,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19201
19819
|
type: "images";
|
|
19202
19820
|
url: string;
|
|
19203
19821
|
imageIntervalS: number;
|
|
19822
|
+
} | {
|
|
19823
|
+
type: "none";
|
|
19204
19824
|
};
|
|
19205
19825
|
input: {
|
|
19206
19826
|
type: "RTSP_URL";
|
|
@@ -19275,6 +19895,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19275
19895
|
type: "images";
|
|
19276
19896
|
url: string;
|
|
19277
19897
|
imageIntervalS: number;
|
|
19898
|
+
} | {
|
|
19899
|
+
type: "none";
|
|
19278
19900
|
};
|
|
19279
19901
|
input: {
|
|
19280
19902
|
type: "RTSP_URL";
|
|
@@ -19349,6 +19971,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19349
19971
|
type: "images";
|
|
19350
19972
|
url: string;
|
|
19351
19973
|
imageIntervalS: number;
|
|
19974
|
+
} | {
|
|
19975
|
+
type: "none";
|
|
19352
19976
|
};
|
|
19353
19977
|
input: {
|
|
19354
19978
|
type: "RTSP_URL";
|
|
@@ -19423,6 +20047,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19423
20047
|
type: "images";
|
|
19424
20048
|
url: string;
|
|
19425
20049
|
imageIntervalS: number;
|
|
20050
|
+
} | {
|
|
20051
|
+
type: "none";
|
|
19426
20052
|
};
|
|
19427
20053
|
input: {
|
|
19428
20054
|
type: "RTSP_URL";
|
|
@@ -19497,6 +20123,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19497
20123
|
type: "images";
|
|
19498
20124
|
url: string;
|
|
19499
20125
|
imageIntervalS: number;
|
|
20126
|
+
} | {
|
|
20127
|
+
type: "none";
|
|
19500
20128
|
};
|
|
19501
20129
|
input: {
|
|
19502
20130
|
type: "RTSP_URL";
|
|
@@ -19573,6 +20201,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19573
20201
|
type: "images";
|
|
19574
20202
|
url: string;
|
|
19575
20203
|
imageIntervalS: number;
|
|
20204
|
+
} | {
|
|
20205
|
+
type: "none";
|
|
19576
20206
|
};
|
|
19577
20207
|
input: {
|
|
19578
20208
|
type: "RTSP_URL";
|
|
@@ -19647,6 +20277,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19647
20277
|
type: "images";
|
|
19648
20278
|
url: string;
|
|
19649
20279
|
imageIntervalS: number;
|
|
20280
|
+
} | {
|
|
20281
|
+
type: "none";
|
|
19650
20282
|
};
|
|
19651
20283
|
input: {
|
|
19652
20284
|
type: "RTSP_URL";
|
|
@@ -19721,6 +20353,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19721
20353
|
type: "images";
|
|
19722
20354
|
url: string;
|
|
19723
20355
|
imageIntervalS: number;
|
|
20356
|
+
} | {
|
|
20357
|
+
type: "none";
|
|
19724
20358
|
};
|
|
19725
20359
|
input: {
|
|
19726
20360
|
type: "RTSP_URL";
|
|
@@ -19795,6 +20429,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19795
20429
|
type: "images";
|
|
19796
20430
|
url: string;
|
|
19797
20431
|
imageIntervalS: number;
|
|
20432
|
+
} | {
|
|
20433
|
+
type: "none";
|
|
19798
20434
|
};
|
|
19799
20435
|
input: {
|
|
19800
20436
|
type: "RTSP_URL";
|
|
@@ -19869,6 +20505,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19869
20505
|
type: "images";
|
|
19870
20506
|
url: string;
|
|
19871
20507
|
imageIntervalS: number;
|
|
20508
|
+
} | {
|
|
20509
|
+
type: "none";
|
|
19872
20510
|
};
|
|
19873
20511
|
input: {
|
|
19874
20512
|
type: "RTSP_URL";
|
|
@@ -19943,6 +20581,8 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19943
20581
|
type: "images";
|
|
19944
20582
|
url: string;
|
|
19945
20583
|
imageIntervalS: number;
|
|
20584
|
+
} | {
|
|
20585
|
+
type: "none";
|
|
19946
20586
|
};
|
|
19947
20587
|
input: {
|
|
19948
20588
|
type: "RTSP_URL";
|
|
@@ -20030,6 +20670,8 @@ export declare const isFacebookStream: (stream: TStream) => stream is {
|
|
|
20030
20670
|
type: "images";
|
|
20031
20671
|
url: string;
|
|
20032
20672
|
imageIntervalS: number;
|
|
20673
|
+
} | {
|
|
20674
|
+
type: "none";
|
|
20033
20675
|
};
|
|
20034
20676
|
input: {
|
|
20035
20677
|
type: "RTSP_URL";
|
|
@@ -20109,6 +20751,8 @@ export declare const isMpegDvbStream: (stream: TStream) => stream is {
|
|
|
20109
20751
|
type: "images";
|
|
20110
20752
|
url: string;
|
|
20111
20753
|
imageIntervalS: number;
|
|
20754
|
+
} | {
|
|
20755
|
+
type: "none";
|
|
20112
20756
|
};
|
|
20113
20757
|
input: {
|
|
20114
20758
|
type: "RTSP_URL";
|
|
@@ -20185,6 +20829,8 @@ export declare const isRtmpStream: (stream: TStream) => stream is {
|
|
|
20185
20829
|
type: "images";
|
|
20186
20830
|
url: string;
|
|
20187
20831
|
imageIntervalS: number;
|
|
20832
|
+
} | {
|
|
20833
|
+
type: "none";
|
|
20188
20834
|
};
|
|
20189
20835
|
input: {
|
|
20190
20836
|
type: "RTSP_URL";
|
|
@@ -20263,6 +20909,8 @@ export declare const isSdCardStream: (stream: TStream) => stream is {
|
|
|
20263
20909
|
type: "images";
|
|
20264
20910
|
url: string;
|
|
20265
20911
|
imageIntervalS: number;
|
|
20912
|
+
} | {
|
|
20913
|
+
type: "none";
|
|
20266
20914
|
};
|
|
20267
20915
|
input: {
|
|
20268
20916
|
type: "RTSP_URL";
|
|
@@ -20339,6 +20987,8 @@ export declare const isWindyStream: (stream: TStream) => stream is {
|
|
|
20339
20987
|
type: "images";
|
|
20340
20988
|
url: string;
|
|
20341
20989
|
imageIntervalS: number;
|
|
20990
|
+
} | {
|
|
20991
|
+
type: "none";
|
|
20342
20992
|
};
|
|
20343
20993
|
input: {
|
|
20344
20994
|
type: "RTSP_URL";
|
|
@@ -20415,6 +21065,8 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
|
|
|
20415
21065
|
type: "images";
|
|
20416
21066
|
url: string;
|
|
20417
21067
|
imageIntervalS: number;
|
|
21068
|
+
} | {
|
|
21069
|
+
type: "none";
|
|
20418
21070
|
};
|
|
20419
21071
|
input: {
|
|
20420
21072
|
type: "RTSP_URL";
|
|
@@ -20502,6 +21154,8 @@ export declare const isVimeoStream: (stream: TStream) => stream is {
|
|
|
20502
21154
|
type: "images";
|
|
20503
21155
|
url: string;
|
|
20504
21156
|
imageIntervalS: number;
|
|
21157
|
+
} | {
|
|
21158
|
+
type: "none";
|
|
20505
21159
|
};
|
|
20506
21160
|
input: {
|
|
20507
21161
|
type: "RTSP_URL";
|
|
@@ -20578,6 +21232,8 @@ export declare const isTwitchStream: (stream: TStream) => stream is {
|
|
|
20578
21232
|
type: "images";
|
|
20579
21233
|
url: string;
|
|
20580
21234
|
imageIntervalS: number;
|
|
21235
|
+
} | {
|
|
21236
|
+
type: "none";
|
|
20581
21237
|
};
|
|
20582
21238
|
input: {
|
|
20583
21239
|
type: "RTSP_URL";
|
|
@@ -20654,6 +21310,8 @@ export declare const isChurchStream: (stream: TStream) => stream is {
|
|
|
20654
21310
|
type: "images";
|
|
20655
21311
|
url: string;
|
|
20656
21312
|
imageIntervalS: number;
|
|
21313
|
+
} | {
|
|
21314
|
+
type: "none";
|
|
20657
21315
|
};
|
|
20658
21316
|
input: {
|
|
20659
21317
|
type: "RTSP_URL";
|
|
@@ -20730,6 +21388,8 @@ export declare const isSrtStream: (stream: TStream) => stream is {
|
|
|
20730
21388
|
type: "images";
|
|
20731
21389
|
url: string;
|
|
20732
21390
|
imageIntervalS: number;
|
|
21391
|
+
} | {
|
|
21392
|
+
type: "none";
|
|
20733
21393
|
};
|
|
20734
21394
|
input: {
|
|
20735
21395
|
type: "RTSP_URL";
|
|
@@ -20806,6 +21466,8 @@ export declare const isDaCastStream: (stream: TStream) => stream is {
|
|
|
20806
21466
|
type: "images";
|
|
20807
21467
|
url: string;
|
|
20808
21468
|
imageIntervalS: number;
|
|
21469
|
+
} | {
|
|
21470
|
+
type: "none";
|
|
20809
21471
|
};
|
|
20810
21472
|
input: {
|
|
20811
21473
|
type: "RTSP_URL";
|
|
@@ -20882,6 +21544,8 @@ export declare const isHlsPullStream: (stream: TStream) => stream is {
|
|
|
20882
21544
|
type: "images";
|
|
20883
21545
|
url: string;
|
|
20884
21546
|
imageIntervalS: number;
|
|
21547
|
+
} | {
|
|
21548
|
+
type: "none";
|
|
20885
21549
|
};
|
|
20886
21550
|
input: {
|
|
20887
21551
|
type: "RTSP_URL";
|
|
@@ -20958,6 +21622,8 @@ export declare const isHlsPushStream: (stream: TStream) => stream is {
|
|
|
20958
21622
|
type: "images";
|
|
20959
21623
|
url: string;
|
|
20960
21624
|
imageIntervalS: number;
|
|
21625
|
+
} | {
|
|
21626
|
+
type: "none";
|
|
20961
21627
|
};
|
|
20962
21628
|
input: {
|
|
20963
21629
|
type: "RTSP_URL";
|
|
@@ -21034,6 +21700,8 @@ export declare const isWowzaStream: (stream: TStream) => stream is {
|
|
|
21034
21700
|
type: "images";
|
|
21035
21701
|
url: string;
|
|
21036
21702
|
imageIntervalS: number;
|
|
21703
|
+
} | {
|
|
21704
|
+
type: "none";
|
|
21037
21705
|
};
|
|
21038
21706
|
input: {
|
|
21039
21707
|
type: "RTSP_URL";
|
|
@@ -21110,6 +21778,8 @@ export declare const isDailymotionStream: (stream: TStream) => stream is {
|
|
|
21110
21778
|
type: "images";
|
|
21111
21779
|
url: string;
|
|
21112
21780
|
imageIntervalS: number;
|
|
21781
|
+
} | {
|
|
21782
|
+
type: "none";
|
|
21113
21783
|
};
|
|
21114
21784
|
input: {
|
|
21115
21785
|
type: "RTSP_URL";
|
|
@@ -21186,6 +21856,8 @@ export declare const isIbmStream: (stream: TStream) => stream is {
|
|
|
21186
21856
|
type: "images";
|
|
21187
21857
|
url: string;
|
|
21188
21858
|
imageIntervalS: number;
|
|
21859
|
+
} | {
|
|
21860
|
+
type: "none";
|
|
21189
21861
|
};
|
|
21190
21862
|
input: {
|
|
21191
21863
|
type: "RTSP_URL";
|
|
@@ -21262,6 +21934,8 @@ export declare const isMicrosoftAzureStream: (stream: TStream) => stream is {
|
|
|
21262
21934
|
type: "images";
|
|
21263
21935
|
url: string;
|
|
21264
21936
|
imageIntervalS: number;
|
|
21937
|
+
} | {
|
|
21938
|
+
type: "none";
|
|
21265
21939
|
};
|
|
21266
21940
|
input: {
|
|
21267
21941
|
type: "RTSP_URL";
|
|
@@ -21338,6 +22012,8 @@ export declare const isMicrosoftStream: (stream: TStream) => stream is {
|
|
|
21338
22012
|
type: "images";
|
|
21339
22013
|
url: string;
|
|
21340
22014
|
imageIntervalS: number;
|
|
22015
|
+
} | {
|
|
22016
|
+
type: "none";
|
|
21341
22017
|
};
|
|
21342
22018
|
input: {
|
|
21343
22019
|
type: "RTSP_URL";
|
|
@@ -21414,6 +22090,8 @@ export declare const isGameChangerStream: (stream: TStream) => stream is {
|
|
|
21414
22090
|
type: "images";
|
|
21415
22091
|
url: string;
|
|
21416
22092
|
imageIntervalS: number;
|
|
22093
|
+
} | {
|
|
22094
|
+
type: "none";
|
|
21417
22095
|
};
|
|
21418
22096
|
input: {
|
|
21419
22097
|
type: "RTSP_URL";
|
|
@@ -21492,6 +22170,8 @@ export declare const isYoutubeRtmpStream: (stream: TStream) => stream is {
|
|
|
21492
22170
|
type: "images";
|
|
21493
22171
|
url: string;
|
|
21494
22172
|
imageIntervalS: number;
|
|
22173
|
+
} | {
|
|
22174
|
+
type: "none";
|
|
21495
22175
|
};
|
|
21496
22176
|
input: {
|
|
21497
22177
|
type: "RTSP_URL";
|