@inno_user/inno_clouds_lib 9.3.4 → 9.4.0

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.
@@ -12,6 +12,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
12
12
  accent_dark_color: string | null;
13
13
  bg_button_color: string | null;
14
14
  bonuses_button_name?: string | undefined;
15
+ qr_auth_required?: boolean | null | undefined;
15
16
  qr_bypass_guest_auth?: boolean | null | undefined;
16
17
  kiosk_bypass_guest_auth?: boolean | null | undefined;
17
18
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -71,6 +72,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
71
72
  accent_dark_color: string | null;
72
73
  bg_button_color: string | null;
73
74
  bonuses_button_name?: string | undefined;
75
+ qr_auth_required?: boolean | null | undefined;
74
76
  qr_bypass_guest_auth?: boolean | null | undefined;
75
77
  kiosk_bypass_guest_auth?: boolean | null | undefined;
76
78
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -131,6 +133,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
131
133
  accent_dark_color: string | null;
132
134
  bg_button_color: string | null;
133
135
  bonuses_button_name?: string | undefined;
136
+ qr_auth_required?: boolean | null | undefined;
134
137
  qr_bypass_guest_auth?: boolean | null | undefined;
135
138
  kiosk_bypass_guest_auth?: boolean | null | undefined;
136
139
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -192,6 +195,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
192
195
  accent_dark_color: string | null;
193
196
  bg_button_color: string | null;
194
197
  bonuses_button_name?: string | undefined;
198
+ qr_auth_required?: boolean | null | undefined;
195
199
  qr_bypass_guest_auth?: boolean | null | undefined;
196
200
  kiosk_bypass_guest_auth?: boolean | null | undefined;
197
201
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -251,6 +255,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
251
255
  accent_dark_color: string | null;
252
256
  bg_button_color: string | null;
253
257
  bonuses_button_name?: string | undefined;
258
+ qr_auth_required?: boolean | null | undefined;
254
259
  qr_bypass_guest_auth?: boolean | null | undefined;
255
260
  kiosk_bypass_guest_auth?: boolean | null | undefined;
256
261
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -311,6 +316,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
311
316
  accent_dark_color: string | null;
312
317
  bg_button_color: string | null;
313
318
  bonuses_button_name?: string | undefined;
319
+ qr_auth_required?: boolean | null | undefined;
314
320
  qr_bypass_guest_auth?: boolean | null | undefined;
315
321
  kiosk_bypass_guest_auth?: boolean | null | undefined;
316
322
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -372,6 +378,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
372
378
  accent_dark_color: string | null;
373
379
  bg_button_color: string | null;
374
380
  bonuses_button_name?: string | undefined;
381
+ qr_auth_required?: boolean | null | undefined;
375
382
  qr_bypass_guest_auth?: boolean | null | undefined;
376
383
  kiosk_bypass_guest_auth?: boolean | null | undefined;
377
384
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -431,6 +438,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
431
438
  accent_dark_color: string | null;
432
439
  bg_button_color: string | null;
433
440
  bonuses_button_name?: string | undefined;
441
+ qr_auth_required?: boolean | null | undefined;
434
442
  qr_bypass_guest_auth?: boolean | null | undefined;
435
443
  kiosk_bypass_guest_auth?: boolean | null | undefined;
436
444
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -491,6 +499,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
491
499
  accent_dark_color: string | null;
492
500
  bg_button_color: string | null;
493
501
  bonuses_button_name?: string | undefined;
502
+ qr_auth_required?: boolean | null | undefined;
494
503
  qr_bypass_guest_auth?: boolean | null | undefined;
495
504
  kiosk_bypass_guest_auth?: boolean | null | undefined;
496
505
  kiosk_disable_lock_screen?: boolean | null | undefined;
@@ -8,6 +8,7 @@ export interface ITheme {
8
8
  accent_dark_color: string | null;
9
9
  bg_button_color: string | null;
10
10
  bonuses_button_name?: string;
11
+ qr_auth_required?: boolean | null;
11
12
  qr_bypass_guest_auth?: boolean | null;
12
13
  kiosk_bypass_guest_auth?: boolean | null;
13
14
  kiosk_disable_lock_screen?: boolean | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inno_user/inno_clouds_lib",
3
3
  "private": false,
4
- "version": "9.3.4",
4
+ "version": "9.4.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"