@frontegg/types 5.59.1 → 6.0.1-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.
- package/CheckoutDialogOptions.d.ts +6 -6
- package/CheckoutDialogOptions.js +1 -0
- package/Common.d.ts +6 -6
- package/Common.js +1 -0
- package/ContextOptions.d.ts +31 -31
- package/ContextOptions.js +1 -0
- package/CustomComponents.d.ts +19 -19
- package/CustomComponents.js +1 -0
- package/FronteggAppInstance.d.ts +23 -23
- package/FronteggAppInstance.js +1 -0
- package/FronteggAppOptions.d.ts +76 -76
- package/FronteggAppOptions.js +1 -0
- package/FronteggMetadata.d.ts +88 -85
- package/FronteggMetadata.js +1 -0
- package/FronteggStoreOptions.d.ts +13 -13
- package/FronteggStoreOptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
- package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
- package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -0
- package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
- package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
- package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
- package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +29 -27
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -76
- package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
- package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
- package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
- package/Localizations/AdminPortalLocalizations/profile.js +1 -0
- package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
- package/Localizations/AdminPortalLocalizations/roles.js +1 -0
- package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/security.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
- package/Localizations/AdminPortalLocalizations/sso.js +1 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
- package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
- package/Localizations/AdminPortalLocalizations/users.js +1 -0
- package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
- package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
- package/Localizations/LocalizationOverrides.d.ts +21 -21
- package/Localizations/LocalizationOverrides.js +1 -0
- package/Localizations/LocalizationType.d.ts +45 -45
- package/Localizations/LocalizationType.js +1 -0
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
- package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
- package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
- package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
- package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
- package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
- package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
- package/Localizations/LoginBoxLocalization/index.js +11 -0
- package/Localizations/LoginBoxLocalization/login.d.ts +307 -307
- package/Localizations/LoginBoxLocalization/login.js +1 -0
- package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
- package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
- package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
- package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
- package/Localizations/LoginBoxLocalization/signup.js +1 -0
- package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
- package/Localizations/index.d.ts +4 -4
- package/Localizations/index.js +4 -0
- package/Localizations/package.json +6 -0
- package/Metadata/colorManipulator.d.ts +73 -73
- package/Metadata/colorManipulator.js +186 -0
- package/Metadata/getPalette.d.ts +3 -3
- package/Metadata/getPalette.js +58 -0
- package/Metadata/index.d.ts +15 -15
- package/Metadata/index.js +126 -0
- package/Metadata/package.json +6 -0
- package/PrivateOptions.d.ts +25 -25
- package/PrivateOptions.js +1 -0
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -81
- package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
- package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
- package/ThemeOptions/BreakpointsOptions.js +1 -0
- package/ThemeOptions/ComponentsOptions.d.ts +751 -751
- package/ThemeOptions/ComponentsOptions.js +2 -0
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -136
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
import { NavigationLocalization } from './navigation';
|
|
2
|
-
import { ProfileLocalization } from './profile';
|
|
3
|
-
import { PersonalTokensLocalization } from './personalTokens';
|
|
4
|
-
import { AuditLogsLocalization } from './auditLogs';
|
|
5
|
-
import { ApiTokensLocalization } from './apiTokens';
|
|
6
|
-
import { AccountSettingsLocalization } from './accountSettings';
|
|
7
|
-
import { PrivacyLocalization } from './privacy';
|
|
8
|
-
import { SecurityLocalization } from './security';
|
|
9
|
-
import { RolesLocalization } from './roles';
|
|
10
|
-
import { SsoLocalization } from './sso';
|
|
11
|
-
import { UsersLocalization } from './users';
|
|
12
|
-
import { WebhooksLocalization } from './webhooks';
|
|
13
|
-
import { SubscriptionsLocalization } from './subscriptions';
|
|
14
|
-
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export
|
|
1
|
+
import { NavigationLocalization } from './navigation';
|
|
2
|
+
import { ProfileLocalization } from './profile';
|
|
3
|
+
import { PersonalTokensLocalization } from './personalTokens';
|
|
4
|
+
import { AuditLogsLocalization } from './auditLogs';
|
|
5
|
+
import { ApiTokensLocalization } from './apiTokens';
|
|
6
|
+
import { AccountSettingsLocalization } from './accountSettings';
|
|
7
|
+
import { PrivacyLocalization } from './privacy';
|
|
8
|
+
import { SecurityLocalization } from './security';
|
|
9
|
+
import { RolesLocalization } from './roles';
|
|
10
|
+
import { SsoLocalization } from './sso';
|
|
11
|
+
import { UsersLocalization } from './users';
|
|
12
|
+
import { WebhooksLocalization } from './webhooks';
|
|
13
|
+
import { SubscriptionsLocalization } from './subscriptions';
|
|
14
|
+
import { AllUsersLocalization } from './allUsers';
|
|
15
|
+
export * from './navigation';
|
|
16
|
+
export * from './profile';
|
|
17
|
+
export * from './personalTokens';
|
|
18
|
+
export * from './auditLogs';
|
|
19
|
+
export * from './apiTokens';
|
|
20
|
+
export * from './accountSettings';
|
|
21
|
+
export * from './privacy';
|
|
22
|
+
export * from './security';
|
|
23
|
+
export * from './roles';
|
|
24
|
+
export * from './sso';
|
|
25
|
+
export * from './users';
|
|
26
|
+
export * from './webhooks';
|
|
27
|
+
export * from './subscriptions';
|
|
28
|
+
export * from './allUsers';
|
|
29
|
+
export declare type AdminPortalLocalization = NavigationLocalization & ProfileLocalization & PersonalTokensLocalization & AuditLogsLocalization & ApiTokensLocalization & AccountSettingsLocalization & PrivacyLocalization & SecurityLocalization & RolesLocalization & SsoLocalization & UsersLocalization & WebhooksLocalization & SubscriptionsLocalization & AllUsersLocalization;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from './navigation';
|
|
2
|
+
export * from './profile';
|
|
3
|
+
export * from './personalTokens';
|
|
4
|
+
export * from './auditLogs';
|
|
5
|
+
export * from './apiTokens';
|
|
6
|
+
export * from './accountSettings';
|
|
7
|
+
export * from './privacy';
|
|
8
|
+
export * from './security';
|
|
9
|
+
export * from './roles';
|
|
10
|
+
export * from './sso';
|
|
11
|
+
export * from './users';
|
|
12
|
+
export * from './webhooks';
|
|
13
|
+
export * from './subscriptions';
|
|
14
|
+
export * from './allUsers';
|
|
15
|
+
export {};
|
|
@@ -1,76 +1,85 @@
|
|
|
1
|
-
export interface NavigationLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Navigation strings
|
|
4
|
-
*/
|
|
5
|
-
navigation: {
|
|
6
|
-
/**
|
|
7
|
-
* Powered by text at the bottom of the navigation
|
|
8
|
-
*/
|
|
9
|
-
poweredBy: string;
|
|
10
|
-
/**
|
|
11
|
-
* Text displayed as
|
|
12
|
-
* in navigation
|
|
13
|
-
*/
|
|
14
|
-
workspace: 'Workspace';
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
1
|
+
export interface NavigationLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Navigation strings
|
|
4
|
+
*/
|
|
5
|
+
navigation: {
|
|
6
|
+
/**
|
|
7
|
+
* Powered by text at the bottom of the navigation
|
|
8
|
+
*/
|
|
9
|
+
poweredBy: string;
|
|
10
|
+
/**
|
|
11
|
+
* Text displayed as separator between personal settings and active tenant settings
|
|
12
|
+
* in navigation
|
|
13
|
+
*/
|
|
14
|
+
workspace: 'Workspace';
|
|
15
|
+
/**
|
|
16
|
+
* Text displayed as separator between tenant settings and all accounts settings
|
|
17
|
+
* in navigation
|
|
18
|
+
*/
|
|
19
|
+
allAccounts: 'All Accounts';
|
|
20
|
+
/**
|
|
21
|
+
* Profile navigation item text
|
|
22
|
+
*/
|
|
23
|
+
profile: string;
|
|
24
|
+
/**
|
|
25
|
+
* Privacy navigation item text
|
|
26
|
+
*/
|
|
27
|
+
privacy: string;
|
|
28
|
+
/**
|
|
29
|
+
* PersonalApiTokens navigation item text
|
|
30
|
+
*/
|
|
31
|
+
personalApiTokens: string;
|
|
32
|
+
/**
|
|
33
|
+
* Usage navigation item text
|
|
34
|
+
*/
|
|
35
|
+
usage: string;
|
|
36
|
+
/**
|
|
37
|
+
* Account navigation item text
|
|
38
|
+
*/
|
|
39
|
+
account: string;
|
|
40
|
+
/**
|
|
41
|
+
* Users navigation item text
|
|
42
|
+
*/
|
|
43
|
+
users: string;
|
|
44
|
+
/**
|
|
45
|
+
* All Users navigation item text
|
|
46
|
+
*/
|
|
47
|
+
allUsers: string;
|
|
48
|
+
/**
|
|
49
|
+
* Roles navigation item text
|
|
50
|
+
*/
|
|
51
|
+
roles: string;
|
|
52
|
+
/**
|
|
53
|
+
* Security navigation item text
|
|
54
|
+
*/
|
|
55
|
+
security: string;
|
|
56
|
+
/**
|
|
57
|
+
* Sso navigation item text
|
|
58
|
+
*/
|
|
59
|
+
sso: string;
|
|
60
|
+
/**
|
|
61
|
+
* Multiple sso navigation item text
|
|
62
|
+
*/
|
|
63
|
+
multipleSSO: string;
|
|
64
|
+
/**
|
|
65
|
+
* Audits navigation item text
|
|
66
|
+
*/
|
|
67
|
+
audits: string;
|
|
68
|
+
/**
|
|
69
|
+
* Webhooks navigation item text
|
|
70
|
+
*/
|
|
71
|
+
webhooks: string;
|
|
72
|
+
/**
|
|
73
|
+
* ApiTokens navigation item text
|
|
74
|
+
*/
|
|
75
|
+
apiTokens: string;
|
|
76
|
+
/**
|
|
77
|
+
* Subscriptions navigation item text
|
|
78
|
+
*/
|
|
79
|
+
subscriptions: string;
|
|
80
|
+
/**
|
|
81
|
+
* Login navigation item text
|
|
82
|
+
*/
|
|
83
|
+
login: string;
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
export interface PersonalTokensLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Personal tokens page strings
|
|
4
|
-
*/
|
|
5
|
-
personalTokens: {
|
|
6
|
-
/**
|
|
7
|
-
* Personal Page header title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Personal tokens Table search input placeholder
|
|
12
|
-
*/
|
|
13
|
-
searchInputPlaceholder: string;
|
|
14
|
-
/**
|
|
15
|
-
* Table action button to generate new tokens
|
|
16
|
-
*/
|
|
17
|
-
generateTokenButton: string;
|
|
18
|
-
/**
|
|
19
|
-
* Placeholder title to be displayed no api tokens added yet
|
|
20
|
-
*/
|
|
21
|
-
noApiTokensYet: string;
|
|
22
|
-
/**
|
|
23
|
-
* Placeholder description to be displayed no api tokens added yet
|
|
24
|
-
*/
|
|
25
|
-
noApiTokensYetDescription: string;
|
|
26
|
-
/**
|
|
27
|
-
* Placeholder title to be displayed no results found while searching
|
|
28
|
-
*/
|
|
29
|
-
noResultFound: string;
|
|
30
|
-
/**
|
|
31
|
-
* Placeholder description to be displayed no results found while searching
|
|
32
|
-
*/
|
|
33
|
-
noResultFoundDescription: string;
|
|
34
|
-
/**
|
|
35
|
-
* Table column text to be display as 'clientId' header
|
|
36
|
-
*/
|
|
37
|
-
clientIdHeader: string;
|
|
38
|
-
/**
|
|
39
|
-
* Table column text to be display as 'createOn' header
|
|
40
|
-
*/
|
|
41
|
-
createdOnHeader: string;
|
|
42
|
-
/**
|
|
43
|
-
* Table action text for deleting tokens
|
|
44
|
-
*/
|
|
45
|
-
deleteApiTokenAction: string;
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* Add new "Personal" token dialog strings
|
|
49
|
-
*/
|
|
50
|
-
personalTokens_AddToken: {
|
|
51
|
-
/**
|
|
52
|
-
* Dialog default title text
|
|
53
|
-
*/
|
|
54
|
-
title: string;
|
|
55
|
-
/**
|
|
56
|
-
* Dialog Title to be displayed after successfully generate new personal token
|
|
57
|
-
*/
|
|
58
|
-
successTitle: string;
|
|
59
|
-
/**
|
|
60
|
-
* Add Personal token description input label
|
|
61
|
-
*/
|
|
62
|
-
descriptionInputLabel: string;
|
|
63
|
-
/**
|
|
64
|
-
* Error displayed if description input is empty
|
|
65
|
-
*/
|
|
66
|
-
descriptionIsRequired: string;
|
|
67
|
-
/**
|
|
68
|
-
* Generate token client id label
|
|
69
|
-
*/
|
|
70
|
-
clientId: string;
|
|
71
|
-
/**
|
|
72
|
-
* Generate token secret key label
|
|
73
|
-
*/
|
|
74
|
-
secretKey: string;
|
|
75
|
-
/**
|
|
76
|
-
* Copy and Save text display as note after generated new token
|
|
77
|
-
*/
|
|
78
|
-
copyAndSaveId: string;
|
|
79
|
-
/**
|
|
80
|
-
* Add new token cancel button text
|
|
81
|
-
*/
|
|
82
|
-
cancel: string;
|
|
83
|
-
/**
|
|
84
|
-
* Add new token submit button text
|
|
85
|
-
*/
|
|
86
|
-
create: string;
|
|
87
|
-
/**
|
|
88
|
-
* Close button after successfully generate new token
|
|
89
|
-
*/
|
|
90
|
-
done: string;
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* Confirmation Dialog for Delete "Personal" strings
|
|
94
|
-
*/
|
|
95
|
-
personalTokens_DeleteToken: {
|
|
96
|
-
/**
|
|
97
|
-
* Dialog title
|
|
98
|
-
*/
|
|
99
|
-
title: string;
|
|
100
|
-
/**
|
|
101
|
-
* Delete Personal token message displayed before the token id
|
|
102
|
-
*/
|
|
103
|
-
areYouSureDeleteApiToken1: string;
|
|
104
|
-
/**
|
|
105
|
-
* Delete Personal token message displayed after the token id
|
|
106
|
-
*/
|
|
107
|
-
areYouSureDeleteApiToken2: string;
|
|
108
|
-
/**
|
|
109
|
-
* Delete personal token cancel button text
|
|
110
|
-
*/
|
|
111
|
-
cancel: string;
|
|
112
|
-
/**
|
|
113
|
-
* Delete personal token submit button text
|
|
114
|
-
*/
|
|
115
|
-
delete: string;
|
|
116
|
-
};
|
|
117
|
-
}
|
|
1
|
+
export interface PersonalTokensLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Personal tokens page strings
|
|
4
|
+
*/
|
|
5
|
+
personalTokens: {
|
|
6
|
+
/**
|
|
7
|
+
* Personal Page header title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Personal tokens Table search input placeholder
|
|
12
|
+
*/
|
|
13
|
+
searchInputPlaceholder: string;
|
|
14
|
+
/**
|
|
15
|
+
* Table action button to generate new tokens
|
|
16
|
+
*/
|
|
17
|
+
generateTokenButton: string;
|
|
18
|
+
/**
|
|
19
|
+
* Placeholder title to be displayed no api tokens added yet
|
|
20
|
+
*/
|
|
21
|
+
noApiTokensYet: string;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder description to be displayed no api tokens added yet
|
|
24
|
+
*/
|
|
25
|
+
noApiTokensYetDescription: string;
|
|
26
|
+
/**
|
|
27
|
+
* Placeholder title to be displayed no results found while searching
|
|
28
|
+
*/
|
|
29
|
+
noResultFound: string;
|
|
30
|
+
/**
|
|
31
|
+
* Placeholder description to be displayed no results found while searching
|
|
32
|
+
*/
|
|
33
|
+
noResultFoundDescription: string;
|
|
34
|
+
/**
|
|
35
|
+
* Table column text to be display as 'clientId' header
|
|
36
|
+
*/
|
|
37
|
+
clientIdHeader: string;
|
|
38
|
+
/**
|
|
39
|
+
* Table column text to be display as 'createOn' header
|
|
40
|
+
*/
|
|
41
|
+
createdOnHeader: string;
|
|
42
|
+
/**
|
|
43
|
+
* Table action text for deleting tokens
|
|
44
|
+
*/
|
|
45
|
+
deleteApiTokenAction: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Add new "Personal" token dialog strings
|
|
49
|
+
*/
|
|
50
|
+
personalTokens_AddToken: {
|
|
51
|
+
/**
|
|
52
|
+
* Dialog default title text
|
|
53
|
+
*/
|
|
54
|
+
title: string;
|
|
55
|
+
/**
|
|
56
|
+
* Dialog Title to be displayed after successfully generate new personal token
|
|
57
|
+
*/
|
|
58
|
+
successTitle: string;
|
|
59
|
+
/**
|
|
60
|
+
* Add Personal token description input label
|
|
61
|
+
*/
|
|
62
|
+
descriptionInputLabel: string;
|
|
63
|
+
/**
|
|
64
|
+
* Error displayed if description input is empty
|
|
65
|
+
*/
|
|
66
|
+
descriptionIsRequired: string;
|
|
67
|
+
/**
|
|
68
|
+
* Generate token client id label
|
|
69
|
+
*/
|
|
70
|
+
clientId: string;
|
|
71
|
+
/**
|
|
72
|
+
* Generate token secret key label
|
|
73
|
+
*/
|
|
74
|
+
secretKey: string;
|
|
75
|
+
/**
|
|
76
|
+
* Copy and Save text display as note after generated new token
|
|
77
|
+
*/
|
|
78
|
+
copyAndSaveId: string;
|
|
79
|
+
/**
|
|
80
|
+
* Add new token cancel button text
|
|
81
|
+
*/
|
|
82
|
+
cancel: string;
|
|
83
|
+
/**
|
|
84
|
+
* Add new token submit button text
|
|
85
|
+
*/
|
|
86
|
+
create: string;
|
|
87
|
+
/**
|
|
88
|
+
* Close button after successfully generate new token
|
|
89
|
+
*/
|
|
90
|
+
done: string;
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* Confirmation Dialog for Delete "Personal" strings
|
|
94
|
+
*/
|
|
95
|
+
personalTokens_DeleteToken: {
|
|
96
|
+
/**
|
|
97
|
+
* Dialog title
|
|
98
|
+
*/
|
|
99
|
+
title: string;
|
|
100
|
+
/**
|
|
101
|
+
* Delete Personal token message displayed before the token id
|
|
102
|
+
*/
|
|
103
|
+
areYouSureDeleteApiToken1: string;
|
|
104
|
+
/**
|
|
105
|
+
* Delete Personal token message displayed after the token id
|
|
106
|
+
*/
|
|
107
|
+
areYouSureDeleteApiToken2: string;
|
|
108
|
+
/**
|
|
109
|
+
* Delete personal token cancel button text
|
|
110
|
+
*/
|
|
111
|
+
cancel: string;
|
|
112
|
+
/**
|
|
113
|
+
* Delete personal token submit button text
|
|
114
|
+
*/
|
|
115
|
+
delete: string;
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|