@frontegg/types 5.61.0 → 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.
Files changed (197) hide show
  1. package/CheckoutDialogOptions.d.ts +6 -6
  2. package/CheckoutDialogOptions.js +1 -0
  3. package/Common.d.ts +6 -6
  4. package/Common.js +1 -0
  5. package/ContextOptions.d.ts +31 -31
  6. package/ContextOptions.js +1 -0
  7. package/CustomComponents.d.ts +19 -19
  8. package/CustomComponents.js +1 -0
  9. package/FronteggAppInstance.d.ts +23 -23
  10. package/FronteggAppInstance.js +1 -0
  11. package/FronteggAppOptions.d.ts +76 -76
  12. package/FronteggAppOptions.js +1 -0
  13. package/FronteggMetadata.d.ts +88 -88
  14. package/FronteggMetadata.js +1 -0
  15. package/FronteggStoreOptions.d.ts +13 -13
  16. package/FronteggStoreOptions.js +1 -0
  17. package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
  18. package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
  19. package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -275
  20. package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
  21. package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
  22. package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
  23. package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
  24. package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
  25. package/Localizations/AdminPortalLocalizations/index.d.ts +29 -29
  26. package/Localizations/AdminPortalLocalizations/index.js +15 -0
  27. package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -85
  28. package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
  29. package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
  30. package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
  31. package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
  32. package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
  33. package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
  34. package/Localizations/AdminPortalLocalizations/profile.js +1 -0
  35. package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
  36. package/Localizations/AdminPortalLocalizations/roles.js +1 -0
  37. package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
  38. package/Localizations/AdminPortalLocalizations/security.js +1 -0
  39. package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
  40. package/Localizations/AdminPortalLocalizations/sso.js +1 -0
  41. package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
  42. package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
  43. package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
  44. package/Localizations/AdminPortalLocalizations/users.js +1 -0
  45. package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
  46. package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
  47. package/Localizations/LocalizationOverrides.d.ts +21 -21
  48. package/Localizations/LocalizationOverrides.js +1 -0
  49. package/Localizations/LocalizationType.d.ts +45 -45
  50. package/Localizations/LocalizationType.js +1 -0
  51. package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
  52. package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
  53. package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
  54. package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
  55. package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
  56. package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
  57. package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
  58. package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
  59. package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
  60. package/Localizations/LoginBoxLocalization/index.js +11 -0
  61. package/Localizations/LoginBoxLocalization/login.d.ts +307 -335
  62. package/Localizations/LoginBoxLocalization/login.js +1 -0
  63. package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
  64. package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
  65. package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
  66. package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
  67. package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
  68. package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
  69. package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
  70. package/Localizations/LoginBoxLocalization/signup.js +1 -0
  71. package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
  72. package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
  73. package/Localizations/index.d.ts +4 -4
  74. package/Localizations/index.js +4 -0
  75. package/Localizations/package.json +6 -0
  76. package/Metadata/colorManipulator.d.ts +73 -73
  77. package/Metadata/colorManipulator.js +186 -0
  78. package/Metadata/getPalette.d.ts +3 -3
  79. package/Metadata/getPalette.js +58 -0
  80. package/Metadata/index.d.ts +15 -15
  81. package/Metadata/index.js +126 -0
  82. package/Metadata/package.json +6 -0
  83. package/PrivateOptions.d.ts +25 -25
  84. package/PrivateOptions.js +1 -0
  85. package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -84
  86. package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
  87. package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
  88. package/ThemeOptions/BreakpointsOptions.js +1 -0
  89. package/ThemeOptions/ComponentsOptions.d.ts +751 -751
  90. package/ThemeOptions/ComponentsOptions.js +2 -0
  91. package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
  92. package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
  93. package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
  94. package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
  95. package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
  96. package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
  97. package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
  98. package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
  99. package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
  100. package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
  101. package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
  102. package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
  103. package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -148
  104. package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
  105. package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
  106. package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
  107. package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
  108. package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
  109. package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
  110. package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
  111. package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
  112. package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
  113. package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
  114. package/ThemeOptions/LoginBoxTheme/index.js +11 -0
  115. package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
  116. package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
  117. package/ThemeOptions/Palette.d.ts +85 -85
  118. package/ThemeOptions/Palette.js +1 -0
  119. package/ThemeOptions/Shadows.d.ts +1 -1
  120. package/ThemeOptions/Shadows.js +1 -0
  121. package/ThemeOptions/SpacingOptions.d.ts +9 -9
  122. package/ThemeOptions/SpacingOptions.js +1 -0
  123. package/ThemeOptions/TransitionsOptions.d.ts +23 -23
  124. package/ThemeOptions/TransitionsOptions.js +1 -0
  125. package/ThemeOptions/TypographyOptions.d.ts +13 -13
  126. package/ThemeOptions/TypographyOptions.js +1 -0
  127. package/ThemeOptions/index.d.ts +41 -41
  128. package/ThemeOptions/index.js +3 -0
  129. package/ThemeOptions/package.json +6 -0
  130. package/index.d.ts +7 -7
  131. package/index.js +12 -444
  132. package/node/CheckoutDialogOptions.js +5 -0
  133. package/node/Common.js +5 -0
  134. package/node/ContextOptions.js +5 -0
  135. package/node/CustomComponents.js +5 -0
  136. package/node/FronteggAppInstance.js +5 -0
  137. package/node/FronteggAppOptions.js +5 -0
  138. package/node/FronteggMetadata.js +5 -0
  139. package/node/FronteggStoreOptions.js +5 -0
  140. package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
  141. package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
  142. package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
  143. package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
  144. package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
  145. package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
  146. package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
  147. package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
  148. package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
  149. package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
  150. package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
  151. package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
  152. package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
  153. package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
  154. package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
  155. package/node/Localizations/LocalizationOverrides.js +5 -0
  156. package/node/Localizations/LocalizationType.js +5 -0
  157. package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
  158. package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
  159. package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
  160. package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
  161. package/node/Localizations/LoginBoxLocalization/index.js +135 -0
  162. package/node/Localizations/LoginBoxLocalization/login.js +5 -0
  163. package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
  164. package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
  165. package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
  166. package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
  167. package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
  168. package/node/Localizations/index.js +57 -0
  169. package/node/Metadata/colorManipulator.js +210 -0
  170. package/node/Metadata/getPalette.js +70 -0
  171. package/node/Metadata/index.js +140 -0
  172. package/node/PrivateOptions.js +5 -0
  173. package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
  174. package/node/ThemeOptions/BreakpointsOptions.js +5 -0
  175. package/node/ThemeOptions/ComponentsOptions.js +6 -0
  176. package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
  177. package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
  178. package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
  179. package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
  180. package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
  181. package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
  182. package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
  183. package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
  184. package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
  185. package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
  186. package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
  187. package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
  188. package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
  189. package/node/ThemeOptions/Palette.js +5 -0
  190. package/node/ThemeOptions/Shadows.js +5 -0
  191. package/node/ThemeOptions/SpacingOptions.js +5 -0
  192. package/node/ThemeOptions/TransitionsOptions.js +5 -0
  193. package/node/ThemeOptions/TypographyOptions.js +5 -0
  194. package/node/ThemeOptions/index.js +31 -0
  195. package/node/index.js +101 -446
  196. package/package.json +8 -5
  197. package/ThemeOptions/helpers.d.ts +0 -0
@@ -1,288 +1,288 @@
1
- export interface UsersLocalization {
2
- /**
3
- * Users page strings
4
- */
5
- users: {
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 organization column header
36
- */
37
- organizationHeader: 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 editing user roles
56
- */
57
- editRolesAction: 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 active tenant
72
- */
73
- deleteUserAction: string;
74
- /**
75
- * Placeholder title to be displayed no users added yet
76
- */
77
- noUsersYet: string;
78
- /**
79
- * Placeholder description to be displayed no users added yet
80
- */
81
- noUsersYetDescription: string;
82
- /**
83
- * Placeholder title to be displayed no results found while searching
84
- */
85
- noResultFound: string;
86
- /**
87
- * Placeholder description to be displayed no results found while searching
88
- */
89
- noResultFoundDescription: string;
90
- };
91
- /**
92
- * Delete user dialog strings
93
- */
94
- users_DeleteUser: {
95
- /**
96
- * Dialog title
97
- */
98
- title: string;
99
- /**
100
- * Delete user description to "Before" username
101
- */
102
- areYouSureDeleteUser1: string;
103
- /**
104
- * Delete user description to "After" username
105
- */
106
- areYouSureDeleteUser2: string;
107
- /**
108
- * Delete user dialog cancel button text
109
- */
110
- cancel: string;
111
- /**
112
- * Delete user dialog submit button text
113
- */
114
- delete: string;
115
- };
116
- /**
117
- * Invite User roles dialog strings
118
- */
119
- users_EditUserRoles: {
120
- /**
121
- * Update user roles dialog title
122
- */
123
- title: string;
124
- /**
125
- * Select roles input label
126
- */
127
- selectRolesLabel: string;
128
- /**
129
- * Select roles input placeholder
130
- */
131
- selectRolesPlaceholder: string;
132
- /**
133
- * Update user roles dialog cancel button text
134
- */
135
- cancel: string;
136
- /**
137
- * Update user roles dialog submit button text
138
- */
139
- update: string;
140
- };
141
- /**
142
- * Invite new user to tenant dialog strings
143
- */
144
- users_InviteUser: {
145
- /**
146
- * Invite user dialog title
147
- */
148
- title: string;
149
- inviteWithLinkSettings: string;
150
- /**
151
- * First name input label
152
- */
153
- firstNameInputLabel: string;
154
- /**
155
- * Error displayed if first name input is empty
156
- */
157
- firstNameIsRequired: string;
158
- /**
159
- * Last name input label
160
- */
161
- lastNameInputLabel: string;
162
- /**
163
- * Error displayed if last name input is empty
164
- */
165
- lastNameIsRequired: string;
166
- /**
167
- * User email input label
168
- */
169
- emailInputLabel: string;
170
- /**
171
- * Error message displayed if email is empty
172
- */
173
- emailIsRequired: string;
174
- /**
175
- * Error message displayed if email is not valid email address
176
- */
177
- emailMustBeValid: string;
178
- /**
179
- * User phone number input label
180
- */
181
- phoneInputLabel: string;
182
- /**
183
- * Error message displayed if phone is empty
184
- */
185
- phoneIsRequired: string;
186
- /**
187
- * Error message displayed if phone is not valid phone number
188
- */
189
- phoneIsInvalid: string;
190
- /**
191
- * User roles select input label
192
- */
193
- rolesInputLabel: string;
194
- /**
195
- * User roles select placeholder
196
- */
197
- rolesInputPlaceholder: string;
198
- /**
199
- * Error displayed if no roles selected
200
- */
201
- rolesIsRequired: string;
202
- /**
203
- * Invite user dialog cancel button text
204
- */
205
- cancel: string;
206
- /**
207
- * Invite user dialog submit button text
208
- */
209
- invite: string;
210
- };
211
- /**
212
- * Edit Invitation Link dialog strings
213
- */
214
- users_EditInvitationLink: {
215
- /**
216
- * Edit invitation link settings
217
- */
218
- title: string;
219
- /**
220
- * Invitation link title
221
- */
222
- inviteWithLinkTitle: string;
223
- /**
224
- * Notification settings title
225
- */
226
- notification: string;
227
- /**
228
- * Send notification link settings
229
- */
230
- sendMeNotification: string;
231
- /**
232
- * Invitation link expiration input label
233
- */
234
- expirationInputLabel: string;
235
- /**
236
- * Invitation link expiration input placeholder
237
- */
238
- expirationInputPlaceholder: string;
239
- /**
240
- * Link expiration description
241
- * EX: 'link will be expired in {{number}} day(s)',
242
- */
243
- linkExpiration: string;
244
- /**
245
- * Deactivate link button text
246
- */
247
- deactivateLink: string;
248
- /**
249
- * Back to invite user dialog button text
250
- */
251
- back: string;
252
- /**
253
- * Save invitation link settings button text
254
- */
255
- save: string;
256
- /**
257
- * Copy link help description message
258
- */
259
- copyInviteLink: string;
260
- /**
261
- * Edit link button text
262
- */
263
- edit: string;
264
- day: string;
265
- days: string;
266
- };
267
- /**
268
- * Deactivate invitation link dialog strings
269
- */
270
- users_DeactivateInvitationLink: {
271
- /**
272
- * Deactivate invitation link dialog title
273
- */
274
- title: string;
275
- /**
276
- * Deactivate invitation link description message
277
- */
278
- areYouSureDeleteInviteLink: string;
279
- /**
280
- * Deactivate invitation link cancel button text
281
- */
282
- cancel: string;
283
- /**
284
- * Deactivate invitation link submit button text
285
- */
286
- deactivate: string;
287
- };
288
- }
1
+ export interface UsersLocalization {
2
+ /**
3
+ * Users page strings
4
+ */
5
+ users: {
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 organization column header
36
+ */
37
+ organizationHeader: 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 editing user roles
56
+ */
57
+ editRolesAction: 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 active tenant
72
+ */
73
+ deleteUserAction: string;
74
+ /**
75
+ * Placeholder title to be displayed no users added yet
76
+ */
77
+ noUsersYet: string;
78
+ /**
79
+ * Placeholder description to be displayed no users added yet
80
+ */
81
+ noUsersYetDescription: string;
82
+ /**
83
+ * Placeholder title to be displayed no results found while searching
84
+ */
85
+ noResultFound: string;
86
+ /**
87
+ * Placeholder description to be displayed no results found while searching
88
+ */
89
+ noResultFoundDescription: string;
90
+ };
91
+ /**
92
+ * Delete user dialog strings
93
+ */
94
+ users_DeleteUser: {
95
+ /**
96
+ * Dialog title
97
+ */
98
+ title: string;
99
+ /**
100
+ * Delete user description to "Before" username
101
+ */
102
+ areYouSureDeleteUser1: string;
103
+ /**
104
+ * Delete user description to "After" username
105
+ */
106
+ areYouSureDeleteUser2: string;
107
+ /**
108
+ * Delete user dialog cancel button text
109
+ */
110
+ cancel: string;
111
+ /**
112
+ * Delete user dialog submit button text
113
+ */
114
+ delete: string;
115
+ };
116
+ /**
117
+ * Invite User roles dialog strings
118
+ */
119
+ users_EditUserRoles: {
120
+ /**
121
+ * Update user roles dialog title
122
+ */
123
+ title: string;
124
+ /**
125
+ * Select roles input label
126
+ */
127
+ selectRolesLabel: string;
128
+ /**
129
+ * Select roles input placeholder
130
+ */
131
+ selectRolesPlaceholder: string;
132
+ /**
133
+ * Update user roles dialog cancel button text
134
+ */
135
+ cancel: string;
136
+ /**
137
+ * Update user roles dialog submit button text
138
+ */
139
+ update: string;
140
+ };
141
+ /**
142
+ * Invite new user to tenant dialog strings
143
+ */
144
+ users_InviteUser: {
145
+ /**
146
+ * Invite user dialog title
147
+ */
148
+ title: string;
149
+ inviteWithLinkSettings: string;
150
+ /**
151
+ * First name input label
152
+ */
153
+ firstNameInputLabel: string;
154
+ /**
155
+ * Error displayed if first name input is empty
156
+ */
157
+ firstNameIsRequired: string;
158
+ /**
159
+ * Last name input label
160
+ */
161
+ lastNameInputLabel: string;
162
+ /**
163
+ * Error displayed if last name input is empty
164
+ */
165
+ lastNameIsRequired: string;
166
+ /**
167
+ * User email input label
168
+ */
169
+ emailInputLabel: string;
170
+ /**
171
+ * Error message displayed if email is empty
172
+ */
173
+ emailIsRequired: string;
174
+ /**
175
+ * Error message displayed if email is not valid email address
176
+ */
177
+ emailMustBeValid: string;
178
+ /**
179
+ * User phone number input label
180
+ */
181
+ phoneInputLabel: string;
182
+ /**
183
+ * Error message displayed if phone is empty
184
+ */
185
+ phoneIsRequired: string;
186
+ /**
187
+ * Error message displayed if phone is not valid phone number
188
+ */
189
+ phoneIsInvalid: string;
190
+ /**
191
+ * User roles select input label
192
+ */
193
+ rolesInputLabel: string;
194
+ /**
195
+ * User roles select placeholder
196
+ */
197
+ rolesInputPlaceholder: string;
198
+ /**
199
+ * Error displayed if no roles selected
200
+ */
201
+ rolesIsRequired: string;
202
+ /**
203
+ * Invite user dialog cancel button text
204
+ */
205
+ cancel: string;
206
+ /**
207
+ * Invite user dialog submit button text
208
+ */
209
+ invite: string;
210
+ };
211
+ /**
212
+ * Edit Invitation Link dialog strings
213
+ */
214
+ users_EditInvitationLink: {
215
+ /**
216
+ * Edit invitation link settings
217
+ */
218
+ title: string;
219
+ /**
220
+ * Invitation link title
221
+ */
222
+ inviteWithLinkTitle: string;
223
+ /**
224
+ * Notification settings title
225
+ */
226
+ notification: string;
227
+ /**
228
+ * Send notification link settings
229
+ */
230
+ sendMeNotification: string;
231
+ /**
232
+ * Invitation link expiration input label
233
+ */
234
+ expirationInputLabel: string;
235
+ /**
236
+ * Invitation link expiration input placeholder
237
+ */
238
+ expirationInputPlaceholder: string;
239
+ /**
240
+ * Link expiration description
241
+ * EX: 'link will be expired in {{number}} day(s)',
242
+ */
243
+ linkExpiration: string;
244
+ /**
245
+ * Deactivate link button text
246
+ */
247
+ deactivateLink: string;
248
+ /**
249
+ * Back to invite user dialog button text
250
+ */
251
+ back: string;
252
+ /**
253
+ * Save invitation link settings button text
254
+ */
255
+ save: string;
256
+ /**
257
+ * Copy link help description message
258
+ */
259
+ copyInviteLink: string;
260
+ /**
261
+ * Edit link button text
262
+ */
263
+ edit: string;
264
+ day: string;
265
+ days: string;
266
+ };
267
+ /**
268
+ * Deactivate invitation link dialog strings
269
+ */
270
+ users_DeactivateInvitationLink: {
271
+ /**
272
+ * Deactivate invitation link dialog title
273
+ */
274
+ title: string;
275
+ /**
276
+ * Deactivate invitation link description message
277
+ */
278
+ areYouSureDeleteInviteLink: string;
279
+ /**
280
+ * Deactivate invitation link cancel button text
281
+ */
282
+ cancel: string;
283
+ /**
284
+ * Deactivate invitation link submit button text
285
+ */
286
+ deactivate: string;
287
+ };
288
+ }
@@ -0,0 +1 @@
1
+ export {};