camstreamerlib 4.0.0-beta.96 → 4.0.0-beta.99
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 +1483 -65
- 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 +11825 -2376
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.js +79 -7
- package/cjs/types/CamStreamerAPI/churchSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/churchSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/daCastSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/daCastSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/dailymotionSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/dailymotionSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +51 -5
- package/cjs/types/CamStreamerAPI/gameChangerSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/gameChangerSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/hlsPullSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/hlsPullSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/hlsPushSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/hlsPushSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/{hlsSchema.d.ts → ibmSchema.d.ts} +55 -9
- 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 +275 -0
- package/cjs/types/CamStreamerAPI/microsoftAzureSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/microsoftStreamSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +51 -5
- package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +51 -5
- package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +51 -5
- package/{types/types/CamStreamerAPI/hlsSchema.d.ts → cjs/types/CamStreamerAPI/srtSchema.d.ts} +55 -9
- package/cjs/types/CamStreamerAPI/srtSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +88 -9
- package/cjs/types/CamStreamerAPI/streamCommonTypes.js +28 -3
- package/cjs/types/CamStreamerAPI/twitchSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/twitchSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/vimeoSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/vimeoSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/windySchema.d.ts +51 -5
- package/cjs/types/CamStreamerAPI/wowzaSchema.d.ts +275 -0
- package/cjs/types/CamStreamerAPI/wowzaSchema.js +11 -0
- package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +96 -5
- package/cjs/types/CamStreamerAPI/youtubeSchema.js +15 -0
- 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 +27 -2
- 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 +15 -0
- package/package.json +1 -1
- package/types/CamOverlayAPI.d.ts +4 -4
- package/types/CamStreamerAPI.d.ts +1483 -65
- 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 +11825 -2376
- package/types/types/CamStreamerAPI/churchSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/daCastSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/dailymotionSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/facebookSchema.d.ts +51 -5
- package/types/types/CamStreamerAPI/gameChangerSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/hlsPullSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/hlsPushSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/ibmSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/index.d.ts +0 -1
- package/types/types/CamStreamerAPI/microsoftAzureSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/microsoftStreamSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +51 -5
- package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +12 -12
- package/types/types/CamStreamerAPI/rtmpSchema.d.ts +51 -5
- package/types/types/CamStreamerAPI/sdCardSchema.d.ts +51 -5
- package/types/types/CamStreamerAPI/srtSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +88 -9
- package/types/types/CamStreamerAPI/twitchSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/vimeoSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/windySchema.d.ts +51 -5
- package/types/types/CamStreamerAPI/wowzaSchema.d.ts +275 -0
- package/types/types/CamStreamerAPI/youtubeSchema.d.ts +96 -5
|
@@ -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;
|
|
756
757
|
loop: boolean;
|
|
757
758
|
startDate: number;
|
|
758
759
|
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;
|
|
775
776
|
loop: boolean;
|
|
776
777
|
startDate: number;
|
|
777
778
|
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;
|
|
809
810
|
loop: boolean;
|
|
810
811
|
startDate: number;
|
|
811
812
|
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;
|
|
847
848
|
loop: boolean;
|
|
848
849
|
startDate: number;
|
|
849
850
|
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;
|
|
923
924
|
loop: boolean;
|
|
924
925
|
startDate: number;
|
|
925
926
|
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;
|
|
1002
1003
|
loop: boolean;
|
|
1003
1004
|
startDate: number;
|
|
1004
1005
|
targetDate: number;
|
|
1005
|
-
countdown: boolean;
|
|
1006
1006
|
countup: boolean;
|
|
1007
1007
|
displayDay: boolean;
|
|
1008
1008
|
displayHour: boolean;
|
|
@@ -1445,6 +1445,7 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1445
1445
|
id: number;
|
|
1446
1446
|
width: number;
|
|
1447
1447
|
height: number;
|
|
1448
|
+
description: string;
|
|
1448
1449
|
cameraList: number[];
|
|
1449
1450
|
zIndex: number;
|
|
1450
1451
|
pos_x: number;
|
|
@@ -1462,7 +1463,6 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1462
1463
|
teamHomeName: string;
|
|
1463
1464
|
teamGuestName: string;
|
|
1464
1465
|
scoreVisible: boolean;
|
|
1465
|
-
description: string;
|
|
1466
1466
|
textFont: string;
|
|
1467
1467
|
scoreFont: "classic";
|
|
1468
1468
|
}, {
|
|
@@ -1471,6 +1471,7 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1471
1471
|
id: number;
|
|
1472
1472
|
width: number;
|
|
1473
1473
|
height: number;
|
|
1474
|
+
description: string;
|
|
1474
1475
|
cameraList: number[];
|
|
1475
1476
|
zIndex: number;
|
|
1476
1477
|
pos_x: number;
|
|
@@ -1488,7 +1489,6 @@ export declare const servicesSchema: z.ZodDiscriminatedUnion<"name", [z.ZodObjec
|
|
|
1488
1489
|
teamHomeName: string;
|
|
1489
1490
|
teamGuestName: string;
|
|
1490
1491
|
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;
|
|
2229
2230
|
loop: boolean;
|
|
2230
2231
|
startDate: number;
|
|
2231
2232
|
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;
|
|
2248
2249
|
loop: boolean;
|
|
2249
2250
|
startDate: number;
|
|
2250
2251
|
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;
|
|
2282
2283
|
loop: boolean;
|
|
2283
2284
|
startDate: number;
|
|
2284
2285
|
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;
|
|
2320
2321
|
loop: boolean;
|
|
2321
2322
|
startDate: number;
|
|
2322
2323
|
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;
|
|
2396
2397
|
loop: boolean;
|
|
2397
2398
|
startDate: number;
|
|
2398
2399
|
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;
|
|
2475
2476
|
loop: boolean;
|
|
2476
2477
|
startDate: number;
|
|
2477
2478
|
targetDate: number;
|
|
2478
|
-
countdown: boolean;
|
|
2479
2479
|
countup: boolean;
|
|
2480
2480
|
displayDay: boolean;
|
|
2481
2481
|
displayHour: boolean;
|
|
@@ -2918,6 +2918,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2918
2918
|
id: number;
|
|
2919
2919
|
width: number;
|
|
2920
2920
|
height: number;
|
|
2921
|
+
description: string;
|
|
2921
2922
|
cameraList: number[];
|
|
2922
2923
|
zIndex: number;
|
|
2923
2924
|
pos_x: number;
|
|
@@ -2935,7 +2936,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2935
2936
|
teamHomeName: string;
|
|
2936
2937
|
teamGuestName: string;
|
|
2937
2938
|
scoreVisible: boolean;
|
|
2938
|
-
description: string;
|
|
2939
2939
|
textFont: string;
|
|
2940
2940
|
scoreFont: "classic";
|
|
2941
2941
|
}, {
|
|
@@ -2944,6 +2944,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2944
2944
|
id: number;
|
|
2945
2945
|
width: number;
|
|
2946
2946
|
height: number;
|
|
2947
|
+
description: string;
|
|
2947
2948
|
cameraList: number[];
|
|
2948
2949
|
zIndex: number;
|
|
2949
2950
|
pos_x: number;
|
|
@@ -2961,7 +2962,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
2961
2962
|
teamHomeName: string;
|
|
2962
2963
|
teamGuestName: string;
|
|
2963
2964
|
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;
|
|
3197
3198
|
loop: boolean;
|
|
3198
3199
|
startDate: number;
|
|
3199
3200
|
targetDate: number;
|
|
3200
|
-
countdown: boolean;
|
|
3201
3201
|
countup: boolean;
|
|
3202
3202
|
displayDay: boolean;
|
|
3203
3203
|
displayHour: boolean;
|
|
@@ -3355,6 +3355,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3355
3355
|
id: number;
|
|
3356
3356
|
width: number;
|
|
3357
3357
|
height: number;
|
|
3358
|
+
description: string;
|
|
3358
3359
|
cameraList: number[];
|
|
3359
3360
|
zIndex: number;
|
|
3360
3361
|
pos_x: number;
|
|
@@ -3372,7 +3373,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3372
3373
|
teamHomeName: string;
|
|
3373
3374
|
teamGuestName: string;
|
|
3374
3375
|
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;
|
|
3607
3608
|
loop: boolean;
|
|
3608
3609
|
startDate: number;
|
|
3609
3610
|
targetDate: number;
|
|
3610
|
-
countdown: boolean;
|
|
3611
3611
|
countup: boolean;
|
|
3612
3612
|
displayDay: boolean;
|
|
3613
3613
|
displayHour: boolean;
|
|
@@ -3766,6 +3766,7 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3766
3766
|
id: number;
|
|
3767
3767
|
width: number;
|
|
3768
3768
|
height: number;
|
|
3769
|
+
description: string;
|
|
3769
3770
|
cameraList: number[];
|
|
3770
3771
|
zIndex: number;
|
|
3771
3772
|
pos_x: number;
|
|
@@ -3783,7 +3784,6 @@ export declare const serviceListSchema: z.ZodObject<{
|
|
|
3783
3784
|
teamHomeName: string;
|
|
3784
3785
|
teamGuestName: string;
|
|
3785
3786
|
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;
|
|
3874
3875
|
loop: boolean;
|
|
3875
3876
|
startDate: number;
|
|
3876
3877
|
targetDate: number;
|
|
3877
|
-
countdown: boolean;
|
|
3878
3878
|
countup: boolean;
|
|
3879
3879
|
displayDay: boolean;
|
|
3880
3880
|
displayHour: boolean;
|
|
@@ -4203,6 +4203,7 @@ export declare const isScoreOverview: (service: TService) => service is {
|
|
|
4203
4203
|
id: number;
|
|
4204
4204
|
width: number;
|
|
4205
4205
|
height: number;
|
|
4206
|
+
description: string;
|
|
4206
4207
|
cameraList: number[];
|
|
4207
4208
|
zIndex: number;
|
|
4208
4209
|
pos_x: number;
|
|
@@ -4220,7 +4221,6 @@ export declare const isScoreOverview: (service: TService) => service is {
|
|
|
4220
4221
|
teamHomeName: string;
|
|
4221
4222
|
teamGuestName: string;
|
|
4222
4223
|
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;
|
|
22
23
|
loop: boolean;
|
|
23
24
|
startDate: number;
|
|
24
25
|
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;
|
|
41
42
|
loop: boolean;
|
|
42
43
|
startDate: number;
|
|
43
44
|
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;
|
|
166
167
|
loop: boolean;
|
|
167
168
|
startDate: number;
|
|
168
169
|
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;
|
|
185
186
|
loop: boolean;
|
|
186
187
|
startDate: number;
|
|
187
188
|
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;
|
|
219
220
|
loop: boolean;
|
|
220
221
|
startDate: number;
|
|
221
222
|
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;
|
|
257
258
|
loop: boolean;
|
|
258
259
|
startDate: number;
|
|
259
260
|
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;
|
|
411
412
|
loop: boolean;
|
|
412
413
|
startDate: number;
|
|
413
414
|
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;
|
|
430
431
|
loop: boolean;
|
|
431
432
|
startDate: number;
|
|
432
433
|
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;
|
|
464
465
|
loop: boolean;
|
|
465
466
|
startDate: number;
|
|
466
467
|
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;
|
|
502
503
|
loop: boolean;
|
|
503
504
|
startDate: number;
|
|
504
505
|
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;
|
|
578
579
|
loop: boolean;
|
|
579
580
|
startDate: number;
|
|
580
581
|
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;
|
|
657
658
|
loop: boolean;
|
|
658
659
|
startDate: number;
|
|
659
660
|
targetDate: number;
|
|
660
|
-
countdown: boolean;
|
|
661
661
|
countup: boolean;
|
|
662
662
|
displayDay: boolean;
|
|
663
663
|
displayHour: boolean;
|
|
@@ -308,6 +308,7 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
308
308
|
id: number;
|
|
309
309
|
width: number;
|
|
310
310
|
height: number;
|
|
311
|
+
description: string;
|
|
311
312
|
cameraList: number[];
|
|
312
313
|
zIndex: number;
|
|
313
314
|
pos_x: number;
|
|
@@ -325,7 +326,6 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
325
326
|
teamHomeName: string;
|
|
326
327
|
teamGuestName: string;
|
|
327
328
|
scoreVisible: boolean;
|
|
328
|
-
description: string;
|
|
329
329
|
textFont: string;
|
|
330
330
|
scoreFont: "classic";
|
|
331
331
|
}, {
|
|
@@ -334,6 +334,7 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
334
334
|
id: number;
|
|
335
335
|
width: number;
|
|
336
336
|
height: number;
|
|
337
|
+
description: string;
|
|
337
338
|
cameraList: number[];
|
|
338
339
|
zIndex: number;
|
|
339
340
|
pos_x: number;
|
|
@@ -351,7 +352,6 @@ export declare const scoreOverviewSchema: z.ZodObject<{
|
|
|
351
352
|
teamHomeName: string;
|
|
352
353
|
teamGuestName: string;
|
|
353
354
|
scoreVisible: boolean;
|
|
354
|
-
description: string;
|
|
355
355
|
scoreFont: "classic";
|
|
356
356
|
textFont?: string | undefined;
|
|
357
357
|
}>;
|