@spash/frontlib 1.2.16 → 1.2.17

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 (2) hide show
  1. package/dist/main.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -156,6 +156,7 @@ export declare interface Field {
156
156
  camerasConfiguration: CameraConfiguration[];
157
157
  advertHmiPostMatchImage: string;
158
158
  advertHmiLoadingImage: string;
159
+ sportCenter: SportCenter;
159
160
  }
160
161
 
161
162
  declare interface KeyComparisonResult {
@@ -681,6 +682,7 @@ export declare interface SportCenter {
681
682
  id: number;
682
683
  durationChoices: number[];
683
684
  language: string;
685
+ name: string;
684
686
  computers: {
685
687
  boxId: string;
686
688
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spash/frontlib",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"