@frontegg/types 6.112.0 → 6.113.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.
@@ -31,7 +31,7 @@ export interface AllAccountsLocalization {
31
31
  searchAccountPlaceholder: string;
32
32
  /**
33
33
  * No accounts found text
34
- * @default 'No account found'
34
+ * @default 'No accounts found'
35
35
  */
36
36
  noAccountFound: string;
37
37
  };
@@ -41,7 +41,7 @@ export interface AllAccountsLocalization {
41
41
  allAccounts_accountsTable: {
42
42
  /**
43
43
  * Account column name
44
- * @default 'Account'
44
+ * @default 'Name'
45
45
  * */
46
46
  accountColumn: string;
47
47
  /**
@@ -130,8 +130,8 @@ export interface AllAccountsLocalization {
130
130
  * */
131
131
  successDescription: string;
132
132
  /**
133
- * Manage this account button text
134
- * @default 'Manage this account'
133
+ * Manage account button text
134
+ * @default 'Manage account'
135
135
  * */
136
136
  manageThisAccount: string;
137
137
  /**
@@ -151,7 +151,7 @@ export interface AllAccountsLocalization {
151
151
  title: string;
152
152
  /**
153
153
  * Delete account dialog description
154
- * @default 'You want to delete the account {{accountName}}?'
154
+ * @default 'Are you sure you want to delete this account?'
155
155
  * */
156
156
  description: string;
157
157
  /**
@@ -169,6 +169,11 @@ export interface AllAccountsLocalization {
169
169
  * @default 'Delete'
170
170
  * */
171
171
  deleteBtnText: string;
172
+ /**
173
+ * Delete account dialog warning title
174
+ * @default 'Cannot Delete Account'
175
+ * */
176
+ warningDialogTitle: string;
172
177
  /**
173
178
  * Delete account dialog warning
174
179
  * @default '{{accountName}} account has sub-accounts. Delete all sub-accounts before deleting this account.'
@@ -178,7 +183,7 @@ export interface AllAccountsLocalization {
178
183
  * OK button text
179
184
  * @default 'OK'
180
185
  * */
181
- okBtnText: string;
186
+ warningDialogButtonText: string;
182
187
  };
183
188
  /**
184
189
  * Edit account dialog strings
@@ -231,7 +236,7 @@ export interface AllAccountsLocalization {
231
236
  usersCountText: string;
232
237
  /**
233
238
  * Sub-accounts count text
234
- * @default 'Sub-Accounts'
239
+ * @default 'Sub-accounts'
235
240
  * */
236
241
  subAccounts: string;
237
242
  /**
@@ -256,7 +261,7 @@ export interface AllAccountsLocalization {
256
261
  usersTab: string;
257
262
  /**
258
263
  * Sub-accounts tab text
259
- * @default 'Sub-Accounts'
264
+ * @default 'Sub-accounts'
260
265
  * */
261
266
  subAccountsTab: string;
262
267
  /**
@@ -265,6 +270,31 @@ export interface AllAccountsLocalization {
265
270
  */
266
271
  searchUserPlaceholder: string;
267
272
  };
273
+ /**
274
+ * Single account view no permissions page strings
275
+ * */
276
+ singleAccountView_noPermissions: {
277
+ /**
278
+ * Page title
279
+ * @default 'No access'
280
+ * */
281
+ noPermissionTitle: string;
282
+ /**
283
+ * Page description
284
+ * @default "You don't have access to this account."
285
+ * */
286
+ noPermissionDescription: string;
287
+ /**
288
+ * Page description for link to go to all accounts page
289
+ * @default 'You can go back to'
290
+ * */
291
+ noPermissionDescriptionForLink: string;
292
+ /**
293
+ * All accounts page link text
294
+ * @default 'all accounts'
295
+ * */
296
+ allAccountsLinkText: string;
297
+ };
268
298
  /**
269
299
  * Single account users table strings
270
300
  * */
@@ -285,10 +315,15 @@ export interface AllAccountsLocalization {
285
315
  * */
286
316
  rolesColumn: string;
287
317
  /**
288
- * Sub-accounts access column name
289
- * @default 'Sub-Accounts Access'
318
+ * Sub-account access column name
319
+ * @default 'Sub-account access'
290
320
  * */
291
321
  subAccountsAccessColumn: string;
322
+ /**
323
+ * Sub-account access column tooltip
324
+ * @default 'Toggling this on for a user will allow them to log in to all existing and future children of this account.'
325
+ * */
326
+ subAccountsAccessColumnTooltip: string;
292
327
  /**
293
328
  * Pending for approval status text
294
329
  * @default 'Pending for approval'
@@ -341,7 +376,7 @@ export interface AllAccountsLocalization {
341
376
  singleAccountView_AddUsersDialog: {
342
377
  /**
343
378
  * Add users dialog title
344
- * @default 'Invite Users to {{accountName}}'
379
+ * @default 'Invite users'
345
380
  * */
346
381
  title: string;
347
382
  /**
@@ -391,7 +426,7 @@ export interface AllAccountsLocalization {
391
426
  multipleRolesLabel: string;
392
427
  /**
393
428
  * Give access to all sub-accounts label
394
- * @default 'Also give access to existing and future sub-accounts of {{accountName}}'
429
+ * @default 'Also give access to existing and future sub-accounts of this account'
395
430
  * */
396
431
  giveAccessToAllSubAccountsLabel: string;
397
432
  };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.112.0
1
+ /** @license Frontegg v6.113.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.112.0
1
+ /** @license Frontegg v6.113.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.112.0",
3
+ "version": "6.113.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.112.0",
9
+ "@frontegg/redux-store": "6.113.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },