camstreamerlib 4.0.0-beta.95 → 4.0.0-beta.96

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.
Files changed (35) hide show
  1. package/cjs/CamOverlayAPI.d.ts +4 -4
  2. package/cjs/CamStreamerAPI.d.ts +210 -30
  3. package/cjs/types/CamOverlayAPI/CamOverlayAPI.d.ts +22 -22
  4. package/cjs/types/CamOverlayAPI/customGraphicsSchema.d.ts +12 -12
  5. package/cjs/types/CamOverlayAPI/scoreBoardSchema.d.ts +2 -2
  6. package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +1337 -135
  7. package/cjs/types/CamStreamerAPI/facebookSchema.d.ts +73 -0
  8. package/cjs/types/CamStreamerAPI/hlsSchema.d.ts +73 -0
  9. package/cjs/types/CamStreamerAPI/mpegDvbSchema.d.ts +73 -0
  10. package/cjs/types/CamStreamerAPI/oldStreamSchema.d.ts +6 -6
  11. package/cjs/types/CamStreamerAPI/rtmpSchema.d.ts +73 -0
  12. package/cjs/types/CamStreamerAPI/sdCardSchema.d.ts +73 -0
  13. package/cjs/types/CamStreamerAPI/streamCommonTypes.d.ts +118 -0
  14. package/cjs/types/CamStreamerAPI/streamCommonTypes.js +19 -1
  15. package/cjs/types/CamStreamerAPI/windySchema.d.ts +73 -0
  16. package/cjs/types/CamStreamerAPI/youtubeSchema.d.ts +73 -45
  17. package/cjs/types/CamStreamerAPI/youtubeSchema.js +0 -15
  18. package/esm/types/CamStreamerAPI/streamCommonTypes.js +18 -0
  19. package/esm/types/CamStreamerAPI/youtubeSchema.js +0 -15
  20. package/package.json +1 -1
  21. package/types/CamOverlayAPI.d.ts +4 -4
  22. package/types/CamStreamerAPI.d.ts +210 -30
  23. package/types/types/CamOverlayAPI/CamOverlayAPI.d.ts +22 -22
  24. package/types/types/CamOverlayAPI/customGraphicsSchema.d.ts +12 -12
  25. package/types/types/CamOverlayAPI/scoreBoardSchema.d.ts +2 -2
  26. package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +1337 -135
  27. package/types/types/CamStreamerAPI/facebookSchema.d.ts +73 -0
  28. package/types/types/CamStreamerAPI/hlsSchema.d.ts +73 -0
  29. package/types/types/CamStreamerAPI/mpegDvbSchema.d.ts +73 -0
  30. package/types/types/CamStreamerAPI/oldStreamSchema.d.ts +6 -6
  31. package/types/types/CamStreamerAPI/rtmpSchema.d.ts +73 -0
  32. package/types/types/CamStreamerAPI/sdCardSchema.d.ts +73 -0
  33. package/types/types/CamStreamerAPI/streamCommonTypes.d.ts +118 -0
  34. package/types/types/CamStreamerAPI/windySchema.d.ts +73 -0
  35. package/types/types/CamStreamerAPI/youtubeSchema.d.ts +73 -45
@@ -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
  }>;