@frontegg/types 5.61.0 → 6.0.1-alpha.2
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 -88
- 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 -275
- 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 -29
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -85
- 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 -335
- 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 -84
- 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 -148
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
export interface WebhooksLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Webhook page strings
|
|
4
|
-
*/
|
|
5
|
-
webhooks: {
|
|
6
|
-
/**
|
|
7
|
-
* Webhook page title
|
|
8
|
-
*/
|
|
9
|
-
pageTitle: string;
|
|
10
|
-
/**
|
|
11
|
-
* Webhooks Table search input placeholder
|
|
12
|
-
*/
|
|
13
|
-
searchInputPlaceholder: string;
|
|
14
|
-
/**
|
|
15
|
-
* Add new webhook button text
|
|
16
|
-
*/
|
|
17
|
-
addWebhook: string;
|
|
18
|
-
/**
|
|
19
|
-
* Text to be displayed as table placeholder while loading content based on search query
|
|
20
|
-
*/
|
|
21
|
-
searchingPlaceholder: string;
|
|
22
|
-
/**
|
|
23
|
-
* Placeholder title to be displayed no webhooks added yet
|
|
24
|
-
*/
|
|
25
|
-
noWebhooksYet: string;
|
|
26
|
-
/**
|
|
27
|
-
* Placeholder description to be displayed no webhooks added yet
|
|
28
|
-
*/
|
|
29
|
-
noWebhooksYetDescription: string;
|
|
30
|
-
/**
|
|
31
|
-
* Placeholder title to be displayed no results found while searching
|
|
32
|
-
*/
|
|
33
|
-
noResultFound: string;
|
|
34
|
-
/**
|
|
35
|
-
* Placeholder description to be displayed no results found while searching
|
|
36
|
-
*/
|
|
37
|
-
noResultFoundDescription: string;
|
|
38
|
-
/**
|
|
39
|
-
* Webhooks table row action for edit webhooks
|
|
40
|
-
*/
|
|
41
|
-
editWebhook: string;
|
|
42
|
-
/**
|
|
43
|
-
* Webhooks table row action for delete webhooks
|
|
44
|
-
*/
|
|
45
|
-
deleteWebhook: string;
|
|
46
|
-
/**
|
|
47
|
-
* Webhooks table name header text
|
|
48
|
-
*/
|
|
49
|
-
nameHeader: string;
|
|
50
|
-
/**
|
|
51
|
-
* Webhooks table status header text
|
|
52
|
-
*/
|
|
53
|
-
statusHeader: string;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Add / Edit Webhook dialog strings
|
|
57
|
-
*/
|
|
58
|
-
webhooks_AddEditWebhook: {
|
|
59
|
-
/**
|
|
60
|
-
* Add Webhook dialog title
|
|
61
|
-
*/
|
|
62
|
-
addTitle: string;
|
|
63
|
-
/**
|
|
64
|
-
* Edit Webhook dialog title
|
|
65
|
-
*/
|
|
66
|
-
editTitle: string;
|
|
67
|
-
/**
|
|
68
|
-
* Webhook Name input label
|
|
69
|
-
*/
|
|
70
|
-
nameInputLabel: string;
|
|
71
|
-
/**
|
|
72
|
-
* Webhook Name input placeholder
|
|
73
|
-
*/
|
|
74
|
-
nameInputPlaceholder: string;
|
|
75
|
-
/**
|
|
76
|
-
* Error displayed if Webhook Name is empty
|
|
77
|
-
*/
|
|
78
|
-
nameIsRequired: string;
|
|
79
|
-
/**
|
|
80
|
-
* Webhook URL input label
|
|
81
|
-
*/
|
|
82
|
-
urlInputLabel: string;
|
|
83
|
-
/**
|
|
84
|
-
* Webhook URL input placeholder
|
|
85
|
-
*/
|
|
86
|
-
urlInputPlaceholder: string;
|
|
87
|
-
/**
|
|
88
|
-
* Error displayed if Webhook URL is empty
|
|
89
|
-
*/
|
|
90
|
-
urlIsRequired: string;
|
|
91
|
-
/**
|
|
92
|
-
* Error displayed if Webhook URL is not valid URL
|
|
93
|
-
*/
|
|
94
|
-
urlIsInvalid: string;
|
|
95
|
-
/**
|
|
96
|
-
* Webhook Secret key input label
|
|
97
|
-
*/
|
|
98
|
-
secretKeyInputLabel: string;
|
|
99
|
-
/**
|
|
100
|
-
* Webhook Secret key input placeholder
|
|
101
|
-
*/
|
|
102
|
-
secretKeyInputPlaceholder: string;
|
|
103
|
-
/**
|
|
104
|
-
* Error displayed if Webhook Secret key length bellow 8 characters
|
|
105
|
-
*/
|
|
106
|
-
secretKeyLengthAtLeast8: string;
|
|
107
|
-
/**
|
|
108
|
-
* Webhook Events select input label
|
|
109
|
-
*/
|
|
110
|
-
eventsInputLabel: string;
|
|
111
|
-
/**
|
|
112
|
-
* Webhook Events select input placeholder
|
|
113
|
-
*/
|
|
114
|
-
eventsInputPlaceholder: string;
|
|
115
|
-
/**
|
|
116
|
-
* Error displayed if no selected events
|
|
117
|
-
*/
|
|
118
|
-
eventsIsRequired: string;
|
|
119
|
-
/**
|
|
120
|
-
* Add new webhook dialog cancel button text
|
|
121
|
-
*/
|
|
122
|
-
cancel: string;
|
|
123
|
-
/**
|
|
124
|
-
* Add new webhook dialog submit button text
|
|
125
|
-
*/
|
|
126
|
-
create: string;
|
|
127
|
-
/**
|
|
128
|
-
* Edit webhook Submit button text
|
|
129
|
-
*/
|
|
130
|
-
edit: string;
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* Delete Webhook dialog strings
|
|
134
|
-
*/
|
|
135
|
-
webhooks_DeleteWebhook: {
|
|
136
|
-
/**
|
|
137
|
-
* Delete webhook dialog title
|
|
138
|
-
*/
|
|
139
|
-
title: string;
|
|
140
|
-
/**
|
|
141
|
-
* Delete webhook message before {webhook name}
|
|
142
|
-
*/
|
|
143
|
-
areYouSureDeleteWebhook1: string;
|
|
144
|
-
/**
|
|
145
|
-
* Delete webhook message after {webhook name}
|
|
146
|
-
*/
|
|
147
|
-
areYouSureDeleteWebhook2: string;
|
|
148
|
-
/**
|
|
149
|
-
* Delete webhook Cancel button text
|
|
150
|
-
*/
|
|
151
|
-
cancel: string;
|
|
152
|
-
/**
|
|
153
|
-
* Delete webhook Submit button text
|
|
154
|
-
*/
|
|
155
|
-
delete: string;
|
|
156
|
-
};
|
|
157
|
-
}
|
|
1
|
+
export interface WebhooksLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* Webhook page strings
|
|
4
|
+
*/
|
|
5
|
+
webhooks: {
|
|
6
|
+
/**
|
|
7
|
+
* Webhook page title
|
|
8
|
+
*/
|
|
9
|
+
pageTitle: string;
|
|
10
|
+
/**
|
|
11
|
+
* Webhooks Table search input placeholder
|
|
12
|
+
*/
|
|
13
|
+
searchInputPlaceholder: string;
|
|
14
|
+
/**
|
|
15
|
+
* Add new webhook button text
|
|
16
|
+
*/
|
|
17
|
+
addWebhook: string;
|
|
18
|
+
/**
|
|
19
|
+
* Text to be displayed as table placeholder while loading content based on search query
|
|
20
|
+
*/
|
|
21
|
+
searchingPlaceholder: string;
|
|
22
|
+
/**
|
|
23
|
+
* Placeholder title to be displayed no webhooks added yet
|
|
24
|
+
*/
|
|
25
|
+
noWebhooksYet: string;
|
|
26
|
+
/**
|
|
27
|
+
* Placeholder description to be displayed no webhooks added yet
|
|
28
|
+
*/
|
|
29
|
+
noWebhooksYetDescription: string;
|
|
30
|
+
/**
|
|
31
|
+
* Placeholder title to be displayed no results found while searching
|
|
32
|
+
*/
|
|
33
|
+
noResultFound: string;
|
|
34
|
+
/**
|
|
35
|
+
* Placeholder description to be displayed no results found while searching
|
|
36
|
+
*/
|
|
37
|
+
noResultFoundDescription: string;
|
|
38
|
+
/**
|
|
39
|
+
* Webhooks table row action for edit webhooks
|
|
40
|
+
*/
|
|
41
|
+
editWebhook: string;
|
|
42
|
+
/**
|
|
43
|
+
* Webhooks table row action for delete webhooks
|
|
44
|
+
*/
|
|
45
|
+
deleteWebhook: string;
|
|
46
|
+
/**
|
|
47
|
+
* Webhooks table name header text
|
|
48
|
+
*/
|
|
49
|
+
nameHeader: string;
|
|
50
|
+
/**
|
|
51
|
+
* Webhooks table status header text
|
|
52
|
+
*/
|
|
53
|
+
statusHeader: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Add / Edit Webhook dialog strings
|
|
57
|
+
*/
|
|
58
|
+
webhooks_AddEditWebhook: {
|
|
59
|
+
/**
|
|
60
|
+
* Add Webhook dialog title
|
|
61
|
+
*/
|
|
62
|
+
addTitle: string;
|
|
63
|
+
/**
|
|
64
|
+
* Edit Webhook dialog title
|
|
65
|
+
*/
|
|
66
|
+
editTitle: string;
|
|
67
|
+
/**
|
|
68
|
+
* Webhook Name input label
|
|
69
|
+
*/
|
|
70
|
+
nameInputLabel: string;
|
|
71
|
+
/**
|
|
72
|
+
* Webhook Name input placeholder
|
|
73
|
+
*/
|
|
74
|
+
nameInputPlaceholder: string;
|
|
75
|
+
/**
|
|
76
|
+
* Error displayed if Webhook Name is empty
|
|
77
|
+
*/
|
|
78
|
+
nameIsRequired: string;
|
|
79
|
+
/**
|
|
80
|
+
* Webhook URL input label
|
|
81
|
+
*/
|
|
82
|
+
urlInputLabel: string;
|
|
83
|
+
/**
|
|
84
|
+
* Webhook URL input placeholder
|
|
85
|
+
*/
|
|
86
|
+
urlInputPlaceholder: string;
|
|
87
|
+
/**
|
|
88
|
+
* Error displayed if Webhook URL is empty
|
|
89
|
+
*/
|
|
90
|
+
urlIsRequired: string;
|
|
91
|
+
/**
|
|
92
|
+
* Error displayed if Webhook URL is not valid URL
|
|
93
|
+
*/
|
|
94
|
+
urlIsInvalid: string;
|
|
95
|
+
/**
|
|
96
|
+
* Webhook Secret key input label
|
|
97
|
+
*/
|
|
98
|
+
secretKeyInputLabel: string;
|
|
99
|
+
/**
|
|
100
|
+
* Webhook Secret key input placeholder
|
|
101
|
+
*/
|
|
102
|
+
secretKeyInputPlaceholder: string;
|
|
103
|
+
/**
|
|
104
|
+
* Error displayed if Webhook Secret key length bellow 8 characters
|
|
105
|
+
*/
|
|
106
|
+
secretKeyLengthAtLeast8: string;
|
|
107
|
+
/**
|
|
108
|
+
* Webhook Events select input label
|
|
109
|
+
*/
|
|
110
|
+
eventsInputLabel: string;
|
|
111
|
+
/**
|
|
112
|
+
* Webhook Events select input placeholder
|
|
113
|
+
*/
|
|
114
|
+
eventsInputPlaceholder: string;
|
|
115
|
+
/**
|
|
116
|
+
* Error displayed if no selected events
|
|
117
|
+
*/
|
|
118
|
+
eventsIsRequired: string;
|
|
119
|
+
/**
|
|
120
|
+
* Add new webhook dialog cancel button text
|
|
121
|
+
*/
|
|
122
|
+
cancel: string;
|
|
123
|
+
/**
|
|
124
|
+
* Add new webhook dialog submit button text
|
|
125
|
+
*/
|
|
126
|
+
create: string;
|
|
127
|
+
/**
|
|
128
|
+
* Edit webhook Submit button text
|
|
129
|
+
*/
|
|
130
|
+
edit: string;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* Delete Webhook dialog strings
|
|
134
|
+
*/
|
|
135
|
+
webhooks_DeleteWebhook: {
|
|
136
|
+
/**
|
|
137
|
+
* Delete webhook dialog title
|
|
138
|
+
*/
|
|
139
|
+
title: string;
|
|
140
|
+
/**
|
|
141
|
+
* Delete webhook message before {webhook name}
|
|
142
|
+
*/
|
|
143
|
+
areYouSureDeleteWebhook1: string;
|
|
144
|
+
/**
|
|
145
|
+
* Delete webhook message after {webhook name}
|
|
146
|
+
*/
|
|
147
|
+
areYouSureDeleteWebhook2: string;
|
|
148
|
+
/**
|
|
149
|
+
* Delete webhook Cancel button text
|
|
150
|
+
*/
|
|
151
|
+
cancel: string;
|
|
152
|
+
/**
|
|
153
|
+
* Delete webhook Submit button text
|
|
154
|
+
*/
|
|
155
|
+
delete: string;
|
|
156
|
+
};
|
|
157
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ValidationLocalization } from './LocalizationType';
|
|
2
|
-
import { LoginBoxLocalization } from './LoginBoxLocalization';
|
|
3
|
-
import { AdminPortalLocalization } from './AdminPortalLocalizations';
|
|
4
|
-
declare type Languages = 'en' | 'he';
|
|
5
|
-
export declare type LocalizationsOverrides = Partial<{
|
|
6
|
-
[k in Languages]: LocalizationOverrides;
|
|
7
|
-
}>;
|
|
8
|
-
export declare type ValidationLocalizationOverrides = Partial<ValidationLocalization>;
|
|
9
|
-
export declare type LoginBoxLocalizationOverrides = Partial<{
|
|
10
|
-
[key in keyof LoginBoxLocalization]: Partial<LoginBoxLocalization[key]>;
|
|
11
|
-
}>;
|
|
12
|
-
export declare type AdminPortalLocalizationOverrides = Partial<{
|
|
13
|
-
[key in keyof AdminPortalLocalization]: Partial<AdminPortalLocalization[key]>;
|
|
14
|
-
}>;
|
|
15
|
-
export interface LocalizationOverrides {
|
|
16
|
-
validation?: ValidationLocalizationOverrides;
|
|
17
|
-
loginBox?: LoginBoxLocalizationOverrides;
|
|
18
|
-
adminPortal?: AdminPortalLocalizationOverrides;
|
|
19
|
-
custom?: Record<string, string>;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
1
|
+
import { ValidationLocalization } from './LocalizationType';
|
|
2
|
+
import { LoginBoxLocalization } from './LoginBoxLocalization';
|
|
3
|
+
import { AdminPortalLocalization } from './AdminPortalLocalizations';
|
|
4
|
+
declare type Languages = 'en' | 'he';
|
|
5
|
+
export declare type LocalizationsOverrides = Partial<{
|
|
6
|
+
[k in Languages]: LocalizationOverrides;
|
|
7
|
+
}>;
|
|
8
|
+
export declare type ValidationLocalizationOverrides = Partial<ValidationLocalization>;
|
|
9
|
+
export declare type LoginBoxLocalizationOverrides = Partial<{
|
|
10
|
+
[key in keyof LoginBoxLocalization]: Partial<LoginBoxLocalization[key]>;
|
|
11
|
+
}>;
|
|
12
|
+
export declare type AdminPortalLocalizationOverrides = Partial<{
|
|
13
|
+
[key in keyof AdminPortalLocalization]: Partial<AdminPortalLocalization[key]>;
|
|
14
|
+
}>;
|
|
15
|
+
export interface LocalizationOverrides {
|
|
16
|
+
validation?: ValidationLocalizationOverrides;
|
|
17
|
+
loginBox?: LoginBoxLocalizationOverrides;
|
|
18
|
+
adminPortal?: AdminPortalLocalizationOverrides;
|
|
19
|
+
custom?: Record<string, string>;
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { AdminPortalLocalization } from './AdminPortalLocalizations';
|
|
2
|
-
import { LoginBoxLocalization } from './LoginBoxLocalization';
|
|
3
|
-
declare type Languages = 'en' | string | any;
|
|
4
|
-
export declare type Localizations = {
|
|
5
|
-
[k in Languages]: Localization;
|
|
6
|
-
};
|
|
7
|
-
export interface ValidationLocalization {
|
|
8
|
-
/**
|
|
9
|
-
* Error displayed when min length validation failed
|
|
10
|
-
* EX: '{{length}} characters minimum'
|
|
11
|
-
*/
|
|
12
|
-
passwordMinLength: string;
|
|
13
|
-
/**
|
|
14
|
-
* Error displayed when max length validation failed
|
|
15
|
-
* EX: '{{length}} characters maximum'
|
|
16
|
-
*/
|
|
17
|
-
passwordMaxLength: string;
|
|
18
|
-
/**
|
|
19
|
-
* Error displayed when three repeated characters validation failed
|
|
20
|
-
*/
|
|
21
|
-
passwordThreeRepeatedChars: string;
|
|
22
|
-
/**
|
|
23
|
-
* Error displayed when lower case letter validation failed
|
|
24
|
-
*/
|
|
25
|
-
passwordAtLeastOneLowerLetter: string;
|
|
26
|
-
/**
|
|
27
|
-
* Error displayed when upper case letter validation failed
|
|
28
|
-
*/
|
|
29
|
-
passwordAtLeastOneUpperLetter: string;
|
|
30
|
-
/**
|
|
31
|
-
* Error displayed when number character validation failed
|
|
32
|
-
*/
|
|
33
|
-
passwordAtLeastOneNumber: string;
|
|
34
|
-
/**
|
|
35
|
-
* Error displayed when special character validation failed
|
|
36
|
-
*/
|
|
37
|
-
passwordAtLeastOneSpecialChar: string;
|
|
38
|
-
}
|
|
39
|
-
export interface Localization {
|
|
40
|
-
validations: ValidationLocalization;
|
|
41
|
-
loginBox: LoginBoxLocalization;
|
|
42
|
-
adminPortal: AdminPortalLocalization;
|
|
43
|
-
custom: Record<string, string>;
|
|
44
|
-
}
|
|
45
|
-
export {};
|
|
1
|
+
import { AdminPortalLocalization } from './AdminPortalLocalizations';
|
|
2
|
+
import { LoginBoxLocalization } from './LoginBoxLocalization';
|
|
3
|
+
declare type Languages = 'en' | string | any;
|
|
4
|
+
export declare type Localizations = {
|
|
5
|
+
[k in Languages]: Localization;
|
|
6
|
+
};
|
|
7
|
+
export interface ValidationLocalization {
|
|
8
|
+
/**
|
|
9
|
+
* Error displayed when min length validation failed
|
|
10
|
+
* EX: '{{length}} characters minimum'
|
|
11
|
+
*/
|
|
12
|
+
passwordMinLength: string;
|
|
13
|
+
/**
|
|
14
|
+
* Error displayed when max length validation failed
|
|
15
|
+
* EX: '{{length}} characters maximum'
|
|
16
|
+
*/
|
|
17
|
+
passwordMaxLength: string;
|
|
18
|
+
/**
|
|
19
|
+
* Error displayed when three repeated characters validation failed
|
|
20
|
+
*/
|
|
21
|
+
passwordThreeRepeatedChars: string;
|
|
22
|
+
/**
|
|
23
|
+
* Error displayed when lower case letter validation failed
|
|
24
|
+
*/
|
|
25
|
+
passwordAtLeastOneLowerLetter: string;
|
|
26
|
+
/**
|
|
27
|
+
* Error displayed when upper case letter validation failed
|
|
28
|
+
*/
|
|
29
|
+
passwordAtLeastOneUpperLetter: string;
|
|
30
|
+
/**
|
|
31
|
+
* Error displayed when number character validation failed
|
|
32
|
+
*/
|
|
33
|
+
passwordAtLeastOneNumber: string;
|
|
34
|
+
/**
|
|
35
|
+
* Error displayed when special character validation failed
|
|
36
|
+
*/
|
|
37
|
+
passwordAtLeastOneSpecialChar: string;
|
|
38
|
+
}
|
|
39
|
+
export interface Localization {
|
|
40
|
+
validations: ValidationLocalization;
|
|
41
|
+
loginBox: LoginBoxLocalization;
|
|
42
|
+
adminPortal: AdminPortalLocalization;
|
|
43
|
+
custom: Record<string, string>;
|
|
44
|
+
}
|
|
45
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
interface Testimonial {
|
|
2
|
-
label: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
export interface TitleDescriptionComponentLocalization {
|
|
7
|
-
description: string;
|
|
8
|
-
titleBeforeCompanyName: string;
|
|
9
|
-
companyName: string;
|
|
10
|
-
titleAfterCompanyName: string;
|
|
11
|
-
}
|
|
12
|
-
export interface ValuesComponentLocalization {
|
|
13
|
-
value1: string;
|
|
14
|
-
value2?: string;
|
|
15
|
-
value3?: string;
|
|
16
|
-
value4?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface TestimonialComponentLocalization {
|
|
19
|
-
testimonial1: Testimonial;
|
|
20
|
-
testimonial2?: Testimonial;
|
|
21
|
-
testimonial3?: Testimonial;
|
|
22
|
-
testimonial4?: Testimonial;
|
|
23
|
-
testimonial5?: Testimonial;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
1
|
+
interface Testimonial {
|
|
2
|
+
label: string;
|
|
3
|
+
subtitle: string;
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
export interface TitleDescriptionComponentLocalization {
|
|
7
|
+
description: string;
|
|
8
|
+
titleBeforeCompanyName: string;
|
|
9
|
+
companyName: string;
|
|
10
|
+
titleAfterCompanyName: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ValuesComponentLocalization {
|
|
13
|
+
value1: string;
|
|
14
|
+
value2?: string;
|
|
15
|
+
value3?: string;
|
|
16
|
+
value4?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface TestimonialComponentLocalization {
|
|
19
|
+
testimonial1: Testimonial;
|
|
20
|
+
testimonial2?: Testimonial;
|
|
21
|
+
testimonial3?: Testimonial;
|
|
22
|
+
testimonial4?: Testimonial;
|
|
23
|
+
testimonial5?: Testimonial;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export interface AcceptInvitationLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* strings in accept invitation account page
|
|
4
|
-
*/
|
|
5
|
-
acceptInvitation: {
|
|
6
|
-
/**
|
|
7
|
-
* Accept invitation page title
|
|
8
|
-
*/
|
|
9
|
-
title: string;
|
|
10
|
-
/**
|
|
11
|
-
* Title to be displayed if accept invitation succeeded
|
|
12
|
-
*/
|
|
13
|
-
successTitle: string;
|
|
14
|
-
/**
|
|
15
|
-
* Description message to be displayed if accept invitation succeeded
|
|
16
|
-
*/
|
|
17
|
-
successMessage: string;
|
|
18
|
-
/**
|
|
19
|
-
* Title to be displayed if invalid query params
|
|
20
|
-
*/
|
|
21
|
-
invalidTitle: string;
|
|
22
|
-
/**
|
|
23
|
-
* Description message to be displayed if invalid query params
|
|
24
|
-
*/
|
|
25
|
-
invalidMessage: string;
|
|
26
|
-
/**
|
|
27
|
-
* Back to login button text if invalid query params
|
|
28
|
-
*/
|
|
29
|
-
invalidBackToLoginButton: string;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
1
|
+
export interface AcceptInvitationLocalization {
|
|
2
|
+
/**
|
|
3
|
+
* strings in accept invitation account page
|
|
4
|
+
*/
|
|
5
|
+
acceptInvitation: {
|
|
6
|
+
/**
|
|
7
|
+
* Accept invitation page title
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* Title to be displayed if accept invitation succeeded
|
|
12
|
+
*/
|
|
13
|
+
successTitle: string;
|
|
14
|
+
/**
|
|
15
|
+
* Description message to be displayed if accept invitation succeeded
|
|
16
|
+
*/
|
|
17
|
+
successMessage: string;
|
|
18
|
+
/**
|
|
19
|
+
* Title to be displayed if invalid query params
|
|
20
|
+
*/
|
|
21
|
+
invalidTitle: string;
|
|
22
|
+
/**
|
|
23
|
+
* Description message to be displayed if invalid query params
|
|
24
|
+
*/
|
|
25
|
+
invalidMessage: string;
|
|
26
|
+
/**
|
|
27
|
+
* Back to login button text if invalid query params
|
|
28
|
+
*/
|
|
29
|
+
invalidBackToLoginButton: string;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|