@frontegg/types 6.82.0-alpha.3 → 6.82.0-alpha.5

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.
@@ -31,6 +31,10 @@ export interface UsersLocalization {
31
31
  * Table user roles column header
32
32
  */
33
33
  rolesHeader: string;
34
+ /**
35
+ * Table user groups column header
36
+ */
37
+ groupsHeader: string;
34
38
  /**
35
39
  * Table user organization column header
36
40
  */
@@ -103,6 +107,10 @@ export interface UsersLocalization {
103
107
  * Assigned by groups tooltip
104
108
  */
105
109
  assignedByGroups: string;
110
+ /**
111
+ * Assigned by groups and default tooltip
112
+ */
113
+ assignedByGroupsAndDefault: string;
106
114
  };
107
115
  /**
108
116
  * Delete user dialog strings
@@ -169,6 +177,10 @@ export interface UsersLocalization {
169
177
  * Roles from groups table groups column label
170
178
  * */
171
179
  rolesFromGroupsGroupsColumnLabel: string;
180
+ /**
181
+ * Roles also assigned by groups tooltip in select options
182
+ * */
183
+ alsoAssignedByGroups: string;
172
184
  };
173
185
  /**
174
186
  * Invite new user to tenant dialog strings
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.82.0-alpha.3
1
+ /** @license Frontegg v6.82.0-alpha.5
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.82.0-alpha.3
1
+ /** @license Frontegg v6.82.0-alpha.5
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.82.0-alpha.3",
3
+ "version": "6.82.0-alpha.5",
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.82.0-alpha.3",
9
+ "@frontegg/redux-store": "6.82.0-alpha.5",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },