@frontegg/types 6.57.0 → 6.59.0-alpha.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.
@@ -60,29 +60,25 @@ export interface PrivacyLocalization {
60
60
  */
61
61
  mfaAddSMS: string;
62
62
  /**
63
- * Text to be displayed on MFA Touch ID card when enrolled
63
+ * Text to be displayed on MFA platform card when enrolled
64
64
  */
65
- mfaWebAuthnTouchId: string;
65
+ mfaWebAuthnPlatform: string;
66
66
  /**
67
- * Text to be displayed on MFA Touch ID card when not enrolled
67
+ * Text to be displayed on MFA platform card when disabled
68
68
  */
69
- mfaAddWebAuthnTouchId: string;
69
+ mfaWebAuthnPlatformDisabledTooltip: string;
70
70
  /**
71
- * Text to be displayed on MFA Android card when enrolled
71
+ * Text to be displayed on MFA platfrom card when not enrolled
72
72
  */
73
- mfaWebAuthnAndroid: string;
73
+ mfaAddWebAuthnPlatform: string;
74
74
  /**
75
- * Text to be displayed on MFA Android card when not enrolled
75
+ * Text to be displayed on MFA security key card when enrolled
76
76
  */
77
- mfaAddWebAuthnAndroid: string;
77
+ mfaWebAuthnCrossPlatform: string;
78
78
  /**
79
- * Text to be displayed on MFA USB Key card when enrolled
79
+ * Text to be displayed on MFA security key card when not enrolled
80
80
  */
81
- mfaWebAuthnUsbKey: string;
82
- /**
83
- * Text to be displayed on MFA USB Key card when not enrolled
84
- */
85
- mfaAddWebAuthnUsbKey: string;
81
+ mfaAddWebAuthnCrossPlatform: string;
86
82
  mfaDeleteDevice: string;
87
83
  mfaDeviceEnabled: string;
88
84
  mfaSetup: string;
@@ -377,22 +377,26 @@ export interface LoginLocalization {
377
377
  * Enroll MFA list Authenticator App option message
378
378
  */
379
379
  forceEnrollMfaAuthenticatorApp: string;
380
+ /**
381
+ * Enroll MFA list Authenticator App option descriotion
382
+ */
383
+ forceEnrollMfaAuthenticatorAppDescription: string;
380
384
  /**
381
385
  * Enroll MFA list SMS option message
382
386
  */
383
387
  forceEnrollMfaSMS: string;
384
388
  /**
385
- * Enroll MFA list Touch ID option message
389
+ * Enroll MFA list webauthn platform option message
386
390
  */
387
- forceEnrollMfaTouchID: string;
391
+ forceEnrollMfaPlatform: string;
388
392
  /**
389
- * Enroll MFA list Security Key option message
393
+ * Enroll MFA list webauthn cross platform option message
390
394
  */
391
- forceEnrollMfaSecurityKey: string;
395
+ forceEnrollMfaCrossPlatform: string;
392
396
  /**
393
- * Enroll MFA list Android option message
397
+ * Enroll MFA list webauthn cross platform option description
394
398
  */
395
- forceEnrollMfaAndroid: string;
399
+ forceEnrollMfaCrossPlatformDescription: string;
396
400
  /**
397
401
  * Pre enroll MFA with SMS title
398
402
  */
@@ -430,21 +434,34 @@ export interface LoginLocalization {
430
434
  */
431
435
  loginMfaSMS: string;
432
436
  /**
433
- * MFA login list Touch ID option message
437
+ * MFA login list SMS option description
434
438
  */
435
- loginMfaTouchID: string;
439
+ loginMfaSMSDescription: string;
440
+ /**
441
+ * MFA login list platform option message
442
+ */
443
+ loginMfaPlatform: string;
444
+ /**
436
445
  /**
437
- * MFA login list Security Key option message
446
+ * MFA login list platform option description
438
447
  */
439
- loginMfaSecurityKey: string;
448
+ loginMfaPlatformDescription: string;
440
449
  /**
441
- * MFA login list Android option message
450
+ * MFA login list cross platform option message
442
451
  */
443
- loginMfaAndroid: string;
452
+ loginMfaCrossPlatform: string;
453
+ /**
454
+ * MFA login list cross platform option description
455
+ */
456
+ loginMfaCrossPlatformDescription: string;
444
457
  /**
445
458
  * MFA login list Authenticator App option message
446
459
  */
447
460
  loginMfaAuthenticatorApp: string;
461
+ /**
462
+ * MFA login list Authenticator App option description
463
+ */
464
+ loginMfaAuthenticatorAppDescription: string;
448
465
  /**
449
466
  * MFA login with Authenticator App title
450
467
  */
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.57.0
1
+ /** @license Frontegg v6.59.0-alpha.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.57.0
1
+ /** @license Frontegg v6.59.0-alpha.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.57.0",
3
+ "version": "6.59.0-alpha.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.57.0",
9
+ "@frontegg/redux-store": "6.59.0-alpha.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },