camstreamerlib 4.0.0-beta.163 → 4.0.0-beta.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/CamStreamerAPI.d.ts +40 -2
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +180 -9
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +3 -0
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +3 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +51 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +3 -3
- package/cjs/types/CamStreamerAPI/windySchema.js +0 -1
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +3 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +1 -0
- package/esm/types/CamStreamerAPI/windySchema.js +0 -1
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +40 -2
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +180 -9
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +3 -0
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +3 -0
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +51 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +3 -3
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +3 -0
|
@@ -9,6 +9,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9
9
|
enabled: z.ZodBoolean;
|
|
10
10
|
active: z.ZodBoolean;
|
|
11
11
|
title: z.ZodString;
|
|
12
|
+
callApi: z.ZodBoolean;
|
|
12
13
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
13
14
|
type: z.ZodLiteral<"manual">;
|
|
14
15
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -383,6 +384,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
383
384
|
enabled: boolean;
|
|
384
385
|
active: boolean;
|
|
385
386
|
title: string;
|
|
387
|
+
callApi: boolean;
|
|
386
388
|
trigger: {
|
|
387
389
|
type: "manual";
|
|
388
390
|
port?: number | undefined;
|
|
@@ -479,6 +481,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
479
481
|
enabled: boolean;
|
|
480
482
|
active: boolean;
|
|
481
483
|
title: string;
|
|
484
|
+
callApi: boolean;
|
|
482
485
|
trigger: {
|
|
483
486
|
type: "manual";
|
|
484
487
|
port?: number | undefined;
|
|
@@ -564,6 +567,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
564
567
|
enabled: z.ZodBoolean;
|
|
565
568
|
active: z.ZodBoolean;
|
|
566
569
|
title: z.ZodString;
|
|
570
|
+
callApi: z.ZodBoolean;
|
|
567
571
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
568
572
|
type: z.ZodLiteral<"manual">;
|
|
569
573
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -909,6 +913,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
909
913
|
enabled: boolean;
|
|
910
914
|
active: boolean;
|
|
911
915
|
title: string;
|
|
916
|
+
callApi: boolean;
|
|
912
917
|
trigger: {
|
|
913
918
|
type: "manual";
|
|
914
919
|
port?: number | undefined;
|
|
@@ -995,6 +1000,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
995
1000
|
enabled: boolean;
|
|
996
1001
|
active: boolean;
|
|
997
1002
|
title: string;
|
|
1003
|
+
callApi: boolean;
|
|
998
1004
|
trigger: {
|
|
999
1005
|
type: "manual";
|
|
1000
1006
|
port?: number | undefined;
|
|
@@ -1077,6 +1083,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1077
1083
|
enabled: z.ZodBoolean;
|
|
1078
1084
|
active: z.ZodBoolean;
|
|
1079
1085
|
title: z.ZodString;
|
|
1086
|
+
callApi: z.ZodBoolean;
|
|
1080
1087
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1081
1088
|
type: z.ZodLiteral<"manual">;
|
|
1082
1089
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1422,6 +1429,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1422
1429
|
enabled: boolean;
|
|
1423
1430
|
active: boolean;
|
|
1424
1431
|
title: string;
|
|
1432
|
+
callApi: boolean;
|
|
1425
1433
|
trigger: {
|
|
1426
1434
|
type: "manual";
|
|
1427
1435
|
port?: number | undefined;
|
|
@@ -1508,6 +1516,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1508
1516
|
enabled: boolean;
|
|
1509
1517
|
active: boolean;
|
|
1510
1518
|
title: string;
|
|
1519
|
+
callApi: boolean;
|
|
1511
1520
|
trigger: {
|
|
1512
1521
|
type: "manual";
|
|
1513
1522
|
port?: number | undefined;
|
|
@@ -1590,6 +1599,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1590
1599
|
enabled: z.ZodBoolean;
|
|
1591
1600
|
active: z.ZodBoolean;
|
|
1592
1601
|
title: z.ZodString;
|
|
1602
|
+
callApi: z.ZodBoolean;
|
|
1593
1603
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
1594
1604
|
type: z.ZodLiteral<"manual">;
|
|
1595
1605
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1935,6 +1945,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
1935
1945
|
enabled: boolean;
|
|
1936
1946
|
active: boolean;
|
|
1937
1947
|
title: string;
|
|
1948
|
+
callApi: boolean;
|
|
1938
1949
|
trigger: {
|
|
1939
1950
|
type: "manual";
|
|
1940
1951
|
port?: number | undefined;
|
|
@@ -2021,6 +2032,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2021
2032
|
enabled: boolean;
|
|
2022
2033
|
active: boolean;
|
|
2023
2034
|
title: string;
|
|
2035
|
+
callApi: boolean;
|
|
2024
2036
|
trigger: {
|
|
2025
2037
|
type: "manual";
|
|
2026
2038
|
port?: number | undefined;
|
|
@@ -2103,6 +2115,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2103
2115
|
enabled: z.ZodBoolean;
|
|
2104
2116
|
active: z.ZodBoolean;
|
|
2105
2117
|
title: z.ZodString;
|
|
2118
|
+
callApi: z.ZodBoolean;
|
|
2106
2119
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2107
2120
|
type: z.ZodLiteral<"manual">;
|
|
2108
2121
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2448,6 +2461,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2448
2461
|
enabled: boolean;
|
|
2449
2462
|
active: boolean;
|
|
2450
2463
|
title: string;
|
|
2464
|
+
callApi: boolean;
|
|
2451
2465
|
trigger: {
|
|
2452
2466
|
type: "manual";
|
|
2453
2467
|
port?: number | undefined;
|
|
@@ -2534,6 +2548,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2534
2548
|
enabled: boolean;
|
|
2535
2549
|
active: boolean;
|
|
2536
2550
|
title: string;
|
|
2551
|
+
callApi: boolean;
|
|
2537
2552
|
trigger: {
|
|
2538
2553
|
type: "manual";
|
|
2539
2554
|
port?: number | undefined;
|
|
@@ -2616,6 +2631,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2616
2631
|
enabled: z.ZodBoolean;
|
|
2617
2632
|
active: z.ZodBoolean;
|
|
2618
2633
|
title: z.ZodString;
|
|
2634
|
+
callApi: z.ZodBoolean;
|
|
2619
2635
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2620
2636
|
type: z.ZodLiteral<"manual">;
|
|
2621
2637
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2960,7 +2976,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2960
2976
|
direction: z.ZodNullable<z.ZodEnum<["N", "NE", "E", "SE", "S", "SW", "W", "NW"]>>;
|
|
2961
2977
|
position: z.ZodUnion<[z.ZodLiteral<"fix">, z.ZodLiteral<"rotating">, z.ZodLiteral<"controllable">]>;
|
|
2962
2978
|
webPageUrl: z.ZodString;
|
|
2963
|
-
mediaServerUrl: z.ZodNullable<z.ZodString>;
|
|
2964
2979
|
}, "strip", z.ZodTypeAny, {
|
|
2965
2980
|
status: {
|
|
2966
2981
|
led: boolean;
|
|
@@ -2970,6 +2985,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
2970
2985
|
enabled: boolean;
|
|
2971
2986
|
active: boolean;
|
|
2972
2987
|
title: string;
|
|
2988
|
+
callApi: boolean;
|
|
2973
2989
|
trigger: {
|
|
2974
2990
|
type: "manual";
|
|
2975
2991
|
port?: number | undefined;
|
|
@@ -3055,7 +3071,6 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3055
3071
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
3056
3072
|
position: "fix" | "rotating" | "controllable";
|
|
3057
3073
|
webPageUrl: string;
|
|
3058
|
-
mediaServerUrl: string | null;
|
|
3059
3074
|
}, {
|
|
3060
3075
|
status: {
|
|
3061
3076
|
led: boolean;
|
|
@@ -3065,6 +3080,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3065
3080
|
enabled: boolean;
|
|
3066
3081
|
active: boolean;
|
|
3067
3082
|
title: string;
|
|
3083
|
+
callApi: boolean;
|
|
3068
3084
|
trigger: {
|
|
3069
3085
|
type: "manual";
|
|
3070
3086
|
port?: number | undefined;
|
|
@@ -3150,12 +3166,12 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3150
3166
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
3151
3167
|
position: "fix" | "rotating" | "controllable";
|
|
3152
3168
|
webPageUrl: string;
|
|
3153
|
-
mediaServerUrl: string | null;
|
|
3154
3169
|
}>, z.ZodObject<{
|
|
3155
3170
|
streamId: z.ZodString;
|
|
3156
3171
|
enabled: z.ZodBoolean;
|
|
3157
3172
|
active: z.ZodBoolean;
|
|
3158
3173
|
title: z.ZodString;
|
|
3174
|
+
callApi: z.ZodBoolean;
|
|
3159
3175
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3160
3176
|
type: z.ZodLiteral<"manual">;
|
|
3161
3177
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3512,6 +3528,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3512
3528
|
enabled: boolean;
|
|
3513
3529
|
active: boolean;
|
|
3514
3530
|
title: string;
|
|
3531
|
+
callApi: boolean;
|
|
3515
3532
|
trigger: {
|
|
3516
3533
|
type: "manual";
|
|
3517
3534
|
port?: number | undefined;
|
|
@@ -3609,6 +3626,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3609
3626
|
enabled: boolean;
|
|
3610
3627
|
active: boolean;
|
|
3611
3628
|
title: string;
|
|
3629
|
+
callApi: boolean;
|
|
3612
3630
|
trigger: {
|
|
3613
3631
|
type: "manual";
|
|
3614
3632
|
port?: number | undefined;
|
|
@@ -3702,6 +3720,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
3702
3720
|
enabled: z.ZodBoolean;
|
|
3703
3721
|
active: z.ZodBoolean;
|
|
3704
3722
|
title: z.ZodString;
|
|
3723
|
+
callApi: z.ZodBoolean;
|
|
3705
3724
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
3706
3725
|
type: z.ZodLiteral<"manual">;
|
|
3707
3726
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4047,6 +4066,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4047
4066
|
enabled: boolean;
|
|
4048
4067
|
active: boolean;
|
|
4049
4068
|
title: string;
|
|
4069
|
+
callApi: boolean;
|
|
4050
4070
|
trigger: {
|
|
4051
4071
|
type: "manual";
|
|
4052
4072
|
port?: number | undefined;
|
|
@@ -4133,6 +4153,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4133
4153
|
enabled: boolean;
|
|
4134
4154
|
active: boolean;
|
|
4135
4155
|
title: string;
|
|
4156
|
+
callApi: boolean;
|
|
4136
4157
|
trigger: {
|
|
4137
4158
|
type: "manual";
|
|
4138
4159
|
port?: number | undefined;
|
|
@@ -4215,6 +4236,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4215
4236
|
enabled: z.ZodBoolean;
|
|
4216
4237
|
active: z.ZodBoolean;
|
|
4217
4238
|
title: z.ZodString;
|
|
4239
|
+
callApi: z.ZodBoolean;
|
|
4218
4240
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4219
4241
|
type: z.ZodLiteral<"manual">;
|
|
4220
4242
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4560,6 +4582,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4560
4582
|
enabled: boolean;
|
|
4561
4583
|
active: boolean;
|
|
4562
4584
|
title: string;
|
|
4585
|
+
callApi: boolean;
|
|
4563
4586
|
trigger: {
|
|
4564
4587
|
type: "manual";
|
|
4565
4588
|
port?: number | undefined;
|
|
@@ -4646,6 +4669,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4646
4669
|
enabled: boolean;
|
|
4647
4670
|
active: boolean;
|
|
4648
4671
|
title: string;
|
|
4672
|
+
callApi: boolean;
|
|
4649
4673
|
trigger: {
|
|
4650
4674
|
type: "manual";
|
|
4651
4675
|
port?: number | undefined;
|
|
@@ -4728,6 +4752,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
4728
4752
|
enabled: z.ZodBoolean;
|
|
4729
4753
|
active: z.ZodBoolean;
|
|
4730
4754
|
title: z.ZodString;
|
|
4755
|
+
callApi: z.ZodBoolean;
|
|
4731
4756
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4732
4757
|
type: z.ZodLiteral<"manual">;
|
|
4733
4758
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5073,6 +5098,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5073
5098
|
enabled: boolean;
|
|
5074
5099
|
active: boolean;
|
|
5075
5100
|
title: string;
|
|
5101
|
+
callApi: boolean;
|
|
5076
5102
|
trigger: {
|
|
5077
5103
|
type: "manual";
|
|
5078
5104
|
port?: number | undefined;
|
|
@@ -5159,6 +5185,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5159
5185
|
enabled: boolean;
|
|
5160
5186
|
active: boolean;
|
|
5161
5187
|
title: string;
|
|
5188
|
+
callApi: boolean;
|
|
5162
5189
|
trigger: {
|
|
5163
5190
|
type: "manual";
|
|
5164
5191
|
port?: number | undefined;
|
|
@@ -5241,6 +5268,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5241
5268
|
enabled: z.ZodBoolean;
|
|
5242
5269
|
active: z.ZodBoolean;
|
|
5243
5270
|
title: z.ZodString;
|
|
5271
|
+
callApi: z.ZodBoolean;
|
|
5244
5272
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5245
5273
|
type: z.ZodLiteral<"manual">;
|
|
5246
5274
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5586,6 +5614,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5586
5614
|
enabled: boolean;
|
|
5587
5615
|
active: boolean;
|
|
5588
5616
|
title: string;
|
|
5617
|
+
callApi: boolean;
|
|
5589
5618
|
trigger: {
|
|
5590
5619
|
type: "manual";
|
|
5591
5620
|
port?: number | undefined;
|
|
@@ -5672,6 +5701,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5672
5701
|
enabled: boolean;
|
|
5673
5702
|
active: boolean;
|
|
5674
5703
|
title: string;
|
|
5704
|
+
callApi: boolean;
|
|
5675
5705
|
trigger: {
|
|
5676
5706
|
type: "manual";
|
|
5677
5707
|
port?: number | undefined;
|
|
@@ -5754,6 +5784,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
5754
5784
|
enabled: z.ZodBoolean;
|
|
5755
5785
|
active: z.ZodBoolean;
|
|
5756
5786
|
title: z.ZodString;
|
|
5787
|
+
callApi: z.ZodBoolean;
|
|
5757
5788
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5758
5789
|
type: z.ZodLiteral<"manual">;
|
|
5759
5790
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6099,6 +6130,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6099
6130
|
enabled: boolean;
|
|
6100
6131
|
active: boolean;
|
|
6101
6132
|
title: string;
|
|
6133
|
+
callApi: boolean;
|
|
6102
6134
|
trigger: {
|
|
6103
6135
|
type: "manual";
|
|
6104
6136
|
port?: number | undefined;
|
|
@@ -6185,6 +6217,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6185
6217
|
enabled: boolean;
|
|
6186
6218
|
active: boolean;
|
|
6187
6219
|
title: string;
|
|
6220
|
+
callApi: boolean;
|
|
6188
6221
|
trigger: {
|
|
6189
6222
|
type: "manual";
|
|
6190
6223
|
port?: number | undefined;
|
|
@@ -6267,6 +6300,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6267
6300
|
enabled: z.ZodBoolean;
|
|
6268
6301
|
active: z.ZodBoolean;
|
|
6269
6302
|
title: z.ZodString;
|
|
6303
|
+
callApi: z.ZodBoolean;
|
|
6270
6304
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6271
6305
|
type: z.ZodLiteral<"manual">;
|
|
6272
6306
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6612,6 +6646,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6612
6646
|
enabled: boolean;
|
|
6613
6647
|
active: boolean;
|
|
6614
6648
|
title: string;
|
|
6649
|
+
callApi: boolean;
|
|
6615
6650
|
trigger: {
|
|
6616
6651
|
type: "manual";
|
|
6617
6652
|
port?: number | undefined;
|
|
@@ -6698,6 +6733,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6698
6733
|
enabled: boolean;
|
|
6699
6734
|
active: boolean;
|
|
6700
6735
|
title: string;
|
|
6736
|
+
callApi: boolean;
|
|
6701
6737
|
trigger: {
|
|
6702
6738
|
type: "manual";
|
|
6703
6739
|
port?: number | undefined;
|
|
@@ -6780,6 +6816,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
6780
6816
|
enabled: z.ZodBoolean;
|
|
6781
6817
|
active: z.ZodBoolean;
|
|
6782
6818
|
title: z.ZodString;
|
|
6819
|
+
callApi: z.ZodBoolean;
|
|
6783
6820
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
6784
6821
|
type: z.ZodLiteral<"manual">;
|
|
6785
6822
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7125,6 +7162,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7125
7162
|
enabled: boolean;
|
|
7126
7163
|
active: boolean;
|
|
7127
7164
|
title: string;
|
|
7165
|
+
callApi: boolean;
|
|
7128
7166
|
trigger: {
|
|
7129
7167
|
type: "manual";
|
|
7130
7168
|
port?: number | undefined;
|
|
@@ -7211,6 +7249,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7211
7249
|
enabled: boolean;
|
|
7212
7250
|
active: boolean;
|
|
7213
7251
|
title: string;
|
|
7252
|
+
callApi: boolean;
|
|
7214
7253
|
trigger: {
|
|
7215
7254
|
type: "manual";
|
|
7216
7255
|
port?: number | undefined;
|
|
@@ -7293,6 +7332,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7293
7332
|
enabled: z.ZodBoolean;
|
|
7294
7333
|
active: z.ZodBoolean;
|
|
7295
7334
|
title: z.ZodString;
|
|
7335
|
+
callApi: z.ZodBoolean;
|
|
7296
7336
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7297
7337
|
type: z.ZodLiteral<"manual">;
|
|
7298
7338
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7638,6 +7678,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7638
7678
|
enabled: boolean;
|
|
7639
7679
|
active: boolean;
|
|
7640
7680
|
title: string;
|
|
7681
|
+
callApi: boolean;
|
|
7641
7682
|
trigger: {
|
|
7642
7683
|
type: "manual";
|
|
7643
7684
|
port?: number | undefined;
|
|
@@ -7724,6 +7765,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7724
7765
|
enabled: boolean;
|
|
7725
7766
|
active: boolean;
|
|
7726
7767
|
title: string;
|
|
7768
|
+
callApi: boolean;
|
|
7727
7769
|
trigger: {
|
|
7728
7770
|
type: "manual";
|
|
7729
7771
|
port?: number | undefined;
|
|
@@ -7806,6 +7848,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
7806
7848
|
enabled: z.ZodBoolean;
|
|
7807
7849
|
active: z.ZodBoolean;
|
|
7808
7850
|
title: z.ZodString;
|
|
7851
|
+
callApi: z.ZodBoolean;
|
|
7809
7852
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7810
7853
|
type: z.ZodLiteral<"manual">;
|
|
7811
7854
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8151,6 +8194,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8151
8194
|
enabled: boolean;
|
|
8152
8195
|
active: boolean;
|
|
8153
8196
|
title: string;
|
|
8197
|
+
callApi: boolean;
|
|
8154
8198
|
trigger: {
|
|
8155
8199
|
type: "manual";
|
|
8156
8200
|
port?: number | undefined;
|
|
@@ -8237,6 +8281,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8237
8281
|
enabled: boolean;
|
|
8238
8282
|
active: boolean;
|
|
8239
8283
|
title: string;
|
|
8284
|
+
callApi: boolean;
|
|
8240
8285
|
trigger: {
|
|
8241
8286
|
type: "manual";
|
|
8242
8287
|
port?: number | undefined;
|
|
@@ -8319,6 +8364,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8319
8364
|
enabled: z.ZodBoolean;
|
|
8320
8365
|
active: z.ZodBoolean;
|
|
8321
8366
|
title: z.ZodString;
|
|
8367
|
+
callApi: z.ZodBoolean;
|
|
8322
8368
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8323
8369
|
type: z.ZodLiteral<"manual">;
|
|
8324
8370
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8664,6 +8710,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8664
8710
|
enabled: boolean;
|
|
8665
8711
|
active: boolean;
|
|
8666
8712
|
title: string;
|
|
8713
|
+
callApi: boolean;
|
|
8667
8714
|
trigger: {
|
|
8668
8715
|
type: "manual";
|
|
8669
8716
|
port?: number | undefined;
|
|
@@ -8750,6 +8797,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8750
8797
|
enabled: boolean;
|
|
8751
8798
|
active: boolean;
|
|
8752
8799
|
title: string;
|
|
8800
|
+
callApi: boolean;
|
|
8753
8801
|
trigger: {
|
|
8754
8802
|
type: "manual";
|
|
8755
8803
|
port?: number | undefined;
|
|
@@ -8832,6 +8880,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
8832
8880
|
enabled: z.ZodBoolean;
|
|
8833
8881
|
active: z.ZodBoolean;
|
|
8834
8882
|
title: z.ZodString;
|
|
8883
|
+
callApi: z.ZodBoolean;
|
|
8835
8884
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8836
8885
|
type: z.ZodLiteral<"manual">;
|
|
8837
8886
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9177,6 +9226,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9177
9226
|
enabled: boolean;
|
|
9178
9227
|
active: boolean;
|
|
9179
9228
|
title: string;
|
|
9229
|
+
callApi: boolean;
|
|
9180
9230
|
trigger: {
|
|
9181
9231
|
type: "manual";
|
|
9182
9232
|
port?: number | undefined;
|
|
@@ -9263,6 +9313,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9263
9313
|
enabled: boolean;
|
|
9264
9314
|
active: boolean;
|
|
9265
9315
|
title: string;
|
|
9316
|
+
callApi: boolean;
|
|
9266
9317
|
trigger: {
|
|
9267
9318
|
type: "manual";
|
|
9268
9319
|
port?: number | undefined;
|
|
@@ -9345,6 +9396,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9345
9396
|
enabled: z.ZodBoolean;
|
|
9346
9397
|
active: z.ZodBoolean;
|
|
9347
9398
|
title: z.ZodString;
|
|
9399
|
+
callApi: z.ZodBoolean;
|
|
9348
9400
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9349
9401
|
type: z.ZodLiteral<"manual">;
|
|
9350
9402
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -9690,6 +9742,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9690
9742
|
enabled: boolean;
|
|
9691
9743
|
active: boolean;
|
|
9692
9744
|
title: string;
|
|
9745
|
+
callApi: boolean;
|
|
9693
9746
|
trigger: {
|
|
9694
9747
|
type: "manual";
|
|
9695
9748
|
port?: number | undefined;
|
|
@@ -9776,6 +9829,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9776
9829
|
enabled: boolean;
|
|
9777
9830
|
active: boolean;
|
|
9778
9831
|
title: string;
|
|
9832
|
+
callApi: boolean;
|
|
9779
9833
|
trigger: {
|
|
9780
9834
|
type: "manual";
|
|
9781
9835
|
port?: number | undefined;
|
|
@@ -9858,6 +9912,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
9858
9912
|
enabled: z.ZodBoolean;
|
|
9859
9913
|
active: z.ZodBoolean;
|
|
9860
9914
|
title: z.ZodString;
|
|
9915
|
+
callApi: z.ZodBoolean;
|
|
9861
9916
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
9862
9917
|
type: z.ZodLiteral<"manual">;
|
|
9863
9918
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10203,6 +10258,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
10203
10258
|
enabled: boolean;
|
|
10204
10259
|
active: boolean;
|
|
10205
10260
|
title: string;
|
|
10261
|
+
callApi: boolean;
|
|
10206
10262
|
trigger: {
|
|
10207
10263
|
type: "manual";
|
|
10208
10264
|
port?: number | undefined;
|
|
@@ -10289,6 +10345,7 @@ export declare const streamSchema: z.ZodDiscriminatedUnion<"platform", [z.ZodObj
|
|
|
10289
10345
|
enabled: boolean;
|
|
10290
10346
|
active: boolean;
|
|
10291
10347
|
title: string;
|
|
10348
|
+
callApi: boolean;
|
|
10292
10349
|
trigger: {
|
|
10293
10350
|
type: "manual";
|
|
10294
10351
|
port?: number | undefined;
|
|
@@ -10375,6 +10432,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10375
10432
|
enabled: z.ZodBoolean;
|
|
10376
10433
|
active: z.ZodBoolean;
|
|
10377
10434
|
title: z.ZodString;
|
|
10435
|
+
callApi: z.ZodBoolean;
|
|
10378
10436
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
10379
10437
|
type: z.ZodLiteral<"manual">;
|
|
10380
10438
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -10749,6 +10807,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10749
10807
|
enabled: boolean;
|
|
10750
10808
|
active: boolean;
|
|
10751
10809
|
title: string;
|
|
10810
|
+
callApi: boolean;
|
|
10752
10811
|
trigger: {
|
|
10753
10812
|
type: "manual";
|
|
10754
10813
|
port?: number | undefined;
|
|
@@ -10845,6 +10904,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10845
10904
|
enabled: boolean;
|
|
10846
10905
|
active: boolean;
|
|
10847
10906
|
title: string;
|
|
10907
|
+
callApi: boolean;
|
|
10848
10908
|
trigger: {
|
|
10849
10909
|
type: "manual";
|
|
10850
10910
|
port?: number | undefined;
|
|
@@ -10930,6 +10990,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
10930
10990
|
enabled: z.ZodBoolean;
|
|
10931
10991
|
active: z.ZodBoolean;
|
|
10932
10992
|
title: z.ZodString;
|
|
10993
|
+
callApi: z.ZodBoolean;
|
|
10933
10994
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
10934
10995
|
type: z.ZodLiteral<"manual">;
|
|
10935
10996
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11275,6 +11336,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11275
11336
|
enabled: boolean;
|
|
11276
11337
|
active: boolean;
|
|
11277
11338
|
title: string;
|
|
11339
|
+
callApi: boolean;
|
|
11278
11340
|
trigger: {
|
|
11279
11341
|
type: "manual";
|
|
11280
11342
|
port?: number | undefined;
|
|
@@ -11361,6 +11423,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11361
11423
|
enabled: boolean;
|
|
11362
11424
|
active: boolean;
|
|
11363
11425
|
title: string;
|
|
11426
|
+
callApi: boolean;
|
|
11364
11427
|
trigger: {
|
|
11365
11428
|
type: "manual";
|
|
11366
11429
|
port?: number | undefined;
|
|
@@ -11443,6 +11506,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11443
11506
|
enabled: z.ZodBoolean;
|
|
11444
11507
|
active: z.ZodBoolean;
|
|
11445
11508
|
title: z.ZodString;
|
|
11509
|
+
callApi: z.ZodBoolean;
|
|
11446
11510
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
11447
11511
|
type: z.ZodLiteral<"manual">;
|
|
11448
11512
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11788,6 +11852,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11788
11852
|
enabled: boolean;
|
|
11789
11853
|
active: boolean;
|
|
11790
11854
|
title: string;
|
|
11855
|
+
callApi: boolean;
|
|
11791
11856
|
trigger: {
|
|
11792
11857
|
type: "manual";
|
|
11793
11858
|
port?: number | undefined;
|
|
@@ -11874,6 +11939,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11874
11939
|
enabled: boolean;
|
|
11875
11940
|
active: boolean;
|
|
11876
11941
|
title: string;
|
|
11942
|
+
callApi: boolean;
|
|
11877
11943
|
trigger: {
|
|
11878
11944
|
type: "manual";
|
|
11879
11945
|
port?: number | undefined;
|
|
@@ -11956,6 +12022,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
11956
12022
|
enabled: z.ZodBoolean;
|
|
11957
12023
|
active: z.ZodBoolean;
|
|
11958
12024
|
title: z.ZodString;
|
|
12025
|
+
callApi: z.ZodBoolean;
|
|
11959
12026
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
11960
12027
|
type: z.ZodLiteral<"manual">;
|
|
11961
12028
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12301,6 +12368,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12301
12368
|
enabled: boolean;
|
|
12302
12369
|
active: boolean;
|
|
12303
12370
|
title: string;
|
|
12371
|
+
callApi: boolean;
|
|
12304
12372
|
trigger: {
|
|
12305
12373
|
type: "manual";
|
|
12306
12374
|
port?: number | undefined;
|
|
@@ -12387,6 +12455,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12387
12455
|
enabled: boolean;
|
|
12388
12456
|
active: boolean;
|
|
12389
12457
|
title: string;
|
|
12458
|
+
callApi: boolean;
|
|
12390
12459
|
trigger: {
|
|
12391
12460
|
type: "manual";
|
|
12392
12461
|
port?: number | undefined;
|
|
@@ -12469,6 +12538,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12469
12538
|
enabled: z.ZodBoolean;
|
|
12470
12539
|
active: z.ZodBoolean;
|
|
12471
12540
|
title: z.ZodString;
|
|
12541
|
+
callApi: z.ZodBoolean;
|
|
12472
12542
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12473
12543
|
type: z.ZodLiteral<"manual">;
|
|
12474
12544
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -12814,6 +12884,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12814
12884
|
enabled: boolean;
|
|
12815
12885
|
active: boolean;
|
|
12816
12886
|
title: string;
|
|
12887
|
+
callApi: boolean;
|
|
12817
12888
|
trigger: {
|
|
12818
12889
|
type: "manual";
|
|
12819
12890
|
port?: number | undefined;
|
|
@@ -12900,6 +12971,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12900
12971
|
enabled: boolean;
|
|
12901
12972
|
active: boolean;
|
|
12902
12973
|
title: string;
|
|
12974
|
+
callApi: boolean;
|
|
12903
12975
|
trigger: {
|
|
12904
12976
|
type: "manual";
|
|
12905
12977
|
port?: number | undefined;
|
|
@@ -12982,6 +13054,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
12982
13054
|
enabled: z.ZodBoolean;
|
|
12983
13055
|
active: z.ZodBoolean;
|
|
12984
13056
|
title: z.ZodString;
|
|
13057
|
+
callApi: z.ZodBoolean;
|
|
12985
13058
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12986
13059
|
type: z.ZodLiteral<"manual">;
|
|
12987
13060
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13326,7 +13399,6 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13326
13399
|
direction: z.ZodNullable<z.ZodEnum<["N", "NE", "E", "SE", "S", "SW", "W", "NW"]>>;
|
|
13327
13400
|
position: z.ZodUnion<[z.ZodLiteral<"fix">, z.ZodLiteral<"rotating">, z.ZodLiteral<"controllable">]>;
|
|
13328
13401
|
webPageUrl: z.ZodString;
|
|
13329
|
-
mediaServerUrl: z.ZodNullable<z.ZodString>;
|
|
13330
13402
|
}, "strip", z.ZodTypeAny, {
|
|
13331
13403
|
status: {
|
|
13332
13404
|
led: boolean;
|
|
@@ -13336,6 +13408,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13336
13408
|
enabled: boolean;
|
|
13337
13409
|
active: boolean;
|
|
13338
13410
|
title: string;
|
|
13411
|
+
callApi: boolean;
|
|
13339
13412
|
trigger: {
|
|
13340
13413
|
type: "manual";
|
|
13341
13414
|
port?: number | undefined;
|
|
@@ -13421,7 +13494,6 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13421
13494
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
13422
13495
|
position: "fix" | "rotating" | "controllable";
|
|
13423
13496
|
webPageUrl: string;
|
|
13424
|
-
mediaServerUrl: string | null;
|
|
13425
13497
|
}, {
|
|
13426
13498
|
status: {
|
|
13427
13499
|
led: boolean;
|
|
@@ -13431,6 +13503,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13431
13503
|
enabled: boolean;
|
|
13432
13504
|
active: boolean;
|
|
13433
13505
|
title: string;
|
|
13506
|
+
callApi: boolean;
|
|
13434
13507
|
trigger: {
|
|
13435
13508
|
type: "manual";
|
|
13436
13509
|
port?: number | undefined;
|
|
@@ -13516,12 +13589,12 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13516
13589
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
13517
13590
|
position: "fix" | "rotating" | "controllable";
|
|
13518
13591
|
webPageUrl: string;
|
|
13519
|
-
mediaServerUrl: string | null;
|
|
13520
13592
|
}>, z.ZodObject<{
|
|
13521
13593
|
streamId: z.ZodString;
|
|
13522
13594
|
enabled: z.ZodBoolean;
|
|
13523
13595
|
active: z.ZodBoolean;
|
|
13524
13596
|
title: z.ZodString;
|
|
13597
|
+
callApi: z.ZodBoolean;
|
|
13525
13598
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
13526
13599
|
type: z.ZodLiteral<"manual">;
|
|
13527
13600
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13878,6 +13951,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13878
13951
|
enabled: boolean;
|
|
13879
13952
|
active: boolean;
|
|
13880
13953
|
title: string;
|
|
13954
|
+
callApi: boolean;
|
|
13881
13955
|
trigger: {
|
|
13882
13956
|
type: "manual";
|
|
13883
13957
|
port?: number | undefined;
|
|
@@ -13975,6 +14049,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
13975
14049
|
enabled: boolean;
|
|
13976
14050
|
active: boolean;
|
|
13977
14051
|
title: string;
|
|
14052
|
+
callApi: boolean;
|
|
13978
14053
|
trigger: {
|
|
13979
14054
|
type: "manual";
|
|
13980
14055
|
port?: number | undefined;
|
|
@@ -14068,6 +14143,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14068
14143
|
enabled: z.ZodBoolean;
|
|
14069
14144
|
active: z.ZodBoolean;
|
|
14070
14145
|
title: z.ZodString;
|
|
14146
|
+
callApi: z.ZodBoolean;
|
|
14071
14147
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
14072
14148
|
type: z.ZodLiteral<"manual">;
|
|
14073
14149
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14413,6 +14489,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14413
14489
|
enabled: boolean;
|
|
14414
14490
|
active: boolean;
|
|
14415
14491
|
title: string;
|
|
14492
|
+
callApi: boolean;
|
|
14416
14493
|
trigger: {
|
|
14417
14494
|
type: "manual";
|
|
14418
14495
|
port?: number | undefined;
|
|
@@ -14499,6 +14576,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14499
14576
|
enabled: boolean;
|
|
14500
14577
|
active: boolean;
|
|
14501
14578
|
title: string;
|
|
14579
|
+
callApi: boolean;
|
|
14502
14580
|
trigger: {
|
|
14503
14581
|
type: "manual";
|
|
14504
14582
|
port?: number | undefined;
|
|
@@ -14581,6 +14659,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14581
14659
|
enabled: z.ZodBoolean;
|
|
14582
14660
|
active: z.ZodBoolean;
|
|
14583
14661
|
title: z.ZodString;
|
|
14662
|
+
callApi: z.ZodBoolean;
|
|
14584
14663
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
14585
14664
|
type: z.ZodLiteral<"manual">;
|
|
14586
14665
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14926,6 +15005,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
14926
15005
|
enabled: boolean;
|
|
14927
15006
|
active: boolean;
|
|
14928
15007
|
title: string;
|
|
15008
|
+
callApi: boolean;
|
|
14929
15009
|
trigger: {
|
|
14930
15010
|
type: "manual";
|
|
14931
15011
|
port?: number | undefined;
|
|
@@ -15012,6 +15092,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15012
15092
|
enabled: boolean;
|
|
15013
15093
|
active: boolean;
|
|
15014
15094
|
title: string;
|
|
15095
|
+
callApi: boolean;
|
|
15015
15096
|
trigger: {
|
|
15016
15097
|
type: "manual";
|
|
15017
15098
|
port?: number | undefined;
|
|
@@ -15094,6 +15175,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15094
15175
|
enabled: z.ZodBoolean;
|
|
15095
15176
|
active: z.ZodBoolean;
|
|
15096
15177
|
title: z.ZodString;
|
|
15178
|
+
callApi: z.ZodBoolean;
|
|
15097
15179
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
15098
15180
|
type: z.ZodLiteral<"manual">;
|
|
15099
15181
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15439,6 +15521,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15439
15521
|
enabled: boolean;
|
|
15440
15522
|
active: boolean;
|
|
15441
15523
|
title: string;
|
|
15524
|
+
callApi: boolean;
|
|
15442
15525
|
trigger: {
|
|
15443
15526
|
type: "manual";
|
|
15444
15527
|
port?: number | undefined;
|
|
@@ -15525,6 +15608,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15525
15608
|
enabled: boolean;
|
|
15526
15609
|
active: boolean;
|
|
15527
15610
|
title: string;
|
|
15611
|
+
callApi: boolean;
|
|
15528
15612
|
trigger: {
|
|
15529
15613
|
type: "manual";
|
|
15530
15614
|
port?: number | undefined;
|
|
@@ -15607,6 +15691,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15607
15691
|
enabled: z.ZodBoolean;
|
|
15608
15692
|
active: z.ZodBoolean;
|
|
15609
15693
|
title: z.ZodString;
|
|
15694
|
+
callApi: z.ZodBoolean;
|
|
15610
15695
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
15611
15696
|
type: z.ZodLiteral<"manual">;
|
|
15612
15697
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15952,6 +16037,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
15952
16037
|
enabled: boolean;
|
|
15953
16038
|
active: boolean;
|
|
15954
16039
|
title: string;
|
|
16040
|
+
callApi: boolean;
|
|
15955
16041
|
trigger: {
|
|
15956
16042
|
type: "manual";
|
|
15957
16043
|
port?: number | undefined;
|
|
@@ -16038,6 +16124,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16038
16124
|
enabled: boolean;
|
|
16039
16125
|
active: boolean;
|
|
16040
16126
|
title: string;
|
|
16127
|
+
callApi: boolean;
|
|
16041
16128
|
trigger: {
|
|
16042
16129
|
type: "manual";
|
|
16043
16130
|
port?: number | undefined;
|
|
@@ -16120,6 +16207,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16120
16207
|
enabled: z.ZodBoolean;
|
|
16121
16208
|
active: z.ZodBoolean;
|
|
16122
16209
|
title: z.ZodString;
|
|
16210
|
+
callApi: z.ZodBoolean;
|
|
16123
16211
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
16124
16212
|
type: z.ZodLiteral<"manual">;
|
|
16125
16213
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16465,6 +16553,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16465
16553
|
enabled: boolean;
|
|
16466
16554
|
active: boolean;
|
|
16467
16555
|
title: string;
|
|
16556
|
+
callApi: boolean;
|
|
16468
16557
|
trigger: {
|
|
16469
16558
|
type: "manual";
|
|
16470
16559
|
port?: number | undefined;
|
|
@@ -16551,6 +16640,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16551
16640
|
enabled: boolean;
|
|
16552
16641
|
active: boolean;
|
|
16553
16642
|
title: string;
|
|
16643
|
+
callApi: boolean;
|
|
16554
16644
|
trigger: {
|
|
16555
16645
|
type: "manual";
|
|
16556
16646
|
port?: number | undefined;
|
|
@@ -16633,6 +16723,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16633
16723
|
enabled: z.ZodBoolean;
|
|
16634
16724
|
active: z.ZodBoolean;
|
|
16635
16725
|
title: z.ZodString;
|
|
16726
|
+
callApi: z.ZodBoolean;
|
|
16636
16727
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
16637
16728
|
type: z.ZodLiteral<"manual">;
|
|
16638
16729
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16978,6 +17069,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
16978
17069
|
enabled: boolean;
|
|
16979
17070
|
active: boolean;
|
|
16980
17071
|
title: string;
|
|
17072
|
+
callApi: boolean;
|
|
16981
17073
|
trigger: {
|
|
16982
17074
|
type: "manual";
|
|
16983
17075
|
port?: number | undefined;
|
|
@@ -17064,6 +17156,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17064
17156
|
enabled: boolean;
|
|
17065
17157
|
active: boolean;
|
|
17066
17158
|
title: string;
|
|
17159
|
+
callApi: boolean;
|
|
17067
17160
|
trigger: {
|
|
17068
17161
|
type: "manual";
|
|
17069
17162
|
port?: number | undefined;
|
|
@@ -17146,6 +17239,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17146
17239
|
enabled: z.ZodBoolean;
|
|
17147
17240
|
active: z.ZodBoolean;
|
|
17148
17241
|
title: z.ZodString;
|
|
17242
|
+
callApi: z.ZodBoolean;
|
|
17149
17243
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
17150
17244
|
type: z.ZodLiteral<"manual">;
|
|
17151
17245
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17491,6 +17585,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17491
17585
|
enabled: boolean;
|
|
17492
17586
|
active: boolean;
|
|
17493
17587
|
title: string;
|
|
17588
|
+
callApi: boolean;
|
|
17494
17589
|
trigger: {
|
|
17495
17590
|
type: "manual";
|
|
17496
17591
|
port?: number | undefined;
|
|
@@ -17577,6 +17672,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17577
17672
|
enabled: boolean;
|
|
17578
17673
|
active: boolean;
|
|
17579
17674
|
title: string;
|
|
17675
|
+
callApi: boolean;
|
|
17580
17676
|
trigger: {
|
|
17581
17677
|
type: "manual";
|
|
17582
17678
|
port?: number | undefined;
|
|
@@ -17659,6 +17755,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
17659
17755
|
enabled: z.ZodBoolean;
|
|
17660
17756
|
active: z.ZodBoolean;
|
|
17661
17757
|
title: z.ZodString;
|
|
17758
|
+
callApi: z.ZodBoolean;
|
|
17662
17759
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
17663
17760
|
type: z.ZodLiteral<"manual">;
|
|
17664
17761
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18004,6 +18101,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18004
18101
|
enabled: boolean;
|
|
18005
18102
|
active: boolean;
|
|
18006
18103
|
title: string;
|
|
18104
|
+
callApi: boolean;
|
|
18007
18105
|
trigger: {
|
|
18008
18106
|
type: "manual";
|
|
18009
18107
|
port?: number | undefined;
|
|
@@ -18090,6 +18188,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18090
18188
|
enabled: boolean;
|
|
18091
18189
|
active: boolean;
|
|
18092
18190
|
title: string;
|
|
18191
|
+
callApi: boolean;
|
|
18093
18192
|
trigger: {
|
|
18094
18193
|
type: "manual";
|
|
18095
18194
|
port?: number | undefined;
|
|
@@ -18172,6 +18271,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18172
18271
|
enabled: z.ZodBoolean;
|
|
18173
18272
|
active: z.ZodBoolean;
|
|
18174
18273
|
title: z.ZodString;
|
|
18274
|
+
callApi: z.ZodBoolean;
|
|
18175
18275
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
18176
18276
|
type: z.ZodLiteral<"manual">;
|
|
18177
18277
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18517,6 +18617,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18517
18617
|
enabled: boolean;
|
|
18518
18618
|
active: boolean;
|
|
18519
18619
|
title: string;
|
|
18620
|
+
callApi: boolean;
|
|
18520
18621
|
trigger: {
|
|
18521
18622
|
type: "manual";
|
|
18522
18623
|
port?: number | undefined;
|
|
@@ -18603,6 +18704,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18603
18704
|
enabled: boolean;
|
|
18604
18705
|
active: boolean;
|
|
18605
18706
|
title: string;
|
|
18707
|
+
callApi: boolean;
|
|
18606
18708
|
trigger: {
|
|
18607
18709
|
type: "manual";
|
|
18608
18710
|
port?: number | undefined;
|
|
@@ -18685,6 +18787,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
18685
18787
|
enabled: z.ZodBoolean;
|
|
18686
18788
|
active: z.ZodBoolean;
|
|
18687
18789
|
title: z.ZodString;
|
|
18790
|
+
callApi: z.ZodBoolean;
|
|
18688
18791
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
18689
18792
|
type: z.ZodLiteral<"manual">;
|
|
18690
18793
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19030,6 +19133,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19030
19133
|
enabled: boolean;
|
|
19031
19134
|
active: boolean;
|
|
19032
19135
|
title: string;
|
|
19136
|
+
callApi: boolean;
|
|
19033
19137
|
trigger: {
|
|
19034
19138
|
type: "manual";
|
|
19035
19139
|
port?: number | undefined;
|
|
@@ -19116,6 +19220,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19116
19220
|
enabled: boolean;
|
|
19117
19221
|
active: boolean;
|
|
19118
19222
|
title: string;
|
|
19223
|
+
callApi: boolean;
|
|
19119
19224
|
trigger: {
|
|
19120
19225
|
type: "manual";
|
|
19121
19226
|
port?: number | undefined;
|
|
@@ -19198,6 +19303,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19198
19303
|
enabled: z.ZodBoolean;
|
|
19199
19304
|
active: z.ZodBoolean;
|
|
19200
19305
|
title: z.ZodString;
|
|
19306
|
+
callApi: z.ZodBoolean;
|
|
19201
19307
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
19202
19308
|
type: z.ZodLiteral<"manual">;
|
|
19203
19309
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19543,6 +19649,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19543
19649
|
enabled: boolean;
|
|
19544
19650
|
active: boolean;
|
|
19545
19651
|
title: string;
|
|
19652
|
+
callApi: boolean;
|
|
19546
19653
|
trigger: {
|
|
19547
19654
|
type: "manual";
|
|
19548
19655
|
port?: number | undefined;
|
|
@@ -19629,6 +19736,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19629
19736
|
enabled: boolean;
|
|
19630
19737
|
active: boolean;
|
|
19631
19738
|
title: string;
|
|
19739
|
+
callApi: boolean;
|
|
19632
19740
|
trigger: {
|
|
19633
19741
|
type: "manual";
|
|
19634
19742
|
port?: number | undefined;
|
|
@@ -19711,6 +19819,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
19711
19819
|
enabled: z.ZodBoolean;
|
|
19712
19820
|
active: z.ZodBoolean;
|
|
19713
19821
|
title: z.ZodString;
|
|
19822
|
+
callApi: z.ZodBoolean;
|
|
19714
19823
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
19715
19824
|
type: z.ZodLiteral<"manual">;
|
|
19716
19825
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20056,6 +20165,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20056
20165
|
enabled: boolean;
|
|
20057
20166
|
active: boolean;
|
|
20058
20167
|
title: string;
|
|
20168
|
+
callApi: boolean;
|
|
20059
20169
|
trigger: {
|
|
20060
20170
|
type: "manual";
|
|
20061
20171
|
port?: number | undefined;
|
|
@@ -20142,6 +20252,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20142
20252
|
enabled: boolean;
|
|
20143
20253
|
active: boolean;
|
|
20144
20254
|
title: string;
|
|
20255
|
+
callApi: boolean;
|
|
20145
20256
|
trigger: {
|
|
20146
20257
|
type: "manual";
|
|
20147
20258
|
port?: number | undefined;
|
|
@@ -20224,6 +20335,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20224
20335
|
enabled: z.ZodBoolean;
|
|
20225
20336
|
active: z.ZodBoolean;
|
|
20226
20337
|
title: z.ZodString;
|
|
20338
|
+
callApi: z.ZodBoolean;
|
|
20227
20339
|
trigger: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
20228
20340
|
type: z.ZodLiteral<"manual">;
|
|
20229
20341
|
port: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20569,6 +20681,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20569
20681
|
enabled: boolean;
|
|
20570
20682
|
active: boolean;
|
|
20571
20683
|
title: string;
|
|
20684
|
+
callApi: boolean;
|
|
20572
20685
|
trigger: {
|
|
20573
20686
|
type: "manual";
|
|
20574
20687
|
port?: number | undefined;
|
|
@@ -20655,6 +20768,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20655
20768
|
enabled: boolean;
|
|
20656
20769
|
active: boolean;
|
|
20657
20770
|
title: string;
|
|
20771
|
+
callApi: boolean;
|
|
20658
20772
|
trigger: {
|
|
20659
20773
|
type: "manual";
|
|
20660
20774
|
port?: number | undefined;
|
|
@@ -20750,6 +20864,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20750
20864
|
enabled: boolean;
|
|
20751
20865
|
active: boolean;
|
|
20752
20866
|
title: string;
|
|
20867
|
+
callApi: boolean;
|
|
20753
20868
|
trigger: {
|
|
20754
20869
|
type: "manual";
|
|
20755
20870
|
port?: number | undefined;
|
|
@@ -20839,6 +20954,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20839
20954
|
enabled: boolean;
|
|
20840
20955
|
active: boolean;
|
|
20841
20956
|
title: string;
|
|
20957
|
+
callApi: boolean;
|
|
20842
20958
|
trigger: {
|
|
20843
20959
|
type: "manual";
|
|
20844
20960
|
port?: number | undefined;
|
|
@@ -20924,7 +21040,6 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20924
21040
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
20925
21041
|
position: "fix" | "rotating" | "controllable";
|
|
20926
21042
|
webPageUrl: string;
|
|
20927
|
-
mediaServerUrl: string | null;
|
|
20928
21043
|
} | {
|
|
20929
21044
|
status: {
|
|
20930
21045
|
led: boolean;
|
|
@@ -20934,6 +21049,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
20934
21049
|
enabled: boolean;
|
|
20935
21050
|
active: boolean;
|
|
20936
21051
|
title: string;
|
|
21052
|
+
callApi: boolean;
|
|
20937
21053
|
trigger: {
|
|
20938
21054
|
type: "manual";
|
|
20939
21055
|
port?: number | undefined;
|
|
@@ -21031,6 +21147,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21031
21147
|
enabled: boolean;
|
|
21032
21148
|
active: boolean;
|
|
21033
21149
|
title: string;
|
|
21150
|
+
callApi: boolean;
|
|
21034
21151
|
trigger: {
|
|
21035
21152
|
type: "manual";
|
|
21036
21153
|
port?: number | undefined;
|
|
@@ -21117,6 +21234,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21117
21234
|
enabled: boolean;
|
|
21118
21235
|
active: boolean;
|
|
21119
21236
|
title: string;
|
|
21237
|
+
callApi: boolean;
|
|
21120
21238
|
trigger: {
|
|
21121
21239
|
type: "manual";
|
|
21122
21240
|
port?: number | undefined;
|
|
@@ -21203,6 +21321,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21203
21321
|
enabled: boolean;
|
|
21204
21322
|
active: boolean;
|
|
21205
21323
|
title: string;
|
|
21324
|
+
callApi: boolean;
|
|
21206
21325
|
trigger: {
|
|
21207
21326
|
type: "manual";
|
|
21208
21327
|
port?: number | undefined;
|
|
@@ -21289,6 +21408,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21289
21408
|
enabled: boolean;
|
|
21290
21409
|
active: boolean;
|
|
21291
21410
|
title: string;
|
|
21411
|
+
callApi: boolean;
|
|
21292
21412
|
trigger: {
|
|
21293
21413
|
type: "manual";
|
|
21294
21414
|
port?: number | undefined;
|
|
@@ -21375,6 +21495,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21375
21495
|
enabled: boolean;
|
|
21376
21496
|
active: boolean;
|
|
21377
21497
|
title: string;
|
|
21498
|
+
callApi: boolean;
|
|
21378
21499
|
trigger: {
|
|
21379
21500
|
type: "manual";
|
|
21380
21501
|
port?: number | undefined;
|
|
@@ -21461,6 +21582,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21461
21582
|
enabled: boolean;
|
|
21462
21583
|
active: boolean;
|
|
21463
21584
|
title: string;
|
|
21585
|
+
callApi: boolean;
|
|
21464
21586
|
trigger: {
|
|
21465
21587
|
type: "manual";
|
|
21466
21588
|
port?: number | undefined;
|
|
@@ -21547,6 +21669,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21547
21669
|
enabled: boolean;
|
|
21548
21670
|
active: boolean;
|
|
21549
21671
|
title: string;
|
|
21672
|
+
callApi: boolean;
|
|
21550
21673
|
trigger: {
|
|
21551
21674
|
type: "manual";
|
|
21552
21675
|
port?: number | undefined;
|
|
@@ -21633,6 +21756,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21633
21756
|
enabled: boolean;
|
|
21634
21757
|
active: boolean;
|
|
21635
21758
|
title: string;
|
|
21759
|
+
callApi: boolean;
|
|
21636
21760
|
trigger: {
|
|
21637
21761
|
type: "manual";
|
|
21638
21762
|
port?: number | undefined;
|
|
@@ -21719,6 +21843,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21719
21843
|
enabled: boolean;
|
|
21720
21844
|
active: boolean;
|
|
21721
21845
|
title: string;
|
|
21846
|
+
callApi: boolean;
|
|
21722
21847
|
trigger: {
|
|
21723
21848
|
type: "manual";
|
|
21724
21849
|
port?: number | undefined;
|
|
@@ -21805,6 +21930,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21805
21930
|
enabled: boolean;
|
|
21806
21931
|
active: boolean;
|
|
21807
21932
|
title: string;
|
|
21933
|
+
callApi: boolean;
|
|
21808
21934
|
trigger: {
|
|
21809
21935
|
type: "manual";
|
|
21810
21936
|
port?: number | undefined;
|
|
@@ -21891,6 +22017,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21891
22017
|
enabled: boolean;
|
|
21892
22018
|
active: boolean;
|
|
21893
22019
|
title: string;
|
|
22020
|
+
callApi: boolean;
|
|
21894
22021
|
trigger: {
|
|
21895
22022
|
type: "manual";
|
|
21896
22023
|
port?: number | undefined;
|
|
@@ -21977,6 +22104,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
21977
22104
|
enabled: boolean;
|
|
21978
22105
|
active: boolean;
|
|
21979
22106
|
title: string;
|
|
22107
|
+
callApi: boolean;
|
|
21980
22108
|
trigger: {
|
|
21981
22109
|
type: "manual";
|
|
21982
22110
|
port?: number | undefined;
|
|
@@ -22063,6 +22191,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22063
22191
|
enabled: boolean;
|
|
22064
22192
|
active: boolean;
|
|
22065
22193
|
title: string;
|
|
22194
|
+
callApi: boolean;
|
|
22066
22195
|
trigger: {
|
|
22067
22196
|
type: "manual";
|
|
22068
22197
|
port?: number | undefined;
|
|
@@ -22149,6 +22278,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22149
22278
|
enabled: boolean;
|
|
22150
22279
|
active: boolean;
|
|
22151
22280
|
title: string;
|
|
22281
|
+
callApi: boolean;
|
|
22152
22282
|
trigger: {
|
|
22153
22283
|
type: "manual";
|
|
22154
22284
|
port?: number | undefined;
|
|
@@ -22235,6 +22365,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22235
22365
|
enabled: boolean;
|
|
22236
22366
|
active: boolean;
|
|
22237
22367
|
title: string;
|
|
22368
|
+
callApi: boolean;
|
|
22238
22369
|
trigger: {
|
|
22239
22370
|
type: "manual";
|
|
22240
22371
|
port?: number | undefined;
|
|
@@ -22321,6 +22452,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22321
22452
|
enabled: boolean;
|
|
22322
22453
|
active: boolean;
|
|
22323
22454
|
title: string;
|
|
22455
|
+
callApi: boolean;
|
|
22324
22456
|
trigger: {
|
|
22325
22457
|
type: "manual";
|
|
22326
22458
|
port?: number | undefined;
|
|
@@ -22407,6 +22539,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22407
22539
|
enabled: boolean;
|
|
22408
22540
|
active: boolean;
|
|
22409
22541
|
title: string;
|
|
22542
|
+
callApi: boolean;
|
|
22410
22543
|
trigger: {
|
|
22411
22544
|
type: "manual";
|
|
22412
22545
|
port?: number | undefined;
|
|
@@ -22502,6 +22635,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22502
22635
|
enabled: boolean;
|
|
22503
22636
|
active: boolean;
|
|
22504
22637
|
title: string;
|
|
22638
|
+
callApi: boolean;
|
|
22505
22639
|
trigger: {
|
|
22506
22640
|
type: "manual";
|
|
22507
22641
|
port?: number | undefined;
|
|
@@ -22591,6 +22725,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22591
22725
|
enabled: boolean;
|
|
22592
22726
|
active: boolean;
|
|
22593
22727
|
title: string;
|
|
22728
|
+
callApi: boolean;
|
|
22594
22729
|
trigger: {
|
|
22595
22730
|
type: "manual";
|
|
22596
22731
|
port?: number | undefined;
|
|
@@ -22676,7 +22811,6 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22676
22811
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
22677
22812
|
position: "fix" | "rotating" | "controllable";
|
|
22678
22813
|
webPageUrl: string;
|
|
22679
|
-
mediaServerUrl: string | null;
|
|
22680
22814
|
} | {
|
|
22681
22815
|
status: {
|
|
22682
22816
|
led: boolean;
|
|
@@ -22686,6 +22820,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22686
22820
|
enabled: boolean;
|
|
22687
22821
|
active: boolean;
|
|
22688
22822
|
title: string;
|
|
22823
|
+
callApi: boolean;
|
|
22689
22824
|
trigger: {
|
|
22690
22825
|
type: "manual";
|
|
22691
22826
|
port?: number | undefined;
|
|
@@ -22783,6 +22918,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22783
22918
|
enabled: boolean;
|
|
22784
22919
|
active: boolean;
|
|
22785
22920
|
title: string;
|
|
22921
|
+
callApi: boolean;
|
|
22786
22922
|
trigger: {
|
|
22787
22923
|
type: "manual";
|
|
22788
22924
|
port?: number | undefined;
|
|
@@ -22869,6 +23005,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22869
23005
|
enabled: boolean;
|
|
22870
23006
|
active: boolean;
|
|
22871
23007
|
title: string;
|
|
23008
|
+
callApi: boolean;
|
|
22872
23009
|
trigger: {
|
|
22873
23010
|
type: "manual";
|
|
22874
23011
|
port?: number | undefined;
|
|
@@ -22955,6 +23092,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
22955
23092
|
enabled: boolean;
|
|
22956
23093
|
active: boolean;
|
|
22957
23094
|
title: string;
|
|
23095
|
+
callApi: boolean;
|
|
22958
23096
|
trigger: {
|
|
22959
23097
|
type: "manual";
|
|
22960
23098
|
port?: number | undefined;
|
|
@@ -23041,6 +23179,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23041
23179
|
enabled: boolean;
|
|
23042
23180
|
active: boolean;
|
|
23043
23181
|
title: string;
|
|
23182
|
+
callApi: boolean;
|
|
23044
23183
|
trigger: {
|
|
23045
23184
|
type: "manual";
|
|
23046
23185
|
port?: number | undefined;
|
|
@@ -23127,6 +23266,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23127
23266
|
enabled: boolean;
|
|
23128
23267
|
active: boolean;
|
|
23129
23268
|
title: string;
|
|
23269
|
+
callApi: boolean;
|
|
23130
23270
|
trigger: {
|
|
23131
23271
|
type: "manual";
|
|
23132
23272
|
port?: number | undefined;
|
|
@@ -23213,6 +23353,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23213
23353
|
enabled: boolean;
|
|
23214
23354
|
active: boolean;
|
|
23215
23355
|
title: string;
|
|
23356
|
+
callApi: boolean;
|
|
23216
23357
|
trigger: {
|
|
23217
23358
|
type: "manual";
|
|
23218
23359
|
port?: number | undefined;
|
|
@@ -23299,6 +23440,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23299
23440
|
enabled: boolean;
|
|
23300
23441
|
active: boolean;
|
|
23301
23442
|
title: string;
|
|
23443
|
+
callApi: boolean;
|
|
23302
23444
|
trigger: {
|
|
23303
23445
|
type: "manual";
|
|
23304
23446
|
port?: number | undefined;
|
|
@@ -23385,6 +23527,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23385
23527
|
enabled: boolean;
|
|
23386
23528
|
active: boolean;
|
|
23387
23529
|
title: string;
|
|
23530
|
+
callApi: boolean;
|
|
23388
23531
|
trigger: {
|
|
23389
23532
|
type: "manual";
|
|
23390
23533
|
port?: number | undefined;
|
|
@@ -23471,6 +23614,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23471
23614
|
enabled: boolean;
|
|
23472
23615
|
active: boolean;
|
|
23473
23616
|
title: string;
|
|
23617
|
+
callApi: boolean;
|
|
23474
23618
|
trigger: {
|
|
23475
23619
|
type: "manual";
|
|
23476
23620
|
port?: number | undefined;
|
|
@@ -23557,6 +23701,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23557
23701
|
enabled: boolean;
|
|
23558
23702
|
active: boolean;
|
|
23559
23703
|
title: string;
|
|
23704
|
+
callApi: boolean;
|
|
23560
23705
|
trigger: {
|
|
23561
23706
|
type: "manual";
|
|
23562
23707
|
port?: number | undefined;
|
|
@@ -23643,6 +23788,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23643
23788
|
enabled: boolean;
|
|
23644
23789
|
active: boolean;
|
|
23645
23790
|
title: string;
|
|
23791
|
+
callApi: boolean;
|
|
23646
23792
|
trigger: {
|
|
23647
23793
|
type: "manual";
|
|
23648
23794
|
port?: number | undefined;
|
|
@@ -23729,6 +23875,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23729
23875
|
enabled: boolean;
|
|
23730
23876
|
active: boolean;
|
|
23731
23877
|
title: string;
|
|
23878
|
+
callApi: boolean;
|
|
23732
23879
|
trigger: {
|
|
23733
23880
|
type: "manual";
|
|
23734
23881
|
port?: number | undefined;
|
|
@@ -23815,6 +23962,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23815
23962
|
enabled: boolean;
|
|
23816
23963
|
active: boolean;
|
|
23817
23964
|
title: string;
|
|
23965
|
+
callApi: boolean;
|
|
23818
23966
|
trigger: {
|
|
23819
23967
|
type: "manual";
|
|
23820
23968
|
port?: number | undefined;
|
|
@@ -23901,6 +24049,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23901
24049
|
enabled: boolean;
|
|
23902
24050
|
active: boolean;
|
|
23903
24051
|
title: string;
|
|
24052
|
+
callApi: boolean;
|
|
23904
24053
|
trigger: {
|
|
23905
24054
|
type: "manual";
|
|
23906
24055
|
port?: number | undefined;
|
|
@@ -23987,6 +24136,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
23987
24136
|
enabled: boolean;
|
|
23988
24137
|
active: boolean;
|
|
23989
24138
|
title: string;
|
|
24139
|
+
callApi: boolean;
|
|
23990
24140
|
trigger: {
|
|
23991
24141
|
type: "manual";
|
|
23992
24142
|
port?: number | undefined;
|
|
@@ -24073,6 +24223,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
24073
24223
|
enabled: boolean;
|
|
24074
24224
|
active: boolean;
|
|
24075
24225
|
title: string;
|
|
24226
|
+
callApi: boolean;
|
|
24076
24227
|
trigger: {
|
|
24077
24228
|
type: "manual";
|
|
24078
24229
|
port?: number | undefined;
|
|
@@ -24159,6 +24310,7 @@ export declare const streamListSchema: z.ZodObject<{
|
|
|
24159
24310
|
enabled: boolean;
|
|
24160
24311
|
active: boolean;
|
|
24161
24312
|
title: string;
|
|
24313
|
+
callApi: boolean;
|
|
24162
24314
|
trigger: {
|
|
24163
24315
|
type: "manual";
|
|
24164
24316
|
port?: number | undefined;
|
|
@@ -24256,6 +24408,7 @@ export declare const isFacebookStream: (stream: TStream) => stream is {
|
|
|
24256
24408
|
enabled: boolean;
|
|
24257
24409
|
active: boolean;
|
|
24258
24410
|
title: string;
|
|
24411
|
+
callApi: boolean;
|
|
24259
24412
|
trigger: {
|
|
24260
24413
|
type: "manual";
|
|
24261
24414
|
port?: number | undefined;
|
|
@@ -24347,6 +24500,7 @@ export declare const isFacebookRtmpStream: (stream: TStream) => stream is {
|
|
|
24347
24500
|
enabled: boolean;
|
|
24348
24501
|
active: boolean;
|
|
24349
24502
|
title: string;
|
|
24503
|
+
callApi: boolean;
|
|
24350
24504
|
trigger: {
|
|
24351
24505
|
type: "manual";
|
|
24352
24506
|
port?: number | undefined;
|
|
@@ -24435,6 +24589,7 @@ export declare const isMpegDvbStream: (stream: TStream) => stream is {
|
|
|
24435
24589
|
enabled: boolean;
|
|
24436
24590
|
active: boolean;
|
|
24437
24591
|
title: string;
|
|
24592
|
+
callApi: boolean;
|
|
24438
24593
|
trigger: {
|
|
24439
24594
|
type: "manual";
|
|
24440
24595
|
port?: number | undefined;
|
|
@@ -24523,6 +24678,7 @@ export declare const isRtmpStream: (stream: TStream) => stream is {
|
|
|
24523
24678
|
enabled: boolean;
|
|
24524
24679
|
active: boolean;
|
|
24525
24680
|
title: string;
|
|
24681
|
+
callApi: boolean;
|
|
24526
24682
|
trigger: {
|
|
24527
24683
|
type: "manual";
|
|
24528
24684
|
port?: number | undefined;
|
|
@@ -24611,6 +24767,7 @@ export declare const isSdCardStream: (stream: TStream) => stream is {
|
|
|
24611
24767
|
enabled: boolean;
|
|
24612
24768
|
active: boolean;
|
|
24613
24769
|
title: string;
|
|
24770
|
+
callApi: boolean;
|
|
24614
24771
|
trigger: {
|
|
24615
24772
|
type: "manual";
|
|
24616
24773
|
port?: number | undefined;
|
|
@@ -24699,6 +24856,7 @@ export declare const isWindyStream: (stream: TStream) => stream is {
|
|
|
24699
24856
|
enabled: boolean;
|
|
24700
24857
|
active: boolean;
|
|
24701
24858
|
title: string;
|
|
24859
|
+
callApi: boolean;
|
|
24702
24860
|
trigger: {
|
|
24703
24861
|
type: "manual";
|
|
24704
24862
|
port?: number | undefined;
|
|
@@ -24784,7 +24942,6 @@ export declare const isWindyStream: (stream: TStream) => stream is {
|
|
|
24784
24942
|
direction: "N" | "NE" | "E" | "SE" | "S" | "SW" | "W" | "NW" | null;
|
|
24785
24943
|
position: "fix" | "rotating" | "controllable";
|
|
24786
24944
|
webPageUrl: string;
|
|
24787
|
-
mediaServerUrl: string | null;
|
|
24788
24945
|
};
|
|
24789
24946
|
export type TYouTubeStream = z.infer<typeof youtubeSchema>;
|
|
24790
24947
|
export declare const isYouTubeStream: (stream: TStream) => stream is {
|
|
@@ -24796,6 +24953,7 @@ export declare const isYouTubeStream: (stream: TStream) => stream is {
|
|
|
24796
24953
|
enabled: boolean;
|
|
24797
24954
|
active: boolean;
|
|
24798
24955
|
title: string;
|
|
24956
|
+
callApi: boolean;
|
|
24799
24957
|
trigger: {
|
|
24800
24958
|
type: "manual";
|
|
24801
24959
|
port?: number | undefined;
|
|
@@ -24895,6 +25053,7 @@ export declare const isVimeoStream: (stream: TStream) => stream is {
|
|
|
24895
25053
|
enabled: boolean;
|
|
24896
25054
|
active: boolean;
|
|
24897
25055
|
title: string;
|
|
25056
|
+
callApi: boolean;
|
|
24898
25057
|
trigger: {
|
|
24899
25058
|
type: "manual";
|
|
24900
25059
|
port?: number | undefined;
|
|
@@ -24983,6 +25142,7 @@ export declare const isTwitchStream: (stream: TStream) => stream is {
|
|
|
24983
25142
|
enabled: boolean;
|
|
24984
25143
|
active: boolean;
|
|
24985
25144
|
title: string;
|
|
25145
|
+
callApi: boolean;
|
|
24986
25146
|
trigger: {
|
|
24987
25147
|
type: "manual";
|
|
24988
25148
|
port?: number | undefined;
|
|
@@ -25071,6 +25231,7 @@ export declare const isSrtStream: (stream: TStream) => stream is {
|
|
|
25071
25231
|
enabled: boolean;
|
|
25072
25232
|
active: boolean;
|
|
25073
25233
|
title: string;
|
|
25234
|
+
callApi: boolean;
|
|
25074
25235
|
trigger: {
|
|
25075
25236
|
type: "manual";
|
|
25076
25237
|
port?: number | undefined;
|
|
@@ -25159,6 +25320,7 @@ export declare const isDaCastStream: (stream: TStream) => stream is {
|
|
|
25159
25320
|
enabled: boolean;
|
|
25160
25321
|
active: boolean;
|
|
25161
25322
|
title: string;
|
|
25323
|
+
callApi: boolean;
|
|
25162
25324
|
trigger: {
|
|
25163
25325
|
type: "manual";
|
|
25164
25326
|
port?: number | undefined;
|
|
@@ -25247,6 +25409,7 @@ export declare const isHlsPullStream: (stream: TStream) => stream is {
|
|
|
25247
25409
|
enabled: boolean;
|
|
25248
25410
|
active: boolean;
|
|
25249
25411
|
title: string;
|
|
25412
|
+
callApi: boolean;
|
|
25250
25413
|
trigger: {
|
|
25251
25414
|
type: "manual";
|
|
25252
25415
|
port?: number | undefined;
|
|
@@ -25335,6 +25498,7 @@ export declare const isHlsPushStream: (stream: TStream) => stream is {
|
|
|
25335
25498
|
enabled: boolean;
|
|
25336
25499
|
active: boolean;
|
|
25337
25500
|
title: string;
|
|
25501
|
+
callApi: boolean;
|
|
25338
25502
|
trigger: {
|
|
25339
25503
|
type: "manual";
|
|
25340
25504
|
port?: number | undefined;
|
|
@@ -25423,6 +25587,7 @@ export declare const isWowzaStream: (stream: TStream) => stream is {
|
|
|
25423
25587
|
enabled: boolean;
|
|
25424
25588
|
active: boolean;
|
|
25425
25589
|
title: string;
|
|
25590
|
+
callApi: boolean;
|
|
25426
25591
|
trigger: {
|
|
25427
25592
|
type: "manual";
|
|
25428
25593
|
port?: number | undefined;
|
|
@@ -25511,6 +25676,7 @@ export declare const isDailymotionStream: (stream: TStream) => stream is {
|
|
|
25511
25676
|
enabled: boolean;
|
|
25512
25677
|
active: boolean;
|
|
25513
25678
|
title: string;
|
|
25679
|
+
callApi: boolean;
|
|
25514
25680
|
trigger: {
|
|
25515
25681
|
type: "manual";
|
|
25516
25682
|
port?: number | undefined;
|
|
@@ -25599,6 +25765,7 @@ export declare const isIbmStream: (stream: TStream) => stream is {
|
|
|
25599
25765
|
enabled: boolean;
|
|
25600
25766
|
active: boolean;
|
|
25601
25767
|
title: string;
|
|
25768
|
+
callApi: boolean;
|
|
25602
25769
|
trigger: {
|
|
25603
25770
|
type: "manual";
|
|
25604
25771
|
port?: number | undefined;
|
|
@@ -25687,6 +25854,7 @@ export declare const isMicrosoftAzureStream: (stream: TStream) => stream is {
|
|
|
25687
25854
|
enabled: boolean;
|
|
25688
25855
|
active: boolean;
|
|
25689
25856
|
title: string;
|
|
25857
|
+
callApi: boolean;
|
|
25690
25858
|
trigger: {
|
|
25691
25859
|
type: "manual";
|
|
25692
25860
|
port?: number | undefined;
|
|
@@ -25775,6 +25943,7 @@ export declare const isMicrosoftStream: (stream: TStream) => stream is {
|
|
|
25775
25943
|
enabled: boolean;
|
|
25776
25944
|
active: boolean;
|
|
25777
25945
|
title: string;
|
|
25946
|
+
callApi: boolean;
|
|
25778
25947
|
trigger: {
|
|
25779
25948
|
type: "manual";
|
|
25780
25949
|
port?: number | undefined;
|
|
@@ -25863,6 +26032,7 @@ export declare const isGameChangerStream: (stream: TStream) => stream is {
|
|
|
25863
26032
|
enabled: boolean;
|
|
25864
26033
|
active: boolean;
|
|
25865
26034
|
title: string;
|
|
26035
|
+
callApi: boolean;
|
|
25866
26036
|
trigger: {
|
|
25867
26037
|
type: "manual";
|
|
25868
26038
|
port?: number | undefined;
|
|
@@ -25951,6 +26121,7 @@ export declare const isYoutubeRtmpStream: (stream: TStream) => stream is {
|
|
|
25951
26121
|
enabled: boolean;
|
|
25952
26122
|
active: boolean;
|
|
25953
26123
|
title: string;
|
|
26124
|
+
callApi: boolean;
|
|
25954
26125
|
trigger: {
|
|
25955
26126
|
type: "manual";
|
|
25956
26127
|
port?: number | undefined;
|