@frontegg/types 6.50.0 → 6.51.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/FronteggMetadata.d.ts +1 -1
- package/FronteggStoreOptions.d.ts +4 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +3 -1
- package/Localizations/AdminPortalLocalizations/index.js +1 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +4 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +2 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +8 -0
- package/Localizations/AdminPortalLocalizations/provisioning.d.ts +154 -0
- package/Localizations/AdminPortalLocalizations/provisioning.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +10 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +6 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +8 -0
- package/ThemeOptions/fieldsAppearanceConsts.d.ts +4 -0
- package/ThemeOptions/fieldsAppearanceConsts.js +8 -1
- package/index.js +1 -1
- package/node/Localizations/AdminPortalLocalizations/index.js +13 -0
- package/node/Localizations/AdminPortalLocalizations/provisioning.js +5 -0
- package/node/ThemeOptions/fieldsAppearanceConsts.js +10 -2
- package/node/index.js +1 -1
- package/package.json +2 -2
package/FronteggMetadata.d.ts
CHANGED
|
@@ -61,5 +61,5 @@ export declare type FronteggMetadata = {
|
|
|
61
61
|
localizations?: LocalizationsOverrides;
|
|
62
62
|
};
|
|
63
63
|
export declare type SubscriptionRolePermissions = 'fe.subscriptions.*' | 'fe.subscriptions.read.*' | 'fe.subscriptions.write.*';
|
|
64
|
-
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' | SubscriptionRolePermissions;
|
|
64
|
+
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' | SubscriptionRolePermissions;
|
|
65
65
|
export {};
|
|
@@ -8,7 +8,11 @@ export interface AuthOptions extends Partial<Omit<AuthState, 'routes'>> {
|
|
|
8
8
|
export interface AuditsOptions extends Partial<AuditsState> {
|
|
9
9
|
virtualScroll?: boolean;
|
|
10
10
|
}
|
|
11
|
+
export interface SubscriptionsOptions {
|
|
12
|
+
billingAddressCollection?: boolean;
|
|
13
|
+
}
|
|
11
14
|
export interface FronteggStoreOptions {
|
|
12
15
|
authOptions?: AuthOptions;
|
|
13
16
|
auditsOptions?: AuditsOptions;
|
|
17
|
+
subscriptionsOptions?: SubscriptionsOptions;
|
|
14
18
|
}
|
|
@@ -12,6 +12,7 @@ import { UsersLocalization } from './users';
|
|
|
12
12
|
import { WebhooksLocalization } from './webhooks';
|
|
13
13
|
import { SubscriptionsLocalization } from './subscriptions';
|
|
14
14
|
import { AllUsersLocalization } from './allUsers';
|
|
15
|
+
import { ProvisioningLocalization } from './provisioning';
|
|
15
16
|
export * from './navigation';
|
|
16
17
|
export * from './profile';
|
|
17
18
|
export * from './personalTokens';
|
|
@@ -26,4 +27,5 @@ export * from './users';
|
|
|
26
27
|
export * from './webhooks';
|
|
27
28
|
export * from './subscriptions';
|
|
28
29
|
export * from './allUsers';
|
|
29
|
-
export
|
|
30
|
+
export * from './provisioning';
|
|
31
|
+
export declare type AdminPortalLocalization = NavigationLocalization & ProfileLocalization & PersonalTokensLocalization & AuditLogsLocalization & ApiTokensLocalization & AccountSettingsLocalization & PrivacyLocalization & SecurityLocalization & RolesLocalization & SsoLocalization & UsersLocalization & WebhooksLocalization & SubscriptionsLocalization & AllUsersLocalization & ProvisioningLocalization;
|
|
@@ -11,6 +11,14 @@ export interface ProfileLocalization {
|
|
|
11
11
|
* Profile page basic information subtitle
|
|
12
12
|
*/
|
|
13
13
|
informationTitle: string;
|
|
14
|
+
/**
|
|
15
|
+
* Profile externally managed title
|
|
16
|
+
*/
|
|
17
|
+
externallyManaged: string;
|
|
18
|
+
/**
|
|
19
|
+
* Profile externally managed popup title
|
|
20
|
+
*/
|
|
21
|
+
externallyManagedTooltip: string;
|
|
14
22
|
/**
|
|
15
23
|
* Settings Email row title
|
|
16
24
|
*/
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { ScimConnectionSource } from '@frontegg/rest-api';
|
|
2
|
+
export interface ProvisioningLocalization {
|
|
3
|
+
/**
|
|
4
|
+
* Provisioning page strings
|
|
5
|
+
*/
|
|
6
|
+
provisioning: {
|
|
7
|
+
/**
|
|
8
|
+
* Provisioning tabs title
|
|
9
|
+
*/
|
|
10
|
+
tabTitle: string;
|
|
11
|
+
} & {
|
|
12
|
+
[K in ScimConnectionSource]: string;
|
|
13
|
+
};
|
|
14
|
+
provisioning_Header: {
|
|
15
|
+
/**
|
|
16
|
+
* Add connection button text
|
|
17
|
+
*/
|
|
18
|
+
addConnection: string;
|
|
19
|
+
};
|
|
20
|
+
provisioning_Table: {
|
|
21
|
+
/**
|
|
22
|
+
* Name column title
|
|
23
|
+
*/
|
|
24
|
+
nameColumn: string;
|
|
25
|
+
/**
|
|
26
|
+
* Provider column title
|
|
27
|
+
*/
|
|
28
|
+
providerColumn: string;
|
|
29
|
+
/**
|
|
30
|
+
* Status column title
|
|
31
|
+
*/
|
|
32
|
+
statusColumn: string;
|
|
33
|
+
/**
|
|
34
|
+
* Users column title
|
|
35
|
+
*/
|
|
36
|
+
usersColumn: string;
|
|
37
|
+
/**
|
|
38
|
+
* createdAt column title
|
|
39
|
+
*/
|
|
40
|
+
createdAtColumn: string;
|
|
41
|
+
/**
|
|
42
|
+
* Empty state title
|
|
43
|
+
*/
|
|
44
|
+
emptyStateTitle: string;
|
|
45
|
+
/**
|
|
46
|
+
* Empty state sub-title
|
|
47
|
+
*/
|
|
48
|
+
emptyStateSubTitle: string;
|
|
49
|
+
/**
|
|
50
|
+
* Delete connection action
|
|
51
|
+
*/
|
|
52
|
+
deleteConnectionAction: string;
|
|
53
|
+
/**
|
|
54
|
+
* Pause connection action
|
|
55
|
+
*/
|
|
56
|
+
pauseConnectionAction: string;
|
|
57
|
+
/**
|
|
58
|
+
* Resume connection action
|
|
59
|
+
*/
|
|
60
|
+
resumeConnectionAction: string;
|
|
61
|
+
/**
|
|
62
|
+
* Pending status chip
|
|
63
|
+
*/
|
|
64
|
+
pendingStatusChip: string;
|
|
65
|
+
/**
|
|
66
|
+
* Linked status chip
|
|
67
|
+
*/
|
|
68
|
+
linkedStatusChip: string;
|
|
69
|
+
/**
|
|
70
|
+
* Paused status chip
|
|
71
|
+
*/
|
|
72
|
+
pausedStatusChip: string;
|
|
73
|
+
};
|
|
74
|
+
provisioning_AddConnectionDialog: {
|
|
75
|
+
/**
|
|
76
|
+
* Add connection dialog title
|
|
77
|
+
*/
|
|
78
|
+
dialogTitle: string;
|
|
79
|
+
/**
|
|
80
|
+
* Done button text
|
|
81
|
+
*/
|
|
82
|
+
doneBtn: string;
|
|
83
|
+
/**
|
|
84
|
+
* Submit button text
|
|
85
|
+
*/
|
|
86
|
+
submitBtn: string;
|
|
87
|
+
/**
|
|
88
|
+
* Cancel button text
|
|
89
|
+
*/
|
|
90
|
+
cancelBtn: string;
|
|
91
|
+
/**
|
|
92
|
+
* Name label text
|
|
93
|
+
*/
|
|
94
|
+
nameLabel: string;
|
|
95
|
+
/**
|
|
96
|
+
* Provider label text
|
|
97
|
+
*/
|
|
98
|
+
directoryProviderLabel: string;
|
|
99
|
+
/**
|
|
100
|
+
* Name placeholder text
|
|
101
|
+
*/
|
|
102
|
+
namePlaceholder: string;
|
|
103
|
+
/**
|
|
104
|
+
* Provider placeholder text
|
|
105
|
+
*/
|
|
106
|
+
directoryProviderPlaceholder: string;
|
|
107
|
+
/**
|
|
108
|
+
* Set up integration title
|
|
109
|
+
*/
|
|
110
|
+
setUpIntegrationTitle: string;
|
|
111
|
+
/**
|
|
112
|
+
* Set up integration subtitle
|
|
113
|
+
*/
|
|
114
|
+
setUpIntegrationSubTitle: string;
|
|
115
|
+
/**
|
|
116
|
+
* Provisioning url label
|
|
117
|
+
*/
|
|
118
|
+
provisioningUrl: string;
|
|
119
|
+
/**
|
|
120
|
+
* Provisioning token label
|
|
121
|
+
*/
|
|
122
|
+
provisioningToken: string;
|
|
123
|
+
/**
|
|
124
|
+
* Provisioning token will be visible only once alert text
|
|
125
|
+
*/
|
|
126
|
+
provisioningTokenAlert: string;
|
|
127
|
+
/**
|
|
128
|
+
* Required field text
|
|
129
|
+
*/
|
|
130
|
+
validation_requiredField: string;
|
|
131
|
+
};
|
|
132
|
+
provisioning_deleteConnectionDialog: {
|
|
133
|
+
/**
|
|
134
|
+
* Delete connection dialog title
|
|
135
|
+
*/
|
|
136
|
+
dialogTitle: string;
|
|
137
|
+
/**
|
|
138
|
+
* Delete button text
|
|
139
|
+
*/
|
|
140
|
+
deleteBtn: string;
|
|
141
|
+
/**
|
|
142
|
+
* Cancel button text
|
|
143
|
+
*/
|
|
144
|
+
cancelBtn: string;
|
|
145
|
+
/**
|
|
146
|
+
* Text Pt.1
|
|
147
|
+
*/
|
|
148
|
+
textPartOne: string;
|
|
149
|
+
/**
|
|
150
|
+
* Text Pt.2
|
|
151
|
+
*/
|
|
152
|
+
textPartTwo: string;
|
|
153
|
+
};
|
|
154
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export interface SsoLocalization {
|
|
2
|
+
provisioningAndSSO: {
|
|
3
|
+
/**
|
|
4
|
+
* Single sign on & Provisioning page title
|
|
5
|
+
*/
|
|
6
|
+
pageTitle: string;
|
|
7
|
+
};
|
|
2
8
|
/**
|
|
3
9
|
* SSO Page strings
|
|
4
10
|
*/
|
|
@@ -7,6 +13,10 @@ export interface SsoLocalization {
|
|
|
7
13
|
* Single sign on page title
|
|
8
14
|
*/
|
|
9
15
|
pageTitle: string;
|
|
16
|
+
/**
|
|
17
|
+
* Single sign on tab title
|
|
18
|
+
*/
|
|
19
|
+
ssoTab: string;
|
|
10
20
|
/**
|
|
11
21
|
* Alert displayed before enable SSO configuration
|
|
12
22
|
*/
|
|
@@ -10,6 +10,7 @@ export interface SubscriptionsLocalization {
|
|
|
10
10
|
cancel: string;
|
|
11
11
|
confirm: string;
|
|
12
12
|
update: string;
|
|
13
|
+
continueToPayment: string;
|
|
13
14
|
/**
|
|
14
15
|
* Download Invoices as pdf
|
|
15
16
|
*/
|
|
@@ -209,12 +210,17 @@ export interface SubscriptionsLocalization {
|
|
|
209
210
|
* Payment method title
|
|
210
211
|
*/
|
|
211
212
|
paymentMethod: string;
|
|
213
|
+
/**
|
|
214
|
+
* Billing address title
|
|
215
|
+
*/
|
|
216
|
+
billingAddress: string;
|
|
212
217
|
/**
|
|
213
218
|
* Error displayed when unable to use payment for checkout
|
|
214
219
|
*/
|
|
215
220
|
confirmError: string;
|
|
216
221
|
invalidCardStatusError: string;
|
|
217
222
|
confirmGenericError: string;
|
|
223
|
+
backToBillingDetails: string;
|
|
218
224
|
};
|
|
219
225
|
subscriptions_Checkout: {
|
|
220
226
|
/**
|
|
@@ -39,6 +39,10 @@ export interface UsersLocalization {
|
|
|
39
39
|
* Table user joined date column header
|
|
40
40
|
*/
|
|
41
41
|
joinedHeader: string;
|
|
42
|
+
/**
|
|
43
|
+
* Table user managed by column header
|
|
44
|
+
*/
|
|
45
|
+
managedByHeader: string;
|
|
42
46
|
/**
|
|
43
47
|
* Table user last login / refresh token column header
|
|
44
48
|
*/
|
|
@@ -91,6 +95,10 @@ export interface UsersLocalization {
|
|
|
91
95
|
* Placeholder description to be displayed no results found while searching
|
|
92
96
|
*/
|
|
93
97
|
noResultFoundDescription: string;
|
|
98
|
+
/**
|
|
99
|
+
* Externally managed value
|
|
100
|
+
*/
|
|
101
|
+
externallyManaged: string;
|
|
94
102
|
};
|
|
95
103
|
/**
|
|
96
104
|
* Delete user dialog strings
|
|
@@ -85,3 +85,7 @@ export interface MapSecurityFieldToAppearance extends Record<keyof SecurityPageF
|
|
|
85
85
|
[DomainRestrictionsTabFields.RestrictSignupByEmailDomain]: HiddenOrEdit;
|
|
86
86
|
}
|
|
87
87
|
export declare type SecurityPageFields = SessionManagementTabFields | GeneralSettingsTabFields | IpRestrictionsTabFields | DomainRestrictionsTabFields;
|
|
88
|
+
export declare enum SsoPageTabs {
|
|
89
|
+
SSO = "SSO",
|
|
90
|
+
Provisioning = "Provisioning"
|
|
91
|
+
}
|
|
@@ -66,4 +66,11 @@ export let DomainRestrictionsTabFields;
|
|
|
66
66
|
|
|
67
67
|
(function (DomainRestrictionsTabFields) {
|
|
68
68
|
DomainRestrictionsTabFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
|
|
69
|
-
})(DomainRestrictionsTabFields || (DomainRestrictionsTabFields = {}));
|
|
69
|
+
})(DomainRestrictionsTabFields || (DomainRestrictionsTabFields = {}));
|
|
70
|
+
|
|
71
|
+
export let SsoPageTabs;
|
|
72
|
+
|
|
73
|
+
(function (SsoPageTabs) {
|
|
74
|
+
SsoPageTabs["SSO"] = "SSO";
|
|
75
|
+
SsoPageTabs["Provisioning"] = "Provisioning";
|
|
76
|
+
})(SsoPageTabs || (SsoPageTabs = {}));
|
package/index.js
CHANGED
|
@@ -184,4 +184,17 @@ Object.keys(_allUsers).forEach(function (key) {
|
|
|
184
184
|
return _allUsers[key];
|
|
185
185
|
}
|
|
186
186
|
});
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
var _provisioning = require("./provisioning");
|
|
190
|
+
|
|
191
|
+
Object.keys(_provisioning).forEach(function (key) {
|
|
192
|
+
if (key === "default" || key === "__esModule") return;
|
|
193
|
+
if (key in exports && exports[key] === _provisioning[key]) return;
|
|
194
|
+
Object.defineProperty(exports, key, {
|
|
195
|
+
enumerable: true,
|
|
196
|
+
get: function () {
|
|
197
|
+
return _provisioning[key];
|
|
198
|
+
}
|
|
199
|
+
});
|
|
187
200
|
});
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.SessionManagementTabFields = exports.SecurityPageTabs = exports.ProfilePageFields = exports.PrivacyPageFields = exports.IpRestrictionsTabFields = exports.InviteUserModalFields = exports.GeneralSettingsTabFields = exports.DomainRestrictionsTabFields = exports.AccountPageFields = void 0;
|
|
6
|
+
exports.SsoPageTabs = exports.SessionManagementTabFields = exports.SecurityPageTabs = exports.ProfilePageFields = exports.PrivacyPageFields = exports.IpRestrictionsTabFields = exports.InviteUserModalFields = exports.GeneralSettingsTabFields = exports.DomainRestrictionsTabFields = exports.AccountPageFields = void 0;
|
|
7
7
|
let ProfilePageFields;
|
|
8
8
|
exports.ProfilePageFields = ProfilePageFields;
|
|
9
9
|
|
|
@@ -81,4 +81,12 @@ exports.DomainRestrictionsTabFields = DomainRestrictionsTabFields;
|
|
|
81
81
|
|
|
82
82
|
(function (DomainRestrictionsTabFields) {
|
|
83
83
|
DomainRestrictionsTabFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
|
|
84
|
-
})(DomainRestrictionsTabFields || (exports.DomainRestrictionsTabFields = DomainRestrictionsTabFields = {}));
|
|
84
|
+
})(DomainRestrictionsTabFields || (exports.DomainRestrictionsTabFields = DomainRestrictionsTabFields = {}));
|
|
85
|
+
|
|
86
|
+
let SsoPageTabs;
|
|
87
|
+
exports.SsoPageTabs = SsoPageTabs;
|
|
88
|
+
|
|
89
|
+
(function (SsoPageTabs) {
|
|
90
|
+
SsoPageTabs["SSO"] = "SSO";
|
|
91
|
+
SsoPageTabs["Provisioning"] = "Provisioning";
|
|
92
|
+
})(SsoPageTabs || (exports.SsoPageTabs = SsoPageTabs = {}));
|
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.51.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/redux-store": "6.
|
|
9
|
+
"@frontegg/redux-store": "6.51.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|