@frontegg/types 7.83.0-alpha.6 → 7.84.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.
|
@@ -372,6 +372,92 @@ export interface UsersLocalization {
|
|
|
372
372
|
*/
|
|
373
373
|
shareLinkDescription: string;
|
|
374
374
|
};
|
|
375
|
+
/**
|
|
376
|
+
* Invite user via link strings
|
|
377
|
+
*/
|
|
378
|
+
users_InviteUserViaLink: {
|
|
379
|
+
/**
|
|
380
|
+
* Invite user via link title
|
|
381
|
+
*/
|
|
382
|
+
title: string;
|
|
383
|
+
/**
|
|
384
|
+
* Expiration period label
|
|
385
|
+
*/
|
|
386
|
+
expirationLabel: string;
|
|
387
|
+
/**
|
|
388
|
+
* Email notification title
|
|
389
|
+
*/
|
|
390
|
+
emailNotificationTitle: string;
|
|
391
|
+
/**
|
|
392
|
+
* Email notification description
|
|
393
|
+
*/
|
|
394
|
+
emailNotificationDescription: string;
|
|
395
|
+
/**
|
|
396
|
+
* Back button text
|
|
397
|
+
*/
|
|
398
|
+
backButton: string;
|
|
399
|
+
/**
|
|
400
|
+
* Next button text
|
|
401
|
+
*/
|
|
402
|
+
nextButton: string;
|
|
403
|
+
};
|
|
404
|
+
/**
|
|
405
|
+
* Invitation Link dialog strings
|
|
406
|
+
*/
|
|
407
|
+
users_InvitationLink: {
|
|
408
|
+
/**
|
|
409
|
+
* Account invitation link label
|
|
410
|
+
*/
|
|
411
|
+
accountInvitationLink: string;
|
|
412
|
+
/**
|
|
413
|
+
* Link expiration message
|
|
414
|
+
*/
|
|
415
|
+
linkExpiration: string;
|
|
416
|
+
/**
|
|
417
|
+
* Link expired message
|
|
418
|
+
*/
|
|
419
|
+
linkExpired: string;
|
|
420
|
+
/**
|
|
421
|
+
* Regenerate link button text
|
|
422
|
+
*/
|
|
423
|
+
regenerateLink: string;
|
|
424
|
+
/**
|
|
425
|
+
* Done button text
|
|
426
|
+
*/
|
|
427
|
+
doneBtn: string;
|
|
428
|
+
/**
|
|
429
|
+
* Regenerate link confirmation dialog title
|
|
430
|
+
*/
|
|
431
|
+
regenerateLinkTitle: string;
|
|
432
|
+
/**
|
|
433
|
+
* Regenerate link confirmation description
|
|
434
|
+
*/
|
|
435
|
+
regenerateLinkDescription: string;
|
|
436
|
+
/**
|
|
437
|
+
* Cancel button text
|
|
438
|
+
*/
|
|
439
|
+
cancelBtn: string;
|
|
440
|
+
/**
|
|
441
|
+
* Regenerate button text
|
|
442
|
+
*/
|
|
443
|
+
regenerateBtn: string;
|
|
444
|
+
/**
|
|
445
|
+
* Account invitation link tip
|
|
446
|
+
*/
|
|
447
|
+
accountInvitationLinkTip: string;
|
|
448
|
+
/**
|
|
449
|
+
* New link button text
|
|
450
|
+
*/
|
|
451
|
+
newLinkBtn: string;
|
|
452
|
+
/**
|
|
453
|
+
* Day singular
|
|
454
|
+
*/
|
|
455
|
+
day: string;
|
|
456
|
+
/**
|
|
457
|
+
* Days plural
|
|
458
|
+
*/
|
|
459
|
+
days: string;
|
|
460
|
+
};
|
|
375
461
|
/**
|
|
376
462
|
* Edit user access time dialog strings
|
|
377
463
|
*/
|
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": "7.
|
|
3
|
+
"version": "7.84.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": "7.
|
|
9
|
+
"@frontegg/redux-store": "7.84.0-alpha.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|