@frontegg/types 6.143.0-alpha.6 → 6.143.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.
@@ -87,13 +87,6 @@ export interface PrivacyLocalization {
87
87
  setUpPasskeys: string;
88
88
  noPasskeysSetYet: string;
89
89
  disabledSetUpPasskeysTooltip: string;
90
- mfaSmsDisabledTooltip: string;
91
- smsTitle: string;
92
- setUpSms: string;
93
- noPhoneNumberSet: string;
94
- disabledSetUpSmsTooltip: string;
95
- editPhoneNumber: string;
96
- deletePhoneNumber: string;
97
90
  };
98
91
  /**
99
92
  * Privacy page change password dialogs strings
@@ -184,13 +177,6 @@ export interface PrivacyLocalization {
184
177
  cancel: string;
185
178
  disable: string;
186
179
  };
187
- privacy_deleteSmsDialog: {
188
- dialogTitle: string;
189
- deleteSmsFirstDescription: string;
190
- deleteSmsSecondDescription: string;
191
- cancel: string;
192
- delete: string;
193
- };
194
180
  privacy_DisableMfaAuthenticatorApp: {
195
181
  /**
196
182
  * Disable mfa dialog title
@@ -368,22 +354,4 @@ export interface PrivacyLocalization {
368
354
  cancel: string;
369
355
  delete: string;
370
356
  };
371
- privacy_setUpSmsDialog: {
372
- setUpSmsTitle: string;
373
- preVerifySmsDescription: string;
374
- phoneIsRequired: string;
375
- phoneIsInvalid: string;
376
- verifyDescription: string;
377
- cancel: string;
378
- confirm: string;
379
- continue: string;
380
- otcResend: string;
381
- otcResending: string;
382
- successfullySetUpTitle: string;
383
- successfullySetUpDescription: string;
384
- phoneNumber: string;
385
- successfullyAddedTitle: string;
386
- successfullyAddedDescription: string;
387
- done: string;
388
- };
389
357
  }
@@ -63,7 +63,6 @@ export interface ProfileLocalization {
63
63
  * Remove profile image action in profile page
64
64
  */
65
65
  removeImage: string;
66
- disabledEditPhoneNumberTooltip: string;
67
66
  };
68
67
  /**
69
68
  * Edit user name and title Dialog strings
@@ -28,8 +28,6 @@ export interface LoginLocalization {
28
28
  * String displayed as placeholder when email field is empty
29
29
  */
30
30
  emailInputPlaceholder: string;
31
- emailOrPhoneInputLabel: string;
32
- emailOrPhonePlaceHolder: string;
33
31
  /**
34
32
  * error message displayed if email is invalid
35
33
  */
@@ -371,7 +369,6 @@ export interface LoginLocalization {
371
369
  registerNewQuickLoginSubtitle: string;
372
370
  phoneIsRequired: string;
373
371
  phoneIsInvalid: string;
374
- phoneFormatIsInvalid: string;
375
372
  promptPasskeysTitle: string;
376
373
  promptFirstItemTitle: string;
377
374
  promptFirstItemSubtitle: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.143.0-alpha.6
1
+ /** @license Frontegg v6.143.0
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.143.0-alpha.6
1
+ /** @license Frontegg v6.143.0
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.143.0-alpha.6",
3
+ "version": "6.143.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.143.0-alpha.6",
9
+ "@frontegg/redux-store": "6.143.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },