@frontegg/types 6.165.0-alpha.8 → 6.165.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.
- package/Localizations/AdminPortalLocalizations/users.d.ts +5 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
|
@@ -310,6 +310,7 @@ export interface UsersLocalization {
|
|
|
310
310
|
saveAndContinueButton: string;
|
|
311
311
|
accessPeriodEditBtn: string;
|
|
312
312
|
accessPeriodSwitchLabel: string;
|
|
313
|
+
accessPeriodSwitchTooltip: string;
|
|
313
314
|
accessPeriodSwitchDescription: string;
|
|
314
315
|
accessTimeValidationError: string;
|
|
315
316
|
accessTimeSummary: string;
|
|
@@ -348,6 +349,10 @@ export interface UsersLocalization {
|
|
|
348
349
|
* EX: 'link will expire in {{number}} day(s)',
|
|
349
350
|
*/
|
|
350
351
|
linkExpiration: string;
|
|
352
|
+
/**
|
|
353
|
+
* Disabled link expiration if access period is on tooltip
|
|
354
|
+
*/
|
|
355
|
+
linkExpiratonDisabledReasonAccessPeriod: string;
|
|
351
356
|
/**
|
|
352
357
|
* Deactivate link button text
|
|
353
358
|
*/
|
package/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export * from './Localizations';
|
|
|
6
6
|
export * from './Metadata';
|
|
7
7
|
export * from './CheckoutDialogOptions';
|
|
8
8
|
export * from './CustomLoginTypes';
|
|
9
|
-
export type { Entitlement, NotEntitledJustification, EntitledToOptions, LoadEntitlementsCallback,
|
|
9
|
+
export type { Entitlement, NotEntitledJustification, EntitledToOptions, LoadEntitlementsCallback, } from '@frontegg/redux-store';
|
|
10
10
|
export type { UserEntitlementsContext as UserEntitlementsResponseV2, CustomAttributes, Attributes, JwtAttributes, } from '@frontegg/entitlements-javascript-commons';
|
package/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "6.165.0
|
|
3
|
+
"version": "6.165.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/redux-store": "6.165.0
|
|
9
|
+
"@frontegg/redux-store": "6.165.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|