@frontegg/types 6.77.0-alpha.1 → 6.77.0-alpha.2
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.
|
@@ -82,6 +82,10 @@ export interface PrivacyLocalization {
|
|
|
82
82
|
mfaDeleteDevice: string;
|
|
83
83
|
mfaDeviceEnabled: string;
|
|
84
84
|
mfaSetup: string;
|
|
85
|
+
passkeysTitle: string;
|
|
86
|
+
passkeysSetUpDescription: string;
|
|
87
|
+
setUpPasskeys: string;
|
|
88
|
+
noPasskeysSetYet: string;
|
|
85
89
|
};
|
|
86
90
|
/**
|
|
87
91
|
* Privacy page change password dialogs strings
|
|
@@ -343,4 +347,10 @@ export interface PrivacyLocalization {
|
|
|
343
347
|
*/
|
|
344
348
|
logoutAllDialogAcceptButton: string;
|
|
345
349
|
};
|
|
350
|
+
privacy_deletePasskeysDialog: {
|
|
351
|
+
title: string;
|
|
352
|
+
description: string;
|
|
353
|
+
cancel: string;
|
|
354
|
+
delete: string;
|
|
355
|
+
};
|
|
346
356
|
}
|
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.77.0-alpha.
|
|
3
|
+
"version": "6.77.0-alpha.2",
|
|
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.77.0-alpha.
|
|
9
|
+
"@frontegg/redux-store": "6.77.0-alpha.2",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|