@spash/frontlib 1.2.16 → 1.2.18
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/dist/main.d.ts +3 -0
- package/dist/main.js +378 -322
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -156,6 +156,8 @@ export declare interface Field {
|
|
|
156
156
|
camerasConfiguration: CameraConfiguration[];
|
|
157
157
|
advertHmiPostMatchImage: string;
|
|
158
158
|
advertHmiLoadingImage: string;
|
|
159
|
+
scanToLaunchRequired: boolean;
|
|
160
|
+
sportCenter: SportCenter;
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
declare interface KeyComparisonResult {
|
|
@@ -681,6 +683,7 @@ export declare interface SportCenter {
|
|
|
681
683
|
id: number;
|
|
682
684
|
durationChoices: number[];
|
|
683
685
|
language: string;
|
|
686
|
+
name: string;
|
|
684
687
|
computers: {
|
|
685
688
|
boxId: string;
|
|
686
689
|
createdAt: string;
|