@frontegg/types 6.103.0 → 6.104.0-alpha.1
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/FronteggAppInstance.d.ts
CHANGED
package/FronteggMetadata.d.ts
CHANGED
|
@@ -63,5 +63,6 @@ export declare type FronteggMetadata = {
|
|
|
63
63
|
};
|
|
64
64
|
export declare type SubscriptionRolePermissions = 'fe.subscriptions.*' | 'fe.subscriptions.read.*' | 'fe.subscriptions.write.*';
|
|
65
65
|
export declare type GroupsRolePermissions = 'fe.secure.delete.groups' | 'fe.secure.delete.groupsUsers' | 'fe.secure.read.groups' | 'fe.secure.write.groups' | 'fe.secure.write.groupsRoles' | 'fe.secure.write.groupsUsers';
|
|
66
|
-
export declare type
|
|
66
|
+
export declare type AllAccountsPermissions = 'fe.account-hierarchy.write.subAccount' | 'fe.account-hierarchy.write.subAccountAccess' | 'fe.account-hierarchy.delete.subAccount';
|
|
67
|
+
export declare type RolePermission = 'fe.connectivity.*' | 'fe.connectivity.delete.*' | 'fe.connectivity.delete.bellNotifications' | 'fe.connectivity.delete.emailConfig' | 'fe.connectivity.delete.slackAppRegistration' | 'fe.connectivity.delete.slackSubscriptionEvent' | 'fe.connectivity.delete.slackSubscriptions' | 'fe.connectivity.delete.smsConfig' | 'fe.connectivity.delete.webhook' | 'fe.connectivity.read.*' | 'fe.connectivity.read.emailConfig' | 'fe.connectivity.read.eventCategories' | 'fe.connectivity.read.events' | 'fe.connectivity.read.slackApp' | 'fe.connectivity.read.slackChannels' | 'fe.connectivity.read.slackSubscriptions' | 'fe.connectivity.read.slackUsers' | 'fe.connectivity.read.smsConfig' | 'fe.connectivity.read.userBellNotifications' | 'fe.connectivity.read.webhookLogs' | 'fe.connectivity.read.webhooks' | 'fe.connectivity.write.*' | 'fe.connectivity.write.emailConfig' | 'fe.connectivity.write.sendWebpushNotification' | 'fe.connectivity.write.slackAppRegistration' | 'fe.connectivity.write.slackSubscriptions' | 'fe.connectivity.write.smsConfig' | 'fe.connectivity.write.subscribeWebpush' | 'fe.connectivity.write.triggerEvent' | 'fe.connectivity.write.updateSlackSubscription' | 'fe.connectivity.write.updateUserBellNotification' | 'fe.connectivity.write.webhook' | 'fe.secure.*' | 'fe.secure.delete.*' | 'fe.secure.delete.sessions' | 'fe.secure.delete.role' | 'fe.secure.delete.samlConfiguration' | 'fe.secure.delete.securityPolicy' | 'fe.secure.delete.tenantApiTokens' | 'fe.secure.delete.userApiTokens' | 'fe.secure.delete.users' | 'fe.secure.delete.usersRoles' | 'fe.secure.read.*' | 'fe.secure.read.accountSettings' | 'fe.secure.read.permissions' | 'fe.secure.read.roles' | 'fe.secure.read.samlConfiguration' | 'fe.secure.read.securityPolicy' | 'fe.secure.read.tenantApiTokens' | 'fe.secure.read.userApiTokens' | 'fe.secure.read.users' | 'fe.secure.read.userSubTenants' | 'fe.secure.write.userSubTenants' | 'fe.secure.write.*' | 'fe.secure.write.accountSettings' | 'fe.secure.write.resendActivationEmail' | 'fe.secure.write.roles' | 'fe.secure.write.samlConfiguration' | 'fe.secure.write.securityPolicy' | 'fe.secure.write.tenantApiTokens' | 'fe.secure.write.updateRole' | 'fe.secure.write.updateUser' | 'fe.secure.write.userApiTokens' | 'fe.secure.write.users' | 'fe.secure.write.usersRoles' | 'fe.secure.write.tenantInvites' | 'fe.secure.delete.tenantInvites' | 'fe.subscriptions.*' | 'fe.subscriptions.read.*' | 'fe.subscriptions.write.*' | 'fe.account-settings.delete.account' | 'fe.secure.read.audits' | 'fe.usage.read' | 'fe.secure.delete.ipRestrictions' | 'fe.secure.write.ipRestrictions' | 'fe.secure.read.ipRestrictions' | 'fe.secure.delete.emailDomainRestrictions' | 'fe.secure.write.emailDomainRestrictions' | 'fe.secure.read.emailDomainRestrictions' | 'fe.secure.read.provisioningConfiguration' | 'fe.secure.write.provisioningConfiguration' | 'fe.secure.delete.provisioningConfiguration' | 'fe.account-settings.write.custom-login-box' | AllAccountsPermissions | SubscriptionRolePermissions | GroupsRolePermissions;
|
|
67
68
|
export {};
|
|
@@ -5,7 +5,283 @@ export interface AllAccountsLocalization {
|
|
|
5
5
|
allAccounts: {
|
|
6
6
|
/**
|
|
7
7
|
* All accounts page title
|
|
8
|
+
* @default 'All Accounts'
|
|
8
9
|
*/
|
|
9
10
|
pageTitle: string;
|
|
11
|
+
/**
|
|
12
|
+
* Create new account button text
|
|
13
|
+
* @default 'Create New Account'
|
|
14
|
+
*/
|
|
15
|
+
createNewAccount: string;
|
|
16
|
+
/**
|
|
17
|
+
* Search input placeholder
|
|
18
|
+
* @default 'Search for any text'
|
|
19
|
+
* */
|
|
20
|
+
searchPlaceholder: string;
|
|
21
|
+
/**
|
|
22
|
+
* Switch view toggle button text
|
|
23
|
+
* @default 'Table'
|
|
24
|
+
* */
|
|
25
|
+
toggleTextTable: string;
|
|
26
|
+
/**
|
|
27
|
+
* Switch view toggle button text
|
|
28
|
+
* @default 'Graph'
|
|
29
|
+
* */
|
|
30
|
+
toggleTextGraph: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* All accounts table strings
|
|
34
|
+
*/
|
|
35
|
+
allAccounts_accountsTable: {
|
|
36
|
+
/**
|
|
37
|
+
* Account column name
|
|
38
|
+
* @default 'Account'
|
|
39
|
+
* */
|
|
40
|
+
accountColumn: string;
|
|
41
|
+
/**
|
|
42
|
+
* Users column name
|
|
43
|
+
* @default 'Users'
|
|
44
|
+
* */
|
|
45
|
+
usersColumn: string;
|
|
46
|
+
/**
|
|
47
|
+
* Created column name
|
|
48
|
+
* @default 'Created'
|
|
49
|
+
* */
|
|
50
|
+
createdColumn: string;
|
|
51
|
+
/**
|
|
52
|
+
* Show more button text
|
|
53
|
+
* @default 'Show more'
|
|
54
|
+
* */
|
|
55
|
+
showMoreBtnText: string;
|
|
56
|
+
/**
|
|
57
|
+
* Open account button text
|
|
58
|
+
* @default 'Open Account'
|
|
59
|
+
* */
|
|
60
|
+
openAccountBtnText: string;
|
|
61
|
+
/**
|
|
62
|
+
* Edit button text
|
|
63
|
+
* @default 'Edit'
|
|
64
|
+
* */
|
|
65
|
+
editBtnText: string;
|
|
66
|
+
/**
|
|
67
|
+
* Delete button text
|
|
68
|
+
* @default 'Delete'
|
|
69
|
+
* */
|
|
70
|
+
deleteBtnText: string;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* All accounts graph strings
|
|
74
|
+
* */
|
|
75
|
+
allAccounts_graph: {
|
|
76
|
+
/**
|
|
77
|
+
* Text for users count in graph card
|
|
78
|
+
* @default 'Users'
|
|
79
|
+
* */
|
|
80
|
+
numberOfUsersText: string;
|
|
81
|
+
/**
|
|
82
|
+
* Load more button text
|
|
83
|
+
* @default 'Load more'
|
|
84
|
+
* */
|
|
85
|
+
loadMoreText: string;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Create account dialog strings
|
|
89
|
+
* */
|
|
90
|
+
allAccounts_CreateAccountDialog: {
|
|
91
|
+
/**
|
|
92
|
+
* Create account dialog title
|
|
93
|
+
* @default 'Create New Account'
|
|
94
|
+
* */
|
|
95
|
+
title: string;
|
|
96
|
+
/**
|
|
97
|
+
* Account name input label
|
|
98
|
+
* @default 'Account Name'
|
|
99
|
+
* */
|
|
100
|
+
accountNameLabel: string;
|
|
101
|
+
/**
|
|
102
|
+
* Parent account input label
|
|
103
|
+
* @default 'Parent Account'
|
|
104
|
+
* */
|
|
105
|
+
parentAccountLabel: string;
|
|
106
|
+
/**
|
|
107
|
+
* Parent account input placeholder
|
|
108
|
+
* @default 'Select Parent Account'
|
|
109
|
+
* */
|
|
110
|
+
parentAccountPlaceholder: string;
|
|
111
|
+
/**
|
|
112
|
+
* Cancel button text
|
|
113
|
+
* @default 'Cancel'
|
|
114
|
+
* */
|
|
115
|
+
cancelBtnText: string;
|
|
116
|
+
/**
|
|
117
|
+
* Create button text
|
|
118
|
+
* @default 'Create'
|
|
119
|
+
* */
|
|
120
|
+
createBtnText: string;
|
|
121
|
+
/**
|
|
122
|
+
* Success description
|
|
123
|
+
* @default 'The {{accountName}} account has been successfully created'
|
|
124
|
+
* */
|
|
125
|
+
successDescription: string;
|
|
126
|
+
/**
|
|
127
|
+
* Manage this account button text
|
|
128
|
+
* @default 'Manage this account'
|
|
129
|
+
* */
|
|
130
|
+
manageThisAccount: string;
|
|
131
|
+
/**
|
|
132
|
+
* Done button text
|
|
133
|
+
* @default 'Done'
|
|
134
|
+
* */
|
|
135
|
+
doneBtnText: string;
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* Delete account dialog strings
|
|
139
|
+
* */
|
|
140
|
+
allAccounts_DeleteAccountDialog: {
|
|
141
|
+
/**
|
|
142
|
+
* Delete account dialog title
|
|
143
|
+
* @default 'Delete {{accountName}}'
|
|
144
|
+
* */
|
|
145
|
+
title: string;
|
|
146
|
+
/**
|
|
147
|
+
* Delete account dialog description
|
|
148
|
+
* @default 'You want to delete the account {{accountName}}?'
|
|
149
|
+
* */
|
|
150
|
+
description: string;
|
|
151
|
+
/**
|
|
152
|
+
* Delete account dialog description 2
|
|
153
|
+
* @default 'Users who only belong to this account will be removed completely.'
|
|
154
|
+
* */
|
|
155
|
+
description2: string;
|
|
156
|
+
/**
|
|
157
|
+
* Cancel button text
|
|
158
|
+
* @default 'Cancel'
|
|
159
|
+
* */
|
|
160
|
+
cancelBtnText: string;
|
|
161
|
+
/**
|
|
162
|
+
* Delete button text
|
|
163
|
+
* @default 'Delete'
|
|
164
|
+
* */
|
|
165
|
+
deleteBtnText: string;
|
|
166
|
+
/**
|
|
167
|
+
* Delete account dialog warning
|
|
168
|
+
* @default '{{accountName}} account has sub-accounts. Delete all sub-accounts before deleting this account.'
|
|
169
|
+
* */
|
|
170
|
+
warningDialogText: string;
|
|
171
|
+
/**
|
|
172
|
+
* OK button text
|
|
173
|
+
* @default 'OK'
|
|
174
|
+
* */
|
|
175
|
+
okBtnText: string;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Edit account dialog strings
|
|
179
|
+
* */
|
|
180
|
+
allAccounts_EditAccountDialog: {
|
|
181
|
+
/**
|
|
182
|
+
* Edit account dialog title
|
|
183
|
+
* @default 'Edit Account {{accountName}}'
|
|
184
|
+
* */
|
|
185
|
+
title: string;
|
|
186
|
+
/**
|
|
187
|
+
* Account name input label
|
|
188
|
+
* @default 'Account Name'
|
|
189
|
+
* */
|
|
190
|
+
accountNameLabel: string;
|
|
191
|
+
/**
|
|
192
|
+
* Cancel button text
|
|
193
|
+
* @default 'Cancel'
|
|
194
|
+
* */
|
|
195
|
+
cancelBtnText: string;
|
|
196
|
+
/**
|
|
197
|
+
* Save button text
|
|
198
|
+
* @default 'Save'
|
|
199
|
+
* */
|
|
200
|
+
saveBtnText: string;
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Single account view strings
|
|
204
|
+
* */
|
|
205
|
+
singleAccountView: {
|
|
206
|
+
/**
|
|
207
|
+
* Create sub-account button text
|
|
208
|
+
* @default 'Create Sub-Account'
|
|
209
|
+
* */
|
|
210
|
+
createSubAccount: string;
|
|
211
|
+
/**
|
|
212
|
+
* Invite users button text
|
|
213
|
+
* @default 'Invite Users'
|
|
214
|
+
* */
|
|
215
|
+
inviteUsers: string;
|
|
216
|
+
/**
|
|
217
|
+
* Search input placeholder
|
|
218
|
+
* @default 'Search for any text'
|
|
219
|
+
* */
|
|
220
|
+
searchPlaceholder: string;
|
|
221
|
+
/**
|
|
222
|
+
* Users count text
|
|
223
|
+
* @default 'Users'
|
|
224
|
+
* */
|
|
225
|
+
usersCountText: string;
|
|
226
|
+
/**
|
|
227
|
+
* Sub-accounts count text
|
|
228
|
+
* @default 'Sub-Accounts'
|
|
229
|
+
* */
|
|
230
|
+
subAccounts: string;
|
|
231
|
+
/**
|
|
232
|
+
* Assigned also to sub-accounts text
|
|
233
|
+
* @default 'Assigned also to sub-account'
|
|
234
|
+
* */
|
|
235
|
+
assignedAlsoToSubAccount: string;
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* Single account users table strings
|
|
239
|
+
* */
|
|
240
|
+
singleAccountView_usersTable: {
|
|
241
|
+
/**
|
|
242
|
+
* Users column name
|
|
243
|
+
* @default 'Users'
|
|
244
|
+
* */
|
|
245
|
+
usersColumn: string;
|
|
246
|
+
/**
|
|
247
|
+
* Joined column name
|
|
248
|
+
* @default 'Joined'
|
|
249
|
+
* */
|
|
250
|
+
joinedColumn: string;
|
|
251
|
+
/**
|
|
252
|
+
* Roles column name
|
|
253
|
+
* @default 'Roles'
|
|
254
|
+
* */
|
|
255
|
+
rolesColumn: string;
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* Single account sub-accounts table strings
|
|
259
|
+
* */
|
|
260
|
+
singleAccountView_DeleteUserDialog: {
|
|
261
|
+
/**
|
|
262
|
+
* Delete user dialog title
|
|
263
|
+
* @default 'Delete {{userName}}'
|
|
264
|
+
* */
|
|
265
|
+
title: string;
|
|
266
|
+
/**
|
|
267
|
+
* Delete user dialog description
|
|
268
|
+
* @default 'You want to delete the user {{userName}}?'
|
|
269
|
+
* */
|
|
270
|
+
description: string;
|
|
271
|
+
/**
|
|
272
|
+
* Delete user dialog description 2
|
|
273
|
+
* @default '{{userName}} will be deleted from this account, existing sub-accounts, and future sub-accounts.'
|
|
274
|
+
* */
|
|
275
|
+
description2: string;
|
|
276
|
+
/**
|
|
277
|
+
* Cancel button text
|
|
278
|
+
* @default 'Cancel'
|
|
279
|
+
* */
|
|
280
|
+
cancelBtnText: string;
|
|
281
|
+
/**
|
|
282
|
+
* Delete button text
|
|
283
|
+
* @default 'Delete'
|
|
284
|
+
* */
|
|
285
|
+
deleteBtnText: string;
|
|
10
286
|
};
|
|
11
287
|
}
|
|
@@ -11,12 +11,17 @@ export interface NavigationLocalization {
|
|
|
11
11
|
* Text displayed as separator between personal settings and active tenant settings
|
|
12
12
|
* in navigation
|
|
13
13
|
*/
|
|
14
|
-
workspace:
|
|
14
|
+
workspace: string;
|
|
15
15
|
/**
|
|
16
16
|
* Text displayed as separator between tenant settings and all accounts settings
|
|
17
17
|
* in navigation
|
|
18
18
|
*/
|
|
19
|
-
allAccounts:
|
|
19
|
+
allAccounts: string;
|
|
20
|
+
/**
|
|
21
|
+
* Text displayed as separator between tenant settings and all accounts settings
|
|
22
|
+
* in navigation
|
|
23
|
+
*/
|
|
24
|
+
managed: string;
|
|
20
25
|
/**
|
|
21
26
|
* Profile navigation item text
|
|
22
27
|
*/
|
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": "6.
|
|
3
|
+
"version": "6.104.0-alpha.1",
|
|
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.
|
|
9
|
+
"@frontegg/redux-store": "6.104.0-alpha.1",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|