@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,252 +1,252 @@
|
|
|
1
|
-
export interface SubscriptionsLocalization {
|
|
2
|
-
subscriptions: {
|
|
3
|
-
pageTitle: string;
|
|
4
|
-
externallyManaged: string;
|
|
5
|
-
currentPlan: string;
|
|
6
|
-
invoices: string;
|
|
7
|
-
selectedPlan: string;
|
|
8
|
-
pricingLink: string;
|
|
9
|
-
paymentMethodTitle: string;
|
|
10
|
-
cancel: string;
|
|
11
|
-
confirm: string;
|
|
12
|
-
update: string;
|
|
13
|
-
/**
|
|
14
|
-
* Download Invoices as pdf
|
|
15
|
-
*/
|
|
16
|
-
downloadPdf: string;
|
|
17
|
-
dialogCheckoutTitle: string;
|
|
18
|
-
dialogSelectionTitle: string;
|
|
19
|
-
dialogUpdateBillingDetailsTitle: string;
|
|
20
|
-
dialogCancellationTitle: string;
|
|
21
|
-
dialogRenewalTitle: string;
|
|
22
|
-
updatePaymentMethod: string;
|
|
23
|
-
expires: string;
|
|
24
|
-
noBillingDetails: string;
|
|
25
|
-
setupBillingDetails: string;
|
|
26
|
-
/**
|
|
27
|
-
* Billing Details email input label
|
|
28
|
-
*/
|
|
29
|
-
emailInputLabel: string;
|
|
30
|
-
/**
|
|
31
|
-
* Billing Details email input placeholder
|
|
32
|
-
*/
|
|
33
|
-
emailInputPlaceholder: string;
|
|
34
|
-
/**
|
|
35
|
-
* error message displayed if email is invalid
|
|
36
|
-
*/
|
|
37
|
-
emailMustBeValid: string;
|
|
38
|
-
/**
|
|
39
|
-
* error message displayed if email is empty
|
|
40
|
-
*/
|
|
41
|
-
emailIsRequired: string;
|
|
42
|
-
/**
|
|
43
|
-
* Edit Address 1 input label
|
|
44
|
-
*/
|
|
45
|
-
address1InputLabel: string;
|
|
46
|
-
/**
|
|
47
|
-
* Edit Address 1 input placeholder
|
|
48
|
-
*/
|
|
49
|
-
address1InputPlaceholder: string;
|
|
50
|
-
/**
|
|
51
|
-
* Error displayed if Address 1 input is empty
|
|
52
|
-
*/
|
|
53
|
-
address1IsRequired: string;
|
|
54
|
-
/**
|
|
55
|
-
* Edit Address 2 input label
|
|
56
|
-
*/
|
|
57
|
-
address2InputLabel: string;
|
|
58
|
-
/**
|
|
59
|
-
* Edit Address 2 input placeholder
|
|
60
|
-
*/
|
|
61
|
-
address2InputPlaceholder: string;
|
|
62
|
-
/**
|
|
63
|
-
* Error displayed if Address 2 input is empty
|
|
64
|
-
*/
|
|
65
|
-
address2IsRequired: string;
|
|
66
|
-
/**
|
|
67
|
-
* Edit City input label
|
|
68
|
-
*/
|
|
69
|
-
cityInputLabel: string;
|
|
70
|
-
/**
|
|
71
|
-
* Edit City input placeholder
|
|
72
|
-
*/
|
|
73
|
-
cityInputPlaceholder: string;
|
|
74
|
-
/**
|
|
75
|
-
* Error displayed if City input is empty
|
|
76
|
-
*/
|
|
77
|
-
cityIsRequired: string;
|
|
78
|
-
/**
|
|
79
|
-
* Edit State input label
|
|
80
|
-
*/
|
|
81
|
-
stateInputLabel: string;
|
|
82
|
-
/**
|
|
83
|
-
* Edit State input placeholder
|
|
84
|
-
*/
|
|
85
|
-
stateInputPlaceholder: string;
|
|
86
|
-
/**
|
|
87
|
-
* Error displayed if State input is empty
|
|
88
|
-
*/
|
|
89
|
-
stateInputIsRequired: string;
|
|
90
|
-
/**
|
|
91
|
-
* Edit Postcode input label
|
|
92
|
-
*/
|
|
93
|
-
postCodeInputLabel: string;
|
|
94
|
-
/**
|
|
95
|
-
* Edit Postcode input label
|
|
96
|
-
*/
|
|
97
|
-
postCodeInputPlaceholder: string;
|
|
98
|
-
/**
|
|
99
|
-
* Error displayed if post code is invalid
|
|
100
|
-
*/
|
|
101
|
-
postCodeIsInvalid: string;
|
|
102
|
-
/**
|
|
103
|
-
* Error displayed if post code input is empty
|
|
104
|
-
*/
|
|
105
|
-
postCodeIsRequired: string;
|
|
106
|
-
/**
|
|
107
|
-
* Edit Country input label
|
|
108
|
-
*/
|
|
109
|
-
countryInputLabel: string;
|
|
110
|
-
/**
|
|
111
|
-
* Edit Country input placeholder
|
|
112
|
-
*/
|
|
113
|
-
countryInputPlaceholder: string;
|
|
114
|
-
/**
|
|
115
|
-
* Error displayed if country input is empty
|
|
116
|
-
*/
|
|
117
|
-
countryIsRequired: string;
|
|
118
|
-
};
|
|
119
|
-
subscriptions_CurrentPlan: {
|
|
120
|
-
/**
|
|
121
|
-
* Current plan section title
|
|
122
|
-
*/
|
|
123
|
-
title: string;
|
|
124
|
-
/**
|
|
125
|
-
* Plan pricing subtitle
|
|
126
|
-
*/
|
|
127
|
-
priceSubtitle: string;
|
|
128
|
-
/**
|
|
129
|
-
* Unknown plan status
|
|
130
|
-
*/
|
|
131
|
-
unknownPlan: string;
|
|
132
|
-
/**
|
|
133
|
-
* Current Plan Canceled status
|
|
134
|
-
*/
|
|
135
|
-
canceled: string;
|
|
136
|
-
/**
|
|
137
|
-
* Current Plan Trialing status
|
|
138
|
-
*/
|
|
139
|
-
trialing: string;
|
|
140
|
-
/**
|
|
141
|
-
* Current Plan Trial End status
|
|
142
|
-
*/
|
|
143
|
-
trialEnded: string;
|
|
144
|
-
/**
|
|
145
|
-
* Cancel plan button text
|
|
146
|
-
*/
|
|
147
|
-
cancelButton: string;
|
|
148
|
-
/**
|
|
149
|
-
* Renew plan button text
|
|
150
|
-
*/
|
|
151
|
-
renewButton: string;
|
|
152
|
-
/**
|
|
153
|
-
* Update plan button text
|
|
154
|
-
*/
|
|
155
|
-
updateButton: string;
|
|
156
|
-
/**
|
|
157
|
-
* Buy now button text
|
|
158
|
-
*/
|
|
159
|
-
buyNowButton: string;
|
|
160
|
-
/**
|
|
161
|
-
* EX: 'Your plan will be canceled on {{periodEnd}}',
|
|
162
|
-
*/
|
|
163
|
-
yourPlanWillBeCanceled: string;
|
|
164
|
-
/**
|
|
165
|
-
* EX: 'Your plan will renew on {{periodEnd}}',
|
|
166
|
-
*/
|
|
167
|
-
yourPlanWillBeRenewed: string;
|
|
168
|
-
/**
|
|
169
|
-
* EX: 'Your plan is trialing until {{periodEnd}}',
|
|
170
|
-
*/
|
|
171
|
-
yourPlanIsTrialing: string;
|
|
172
|
-
/**
|
|
173
|
-
*/
|
|
174
|
-
renewalDefault: string;
|
|
175
|
-
};
|
|
176
|
-
subscriptions_DialogSelection: {
|
|
177
|
-
/**
|
|
178
|
-
* Select plan dialog title
|
|
179
|
-
*/
|
|
180
|
-
title: string;
|
|
181
|
-
currentPlan: string;
|
|
182
|
-
/**
|
|
183
|
-
* Select plan submit button
|
|
184
|
-
*/
|
|
185
|
-
continue: string;
|
|
186
|
-
/**
|
|
187
|
-
* Select plan item price sentence {{PRICE}}{{CURRENCY}} per {{INTERVAL}}
|
|
188
|
-
*/
|
|
189
|
-
selectPlanPricePerRecurringInterval: string;
|
|
190
|
-
};
|
|
191
|
-
subscriptions_Billing: {
|
|
192
|
-
title: string;
|
|
193
|
-
/**
|
|
194
|
-
* EX: 'per each {{interval}}'
|
|
195
|
-
*/
|
|
196
|
-
intervalTitle: string;
|
|
197
|
-
intervalMonth: string;
|
|
198
|
-
intervalYear: string;
|
|
199
|
-
unknownDate: string;
|
|
200
|
-
/**
|
|
201
|
-
* Billed unknown plan status
|
|
202
|
-
*/
|
|
203
|
-
unknown: string;
|
|
204
|
-
/**
|
|
205
|
-
* Billed monthly status
|
|
206
|
-
*/
|
|
207
|
-
monthly: string;
|
|
208
|
-
/**
|
|
209
|
-
* Payment method title
|
|
210
|
-
*/
|
|
211
|
-
paymentMethod: string;
|
|
212
|
-
/**
|
|
213
|
-
* Error displayed when unable to use payment for checkout
|
|
214
|
-
*/
|
|
215
|
-
confirmError: string;
|
|
216
|
-
invalidCardStatusError: string;
|
|
217
|
-
confirmGenericError: string;
|
|
218
|
-
};
|
|
219
|
-
subscriptions_Checkout: {
|
|
220
|
-
/**
|
|
221
|
-
* Checkout dialog title
|
|
222
|
-
*/
|
|
223
|
-
title: string;
|
|
224
|
-
paymentMethod: string;
|
|
225
|
-
paymentMethodError: string;
|
|
226
|
-
nameOnCard: string;
|
|
227
|
-
cardNumber: string;
|
|
228
|
-
expiryDate: string;
|
|
229
|
-
cvc: string;
|
|
230
|
-
selectedPlan: string;
|
|
231
|
-
priceIntervalMonthly: string;
|
|
232
|
-
};
|
|
233
|
-
subscriptions_Cancellation: {
|
|
234
|
-
/**
|
|
235
|
-
* Cancellation dialog title
|
|
236
|
-
*/
|
|
237
|
-
title: string;
|
|
238
|
-
unknownDate: string;
|
|
239
|
-
/**
|
|
240
|
-
* Cancellation description message
|
|
241
|
-
*/
|
|
242
|
-
description: string;
|
|
243
|
-
};
|
|
244
|
-
subscriptions_Renewal: {
|
|
245
|
-
title: string;
|
|
246
|
-
unknownDate: string;
|
|
247
|
-
description: string;
|
|
248
|
-
};
|
|
249
|
-
subscriptions_CheckoutDialog: {
|
|
250
|
-
errorPlanNotFound: string;
|
|
251
|
-
};
|
|
252
|
-
}
|
|
1
|
+
export interface SubscriptionsLocalization {
|
|
2
|
+
subscriptions: {
|
|
3
|
+
pageTitle: string;
|
|
4
|
+
externallyManaged: string;
|
|
5
|
+
currentPlan: string;
|
|
6
|
+
invoices: string;
|
|
7
|
+
selectedPlan: string;
|
|
8
|
+
pricingLink: string;
|
|
9
|
+
paymentMethodTitle: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
confirm: string;
|
|
12
|
+
update: string;
|
|
13
|
+
/**
|
|
14
|
+
* Download Invoices as pdf
|
|
15
|
+
*/
|
|
16
|
+
downloadPdf: string;
|
|
17
|
+
dialogCheckoutTitle: string;
|
|
18
|
+
dialogSelectionTitle: string;
|
|
19
|
+
dialogUpdateBillingDetailsTitle: string;
|
|
20
|
+
dialogCancellationTitle: string;
|
|
21
|
+
dialogRenewalTitle: string;
|
|
22
|
+
updatePaymentMethod: string;
|
|
23
|
+
expires: string;
|
|
24
|
+
noBillingDetails: string;
|
|
25
|
+
setupBillingDetails: string;
|
|
26
|
+
/**
|
|
27
|
+
* Billing Details email input label
|
|
28
|
+
*/
|
|
29
|
+
emailInputLabel: string;
|
|
30
|
+
/**
|
|
31
|
+
* Billing Details email input placeholder
|
|
32
|
+
*/
|
|
33
|
+
emailInputPlaceholder: string;
|
|
34
|
+
/**
|
|
35
|
+
* error message displayed if email is invalid
|
|
36
|
+
*/
|
|
37
|
+
emailMustBeValid: string;
|
|
38
|
+
/**
|
|
39
|
+
* error message displayed if email is empty
|
|
40
|
+
*/
|
|
41
|
+
emailIsRequired: string;
|
|
42
|
+
/**
|
|
43
|
+
* Edit Address 1 input label
|
|
44
|
+
*/
|
|
45
|
+
address1InputLabel: string;
|
|
46
|
+
/**
|
|
47
|
+
* Edit Address 1 input placeholder
|
|
48
|
+
*/
|
|
49
|
+
address1InputPlaceholder: string;
|
|
50
|
+
/**
|
|
51
|
+
* Error displayed if Address 1 input is empty
|
|
52
|
+
*/
|
|
53
|
+
address1IsRequired: string;
|
|
54
|
+
/**
|
|
55
|
+
* Edit Address 2 input label
|
|
56
|
+
*/
|
|
57
|
+
address2InputLabel: string;
|
|
58
|
+
/**
|
|
59
|
+
* Edit Address 2 input placeholder
|
|
60
|
+
*/
|
|
61
|
+
address2InputPlaceholder: string;
|
|
62
|
+
/**
|
|
63
|
+
* Error displayed if Address 2 input is empty
|
|
64
|
+
*/
|
|
65
|
+
address2IsRequired: string;
|
|
66
|
+
/**
|
|
67
|
+
* Edit City input label
|
|
68
|
+
*/
|
|
69
|
+
cityInputLabel: string;
|
|
70
|
+
/**
|
|
71
|
+
* Edit City input placeholder
|
|
72
|
+
*/
|
|
73
|
+
cityInputPlaceholder: string;
|
|
74
|
+
/**
|
|
75
|
+
* Error displayed if City input is empty
|
|
76
|
+
*/
|
|
77
|
+
cityIsRequired: string;
|
|
78
|
+
/**
|
|
79
|
+
* Edit State input label
|
|
80
|
+
*/
|
|
81
|
+
stateInputLabel: string;
|
|
82
|
+
/**
|
|
83
|
+
* Edit State input placeholder
|
|
84
|
+
*/
|
|
85
|
+
stateInputPlaceholder: string;
|
|
86
|
+
/**
|
|
87
|
+
* Error displayed if State input is empty
|
|
88
|
+
*/
|
|
89
|
+
stateInputIsRequired: string;
|
|
90
|
+
/**
|
|
91
|
+
* Edit Postcode input label
|
|
92
|
+
*/
|
|
93
|
+
postCodeInputLabel: string;
|
|
94
|
+
/**
|
|
95
|
+
* Edit Postcode input label
|
|
96
|
+
*/
|
|
97
|
+
postCodeInputPlaceholder: string;
|
|
98
|
+
/**
|
|
99
|
+
* Error displayed if post code is invalid
|
|
100
|
+
*/
|
|
101
|
+
postCodeIsInvalid: string;
|
|
102
|
+
/**
|
|
103
|
+
* Error displayed if post code input is empty
|
|
104
|
+
*/
|
|
105
|
+
postCodeIsRequired: string;
|
|
106
|
+
/**
|
|
107
|
+
* Edit Country input label
|
|
108
|
+
*/
|
|
109
|
+
countryInputLabel: string;
|
|
110
|
+
/**
|
|
111
|
+
* Edit Country input placeholder
|
|
112
|
+
*/
|
|
113
|
+
countryInputPlaceholder: string;
|
|
114
|
+
/**
|
|
115
|
+
* Error displayed if country input is empty
|
|
116
|
+
*/
|
|
117
|
+
countryIsRequired: string;
|
|
118
|
+
};
|
|
119
|
+
subscriptions_CurrentPlan: {
|
|
120
|
+
/**
|
|
121
|
+
* Current plan section title
|
|
122
|
+
*/
|
|
123
|
+
title: string;
|
|
124
|
+
/**
|
|
125
|
+
* Plan pricing subtitle
|
|
126
|
+
*/
|
|
127
|
+
priceSubtitle: string;
|
|
128
|
+
/**
|
|
129
|
+
* Unknown plan status
|
|
130
|
+
*/
|
|
131
|
+
unknownPlan: string;
|
|
132
|
+
/**
|
|
133
|
+
* Current Plan Canceled status
|
|
134
|
+
*/
|
|
135
|
+
canceled: string;
|
|
136
|
+
/**
|
|
137
|
+
* Current Plan Trialing status
|
|
138
|
+
*/
|
|
139
|
+
trialing: string;
|
|
140
|
+
/**
|
|
141
|
+
* Current Plan Trial End status
|
|
142
|
+
*/
|
|
143
|
+
trialEnded: string;
|
|
144
|
+
/**
|
|
145
|
+
* Cancel plan button text
|
|
146
|
+
*/
|
|
147
|
+
cancelButton: string;
|
|
148
|
+
/**
|
|
149
|
+
* Renew plan button text
|
|
150
|
+
*/
|
|
151
|
+
renewButton: string;
|
|
152
|
+
/**
|
|
153
|
+
* Update plan button text
|
|
154
|
+
*/
|
|
155
|
+
updateButton: string;
|
|
156
|
+
/**
|
|
157
|
+
* Buy now button text
|
|
158
|
+
*/
|
|
159
|
+
buyNowButton: string;
|
|
160
|
+
/**
|
|
161
|
+
* EX: 'Your plan will be canceled on {{periodEnd}}',
|
|
162
|
+
*/
|
|
163
|
+
yourPlanWillBeCanceled: string;
|
|
164
|
+
/**
|
|
165
|
+
* EX: 'Your plan will renew on {{periodEnd}}',
|
|
166
|
+
*/
|
|
167
|
+
yourPlanWillBeRenewed: string;
|
|
168
|
+
/**
|
|
169
|
+
* EX: 'Your plan is trialing until {{periodEnd}}',
|
|
170
|
+
*/
|
|
171
|
+
yourPlanIsTrialing: string;
|
|
172
|
+
/**
|
|
173
|
+
*/
|
|
174
|
+
renewalDefault: string;
|
|
175
|
+
};
|
|
176
|
+
subscriptions_DialogSelection: {
|
|
177
|
+
/**
|
|
178
|
+
* Select plan dialog title
|
|
179
|
+
*/
|
|
180
|
+
title: string;
|
|
181
|
+
currentPlan: string;
|
|
182
|
+
/**
|
|
183
|
+
* Select plan submit button
|
|
184
|
+
*/
|
|
185
|
+
continue: string;
|
|
186
|
+
/**
|
|
187
|
+
* Select plan item price sentence {{PRICE}}{{CURRENCY}} per {{INTERVAL}}
|
|
188
|
+
*/
|
|
189
|
+
selectPlanPricePerRecurringInterval: string;
|
|
190
|
+
};
|
|
191
|
+
subscriptions_Billing: {
|
|
192
|
+
title: string;
|
|
193
|
+
/**
|
|
194
|
+
* EX: 'per each {{interval}}'
|
|
195
|
+
*/
|
|
196
|
+
intervalTitle: string;
|
|
197
|
+
intervalMonth: string;
|
|
198
|
+
intervalYear: string;
|
|
199
|
+
unknownDate: string;
|
|
200
|
+
/**
|
|
201
|
+
* Billed unknown plan status
|
|
202
|
+
*/
|
|
203
|
+
unknown: string;
|
|
204
|
+
/**
|
|
205
|
+
* Billed monthly status
|
|
206
|
+
*/
|
|
207
|
+
monthly: string;
|
|
208
|
+
/**
|
|
209
|
+
* Payment method title
|
|
210
|
+
*/
|
|
211
|
+
paymentMethod: string;
|
|
212
|
+
/**
|
|
213
|
+
* Error displayed when unable to use payment for checkout
|
|
214
|
+
*/
|
|
215
|
+
confirmError: string;
|
|
216
|
+
invalidCardStatusError: string;
|
|
217
|
+
confirmGenericError: string;
|
|
218
|
+
};
|
|
219
|
+
subscriptions_Checkout: {
|
|
220
|
+
/**
|
|
221
|
+
* Checkout dialog title
|
|
222
|
+
*/
|
|
223
|
+
title: string;
|
|
224
|
+
paymentMethod: string;
|
|
225
|
+
paymentMethodError: string;
|
|
226
|
+
nameOnCard: string;
|
|
227
|
+
cardNumber: string;
|
|
228
|
+
expiryDate: string;
|
|
229
|
+
cvc: string;
|
|
230
|
+
selectedPlan: string;
|
|
231
|
+
priceIntervalMonthly: string;
|
|
232
|
+
};
|
|
233
|
+
subscriptions_Cancellation: {
|
|
234
|
+
/**
|
|
235
|
+
* Cancellation dialog title
|
|
236
|
+
*/
|
|
237
|
+
title: string;
|
|
238
|
+
unknownDate: string;
|
|
239
|
+
/**
|
|
240
|
+
* Cancellation description message
|
|
241
|
+
*/
|
|
242
|
+
description: string;
|
|
243
|
+
};
|
|
244
|
+
subscriptions_Renewal: {
|
|
245
|
+
title: string;
|
|
246
|
+
unknownDate: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
249
|
+
subscriptions_CheckoutDialog: {
|
|
250
|
+
errorPlanNotFound: string;
|
|
251
|
+
};
|
|
252
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|