@frontegg/types 6.48.0 → 6.49.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.
@@ -19,6 +19,10 @@ export interface PrivacyLocalization {
19
19
  * Row title for Multi factor authentication settings
20
20
  */
21
21
  mfaTitle: string;
22
+ /**
23
+ * Row description for Multi factor authentication settings
24
+ */
25
+ mfaDescription: string;
22
26
  /**
23
27
  * Text to be displayed inside MFA row if it's forced by vendor
24
28
  */
@@ -39,6 +43,49 @@ export interface PrivacyLocalization {
39
43
  * Text to be displayed if empty state is on the screen
40
44
  */
41
45
  emptyStateText: string;
46
+ /**
47
+ * Text to be displayed on MFA Authenticator app card when enrolled
48
+ */
49
+ mfaAuthenticatorApp: string;
50
+ /**
51
+ * Text to be displayed on MFA Authenticator app card when not enrolled
52
+ */
53
+ mfaAddAuthenticatorApp: string;
54
+ /**
55
+ * Text to be displayed on MFA SMS card when enrolled
56
+ */
57
+ mfaSMS: string;
58
+ /**
59
+ * Text to be displayed on MFA SMS card when not enrolled
60
+ */
61
+ mfaAddSMS: string;
62
+ /**
63
+ * Text to be displayed on MFA Touch ID card when enrolled
64
+ */
65
+ mfaWebAuthnTouchId: string;
66
+ /**
67
+ * Text to be displayed on MFA Touch ID card when not enrolled
68
+ */
69
+ mfaAddWebAuthnTouchId: string;
70
+ /**
71
+ * Text to be displayed on MFA Android card when enrolled
72
+ */
73
+ mfaWebAuthnAndroid: string;
74
+ /**
75
+ * Text to be displayed on MFA Android card when not enrolled
76
+ */
77
+ mfaAddWebAuthnAndroid: string;
78
+ /**
79
+ * Text to be displayed on MFA USB Key card when enrolled
80
+ */
81
+ mfaWebAuthnUsbKey: string;
82
+ /**
83
+ * Text to be displayed on MFA USB Key card when not enrolled
84
+ */
85
+ mfaAddWebAuthnUsbKey: string;
86
+ mfaDeleteDevice: string;
87
+ mfaDeviceEnabled: string;
88
+ mfaSetup: string;
42
89
  };
43
90
  /**
44
91
  * Privacy page change password dialogs strings
@@ -122,6 +169,35 @@ export interface PrivacyLocalization {
122
169
  */
123
170
  disable: string;
124
171
  };
172
+ privacy_DisableMfaSms: {
173
+ dialogTitle: string;
174
+ disableTitle: string;
175
+ disableDescription: string;
176
+ cancel: string;
177
+ disable: string;
178
+ };
179
+ privacy_DisableMfaAuthenticatorApp: {
180
+ /**
181
+ * Disable mfa dialog title
182
+ */
183
+ dialogTitle: string;
184
+ /**
185
+ * Disable MFA Authenticator app dialog body title
186
+ */
187
+ disableTitle: string;
188
+ /**
189
+ * Disable MFA Authenticator app dialog body description
190
+ */
191
+ disableDescription: string;
192
+ /**
193
+ * Cancel button text
194
+ */
195
+ cancel: string;
196
+ /**
197
+ * Disable mfa Submit button text
198
+ */
199
+ disable: string;
200
+ };
125
201
  /**
126
202
  * Privacy page enable MFA dialogs strings
127
203
  */
@@ -183,6 +259,46 @@ export interface PrivacyLocalization {
183
259
  */
184
260
  close: string;
185
261
  };
262
+ privacy_EnableMfaSms: {
263
+ /**
264
+ * Pre enroll MFA SMS dialog body title
265
+ */
266
+ preEnrollTitle: string;
267
+ /**
268
+ * Pre enroll MFA SMS dialog body description
269
+ */
270
+ preEnrollDescription: string;
271
+ /**
272
+ * Enable MFA SMS dialog phone input required error message
273
+ */
274
+ phoneIsRequired: string;
275
+ /**
276
+ * Enable MFA SMS dialog phone input invalid error message
277
+ */
278
+ phoneIsInvalid: string;
279
+ /**
280
+ * Enroll MFA SMS dialog body title
281
+ */
282
+ enrollTitle: string;
283
+ /**
284
+ * Enroll MFA SMS dialog body description
285
+ */
286
+ enrollDescription: string;
287
+ cancel: string;
288
+ confirm: string;
289
+ };
290
+ privacy_EnableMfaAuthenticatorApp: {
291
+ /**
292
+ * Enroll MFA Authenticator app dialog body title
293
+ */
294
+ enrollTitle: string;
295
+ /**
296
+ * Enroll MFA Authenticator app dialog body description
297
+ */
298
+ enrollDescription: string;
299
+ cancel: string;
300
+ confirm: string;
301
+ };
186
302
  privacy_UserSessions: {
187
303
  /**
188
304
  * Login sessions table header text
@@ -33,6 +33,9 @@ export interface RightPanelThemeOptions {
33
33
  export interface PageThemeOptions extends BaseThemeOptions {
34
34
  header?: ExtendedCSSProperties;
35
35
  content?: ExtendedCSSProperties;
36
+ cardList?: {
37
+ cardListItemStyle?: ExtendedCSSProperties;
38
+ };
36
39
  }
37
40
  export interface AccountPageThemeOptions extends PageThemeOptions {
38
41
  fieldsProperties?: AccountFieldsProperties;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.48.0
1
+ /** @license Frontegg v6.49.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.48.0
1
+ /** @license Frontegg v6.49.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.48.0",
3
+ "version": "6.49.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.48.0",
9
+ "@frontegg/redux-store": "6.49.0-alpha.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },