@tiba-spark/client-shared-lib 25.4.0-708 → 25.4.0-712
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/esm2022/libraries/constants/global-constants.mjs +2 -2
- package/esm2022/libraries/services/openid-auth.service.mjs +4 -4
- package/fesm2022/tiba-spark-client-shared-lib.mjs +4 -4
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/constants/global-constants.d.ts +1 -1
- package/package.json +1 -1
|
@@ -82,7 +82,7 @@ export declare const MAX_INT16_VALUE = 32767;
|
|
|
82
82
|
export declare const ONE_DAY_IN_MINUTES_VALUE = 1440;
|
|
83
83
|
export declare const MAX_PRICE_NO_TIME_LIMIT_VALUE = 99999;
|
|
84
84
|
export declare const MAX_PRICE_PERIOD_VALUE = 9999.99;
|
|
85
|
-
export declare const MAX_PERIOD_TIME =
|
|
85
|
+
export declare const MAX_PERIOD_TIME = 32767;
|
|
86
86
|
export declare const MAX_REPEAT_COUNT_VALUE = 999;
|
|
87
87
|
export declare const EXPIRATION_MONTHS_COUNT_OPTIONS: number[];
|
|
88
88
|
export declare const DEFAULT_EXPIRATION_MONTHS_COUNT = 6;
|