camstreamerlib 4.0.0-beta.95 → 4.0.0-beta.97
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/CamOverlayAPI.d.ts +4 -4
- package/cjs/CamStreamerAPI.d.ts +1058 -60
- package/cjs/types/CamOverlayAPI/CamOverlayAPI.d.ts +22 -22
- package/cjs/types/CamOverlayAPI/customGraphicsSchema.d.ts +12 -12
- package/cjs/types/CamOverlayAPI/scoreBoardSchema.d.ts +2 -2
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +7915 -1028
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.js +79 -7
- package/cjs/types/CamStreamerAPI/churchSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/churchSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/daCastSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/dailymotionSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +46 -0
- package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/gameChangerSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/hlsPullSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/hlsPushSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/{hlsSchema.d.ts → ibmSchema.d.ts} +50 -4
- package/cjs/types/CamStreamerAPI/{hlsSchema.js → ibmSchema.js} +3 -3
- package/cjs/types/CamStreamerAPI/index.d.ts +0 -1
- package/cjs/types/CamStreamerAPI/index.js +0 -1
- package/cjs/types/CamStreamerAPI/microsoftAzureSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/microsoftAzureSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +46 -0
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +46 -0
- package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +46 -0
- package/{types/types/CamStreamerAPI/hlsSchema.d.ts → cjs/types/CamStreamerAPI/srtSchema.d.ts} +50 -4
- package/cjs/types/CamStreamerAPI/srtSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +75 -1
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +27 -2
- package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/twitchSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/vimeoSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +46 -0
- package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +202 -0
- package/cjs/types/CamStreamerAPI/wowzaSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +46 -45
- package/cjs/types/CamStreamerAPI/youtubeSchema.js +0 -15
- package/esm/types/CamStreamerAPI/CamStreamerAPI.js +65 -5
- package/esm/types/CamStreamerAPI/churchSchema.js +5 -0
- package/esm/types/CamStreamerAPI/daCastSchema.js +5 -0
- package/esm/types/CamStreamerAPI/dailymotionSchema.js +5 -0
- package/esm/types/CamStreamerAPI/gameChangerSchema.js +5 -0
- package/esm/types/CamStreamerAPI/hlsPullSchema.js +5 -0
- package/esm/types/CamStreamerAPI/hlsPushSchema.js +5 -0
- package/esm/types/CamStreamerAPI/{hlsSchema.js → ibmSchema.js} +2 -2
- package/esm/types/CamStreamerAPI/index.js +0 -1
- package/esm/types/CamStreamerAPI/microsoftAzureSchema.js +5 -0
- package/esm/types/CamStreamerAPI/microsoftStreamSchema.js +5 -0
- package/esm/types/CamStreamerAPI/srtSchema.js +5 -0
- package/esm/types/CamStreamerAPI/streamCommonTypes.js +26 -1
- package/esm/types/CamStreamerAPI/twitchSchema.js +5 -0
- package/esm/types/CamStreamerAPI/vimeoSchema.js +5 -0
- package/esm/types/CamStreamerAPI/wowzaSchema.js +5 -0
- package/esm/types/CamStreamerAPI/youtubeSchema.js +0 -15
- package/package.json +1 -1
- package/types/CamOverlayAPI.d.ts +4 -4
- package/types/CamStreamerAPI.d.ts +1058 -60
- package/types/types/CamOverlayAPI/CamOverlayAPI.d.ts +22 -22
- package/types/types/CamOverlayAPI/customGraphicsSchema.d.ts +12 -12
- package/types/types/CamOverlayAPI/scoreBoardSchema.d.ts +2 -2
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +7915 -1028
- package/types/types/CamStreamerAPI/churchSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/daCastSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +46 -0
- package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/ibmSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/index.d.ts +0 -1
- package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +46 -0
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/types/types/CamStreamerAPI/rtmpSchema.d.ts +46 -0
- package/types/types/CamStreamerAPI/sdCardSchema.d.ts +46 -0
- package/types/types/CamStreamerAPI/srtSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +75 -1
- package/types/types/CamStreamerAPI/twitchSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/vimeoSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +46 -0
- package/types/types/CamStreamerAPI/wowzaSchema.d.ts +202 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +46 -45
|
@@ -753,10 +753,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
753
753
|
loopPeriod: z.ZodNumber;
|
|
754
754
|
waitingPeriod: z.ZodNumber;
|
|
755
755
|
}, "strip", z.ZodTypeAny, {
|
|
756
|
-
countdown: boolean;
|
|
757
756
|
loop: boolean;
|
|
758
757
|
startDate: number;
|
|
759
758
|
targetDate: number;
|
|
759
|
+
countdown: boolean;
|
|
760
760
|
countup: boolean;
|
|
761
761
|
displayDay: boolean;
|
|
762
762
|
displayHour: boolean;
|
|
@@ -772,10 +772,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
772
772
|
loopPeriod: number;
|
|
773
773
|
waitingPeriod: number;
|
|
774
774
|
}, {
|
|
775
|
-
countdown: boolean;
|
|
776
775
|
loop: boolean;
|
|
777
776
|
startDate: number;
|
|
778
777
|
targetDate: number;
|
|
778
|
+
countdown: boolean;
|
|
779
779
|
countup: boolean;
|
|
780
780
|
displayDay: boolean;
|
|
781
781
|
displayHour: boolean;
|
|
@@ -806,10 +806,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
806
806
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
807
807
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
808
808
|
settings: {
|
|
809
|
-
countdown: boolean;
|
|
810
809
|
loop: boolean;
|
|
811
810
|
startDate: number;
|
|
812
811
|
targetDate: number;
|
|
812
|
+
countdown: boolean;
|
|
813
813
|
countup: boolean;
|
|
814
814
|
displayDay: boolean;
|
|
815
815
|
displayHour: boolean;
|
|
@@ -844,10 +844,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
844
844
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
845
845
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
846
846
|
settings: {
|
|
847
|
-
countdown: boolean;
|
|
848
847
|
loop: boolean;
|
|
849
848
|
startDate: number;
|
|
850
849
|
targetDate: number;
|
|
850
|
+
countdown: boolean;
|
|
851
851
|
countup: boolean;
|
|
852
852
|
displayDay: boolean;
|
|
853
853
|
displayHour: boolean;
|
|
@@ -920,10 +920,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
920
920
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
921
921
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
922
922
|
settings: {
|
|
923
|
-
countdown: boolean;
|
|
924
923
|
loop: boolean;
|
|
925
924
|
startDate: number;
|
|
926
925
|
targetDate: number;
|
|
926
|
+
countdown: boolean;
|
|
927
927
|
countup: boolean;
|
|
928
928
|
displayDay: boolean;
|
|
929
929
|
displayHour: boolean;
|
|
@@ -999,10 +999,10 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
999
999
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
1000
1000
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
1001
1001
|
settings: {
|
|
1002
|
-
countdown: boolean;
|
|
1003
1002
|
loop: boolean;
|
|
1004
1003
|
startDate: number;
|
|
1005
1004
|
targetDate: number;
|
|
1005
|
+
countdown: boolean;
|
|
1006
1006
|
countup: boolean;
|
|
1007
1007
|
displayDay: boolean;
|
|
1008
1008
|
displayHour: boolean;
|
|
@@ -1445,7 +1445,6 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1445
1445
|
id: number;
|
|
1446
1446
|
width: number;
|
|
1447
1447
|
height: number;
|
|
1448
|
-
description: string;
|
|
1449
1448
|
cameraList: number[];
|
|
1450
1449
|
zIndex: number;
|
|
1451
1450
|
pos_x: number;
|
|
@@ -1463,6 +1462,7 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1463
1462
|
teamHomeName: string;
|
|
1464
1463
|
teamGuestName: string;
|
|
1465
1464
|
scoreVisible: boolean;
|
|
1465
|
+
description: string;
|
|
1466
1466
|
textFont: string;
|
|
1467
1467
|
scoreFont: "classic";
|
|
1468
1468
|
}, {
|
|
@@ -1471,7 +1471,6 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1471
1471
|
id: number;
|
|
1472
1472
|
width: number;
|
|
1473
1473
|
height: number;
|
|
1474
|
-
description: string;
|
|
1475
1474
|
cameraList: number[];
|
|
1476
1475
|
zIndex: number;
|
|
1477
1476
|
pos_x: number;
|
|
@@ -1489,6 +1488,7 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1489
1488
|
teamHomeName: string;
|
|
1490
1489
|
teamGuestName: string;
|
|
1491
1490
|
scoreVisible: boolean;
|
|
1491
|
+
description: string;
|
|
1492
1492
|
scoreFont: "classic";
|
|
1493
1493
|
textFont?: string | undefined;
|
|
1494
1494
|
}>]>;
|
|
@@ -2226,10 +2226,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2226
2226
|
loopPeriod: z.ZodNumber;
|
|
2227
2227
|
waitingPeriod: z.ZodNumber;
|
|
2228
2228
|
}, "strip", z.ZodTypeAny, {
|
|
2229
|
-
countdown: boolean;
|
|
2230
2229
|
loop: boolean;
|
|
2231
2230
|
startDate: number;
|
|
2232
2231
|
targetDate: number;
|
|
2232
|
+
countdown: boolean;
|
|
2233
2233
|
countup: boolean;
|
|
2234
2234
|
displayDay: boolean;
|
|
2235
2235
|
displayHour: boolean;
|
|
@@ -2245,10 +2245,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2245
2245
|
loopPeriod: number;
|
|
2246
2246
|
waitingPeriod: number;
|
|
2247
2247
|
}, {
|
|
2248
|
-
countdown: boolean;
|
|
2249
2248
|
loop: boolean;
|
|
2250
2249
|
startDate: number;
|
|
2251
2250
|
targetDate: number;
|
|
2251
|
+
countdown: boolean;
|
|
2252
2252
|
countup: boolean;
|
|
2253
2253
|
displayDay: boolean;
|
|
2254
2254
|
displayHour: boolean;
|
|
@@ -2279,10 +2279,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2279
2279
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
2280
2280
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
2281
2281
|
settings: {
|
|
2282
|
-
countdown: boolean;
|
|
2283
2282
|
loop: boolean;
|
|
2284
2283
|
startDate: number;
|
|
2285
2284
|
targetDate: number;
|
|
2285
|
+
countdown: boolean;
|
|
2286
2286
|
countup: boolean;
|
|
2287
2287
|
displayDay: boolean;
|
|
2288
2288
|
displayHour: boolean;
|
|
@@ -2317,10 +2317,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2317
2317
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
2318
2318
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
2319
2319
|
settings: {
|
|
2320
|
-
countdown: boolean;
|
|
2321
2320
|
loop: boolean;
|
|
2322
2321
|
startDate: number;
|
|
2323
2322
|
targetDate: number;
|
|
2323
|
+
countdown: boolean;
|
|
2324
2324
|
countup: boolean;
|
|
2325
2325
|
displayDay: boolean;
|
|
2326
2326
|
displayHour: boolean;
|
|
@@ -2393,10 +2393,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2393
2393
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
2394
2394
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
2395
2395
|
settings: {
|
|
2396
|
-
countdown: boolean;
|
|
2397
2396
|
loop: boolean;
|
|
2398
2397
|
startDate: number;
|
|
2399
2398
|
targetDate: number;
|
|
2399
|
+
countdown: boolean;
|
|
2400
2400
|
countup: boolean;
|
|
2401
2401
|
displayDay: boolean;
|
|
2402
2402
|
displayHour: boolean;
|
|
@@ -2472,10 +2472,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2472
2472
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
2473
2473
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
2474
2474
|
settings: {
|
|
2475
|
-
countdown: boolean;
|
|
2476
2475
|
loop: boolean;
|
|
2477
2476
|
startDate: number;
|
|
2478
2477
|
targetDate: number;
|
|
2478
|
+
countdown: boolean;
|
|
2479
2479
|
countup: boolean;
|
|
2480
2480
|
displayDay: boolean;
|
|
2481
2481
|
displayHour: boolean;
|
|
@@ -2918,7 +2918,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2918
2918
|
id: number;
|
|
2919
2919
|
width: number;
|
|
2920
2920
|
height: number;
|
|
2921
|
-
description: string;
|
|
2922
2921
|
cameraList: number[];
|
|
2923
2922
|
zIndex: number;
|
|
2924
2923
|
pos_x: number;
|
|
@@ -2936,6 +2935,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2936
2935
|
teamHomeName: string;
|
|
2937
2936
|
teamGuestName: string;
|
|
2938
2937
|
scoreVisible: boolean;
|
|
2938
|
+
description: string;
|
|
2939
2939
|
textFont: string;
|
|
2940
2940
|
scoreFont: "classic";
|
|
2941
2941
|
}, {
|
|
@@ -2944,7 +2944,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2944
2944
|
id: number;
|
|
2945
2945
|
width: number;
|
|
2946
2946
|
height: number;
|
|
2947
|
-
description: string;
|
|
2948
2947
|
cameraList: number[];
|
|
2949
2948
|
zIndex: number;
|
|
2950
2949
|
pos_x: number;
|
|
@@ -2962,6 +2961,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2962
2961
|
teamHomeName: string;
|
|
2963
2962
|
teamGuestName: string;
|
|
2964
2963
|
scoreVisible: boolean;
|
|
2964
|
+
description: string;
|
|
2965
2965
|
scoreFont: "classic";
|
|
2966
2966
|
textFont?: string | undefined;
|
|
2967
2967
|
}>]>, "many">;
|
|
@@ -3194,10 +3194,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3194
3194
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
3195
3195
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
3196
3196
|
settings: {
|
|
3197
|
-
countdown: boolean;
|
|
3198
3197
|
loop: boolean;
|
|
3199
3198
|
startDate: number;
|
|
3200
3199
|
targetDate: number;
|
|
3200
|
+
countdown: boolean;
|
|
3201
3201
|
countup: boolean;
|
|
3202
3202
|
displayDay: boolean;
|
|
3203
3203
|
displayHour: boolean;
|
|
@@ -3355,7 +3355,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3355
3355
|
id: number;
|
|
3356
3356
|
width: number;
|
|
3357
3357
|
height: number;
|
|
3358
|
-
description: string;
|
|
3359
3358
|
cameraList: number[];
|
|
3360
3359
|
zIndex: number;
|
|
3361
3360
|
pos_x: number;
|
|
@@ -3373,6 +3372,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3373
3372
|
teamHomeName: string;
|
|
3374
3373
|
teamGuestName: string;
|
|
3375
3374
|
scoreVisible: boolean;
|
|
3375
|
+
description: string;
|
|
3376
3376
|
textFont: string;
|
|
3377
3377
|
scoreFont: "classic";
|
|
3378
3378
|
})[];
|
|
@@ -3604,10 +3604,10 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3604
3604
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
3605
3605
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
3606
3606
|
settings: {
|
|
3607
|
-
countdown: boolean;
|
|
3608
3607
|
loop: boolean;
|
|
3609
3608
|
startDate: number;
|
|
3610
3609
|
targetDate: number;
|
|
3610
|
+
countdown: boolean;
|
|
3611
3611
|
countup: boolean;
|
|
3612
3612
|
displayDay: boolean;
|
|
3613
3613
|
displayHour: boolean;
|
|
@@ -3766,7 +3766,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3766
3766
|
id: number;
|
|
3767
3767
|
width: number;
|
|
3768
3768
|
height: number;
|
|
3769
|
-
description: string;
|
|
3770
3769
|
cameraList: number[];
|
|
3771
3770
|
zIndex: number;
|
|
3772
3771
|
pos_x: number;
|
|
@@ -3784,6 +3783,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3784
3783
|
teamHomeName: string;
|
|
3785
3784
|
teamGuestName: string;
|
|
3786
3785
|
scoreVisible: boolean;
|
|
3786
|
+
description: string;
|
|
3787
3787
|
scoreFont: "classic";
|
|
3788
3788
|
textFont?: string | undefined;
|
|
3789
3789
|
})[];
|
|
@@ -3871,10 +3871,10 @@ export declare const isCustomGraphics: (service: TService) => service is {
|
|
|
3871
3871
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
3872
3872
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
3873
3873
|
settings: {
|
|
3874
|
-
countdown: boolean;
|
|
3875
3874
|
loop: boolean;
|
|
3876
3875
|
startDate: number;
|
|
3877
3876
|
targetDate: number;
|
|
3877
|
+
countdown: boolean;
|
|
3878
3878
|
countup: boolean;
|
|
3879
3879
|
displayDay: boolean;
|
|
3880
3880
|
displayHour: boolean;
|
|
@@ -4203,7 +4203,6 @@ export declare const isScoreOverview: (service: TService) => service is {
|
|
|
4203
4203
|
id: number;
|
|
4204
4204
|
width: number;
|
|
4205
4205
|
height: number;
|
|
4206
|
-
description: string;
|
|
4207
4206
|
cameraList: number[];
|
|
4208
4207
|
zIndex: number;
|
|
4209
4208
|
pos_x: number;
|
|
@@ -4221,6 +4220,7 @@ export declare const isScoreOverview: (service: TService) => service is {
|
|
|
4221
4220
|
teamHomeName: string;
|
|
4222
4221
|
teamGuestName: string;
|
|
4223
4222
|
scoreVisible: boolean;
|
|
4223
|
+
description: string;
|
|
4224
4224
|
textFont: string;
|
|
4225
4225
|
scoreFont: "classic";
|
|
4226
4226
|
};
|
|
@@ -19,10 +19,10 @@ export declare const mappingZonesCountdownSettingsSchema: z.ZodObject<{
|
|
|
19
19
|
loopPeriod: z.ZodNumber;
|
|
20
20
|
waitingPeriod: z.ZodNumber;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
countdown: boolean;
|
|
23
22
|
loop: boolean;
|
|
24
23
|
startDate: number;
|
|
25
24
|
targetDate: number;
|
|
25
|
+
countdown: boolean;
|
|
26
26
|
countup: boolean;
|
|
27
27
|
displayDay: boolean;
|
|
28
28
|
displayHour: boolean;
|
|
@@ -38,10 +38,10 @@ export declare const mappingZonesCountdownSettingsSchema: z.ZodObject<{
|
|
|
38
38
|
loopPeriod: number;
|
|
39
39
|
waitingPeriod: number;
|
|
40
40
|
}, {
|
|
41
|
-
countdown: boolean;
|
|
42
41
|
loop: boolean;
|
|
43
42
|
startDate: number;
|
|
44
43
|
targetDate: number;
|
|
44
|
+
countdown: boolean;
|
|
45
45
|
countup: boolean;
|
|
46
46
|
displayDay: boolean;
|
|
47
47
|
displayHour: boolean;
|
|
@@ -163,10 +163,10 @@ export declare const mappingZoneSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
163
163
|
loopPeriod: z.ZodNumber;
|
|
164
164
|
waitingPeriod: z.ZodNumber;
|
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
|
166
|
-
countdown: boolean;
|
|
167
166
|
loop: boolean;
|
|
168
167
|
startDate: number;
|
|
169
168
|
targetDate: number;
|
|
169
|
+
countdown: boolean;
|
|
170
170
|
countup: boolean;
|
|
171
171
|
displayDay: boolean;
|
|
172
172
|
displayHour: boolean;
|
|
@@ -182,10 +182,10 @@ export declare const mappingZoneSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
182
182
|
loopPeriod: number;
|
|
183
183
|
waitingPeriod: number;
|
|
184
184
|
}, {
|
|
185
|
-
countdown: boolean;
|
|
186
185
|
loop: boolean;
|
|
187
186
|
startDate: number;
|
|
188
187
|
targetDate: number;
|
|
188
|
+
countdown: boolean;
|
|
189
189
|
countup: boolean;
|
|
190
190
|
displayDay: boolean;
|
|
191
191
|
displayHour: boolean;
|
|
@@ -216,10 +216,10 @@ export declare const mappingZoneSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
216
216
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
217
217
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
218
218
|
settings: {
|
|
219
|
-
countdown: boolean;
|
|
220
219
|
loop: boolean;
|
|
221
220
|
startDate: number;
|
|
222
221
|
targetDate: number;
|
|
222
|
+
countdown: boolean;
|
|
223
223
|
countup: boolean;
|
|
224
224
|
displayDay: boolean;
|
|
225
225
|
displayHour: boolean;
|
|
@@ -254,10 +254,10 @@ export declare const mappingZoneSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
254
254
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
255
255
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
256
256
|
settings: {
|
|
257
|
-
countdown: boolean;
|
|
258
257
|
loop: boolean;
|
|
259
258
|
startDate: number;
|
|
260
259
|
targetDate: number;
|
|
260
|
+
countdown: boolean;
|
|
261
261
|
countup: boolean;
|
|
262
262
|
displayDay: boolean;
|
|
263
263
|
displayHour: boolean;
|
|
@@ -408,10 +408,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
408
408
|
loopPeriod: z.ZodNumber;
|
|
409
409
|
waitingPeriod: z.ZodNumber;
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
countdown: boolean;
|
|
412
411
|
loop: boolean;
|
|
413
412
|
startDate: number;
|
|
414
413
|
targetDate: number;
|
|
414
|
+
countdown: boolean;
|
|
415
415
|
countup: boolean;
|
|
416
416
|
displayDay: boolean;
|
|
417
417
|
displayHour: boolean;
|
|
@@ -427,10 +427,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
427
427
|
loopPeriod: number;
|
|
428
428
|
waitingPeriod: number;
|
|
429
429
|
}, {
|
|
430
|
-
countdown: boolean;
|
|
431
430
|
loop: boolean;
|
|
432
431
|
startDate: number;
|
|
433
432
|
targetDate: number;
|
|
433
|
+
countdown: boolean;
|
|
434
434
|
countup: boolean;
|
|
435
435
|
displayDay: boolean;
|
|
436
436
|
displayHour: boolean;
|
|
@@ -461,10 +461,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
461
461
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
462
462
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
463
463
|
settings: {
|
|
464
|
-
countdown: boolean;
|
|
465
464
|
loop: boolean;
|
|
466
465
|
startDate: number;
|
|
467
466
|
targetDate: number;
|
|
467
|
+
countdown: boolean;
|
|
468
468
|
countup: boolean;
|
|
469
469
|
displayDay: boolean;
|
|
470
470
|
displayHour: boolean;
|
|
@@ -499,10 +499,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
499
499
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
500
500
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
501
501
|
settings: {
|
|
502
|
-
countdown: boolean;
|
|
503
502
|
loop: boolean;
|
|
504
503
|
startDate: number;
|
|
505
504
|
targetDate: number;
|
|
505
|
+
countdown: boolean;
|
|
506
506
|
countup: boolean;
|
|
507
507
|
displayDay: boolean;
|
|
508
508
|
displayHour: boolean;
|
|
@@ -575,10 +575,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
575
575
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
576
576
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
577
577
|
settings: {
|
|
578
|
-
countdown: boolean;
|
|
579
578
|
loop: boolean;
|
|
580
579
|
startDate: number;
|
|
581
580
|
targetDate: number;
|
|
581
|
+
countdown: boolean;
|
|
582
582
|
countup: boolean;
|
|
583
583
|
displayDay: boolean;
|
|
584
584
|
displayHour: boolean;
|
|
@@ -654,10 +654,10 @@ export declare const customGraphicsSchema: z.ZodObject<{
|
|
|
654
654
|
textAlign: "A_LEFT" | "A_CENTER" | "A_RIGHT";
|
|
655
655
|
textVerticalAlign: "VA_TOP" | "VA_CENTER" | "VA_BOTTOM";
|
|
656
656
|
settings: {
|
|
657
|
-
countdown: boolean;
|
|
658
657
|
loop: boolean;
|
|
659
658
|
startDate: number;
|
|
660
659
|
targetDate: number;
|
|
660
|
+
countdown: boolean;
|
|
661
661
|
countup: boolean;
|
|
662
662
|
displayDay: boolean;
|
|
663
663
|
displayHour: boolean;
|
|
@@ -308,7 +308,6 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
308
308
|
id: number;
|
|
309
309
|
width: number;
|
|
310
310
|
height: number;
|
|
311
|
-
description: string;
|
|
312
311
|
cameraList: number[];
|
|
313
312
|
zIndex: number;
|
|
314
313
|
pos_x: number;
|
|
@@ -326,6 +325,7 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
326
325
|
teamHomeName: string;
|
|
327
326
|
teamGuestName: string;
|
|
328
327
|
scoreVisible: boolean;
|
|
328
|
+
description: string;
|
|
329
329
|
textFont: string;
|
|
330
330
|
scoreFont: "classic";
|
|
331
331
|
}, {
|
|
@@ -334,7 +334,6 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
334
334
|
id: number;
|
|
335
335
|
width: number;
|
|
336
336
|
height: number;
|
|
337
|
-
description: string;
|
|
338
337
|
cameraList: number[];
|
|
339
338
|
zIndex: number;
|
|
340
339
|
pos_x: number;
|
|
@@ -352,6 +351,7 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
352
351
|
teamHomeName: string;
|
|
353
352
|
teamGuestName: string;
|
|
354
353
|
scoreVisible: boolean;
|
|
354
|
+
description: string;
|
|
355
355
|
scoreFont: "classic";
|
|
356
356
|
textFont?: string | undefined;
|
|
357
357
|
}>;
|