@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
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
export interface AllUsersLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Users page strings
|
|
4
|
+
*/
|
|
5
|
+
allUsers: {
|
|
6
|
+
/**
|
|
7
|
+
* Users management page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Users Table invite user button text
|
|
12
|
+
*/
|
|
13
|
+
inviteUserButton: string;
|
|
14
|
+
/**
|
|
15
|
+
* Users Table search input placeholder
|
|
16
|
+
*/
|
|
17
|
+
searchInputPlaceholder: string;
|
|
18
|
+
/**
|
|
19
|
+
* Text to be displayed as table placeholder while loading content based on search query
|
|
20
|
+
*/
|
|
21
|
+
searchingPlaceholder: string;
|
|
22
|
+
/**
|
|
23
|
+
* Me tooltip indicator for users table row if it's the same logged in user
|
|
24
|
+
*/
|
|
25
|
+
meTooltip: string;
|
|
26
|
+
/**
|
|
27
|
+
* Table user information column header
|
|
28
|
+
*/
|
|
29
|
+
userHeader: string;
|
|
30
|
+
/**
|
|
31
|
+
* Table user roles column header
|
|
32
|
+
*/
|
|
33
|
+
rolesHeader: string;
|
|
34
|
+
/**
|
|
35
|
+
* Table user accounts column header
|
|
36
|
+
*/
|
|
37
|
+
accountsHeader: string;
|
|
38
|
+
/**
|
|
39
|
+
* Table user joined date column header
|
|
40
|
+
*/
|
|
41
|
+
joinedHeader: string;
|
|
42
|
+
/**
|
|
43
|
+
* Table user last login / refresh token column header
|
|
44
|
+
*/
|
|
45
|
+
lastSeenHeader: string;
|
|
46
|
+
/**
|
|
47
|
+
* User pending approval status displayed in lastLogin column
|
|
48
|
+
*/
|
|
49
|
+
pendingApprovalStatus: string;
|
|
50
|
+
/**
|
|
51
|
+
* User pending activation status displayed in lastLogin column
|
|
52
|
+
*/
|
|
53
|
+
pendingActivationStatus: string;
|
|
54
|
+
/**
|
|
55
|
+
* Table row action for manage user
|
|
56
|
+
*/
|
|
57
|
+
manageAction: string;
|
|
58
|
+
/**
|
|
59
|
+
* Table row action for resending invitation email to specific user
|
|
60
|
+
*/
|
|
61
|
+
resendInvitationAction: string;
|
|
62
|
+
/**
|
|
63
|
+
* Table row action for resending activation email to specific user
|
|
64
|
+
*/
|
|
65
|
+
resendActivationAction: string;
|
|
66
|
+
/**
|
|
67
|
+
* Table row action display on logged in user row to leave the active tenant
|
|
68
|
+
*/
|
|
69
|
+
leaveTeamAction: string;
|
|
70
|
+
/**
|
|
71
|
+
* Table row action to remove user from all tenants
|
|
72
|
+
*/
|
|
73
|
+
deleteUserAction: string;
|
|
74
|
+
/**
|
|
75
|
+
* Table row action to lock user in tenants
|
|
76
|
+
*/
|
|
77
|
+
lockUserAction: string;
|
|
78
|
+
/**
|
|
79
|
+
* Placeholder title to be displayed no users added yet
|
|
80
|
+
*/
|
|
81
|
+
noUsersYet: string;
|
|
82
|
+
/**
|
|
83
|
+
* Placeholder description to be displayed no users added yet
|
|
84
|
+
*/
|
|
85
|
+
noUsersYetDescription: string;
|
|
86
|
+
/**
|
|
87
|
+
* Placeholder title to be displayed no results found while searching
|
|
88
|
+
*/
|
|
89
|
+
noResultFound: string;
|
|
90
|
+
/**
|
|
91
|
+
* Placeholder description to be displayed no results found while searching
|
|
92
|
+
*/
|
|
93
|
+
noResultFoundDescription: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Delete user dialog strings
|
|
97
|
+
*/
|
|
98
|
+
allUsers_DeleteUser: {
|
|
99
|
+
/**
|
|
100
|
+
* Dialog title
|
|
101
|
+
*/
|
|
102
|
+
title: string;
|
|
103
|
+
/**
|
|
104
|
+
* Delete user description to "Before" username
|
|
105
|
+
*/
|
|
106
|
+
areYouSureDeleteUser1: string;
|
|
107
|
+
/**
|
|
108
|
+
* Delete user description to "After" username
|
|
109
|
+
*/
|
|
110
|
+
areYouSureDeleteUser2: string;
|
|
111
|
+
/**
|
|
112
|
+
* Delete user dialog cancel button text
|
|
113
|
+
*/
|
|
114
|
+
cancel: string;
|
|
115
|
+
/**
|
|
116
|
+
* Delete user dialog submit button text
|
|
117
|
+
*/
|
|
118
|
+
delete: string;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Lock user dialog strings
|
|
122
|
+
*/
|
|
123
|
+
allUsers_LockUser: {
|
|
124
|
+
/**
|
|
125
|
+
* Dialog title
|
|
126
|
+
*/
|
|
127
|
+
title: string;
|
|
128
|
+
/**
|
|
129
|
+
* Lock user description
|
|
130
|
+
*/
|
|
131
|
+
areYouSureLockUser1: string;
|
|
132
|
+
/**
|
|
133
|
+
* Lock user dialog cancel button text
|
|
134
|
+
*/
|
|
135
|
+
cancel: string;
|
|
136
|
+
/**
|
|
137
|
+
* Lock user dialog submit button text
|
|
138
|
+
*/
|
|
139
|
+
lock: string;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Invite new user to tenant dialog strings
|
|
143
|
+
*/
|
|
144
|
+
allUsers_InviteUser: {
|
|
145
|
+
/**
|
|
146
|
+
* Invite user dialog title
|
|
147
|
+
*/
|
|
148
|
+
title: string;
|
|
149
|
+
inviteWithLinkSettings: string;
|
|
150
|
+
/**
|
|
151
|
+
* Full name input label
|
|
152
|
+
*/
|
|
153
|
+
fullNameInputLabel: string;
|
|
154
|
+
/**
|
|
155
|
+
* Error displayed if first name input is empty
|
|
156
|
+
*/
|
|
157
|
+
fullNameIsRequired: string;
|
|
158
|
+
/**
|
|
159
|
+
* User email input label
|
|
160
|
+
*/
|
|
161
|
+
emailInputLabel: string;
|
|
162
|
+
/**
|
|
163
|
+
* Error message displayed if email is empty
|
|
164
|
+
*/
|
|
165
|
+
emailIsRequired: string;
|
|
166
|
+
/**
|
|
167
|
+
* Error message displayed if email is not valid email address
|
|
168
|
+
*/
|
|
169
|
+
emailMustBeValid: string;
|
|
170
|
+
/**
|
|
171
|
+
* User roles select input label
|
|
172
|
+
*/
|
|
173
|
+
rolesInputLabel: string;
|
|
174
|
+
/**
|
|
175
|
+
* User roles select placeholder
|
|
176
|
+
*/
|
|
177
|
+
rolesInputPlaceholder: string;
|
|
178
|
+
/**
|
|
179
|
+
* Error displayed if no roles selected
|
|
180
|
+
*/
|
|
181
|
+
rolesIsRequired: string;
|
|
182
|
+
/**
|
|
183
|
+
* Invite user dialog cancel button text
|
|
184
|
+
*/
|
|
185
|
+
cancel: string;
|
|
186
|
+
/**
|
|
187
|
+
* Invite user dialog submit button text
|
|
188
|
+
*/
|
|
189
|
+
invite: string;
|
|
190
|
+
save: string;
|
|
191
|
+
selected: string;
|
|
192
|
+
accountsCount_one: string;
|
|
193
|
+
accountsCount_other: string;
|
|
194
|
+
assignRole: string;
|
|
195
|
+
accounts: string;
|
|
196
|
+
role: string;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* Edit Invitation Link dialog strings
|
|
200
|
+
*/
|
|
201
|
+
allUsers_EditInvitationLink: {
|
|
202
|
+
/**
|
|
203
|
+
* Edit invitation link settings
|
|
204
|
+
*/
|
|
205
|
+
title: string;
|
|
206
|
+
/**
|
|
207
|
+
* Invitation link title
|
|
208
|
+
*/
|
|
209
|
+
inviteWithLinkTitle: string;
|
|
210
|
+
/**
|
|
211
|
+
* Notification settings title
|
|
212
|
+
*/
|
|
213
|
+
notification: string;
|
|
214
|
+
/**
|
|
215
|
+
* Send notification link settings
|
|
216
|
+
*/
|
|
217
|
+
sendMeNotification: string;
|
|
218
|
+
/**
|
|
219
|
+
* Invitation link expiration input label
|
|
220
|
+
*/
|
|
221
|
+
expirationInputLabel: string;
|
|
222
|
+
/**
|
|
223
|
+
* Invitation link expiration input placeholder
|
|
224
|
+
*/
|
|
225
|
+
expirationInputPlaceholder: string;
|
|
226
|
+
/**
|
|
227
|
+
* Link expiration description
|
|
228
|
+
* EX: 'link will be expired in {{number}} day(s)',
|
|
229
|
+
*/
|
|
230
|
+
linkExpiration: string;
|
|
231
|
+
/**
|
|
232
|
+
* Deactivate link button text
|
|
233
|
+
*/
|
|
234
|
+
deactivateLink: string;
|
|
235
|
+
/**
|
|
236
|
+
* Back to invite user dialog button text
|
|
237
|
+
*/
|
|
238
|
+
back: string;
|
|
239
|
+
/**
|
|
240
|
+
* Save invitation link settings button text
|
|
241
|
+
*/
|
|
242
|
+
save: string;
|
|
243
|
+
/**
|
|
244
|
+
* Copy link help description message
|
|
245
|
+
*/
|
|
246
|
+
copyInviteLink: string;
|
|
247
|
+
/**
|
|
248
|
+
* Edit link button text
|
|
249
|
+
*/
|
|
250
|
+
edit: string;
|
|
251
|
+
day: string;
|
|
252
|
+
days: string;
|
|
253
|
+
};
|
|
254
|
+
/**
|
|
255
|
+
* Deactivate invitation link dialog strings
|
|
256
|
+
*/
|
|
257
|
+
allUsers_DeactivateInvitationLink: {
|
|
258
|
+
/**
|
|
259
|
+
* Deactivate invitation link dialog title
|
|
260
|
+
*/
|
|
261
|
+
title: string;
|
|
262
|
+
/**
|
|
263
|
+
* Deactivate invitation link description message
|
|
264
|
+
*/
|
|
265
|
+
areYouSureDeleteInviteLink: string;
|
|
266
|
+
/**
|
|
267
|
+
* Deactivate invitation link cancel button text
|
|
268
|
+
*/
|
|
269
|
+
cancel: string;
|
|
270
|
+
/**
|
|
271
|
+
* Deactivate invitation link submit button text
|
|
272
|
+
*/
|
|
273
|
+
deactivate: string;
|
|
274
|
+
};
|
|
275
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
export interface ApiTokensLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Tenant tokens page strings
|
|
4
|
-
*/
|
|
5
|
-
apiTokens: {
|
|
6
|
-
/**
|
|
7
|
-
* Api tokens page 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 column text to be display as 'Token Roles' header
|
|
44
|
-
*/
|
|
45
|
-
rolesHeader: string;
|
|
46
|
-
/**
|
|
47
|
-
* Table column text to be display as 'Create by user' header
|
|
48
|
-
*/
|
|
49
|
-
createdByHeader: string;
|
|
50
|
-
/**
|
|
51
|
-
* Table action text for deleting tokens
|
|
52
|
-
*/
|
|
53
|
-
deleteApiTokenAction: string;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Add new "Tenant" token dialog strings
|
|
57
|
-
*/
|
|
58
|
-
apiTokens_AddToken: {
|
|
59
|
-
/**
|
|
60
|
-
* Dialog default title text
|
|
61
|
-
*/
|
|
62
|
-
title: string;
|
|
63
|
-
/**
|
|
64
|
-
* Dialog Title to be displayed after successfully generate new personal token
|
|
65
|
-
*/
|
|
66
|
-
successTitle: string;
|
|
67
|
-
/**
|
|
68
|
-
* Add "Tenant" token description input label
|
|
69
|
-
*/
|
|
70
|
-
descriptionInputLabel: string;
|
|
71
|
-
/**
|
|
72
|
-
* Error displayed if description input is empty
|
|
73
|
-
*/
|
|
74
|
-
descriptionIsRequired: string;
|
|
75
|
-
/**
|
|
76
|
-
* Add "Tenant" token roles select label
|
|
77
|
-
*/
|
|
78
|
-
rolesInputLabel: string;
|
|
79
|
-
/**
|
|
80
|
-
* Add "Tenant" token roles input placeholder
|
|
81
|
-
*/
|
|
82
|
-
rolesInputPlaceholder: string;
|
|
83
|
-
/**
|
|
84
|
-
* Error displayed if no roles selected
|
|
85
|
-
*/
|
|
86
|
-
rolesIsRequired: string;
|
|
87
|
-
/**
|
|
88
|
-
* Generate token client id label
|
|
89
|
-
*/
|
|
90
|
-
clientId: string;
|
|
91
|
-
/**
|
|
92
|
-
* Generate token secret key label
|
|
93
|
-
*/
|
|
94
|
-
secretKey: string;
|
|
95
|
-
/**
|
|
96
|
-
* Copy and Save text display as note after generated new token
|
|
97
|
-
*/
|
|
98
|
-
copyAndSaveId: string;
|
|
99
|
-
/**
|
|
100
|
-
* Add new token cancel button text
|
|
101
|
-
*/
|
|
102
|
-
cancel: string;
|
|
103
|
-
/**
|
|
104
|
-
* Add new token submit button text
|
|
105
|
-
*/
|
|
106
|
-
create: string;
|
|
107
|
-
/**
|
|
108
|
-
* Close button after successfully generate new token
|
|
109
|
-
*/
|
|
110
|
-
done: string;
|
|
111
|
-
};
|
|
112
|
-
/**
|
|
113
|
-
* Confirmation Dialog for Delete "Tenant" strings
|
|
114
|
-
*/
|
|
115
|
-
apiTokens_DeleteToken: {
|
|
116
|
-
/**
|
|
117
|
-
* Dialog title
|
|
118
|
-
*/
|
|
119
|
-
title: string;
|
|
120
|
-
/**
|
|
121
|
-
* Delete "Tenant" token message displayed before the token id
|
|
122
|
-
*/
|
|
123
|
-
areYouSureDeleteApiToken1: string;
|
|
124
|
-
/**
|
|
125
|
-
* Delete "Tenant" token message displayed after the token id
|
|
126
|
-
*/
|
|
127
|
-
areYouSureDeleteApiToken2: string;
|
|
128
|
-
/**
|
|
129
|
-
* Delete "Tenant" token cancel button text
|
|
130
|
-
*/
|
|
131
|
-
cancel: string;
|
|
132
|
-
/**
|
|
133
|
-
* Delete "Tenant" token submit button text
|
|
134
|
-
*/
|
|
135
|
-
delete: string;
|
|
136
|
-
};
|
|
137
|
-
}
|
|
1
|
+
export interface ApiTokensLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Tenant tokens page strings
|
|
4
|
+
*/
|
|
5
|
+
apiTokens: {
|
|
6
|
+
/**
|
|
7
|
+
* Api tokens page 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 column text to be display as 'Token Roles' header
|
|
44
|
+
*/
|
|
45
|
+
rolesHeader: string;
|
|
46
|
+
/**
|
|
47
|
+
* Table column text to be display as 'Create by user' header
|
|
48
|
+
*/
|
|
49
|
+
createdByHeader: string;
|
|
50
|
+
/**
|
|
51
|
+
* Table action text for deleting tokens
|
|
52
|
+
*/
|
|
53
|
+
deleteApiTokenAction: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Add new "Tenant" token dialog strings
|
|
57
|
+
*/
|
|
58
|
+
apiTokens_AddToken: {
|
|
59
|
+
/**
|
|
60
|
+
* Dialog default title text
|
|
61
|
+
*/
|
|
62
|
+
title: string;
|
|
63
|
+
/**
|
|
64
|
+
* Dialog Title to be displayed after successfully generate new personal token
|
|
65
|
+
*/
|
|
66
|
+
successTitle: string;
|
|
67
|
+
/**
|
|
68
|
+
* Add "Tenant" token description input label
|
|
69
|
+
*/
|
|
70
|
+
descriptionInputLabel: string;
|
|
71
|
+
/**
|
|
72
|
+
* Error displayed if description input is empty
|
|
73
|
+
*/
|
|
74
|
+
descriptionIsRequired: string;
|
|
75
|
+
/**
|
|
76
|
+
* Add "Tenant" token roles select label
|
|
77
|
+
*/
|
|
78
|
+
rolesInputLabel: string;
|
|
79
|
+
/**
|
|
80
|
+
* Add "Tenant" token roles input placeholder
|
|
81
|
+
*/
|
|
82
|
+
rolesInputPlaceholder: string;
|
|
83
|
+
/**
|
|
84
|
+
* Error displayed if no roles selected
|
|
85
|
+
*/
|
|
86
|
+
rolesIsRequired: string;
|
|
87
|
+
/**
|
|
88
|
+
* Generate token client id label
|
|
89
|
+
*/
|
|
90
|
+
clientId: string;
|
|
91
|
+
/**
|
|
92
|
+
* Generate token secret key label
|
|
93
|
+
*/
|
|
94
|
+
secretKey: string;
|
|
95
|
+
/**
|
|
96
|
+
* Copy and Save text display as note after generated new token
|
|
97
|
+
*/
|
|
98
|
+
copyAndSaveId: string;
|
|
99
|
+
/**
|
|
100
|
+
* Add new token cancel button text
|
|
101
|
+
*/
|
|
102
|
+
cancel: string;
|
|
103
|
+
/**
|
|
104
|
+
* Add new token submit button text
|
|
105
|
+
*/
|
|
106
|
+
create: string;
|
|
107
|
+
/**
|
|
108
|
+
* Close button after successfully generate new token
|
|
109
|
+
*/
|
|
110
|
+
done: string;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* Confirmation Dialog for Delete "Tenant" strings
|
|
114
|
+
*/
|
|
115
|
+
apiTokens_DeleteToken: {
|
|
116
|
+
/**
|
|
117
|
+
* Dialog title
|
|
118
|
+
*/
|
|
119
|
+
title: string;
|
|
120
|
+
/**
|
|
121
|
+
* Delete "Tenant" token message displayed before the token id
|
|
122
|
+
*/
|
|
123
|
+
areYouSureDeleteApiToken1: string;
|
|
124
|
+
/**
|
|
125
|
+
* Delete "Tenant" token message displayed after the token id
|
|
126
|
+
*/
|
|
127
|
+
areYouSureDeleteApiToken2: string;
|
|
128
|
+
/**
|
|
129
|
+
* Delete "Tenant" token cancel button text
|
|
130
|
+
*/
|
|
131
|
+
cancel: string;
|
|
132
|
+
/**
|
|
133
|
+
* Delete "Tenant" token submit button text
|
|
134
|
+
*/
|
|
135
|
+
delete: string;
|
|
136
|
+
};
|
|
137
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export interface AuditLogsLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* AuditLogs page strings
|
|
4
|
-
*/
|
|
5
|
-
auditLogs: {
|
|
6
|
-
/**
|
|
7
|
-
* AuditLogs page title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Audit logs table search input placeholder
|
|
12
|
-
*/
|
|
13
|
-
searchInputPlaceholder: string;
|
|
14
|
-
/**
|
|
15
|
-
* Audit logs extract logs as CSV file menu button text
|
|
16
|
-
*/
|
|
17
|
-
downloadCsv: string;
|
|
18
|
-
/**
|
|
19
|
-
* Audit logs extract logs as CSV file button text
|
|
20
|
-
*/
|
|
21
|
-
downloadCsvPrimaryButton: string;
|
|
22
|
-
/**
|
|
23
|
-
* Placeholder title to be displayed no results found while searching
|
|
24
|
-
*/
|
|
25
|
-
noResultFound: string;
|
|
26
|
-
/**
|
|
27
|
-
* Placeholder description to be displayed no results found while searching
|
|
28
|
-
*/
|
|
29
|
-
noResultFoundDescription: string;
|
|
30
|
-
/**
|
|
31
|
-
* Text to be displayed as table placeholder while loading content based on search query
|
|
32
|
-
*/
|
|
33
|
-
searchingPlaceholder: string;
|
|
34
|
-
/**
|
|
35
|
-
* Clear filters text
|
|
36
|
-
*/
|
|
37
|
-
clear: string;
|
|
38
|
-
/**
|
|
39
|
-
* Cancel filter in filter popup
|
|
40
|
-
*/
|
|
41
|
-
cancel: string;
|
|
42
|
-
/**
|
|
43
|
-
* Filter button in filter popup
|
|
44
|
-
*/
|
|
45
|
-
filter: string;
|
|
46
|
-
/**
|
|
47
|
-
* Filter popup title
|
|
48
|
-
*/
|
|
49
|
-
filterBy: string;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
1
|
+
export interface AuditLogsLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* AuditLogs page strings
|
|
4
|
+
*/
|
|
5
|
+
auditLogs: {
|
|
6
|
+
/**
|
|
7
|
+
* AuditLogs page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Audit logs table search input placeholder
|
|
12
|
+
*/
|
|
13
|
+
searchInputPlaceholder: string;
|
|
14
|
+
/**
|
|
15
|
+
* Audit logs extract logs as CSV file menu button text
|
|
16
|
+
*/
|
|
17
|
+
downloadCsv: string;
|
|
18
|
+
/**
|
|
19
|
+
* Audit logs extract logs as CSV file button text
|
|
20
|
+
*/
|
|
21
|
+
downloadCsvPrimaryButton: string;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder title to be displayed no results found while searching
|
|
24
|
+
*/
|
|
25
|
+
noResultFound: string;
|
|
26
|
+
/**
|
|
27
|
+
* Placeholder description to be displayed no results found while searching
|
|
28
|
+
*/
|
|
29
|
+
noResultFoundDescription: string;
|
|
30
|
+
/**
|
|
31
|
+
* Text to be displayed as table placeholder while loading content based on search query
|
|
32
|
+
*/
|
|
33
|
+
searchingPlaceholder: string;
|
|
34
|
+
/**
|
|
35
|
+
* Clear filters text
|
|
36
|
+
*/
|
|
37
|
+
clear: string;
|
|
38
|
+
/**
|
|
39
|
+
* Cancel filter in filter popup
|
|
40
|
+
*/
|
|
41
|
+
cancel: string;
|
|
42
|
+
/**
|
|
43
|
+
* Filter button in filter popup
|
|
44
|
+
*/
|
|
45
|
+
filter: string;
|
|
46
|
+
/**
|
|
47
|
+
* Filter popup title
|
|
48
|
+
*/
|
|
49
|
+
filterBy: string;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|