@frontegg/types 6.165.0-alpha.10 → 6.165.0-alpha.11

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.
@@ -310,7 +310,6 @@ export interface UsersLocalization {
310
310
  saveAndContinueButton: string;
311
311
  accessPeriodEditBtn: string;
312
312
  accessPeriodSwitchLabel: string;
313
- accessPeriodSwitchTooltip: string;
314
313
  accessPeriodSwitchDescription: string;
315
314
  accessTimeValidationError: string;
316
315
  accessTimeSummary: string;
@@ -349,10 +348,6 @@ export interface UsersLocalization {
349
348
  * EX: 'link will expire in {{number}} day(s)',
350
349
  */
351
350
  linkExpiration: string;
352
- /**
353
- * Disabled link expiration if access period is on tooltip
354
- */
355
- linkExpiratonDisabledReasonAccessPeriod: string;
356
351
  /**
357
352
  * Deactivate link button text
358
353
  */
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, } from '@frontegg/redux-store';
9
+ export type { Entitlement, NotEntitledJustification, EntitledToOptions, LoadEntitlementsCallback, StepUpOptions, IsSteppedUpOptions, } from '@frontegg/redux-store';
10
10
  export type { UserEntitlementsContext as UserEntitlementsResponseV2, CustomAttributes, Attributes, JwtAttributes, } from '@frontegg/entitlements-javascript-commons';
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.165.0-alpha.10
1
+ /** @license Frontegg v6.165.0-alpha.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.165.0-alpha.10
1
+ /** @license Frontegg v6.165.0-alpha.11
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "6.165.0-alpha.10",
3
+ "version": "6.165.0-alpha.11",
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-alpha.10",
9
+ "@frontegg/redux-store": "6.165.0-alpha.11",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },