@windrun-huaiin/third-ui 6.3.0 → 7.0.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 (76) hide show
  1. package/package.json +15 -46
  2. package/dist/chunk-52YUUCKV.js +0 -3190
  3. package/dist/chunk-52YUUCKV.js.map +0 -1
  4. package/dist/chunk-6MM7HLNX.js +0 -226
  5. package/dist/chunk-6MM7HLNX.js.map +0 -1
  6. package/dist/chunk-6PW67OXW.js +0 -967
  7. package/dist/chunk-6PW67OXW.js.map +0 -1
  8. package/dist/chunk-BZLOMDT7.mjs +0 -90
  9. package/dist/chunk-BZLOMDT7.mjs.map +0 -1
  10. package/dist/chunk-C3MW5ZUN.mjs +0 -967
  11. package/dist/chunk-C3MW5ZUN.mjs.map +0 -1
  12. package/dist/chunk-FOMCGWDM.mjs +0 -17
  13. package/dist/chunk-FOMCGWDM.mjs.map +0 -1
  14. package/dist/chunk-ICXWQI2S.mjs +0 -126
  15. package/dist/chunk-ICXWQI2S.mjs.map +0 -1
  16. package/dist/chunk-IOUCFIRG.mjs +0 -3190
  17. package/dist/chunk-IOUCFIRG.mjs.map +0 -1
  18. package/dist/chunk-J26XFRUS.js +0 -17
  19. package/dist/chunk-J26XFRUS.js.map +0 -1
  20. package/dist/chunk-LZLW5WCC.js +0 -90
  21. package/dist/chunk-LZLW5WCC.js.map +0 -1
  22. package/dist/chunk-NV3UQTCW.mjs +0 -226
  23. package/dist/chunk-NV3UQTCW.mjs.map +0 -1
  24. package/dist/chunk-TBXDOQXP.js +0 -126
  25. package/dist/chunk-TBXDOQXP.js.map +0 -1
  26. package/dist/chunk-TKLIIDBR.mjs +0 -2804
  27. package/dist/chunk-TKLIIDBR.mjs.map +0 -1
  28. package/dist/chunk-W7K5Y2WR.js +0 -2804
  29. package/dist/chunk-W7K5Y2WR.js.map +0 -1
  30. package/dist/clerk/index.d.mts +0 -15
  31. package/dist/clerk/index.d.ts +0 -15
  32. package/dist/clerk/index.js +0 -47
  33. package/dist/clerk/index.js.map +0 -1
  34. package/dist/clerk/index.mjs +0 -47
  35. package/dist/clerk/index.mjs.map +0 -1
  36. package/dist/clerk/server.d.mts +0 -28
  37. package/dist/clerk/server.d.ts +0 -28
  38. package/dist/clerk/server.js +0 -179
  39. package/dist/clerk/server.js.map +0 -1
  40. package/dist/clerk/server.mjs +0 -179
  41. package/dist/clerk/server.mjs.map +0 -1
  42. package/dist/cta.css +0 -16
  43. package/dist/fuma/mdx/index.d.mts +0 -133
  44. package/dist/fuma/mdx/index.d.ts +0 -133
  45. package/dist/fuma/mdx/index.js +0 -40
  46. package/dist/fuma/mdx/index.js.map +0 -1
  47. package/dist/fuma/mdx/index.mjs +0 -40
  48. package/dist/fuma/mdx/index.mjs.map +0 -1
  49. package/dist/fuma/server.d.mts +0 -77
  50. package/dist/fuma/server.d.ts +0 -77
  51. package/dist/fuma/server.js +0 -27041
  52. package/dist/fuma/server.js.map +0 -1
  53. package/dist/fuma/server.mjs +0 -27041
  54. package/dist/fuma/server.mjs.map +0 -1
  55. package/dist/fuma.css +0 -106
  56. package/dist/lib/server.d.mts +0 -4670
  57. package/dist/lib/server.d.ts +0 -4670
  58. package/dist/lib/server.js +0 -144
  59. package/dist/lib/server.js.map +0 -1
  60. package/dist/lib/server.mjs +0 -144
  61. package/dist/lib/server.mjs.map +0 -1
  62. package/dist/main/index.d.mts +0 -198
  63. package/dist/main/index.d.ts +0 -198
  64. package/dist/main/index.js +0 -32
  65. package/dist/main/index.js.map +0 -1
  66. package/dist/main/index.mjs +0 -32
  67. package/dist/main/index.mjs.map +0 -1
  68. package/dist/main/server.d.mts +0 -64
  69. package/dist/main/server.d.ts +0 -64
  70. package/dist/main/server.js +0 -602
  71. package/dist/main/server.js.map +0 -1
  72. package/dist/main/server.mjs +0 -602
  73. package/dist/main/server.mjs.map +0 -1
  74. package/dist/third-ui.css +0 -66
  75. package/dist/toc-base-BC7kXpDU.d.mts +0 -15
  76. package/dist/toc-base-BC7kXpDU.d.ts +0 -15
@@ -1,4670 +0,0 @@
1
- import { Translations } from 'fumadocs-ui/i18n';
2
- import * as _clerk_types from '@clerk/types';
3
- import { z } from 'zod';
4
- import { MetadataRoute } from 'next';
5
-
6
- declare const fumaI18nCn: Partial<Translations>;
7
-
8
- declare const clerkIntl: {
9
- en: _clerk_types.DeepPartial<{
10
- locale: string;
11
- maintenanceMode: _clerk_types.LocalizationValue;
12
- roles: {
13
- [x: string]: string;
14
- };
15
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
16
- socialButtonsBlockButtonManyInView: _clerk_types.LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
17
- dividerText: _clerk_types.LocalizationValue;
18
- formFieldLabel__emailAddress: _clerk_types.LocalizationValue;
19
- formFieldLabel__emailAddresses: _clerk_types.LocalizationValue;
20
- formFieldLabel__phoneNumber: _clerk_types.LocalizationValue;
21
- formFieldLabel__username: _clerk_types.LocalizationValue;
22
- formFieldLabel__emailAddress_username: _clerk_types.LocalizationValue;
23
- formFieldLabel__password: _clerk_types.LocalizationValue;
24
- formFieldLabel__currentPassword: _clerk_types.LocalizationValue;
25
- formFieldLabel__newPassword: _clerk_types.LocalizationValue;
26
- formFieldLabel__confirmPassword: _clerk_types.LocalizationValue;
27
- formFieldLabel__signOutOfOtherSessions: _clerk_types.LocalizationValue;
28
- formFieldLabel__automaticInvitations: _clerk_types.LocalizationValue;
29
- formFieldLabel__firstName: _clerk_types.LocalizationValue;
30
- formFieldLabel__lastName: _clerk_types.LocalizationValue;
31
- formFieldLabel__backupCode: _clerk_types.LocalizationValue;
32
- formFieldLabel__organizationName: _clerk_types.LocalizationValue;
33
- formFieldLabel__organizationSlug: _clerk_types.LocalizationValue;
34
- formFieldLabel__organizationDomain: _clerk_types.LocalizationValue;
35
- formFieldLabel__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
36
- formFieldLabel__organizationDomainEmailAddressDescription: _clerk_types.LocalizationValue;
37
- formFieldLabel__organizationDomainDeletePending: _clerk_types.LocalizationValue;
38
- formFieldLabel__confirmDeletion: _clerk_types.LocalizationValue;
39
- formFieldLabel__role: _clerk_types.LocalizationValue;
40
- formFieldLabel__passkeyName: _clerk_types.LocalizationValue;
41
- formFieldLabel__apiKeyName: _clerk_types.LocalizationValue;
42
- formFieldLabel__apiKeyDescription: _clerk_types.LocalizationValue;
43
- formFieldLabel__apiKeyExpiration: _clerk_types.LocalizationValue;
44
- formFieldInputPlaceholder__emailAddress: _clerk_types.LocalizationValue;
45
- formFieldInputPlaceholder__emailAddresses: _clerk_types.LocalizationValue;
46
- formFieldInputPlaceholder__phoneNumber: _clerk_types.LocalizationValue;
47
- formFieldInputPlaceholder__username: _clerk_types.LocalizationValue;
48
- formFieldInputPlaceholder__emailAddress_username: _clerk_types.LocalizationValue;
49
- formFieldInputPlaceholder__password: _clerk_types.LocalizationValue;
50
- formFieldInputPlaceholder__firstName: _clerk_types.LocalizationValue;
51
- formFieldInputPlaceholder__lastName: _clerk_types.LocalizationValue;
52
- formFieldInputPlaceholder__backupCode: _clerk_types.LocalizationValue;
53
- formFieldInputPlaceholder__organizationName: _clerk_types.LocalizationValue;
54
- formFieldInputPlaceholder__organizationSlug: _clerk_types.LocalizationValue;
55
- formFieldInputPlaceholder__organizationDomain: _clerk_types.LocalizationValue;
56
- formFieldInputPlaceholder__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
57
- formFieldInputPlaceholder__confirmDeletionUserAccount: _clerk_types.LocalizationValue;
58
- formFieldInputPlaceholder__apiKeyName: _clerk_types.LocalizationValue;
59
- formFieldInputPlaceholder__apiKeyDescription: _clerk_types.LocalizationValue;
60
- formFieldInputPlaceholder__apiKeyExpirationDate: _clerk_types.LocalizationValue;
61
- formFieldError__notMatchingPasswords: _clerk_types.LocalizationValue;
62
- formFieldError__matchingPasswords: _clerk_types.LocalizationValue;
63
- formFieldError__verificationLinkExpired: _clerk_types.LocalizationValue;
64
- formFieldAction__forgotPassword: _clerk_types.LocalizationValue;
65
- formFieldHintText__optional: _clerk_types.LocalizationValue;
66
- formFieldHintText__slug: _clerk_types.LocalizationValue;
67
- formButtonPrimary: _clerk_types.LocalizationValue;
68
- formButtonPrimary__verify: _clerk_types.LocalizationValue;
69
- signInEnterPasswordTitle: _clerk_types.LocalizationValue;
70
- backButton: _clerk_types.LocalizationValue;
71
- footerActionLink__useAnotherMethod: _clerk_types.LocalizationValue;
72
- footerActionLink__alternativePhoneCodeProvider: _clerk_types.LocalizationValue;
73
- badge__primary: _clerk_types.LocalizationValue;
74
- badge__thisDevice: _clerk_types.LocalizationValue;
75
- badge__userDevice: _clerk_types.LocalizationValue;
76
- badge__otherImpersonatorDevice: _clerk_types.LocalizationValue;
77
- badge__default: _clerk_types.LocalizationValue;
78
- badge__unverified: _clerk_types.LocalizationValue;
79
- badge__requiresAction: _clerk_types.LocalizationValue;
80
- badge__you: _clerk_types.LocalizationValue;
81
- badge__currentPlan: _clerk_types.LocalizationValue;
82
- badge__upcomingPlan: _clerk_types.LocalizationValue;
83
- badge__activePlan: _clerk_types.LocalizationValue;
84
- badge__pastDuePlan: _clerk_types.LocalizationValue;
85
- badge__startsAt: _clerk_types.LocalizationValue<"date">;
86
- badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
87
- badge__endsAt: _clerk_types.LocalizationValue;
88
- badge__expired: _clerk_types.LocalizationValue;
89
- badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
90
- badge__renewsAt: _clerk_types.LocalizationValue<"date">;
91
- footerPageLink__help: _clerk_types.LocalizationValue;
92
- footerPageLink__privacy: _clerk_types.LocalizationValue;
93
- footerPageLink__terms: _clerk_types.LocalizationValue;
94
- paginationButton__previous: _clerk_types.LocalizationValue;
95
- paginationButton__next: _clerk_types.LocalizationValue;
96
- paginationRowText__displaying: _clerk_types.LocalizationValue;
97
- paginationRowText__of: _clerk_types.LocalizationValue;
98
- membershipRole__admin: _clerk_types.LocalizationValue;
99
- membershipRole__basicMember: _clerk_types.LocalizationValue;
100
- membershipRole__guestMember: _clerk_types.LocalizationValue;
101
- commerce: {
102
- month: _clerk_types.LocalizationValue;
103
- year: _clerk_types.LocalizationValue;
104
- free: _clerk_types.LocalizationValue;
105
- getStarted: _clerk_types.LocalizationValue;
106
- manage: _clerk_types.LocalizationValue;
107
- manageSubscription: _clerk_types.LocalizationValue;
108
- cancelSubscription: _clerk_types.LocalizationValue;
109
- keepSubscription: _clerk_types.LocalizationValue;
110
- reSubscribe: _clerk_types.LocalizationValue;
111
- subscribe: _clerk_types.LocalizationValue;
112
- switchPlan: _clerk_types.LocalizationValue;
113
- switchToMonthly: _clerk_types.LocalizationValue;
114
- switchToAnnual: _clerk_types.LocalizationValue;
115
- switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
116
- switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
117
- billedAnnually: _clerk_types.LocalizationValue;
118
- billedMonthlyOnly: _clerk_types.LocalizationValue;
119
- alwaysFree: _clerk_types.LocalizationValue;
120
- accountFunds: _clerk_types.LocalizationValue;
121
- defaultFreePlanActive: _clerk_types.LocalizationValue;
122
- viewFeatures: _clerk_types.LocalizationValue;
123
- seeAllFeatures: _clerk_types.LocalizationValue;
124
- viewPayment: _clerk_types.LocalizationValue;
125
- availableFeatures: _clerk_types.LocalizationValue;
126
- subtotal: _clerk_types.LocalizationValue;
127
- credit: _clerk_types.LocalizationValue;
128
- creditRemainder: _clerk_types.LocalizationValue;
129
- totalDue: _clerk_types.LocalizationValue;
130
- totalDueToday: _clerk_types.LocalizationValue;
131
- pastDue: _clerk_types.LocalizationValue;
132
- paymentMethods: _clerk_types.LocalizationValue;
133
- addPaymentMethod: _clerk_types.LocalizationValue;
134
- pay: _clerk_types.LocalizationValue<"amount">;
135
- cancelSubscriptionTitle: _clerk_types.LocalizationValue<"plan">;
136
- cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
137
- cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
138
- popular: _clerk_types.LocalizationValue;
139
- subscriptionDetails: {
140
- title: _clerk_types.LocalizationValue;
141
- currentBillingCycle: _clerk_types.LocalizationValue;
142
- nextPaymentOn: _clerk_types.LocalizationValue;
143
- nextPaymentAmount: _clerk_types.LocalizationValue;
144
- subscribedOn: _clerk_types.LocalizationValue;
145
- endsOn: _clerk_types.LocalizationValue;
146
- renewsAt: _clerk_types.LocalizationValue;
147
- beginsOn: _clerk_types.LocalizationValue;
148
- pastDueAt: _clerk_types.LocalizationValue;
149
- };
150
- monthly: _clerk_types.LocalizationValue;
151
- annually: _clerk_types.LocalizationValue;
152
- cannotSubscribeMonthly: _clerk_types.LocalizationValue;
153
- cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
154
- pricingTable: {
155
- billingCycle: _clerk_types.LocalizationValue;
156
- included: _clerk_types.LocalizationValue;
157
- };
158
- paymentSource: {
159
- dev: {
160
- testCardInfo: _clerk_types.LocalizationValue;
161
- developmentMode: _clerk_types.LocalizationValue;
162
- cardNumber: _clerk_types.LocalizationValue;
163
- expirationDate: _clerk_types.LocalizationValue;
164
- cvcZip: _clerk_types.LocalizationValue;
165
- anyNumbers: _clerk_types.LocalizationValue;
166
- };
167
- applePayDescription: {
168
- monthly: _clerk_types.LocalizationValue;
169
- annual: _clerk_types.LocalizationValue;
170
- };
171
- };
172
- checkout: {
173
- title: _clerk_types.LocalizationValue;
174
- title__paymentSuccessful: _clerk_types.LocalizationValue;
175
- title__subscriptionSuccessful: _clerk_types.LocalizationValue;
176
- description__paymentSuccessful: _clerk_types.LocalizationValue;
177
- description__subscriptionSuccessful: _clerk_types.LocalizationValue;
178
- lineItems: {
179
- title__totalPaid: _clerk_types.LocalizationValue;
180
- title__paymentMethod: _clerk_types.LocalizationValue;
181
- title__statementId: _clerk_types.LocalizationValue;
182
- title__subscriptionBegins: _clerk_types.LocalizationValue;
183
- };
184
- emailForm: {
185
- title: _clerk_types.LocalizationValue;
186
- subtitle: _clerk_types.LocalizationValue;
187
- };
188
- downgradeNotice: _clerk_types.LocalizationValue;
189
- pastDueNotice: _clerk_types.LocalizationValue;
190
- perMonth: _clerk_types.LocalizationValue;
191
- };
192
- };
193
- signUp: {
194
- start: {
195
- title: _clerk_types.LocalizationValue;
196
- titleCombined: _clerk_types.LocalizationValue;
197
- subtitle: _clerk_types.LocalizationValue;
198
- subtitleCombined: _clerk_types.LocalizationValue;
199
- actionText: _clerk_types.LocalizationValue;
200
- actionLink: _clerk_types.LocalizationValue;
201
- actionLink__use_phone: _clerk_types.LocalizationValue;
202
- actionLink__use_email: _clerk_types.LocalizationValue;
203
- alternativePhoneCodeProvider: {
204
- actionLink: _clerk_types.LocalizationValue;
205
- label: _clerk_types.LocalizationValue<"provider">;
206
- subtitle: _clerk_types.LocalizationValue<"provider">;
207
- title: _clerk_types.LocalizationValue<"provider">;
208
- };
209
- };
210
- emailLink: {
211
- title: _clerk_types.LocalizationValue;
212
- subtitle: _clerk_types.LocalizationValue;
213
- formTitle: _clerk_types.LocalizationValue;
214
- formSubtitle: _clerk_types.LocalizationValue;
215
- resendButton: _clerk_types.LocalizationValue;
216
- verified: {
217
- title: _clerk_types.LocalizationValue;
218
- };
219
- loading: {
220
- title: _clerk_types.LocalizationValue;
221
- };
222
- verifiedSwitchTab: {
223
- title: _clerk_types.LocalizationValue;
224
- subtitle: _clerk_types.LocalizationValue;
225
- subtitleNewTab: _clerk_types.LocalizationValue;
226
- };
227
- clientMismatch: {
228
- title: _clerk_types.LocalizationValue;
229
- subtitle: _clerk_types.LocalizationValue;
230
- };
231
- };
232
- emailCode: {
233
- title: _clerk_types.LocalizationValue;
234
- subtitle: _clerk_types.LocalizationValue;
235
- formTitle: _clerk_types.LocalizationValue;
236
- formSubtitle: _clerk_types.LocalizationValue;
237
- resendButton: _clerk_types.LocalizationValue;
238
- };
239
- phoneCode: {
240
- title: _clerk_types.LocalizationValue;
241
- subtitle: _clerk_types.LocalizationValue;
242
- formTitle: _clerk_types.LocalizationValue;
243
- formSubtitle: _clerk_types.LocalizationValue;
244
- resendButton: _clerk_types.LocalizationValue;
245
- };
246
- alternativePhoneCodeProvider: {
247
- formSubtitle: _clerk_types.LocalizationValue;
248
- formTitle: _clerk_types.LocalizationValue;
249
- resendButton: _clerk_types.LocalizationValue;
250
- subtitle: _clerk_types.LocalizationValue<"provider">;
251
- title: _clerk_types.LocalizationValue<"provider">;
252
- };
253
- continue: {
254
- title: _clerk_types.LocalizationValue;
255
- subtitle: _clerk_types.LocalizationValue;
256
- actionText: _clerk_types.LocalizationValue;
257
- actionLink: _clerk_types.LocalizationValue;
258
- };
259
- restrictedAccess: {
260
- title: _clerk_types.LocalizationValue;
261
- subtitle: _clerk_types.LocalizationValue;
262
- subtitleWaitlist: _clerk_types.LocalizationValue;
263
- actionLink: _clerk_types.LocalizationValue;
264
- actionText: _clerk_types.LocalizationValue;
265
- blockButton__emailSupport: _clerk_types.LocalizationValue;
266
- blockButton__joinWaitlist: _clerk_types.LocalizationValue;
267
- };
268
- legalConsent: {
269
- continue: {
270
- title: _clerk_types.LocalizationValue;
271
- subtitle: _clerk_types.LocalizationValue;
272
- };
273
- checkbox: {
274
- label__termsOfServiceAndPrivacyPolicy: _clerk_types.LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
275
- label__onlyPrivacyPolicy: _clerk_types.LocalizationValue<"privacyPolicyLink">;
276
- label__onlyTermsOfService: _clerk_types.LocalizationValue<"termsOfServiceLink">;
277
- };
278
- };
279
- };
280
- signIn: {
281
- start: {
282
- title: _clerk_types.LocalizationValue;
283
- titleCombined: _clerk_types.LocalizationValue;
284
- subtitle: _clerk_types.LocalizationValue;
285
- subtitleCombined: _clerk_types.LocalizationValue;
286
- actionText: _clerk_types.LocalizationValue;
287
- actionLink: _clerk_types.LocalizationValue;
288
- actionLink__use_email: _clerk_types.LocalizationValue;
289
- actionLink__use_phone: _clerk_types.LocalizationValue;
290
- actionLink__use_username: _clerk_types.LocalizationValue;
291
- actionLink__use_email_username: _clerk_types.LocalizationValue;
292
- actionLink__use_passkey: _clerk_types.LocalizationValue;
293
- actionText__join_waitlist: _clerk_types.LocalizationValue;
294
- actionLink__join_waitlist: _clerk_types.LocalizationValue;
295
- alternativePhoneCodeProvider: {
296
- actionLink: _clerk_types.LocalizationValue;
297
- label: _clerk_types.LocalizationValue<"provider">;
298
- subtitle: _clerk_types.LocalizationValue<"provider">;
299
- title: _clerk_types.LocalizationValue<"provider">;
300
- };
301
- };
302
- password: {
303
- title: _clerk_types.LocalizationValue;
304
- subtitle: _clerk_types.LocalizationValue;
305
- actionLink: _clerk_types.LocalizationValue;
306
- };
307
- passwordPwned: {
308
- title: _clerk_types.LocalizationValue;
309
- };
310
- passkey: {
311
- title: _clerk_types.LocalizationValue;
312
- subtitle: _clerk_types.LocalizationValue;
313
- };
314
- forgotPasswordAlternativeMethods: {
315
- title: _clerk_types.LocalizationValue;
316
- label__alternativeMethods: _clerk_types.LocalizationValue;
317
- blockButton__resetPassword: _clerk_types.LocalizationValue;
318
- };
319
- forgotPassword: {
320
- title: _clerk_types.LocalizationValue;
321
- subtitle: _clerk_types.LocalizationValue;
322
- subtitle_email: _clerk_types.LocalizationValue;
323
- subtitle_phone: _clerk_types.LocalizationValue;
324
- formTitle: _clerk_types.LocalizationValue;
325
- resendButton: _clerk_types.LocalizationValue;
326
- };
327
- resetPassword: {
328
- title: _clerk_types.LocalizationValue;
329
- formButtonPrimary: _clerk_types.LocalizationValue;
330
- successMessage: _clerk_types.LocalizationValue;
331
- requiredMessage: _clerk_types.LocalizationValue;
332
- };
333
- resetPasswordMfa: {
334
- detailsLabel: _clerk_types.LocalizationValue;
335
- };
336
- emailCode: {
337
- title: _clerk_types.LocalizationValue;
338
- subtitle: _clerk_types.LocalizationValue;
339
- formTitle: _clerk_types.LocalizationValue;
340
- resendButton: _clerk_types.LocalizationValue;
341
- };
342
- emailLink: {
343
- title: _clerk_types.LocalizationValue;
344
- subtitle: _clerk_types.LocalizationValue;
345
- formTitle: _clerk_types.LocalizationValue;
346
- formSubtitle: _clerk_types.LocalizationValue;
347
- resendButton: _clerk_types.LocalizationValue;
348
- unusedTab: {
349
- title: _clerk_types.LocalizationValue;
350
- };
351
- verified: {
352
- title: _clerk_types.LocalizationValue;
353
- subtitle: _clerk_types.LocalizationValue;
354
- };
355
- verifiedSwitchTab: {
356
- subtitle: _clerk_types.LocalizationValue;
357
- titleNewTab: _clerk_types.LocalizationValue;
358
- subtitleNewTab: _clerk_types.LocalizationValue;
359
- };
360
- loading: {
361
- title: _clerk_types.LocalizationValue;
362
- subtitle: _clerk_types.LocalizationValue;
363
- };
364
- failed: {
365
- title: _clerk_types.LocalizationValue;
366
- subtitle: _clerk_types.LocalizationValue;
367
- };
368
- expired: {
369
- title: _clerk_types.LocalizationValue;
370
- subtitle: _clerk_types.LocalizationValue;
371
- };
372
- clientMismatch: {
373
- title: _clerk_types.LocalizationValue;
374
- subtitle: _clerk_types.LocalizationValue;
375
- };
376
- };
377
- phoneCode: {
378
- title: _clerk_types.LocalizationValue;
379
- subtitle: _clerk_types.LocalizationValue;
380
- formTitle: _clerk_types.LocalizationValue;
381
- resendButton: _clerk_types.LocalizationValue;
382
- };
383
- alternativePhoneCodeProvider: {
384
- formTitle: _clerk_types.LocalizationValue;
385
- resendButton: _clerk_types.LocalizationValue;
386
- subtitle: _clerk_types.LocalizationValue;
387
- title: _clerk_types.LocalizationValue<"provider">;
388
- };
389
- phoneCodeMfa: {
390
- title: _clerk_types.LocalizationValue;
391
- subtitle: _clerk_types.LocalizationValue;
392
- formTitle: _clerk_types.LocalizationValue;
393
- resendButton: _clerk_types.LocalizationValue;
394
- };
395
- totpMfa: {
396
- title: _clerk_types.LocalizationValue;
397
- subtitle: _clerk_types.LocalizationValue;
398
- formTitle: _clerk_types.LocalizationValue;
399
- };
400
- backupCodeMfa: {
401
- title: _clerk_types.LocalizationValue;
402
- subtitle: _clerk_types.LocalizationValue;
403
- };
404
- alternativeMethods: {
405
- title: _clerk_types.LocalizationValue;
406
- subtitle: _clerk_types.LocalizationValue;
407
- actionLink: _clerk_types.LocalizationValue;
408
- actionText: _clerk_types.LocalizationValue;
409
- blockButton__emailLink: _clerk_types.LocalizationValue<"identifier">;
410
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
411
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
412
- blockButton__password: _clerk_types.LocalizationValue;
413
- blockButton__passkey: _clerk_types.LocalizationValue;
414
- blockButton__totp: _clerk_types.LocalizationValue;
415
- blockButton__backupCode: _clerk_types.LocalizationValue;
416
- getHelp: {
417
- title: _clerk_types.LocalizationValue;
418
- content: _clerk_types.LocalizationValue;
419
- blockButton__emailSupport: _clerk_types.LocalizationValue;
420
- };
421
- };
422
- noAvailableMethods: {
423
- title: _clerk_types.LocalizationValue;
424
- subtitle: _clerk_types.LocalizationValue;
425
- message: _clerk_types.LocalizationValue;
426
- };
427
- accountSwitcher: {
428
- title: _clerk_types.LocalizationValue;
429
- subtitle: _clerk_types.LocalizationValue;
430
- action__addAccount: _clerk_types.LocalizationValue;
431
- action__signOutAll: _clerk_types.LocalizationValue;
432
- };
433
- };
434
- reverification: {
435
- password: {
436
- title: _clerk_types.LocalizationValue;
437
- subtitle: _clerk_types.LocalizationValue;
438
- actionLink: _clerk_types.LocalizationValue;
439
- };
440
- emailCode: {
441
- title: _clerk_types.LocalizationValue;
442
- subtitle: _clerk_types.LocalizationValue;
443
- formTitle: _clerk_types.LocalizationValue;
444
- resendButton: _clerk_types.LocalizationValue;
445
- };
446
- phoneCode: {
447
- title: _clerk_types.LocalizationValue;
448
- subtitle: _clerk_types.LocalizationValue;
449
- formTitle: _clerk_types.LocalizationValue;
450
- resendButton: _clerk_types.LocalizationValue;
451
- };
452
- phoneCodeMfa: {
453
- title: _clerk_types.LocalizationValue;
454
- subtitle: _clerk_types.LocalizationValue;
455
- formTitle: _clerk_types.LocalizationValue;
456
- resendButton: _clerk_types.LocalizationValue;
457
- };
458
- totpMfa: {
459
- title: _clerk_types.LocalizationValue;
460
- subtitle: _clerk_types.LocalizationValue;
461
- formTitle: _clerk_types.LocalizationValue;
462
- };
463
- backupCodeMfa: {
464
- title: _clerk_types.LocalizationValue;
465
- subtitle: _clerk_types.LocalizationValue;
466
- };
467
- passkey: {
468
- title: _clerk_types.LocalizationValue;
469
- subtitle: _clerk_types.LocalizationValue;
470
- blockButton__passkey: _clerk_types.LocalizationValue;
471
- };
472
- alternativeMethods: {
473
- title: _clerk_types.LocalizationValue;
474
- subtitle: _clerk_types.LocalizationValue;
475
- actionLink: _clerk_types.LocalizationValue;
476
- actionText: _clerk_types.LocalizationValue;
477
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
478
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
479
- blockButton__password: _clerk_types.LocalizationValue;
480
- blockButton__totp: _clerk_types.LocalizationValue;
481
- blockButton__passkey: _clerk_types.LocalizationValue;
482
- blockButton__backupCode: _clerk_types.LocalizationValue;
483
- getHelp: {
484
- title: _clerk_types.LocalizationValue;
485
- content: _clerk_types.LocalizationValue;
486
- blockButton__emailSupport: _clerk_types.LocalizationValue;
487
- };
488
- };
489
- noAvailableMethods: {
490
- title: _clerk_types.LocalizationValue;
491
- subtitle: _clerk_types.LocalizationValue;
492
- message: _clerk_types.LocalizationValue;
493
- };
494
- };
495
- userProfile: {
496
- mobileButton__menu: _clerk_types.LocalizationValue;
497
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
498
- formButtonPrimary__save: _clerk_types.LocalizationValue;
499
- formButtonPrimary__finish: _clerk_types.LocalizationValue;
500
- formButtonPrimary__remove: _clerk_types.LocalizationValue;
501
- formButtonPrimary__add: _clerk_types.LocalizationValue;
502
- formButtonReset: _clerk_types.LocalizationValue;
503
- navbar: {
504
- title: _clerk_types.LocalizationValue;
505
- description: _clerk_types.LocalizationValue;
506
- account: _clerk_types.LocalizationValue;
507
- security: _clerk_types.LocalizationValue;
508
- billing: _clerk_types.LocalizationValue;
509
- apiKeys: _clerk_types.LocalizationValue;
510
- };
511
- start: {
512
- headerTitle__account: _clerk_types.LocalizationValue;
513
- headerTitle__security: _clerk_types.LocalizationValue;
514
- profileSection: {
515
- title: _clerk_types.LocalizationValue;
516
- primaryButton: _clerk_types.LocalizationValue;
517
- };
518
- usernameSection: {
519
- title: _clerk_types.LocalizationValue;
520
- primaryButton__updateUsername: _clerk_types.LocalizationValue;
521
- primaryButton__setUsername: _clerk_types.LocalizationValue;
522
- };
523
- emailAddressesSection: {
524
- title: _clerk_types.LocalizationValue;
525
- primaryButton: _clerk_types.LocalizationValue;
526
- detailsAction__primary: _clerk_types.LocalizationValue;
527
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
528
- detailsAction__unverified: _clerk_types.LocalizationValue;
529
- destructiveAction: _clerk_types.LocalizationValue;
530
- };
531
- phoneNumbersSection: {
532
- title: _clerk_types.LocalizationValue;
533
- primaryButton: _clerk_types.LocalizationValue;
534
- detailsAction__primary: _clerk_types.LocalizationValue;
535
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
536
- detailsAction__unverified: _clerk_types.LocalizationValue;
537
- destructiveAction: _clerk_types.LocalizationValue;
538
- };
539
- connectedAccountsSection: {
540
- title: _clerk_types.LocalizationValue;
541
- primaryButton: _clerk_types.LocalizationValue;
542
- actionLabel__connectionFailed: _clerk_types.LocalizationValue;
543
- actionLabel__reauthorize: _clerk_types.LocalizationValue;
544
- subtitle__reauthorize: _clerk_types.LocalizationValue;
545
- subtitle__disconnected: _clerk_types.LocalizationValue;
546
- destructiveActionTitle: _clerk_types.LocalizationValue;
547
- };
548
- enterpriseAccountsSection: {
549
- title: _clerk_types.LocalizationValue;
550
- };
551
- passwordSection: {
552
- title: _clerk_types.LocalizationValue;
553
- primaryButton__updatePassword: _clerk_types.LocalizationValue;
554
- primaryButton__setPassword: _clerk_types.LocalizationValue;
555
- };
556
- passkeysSection: {
557
- title: _clerk_types.LocalizationValue;
558
- primaryButton: _clerk_types.LocalizationValue;
559
- menuAction__rename: _clerk_types.LocalizationValue;
560
- menuAction__destructive: _clerk_types.LocalizationValue;
561
- };
562
- mfaSection: {
563
- title: _clerk_types.LocalizationValue;
564
- primaryButton: _clerk_types.LocalizationValue;
565
- phoneCode: {
566
- destructiveActionLabel: _clerk_types.LocalizationValue;
567
- actionLabel__setDefault: _clerk_types.LocalizationValue;
568
- };
569
- backupCodes: {
570
- headerTitle: _clerk_types.LocalizationValue;
571
- title__regenerate: _clerk_types.LocalizationValue;
572
- subtitle__regenerate: _clerk_types.LocalizationValue;
573
- actionLabel__regenerate: _clerk_types.LocalizationValue;
574
- };
575
- totp: {
576
- headerTitle: _clerk_types.LocalizationValue;
577
- destructiveActionTitle: _clerk_types.LocalizationValue;
578
- };
579
- };
580
- activeDevicesSection: {
581
- title: _clerk_types.LocalizationValue;
582
- destructiveAction: _clerk_types.LocalizationValue;
583
- };
584
- web3WalletsSection: {
585
- title: _clerk_types.LocalizationValue;
586
- primaryButton: _clerk_types.LocalizationValue;
587
- destructiveAction: _clerk_types.LocalizationValue;
588
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
589
- };
590
- dangerSection: {
591
- title: _clerk_types.LocalizationValue;
592
- deleteAccountButton: _clerk_types.LocalizationValue;
593
- };
594
- };
595
- profilePage: {
596
- title: _clerk_types.LocalizationValue;
597
- imageFormTitle: _clerk_types.LocalizationValue;
598
- imageFormSubtitle: _clerk_types.LocalizationValue;
599
- imageFormDestructiveActionSubtitle: _clerk_types.LocalizationValue;
600
- fileDropAreaHint: _clerk_types.LocalizationValue;
601
- readonly: _clerk_types.LocalizationValue;
602
- successMessage: _clerk_types.LocalizationValue;
603
- };
604
- usernamePage: {
605
- successMessage: _clerk_types.LocalizationValue;
606
- title__set: _clerk_types.LocalizationValue;
607
- title__update: _clerk_types.LocalizationValue;
608
- };
609
- emailAddressPage: {
610
- title: _clerk_types.LocalizationValue;
611
- verifyTitle: _clerk_types.LocalizationValue;
612
- formHint: _clerk_types.LocalizationValue;
613
- emailCode: {
614
- formHint: _clerk_types.LocalizationValue;
615
- formTitle: _clerk_types.LocalizationValue;
616
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
617
- resendButton: _clerk_types.LocalizationValue;
618
- successMessage: _clerk_types.LocalizationValue;
619
- };
620
- emailLink: {
621
- formHint: _clerk_types.LocalizationValue;
622
- formTitle: _clerk_types.LocalizationValue;
623
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
624
- resendButton: _clerk_types.LocalizationValue;
625
- successMessage: _clerk_types.LocalizationValue;
626
- };
627
- enterpriseSSOLink: {
628
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
629
- formButton: _clerk_types.LocalizationValue;
630
- };
631
- removeResource: {
632
- title: _clerk_types.LocalizationValue;
633
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
634
- messageLine2: _clerk_types.LocalizationValue;
635
- successMessage: _clerk_types.LocalizationValue<"emailAddress">;
636
- };
637
- };
638
- apiKeysPage: {
639
- title: _clerk_types.LocalizationValue;
640
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
641
- };
642
- passkeyScreen: {
643
- title__rename: _clerk_types.LocalizationValue;
644
- subtitle__rename: _clerk_types.LocalizationValue;
645
- removeResource: {
646
- title: _clerk_types.LocalizationValue;
647
- messageLine1: _clerk_types.LocalizationValue<"name">;
648
- };
649
- };
650
- phoneNumberPage: {
651
- title: _clerk_types.LocalizationValue;
652
- verifyTitle: _clerk_types.LocalizationValue;
653
- verifySubtitle: _clerk_types.LocalizationValue<"identifier">;
654
- successMessage: _clerk_types.LocalizationValue;
655
- infoText: _clerk_types.LocalizationValue;
656
- removeResource: {
657
- title: _clerk_types.LocalizationValue;
658
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
659
- messageLine2: _clerk_types.LocalizationValue;
660
- successMessage: _clerk_types.LocalizationValue<"phoneNumber">;
661
- };
662
- };
663
- connectedAccountPage: {
664
- title: _clerk_types.LocalizationValue;
665
- formHint: _clerk_types.LocalizationValue;
666
- formHint__noAccounts: _clerk_types.LocalizationValue;
667
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
668
- successMessage: _clerk_types.LocalizationValue;
669
- removeResource: {
670
- title: _clerk_types.LocalizationValue;
671
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
672
- messageLine2: _clerk_types.LocalizationValue;
673
- successMessage: _clerk_types.LocalizationValue<"connectedAccount">;
674
- };
675
- };
676
- web3WalletPage: {
677
- title: _clerk_types.LocalizationValue;
678
- subtitle__availableWallets: _clerk_types.LocalizationValue;
679
- subtitle__unavailableWallets: _clerk_types.LocalizationValue;
680
- web3WalletButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
681
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
682
- removeResource: {
683
- title: _clerk_types.LocalizationValue;
684
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
685
- messageLine2: _clerk_types.LocalizationValue;
686
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
687
- };
688
- };
689
- passwordPage: {
690
- successMessage__set: _clerk_types.LocalizationValue;
691
- successMessage__update: _clerk_types.LocalizationValue;
692
- successMessage__signOutOfOtherSessions: _clerk_types.LocalizationValue;
693
- checkboxInfoText__signOutOfOtherSessions: _clerk_types.LocalizationValue;
694
- readonly: _clerk_types.LocalizationValue;
695
- title__set: _clerk_types.LocalizationValue;
696
- title__update: _clerk_types.LocalizationValue;
697
- };
698
- mfaPage: {
699
- title: _clerk_types.LocalizationValue;
700
- formHint: _clerk_types.LocalizationValue;
701
- };
702
- mfaTOTPPage: {
703
- title: _clerk_types.LocalizationValue;
704
- verifyTitle: _clerk_types.LocalizationValue;
705
- verifySubtitle: _clerk_types.LocalizationValue;
706
- successMessage: _clerk_types.LocalizationValue;
707
- authenticatorApp: {
708
- infoText__ableToScan: _clerk_types.LocalizationValue;
709
- infoText__unableToScan: _clerk_types.LocalizationValue;
710
- inputLabel__unableToScan1: _clerk_types.LocalizationValue;
711
- inputLabel__unableToScan2: _clerk_types.LocalizationValue;
712
- buttonAbleToScan__nonPrimary: _clerk_types.LocalizationValue;
713
- buttonUnableToScan__nonPrimary: _clerk_types.LocalizationValue;
714
- };
715
- removeResource: {
716
- title: _clerk_types.LocalizationValue;
717
- messageLine1: _clerk_types.LocalizationValue;
718
- messageLine2: _clerk_types.LocalizationValue;
719
- successMessage: _clerk_types.LocalizationValue;
720
- };
721
- };
722
- mfaPhoneCodePage: {
723
- title: _clerk_types.LocalizationValue;
724
- primaryButton__addPhoneNumber: _clerk_types.LocalizationValue;
725
- backButton: _clerk_types.LocalizationValue;
726
- subtitle__availablePhoneNumbers: _clerk_types.LocalizationValue;
727
- subtitle__unavailablePhoneNumbers: _clerk_types.LocalizationValue;
728
- successTitle: _clerk_types.LocalizationValue;
729
- successMessage1: _clerk_types.LocalizationValue;
730
- successMessage2: _clerk_types.LocalizationValue;
731
- removeResource: {
732
- title: _clerk_types.LocalizationValue;
733
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
734
- messageLine2: _clerk_types.LocalizationValue;
735
- successMessage: _clerk_types.LocalizationValue<"mfaPhoneCode">;
736
- };
737
- };
738
- backupCodePage: {
739
- title: _clerk_types.LocalizationValue;
740
- title__codelist: _clerk_types.LocalizationValue;
741
- subtitle__codelist: _clerk_types.LocalizationValue;
742
- infoText1: _clerk_types.LocalizationValue;
743
- infoText2: _clerk_types.LocalizationValue;
744
- successSubtitle: _clerk_types.LocalizationValue;
745
- successMessage: _clerk_types.LocalizationValue;
746
- actionLabel__copy: _clerk_types.LocalizationValue;
747
- actionLabel__copied: _clerk_types.LocalizationValue;
748
- actionLabel__download: _clerk_types.LocalizationValue;
749
- actionLabel__print: _clerk_types.LocalizationValue;
750
- };
751
- deletePage: {
752
- title: _clerk_types.LocalizationValue;
753
- messageLine1: _clerk_types.LocalizationValue;
754
- messageLine2: _clerk_types.LocalizationValue;
755
- actionDescription: _clerk_types.LocalizationValue;
756
- confirm: _clerk_types.LocalizationValue;
757
- };
758
- billingPage: {
759
- title: _clerk_types.LocalizationValue;
760
- start: {
761
- headerTitle__payments: _clerk_types.LocalizationValue;
762
- headerTitle__plans: _clerk_types.LocalizationValue;
763
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
764
- headerTitle__statements: _clerk_types.LocalizationValue;
765
- };
766
- statementsSection: {
767
- empty: _clerk_types.LocalizationValue;
768
- itemCaption__paidForPlan: _clerk_types.LocalizationValue;
769
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
770
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue;
771
- notFound: _clerk_types.LocalizationValue;
772
- tableHeader__date: _clerk_types.LocalizationValue;
773
- tableHeader__amount: _clerk_types.LocalizationValue;
774
- title: _clerk_types.LocalizationValue;
775
- totalPaid: _clerk_types.LocalizationValue;
776
- };
777
- switchPlansSection: {
778
- title: _clerk_types.LocalizationValue;
779
- };
780
- subscriptionsListSection: {
781
- tableHeader__plan: _clerk_types.LocalizationValue;
782
- tableHeader__startDate: _clerk_types.LocalizationValue;
783
- tableHeader__edit: _clerk_types.LocalizationValue;
784
- title: _clerk_types.LocalizationValue;
785
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
786
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
787
- };
788
- paymentHistorySection: {
789
- empty: _clerk_types.LocalizationValue;
790
- notFound: _clerk_types.LocalizationValue;
791
- tableHeader__date: _clerk_types.LocalizationValue;
792
- tableHeader__amount: _clerk_types.LocalizationValue;
793
- tableHeader__status: _clerk_types.LocalizationValue;
794
- };
795
- paymentSourcesSection: {
796
- title: _clerk_types.LocalizationValue;
797
- add: _clerk_types.LocalizationValue;
798
- addSubtitle: _clerk_types.LocalizationValue;
799
- cancelButton: _clerk_types.LocalizationValue;
800
- actionLabel__default: _clerk_types.LocalizationValue;
801
- actionLabel__remove: _clerk_types.LocalizationValue;
802
- formButtonPrimary__add: _clerk_types.LocalizationValue;
803
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
804
- removeResource: {
805
- title: _clerk_types.LocalizationValue;
806
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
807
- messageLine2: _clerk_types.LocalizationValue;
808
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
809
- };
810
- payWithTestCardButton: _clerk_types.LocalizationValue;
811
- };
812
- subscriptionsSection: {
813
- actionLabel__default: _clerk_types.LocalizationValue;
814
- };
815
- };
816
- plansPage: {
817
- title: _clerk_types.LocalizationValue;
818
- alerts: {
819
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
820
- };
821
- };
822
- };
823
- userButton: {
824
- action__manageAccount: _clerk_types.LocalizationValue;
825
- action__signOut: _clerk_types.LocalizationValue;
826
- action__signOutAll: _clerk_types.LocalizationValue;
827
- action__addAccount: _clerk_types.LocalizationValue;
828
- };
829
- organizationSwitcher: {
830
- personalWorkspace: _clerk_types.LocalizationValue;
831
- notSelected: _clerk_types.LocalizationValue;
832
- action__createOrganization: _clerk_types.LocalizationValue;
833
- action__manageOrganization: _clerk_types.LocalizationValue;
834
- action__invitationAccept: _clerk_types.LocalizationValue;
835
- action__suggestionsAccept: _clerk_types.LocalizationValue;
836
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
837
- };
838
- impersonationFab: {
839
- title: _clerk_types.LocalizationValue<"identifier">;
840
- action__signOut: _clerk_types.LocalizationValue;
841
- };
842
- organizationProfile: {
843
- navbar: {
844
- title: _clerk_types.LocalizationValue;
845
- description: _clerk_types.LocalizationValue;
846
- general: _clerk_types.LocalizationValue;
847
- members: _clerk_types.LocalizationValue;
848
- billing: _clerk_types.LocalizationValue;
849
- apiKeys: _clerk_types.LocalizationValue;
850
- };
851
- badge__unverified: _clerk_types.LocalizationValue;
852
- badge__automaticInvitation: _clerk_types.LocalizationValue;
853
- badge__automaticSuggestion: _clerk_types.LocalizationValue;
854
- badge__manualInvitation: _clerk_types.LocalizationValue;
855
- start: {
856
- headerTitle__members: _clerk_types.LocalizationValue;
857
- headerTitle__general: _clerk_types.LocalizationValue;
858
- profileSection: {
859
- title: _clerk_types.LocalizationValue;
860
- primaryButton: _clerk_types.LocalizationValue;
861
- uploadAction__title: _clerk_types.LocalizationValue;
862
- };
863
- };
864
- profilePage: {
865
- title: _clerk_types.LocalizationValue;
866
- successMessage: _clerk_types.LocalizationValue;
867
- dangerSection: {
868
- title: _clerk_types.LocalizationValue;
869
- leaveOrganization: {
870
- title: _clerk_types.LocalizationValue;
871
- messageLine1: _clerk_types.LocalizationValue;
872
- messageLine2: _clerk_types.LocalizationValue;
873
- successMessage: _clerk_types.LocalizationValue;
874
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
875
- };
876
- deleteOrganization: {
877
- title: _clerk_types.LocalizationValue;
878
- messageLine1: _clerk_types.LocalizationValue;
879
- messageLine2: _clerk_types.LocalizationValue;
880
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
881
- successMessage: _clerk_types.LocalizationValue;
882
- };
883
- };
884
- domainSection: {
885
- title: _clerk_types.LocalizationValue;
886
- subtitle: _clerk_types.LocalizationValue;
887
- primaryButton: _clerk_types.LocalizationValue;
888
- menuAction__verify: _clerk_types.LocalizationValue;
889
- menuAction__remove: _clerk_types.LocalizationValue;
890
- menuAction__manage: _clerk_types.LocalizationValue;
891
- };
892
- };
893
- createDomainPage: {
894
- title: _clerk_types.LocalizationValue;
895
- subtitle: _clerk_types.LocalizationValue;
896
- };
897
- verifyDomainPage: {
898
- title: _clerk_types.LocalizationValue;
899
- subtitle: _clerk_types.LocalizationValue<"domainName">;
900
- subtitleVerificationCodeScreen: _clerk_types.LocalizationValue<"emailAddress">;
901
- formTitle: _clerk_types.LocalizationValue;
902
- formSubtitle: _clerk_types.LocalizationValue;
903
- resendButton: _clerk_types.LocalizationValue;
904
- };
905
- verifiedDomainPage: {
906
- title: _clerk_types.LocalizationValue<"domain">;
907
- subtitle: _clerk_types.LocalizationValue<"domain">;
908
- start: {
909
- headerTitle__enrollment: _clerk_types.LocalizationValue;
910
- headerTitle__danger: _clerk_types.LocalizationValue;
911
- };
912
- enrollmentTab: {
913
- subtitle: _clerk_types.LocalizationValue;
914
- manualInvitationOption__label: _clerk_types.LocalizationValue;
915
- manualInvitationOption__description: _clerk_types.LocalizationValue;
916
- automaticInvitationOption__label: _clerk_types.LocalizationValue;
917
- automaticInvitationOption__description: _clerk_types.LocalizationValue;
918
- automaticSuggestionOption__label: _clerk_types.LocalizationValue;
919
- automaticSuggestionOption__description: _clerk_types.LocalizationValue;
920
- calloutInfoLabel: _clerk_types.LocalizationValue;
921
- calloutInvitationCountLabel: _clerk_types.LocalizationValue<"count">;
922
- calloutSuggestionCountLabel: _clerk_types.LocalizationValue<"count">;
923
- };
924
- dangerTab: {
925
- removeDomainTitle: _clerk_types.LocalizationValue;
926
- removeDomainSubtitle: _clerk_types.LocalizationValue;
927
- removeDomainActionLabel__remove: _clerk_types.LocalizationValue;
928
- calloutInfoLabel: _clerk_types.LocalizationValue;
929
- };
930
- };
931
- invitePage: {
932
- title: _clerk_types.LocalizationValue;
933
- subtitle: _clerk_types.LocalizationValue;
934
- successMessage: _clerk_types.LocalizationValue;
935
- detailsTitle__inviteFailed: _clerk_types.LocalizationValue<"email_addresses">;
936
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
937
- selectDropdown__role: _clerk_types.LocalizationValue;
938
- };
939
- removeDomainPage: {
940
- title: _clerk_types.LocalizationValue;
941
- messageLine1: _clerk_types.LocalizationValue<"domain">;
942
- messageLine2: _clerk_types.LocalizationValue;
943
- successMessage: _clerk_types.LocalizationValue;
944
- };
945
- membersPage: {
946
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
947
- action__invite: _clerk_types.LocalizationValue;
948
- action__search: _clerk_types.LocalizationValue;
949
- start: {
950
- headerTitle__members: _clerk_types.LocalizationValue;
951
- headerTitle__invitations: _clerk_types.LocalizationValue;
952
- headerTitle__requests: _clerk_types.LocalizationValue;
953
- };
954
- activeMembersTab: {
955
- tableHeader__user: _clerk_types.LocalizationValue;
956
- tableHeader__joined: _clerk_types.LocalizationValue;
957
- tableHeader__role: _clerk_types.LocalizationValue;
958
- tableHeader__actions: _clerk_types.LocalizationValue;
959
- menuAction__remove: _clerk_types.LocalizationValue;
960
- };
961
- invitedMembersTab: {
962
- tableHeader__invited: _clerk_types.LocalizationValue;
963
- menuAction__revoke: _clerk_types.LocalizationValue;
964
- };
965
- invitationsTab: {
966
- table__emptyRow: _clerk_types.LocalizationValue;
967
- autoInvitations: {
968
- headerTitle: _clerk_types.LocalizationValue;
969
- headerSubtitle: _clerk_types.LocalizationValue;
970
- primaryButton: _clerk_types.LocalizationValue;
971
- };
972
- };
973
- requestsTab: {
974
- tableHeader__requested: _clerk_types.LocalizationValue;
975
- menuAction__approve: _clerk_types.LocalizationValue;
976
- menuAction__reject: _clerk_types.LocalizationValue;
977
- table__emptyRow: _clerk_types.LocalizationValue;
978
- autoSuggestions: {
979
- headerTitle: _clerk_types.LocalizationValue;
980
- headerSubtitle: _clerk_types.LocalizationValue;
981
- primaryButton: _clerk_types.LocalizationValue;
982
- };
983
- };
984
- };
985
- billingPage: {
986
- title: _clerk_types.LocalizationValue;
987
- start: {
988
- headerTitle__payments: _clerk_types.LocalizationValue;
989
- headerTitle__plans: _clerk_types.LocalizationValue;
990
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
991
- headerTitle__statements: _clerk_types.LocalizationValue;
992
- };
993
- statementsSection: {
994
- empty: _clerk_types.LocalizationValue;
995
- itemCaption__paidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
996
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
997
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
998
- notFound: _clerk_types.LocalizationValue;
999
- tableHeader__date: _clerk_types.LocalizationValue;
1000
- tableHeader__amount: _clerk_types.LocalizationValue;
1001
- title: _clerk_types.LocalizationValue;
1002
- totalPaid: _clerk_types.LocalizationValue;
1003
- };
1004
- switchPlansSection: {
1005
- title: _clerk_types.LocalizationValue;
1006
- };
1007
- subscriptionsListSection: {
1008
- tableHeader__plan: _clerk_types.LocalizationValue;
1009
- tableHeader__startDate: _clerk_types.LocalizationValue;
1010
- tableHeader__edit: _clerk_types.LocalizationValue;
1011
- title: _clerk_types.LocalizationValue;
1012
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
1013
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
1014
- };
1015
- paymentHistorySection: {
1016
- empty: _clerk_types.LocalizationValue;
1017
- notFound: _clerk_types.LocalizationValue;
1018
- tableHeader__date: _clerk_types.LocalizationValue;
1019
- tableHeader__amount: _clerk_types.LocalizationValue;
1020
- tableHeader__status: _clerk_types.LocalizationValue;
1021
- };
1022
- paymentSourcesSection: {
1023
- title: _clerk_types.LocalizationValue;
1024
- add: _clerk_types.LocalizationValue;
1025
- addSubtitle: _clerk_types.LocalizationValue;
1026
- cancelButton: _clerk_types.LocalizationValue;
1027
- actionLabel__default: _clerk_types.LocalizationValue;
1028
- actionLabel__remove: _clerk_types.LocalizationValue;
1029
- formButtonPrimary__add: _clerk_types.LocalizationValue;
1030
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
1031
- removeResource: {
1032
- title: _clerk_types.LocalizationValue;
1033
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
1034
- messageLine2: _clerk_types.LocalizationValue;
1035
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
1036
- };
1037
- payWithTestCardButton: _clerk_types.LocalizationValue;
1038
- };
1039
- subscriptionsSection: {
1040
- actionLabel__default: _clerk_types.LocalizationValue;
1041
- };
1042
- };
1043
- plansPage: {
1044
- title: _clerk_types.LocalizationValue;
1045
- alerts: {
1046
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
1047
- };
1048
- };
1049
- apiKeysPage: {
1050
- title: _clerk_types.LocalizationValue;
1051
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
1052
- };
1053
- };
1054
- createOrganization: {
1055
- title: _clerk_types.LocalizationValue;
1056
- formButtonSubmit: _clerk_types.LocalizationValue;
1057
- invitePage: {
1058
- formButtonReset: _clerk_types.LocalizationValue;
1059
- };
1060
- };
1061
- organizationList: {
1062
- createOrganization: _clerk_types.LocalizationValue;
1063
- title: _clerk_types.LocalizationValue<"applicationName">;
1064
- titleWithoutPersonal: _clerk_types.LocalizationValue;
1065
- subtitle: _clerk_types.LocalizationValue<"applicationName">;
1066
- action__invitationAccept: _clerk_types.LocalizationValue;
1067
- invitationAcceptedLabel: _clerk_types.LocalizationValue;
1068
- action__suggestionsAccept: _clerk_types.LocalizationValue;
1069
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
1070
- action__createOrganization: _clerk_types.LocalizationValue;
1071
- };
1072
- unstable__errors: {
1073
- external_account_not_found: _clerk_types.LocalizationValue;
1074
- identification_deletion_failed: _clerk_types.LocalizationValue;
1075
- phone_number_exists: _clerk_types.LocalizationValue;
1076
- form_identifier_not_found: _clerk_types.LocalizationValue;
1077
- captcha_unavailable: _clerk_types.LocalizationValue;
1078
- captcha_invalid: _clerk_types.LocalizationValue;
1079
- passkey_not_supported: _clerk_types.LocalizationValue;
1080
- passkey_pa_not_supported: _clerk_types.LocalizationValue;
1081
- passkey_retrieval_cancelled: _clerk_types.LocalizationValue;
1082
- passkey_registration_cancelled: _clerk_types.LocalizationValue;
1083
- passkey_already_exists: _clerk_types.LocalizationValue;
1084
- web3_missing_identifier: _clerk_types.LocalizationValue;
1085
- form_password_pwned: _clerk_types.LocalizationValue;
1086
- form_password_pwned__sign_in: _clerk_types.LocalizationValue;
1087
- form_username_invalid_length: _clerk_types.LocalizationValue<"min_length" | "max_length">;
1088
- form_username_invalid_character: _clerk_types.LocalizationValue;
1089
- form_param_format_invalid: _clerk_types.LocalizationValue;
1090
- form_param_format_invalid__email_address: _clerk_types.LocalizationValue;
1091
- form_param_type_invalid: _clerk_types.LocalizationValue;
1092
- form_param_type_invalid__phone_number: _clerk_types.LocalizationValue;
1093
- form_param_type_invalid__email_address: _clerk_types.LocalizationValue;
1094
- form_password_length_too_short: _clerk_types.LocalizationValue;
1095
- form_param_nil: _clerk_types.LocalizationValue;
1096
- form_code_incorrect: _clerk_types.LocalizationValue;
1097
- form_password_incorrect: _clerk_types.LocalizationValue;
1098
- form_password_validation_failed: _clerk_types.LocalizationValue;
1099
- not_allowed_access: _clerk_types.LocalizationValue;
1100
- form_identifier_exists: _clerk_types.LocalizationValue;
1101
- form_identifier_exists__email_address: _clerk_types.LocalizationValue;
1102
- form_identifier_exists__username: _clerk_types.LocalizationValue;
1103
- form_identifier_exists__phone_number: _clerk_types.LocalizationValue;
1104
- form_password_not_strong_enough: _clerk_types.LocalizationValue;
1105
- form_password_size_in_bytes_exceeded: _clerk_types.LocalizationValue;
1106
- form_param_value_invalid: _clerk_types.LocalizationValue;
1107
- passwordComplexity: {
1108
- sentencePrefix: _clerk_types.LocalizationValue;
1109
- minimumLength: _clerk_types.LocalizationValue;
1110
- maximumLength: _clerk_types.LocalizationValue;
1111
- requireNumbers: _clerk_types.LocalizationValue;
1112
- requireLowercase: _clerk_types.LocalizationValue;
1113
- requireUppercase: _clerk_types.LocalizationValue;
1114
- requireSpecialCharacter: _clerk_types.LocalizationValue;
1115
- };
1116
- session_exists: _clerk_types.LocalizationValue;
1117
- zxcvbn: {
1118
- notEnough: _clerk_types.LocalizationValue;
1119
- couldBeStronger: _clerk_types.LocalizationValue;
1120
- goodPassword: _clerk_types.LocalizationValue;
1121
- warnings: {
1122
- straightRow: _clerk_types.LocalizationValue;
1123
- keyPattern: _clerk_types.LocalizationValue;
1124
- simpleRepeat: _clerk_types.LocalizationValue;
1125
- extendedRepeat: _clerk_types.LocalizationValue;
1126
- sequences: _clerk_types.LocalizationValue;
1127
- recentYears: _clerk_types.LocalizationValue;
1128
- dates: _clerk_types.LocalizationValue;
1129
- topTen: _clerk_types.LocalizationValue;
1130
- topHundred: _clerk_types.LocalizationValue;
1131
- common: _clerk_types.LocalizationValue;
1132
- similarToCommon: _clerk_types.LocalizationValue;
1133
- wordByItself: _clerk_types.LocalizationValue;
1134
- namesByThemselves: _clerk_types.LocalizationValue;
1135
- commonNames: _clerk_types.LocalizationValue;
1136
- userInputs: _clerk_types.LocalizationValue;
1137
- pwned: _clerk_types.LocalizationValue;
1138
- };
1139
- suggestions: {
1140
- l33t: _clerk_types.LocalizationValue;
1141
- reverseWords: _clerk_types.LocalizationValue;
1142
- allUppercase: _clerk_types.LocalizationValue;
1143
- capitalization: _clerk_types.LocalizationValue;
1144
- dates: _clerk_types.LocalizationValue;
1145
- recentYears: _clerk_types.LocalizationValue;
1146
- associatedYears: _clerk_types.LocalizationValue;
1147
- sequences: _clerk_types.LocalizationValue;
1148
- repeated: _clerk_types.LocalizationValue;
1149
- longerKeyboardPattern: _clerk_types.LocalizationValue;
1150
- anotherWord: _clerk_types.LocalizationValue;
1151
- useWords: _clerk_types.LocalizationValue;
1152
- noNeed: _clerk_types.LocalizationValue;
1153
- pwned: _clerk_types.LocalizationValue;
1154
- };
1155
- };
1156
- form_param_max_length_exceeded: _clerk_types.LocalizationValue;
1157
- organization_minimum_permissions_needed: _clerk_types.LocalizationValue;
1158
- already_a_member_in_organization: _clerk_types.LocalizationValue<"email">;
1159
- organization_domain_common: _clerk_types.LocalizationValue;
1160
- organization_domain_blocked: _clerk_types.LocalizationValue;
1161
- organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
1162
- organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
1163
- external_account_not_found__password?: string | undefined;
1164
- identification_deletion_failed__password?: string | undefined;
1165
- phone_number_exists__password?: string | undefined;
1166
- form_identifier_not_found__password?: string | undefined;
1167
- captcha_unavailable__password?: string | undefined;
1168
- captcha_invalid__password?: string | undefined;
1169
- passkey_not_supported__password?: string | undefined;
1170
- passkey_pa_not_supported__password?: string | undefined;
1171
- passkey_retrieval_cancelled__password?: string | undefined;
1172
- passkey_registration_cancelled__password?: string | undefined;
1173
- passkey_already_exists__password?: string | undefined;
1174
- web3_missing_identifier__password?: string | undefined;
1175
- form_password_pwned__password?: string | undefined;
1176
- form_password_pwned__sign_in__password?: string | undefined;
1177
- form_username_invalid_length__password?: string | undefined;
1178
- form_username_invalid_character__password?: string | undefined;
1179
- form_param_format_invalid__password?: string | undefined;
1180
- form_param_format_invalid__email_address__password?: string | undefined;
1181
- form_param_type_invalid__password?: string | undefined;
1182
- form_param_type_invalid__phone_number__password?: string | undefined;
1183
- form_param_type_invalid__email_address__password?: string | undefined;
1184
- form_password_length_too_short__password?: string | undefined;
1185
- form_param_nil__password?: string | undefined;
1186
- form_code_incorrect__password?: string | undefined;
1187
- form_password_incorrect__password?: string | undefined;
1188
- form_password_validation_failed__password?: string | undefined;
1189
- not_allowed_access__password?: string | undefined;
1190
- form_identifier_exists__password?: string | undefined;
1191
- form_identifier_exists__email_address__password?: string | undefined;
1192
- form_identifier_exists__username__password?: string | undefined;
1193
- form_identifier_exists__phone_number__password?: string | undefined;
1194
- form_password_not_strong_enough__password?: string | undefined;
1195
- form_password_size_in_bytes_exceeded__password?: string | undefined;
1196
- form_param_value_invalid__password?: string | undefined;
1197
- passwordComplexity__password?: string | undefined;
1198
- session_exists__password?: string | undefined;
1199
- zxcvbn__password?: string | undefined;
1200
- form_param_max_length_exceeded__password?: string | undefined;
1201
- organization_minimum_permissions_needed__password?: string | undefined;
1202
- already_a_member_in_organization__password?: string | undefined;
1203
- organization_domain_common__password?: string | undefined;
1204
- organization_domain_blocked__password?: string | undefined;
1205
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
1206
- organization_membership_quota_exceeded__password?: string | undefined;
1207
- external_account_not_found__identifier?: string | undefined;
1208
- identification_deletion_failed__identifier?: string | undefined;
1209
- phone_number_exists__identifier?: string | undefined;
1210
- form_identifier_not_found__identifier?: string | undefined;
1211
- captcha_unavailable__identifier?: string | undefined;
1212
- captcha_invalid__identifier?: string | undefined;
1213
- passkey_not_supported__identifier?: string | undefined;
1214
- passkey_pa_not_supported__identifier?: string | undefined;
1215
- passkey_retrieval_cancelled__identifier?: string | undefined;
1216
- passkey_registration_cancelled__identifier?: string | undefined;
1217
- passkey_already_exists__identifier?: string | undefined;
1218
- web3_missing_identifier__identifier?: string | undefined;
1219
- form_password_pwned__identifier?: string | undefined;
1220
- form_password_pwned__sign_in__identifier?: string | undefined;
1221
- form_username_invalid_length__identifier?: string | undefined;
1222
- form_username_invalid_character__identifier?: string | undefined;
1223
- form_param_format_invalid__identifier?: string | undefined;
1224
- form_param_format_invalid__email_address__identifier?: string | undefined;
1225
- form_param_type_invalid__identifier?: string | undefined;
1226
- form_param_type_invalid__phone_number__identifier?: string | undefined;
1227
- form_param_type_invalid__email_address__identifier?: string | undefined;
1228
- form_password_length_too_short__identifier?: string | undefined;
1229
- form_param_nil__identifier?: string | undefined;
1230
- form_code_incorrect__identifier?: string | undefined;
1231
- form_password_incorrect__identifier?: string | undefined;
1232
- form_password_validation_failed__identifier?: string | undefined;
1233
- not_allowed_access__identifier?: string | undefined;
1234
- form_identifier_exists__identifier?: string | undefined;
1235
- form_identifier_exists__email_address__identifier?: string | undefined;
1236
- form_identifier_exists__username__identifier?: string | undefined;
1237
- form_identifier_exists__phone_number__identifier?: string | undefined;
1238
- form_password_not_strong_enough__identifier?: string | undefined;
1239
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
1240
- form_param_value_invalid__identifier?: string | undefined;
1241
- passwordComplexity__identifier?: string | undefined;
1242
- session_exists__identifier?: string | undefined;
1243
- zxcvbn__identifier?: string | undefined;
1244
- form_param_max_length_exceeded__identifier?: string | undefined;
1245
- organization_minimum_permissions_needed__identifier?: string | undefined;
1246
- already_a_member_in_organization__identifier?: string | undefined;
1247
- organization_domain_common__identifier?: string | undefined;
1248
- organization_domain_blocked__identifier?: string | undefined;
1249
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
1250
- organization_membership_quota_exceeded__identifier?: string | undefined;
1251
- external_account_not_found__name?: string | undefined;
1252
- identification_deletion_failed__name?: string | undefined;
1253
- phone_number_exists__name?: string | undefined;
1254
- form_identifier_not_found__name?: string | undefined;
1255
- captcha_unavailable__name?: string | undefined;
1256
- captcha_invalid__name?: string | undefined;
1257
- passkey_not_supported__name?: string | undefined;
1258
- passkey_pa_not_supported__name?: string | undefined;
1259
- passkey_retrieval_cancelled__name?: string | undefined;
1260
- passkey_registration_cancelled__name?: string | undefined;
1261
- passkey_already_exists__name?: string | undefined;
1262
- web3_missing_identifier__name?: string | undefined;
1263
- form_password_pwned__name?: string | undefined;
1264
- form_password_pwned__sign_in__name?: string | undefined;
1265
- form_username_invalid_length__name?: string | undefined;
1266
- form_username_invalid_character__name?: string | undefined;
1267
- form_param_format_invalid__name?: string | undefined;
1268
- form_param_format_invalid__email_address__name?: string | undefined;
1269
- form_param_type_invalid__name?: string | undefined;
1270
- form_param_type_invalid__phone_number__name?: string | undefined;
1271
- form_param_type_invalid__email_address__name?: string | undefined;
1272
- form_password_length_too_short__name?: string | undefined;
1273
- form_param_nil__name?: string | undefined;
1274
- form_code_incorrect__name?: string | undefined;
1275
- form_password_incorrect__name?: string | undefined;
1276
- form_password_validation_failed__name?: string | undefined;
1277
- not_allowed_access__name?: string | undefined;
1278
- form_identifier_exists__name?: string | undefined;
1279
- form_identifier_exists__email_address__name?: string | undefined;
1280
- form_identifier_exists__username__name?: string | undefined;
1281
- form_identifier_exists__phone_number__name?: string | undefined;
1282
- form_password_not_strong_enough__name?: string | undefined;
1283
- form_password_size_in_bytes_exceeded__name?: string | undefined;
1284
- form_param_value_invalid__name?: string | undefined;
1285
- passwordComplexity__name?: string | undefined;
1286
- session_exists__name?: string | undefined;
1287
- zxcvbn__name?: string | undefined;
1288
- form_param_max_length_exceeded__name?: string | undefined;
1289
- organization_minimum_permissions_needed__name?: string | undefined;
1290
- already_a_member_in_organization__name?: string | undefined;
1291
- organization_domain_common__name?: string | undefined;
1292
- organization_domain_blocked__name?: string | undefined;
1293
- organization_domain_exists_for_enterprise_connection__name?: string | undefined;
1294
- organization_membership_quota_exceeded__name?: string | undefined;
1295
- external_account_not_found__slug?: string | undefined;
1296
- identification_deletion_failed__slug?: string | undefined;
1297
- phone_number_exists__slug?: string | undefined;
1298
- form_identifier_not_found__slug?: string | undefined;
1299
- captcha_unavailable__slug?: string | undefined;
1300
- captcha_invalid__slug?: string | undefined;
1301
- passkey_not_supported__slug?: string | undefined;
1302
- passkey_pa_not_supported__slug?: string | undefined;
1303
- passkey_retrieval_cancelled__slug?: string | undefined;
1304
- passkey_registration_cancelled__slug?: string | undefined;
1305
- passkey_already_exists__slug?: string | undefined;
1306
- web3_missing_identifier__slug?: string | undefined;
1307
- form_password_pwned__slug?: string | undefined;
1308
- form_password_pwned__sign_in__slug?: string | undefined;
1309
- form_username_invalid_length__slug?: string | undefined;
1310
- form_username_invalid_character__slug?: string | undefined;
1311
- form_param_format_invalid__slug?: string | undefined;
1312
- form_param_format_invalid__email_address__slug?: string | undefined;
1313
- form_param_type_invalid__slug?: string | undefined;
1314
- form_param_type_invalid__phone_number__slug?: string | undefined;
1315
- form_param_type_invalid__email_address__slug?: string | undefined;
1316
- form_password_length_too_short__slug?: string | undefined;
1317
- form_param_nil__slug?: string | undefined;
1318
- form_code_incorrect__slug?: string | undefined;
1319
- form_password_incorrect__slug?: string | undefined;
1320
- form_password_validation_failed__slug?: string | undefined;
1321
- not_allowed_access__slug?: string | undefined;
1322
- form_identifier_exists__slug?: string | undefined;
1323
- form_identifier_exists__email_address__slug?: string | undefined;
1324
- form_identifier_exists__username__slug?: string | undefined;
1325
- form_identifier_exists__phone_number__slug?: string | undefined;
1326
- form_password_not_strong_enough__slug?: string | undefined;
1327
- form_password_size_in_bytes_exceeded__slug?: string | undefined;
1328
- form_param_value_invalid__slug?: string | undefined;
1329
- passwordComplexity__slug?: string | undefined;
1330
- session_exists__slug?: string | undefined;
1331
- zxcvbn__slug?: string | undefined;
1332
- form_param_max_length_exceeded__slug?: string | undefined;
1333
- organization_minimum_permissions_needed__slug?: string | undefined;
1334
- already_a_member_in_organization__slug?: string | undefined;
1335
- organization_domain_common__slug?: string | undefined;
1336
- organization_domain_blocked__slug?: string | undefined;
1337
- organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
1338
- organization_membership_quota_exceeded__slug?: string | undefined;
1339
- external_account_not_found__username?: string | undefined;
1340
- identification_deletion_failed__username?: string | undefined;
1341
- phone_number_exists__username?: string | undefined;
1342
- form_identifier_not_found__username?: string | undefined;
1343
- captcha_unavailable__username?: string | undefined;
1344
- captcha_invalid__username?: string | undefined;
1345
- passkey_not_supported__username?: string | undefined;
1346
- passkey_pa_not_supported__username?: string | undefined;
1347
- passkey_retrieval_cancelled__username?: string | undefined;
1348
- passkey_registration_cancelled__username?: string | undefined;
1349
- passkey_already_exists__username?: string | undefined;
1350
- web3_missing_identifier__username?: string | undefined;
1351
- form_password_pwned__username?: string | undefined;
1352
- form_password_pwned__sign_in__username?: string | undefined;
1353
- form_username_invalid_length__username?: string | undefined;
1354
- form_username_invalid_character__username?: string | undefined;
1355
- form_param_format_invalid__username?: string | undefined;
1356
- form_param_format_invalid__email_address__username?: string | undefined;
1357
- form_param_type_invalid__username?: string | undefined;
1358
- form_param_type_invalid__phone_number__username?: string | undefined;
1359
- form_param_type_invalid__email_address__username?: string | undefined;
1360
- form_password_length_too_short__username?: string | undefined;
1361
- form_param_nil__username?: string | undefined;
1362
- form_code_incorrect__username?: string | undefined;
1363
- form_password_incorrect__username?: string | undefined;
1364
- form_password_validation_failed__username?: string | undefined;
1365
- not_allowed_access__username?: string | undefined;
1366
- form_identifier_exists__email_address__username?: string | undefined;
1367
- form_identifier_exists__username__username?: string | undefined;
1368
- form_identifier_exists__phone_number__username?: string | undefined;
1369
- form_password_not_strong_enough__username?: string | undefined;
1370
- form_password_size_in_bytes_exceeded__username?: string | undefined;
1371
- form_param_value_invalid__username?: string | undefined;
1372
- passwordComplexity__username?: string | undefined;
1373
- session_exists__username?: string | undefined;
1374
- zxcvbn__username?: string | undefined;
1375
- form_param_max_length_exceeded__username?: string | undefined;
1376
- organization_minimum_permissions_needed__username?: string | undefined;
1377
- already_a_member_in_organization__username?: string | undefined;
1378
- organization_domain_common__username?: string | undefined;
1379
- organization_domain_blocked__username?: string | undefined;
1380
- organization_domain_exists_for_enterprise_connection__username?: string | undefined;
1381
- organization_membership_quota_exceeded__username?: string | undefined;
1382
- external_account_not_found__code?: string | undefined;
1383
- identification_deletion_failed__code?: string | undefined;
1384
- phone_number_exists__code?: string | undefined;
1385
- form_identifier_not_found__code?: string | undefined;
1386
- captcha_unavailable__code?: string | undefined;
1387
- captcha_invalid__code?: string | undefined;
1388
- passkey_not_supported__code?: string | undefined;
1389
- passkey_pa_not_supported__code?: string | undefined;
1390
- passkey_retrieval_cancelled__code?: string | undefined;
1391
- passkey_registration_cancelled__code?: string | undefined;
1392
- passkey_already_exists__code?: string | undefined;
1393
- web3_missing_identifier__code?: string | undefined;
1394
- form_password_pwned__code?: string | undefined;
1395
- form_password_pwned__sign_in__code?: string | undefined;
1396
- form_username_invalid_length__code?: string | undefined;
1397
- form_username_invalid_character__code?: string | undefined;
1398
- form_param_format_invalid__code?: string | undefined;
1399
- form_param_format_invalid__email_address__code?: string | undefined;
1400
- form_param_type_invalid__code?: string | undefined;
1401
- form_param_type_invalid__phone_number__code?: string | undefined;
1402
- form_param_type_invalid__email_address__code?: string | undefined;
1403
- form_password_length_too_short__code?: string | undefined;
1404
- form_param_nil__code?: string | undefined;
1405
- form_code_incorrect__code?: string | undefined;
1406
- form_password_incorrect__code?: string | undefined;
1407
- form_password_validation_failed__code?: string | undefined;
1408
- not_allowed_access__code?: string | undefined;
1409
- form_identifier_exists__code?: string | undefined;
1410
- form_identifier_exists__email_address__code?: string | undefined;
1411
- form_identifier_exists__username__code?: string | undefined;
1412
- form_identifier_exists__phone_number__code?: string | undefined;
1413
- form_password_not_strong_enough__code?: string | undefined;
1414
- form_password_size_in_bytes_exceeded__code?: string | undefined;
1415
- form_param_value_invalid__code?: string | undefined;
1416
- passwordComplexity__code?: string | undefined;
1417
- session_exists__code?: string | undefined;
1418
- zxcvbn__code?: string | undefined;
1419
- form_param_max_length_exceeded__code?: string | undefined;
1420
- organization_minimum_permissions_needed__code?: string | undefined;
1421
- already_a_member_in_organization__code?: string | undefined;
1422
- organization_domain_common__code?: string | undefined;
1423
- organization_domain_blocked__code?: string | undefined;
1424
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
1425
- organization_membership_quota_exceeded__code?: string | undefined;
1426
- external_account_not_found__email_address?: string | undefined;
1427
- identification_deletion_failed__email_address?: string | undefined;
1428
- phone_number_exists__email_address?: string | undefined;
1429
- form_identifier_not_found__email_address?: string | undefined;
1430
- captcha_unavailable__email_address?: string | undefined;
1431
- captcha_invalid__email_address?: string | undefined;
1432
- passkey_not_supported__email_address?: string | undefined;
1433
- passkey_pa_not_supported__email_address?: string | undefined;
1434
- passkey_retrieval_cancelled__email_address?: string | undefined;
1435
- passkey_registration_cancelled__email_address?: string | undefined;
1436
- passkey_already_exists__email_address?: string | undefined;
1437
- web3_missing_identifier__email_address?: string | undefined;
1438
- form_password_pwned__email_address?: string | undefined;
1439
- form_password_pwned__sign_in__email_address?: string | undefined;
1440
- form_username_invalid_length__email_address?: string | undefined;
1441
- form_username_invalid_character__email_address?: string | undefined;
1442
- form_param_format_invalid__email_address__email_address?: string | undefined;
1443
- form_param_type_invalid__phone_number__email_address?: string | undefined;
1444
- form_param_type_invalid__email_address__email_address?: string | undefined;
1445
- form_password_length_too_short__email_address?: string | undefined;
1446
- form_param_nil__email_address?: string | undefined;
1447
- form_code_incorrect__email_address?: string | undefined;
1448
- form_password_incorrect__email_address?: string | undefined;
1449
- form_password_validation_failed__email_address?: string | undefined;
1450
- not_allowed_access__email_address?: string | undefined;
1451
- form_identifier_exists__email_address__email_address?: string | undefined;
1452
- form_identifier_exists__username__email_address?: string | undefined;
1453
- form_identifier_exists__phone_number__email_address?: string | undefined;
1454
- form_password_not_strong_enough__email_address?: string | undefined;
1455
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
1456
- form_param_value_invalid__email_address?: string | undefined;
1457
- passwordComplexity__email_address?: string | undefined;
1458
- session_exists__email_address?: string | undefined;
1459
- zxcvbn__email_address?: string | undefined;
1460
- form_param_max_length_exceeded__email_address?: string | undefined;
1461
- organization_minimum_permissions_needed__email_address?: string | undefined;
1462
- already_a_member_in_organization__email_address?: string | undefined;
1463
- organization_domain_common__email_address?: string | undefined;
1464
- organization_domain_blocked__email_address?: string | undefined;
1465
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
1466
- organization_membership_quota_exceeded__email_address?: string | undefined;
1467
- external_account_not_found__phone_number?: string | undefined;
1468
- identification_deletion_failed__phone_number?: string | undefined;
1469
- phone_number_exists__phone_number?: string | undefined;
1470
- form_identifier_not_found__phone_number?: string | undefined;
1471
- captcha_unavailable__phone_number?: string | undefined;
1472
- captcha_invalid__phone_number?: string | undefined;
1473
- passkey_not_supported__phone_number?: string | undefined;
1474
- passkey_pa_not_supported__phone_number?: string | undefined;
1475
- passkey_retrieval_cancelled__phone_number?: string | undefined;
1476
- passkey_registration_cancelled__phone_number?: string | undefined;
1477
- passkey_already_exists__phone_number?: string | undefined;
1478
- web3_missing_identifier__phone_number?: string | undefined;
1479
- form_password_pwned__phone_number?: string | undefined;
1480
- form_password_pwned__sign_in__phone_number?: string | undefined;
1481
- form_username_invalid_length__phone_number?: string | undefined;
1482
- form_username_invalid_character__phone_number?: string | undefined;
1483
- form_param_format_invalid__phone_number?: string | undefined;
1484
- form_param_format_invalid__email_address__phone_number?: string | undefined;
1485
- form_param_type_invalid__phone_number__phone_number?: string | undefined;
1486
- form_param_type_invalid__email_address__phone_number?: string | undefined;
1487
- form_password_length_too_short__phone_number?: string | undefined;
1488
- form_param_nil__phone_number?: string | undefined;
1489
- form_code_incorrect__phone_number?: string | undefined;
1490
- form_password_incorrect__phone_number?: string | undefined;
1491
- form_password_validation_failed__phone_number?: string | undefined;
1492
- not_allowed_access__phone_number?: string | undefined;
1493
- form_identifier_exists__email_address__phone_number?: string | undefined;
1494
- form_identifier_exists__username__phone_number?: string | undefined;
1495
- form_identifier_exists__phone_number__phone_number?: string | undefined;
1496
- form_password_not_strong_enough__phone_number?: string | undefined;
1497
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
1498
- form_param_value_invalid__phone_number?: string | undefined;
1499
- passwordComplexity__phone_number?: string | undefined;
1500
- session_exists__phone_number?: string | undefined;
1501
- zxcvbn__phone_number?: string | undefined;
1502
- form_param_max_length_exceeded__phone_number?: string | undefined;
1503
- organization_minimum_permissions_needed__phone_number?: string | undefined;
1504
- already_a_member_in_organization__phone_number?: string | undefined;
1505
- organization_domain_common__phone_number?: string | undefined;
1506
- organization_domain_blocked__phone_number?: string | undefined;
1507
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
1508
- organization_membership_quota_exceeded__phone_number?: string | undefined;
1509
- external_account_not_found__first_name?: string | undefined;
1510
- identification_deletion_failed__first_name?: string | undefined;
1511
- phone_number_exists__first_name?: string | undefined;
1512
- form_identifier_not_found__first_name?: string | undefined;
1513
- captcha_unavailable__first_name?: string | undefined;
1514
- captcha_invalid__first_name?: string | undefined;
1515
- passkey_not_supported__first_name?: string | undefined;
1516
- passkey_pa_not_supported__first_name?: string | undefined;
1517
- passkey_retrieval_cancelled__first_name?: string | undefined;
1518
- passkey_registration_cancelled__first_name?: string | undefined;
1519
- passkey_already_exists__first_name?: string | undefined;
1520
- web3_missing_identifier__first_name?: string | undefined;
1521
- form_password_pwned__first_name?: string | undefined;
1522
- form_password_pwned__sign_in__first_name?: string | undefined;
1523
- form_username_invalid_length__first_name?: string | undefined;
1524
- form_username_invalid_character__first_name?: string | undefined;
1525
- form_param_format_invalid__first_name?: string | undefined;
1526
- form_param_format_invalid__email_address__first_name?: string | undefined;
1527
- form_param_type_invalid__first_name?: string | undefined;
1528
- form_param_type_invalid__phone_number__first_name?: string | undefined;
1529
- form_param_type_invalid__email_address__first_name?: string | undefined;
1530
- form_password_length_too_short__first_name?: string | undefined;
1531
- form_param_nil__first_name?: string | undefined;
1532
- form_code_incorrect__first_name?: string | undefined;
1533
- form_password_incorrect__first_name?: string | undefined;
1534
- form_password_validation_failed__first_name?: string | undefined;
1535
- not_allowed_access__first_name?: string | undefined;
1536
- form_identifier_exists__first_name?: string | undefined;
1537
- form_identifier_exists__email_address__first_name?: string | undefined;
1538
- form_identifier_exists__username__first_name?: string | undefined;
1539
- form_identifier_exists__phone_number__first_name?: string | undefined;
1540
- form_password_not_strong_enough__first_name?: string | undefined;
1541
- form_password_size_in_bytes_exceeded__first_name?: string | undefined;
1542
- form_param_value_invalid__first_name?: string | undefined;
1543
- passwordComplexity__first_name?: string | undefined;
1544
- session_exists__first_name?: string | undefined;
1545
- zxcvbn__first_name?: string | undefined;
1546
- form_param_max_length_exceeded__first_name?: string | undefined;
1547
- organization_minimum_permissions_needed__first_name?: string | undefined;
1548
- already_a_member_in_organization__first_name?: string | undefined;
1549
- organization_domain_common__first_name?: string | undefined;
1550
- organization_domain_blocked__first_name?: string | undefined;
1551
- organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
1552
- organization_membership_quota_exceeded__first_name?: string | undefined;
1553
- external_account_not_found__last_name?: string | undefined;
1554
- identification_deletion_failed__last_name?: string | undefined;
1555
- phone_number_exists__last_name?: string | undefined;
1556
- form_identifier_not_found__last_name?: string | undefined;
1557
- captcha_unavailable__last_name?: string | undefined;
1558
- captcha_invalid__last_name?: string | undefined;
1559
- passkey_not_supported__last_name?: string | undefined;
1560
- passkey_pa_not_supported__last_name?: string | undefined;
1561
- passkey_retrieval_cancelled__last_name?: string | undefined;
1562
- passkey_registration_cancelled__last_name?: string | undefined;
1563
- passkey_already_exists__last_name?: string | undefined;
1564
- web3_missing_identifier__last_name?: string | undefined;
1565
- form_password_pwned__last_name?: string | undefined;
1566
- form_password_pwned__sign_in__last_name?: string | undefined;
1567
- form_username_invalid_length__last_name?: string | undefined;
1568
- form_username_invalid_character__last_name?: string | undefined;
1569
- form_param_format_invalid__last_name?: string | undefined;
1570
- form_param_format_invalid__email_address__last_name?: string | undefined;
1571
- form_param_type_invalid__last_name?: string | undefined;
1572
- form_param_type_invalid__phone_number__last_name?: string | undefined;
1573
- form_param_type_invalid__email_address__last_name?: string | undefined;
1574
- form_password_length_too_short__last_name?: string | undefined;
1575
- form_param_nil__last_name?: string | undefined;
1576
- form_code_incorrect__last_name?: string | undefined;
1577
- form_password_incorrect__last_name?: string | undefined;
1578
- form_password_validation_failed__last_name?: string | undefined;
1579
- not_allowed_access__last_name?: string | undefined;
1580
- form_identifier_exists__last_name?: string | undefined;
1581
- form_identifier_exists__email_address__last_name?: string | undefined;
1582
- form_identifier_exists__username__last_name?: string | undefined;
1583
- form_identifier_exists__phone_number__last_name?: string | undefined;
1584
- form_password_not_strong_enough__last_name?: string | undefined;
1585
- form_password_size_in_bytes_exceeded__last_name?: string | undefined;
1586
- form_param_value_invalid__last_name?: string | undefined;
1587
- passwordComplexity__last_name?: string | undefined;
1588
- session_exists__last_name?: string | undefined;
1589
- zxcvbn__last_name?: string | undefined;
1590
- form_param_max_length_exceeded__last_name?: string | undefined;
1591
- organization_minimum_permissions_needed__last_name?: string | undefined;
1592
- already_a_member_in_organization__last_name?: string | undefined;
1593
- organization_domain_common__last_name?: string | undefined;
1594
- organization_domain_blocked__last_name?: string | undefined;
1595
- organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
1596
- organization_membership_quota_exceeded__last_name?: string | undefined;
1597
- external_account_not_found__current_password?: string | undefined;
1598
- identification_deletion_failed__current_password?: string | undefined;
1599
- phone_number_exists__current_password?: string | undefined;
1600
- form_identifier_not_found__current_password?: string | undefined;
1601
- captcha_unavailable__current_password?: string | undefined;
1602
- captcha_invalid__current_password?: string | undefined;
1603
- passkey_not_supported__current_password?: string | undefined;
1604
- passkey_pa_not_supported__current_password?: string | undefined;
1605
- passkey_retrieval_cancelled__current_password?: string | undefined;
1606
- passkey_registration_cancelled__current_password?: string | undefined;
1607
- passkey_already_exists__current_password?: string | undefined;
1608
- web3_missing_identifier__current_password?: string | undefined;
1609
- form_password_pwned__current_password?: string | undefined;
1610
- form_password_pwned__sign_in__current_password?: string | undefined;
1611
- form_username_invalid_length__current_password?: string | undefined;
1612
- form_username_invalid_character__current_password?: string | undefined;
1613
- form_param_format_invalid__current_password?: string | undefined;
1614
- form_param_format_invalid__email_address__current_password?: string | undefined;
1615
- form_param_type_invalid__current_password?: string | undefined;
1616
- form_param_type_invalid__phone_number__current_password?: string | undefined;
1617
- form_param_type_invalid__email_address__current_password?: string | undefined;
1618
- form_password_length_too_short__current_password?: string | undefined;
1619
- form_param_nil__current_password?: string | undefined;
1620
- form_code_incorrect__current_password?: string | undefined;
1621
- form_password_incorrect__current_password?: string | undefined;
1622
- form_password_validation_failed__current_password?: string | undefined;
1623
- not_allowed_access__current_password?: string | undefined;
1624
- form_identifier_exists__current_password?: string | undefined;
1625
- form_identifier_exists__email_address__current_password?: string | undefined;
1626
- form_identifier_exists__username__current_password?: string | undefined;
1627
- form_identifier_exists__phone_number__current_password?: string | undefined;
1628
- form_password_not_strong_enough__current_password?: string | undefined;
1629
- form_password_size_in_bytes_exceeded__current_password?: string | undefined;
1630
- form_param_value_invalid__current_password?: string | undefined;
1631
- passwordComplexity__current_password?: string | undefined;
1632
- session_exists__current_password?: string | undefined;
1633
- zxcvbn__current_password?: string | undefined;
1634
- form_param_max_length_exceeded__current_password?: string | undefined;
1635
- organization_minimum_permissions_needed__current_password?: string | undefined;
1636
- already_a_member_in_organization__current_password?: string | undefined;
1637
- organization_domain_common__current_password?: string | undefined;
1638
- organization_domain_blocked__current_password?: string | undefined;
1639
- organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
1640
- organization_membership_quota_exceeded__current_password?: string | undefined;
1641
- external_account_not_found__new_password?: string | undefined;
1642
- identification_deletion_failed__new_password?: string | undefined;
1643
- phone_number_exists__new_password?: string | undefined;
1644
- form_identifier_not_found__new_password?: string | undefined;
1645
- captcha_unavailable__new_password?: string | undefined;
1646
- captcha_invalid__new_password?: string | undefined;
1647
- passkey_not_supported__new_password?: string | undefined;
1648
- passkey_pa_not_supported__new_password?: string | undefined;
1649
- passkey_retrieval_cancelled__new_password?: string | undefined;
1650
- passkey_registration_cancelled__new_password?: string | undefined;
1651
- passkey_already_exists__new_password?: string | undefined;
1652
- web3_missing_identifier__new_password?: string | undefined;
1653
- form_password_pwned__new_password?: string | undefined;
1654
- form_password_pwned__sign_in__new_password?: string | undefined;
1655
- form_username_invalid_length__new_password?: string | undefined;
1656
- form_username_invalid_character__new_password?: string | undefined;
1657
- form_param_format_invalid__new_password?: string | undefined;
1658
- form_param_format_invalid__email_address__new_password?: string | undefined;
1659
- form_param_type_invalid__new_password?: string | undefined;
1660
- form_param_type_invalid__phone_number__new_password?: string | undefined;
1661
- form_param_type_invalid__email_address__new_password?: string | undefined;
1662
- form_password_length_too_short__new_password?: string | undefined;
1663
- form_param_nil__new_password?: string | undefined;
1664
- form_code_incorrect__new_password?: string | undefined;
1665
- form_password_incorrect__new_password?: string | undefined;
1666
- form_password_validation_failed__new_password?: string | undefined;
1667
- not_allowed_access__new_password?: string | undefined;
1668
- form_identifier_exists__new_password?: string | undefined;
1669
- form_identifier_exists__email_address__new_password?: string | undefined;
1670
- form_identifier_exists__username__new_password?: string | undefined;
1671
- form_identifier_exists__phone_number__new_password?: string | undefined;
1672
- form_password_not_strong_enough__new_password?: string | undefined;
1673
- form_password_size_in_bytes_exceeded__new_password?: string | undefined;
1674
- form_param_value_invalid__new_password?: string | undefined;
1675
- passwordComplexity__new_password?: string | undefined;
1676
- session_exists__new_password?: string | undefined;
1677
- zxcvbn__new_password?: string | undefined;
1678
- form_param_max_length_exceeded__new_password?: string | undefined;
1679
- organization_minimum_permissions_needed__new_password?: string | undefined;
1680
- already_a_member_in_organization__new_password?: string | undefined;
1681
- organization_domain_common__new_password?: string | undefined;
1682
- organization_domain_blocked__new_password?: string | undefined;
1683
- organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
1684
- organization_membership_quota_exceeded__new_password?: string | undefined;
1685
- external_account_not_found__sign_out_of_other_sessions?: string | undefined;
1686
- identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
1687
- phone_number_exists__sign_out_of_other_sessions?: string | undefined;
1688
- form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
1689
- captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
1690
- captcha_invalid__sign_out_of_other_sessions?: string | undefined;
1691
- passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
1692
- passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
1693
- passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
1694
- passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
1695
- passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
1696
- web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
1697
- form_password_pwned__sign_out_of_other_sessions?: string | undefined;
1698
- form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
1699
- form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
1700
- form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
1701
- form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
1702
- form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
1703
- form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
1704
- form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
1705
- form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
1706
- form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
1707
- form_param_nil__sign_out_of_other_sessions?: string | undefined;
1708
- form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
1709
- form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
1710
- form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
1711
- not_allowed_access__sign_out_of_other_sessions?: string | undefined;
1712
- form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
1713
- form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
1714
- form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
1715
- form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
1716
- form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
1717
- form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
1718
- form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
1719
- passwordComplexity__sign_out_of_other_sessions?: string | undefined;
1720
- session_exists__sign_out_of_other_sessions?: string | undefined;
1721
- zxcvbn__sign_out_of_other_sessions?: string | undefined;
1722
- form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
1723
- organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
1724
- already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
1725
- organization_domain_common__sign_out_of_other_sessions?: string | undefined;
1726
- organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
1727
- organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
1728
- organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
1729
- external_account_not_found__passkey_name?: string | undefined;
1730
- identification_deletion_failed__passkey_name?: string | undefined;
1731
- phone_number_exists__passkey_name?: string | undefined;
1732
- form_identifier_not_found__passkey_name?: string | undefined;
1733
- captcha_unavailable__passkey_name?: string | undefined;
1734
- captcha_invalid__passkey_name?: string | undefined;
1735
- passkey_not_supported__passkey_name?: string | undefined;
1736
- passkey_pa_not_supported__passkey_name?: string | undefined;
1737
- passkey_retrieval_cancelled__passkey_name?: string | undefined;
1738
- passkey_registration_cancelled__passkey_name?: string | undefined;
1739
- passkey_already_exists__passkey_name?: string | undefined;
1740
- web3_missing_identifier__passkey_name?: string | undefined;
1741
- form_password_pwned__passkey_name?: string | undefined;
1742
- form_password_pwned__sign_in__passkey_name?: string | undefined;
1743
- form_username_invalid_length__passkey_name?: string | undefined;
1744
- form_username_invalid_character__passkey_name?: string | undefined;
1745
- form_param_format_invalid__passkey_name?: string | undefined;
1746
- form_param_format_invalid__email_address__passkey_name?: string | undefined;
1747
- form_param_type_invalid__passkey_name?: string | undefined;
1748
- form_param_type_invalid__phone_number__passkey_name?: string | undefined;
1749
- form_param_type_invalid__email_address__passkey_name?: string | undefined;
1750
- form_password_length_too_short__passkey_name?: string | undefined;
1751
- form_param_nil__passkey_name?: string | undefined;
1752
- form_code_incorrect__passkey_name?: string | undefined;
1753
- form_password_incorrect__passkey_name?: string | undefined;
1754
- form_password_validation_failed__passkey_name?: string | undefined;
1755
- not_allowed_access__passkey_name?: string | undefined;
1756
- form_identifier_exists__passkey_name?: string | undefined;
1757
- form_identifier_exists__email_address__passkey_name?: string | undefined;
1758
- form_identifier_exists__username__passkey_name?: string | undefined;
1759
- form_identifier_exists__phone_number__passkey_name?: string | undefined;
1760
- form_password_not_strong_enough__passkey_name?: string | undefined;
1761
- form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
1762
- form_param_value_invalid__passkey_name?: string | undefined;
1763
- passwordComplexity__passkey_name?: string | undefined;
1764
- session_exists__passkey_name?: string | undefined;
1765
- zxcvbn__passkey_name?: string | undefined;
1766
- form_param_max_length_exceeded__passkey_name?: string | undefined;
1767
- organization_minimum_permissions_needed__passkey_name?: string | undefined;
1768
- already_a_member_in_organization__passkey_name?: string | undefined;
1769
- organization_domain_common__passkey_name?: string | undefined;
1770
- organization_domain_blocked__passkey_name?: string | undefined;
1771
- organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
1772
- organization_membership_quota_exceeded__passkey_name?: string | undefined;
1773
- external_account_not_found__confirm_password?: string | undefined;
1774
- identification_deletion_failed__confirm_password?: string | undefined;
1775
- phone_number_exists__confirm_password?: string | undefined;
1776
- form_identifier_not_found__confirm_password?: string | undefined;
1777
- captcha_unavailable__confirm_password?: string | undefined;
1778
- captcha_invalid__confirm_password?: string | undefined;
1779
- passkey_not_supported__confirm_password?: string | undefined;
1780
- passkey_pa_not_supported__confirm_password?: string | undefined;
1781
- passkey_retrieval_cancelled__confirm_password?: string | undefined;
1782
- passkey_registration_cancelled__confirm_password?: string | undefined;
1783
- passkey_already_exists__confirm_password?: string | undefined;
1784
- web3_missing_identifier__confirm_password?: string | undefined;
1785
- form_password_pwned__confirm_password?: string | undefined;
1786
- form_password_pwned__sign_in__confirm_password?: string | undefined;
1787
- form_username_invalid_length__confirm_password?: string | undefined;
1788
- form_username_invalid_character__confirm_password?: string | undefined;
1789
- form_param_format_invalid__confirm_password?: string | undefined;
1790
- form_param_format_invalid__email_address__confirm_password?: string | undefined;
1791
- form_param_type_invalid__confirm_password?: string | undefined;
1792
- form_param_type_invalid__phone_number__confirm_password?: string | undefined;
1793
- form_param_type_invalid__email_address__confirm_password?: string | undefined;
1794
- form_password_length_too_short__confirm_password?: string | undefined;
1795
- form_param_nil__confirm_password?: string | undefined;
1796
- form_code_incorrect__confirm_password?: string | undefined;
1797
- form_password_incorrect__confirm_password?: string | undefined;
1798
- form_password_validation_failed__confirm_password?: string | undefined;
1799
- not_allowed_access__confirm_password?: string | undefined;
1800
- form_identifier_exists__confirm_password?: string | undefined;
1801
- form_identifier_exists__email_address__confirm_password?: string | undefined;
1802
- form_identifier_exists__username__confirm_password?: string | undefined;
1803
- form_identifier_exists__phone_number__confirm_password?: string | undefined;
1804
- form_password_not_strong_enough__confirm_password?: string | undefined;
1805
- form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
1806
- form_param_value_invalid__confirm_password?: string | undefined;
1807
- passwordComplexity__confirm_password?: string | undefined;
1808
- session_exists__confirm_password?: string | undefined;
1809
- zxcvbn__confirm_password?: string | undefined;
1810
- form_param_max_length_exceeded__confirm_password?: string | undefined;
1811
- organization_minimum_permissions_needed__confirm_password?: string | undefined;
1812
- already_a_member_in_organization__confirm_password?: string | undefined;
1813
- organization_domain_common__confirm_password?: string | undefined;
1814
- organization_domain_blocked__confirm_password?: string | undefined;
1815
- organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
1816
- organization_membership_quota_exceeded__confirm_password?: string | undefined;
1817
- external_account_not_found__delete_confirmation?: string | undefined;
1818
- identification_deletion_failed__delete_confirmation?: string | undefined;
1819
- phone_number_exists__delete_confirmation?: string | undefined;
1820
- form_identifier_not_found__delete_confirmation?: string | undefined;
1821
- captcha_unavailable__delete_confirmation?: string | undefined;
1822
- captcha_invalid__delete_confirmation?: string | undefined;
1823
- passkey_not_supported__delete_confirmation?: string | undefined;
1824
- passkey_pa_not_supported__delete_confirmation?: string | undefined;
1825
- passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
1826
- passkey_registration_cancelled__delete_confirmation?: string | undefined;
1827
- passkey_already_exists__delete_confirmation?: string | undefined;
1828
- web3_missing_identifier__delete_confirmation?: string | undefined;
1829
- form_password_pwned__delete_confirmation?: string | undefined;
1830
- form_password_pwned__sign_in__delete_confirmation?: string | undefined;
1831
- form_username_invalid_length__delete_confirmation?: string | undefined;
1832
- form_username_invalid_character__delete_confirmation?: string | undefined;
1833
- form_param_format_invalid__delete_confirmation?: string | undefined;
1834
- form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
1835
- form_param_type_invalid__delete_confirmation?: string | undefined;
1836
- form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
1837
- form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
1838
- form_password_length_too_short__delete_confirmation?: string | undefined;
1839
- form_param_nil__delete_confirmation?: string | undefined;
1840
- form_code_incorrect__delete_confirmation?: string | undefined;
1841
- form_password_incorrect__delete_confirmation?: string | undefined;
1842
- form_password_validation_failed__delete_confirmation?: string | undefined;
1843
- not_allowed_access__delete_confirmation?: string | undefined;
1844
- form_identifier_exists__delete_confirmation?: string | undefined;
1845
- form_identifier_exists__email_address__delete_confirmation?: string | undefined;
1846
- form_identifier_exists__username__delete_confirmation?: string | undefined;
1847
- form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
1848
- form_password_not_strong_enough__delete_confirmation?: string | undefined;
1849
- form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
1850
- form_param_value_invalid__delete_confirmation?: string | undefined;
1851
- passwordComplexity__delete_confirmation?: string | undefined;
1852
- session_exists__delete_confirmation?: string | undefined;
1853
- zxcvbn__delete_confirmation?: string | undefined;
1854
- form_param_max_length_exceeded__delete_confirmation?: string | undefined;
1855
- organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
1856
- already_a_member_in_organization__delete_confirmation?: string | undefined;
1857
- organization_domain_common__delete_confirmation?: string | undefined;
1858
- organization_domain_blocked__delete_confirmation?: string | undefined;
1859
- organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
1860
- organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
1861
- external_account_not_found__delete_organization_confirmation?: string | undefined;
1862
- identification_deletion_failed__delete_organization_confirmation?: string | undefined;
1863
- phone_number_exists__delete_organization_confirmation?: string | undefined;
1864
- form_identifier_not_found__delete_organization_confirmation?: string | undefined;
1865
- captcha_unavailable__delete_organization_confirmation?: string | undefined;
1866
- captcha_invalid__delete_organization_confirmation?: string | undefined;
1867
- passkey_not_supported__delete_organization_confirmation?: string | undefined;
1868
- passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
1869
- passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
1870
- passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
1871
- passkey_already_exists__delete_organization_confirmation?: string | undefined;
1872
- web3_missing_identifier__delete_organization_confirmation?: string | undefined;
1873
- form_password_pwned__delete_organization_confirmation?: string | undefined;
1874
- form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
1875
- form_username_invalid_length__delete_organization_confirmation?: string | undefined;
1876
- form_username_invalid_character__delete_organization_confirmation?: string | undefined;
1877
- form_param_format_invalid__delete_organization_confirmation?: string | undefined;
1878
- form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
1879
- form_param_type_invalid__delete_organization_confirmation?: string | undefined;
1880
- form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
1881
- form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
1882
- form_password_length_too_short__delete_organization_confirmation?: string | undefined;
1883
- form_param_nil__delete_organization_confirmation?: string | undefined;
1884
- form_code_incorrect__delete_organization_confirmation?: string | undefined;
1885
- form_password_incorrect__delete_organization_confirmation?: string | undefined;
1886
- form_password_validation_failed__delete_organization_confirmation?: string | undefined;
1887
- not_allowed_access__delete_organization_confirmation?: string | undefined;
1888
- form_identifier_exists__delete_organization_confirmation?: string | undefined;
1889
- form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
1890
- form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
1891
- form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
1892
- form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
1893
- form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
1894
- form_param_value_invalid__delete_organization_confirmation?: string | undefined;
1895
- passwordComplexity__delete_organization_confirmation?: string | undefined;
1896
- session_exists__delete_organization_confirmation?: string | undefined;
1897
- zxcvbn__delete_organization_confirmation?: string | undefined;
1898
- form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
1899
- organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
1900
- already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
1901
- organization_domain_common__delete_organization_confirmation?: string | undefined;
1902
- organization_domain_blocked__delete_organization_confirmation?: string | undefined;
1903
- organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
1904
- organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
1905
- external_account_not_found__enrollment_mode?: string | undefined;
1906
- identification_deletion_failed__enrollment_mode?: string | undefined;
1907
- phone_number_exists__enrollment_mode?: string | undefined;
1908
- form_identifier_not_found__enrollment_mode?: string | undefined;
1909
- captcha_unavailable__enrollment_mode?: string | undefined;
1910
- captcha_invalid__enrollment_mode?: string | undefined;
1911
- passkey_not_supported__enrollment_mode?: string | undefined;
1912
- passkey_pa_not_supported__enrollment_mode?: string | undefined;
1913
- passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
1914
- passkey_registration_cancelled__enrollment_mode?: string | undefined;
1915
- passkey_already_exists__enrollment_mode?: string | undefined;
1916
- web3_missing_identifier__enrollment_mode?: string | undefined;
1917
- form_password_pwned__enrollment_mode?: string | undefined;
1918
- form_password_pwned__sign_in__enrollment_mode?: string | undefined;
1919
- form_username_invalid_length__enrollment_mode?: string | undefined;
1920
- form_username_invalid_character__enrollment_mode?: string | undefined;
1921
- form_param_format_invalid__enrollment_mode?: string | undefined;
1922
- form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
1923
- form_param_type_invalid__enrollment_mode?: string | undefined;
1924
- form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
1925
- form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
1926
- form_password_length_too_short__enrollment_mode?: string | undefined;
1927
- form_param_nil__enrollment_mode?: string | undefined;
1928
- form_code_incorrect__enrollment_mode?: string | undefined;
1929
- form_password_incorrect__enrollment_mode?: string | undefined;
1930
- form_password_validation_failed__enrollment_mode?: string | undefined;
1931
- not_allowed_access__enrollment_mode?: string | undefined;
1932
- form_identifier_exists__enrollment_mode?: string | undefined;
1933
- form_identifier_exists__email_address__enrollment_mode?: string | undefined;
1934
- form_identifier_exists__username__enrollment_mode?: string | undefined;
1935
- form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
1936
- form_password_not_strong_enough__enrollment_mode?: string | undefined;
1937
- form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
1938
- form_param_value_invalid__enrollment_mode?: string | undefined;
1939
- passwordComplexity__enrollment_mode?: string | undefined;
1940
- session_exists__enrollment_mode?: string | undefined;
1941
- zxcvbn__enrollment_mode?: string | undefined;
1942
- form_param_max_length_exceeded__enrollment_mode?: string | undefined;
1943
- organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
1944
- already_a_member_in_organization__enrollment_mode?: string | undefined;
1945
- organization_domain_common__enrollment_mode?: string | undefined;
1946
- organization_domain_blocked__enrollment_mode?: string | undefined;
1947
- organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
1948
- organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
1949
- external_account_not_found__affiliation_email_address?: string | undefined;
1950
- identification_deletion_failed__affiliation_email_address?: string | undefined;
1951
- phone_number_exists__affiliation_email_address?: string | undefined;
1952
- form_identifier_not_found__affiliation_email_address?: string | undefined;
1953
- captcha_unavailable__affiliation_email_address?: string | undefined;
1954
- captcha_invalid__affiliation_email_address?: string | undefined;
1955
- passkey_not_supported__affiliation_email_address?: string | undefined;
1956
- passkey_pa_not_supported__affiliation_email_address?: string | undefined;
1957
- passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
1958
- passkey_registration_cancelled__affiliation_email_address?: string | undefined;
1959
- passkey_already_exists__affiliation_email_address?: string | undefined;
1960
- web3_missing_identifier__affiliation_email_address?: string | undefined;
1961
- form_password_pwned__affiliation_email_address?: string | undefined;
1962
- form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
1963
- form_username_invalid_length__affiliation_email_address?: string | undefined;
1964
- form_username_invalid_character__affiliation_email_address?: string | undefined;
1965
- form_param_format_invalid__affiliation_email_address?: string | undefined;
1966
- form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
1967
- form_param_type_invalid__affiliation_email_address?: string | undefined;
1968
- form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
1969
- form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
1970
- form_password_length_too_short__affiliation_email_address?: string | undefined;
1971
- form_param_nil__affiliation_email_address?: string | undefined;
1972
- form_code_incorrect__affiliation_email_address?: string | undefined;
1973
- form_password_incorrect__affiliation_email_address?: string | undefined;
1974
- form_password_validation_failed__affiliation_email_address?: string | undefined;
1975
- not_allowed_access__affiliation_email_address?: string | undefined;
1976
- form_identifier_exists__affiliation_email_address?: string | undefined;
1977
- form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
1978
- form_identifier_exists__username__affiliation_email_address?: string | undefined;
1979
- form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
1980
- form_password_not_strong_enough__affiliation_email_address?: string | undefined;
1981
- form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
1982
- form_param_value_invalid__affiliation_email_address?: string | undefined;
1983
- passwordComplexity__affiliation_email_address?: string | undefined;
1984
- session_exists__affiliation_email_address?: string | undefined;
1985
- zxcvbn__affiliation_email_address?: string | undefined;
1986
- form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
1987
- organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
1988
- already_a_member_in_organization__affiliation_email_address?: string | undefined;
1989
- organization_domain_common__affiliation_email_address?: string | undefined;
1990
- organization_domain_blocked__affiliation_email_address?: string | undefined;
1991
- organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
1992
- organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
1993
- external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
1994
- identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
1995
- phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
1996
- form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
1997
- captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
1998
- captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
1999
- passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
2000
- passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
2001
- passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
2002
- passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
2003
- passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
2004
- web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
2005
- form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
2006
- form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
2007
- form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
2008
- form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
2009
- form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
2010
- form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
2011
- form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
2012
- form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
2013
- form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
2014
- form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
2015
- form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
2016
- form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
2017
- form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
2018
- form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
2019
- not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
2020
- form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
2021
- form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
2022
- form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
2023
- form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
2024
- form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
2025
- form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2026
- form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
2027
- passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
2028
- session_exists__delete_existing_invitations_suggestions?: string | undefined;
2029
- zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
2030
- form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2031
- organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
2032
- already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
2033
- organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
2034
- organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
2035
- organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
2036
- organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
2037
- external_account_not_found__legal_accepted?: string | undefined;
2038
- identification_deletion_failed__legal_accepted?: string | undefined;
2039
- phone_number_exists__legal_accepted?: string | undefined;
2040
- form_identifier_not_found__legal_accepted?: string | undefined;
2041
- captcha_unavailable__legal_accepted?: string | undefined;
2042
- captcha_invalid__legal_accepted?: string | undefined;
2043
- passkey_not_supported__legal_accepted?: string | undefined;
2044
- passkey_pa_not_supported__legal_accepted?: string | undefined;
2045
- passkey_retrieval_cancelled__legal_accepted?: string | undefined;
2046
- passkey_registration_cancelled__legal_accepted?: string | undefined;
2047
- passkey_already_exists__legal_accepted?: string | undefined;
2048
- web3_missing_identifier__legal_accepted?: string | undefined;
2049
- form_password_pwned__legal_accepted?: string | undefined;
2050
- form_password_pwned__sign_in__legal_accepted?: string | undefined;
2051
- form_username_invalid_length__legal_accepted?: string | undefined;
2052
- form_username_invalid_character__legal_accepted?: string | undefined;
2053
- form_param_format_invalid__legal_accepted?: string | undefined;
2054
- form_param_format_invalid__email_address__legal_accepted?: string | undefined;
2055
- form_param_type_invalid__legal_accepted?: string | undefined;
2056
- form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
2057
- form_param_type_invalid__email_address__legal_accepted?: string | undefined;
2058
- form_password_length_too_short__legal_accepted?: string | undefined;
2059
- form_param_nil__legal_accepted?: string | undefined;
2060
- form_code_incorrect__legal_accepted?: string | undefined;
2061
- form_password_incorrect__legal_accepted?: string | undefined;
2062
- form_password_validation_failed__legal_accepted?: string | undefined;
2063
- not_allowed_access__legal_accepted?: string | undefined;
2064
- form_identifier_exists__legal_accepted?: string | undefined;
2065
- form_identifier_exists__email_address__legal_accepted?: string | undefined;
2066
- form_identifier_exists__username__legal_accepted?: string | undefined;
2067
- form_identifier_exists__phone_number__legal_accepted?: string | undefined;
2068
- form_password_not_strong_enough__legal_accepted?: string | undefined;
2069
- form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
2070
- form_param_value_invalid__legal_accepted?: string | undefined;
2071
- passwordComplexity__legal_accepted?: string | undefined;
2072
- session_exists__legal_accepted?: string | undefined;
2073
- zxcvbn__legal_accepted?: string | undefined;
2074
- form_param_max_length_exceeded__legal_accepted?: string | undefined;
2075
- organization_minimum_permissions_needed__legal_accepted?: string | undefined;
2076
- already_a_member_in_organization__legal_accepted?: string | undefined;
2077
- organization_domain_common__legal_accepted?: string | undefined;
2078
- organization_domain_blocked__legal_accepted?: string | undefined;
2079
- organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
2080
- organization_membership_quota_exceeded__legal_accepted?: string | undefined;
2081
- external_account_not_found__api_key_description?: string | undefined;
2082
- identification_deletion_failed__api_key_description?: string | undefined;
2083
- phone_number_exists__api_key_description?: string | undefined;
2084
- form_identifier_not_found__api_key_description?: string | undefined;
2085
- captcha_unavailable__api_key_description?: string | undefined;
2086
- captcha_invalid__api_key_description?: string | undefined;
2087
- passkey_not_supported__api_key_description?: string | undefined;
2088
- passkey_pa_not_supported__api_key_description?: string | undefined;
2089
- passkey_retrieval_cancelled__api_key_description?: string | undefined;
2090
- passkey_registration_cancelled__api_key_description?: string | undefined;
2091
- passkey_already_exists__api_key_description?: string | undefined;
2092
- web3_missing_identifier__api_key_description?: string | undefined;
2093
- form_password_pwned__api_key_description?: string | undefined;
2094
- form_password_pwned__sign_in__api_key_description?: string | undefined;
2095
- form_username_invalid_length__api_key_description?: string | undefined;
2096
- form_username_invalid_character__api_key_description?: string | undefined;
2097
- form_param_format_invalid__api_key_description?: string | undefined;
2098
- form_param_format_invalid__email_address__api_key_description?: string | undefined;
2099
- form_param_type_invalid__api_key_description?: string | undefined;
2100
- form_param_type_invalid__phone_number__api_key_description?: string | undefined;
2101
- form_param_type_invalid__email_address__api_key_description?: string | undefined;
2102
- form_password_length_too_short__api_key_description?: string | undefined;
2103
- form_param_nil__api_key_description?: string | undefined;
2104
- form_code_incorrect__api_key_description?: string | undefined;
2105
- form_password_incorrect__api_key_description?: string | undefined;
2106
- form_password_validation_failed__api_key_description?: string | undefined;
2107
- not_allowed_access__api_key_description?: string | undefined;
2108
- form_identifier_exists__api_key_description?: string | undefined;
2109
- form_identifier_exists__email_address__api_key_description?: string | undefined;
2110
- form_identifier_exists__username__api_key_description?: string | undefined;
2111
- form_identifier_exists__phone_number__api_key_description?: string | undefined;
2112
- form_password_not_strong_enough__api_key_description?: string | undefined;
2113
- form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
2114
- form_param_value_invalid__api_key_description?: string | undefined;
2115
- passwordComplexity__api_key_description?: string | undefined;
2116
- session_exists__api_key_description?: string | undefined;
2117
- zxcvbn__api_key_description?: string | undefined;
2118
- form_param_max_length_exceeded__api_key_description?: string | undefined;
2119
- organization_minimum_permissions_needed__api_key_description?: string | undefined;
2120
- already_a_member_in_organization__api_key_description?: string | undefined;
2121
- organization_domain_common__api_key_description?: string | undefined;
2122
- organization_domain_blocked__api_key_description?: string | undefined;
2123
- organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
2124
- organization_membership_quota_exceeded__api_key_description?: string | undefined;
2125
- external_account_not_found__api_key_expiration_date?: string | undefined;
2126
- identification_deletion_failed__api_key_expiration_date?: string | undefined;
2127
- phone_number_exists__api_key_expiration_date?: string | undefined;
2128
- form_identifier_not_found__api_key_expiration_date?: string | undefined;
2129
- captcha_unavailable__api_key_expiration_date?: string | undefined;
2130
- captcha_invalid__api_key_expiration_date?: string | undefined;
2131
- passkey_not_supported__api_key_expiration_date?: string | undefined;
2132
- passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
2133
- passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
2134
- passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
2135
- passkey_already_exists__api_key_expiration_date?: string | undefined;
2136
- web3_missing_identifier__api_key_expiration_date?: string | undefined;
2137
- form_password_pwned__api_key_expiration_date?: string | undefined;
2138
- form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
2139
- form_username_invalid_length__api_key_expiration_date?: string | undefined;
2140
- form_username_invalid_character__api_key_expiration_date?: string | undefined;
2141
- form_param_format_invalid__api_key_expiration_date?: string | undefined;
2142
- form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
2143
- form_param_type_invalid__api_key_expiration_date?: string | undefined;
2144
- form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
2145
- form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
2146
- form_password_length_too_short__api_key_expiration_date?: string | undefined;
2147
- form_param_nil__api_key_expiration_date?: string | undefined;
2148
- form_code_incorrect__api_key_expiration_date?: string | undefined;
2149
- form_password_incorrect__api_key_expiration_date?: string | undefined;
2150
- form_password_validation_failed__api_key_expiration_date?: string | undefined;
2151
- not_allowed_access__api_key_expiration_date?: string | undefined;
2152
- form_identifier_exists__api_key_expiration_date?: string | undefined;
2153
- form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
2154
- form_identifier_exists__username__api_key_expiration_date?: string | undefined;
2155
- form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
2156
- form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
2157
- form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
2158
- form_param_value_invalid__api_key_expiration_date?: string | undefined;
2159
- passwordComplexity__api_key_expiration_date?: string | undefined;
2160
- session_exists__api_key_expiration_date?: string | undefined;
2161
- zxcvbn__api_key_expiration_date?: string | undefined;
2162
- form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
2163
- organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
2164
- already_a_member_in_organization__api_key_expiration_date?: string | undefined;
2165
- organization_domain_common__api_key_expiration_date?: string | undefined;
2166
- organization_domain_blocked__api_key_expiration_date?: string | undefined;
2167
- organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
2168
- organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
2169
- external_account_not_found__api_key_revoke_confirmation?: string | undefined;
2170
- identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
2171
- phone_number_exists__api_key_revoke_confirmation?: string | undefined;
2172
- form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
2173
- captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
2174
- captcha_invalid__api_key_revoke_confirmation?: string | undefined;
2175
- passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
2176
- passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
2177
- passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
2178
- passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
2179
- passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
2180
- web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
2181
- form_password_pwned__api_key_revoke_confirmation?: string | undefined;
2182
- form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
2183
- form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
2184
- form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
2185
- form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
2186
- form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
2187
- form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
2188
- form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
2189
- form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
2190
- form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
2191
- form_param_nil__api_key_revoke_confirmation?: string | undefined;
2192
- form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
2193
- form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
2194
- form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
2195
- not_allowed_access__api_key_revoke_confirmation?: string | undefined;
2196
- form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
2197
- form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
2198
- form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
2199
- form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
2200
- form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
2201
- form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
2202
- form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
2203
- passwordComplexity__api_key_revoke_confirmation?: string | undefined;
2204
- session_exists__api_key_revoke_confirmation?: string | undefined;
2205
- zxcvbn__api_key_revoke_confirmation?: string | undefined;
2206
- form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
2207
- organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
2208
- already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
2209
- organization_domain_common__api_key_revoke_confirmation?: string | undefined;
2210
- organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
2211
- organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
2212
- organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
2213
- };
2214
- dates: {
2215
- previous6Days: _clerk_types.LocalizationValue<"date">;
2216
- lastDay: _clerk_types.LocalizationValue<"date">;
2217
- sameDay: _clerk_types.LocalizationValue<"date">;
2218
- nextDay: _clerk_types.LocalizationValue<"date">;
2219
- next6Days: _clerk_types.LocalizationValue<"date">;
2220
- numeric: _clerk_types.LocalizationValue<"date">;
2221
- };
2222
- waitlist: {
2223
- start: {
2224
- title: _clerk_types.LocalizationValue;
2225
- subtitle: _clerk_types.LocalizationValue;
2226
- formButton: _clerk_types.LocalizationValue;
2227
- actionText: _clerk_types.LocalizationValue;
2228
- actionLink: _clerk_types.LocalizationValue;
2229
- };
2230
- success: {
2231
- title: _clerk_types.LocalizationValue;
2232
- subtitle: _clerk_types.LocalizationValue;
2233
- message: _clerk_types.LocalizationValue;
2234
- };
2235
- };
2236
- apiKeys: {
2237
- formTitle: _clerk_types.LocalizationValue;
2238
- formHint: _clerk_types.LocalizationValue;
2239
- formButtonPrimary__add: _clerk_types.LocalizationValue;
2240
- menuAction__revoke: _clerk_types.LocalizationValue;
2241
- action__search: _clerk_types.LocalizationValue;
2242
- action__add: _clerk_types.LocalizationValue;
2243
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
2244
- revokeConfirmation: {
2245
- formTitle: _clerk_types.LocalizationValue<"apiKeyName">;
2246
- formHint: _clerk_types.LocalizationValue;
2247
- formButtonPrimary__revoke: _clerk_types.LocalizationValue;
2248
- confirmationText: _clerk_types.LocalizationValue;
2249
- };
2250
- lastUsed__seconds: _clerk_types.LocalizationValue<"seconds">;
2251
- lastUsed__minutes: _clerk_types.LocalizationValue<"minutes">;
2252
- lastUsed__hours: _clerk_types.LocalizationValue<"hours">;
2253
- lastUsed__days: _clerk_types.LocalizationValue<"days">;
2254
- lastUsed__months: _clerk_types.LocalizationValue<"months">;
2255
- lastUsed__years: _clerk_types.LocalizationValue<"years">;
2256
- formFieldOption__expiration__1d: _clerk_types.LocalizationValue;
2257
- formFieldOption__expiration__7d: _clerk_types.LocalizationValue;
2258
- formFieldOption__expiration__30d: _clerk_types.LocalizationValue;
2259
- formFieldOption__expiration__60d: _clerk_types.LocalizationValue;
2260
- formFieldOption__expiration__90d: _clerk_types.LocalizationValue;
2261
- formFieldOption__expiration__180d: _clerk_types.LocalizationValue;
2262
- formFieldOption__expiration__1y: _clerk_types.LocalizationValue;
2263
- formFieldOption__expiration__never: _clerk_types.LocalizationValue;
2264
- createdAndExpirationStatus__never: _clerk_types.LocalizationValue<"createdDate">;
2265
- createdAndExpirationStatus__expiresOn: _clerk_types.LocalizationValue<"createdDate" | "expiresDate">;
2266
- formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
2267
- formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
2268
- };
2269
- taskChooseOrganization: {
2270
- title: _clerk_types.LocalizationValue;
2271
- subtitle: _clerk_types.LocalizationValue;
2272
- signOut: {
2273
- actionText: _clerk_types.LocalizationValue<"identifier">;
2274
- actionLink: _clerk_types.LocalizationValue;
2275
- };
2276
- createOrganization: {
2277
- title: _clerk_types.LocalizationValue;
2278
- subtitle: _clerk_types.LocalizationValue;
2279
- formButtonSubmit: _clerk_types.LocalizationValue;
2280
- formButtonReset: _clerk_types.LocalizationValue;
2281
- };
2282
- chooseOrganization: {
2283
- title: _clerk_types.LocalizationValue;
2284
- subtitle: _clerk_types.LocalizationValue;
2285
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
2286
- action__suggestionsAccept: _clerk_types.LocalizationValue;
2287
- action__createOrganization: _clerk_types.LocalizationValue;
2288
- action__invitationAccept: _clerk_types.LocalizationValue;
2289
- };
2290
- };
2291
- }>;
2292
- zh: _clerk_types.DeepPartial<{
2293
- locale: string;
2294
- maintenanceMode: _clerk_types.LocalizationValue;
2295
- roles: {
2296
- [x: string]: string;
2297
- };
2298
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2299
- socialButtonsBlockButtonManyInView: _clerk_types.LocalizationValue<"provider", `${string}{{provider|titleize}}${string}`>;
2300
- dividerText: _clerk_types.LocalizationValue;
2301
- formFieldLabel__emailAddress: _clerk_types.LocalizationValue;
2302
- formFieldLabel__emailAddresses: _clerk_types.LocalizationValue;
2303
- formFieldLabel__phoneNumber: _clerk_types.LocalizationValue;
2304
- formFieldLabel__username: _clerk_types.LocalizationValue;
2305
- formFieldLabel__emailAddress_username: _clerk_types.LocalizationValue;
2306
- formFieldLabel__password: _clerk_types.LocalizationValue;
2307
- formFieldLabel__currentPassword: _clerk_types.LocalizationValue;
2308
- formFieldLabel__newPassword: _clerk_types.LocalizationValue;
2309
- formFieldLabel__confirmPassword: _clerk_types.LocalizationValue;
2310
- formFieldLabel__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2311
- formFieldLabel__automaticInvitations: _clerk_types.LocalizationValue;
2312
- formFieldLabel__firstName: _clerk_types.LocalizationValue;
2313
- formFieldLabel__lastName: _clerk_types.LocalizationValue;
2314
- formFieldLabel__backupCode: _clerk_types.LocalizationValue;
2315
- formFieldLabel__organizationName: _clerk_types.LocalizationValue;
2316
- formFieldLabel__organizationSlug: _clerk_types.LocalizationValue;
2317
- formFieldLabel__organizationDomain: _clerk_types.LocalizationValue;
2318
- formFieldLabel__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
2319
- formFieldLabel__organizationDomainEmailAddressDescription: _clerk_types.LocalizationValue;
2320
- formFieldLabel__organizationDomainDeletePending: _clerk_types.LocalizationValue;
2321
- formFieldLabel__confirmDeletion: _clerk_types.LocalizationValue;
2322
- formFieldLabel__role: _clerk_types.LocalizationValue;
2323
- formFieldLabel__passkeyName: _clerk_types.LocalizationValue;
2324
- formFieldLabel__apiKeyName: _clerk_types.LocalizationValue;
2325
- formFieldLabel__apiKeyDescription: _clerk_types.LocalizationValue;
2326
- formFieldLabel__apiKeyExpiration: _clerk_types.LocalizationValue;
2327
- formFieldInputPlaceholder__emailAddress: _clerk_types.LocalizationValue;
2328
- formFieldInputPlaceholder__emailAddresses: _clerk_types.LocalizationValue;
2329
- formFieldInputPlaceholder__phoneNumber: _clerk_types.LocalizationValue;
2330
- formFieldInputPlaceholder__username: _clerk_types.LocalizationValue;
2331
- formFieldInputPlaceholder__emailAddress_username: _clerk_types.LocalizationValue;
2332
- formFieldInputPlaceholder__password: _clerk_types.LocalizationValue;
2333
- formFieldInputPlaceholder__firstName: _clerk_types.LocalizationValue;
2334
- formFieldInputPlaceholder__lastName: _clerk_types.LocalizationValue;
2335
- formFieldInputPlaceholder__backupCode: _clerk_types.LocalizationValue;
2336
- formFieldInputPlaceholder__organizationName: _clerk_types.LocalizationValue;
2337
- formFieldInputPlaceholder__organizationSlug: _clerk_types.LocalizationValue;
2338
- formFieldInputPlaceholder__organizationDomain: _clerk_types.LocalizationValue;
2339
- formFieldInputPlaceholder__organizationDomainEmailAddress: _clerk_types.LocalizationValue;
2340
- formFieldInputPlaceholder__confirmDeletionUserAccount: _clerk_types.LocalizationValue;
2341
- formFieldInputPlaceholder__apiKeyName: _clerk_types.LocalizationValue;
2342
- formFieldInputPlaceholder__apiKeyDescription: _clerk_types.LocalizationValue;
2343
- formFieldInputPlaceholder__apiKeyExpirationDate: _clerk_types.LocalizationValue;
2344
- formFieldError__notMatchingPasswords: _clerk_types.LocalizationValue;
2345
- formFieldError__matchingPasswords: _clerk_types.LocalizationValue;
2346
- formFieldError__verificationLinkExpired: _clerk_types.LocalizationValue;
2347
- formFieldAction__forgotPassword: _clerk_types.LocalizationValue;
2348
- formFieldHintText__optional: _clerk_types.LocalizationValue;
2349
- formFieldHintText__slug: _clerk_types.LocalizationValue;
2350
- formButtonPrimary: _clerk_types.LocalizationValue;
2351
- formButtonPrimary__verify: _clerk_types.LocalizationValue;
2352
- signInEnterPasswordTitle: _clerk_types.LocalizationValue;
2353
- backButton: _clerk_types.LocalizationValue;
2354
- footerActionLink__useAnotherMethod: _clerk_types.LocalizationValue;
2355
- footerActionLink__alternativePhoneCodeProvider: _clerk_types.LocalizationValue;
2356
- badge__primary: _clerk_types.LocalizationValue;
2357
- badge__thisDevice: _clerk_types.LocalizationValue;
2358
- badge__userDevice: _clerk_types.LocalizationValue;
2359
- badge__otherImpersonatorDevice: _clerk_types.LocalizationValue;
2360
- badge__default: _clerk_types.LocalizationValue;
2361
- badge__unverified: _clerk_types.LocalizationValue;
2362
- badge__requiresAction: _clerk_types.LocalizationValue;
2363
- badge__you: _clerk_types.LocalizationValue;
2364
- badge__currentPlan: _clerk_types.LocalizationValue;
2365
- badge__upcomingPlan: _clerk_types.LocalizationValue;
2366
- badge__activePlan: _clerk_types.LocalizationValue;
2367
- badge__pastDuePlan: _clerk_types.LocalizationValue;
2368
- badge__startsAt: _clerk_types.LocalizationValue<"date">;
2369
- badge__pastDueAt: _clerk_types.LocalizationValue<"date">;
2370
- badge__endsAt: _clerk_types.LocalizationValue;
2371
- badge__expired: _clerk_types.LocalizationValue;
2372
- badge__canceledEndsAt: _clerk_types.LocalizationValue<"date">;
2373
- badge__renewsAt: _clerk_types.LocalizationValue<"date">;
2374
- footerPageLink__help: _clerk_types.LocalizationValue;
2375
- footerPageLink__privacy: _clerk_types.LocalizationValue;
2376
- footerPageLink__terms: _clerk_types.LocalizationValue;
2377
- paginationButton__previous: _clerk_types.LocalizationValue;
2378
- paginationButton__next: _clerk_types.LocalizationValue;
2379
- paginationRowText__displaying: _clerk_types.LocalizationValue;
2380
- paginationRowText__of: _clerk_types.LocalizationValue;
2381
- membershipRole__admin: _clerk_types.LocalizationValue;
2382
- membershipRole__basicMember: _clerk_types.LocalizationValue;
2383
- membershipRole__guestMember: _clerk_types.LocalizationValue;
2384
- commerce: {
2385
- month: _clerk_types.LocalizationValue;
2386
- year: _clerk_types.LocalizationValue;
2387
- free: _clerk_types.LocalizationValue;
2388
- getStarted: _clerk_types.LocalizationValue;
2389
- manage: _clerk_types.LocalizationValue;
2390
- manageSubscription: _clerk_types.LocalizationValue;
2391
- cancelSubscription: _clerk_types.LocalizationValue;
2392
- keepSubscription: _clerk_types.LocalizationValue;
2393
- reSubscribe: _clerk_types.LocalizationValue;
2394
- subscribe: _clerk_types.LocalizationValue;
2395
- switchPlan: _clerk_types.LocalizationValue;
2396
- switchToMonthly: _clerk_types.LocalizationValue;
2397
- switchToAnnual: _clerk_types.LocalizationValue;
2398
- switchToMonthlyWithPrice: _clerk_types.LocalizationValue<"price" | "currency">;
2399
- switchToAnnualWithAnnualPrice: _clerk_types.LocalizationValue<"price" | "currency">;
2400
- billedAnnually: _clerk_types.LocalizationValue;
2401
- billedMonthlyOnly: _clerk_types.LocalizationValue;
2402
- alwaysFree: _clerk_types.LocalizationValue;
2403
- accountFunds: _clerk_types.LocalizationValue;
2404
- defaultFreePlanActive: _clerk_types.LocalizationValue;
2405
- viewFeatures: _clerk_types.LocalizationValue;
2406
- seeAllFeatures: _clerk_types.LocalizationValue;
2407
- viewPayment: _clerk_types.LocalizationValue;
2408
- availableFeatures: _clerk_types.LocalizationValue;
2409
- subtotal: _clerk_types.LocalizationValue;
2410
- credit: _clerk_types.LocalizationValue;
2411
- creditRemainder: _clerk_types.LocalizationValue;
2412
- totalDue: _clerk_types.LocalizationValue;
2413
- totalDueToday: _clerk_types.LocalizationValue;
2414
- pastDue: _clerk_types.LocalizationValue;
2415
- paymentMethods: _clerk_types.LocalizationValue;
2416
- addPaymentMethod: _clerk_types.LocalizationValue;
2417
- pay: _clerk_types.LocalizationValue<"amount">;
2418
- cancelSubscriptionTitle: _clerk_types.LocalizationValue<"plan">;
2419
- cancelSubscriptionNoCharge: _clerk_types.LocalizationValue;
2420
- cancelSubscriptionAccessUntil: _clerk_types.LocalizationValue<"plan" | "date">;
2421
- popular: _clerk_types.LocalizationValue;
2422
- subscriptionDetails: {
2423
- title: _clerk_types.LocalizationValue;
2424
- currentBillingCycle: _clerk_types.LocalizationValue;
2425
- nextPaymentOn: _clerk_types.LocalizationValue;
2426
- nextPaymentAmount: _clerk_types.LocalizationValue;
2427
- subscribedOn: _clerk_types.LocalizationValue;
2428
- endsOn: _clerk_types.LocalizationValue;
2429
- renewsAt: _clerk_types.LocalizationValue;
2430
- beginsOn: _clerk_types.LocalizationValue;
2431
- pastDueAt: _clerk_types.LocalizationValue;
2432
- };
2433
- monthly: _clerk_types.LocalizationValue;
2434
- annually: _clerk_types.LocalizationValue;
2435
- cannotSubscribeMonthly: _clerk_types.LocalizationValue;
2436
- cannotSubscribeUnrecoverable: _clerk_types.LocalizationValue;
2437
- pricingTable: {
2438
- billingCycle: _clerk_types.LocalizationValue;
2439
- included: _clerk_types.LocalizationValue;
2440
- };
2441
- paymentSource: {
2442
- dev: {
2443
- testCardInfo: _clerk_types.LocalizationValue;
2444
- developmentMode: _clerk_types.LocalizationValue;
2445
- cardNumber: _clerk_types.LocalizationValue;
2446
- expirationDate: _clerk_types.LocalizationValue;
2447
- cvcZip: _clerk_types.LocalizationValue;
2448
- anyNumbers: _clerk_types.LocalizationValue;
2449
- };
2450
- applePayDescription: {
2451
- monthly: _clerk_types.LocalizationValue;
2452
- annual: _clerk_types.LocalizationValue;
2453
- };
2454
- };
2455
- checkout: {
2456
- title: _clerk_types.LocalizationValue;
2457
- title__paymentSuccessful: _clerk_types.LocalizationValue;
2458
- title__subscriptionSuccessful: _clerk_types.LocalizationValue;
2459
- description__paymentSuccessful: _clerk_types.LocalizationValue;
2460
- description__subscriptionSuccessful: _clerk_types.LocalizationValue;
2461
- lineItems: {
2462
- title__totalPaid: _clerk_types.LocalizationValue;
2463
- title__paymentMethod: _clerk_types.LocalizationValue;
2464
- title__statementId: _clerk_types.LocalizationValue;
2465
- title__subscriptionBegins: _clerk_types.LocalizationValue;
2466
- };
2467
- emailForm: {
2468
- title: _clerk_types.LocalizationValue;
2469
- subtitle: _clerk_types.LocalizationValue;
2470
- };
2471
- downgradeNotice: _clerk_types.LocalizationValue;
2472
- pastDueNotice: _clerk_types.LocalizationValue;
2473
- perMonth: _clerk_types.LocalizationValue;
2474
- };
2475
- };
2476
- signUp: {
2477
- start: {
2478
- title: _clerk_types.LocalizationValue;
2479
- titleCombined: _clerk_types.LocalizationValue;
2480
- subtitle: _clerk_types.LocalizationValue;
2481
- subtitleCombined: _clerk_types.LocalizationValue;
2482
- actionText: _clerk_types.LocalizationValue;
2483
- actionLink: _clerk_types.LocalizationValue;
2484
- actionLink__use_phone: _clerk_types.LocalizationValue;
2485
- actionLink__use_email: _clerk_types.LocalizationValue;
2486
- alternativePhoneCodeProvider: {
2487
- actionLink: _clerk_types.LocalizationValue;
2488
- label: _clerk_types.LocalizationValue<"provider">;
2489
- subtitle: _clerk_types.LocalizationValue<"provider">;
2490
- title: _clerk_types.LocalizationValue<"provider">;
2491
- };
2492
- };
2493
- emailLink: {
2494
- title: _clerk_types.LocalizationValue;
2495
- subtitle: _clerk_types.LocalizationValue;
2496
- formTitle: _clerk_types.LocalizationValue;
2497
- formSubtitle: _clerk_types.LocalizationValue;
2498
- resendButton: _clerk_types.LocalizationValue;
2499
- verified: {
2500
- title: _clerk_types.LocalizationValue;
2501
- };
2502
- loading: {
2503
- title: _clerk_types.LocalizationValue;
2504
- };
2505
- verifiedSwitchTab: {
2506
- title: _clerk_types.LocalizationValue;
2507
- subtitle: _clerk_types.LocalizationValue;
2508
- subtitleNewTab: _clerk_types.LocalizationValue;
2509
- };
2510
- clientMismatch: {
2511
- title: _clerk_types.LocalizationValue;
2512
- subtitle: _clerk_types.LocalizationValue;
2513
- };
2514
- };
2515
- emailCode: {
2516
- title: _clerk_types.LocalizationValue;
2517
- subtitle: _clerk_types.LocalizationValue;
2518
- formTitle: _clerk_types.LocalizationValue;
2519
- formSubtitle: _clerk_types.LocalizationValue;
2520
- resendButton: _clerk_types.LocalizationValue;
2521
- };
2522
- phoneCode: {
2523
- title: _clerk_types.LocalizationValue;
2524
- subtitle: _clerk_types.LocalizationValue;
2525
- formTitle: _clerk_types.LocalizationValue;
2526
- formSubtitle: _clerk_types.LocalizationValue;
2527
- resendButton: _clerk_types.LocalizationValue;
2528
- };
2529
- alternativePhoneCodeProvider: {
2530
- formSubtitle: _clerk_types.LocalizationValue;
2531
- formTitle: _clerk_types.LocalizationValue;
2532
- resendButton: _clerk_types.LocalizationValue;
2533
- subtitle: _clerk_types.LocalizationValue<"provider">;
2534
- title: _clerk_types.LocalizationValue<"provider">;
2535
- };
2536
- continue: {
2537
- title: _clerk_types.LocalizationValue;
2538
- subtitle: _clerk_types.LocalizationValue;
2539
- actionText: _clerk_types.LocalizationValue;
2540
- actionLink: _clerk_types.LocalizationValue;
2541
- };
2542
- restrictedAccess: {
2543
- title: _clerk_types.LocalizationValue;
2544
- subtitle: _clerk_types.LocalizationValue;
2545
- subtitleWaitlist: _clerk_types.LocalizationValue;
2546
- actionLink: _clerk_types.LocalizationValue;
2547
- actionText: _clerk_types.LocalizationValue;
2548
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2549
- blockButton__joinWaitlist: _clerk_types.LocalizationValue;
2550
- };
2551
- legalConsent: {
2552
- continue: {
2553
- title: _clerk_types.LocalizationValue;
2554
- subtitle: _clerk_types.LocalizationValue;
2555
- };
2556
- checkbox: {
2557
- label__termsOfServiceAndPrivacyPolicy: _clerk_types.LocalizationValue<"termsOfServiceLink" | "privacyPolicyLink">;
2558
- label__onlyPrivacyPolicy: _clerk_types.LocalizationValue<"privacyPolicyLink">;
2559
- label__onlyTermsOfService: _clerk_types.LocalizationValue<"termsOfServiceLink">;
2560
- };
2561
- };
2562
- };
2563
- signIn: {
2564
- start: {
2565
- title: _clerk_types.LocalizationValue;
2566
- titleCombined: _clerk_types.LocalizationValue;
2567
- subtitle: _clerk_types.LocalizationValue;
2568
- subtitleCombined: _clerk_types.LocalizationValue;
2569
- actionText: _clerk_types.LocalizationValue;
2570
- actionLink: _clerk_types.LocalizationValue;
2571
- actionLink__use_email: _clerk_types.LocalizationValue;
2572
- actionLink__use_phone: _clerk_types.LocalizationValue;
2573
- actionLink__use_username: _clerk_types.LocalizationValue;
2574
- actionLink__use_email_username: _clerk_types.LocalizationValue;
2575
- actionLink__use_passkey: _clerk_types.LocalizationValue;
2576
- actionText__join_waitlist: _clerk_types.LocalizationValue;
2577
- actionLink__join_waitlist: _clerk_types.LocalizationValue;
2578
- alternativePhoneCodeProvider: {
2579
- actionLink: _clerk_types.LocalizationValue;
2580
- label: _clerk_types.LocalizationValue<"provider">;
2581
- subtitle: _clerk_types.LocalizationValue<"provider">;
2582
- title: _clerk_types.LocalizationValue<"provider">;
2583
- };
2584
- };
2585
- password: {
2586
- title: _clerk_types.LocalizationValue;
2587
- subtitle: _clerk_types.LocalizationValue;
2588
- actionLink: _clerk_types.LocalizationValue;
2589
- };
2590
- passwordPwned: {
2591
- title: _clerk_types.LocalizationValue;
2592
- };
2593
- passkey: {
2594
- title: _clerk_types.LocalizationValue;
2595
- subtitle: _clerk_types.LocalizationValue;
2596
- };
2597
- forgotPasswordAlternativeMethods: {
2598
- title: _clerk_types.LocalizationValue;
2599
- label__alternativeMethods: _clerk_types.LocalizationValue;
2600
- blockButton__resetPassword: _clerk_types.LocalizationValue;
2601
- };
2602
- forgotPassword: {
2603
- title: _clerk_types.LocalizationValue;
2604
- subtitle: _clerk_types.LocalizationValue;
2605
- subtitle_email: _clerk_types.LocalizationValue;
2606
- subtitle_phone: _clerk_types.LocalizationValue;
2607
- formTitle: _clerk_types.LocalizationValue;
2608
- resendButton: _clerk_types.LocalizationValue;
2609
- };
2610
- resetPassword: {
2611
- title: _clerk_types.LocalizationValue;
2612
- formButtonPrimary: _clerk_types.LocalizationValue;
2613
- successMessage: _clerk_types.LocalizationValue;
2614
- requiredMessage: _clerk_types.LocalizationValue;
2615
- };
2616
- resetPasswordMfa: {
2617
- detailsLabel: _clerk_types.LocalizationValue;
2618
- };
2619
- emailCode: {
2620
- title: _clerk_types.LocalizationValue;
2621
- subtitle: _clerk_types.LocalizationValue;
2622
- formTitle: _clerk_types.LocalizationValue;
2623
- resendButton: _clerk_types.LocalizationValue;
2624
- };
2625
- emailLink: {
2626
- title: _clerk_types.LocalizationValue;
2627
- subtitle: _clerk_types.LocalizationValue;
2628
- formTitle: _clerk_types.LocalizationValue;
2629
- formSubtitle: _clerk_types.LocalizationValue;
2630
- resendButton: _clerk_types.LocalizationValue;
2631
- unusedTab: {
2632
- title: _clerk_types.LocalizationValue;
2633
- };
2634
- verified: {
2635
- title: _clerk_types.LocalizationValue;
2636
- subtitle: _clerk_types.LocalizationValue;
2637
- };
2638
- verifiedSwitchTab: {
2639
- subtitle: _clerk_types.LocalizationValue;
2640
- titleNewTab: _clerk_types.LocalizationValue;
2641
- subtitleNewTab: _clerk_types.LocalizationValue;
2642
- };
2643
- loading: {
2644
- title: _clerk_types.LocalizationValue;
2645
- subtitle: _clerk_types.LocalizationValue;
2646
- };
2647
- failed: {
2648
- title: _clerk_types.LocalizationValue;
2649
- subtitle: _clerk_types.LocalizationValue;
2650
- };
2651
- expired: {
2652
- title: _clerk_types.LocalizationValue;
2653
- subtitle: _clerk_types.LocalizationValue;
2654
- };
2655
- clientMismatch: {
2656
- title: _clerk_types.LocalizationValue;
2657
- subtitle: _clerk_types.LocalizationValue;
2658
- };
2659
- };
2660
- phoneCode: {
2661
- title: _clerk_types.LocalizationValue;
2662
- subtitle: _clerk_types.LocalizationValue;
2663
- formTitle: _clerk_types.LocalizationValue;
2664
- resendButton: _clerk_types.LocalizationValue;
2665
- };
2666
- alternativePhoneCodeProvider: {
2667
- formTitle: _clerk_types.LocalizationValue;
2668
- resendButton: _clerk_types.LocalizationValue;
2669
- subtitle: _clerk_types.LocalizationValue;
2670
- title: _clerk_types.LocalizationValue<"provider">;
2671
- };
2672
- phoneCodeMfa: {
2673
- title: _clerk_types.LocalizationValue;
2674
- subtitle: _clerk_types.LocalizationValue;
2675
- formTitle: _clerk_types.LocalizationValue;
2676
- resendButton: _clerk_types.LocalizationValue;
2677
- };
2678
- totpMfa: {
2679
- title: _clerk_types.LocalizationValue;
2680
- subtitle: _clerk_types.LocalizationValue;
2681
- formTitle: _clerk_types.LocalizationValue;
2682
- };
2683
- backupCodeMfa: {
2684
- title: _clerk_types.LocalizationValue;
2685
- subtitle: _clerk_types.LocalizationValue;
2686
- };
2687
- alternativeMethods: {
2688
- title: _clerk_types.LocalizationValue;
2689
- subtitle: _clerk_types.LocalizationValue;
2690
- actionLink: _clerk_types.LocalizationValue;
2691
- actionText: _clerk_types.LocalizationValue;
2692
- blockButton__emailLink: _clerk_types.LocalizationValue<"identifier">;
2693
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
2694
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
2695
- blockButton__password: _clerk_types.LocalizationValue;
2696
- blockButton__passkey: _clerk_types.LocalizationValue;
2697
- blockButton__totp: _clerk_types.LocalizationValue;
2698
- blockButton__backupCode: _clerk_types.LocalizationValue;
2699
- getHelp: {
2700
- title: _clerk_types.LocalizationValue;
2701
- content: _clerk_types.LocalizationValue;
2702
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2703
- };
2704
- };
2705
- noAvailableMethods: {
2706
- title: _clerk_types.LocalizationValue;
2707
- subtitle: _clerk_types.LocalizationValue;
2708
- message: _clerk_types.LocalizationValue;
2709
- };
2710
- accountSwitcher: {
2711
- title: _clerk_types.LocalizationValue;
2712
- subtitle: _clerk_types.LocalizationValue;
2713
- action__addAccount: _clerk_types.LocalizationValue;
2714
- action__signOutAll: _clerk_types.LocalizationValue;
2715
- };
2716
- };
2717
- reverification: {
2718
- password: {
2719
- title: _clerk_types.LocalizationValue;
2720
- subtitle: _clerk_types.LocalizationValue;
2721
- actionLink: _clerk_types.LocalizationValue;
2722
- };
2723
- emailCode: {
2724
- title: _clerk_types.LocalizationValue;
2725
- subtitle: _clerk_types.LocalizationValue;
2726
- formTitle: _clerk_types.LocalizationValue;
2727
- resendButton: _clerk_types.LocalizationValue;
2728
- };
2729
- phoneCode: {
2730
- title: _clerk_types.LocalizationValue;
2731
- subtitle: _clerk_types.LocalizationValue;
2732
- formTitle: _clerk_types.LocalizationValue;
2733
- resendButton: _clerk_types.LocalizationValue;
2734
- };
2735
- phoneCodeMfa: {
2736
- title: _clerk_types.LocalizationValue;
2737
- subtitle: _clerk_types.LocalizationValue;
2738
- formTitle: _clerk_types.LocalizationValue;
2739
- resendButton: _clerk_types.LocalizationValue;
2740
- };
2741
- totpMfa: {
2742
- title: _clerk_types.LocalizationValue;
2743
- subtitle: _clerk_types.LocalizationValue;
2744
- formTitle: _clerk_types.LocalizationValue;
2745
- };
2746
- backupCodeMfa: {
2747
- title: _clerk_types.LocalizationValue;
2748
- subtitle: _clerk_types.LocalizationValue;
2749
- };
2750
- passkey: {
2751
- title: _clerk_types.LocalizationValue;
2752
- subtitle: _clerk_types.LocalizationValue;
2753
- blockButton__passkey: _clerk_types.LocalizationValue;
2754
- };
2755
- alternativeMethods: {
2756
- title: _clerk_types.LocalizationValue;
2757
- subtitle: _clerk_types.LocalizationValue;
2758
- actionLink: _clerk_types.LocalizationValue;
2759
- actionText: _clerk_types.LocalizationValue;
2760
- blockButton__emailCode: _clerk_types.LocalizationValue<"identifier">;
2761
- blockButton__phoneCode: _clerk_types.LocalizationValue<"identifier">;
2762
- blockButton__password: _clerk_types.LocalizationValue;
2763
- blockButton__totp: _clerk_types.LocalizationValue;
2764
- blockButton__passkey: _clerk_types.LocalizationValue;
2765
- blockButton__backupCode: _clerk_types.LocalizationValue;
2766
- getHelp: {
2767
- title: _clerk_types.LocalizationValue;
2768
- content: _clerk_types.LocalizationValue;
2769
- blockButton__emailSupport: _clerk_types.LocalizationValue;
2770
- };
2771
- };
2772
- noAvailableMethods: {
2773
- title: _clerk_types.LocalizationValue;
2774
- subtitle: _clerk_types.LocalizationValue;
2775
- message: _clerk_types.LocalizationValue;
2776
- };
2777
- };
2778
- userProfile: {
2779
- mobileButton__menu: _clerk_types.LocalizationValue;
2780
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
2781
- formButtonPrimary__save: _clerk_types.LocalizationValue;
2782
- formButtonPrimary__finish: _clerk_types.LocalizationValue;
2783
- formButtonPrimary__remove: _clerk_types.LocalizationValue;
2784
- formButtonPrimary__add: _clerk_types.LocalizationValue;
2785
- formButtonReset: _clerk_types.LocalizationValue;
2786
- navbar: {
2787
- title: _clerk_types.LocalizationValue;
2788
- description: _clerk_types.LocalizationValue;
2789
- account: _clerk_types.LocalizationValue;
2790
- security: _clerk_types.LocalizationValue;
2791
- billing: _clerk_types.LocalizationValue;
2792
- apiKeys: _clerk_types.LocalizationValue;
2793
- };
2794
- start: {
2795
- headerTitle__account: _clerk_types.LocalizationValue;
2796
- headerTitle__security: _clerk_types.LocalizationValue;
2797
- profileSection: {
2798
- title: _clerk_types.LocalizationValue;
2799
- primaryButton: _clerk_types.LocalizationValue;
2800
- };
2801
- usernameSection: {
2802
- title: _clerk_types.LocalizationValue;
2803
- primaryButton__updateUsername: _clerk_types.LocalizationValue;
2804
- primaryButton__setUsername: _clerk_types.LocalizationValue;
2805
- };
2806
- emailAddressesSection: {
2807
- title: _clerk_types.LocalizationValue;
2808
- primaryButton: _clerk_types.LocalizationValue;
2809
- detailsAction__primary: _clerk_types.LocalizationValue;
2810
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2811
- detailsAction__unverified: _clerk_types.LocalizationValue;
2812
- destructiveAction: _clerk_types.LocalizationValue;
2813
- };
2814
- phoneNumbersSection: {
2815
- title: _clerk_types.LocalizationValue;
2816
- primaryButton: _clerk_types.LocalizationValue;
2817
- detailsAction__primary: _clerk_types.LocalizationValue;
2818
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2819
- detailsAction__unverified: _clerk_types.LocalizationValue;
2820
- destructiveAction: _clerk_types.LocalizationValue;
2821
- };
2822
- connectedAccountsSection: {
2823
- title: _clerk_types.LocalizationValue;
2824
- primaryButton: _clerk_types.LocalizationValue;
2825
- actionLabel__connectionFailed: _clerk_types.LocalizationValue;
2826
- actionLabel__reauthorize: _clerk_types.LocalizationValue;
2827
- subtitle__reauthorize: _clerk_types.LocalizationValue;
2828
- subtitle__disconnected: _clerk_types.LocalizationValue;
2829
- destructiveActionTitle: _clerk_types.LocalizationValue;
2830
- };
2831
- enterpriseAccountsSection: {
2832
- title: _clerk_types.LocalizationValue;
2833
- };
2834
- passwordSection: {
2835
- title: _clerk_types.LocalizationValue;
2836
- primaryButton__updatePassword: _clerk_types.LocalizationValue;
2837
- primaryButton__setPassword: _clerk_types.LocalizationValue;
2838
- };
2839
- passkeysSection: {
2840
- title: _clerk_types.LocalizationValue;
2841
- primaryButton: _clerk_types.LocalizationValue;
2842
- menuAction__rename: _clerk_types.LocalizationValue;
2843
- menuAction__destructive: _clerk_types.LocalizationValue;
2844
- };
2845
- mfaSection: {
2846
- title: _clerk_types.LocalizationValue;
2847
- primaryButton: _clerk_types.LocalizationValue;
2848
- phoneCode: {
2849
- destructiveActionLabel: _clerk_types.LocalizationValue;
2850
- actionLabel__setDefault: _clerk_types.LocalizationValue;
2851
- };
2852
- backupCodes: {
2853
- headerTitle: _clerk_types.LocalizationValue;
2854
- title__regenerate: _clerk_types.LocalizationValue;
2855
- subtitle__regenerate: _clerk_types.LocalizationValue;
2856
- actionLabel__regenerate: _clerk_types.LocalizationValue;
2857
- };
2858
- totp: {
2859
- headerTitle: _clerk_types.LocalizationValue;
2860
- destructiveActionTitle: _clerk_types.LocalizationValue;
2861
- };
2862
- };
2863
- activeDevicesSection: {
2864
- title: _clerk_types.LocalizationValue;
2865
- destructiveAction: _clerk_types.LocalizationValue;
2866
- };
2867
- web3WalletsSection: {
2868
- title: _clerk_types.LocalizationValue;
2869
- primaryButton: _clerk_types.LocalizationValue;
2870
- destructiveAction: _clerk_types.LocalizationValue;
2871
- detailsAction__nonPrimary: _clerk_types.LocalizationValue;
2872
- };
2873
- dangerSection: {
2874
- title: _clerk_types.LocalizationValue;
2875
- deleteAccountButton: _clerk_types.LocalizationValue;
2876
- };
2877
- };
2878
- profilePage: {
2879
- title: _clerk_types.LocalizationValue;
2880
- imageFormTitle: _clerk_types.LocalizationValue;
2881
- imageFormSubtitle: _clerk_types.LocalizationValue;
2882
- imageFormDestructiveActionSubtitle: _clerk_types.LocalizationValue;
2883
- fileDropAreaHint: _clerk_types.LocalizationValue;
2884
- readonly: _clerk_types.LocalizationValue;
2885
- successMessage: _clerk_types.LocalizationValue;
2886
- };
2887
- usernamePage: {
2888
- successMessage: _clerk_types.LocalizationValue;
2889
- title__set: _clerk_types.LocalizationValue;
2890
- title__update: _clerk_types.LocalizationValue;
2891
- };
2892
- emailAddressPage: {
2893
- title: _clerk_types.LocalizationValue;
2894
- verifyTitle: _clerk_types.LocalizationValue;
2895
- formHint: _clerk_types.LocalizationValue;
2896
- emailCode: {
2897
- formHint: _clerk_types.LocalizationValue;
2898
- formTitle: _clerk_types.LocalizationValue;
2899
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2900
- resendButton: _clerk_types.LocalizationValue;
2901
- successMessage: _clerk_types.LocalizationValue;
2902
- };
2903
- emailLink: {
2904
- formHint: _clerk_types.LocalizationValue;
2905
- formTitle: _clerk_types.LocalizationValue;
2906
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2907
- resendButton: _clerk_types.LocalizationValue;
2908
- successMessage: _clerk_types.LocalizationValue;
2909
- };
2910
- enterpriseSSOLink: {
2911
- formSubtitle: _clerk_types.LocalizationValue<"identifier">;
2912
- formButton: _clerk_types.LocalizationValue;
2913
- };
2914
- removeResource: {
2915
- title: _clerk_types.LocalizationValue;
2916
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2917
- messageLine2: _clerk_types.LocalizationValue;
2918
- successMessage: _clerk_types.LocalizationValue<"emailAddress">;
2919
- };
2920
- };
2921
- apiKeysPage: {
2922
- title: _clerk_types.LocalizationValue;
2923
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
2924
- };
2925
- passkeyScreen: {
2926
- title__rename: _clerk_types.LocalizationValue;
2927
- subtitle__rename: _clerk_types.LocalizationValue;
2928
- removeResource: {
2929
- title: _clerk_types.LocalizationValue;
2930
- messageLine1: _clerk_types.LocalizationValue<"name">;
2931
- };
2932
- };
2933
- phoneNumberPage: {
2934
- title: _clerk_types.LocalizationValue;
2935
- verifyTitle: _clerk_types.LocalizationValue;
2936
- verifySubtitle: _clerk_types.LocalizationValue<"identifier">;
2937
- successMessage: _clerk_types.LocalizationValue;
2938
- infoText: _clerk_types.LocalizationValue;
2939
- removeResource: {
2940
- title: _clerk_types.LocalizationValue;
2941
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2942
- messageLine2: _clerk_types.LocalizationValue;
2943
- successMessage: _clerk_types.LocalizationValue<"phoneNumber">;
2944
- };
2945
- };
2946
- connectedAccountPage: {
2947
- title: _clerk_types.LocalizationValue;
2948
- formHint: _clerk_types.LocalizationValue;
2949
- formHint__noAccounts: _clerk_types.LocalizationValue;
2950
- socialButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2951
- successMessage: _clerk_types.LocalizationValue;
2952
- removeResource: {
2953
- title: _clerk_types.LocalizationValue;
2954
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2955
- messageLine2: _clerk_types.LocalizationValue;
2956
- successMessage: _clerk_types.LocalizationValue<"connectedAccount">;
2957
- };
2958
- };
2959
- web3WalletPage: {
2960
- title: _clerk_types.LocalizationValue;
2961
- subtitle__availableWallets: _clerk_types.LocalizationValue;
2962
- subtitle__unavailableWallets: _clerk_types.LocalizationValue;
2963
- web3WalletButtonsBlockButton: _clerk_types.LocalizationValue<"provider">;
2964
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
2965
- removeResource: {
2966
- title: _clerk_types.LocalizationValue;
2967
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
2968
- messageLine2: _clerk_types.LocalizationValue;
2969
- successMessage: _clerk_types.LocalizationValue<"web3Wallet">;
2970
- };
2971
- };
2972
- passwordPage: {
2973
- successMessage__set: _clerk_types.LocalizationValue;
2974
- successMessage__update: _clerk_types.LocalizationValue;
2975
- successMessage__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2976
- checkboxInfoText__signOutOfOtherSessions: _clerk_types.LocalizationValue;
2977
- readonly: _clerk_types.LocalizationValue;
2978
- title__set: _clerk_types.LocalizationValue;
2979
- title__update: _clerk_types.LocalizationValue;
2980
- };
2981
- mfaPage: {
2982
- title: _clerk_types.LocalizationValue;
2983
- formHint: _clerk_types.LocalizationValue;
2984
- };
2985
- mfaTOTPPage: {
2986
- title: _clerk_types.LocalizationValue;
2987
- verifyTitle: _clerk_types.LocalizationValue;
2988
- verifySubtitle: _clerk_types.LocalizationValue;
2989
- successMessage: _clerk_types.LocalizationValue;
2990
- authenticatorApp: {
2991
- infoText__ableToScan: _clerk_types.LocalizationValue;
2992
- infoText__unableToScan: _clerk_types.LocalizationValue;
2993
- inputLabel__unableToScan1: _clerk_types.LocalizationValue;
2994
- inputLabel__unableToScan2: _clerk_types.LocalizationValue;
2995
- buttonAbleToScan__nonPrimary: _clerk_types.LocalizationValue;
2996
- buttonUnableToScan__nonPrimary: _clerk_types.LocalizationValue;
2997
- };
2998
- removeResource: {
2999
- title: _clerk_types.LocalizationValue;
3000
- messageLine1: _clerk_types.LocalizationValue;
3001
- messageLine2: _clerk_types.LocalizationValue;
3002
- successMessage: _clerk_types.LocalizationValue;
3003
- };
3004
- };
3005
- mfaPhoneCodePage: {
3006
- title: _clerk_types.LocalizationValue;
3007
- primaryButton__addPhoneNumber: _clerk_types.LocalizationValue;
3008
- backButton: _clerk_types.LocalizationValue;
3009
- subtitle__availablePhoneNumbers: _clerk_types.LocalizationValue;
3010
- subtitle__unavailablePhoneNumbers: _clerk_types.LocalizationValue;
3011
- successTitle: _clerk_types.LocalizationValue;
3012
- successMessage1: _clerk_types.LocalizationValue;
3013
- successMessage2: _clerk_types.LocalizationValue;
3014
- removeResource: {
3015
- title: _clerk_types.LocalizationValue;
3016
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3017
- messageLine2: _clerk_types.LocalizationValue;
3018
- successMessage: _clerk_types.LocalizationValue<"mfaPhoneCode">;
3019
- };
3020
- };
3021
- backupCodePage: {
3022
- title: _clerk_types.LocalizationValue;
3023
- title__codelist: _clerk_types.LocalizationValue;
3024
- subtitle__codelist: _clerk_types.LocalizationValue;
3025
- infoText1: _clerk_types.LocalizationValue;
3026
- infoText2: _clerk_types.LocalizationValue;
3027
- successSubtitle: _clerk_types.LocalizationValue;
3028
- successMessage: _clerk_types.LocalizationValue;
3029
- actionLabel__copy: _clerk_types.LocalizationValue;
3030
- actionLabel__copied: _clerk_types.LocalizationValue;
3031
- actionLabel__download: _clerk_types.LocalizationValue;
3032
- actionLabel__print: _clerk_types.LocalizationValue;
3033
- };
3034
- deletePage: {
3035
- title: _clerk_types.LocalizationValue;
3036
- messageLine1: _clerk_types.LocalizationValue;
3037
- messageLine2: _clerk_types.LocalizationValue;
3038
- actionDescription: _clerk_types.LocalizationValue;
3039
- confirm: _clerk_types.LocalizationValue;
3040
- };
3041
- billingPage: {
3042
- title: _clerk_types.LocalizationValue;
3043
- start: {
3044
- headerTitle__payments: _clerk_types.LocalizationValue;
3045
- headerTitle__plans: _clerk_types.LocalizationValue;
3046
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
3047
- headerTitle__statements: _clerk_types.LocalizationValue;
3048
- };
3049
- statementsSection: {
3050
- empty: _clerk_types.LocalizationValue;
3051
- itemCaption__paidForPlan: _clerk_types.LocalizationValue;
3052
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
3053
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue;
3054
- notFound: _clerk_types.LocalizationValue;
3055
- tableHeader__date: _clerk_types.LocalizationValue;
3056
- tableHeader__amount: _clerk_types.LocalizationValue;
3057
- title: _clerk_types.LocalizationValue;
3058
- totalPaid: _clerk_types.LocalizationValue;
3059
- };
3060
- switchPlansSection: {
3061
- title: _clerk_types.LocalizationValue;
3062
- };
3063
- subscriptionsListSection: {
3064
- tableHeader__plan: _clerk_types.LocalizationValue;
3065
- tableHeader__startDate: _clerk_types.LocalizationValue;
3066
- tableHeader__edit: _clerk_types.LocalizationValue;
3067
- title: _clerk_types.LocalizationValue;
3068
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
3069
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
3070
- };
3071
- paymentHistorySection: {
3072
- empty: _clerk_types.LocalizationValue;
3073
- notFound: _clerk_types.LocalizationValue;
3074
- tableHeader__date: _clerk_types.LocalizationValue;
3075
- tableHeader__amount: _clerk_types.LocalizationValue;
3076
- tableHeader__status: _clerk_types.LocalizationValue;
3077
- };
3078
- paymentSourcesSection: {
3079
- title: _clerk_types.LocalizationValue;
3080
- add: _clerk_types.LocalizationValue;
3081
- addSubtitle: _clerk_types.LocalizationValue;
3082
- cancelButton: _clerk_types.LocalizationValue;
3083
- actionLabel__default: _clerk_types.LocalizationValue;
3084
- actionLabel__remove: _clerk_types.LocalizationValue;
3085
- formButtonPrimary__add: _clerk_types.LocalizationValue;
3086
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
3087
- removeResource: {
3088
- title: _clerk_types.LocalizationValue;
3089
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3090
- messageLine2: _clerk_types.LocalizationValue;
3091
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
3092
- };
3093
- payWithTestCardButton: _clerk_types.LocalizationValue;
3094
- };
3095
- subscriptionsSection: {
3096
- actionLabel__default: _clerk_types.LocalizationValue;
3097
- };
3098
- };
3099
- plansPage: {
3100
- title: _clerk_types.LocalizationValue;
3101
- alerts: {
3102
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
3103
- };
3104
- };
3105
- };
3106
- userButton: {
3107
- action__manageAccount: _clerk_types.LocalizationValue;
3108
- action__signOut: _clerk_types.LocalizationValue;
3109
- action__signOutAll: _clerk_types.LocalizationValue;
3110
- action__addAccount: _clerk_types.LocalizationValue;
3111
- };
3112
- organizationSwitcher: {
3113
- personalWorkspace: _clerk_types.LocalizationValue;
3114
- notSelected: _clerk_types.LocalizationValue;
3115
- action__createOrganization: _clerk_types.LocalizationValue;
3116
- action__manageOrganization: _clerk_types.LocalizationValue;
3117
- action__invitationAccept: _clerk_types.LocalizationValue;
3118
- action__suggestionsAccept: _clerk_types.LocalizationValue;
3119
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
3120
- };
3121
- impersonationFab: {
3122
- title: _clerk_types.LocalizationValue<"identifier">;
3123
- action__signOut: _clerk_types.LocalizationValue;
3124
- };
3125
- organizationProfile: {
3126
- navbar: {
3127
- title: _clerk_types.LocalizationValue;
3128
- description: _clerk_types.LocalizationValue;
3129
- general: _clerk_types.LocalizationValue;
3130
- members: _clerk_types.LocalizationValue;
3131
- billing: _clerk_types.LocalizationValue;
3132
- apiKeys: _clerk_types.LocalizationValue;
3133
- };
3134
- badge__unverified: _clerk_types.LocalizationValue;
3135
- badge__automaticInvitation: _clerk_types.LocalizationValue;
3136
- badge__automaticSuggestion: _clerk_types.LocalizationValue;
3137
- badge__manualInvitation: _clerk_types.LocalizationValue;
3138
- start: {
3139
- headerTitle__members: _clerk_types.LocalizationValue;
3140
- headerTitle__general: _clerk_types.LocalizationValue;
3141
- profileSection: {
3142
- title: _clerk_types.LocalizationValue;
3143
- primaryButton: _clerk_types.LocalizationValue;
3144
- uploadAction__title: _clerk_types.LocalizationValue;
3145
- };
3146
- };
3147
- profilePage: {
3148
- title: _clerk_types.LocalizationValue;
3149
- successMessage: _clerk_types.LocalizationValue;
3150
- dangerSection: {
3151
- title: _clerk_types.LocalizationValue;
3152
- leaveOrganization: {
3153
- title: _clerk_types.LocalizationValue;
3154
- messageLine1: _clerk_types.LocalizationValue;
3155
- messageLine2: _clerk_types.LocalizationValue;
3156
- successMessage: _clerk_types.LocalizationValue;
3157
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
3158
- };
3159
- deleteOrganization: {
3160
- title: _clerk_types.LocalizationValue;
3161
- messageLine1: _clerk_types.LocalizationValue;
3162
- messageLine2: _clerk_types.LocalizationValue;
3163
- actionDescription: _clerk_types.LocalizationValue<"organizationName">;
3164
- successMessage: _clerk_types.LocalizationValue;
3165
- };
3166
- };
3167
- domainSection: {
3168
- title: _clerk_types.LocalizationValue;
3169
- subtitle: _clerk_types.LocalizationValue;
3170
- primaryButton: _clerk_types.LocalizationValue;
3171
- menuAction__verify: _clerk_types.LocalizationValue;
3172
- menuAction__remove: _clerk_types.LocalizationValue;
3173
- menuAction__manage: _clerk_types.LocalizationValue;
3174
- };
3175
- };
3176
- createDomainPage: {
3177
- title: _clerk_types.LocalizationValue;
3178
- subtitle: _clerk_types.LocalizationValue;
3179
- };
3180
- verifyDomainPage: {
3181
- title: _clerk_types.LocalizationValue;
3182
- subtitle: _clerk_types.LocalizationValue<"domainName">;
3183
- subtitleVerificationCodeScreen: _clerk_types.LocalizationValue<"emailAddress">;
3184
- formTitle: _clerk_types.LocalizationValue;
3185
- formSubtitle: _clerk_types.LocalizationValue;
3186
- resendButton: _clerk_types.LocalizationValue;
3187
- };
3188
- verifiedDomainPage: {
3189
- title: _clerk_types.LocalizationValue<"domain">;
3190
- subtitle: _clerk_types.LocalizationValue<"domain">;
3191
- start: {
3192
- headerTitle__enrollment: _clerk_types.LocalizationValue;
3193
- headerTitle__danger: _clerk_types.LocalizationValue;
3194
- };
3195
- enrollmentTab: {
3196
- subtitle: _clerk_types.LocalizationValue;
3197
- manualInvitationOption__label: _clerk_types.LocalizationValue;
3198
- manualInvitationOption__description: _clerk_types.LocalizationValue;
3199
- automaticInvitationOption__label: _clerk_types.LocalizationValue;
3200
- automaticInvitationOption__description: _clerk_types.LocalizationValue;
3201
- automaticSuggestionOption__label: _clerk_types.LocalizationValue;
3202
- automaticSuggestionOption__description: _clerk_types.LocalizationValue;
3203
- calloutInfoLabel: _clerk_types.LocalizationValue;
3204
- calloutInvitationCountLabel: _clerk_types.LocalizationValue<"count">;
3205
- calloutSuggestionCountLabel: _clerk_types.LocalizationValue<"count">;
3206
- };
3207
- dangerTab: {
3208
- removeDomainTitle: _clerk_types.LocalizationValue;
3209
- removeDomainSubtitle: _clerk_types.LocalizationValue;
3210
- removeDomainActionLabel__remove: _clerk_types.LocalizationValue;
3211
- calloutInfoLabel: _clerk_types.LocalizationValue;
3212
- };
3213
- };
3214
- invitePage: {
3215
- title: _clerk_types.LocalizationValue;
3216
- subtitle: _clerk_types.LocalizationValue;
3217
- successMessage: _clerk_types.LocalizationValue;
3218
- detailsTitle__inviteFailed: _clerk_types.LocalizationValue<"email_addresses">;
3219
- formButtonPrimary__continue: _clerk_types.LocalizationValue;
3220
- selectDropdown__role: _clerk_types.LocalizationValue;
3221
- };
3222
- removeDomainPage: {
3223
- title: _clerk_types.LocalizationValue;
3224
- messageLine1: _clerk_types.LocalizationValue<"domain">;
3225
- messageLine2: _clerk_types.LocalizationValue;
3226
- successMessage: _clerk_types.LocalizationValue;
3227
- };
3228
- membersPage: {
3229
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
3230
- action__invite: _clerk_types.LocalizationValue;
3231
- action__search: _clerk_types.LocalizationValue;
3232
- start: {
3233
- headerTitle__members: _clerk_types.LocalizationValue;
3234
- headerTitle__invitations: _clerk_types.LocalizationValue;
3235
- headerTitle__requests: _clerk_types.LocalizationValue;
3236
- };
3237
- activeMembersTab: {
3238
- tableHeader__user: _clerk_types.LocalizationValue;
3239
- tableHeader__joined: _clerk_types.LocalizationValue;
3240
- tableHeader__role: _clerk_types.LocalizationValue;
3241
- tableHeader__actions: _clerk_types.LocalizationValue;
3242
- menuAction__remove: _clerk_types.LocalizationValue;
3243
- };
3244
- invitedMembersTab: {
3245
- tableHeader__invited: _clerk_types.LocalizationValue;
3246
- menuAction__revoke: _clerk_types.LocalizationValue;
3247
- };
3248
- invitationsTab: {
3249
- table__emptyRow: _clerk_types.LocalizationValue;
3250
- autoInvitations: {
3251
- headerTitle: _clerk_types.LocalizationValue;
3252
- headerSubtitle: _clerk_types.LocalizationValue;
3253
- primaryButton: _clerk_types.LocalizationValue;
3254
- };
3255
- };
3256
- requestsTab: {
3257
- tableHeader__requested: _clerk_types.LocalizationValue;
3258
- menuAction__approve: _clerk_types.LocalizationValue;
3259
- menuAction__reject: _clerk_types.LocalizationValue;
3260
- table__emptyRow: _clerk_types.LocalizationValue;
3261
- autoSuggestions: {
3262
- headerTitle: _clerk_types.LocalizationValue;
3263
- headerSubtitle: _clerk_types.LocalizationValue;
3264
- primaryButton: _clerk_types.LocalizationValue;
3265
- };
3266
- };
3267
- };
3268
- billingPage: {
3269
- title: _clerk_types.LocalizationValue;
3270
- start: {
3271
- headerTitle__payments: _clerk_types.LocalizationValue;
3272
- headerTitle__plans: _clerk_types.LocalizationValue;
3273
- headerTitle__subscriptions: _clerk_types.LocalizationValue;
3274
- headerTitle__statements: _clerk_types.LocalizationValue;
3275
- };
3276
- statementsSection: {
3277
- empty: _clerk_types.LocalizationValue;
3278
- itemCaption__paidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
3279
- itemCaption__proratedCredit: _clerk_types.LocalizationValue;
3280
- itemCaption__subscribedAndPaidForPlan: _clerk_types.LocalizationValue<"plan" | "period">;
3281
- notFound: _clerk_types.LocalizationValue;
3282
- tableHeader__date: _clerk_types.LocalizationValue;
3283
- tableHeader__amount: _clerk_types.LocalizationValue;
3284
- title: _clerk_types.LocalizationValue;
3285
- totalPaid: _clerk_types.LocalizationValue;
3286
- };
3287
- switchPlansSection: {
3288
- title: _clerk_types.LocalizationValue;
3289
- };
3290
- subscriptionsListSection: {
3291
- tableHeader__plan: _clerk_types.LocalizationValue;
3292
- tableHeader__startDate: _clerk_types.LocalizationValue;
3293
- tableHeader__edit: _clerk_types.LocalizationValue;
3294
- title: _clerk_types.LocalizationValue;
3295
- actionLabel__newSubscription: _clerk_types.LocalizationValue;
3296
- actionLabel__switchPlan: _clerk_types.LocalizationValue;
3297
- };
3298
- paymentHistorySection: {
3299
- empty: _clerk_types.LocalizationValue;
3300
- notFound: _clerk_types.LocalizationValue;
3301
- tableHeader__date: _clerk_types.LocalizationValue;
3302
- tableHeader__amount: _clerk_types.LocalizationValue;
3303
- tableHeader__status: _clerk_types.LocalizationValue;
3304
- };
3305
- paymentSourcesSection: {
3306
- title: _clerk_types.LocalizationValue;
3307
- add: _clerk_types.LocalizationValue;
3308
- addSubtitle: _clerk_types.LocalizationValue;
3309
- cancelButton: _clerk_types.LocalizationValue;
3310
- actionLabel__default: _clerk_types.LocalizationValue;
3311
- actionLabel__remove: _clerk_types.LocalizationValue;
3312
- formButtonPrimary__add: _clerk_types.LocalizationValue;
3313
- formButtonPrimary__pay: _clerk_types.LocalizationValue;
3314
- removeResource: {
3315
- title: _clerk_types.LocalizationValue;
3316
- messageLine1: _clerk_types.LocalizationValue<"identifier">;
3317
- messageLine2: _clerk_types.LocalizationValue;
3318
- successMessage: _clerk_types.LocalizationValue<"paymentSource">;
3319
- };
3320
- payWithTestCardButton: _clerk_types.LocalizationValue;
3321
- };
3322
- subscriptionsSection: {
3323
- actionLabel__default: _clerk_types.LocalizationValue;
3324
- };
3325
- };
3326
- plansPage: {
3327
- title: _clerk_types.LocalizationValue;
3328
- alerts: {
3329
- noPermissionsToManageBilling: _clerk_types.LocalizationValue;
3330
- };
3331
- };
3332
- apiKeysPage: {
3333
- title: _clerk_types.LocalizationValue;
3334
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
3335
- };
3336
- };
3337
- createOrganization: {
3338
- title: _clerk_types.LocalizationValue;
3339
- formButtonSubmit: _clerk_types.LocalizationValue;
3340
- invitePage: {
3341
- formButtonReset: _clerk_types.LocalizationValue;
3342
- };
3343
- };
3344
- organizationList: {
3345
- createOrganization: _clerk_types.LocalizationValue;
3346
- title: _clerk_types.LocalizationValue<"applicationName">;
3347
- titleWithoutPersonal: _clerk_types.LocalizationValue;
3348
- subtitle: _clerk_types.LocalizationValue<"applicationName">;
3349
- action__invitationAccept: _clerk_types.LocalizationValue;
3350
- invitationAcceptedLabel: _clerk_types.LocalizationValue;
3351
- action__suggestionsAccept: _clerk_types.LocalizationValue;
3352
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
3353
- action__createOrganization: _clerk_types.LocalizationValue;
3354
- };
3355
- unstable__errors: {
3356
- external_account_not_found: _clerk_types.LocalizationValue;
3357
- identification_deletion_failed: _clerk_types.LocalizationValue;
3358
- phone_number_exists: _clerk_types.LocalizationValue;
3359
- form_identifier_not_found: _clerk_types.LocalizationValue;
3360
- captcha_unavailable: _clerk_types.LocalizationValue;
3361
- captcha_invalid: _clerk_types.LocalizationValue;
3362
- passkey_not_supported: _clerk_types.LocalizationValue;
3363
- passkey_pa_not_supported: _clerk_types.LocalizationValue;
3364
- passkey_retrieval_cancelled: _clerk_types.LocalizationValue;
3365
- passkey_registration_cancelled: _clerk_types.LocalizationValue;
3366
- passkey_already_exists: _clerk_types.LocalizationValue;
3367
- web3_missing_identifier: _clerk_types.LocalizationValue;
3368
- form_password_pwned: _clerk_types.LocalizationValue;
3369
- form_password_pwned__sign_in: _clerk_types.LocalizationValue;
3370
- form_username_invalid_length: _clerk_types.LocalizationValue<"min_length" | "max_length">;
3371
- form_username_invalid_character: _clerk_types.LocalizationValue;
3372
- form_param_format_invalid: _clerk_types.LocalizationValue;
3373
- form_param_format_invalid__email_address: _clerk_types.LocalizationValue;
3374
- form_param_type_invalid: _clerk_types.LocalizationValue;
3375
- form_param_type_invalid__phone_number: _clerk_types.LocalizationValue;
3376
- form_param_type_invalid__email_address: _clerk_types.LocalizationValue;
3377
- form_password_length_too_short: _clerk_types.LocalizationValue;
3378
- form_param_nil: _clerk_types.LocalizationValue;
3379
- form_code_incorrect: _clerk_types.LocalizationValue;
3380
- form_password_incorrect: _clerk_types.LocalizationValue;
3381
- form_password_validation_failed: _clerk_types.LocalizationValue;
3382
- not_allowed_access: _clerk_types.LocalizationValue;
3383
- form_identifier_exists: _clerk_types.LocalizationValue;
3384
- form_identifier_exists__email_address: _clerk_types.LocalizationValue;
3385
- form_identifier_exists__username: _clerk_types.LocalizationValue;
3386
- form_identifier_exists__phone_number: _clerk_types.LocalizationValue;
3387
- form_password_not_strong_enough: _clerk_types.LocalizationValue;
3388
- form_password_size_in_bytes_exceeded: _clerk_types.LocalizationValue;
3389
- form_param_value_invalid: _clerk_types.LocalizationValue;
3390
- passwordComplexity: {
3391
- sentencePrefix: _clerk_types.LocalizationValue;
3392
- minimumLength: _clerk_types.LocalizationValue;
3393
- maximumLength: _clerk_types.LocalizationValue;
3394
- requireNumbers: _clerk_types.LocalizationValue;
3395
- requireLowercase: _clerk_types.LocalizationValue;
3396
- requireUppercase: _clerk_types.LocalizationValue;
3397
- requireSpecialCharacter: _clerk_types.LocalizationValue;
3398
- };
3399
- session_exists: _clerk_types.LocalizationValue;
3400
- zxcvbn: {
3401
- notEnough: _clerk_types.LocalizationValue;
3402
- couldBeStronger: _clerk_types.LocalizationValue;
3403
- goodPassword: _clerk_types.LocalizationValue;
3404
- warnings: {
3405
- straightRow: _clerk_types.LocalizationValue;
3406
- keyPattern: _clerk_types.LocalizationValue;
3407
- simpleRepeat: _clerk_types.LocalizationValue;
3408
- extendedRepeat: _clerk_types.LocalizationValue;
3409
- sequences: _clerk_types.LocalizationValue;
3410
- recentYears: _clerk_types.LocalizationValue;
3411
- dates: _clerk_types.LocalizationValue;
3412
- topTen: _clerk_types.LocalizationValue;
3413
- topHundred: _clerk_types.LocalizationValue;
3414
- common: _clerk_types.LocalizationValue;
3415
- similarToCommon: _clerk_types.LocalizationValue;
3416
- wordByItself: _clerk_types.LocalizationValue;
3417
- namesByThemselves: _clerk_types.LocalizationValue;
3418
- commonNames: _clerk_types.LocalizationValue;
3419
- userInputs: _clerk_types.LocalizationValue;
3420
- pwned: _clerk_types.LocalizationValue;
3421
- };
3422
- suggestions: {
3423
- l33t: _clerk_types.LocalizationValue;
3424
- reverseWords: _clerk_types.LocalizationValue;
3425
- allUppercase: _clerk_types.LocalizationValue;
3426
- capitalization: _clerk_types.LocalizationValue;
3427
- dates: _clerk_types.LocalizationValue;
3428
- recentYears: _clerk_types.LocalizationValue;
3429
- associatedYears: _clerk_types.LocalizationValue;
3430
- sequences: _clerk_types.LocalizationValue;
3431
- repeated: _clerk_types.LocalizationValue;
3432
- longerKeyboardPattern: _clerk_types.LocalizationValue;
3433
- anotherWord: _clerk_types.LocalizationValue;
3434
- useWords: _clerk_types.LocalizationValue;
3435
- noNeed: _clerk_types.LocalizationValue;
3436
- pwned: _clerk_types.LocalizationValue;
3437
- };
3438
- };
3439
- form_param_max_length_exceeded: _clerk_types.LocalizationValue;
3440
- organization_minimum_permissions_needed: _clerk_types.LocalizationValue;
3441
- already_a_member_in_organization: _clerk_types.LocalizationValue<"email">;
3442
- organization_domain_common: _clerk_types.LocalizationValue;
3443
- organization_domain_blocked: _clerk_types.LocalizationValue;
3444
- organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
3445
- organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
3446
- external_account_not_found__password?: string | undefined;
3447
- identification_deletion_failed__password?: string | undefined;
3448
- phone_number_exists__password?: string | undefined;
3449
- form_identifier_not_found__password?: string | undefined;
3450
- captcha_unavailable__password?: string | undefined;
3451
- captcha_invalid__password?: string | undefined;
3452
- passkey_not_supported__password?: string | undefined;
3453
- passkey_pa_not_supported__password?: string | undefined;
3454
- passkey_retrieval_cancelled__password?: string | undefined;
3455
- passkey_registration_cancelled__password?: string | undefined;
3456
- passkey_already_exists__password?: string | undefined;
3457
- web3_missing_identifier__password?: string | undefined;
3458
- form_password_pwned__password?: string | undefined;
3459
- form_password_pwned__sign_in__password?: string | undefined;
3460
- form_username_invalid_length__password?: string | undefined;
3461
- form_username_invalid_character__password?: string | undefined;
3462
- form_param_format_invalid__password?: string | undefined;
3463
- form_param_format_invalid__email_address__password?: string | undefined;
3464
- form_param_type_invalid__password?: string | undefined;
3465
- form_param_type_invalid__phone_number__password?: string | undefined;
3466
- form_param_type_invalid__email_address__password?: string | undefined;
3467
- form_password_length_too_short__password?: string | undefined;
3468
- form_param_nil__password?: string | undefined;
3469
- form_code_incorrect__password?: string | undefined;
3470
- form_password_incorrect__password?: string | undefined;
3471
- form_password_validation_failed__password?: string | undefined;
3472
- not_allowed_access__password?: string | undefined;
3473
- form_identifier_exists__password?: string | undefined;
3474
- form_identifier_exists__email_address__password?: string | undefined;
3475
- form_identifier_exists__username__password?: string | undefined;
3476
- form_identifier_exists__phone_number__password?: string | undefined;
3477
- form_password_not_strong_enough__password?: string | undefined;
3478
- form_password_size_in_bytes_exceeded__password?: string | undefined;
3479
- form_param_value_invalid__password?: string | undefined;
3480
- passwordComplexity__password?: string | undefined;
3481
- session_exists__password?: string | undefined;
3482
- zxcvbn__password?: string | undefined;
3483
- form_param_max_length_exceeded__password?: string | undefined;
3484
- organization_minimum_permissions_needed__password?: string | undefined;
3485
- already_a_member_in_organization__password?: string | undefined;
3486
- organization_domain_common__password?: string | undefined;
3487
- organization_domain_blocked__password?: string | undefined;
3488
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
3489
- organization_membership_quota_exceeded__password?: string | undefined;
3490
- external_account_not_found__identifier?: string | undefined;
3491
- identification_deletion_failed__identifier?: string | undefined;
3492
- phone_number_exists__identifier?: string | undefined;
3493
- form_identifier_not_found__identifier?: string | undefined;
3494
- captcha_unavailable__identifier?: string | undefined;
3495
- captcha_invalid__identifier?: string | undefined;
3496
- passkey_not_supported__identifier?: string | undefined;
3497
- passkey_pa_not_supported__identifier?: string | undefined;
3498
- passkey_retrieval_cancelled__identifier?: string | undefined;
3499
- passkey_registration_cancelled__identifier?: string | undefined;
3500
- passkey_already_exists__identifier?: string | undefined;
3501
- web3_missing_identifier__identifier?: string | undefined;
3502
- form_password_pwned__identifier?: string | undefined;
3503
- form_password_pwned__sign_in__identifier?: string | undefined;
3504
- form_username_invalid_length__identifier?: string | undefined;
3505
- form_username_invalid_character__identifier?: string | undefined;
3506
- form_param_format_invalid__identifier?: string | undefined;
3507
- form_param_format_invalid__email_address__identifier?: string | undefined;
3508
- form_param_type_invalid__identifier?: string | undefined;
3509
- form_param_type_invalid__phone_number__identifier?: string | undefined;
3510
- form_param_type_invalid__email_address__identifier?: string | undefined;
3511
- form_password_length_too_short__identifier?: string | undefined;
3512
- form_param_nil__identifier?: string | undefined;
3513
- form_code_incorrect__identifier?: string | undefined;
3514
- form_password_incorrect__identifier?: string | undefined;
3515
- form_password_validation_failed__identifier?: string | undefined;
3516
- not_allowed_access__identifier?: string | undefined;
3517
- form_identifier_exists__identifier?: string | undefined;
3518
- form_identifier_exists__email_address__identifier?: string | undefined;
3519
- form_identifier_exists__username__identifier?: string | undefined;
3520
- form_identifier_exists__phone_number__identifier?: string | undefined;
3521
- form_password_not_strong_enough__identifier?: string | undefined;
3522
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
3523
- form_param_value_invalid__identifier?: string | undefined;
3524
- passwordComplexity__identifier?: string | undefined;
3525
- session_exists__identifier?: string | undefined;
3526
- zxcvbn__identifier?: string | undefined;
3527
- form_param_max_length_exceeded__identifier?: string | undefined;
3528
- organization_minimum_permissions_needed__identifier?: string | undefined;
3529
- already_a_member_in_organization__identifier?: string | undefined;
3530
- organization_domain_common__identifier?: string | undefined;
3531
- organization_domain_blocked__identifier?: string | undefined;
3532
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
3533
- organization_membership_quota_exceeded__identifier?: string | undefined;
3534
- external_account_not_found__name?: string | undefined;
3535
- identification_deletion_failed__name?: string | undefined;
3536
- phone_number_exists__name?: string | undefined;
3537
- form_identifier_not_found__name?: string | undefined;
3538
- captcha_unavailable__name?: string | undefined;
3539
- captcha_invalid__name?: string | undefined;
3540
- passkey_not_supported__name?: string | undefined;
3541
- passkey_pa_not_supported__name?: string | undefined;
3542
- passkey_retrieval_cancelled__name?: string | undefined;
3543
- passkey_registration_cancelled__name?: string | undefined;
3544
- passkey_already_exists__name?: string | undefined;
3545
- web3_missing_identifier__name?: string | undefined;
3546
- form_password_pwned__name?: string | undefined;
3547
- form_password_pwned__sign_in__name?: string | undefined;
3548
- form_username_invalid_length__name?: string | undefined;
3549
- form_username_invalid_character__name?: string | undefined;
3550
- form_param_format_invalid__name?: string | undefined;
3551
- form_param_format_invalid__email_address__name?: string | undefined;
3552
- form_param_type_invalid__name?: string | undefined;
3553
- form_param_type_invalid__phone_number__name?: string | undefined;
3554
- form_param_type_invalid__email_address__name?: string | undefined;
3555
- form_password_length_too_short__name?: string | undefined;
3556
- form_param_nil__name?: string | undefined;
3557
- form_code_incorrect__name?: string | undefined;
3558
- form_password_incorrect__name?: string | undefined;
3559
- form_password_validation_failed__name?: string | undefined;
3560
- not_allowed_access__name?: string | undefined;
3561
- form_identifier_exists__name?: string | undefined;
3562
- form_identifier_exists__email_address__name?: string | undefined;
3563
- form_identifier_exists__username__name?: string | undefined;
3564
- form_identifier_exists__phone_number__name?: string | undefined;
3565
- form_password_not_strong_enough__name?: string | undefined;
3566
- form_password_size_in_bytes_exceeded__name?: string | undefined;
3567
- form_param_value_invalid__name?: string | undefined;
3568
- passwordComplexity__name?: string | undefined;
3569
- session_exists__name?: string | undefined;
3570
- zxcvbn__name?: string | undefined;
3571
- form_param_max_length_exceeded__name?: string | undefined;
3572
- organization_minimum_permissions_needed__name?: string | undefined;
3573
- already_a_member_in_organization__name?: string | undefined;
3574
- organization_domain_common__name?: string | undefined;
3575
- organization_domain_blocked__name?: string | undefined;
3576
- organization_domain_exists_for_enterprise_connection__name?: string | undefined;
3577
- organization_membership_quota_exceeded__name?: string | undefined;
3578
- external_account_not_found__slug?: string | undefined;
3579
- identification_deletion_failed__slug?: string | undefined;
3580
- phone_number_exists__slug?: string | undefined;
3581
- form_identifier_not_found__slug?: string | undefined;
3582
- captcha_unavailable__slug?: string | undefined;
3583
- captcha_invalid__slug?: string | undefined;
3584
- passkey_not_supported__slug?: string | undefined;
3585
- passkey_pa_not_supported__slug?: string | undefined;
3586
- passkey_retrieval_cancelled__slug?: string | undefined;
3587
- passkey_registration_cancelled__slug?: string | undefined;
3588
- passkey_already_exists__slug?: string | undefined;
3589
- web3_missing_identifier__slug?: string | undefined;
3590
- form_password_pwned__slug?: string | undefined;
3591
- form_password_pwned__sign_in__slug?: string | undefined;
3592
- form_username_invalid_length__slug?: string | undefined;
3593
- form_username_invalid_character__slug?: string | undefined;
3594
- form_param_format_invalid__slug?: string | undefined;
3595
- form_param_format_invalid__email_address__slug?: string | undefined;
3596
- form_param_type_invalid__slug?: string | undefined;
3597
- form_param_type_invalid__phone_number__slug?: string | undefined;
3598
- form_param_type_invalid__email_address__slug?: string | undefined;
3599
- form_password_length_too_short__slug?: string | undefined;
3600
- form_param_nil__slug?: string | undefined;
3601
- form_code_incorrect__slug?: string | undefined;
3602
- form_password_incorrect__slug?: string | undefined;
3603
- form_password_validation_failed__slug?: string | undefined;
3604
- not_allowed_access__slug?: string | undefined;
3605
- form_identifier_exists__slug?: string | undefined;
3606
- form_identifier_exists__email_address__slug?: string | undefined;
3607
- form_identifier_exists__username__slug?: string | undefined;
3608
- form_identifier_exists__phone_number__slug?: string | undefined;
3609
- form_password_not_strong_enough__slug?: string | undefined;
3610
- form_password_size_in_bytes_exceeded__slug?: string | undefined;
3611
- form_param_value_invalid__slug?: string | undefined;
3612
- passwordComplexity__slug?: string | undefined;
3613
- session_exists__slug?: string | undefined;
3614
- zxcvbn__slug?: string | undefined;
3615
- form_param_max_length_exceeded__slug?: string | undefined;
3616
- organization_minimum_permissions_needed__slug?: string | undefined;
3617
- already_a_member_in_organization__slug?: string | undefined;
3618
- organization_domain_common__slug?: string | undefined;
3619
- organization_domain_blocked__slug?: string | undefined;
3620
- organization_domain_exists_for_enterprise_connection__slug?: string | undefined;
3621
- organization_membership_quota_exceeded__slug?: string | undefined;
3622
- external_account_not_found__username?: string | undefined;
3623
- identification_deletion_failed__username?: string | undefined;
3624
- phone_number_exists__username?: string | undefined;
3625
- form_identifier_not_found__username?: string | undefined;
3626
- captcha_unavailable__username?: string | undefined;
3627
- captcha_invalid__username?: string | undefined;
3628
- passkey_not_supported__username?: string | undefined;
3629
- passkey_pa_not_supported__username?: string | undefined;
3630
- passkey_retrieval_cancelled__username?: string | undefined;
3631
- passkey_registration_cancelled__username?: string | undefined;
3632
- passkey_already_exists__username?: string | undefined;
3633
- web3_missing_identifier__username?: string | undefined;
3634
- form_password_pwned__username?: string | undefined;
3635
- form_password_pwned__sign_in__username?: string | undefined;
3636
- form_username_invalid_length__username?: string | undefined;
3637
- form_username_invalid_character__username?: string | undefined;
3638
- form_param_format_invalid__username?: string | undefined;
3639
- form_param_format_invalid__email_address__username?: string | undefined;
3640
- form_param_type_invalid__username?: string | undefined;
3641
- form_param_type_invalid__phone_number__username?: string | undefined;
3642
- form_param_type_invalid__email_address__username?: string | undefined;
3643
- form_password_length_too_short__username?: string | undefined;
3644
- form_param_nil__username?: string | undefined;
3645
- form_code_incorrect__username?: string | undefined;
3646
- form_password_incorrect__username?: string | undefined;
3647
- form_password_validation_failed__username?: string | undefined;
3648
- not_allowed_access__username?: string | undefined;
3649
- form_identifier_exists__email_address__username?: string | undefined;
3650
- form_identifier_exists__username__username?: string | undefined;
3651
- form_identifier_exists__phone_number__username?: string | undefined;
3652
- form_password_not_strong_enough__username?: string | undefined;
3653
- form_password_size_in_bytes_exceeded__username?: string | undefined;
3654
- form_param_value_invalid__username?: string | undefined;
3655
- passwordComplexity__username?: string | undefined;
3656
- session_exists__username?: string | undefined;
3657
- zxcvbn__username?: string | undefined;
3658
- form_param_max_length_exceeded__username?: string | undefined;
3659
- organization_minimum_permissions_needed__username?: string | undefined;
3660
- already_a_member_in_organization__username?: string | undefined;
3661
- organization_domain_common__username?: string | undefined;
3662
- organization_domain_blocked__username?: string | undefined;
3663
- organization_domain_exists_for_enterprise_connection__username?: string | undefined;
3664
- organization_membership_quota_exceeded__username?: string | undefined;
3665
- external_account_not_found__code?: string | undefined;
3666
- identification_deletion_failed__code?: string | undefined;
3667
- phone_number_exists__code?: string | undefined;
3668
- form_identifier_not_found__code?: string | undefined;
3669
- captcha_unavailable__code?: string | undefined;
3670
- captcha_invalid__code?: string | undefined;
3671
- passkey_not_supported__code?: string | undefined;
3672
- passkey_pa_not_supported__code?: string | undefined;
3673
- passkey_retrieval_cancelled__code?: string | undefined;
3674
- passkey_registration_cancelled__code?: string | undefined;
3675
- passkey_already_exists__code?: string | undefined;
3676
- web3_missing_identifier__code?: string | undefined;
3677
- form_password_pwned__code?: string | undefined;
3678
- form_password_pwned__sign_in__code?: string | undefined;
3679
- form_username_invalid_length__code?: string | undefined;
3680
- form_username_invalid_character__code?: string | undefined;
3681
- form_param_format_invalid__code?: string | undefined;
3682
- form_param_format_invalid__email_address__code?: string | undefined;
3683
- form_param_type_invalid__code?: string | undefined;
3684
- form_param_type_invalid__phone_number__code?: string | undefined;
3685
- form_param_type_invalid__email_address__code?: string | undefined;
3686
- form_password_length_too_short__code?: string | undefined;
3687
- form_param_nil__code?: string | undefined;
3688
- form_code_incorrect__code?: string | undefined;
3689
- form_password_incorrect__code?: string | undefined;
3690
- form_password_validation_failed__code?: string | undefined;
3691
- not_allowed_access__code?: string | undefined;
3692
- form_identifier_exists__code?: string | undefined;
3693
- form_identifier_exists__email_address__code?: string | undefined;
3694
- form_identifier_exists__username__code?: string | undefined;
3695
- form_identifier_exists__phone_number__code?: string | undefined;
3696
- form_password_not_strong_enough__code?: string | undefined;
3697
- form_password_size_in_bytes_exceeded__code?: string | undefined;
3698
- form_param_value_invalid__code?: string | undefined;
3699
- passwordComplexity__code?: string | undefined;
3700
- session_exists__code?: string | undefined;
3701
- zxcvbn__code?: string | undefined;
3702
- form_param_max_length_exceeded__code?: string | undefined;
3703
- organization_minimum_permissions_needed__code?: string | undefined;
3704
- already_a_member_in_organization__code?: string | undefined;
3705
- organization_domain_common__code?: string | undefined;
3706
- organization_domain_blocked__code?: string | undefined;
3707
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
3708
- organization_membership_quota_exceeded__code?: string | undefined;
3709
- external_account_not_found__email_address?: string | undefined;
3710
- identification_deletion_failed__email_address?: string | undefined;
3711
- phone_number_exists__email_address?: string | undefined;
3712
- form_identifier_not_found__email_address?: string | undefined;
3713
- captcha_unavailable__email_address?: string | undefined;
3714
- captcha_invalid__email_address?: string | undefined;
3715
- passkey_not_supported__email_address?: string | undefined;
3716
- passkey_pa_not_supported__email_address?: string | undefined;
3717
- passkey_retrieval_cancelled__email_address?: string | undefined;
3718
- passkey_registration_cancelled__email_address?: string | undefined;
3719
- passkey_already_exists__email_address?: string | undefined;
3720
- web3_missing_identifier__email_address?: string | undefined;
3721
- form_password_pwned__email_address?: string | undefined;
3722
- form_password_pwned__sign_in__email_address?: string | undefined;
3723
- form_username_invalid_length__email_address?: string | undefined;
3724
- form_username_invalid_character__email_address?: string | undefined;
3725
- form_param_format_invalid__email_address__email_address?: string | undefined;
3726
- form_param_type_invalid__phone_number__email_address?: string | undefined;
3727
- form_param_type_invalid__email_address__email_address?: string | undefined;
3728
- form_password_length_too_short__email_address?: string | undefined;
3729
- form_param_nil__email_address?: string | undefined;
3730
- form_code_incorrect__email_address?: string | undefined;
3731
- form_password_incorrect__email_address?: string | undefined;
3732
- form_password_validation_failed__email_address?: string | undefined;
3733
- not_allowed_access__email_address?: string | undefined;
3734
- form_identifier_exists__email_address__email_address?: string | undefined;
3735
- form_identifier_exists__username__email_address?: string | undefined;
3736
- form_identifier_exists__phone_number__email_address?: string | undefined;
3737
- form_password_not_strong_enough__email_address?: string | undefined;
3738
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
3739
- form_param_value_invalid__email_address?: string | undefined;
3740
- passwordComplexity__email_address?: string | undefined;
3741
- session_exists__email_address?: string | undefined;
3742
- zxcvbn__email_address?: string | undefined;
3743
- form_param_max_length_exceeded__email_address?: string | undefined;
3744
- organization_minimum_permissions_needed__email_address?: string | undefined;
3745
- already_a_member_in_organization__email_address?: string | undefined;
3746
- organization_domain_common__email_address?: string | undefined;
3747
- organization_domain_blocked__email_address?: string | undefined;
3748
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
3749
- organization_membership_quota_exceeded__email_address?: string | undefined;
3750
- external_account_not_found__phone_number?: string | undefined;
3751
- identification_deletion_failed__phone_number?: string | undefined;
3752
- phone_number_exists__phone_number?: string | undefined;
3753
- form_identifier_not_found__phone_number?: string | undefined;
3754
- captcha_unavailable__phone_number?: string | undefined;
3755
- captcha_invalid__phone_number?: string | undefined;
3756
- passkey_not_supported__phone_number?: string | undefined;
3757
- passkey_pa_not_supported__phone_number?: string | undefined;
3758
- passkey_retrieval_cancelled__phone_number?: string | undefined;
3759
- passkey_registration_cancelled__phone_number?: string | undefined;
3760
- passkey_already_exists__phone_number?: string | undefined;
3761
- web3_missing_identifier__phone_number?: string | undefined;
3762
- form_password_pwned__phone_number?: string | undefined;
3763
- form_password_pwned__sign_in__phone_number?: string | undefined;
3764
- form_username_invalid_length__phone_number?: string | undefined;
3765
- form_username_invalid_character__phone_number?: string | undefined;
3766
- form_param_format_invalid__phone_number?: string | undefined;
3767
- form_param_format_invalid__email_address__phone_number?: string | undefined;
3768
- form_param_type_invalid__phone_number__phone_number?: string | undefined;
3769
- form_param_type_invalid__email_address__phone_number?: string | undefined;
3770
- form_password_length_too_short__phone_number?: string | undefined;
3771
- form_param_nil__phone_number?: string | undefined;
3772
- form_code_incorrect__phone_number?: string | undefined;
3773
- form_password_incorrect__phone_number?: string | undefined;
3774
- form_password_validation_failed__phone_number?: string | undefined;
3775
- not_allowed_access__phone_number?: string | undefined;
3776
- form_identifier_exists__email_address__phone_number?: string | undefined;
3777
- form_identifier_exists__username__phone_number?: string | undefined;
3778
- form_identifier_exists__phone_number__phone_number?: string | undefined;
3779
- form_password_not_strong_enough__phone_number?: string | undefined;
3780
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
3781
- form_param_value_invalid__phone_number?: string | undefined;
3782
- passwordComplexity__phone_number?: string | undefined;
3783
- session_exists__phone_number?: string | undefined;
3784
- zxcvbn__phone_number?: string | undefined;
3785
- form_param_max_length_exceeded__phone_number?: string | undefined;
3786
- organization_minimum_permissions_needed__phone_number?: string | undefined;
3787
- already_a_member_in_organization__phone_number?: string | undefined;
3788
- organization_domain_common__phone_number?: string | undefined;
3789
- organization_domain_blocked__phone_number?: string | undefined;
3790
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
3791
- organization_membership_quota_exceeded__phone_number?: string | undefined;
3792
- external_account_not_found__first_name?: string | undefined;
3793
- identification_deletion_failed__first_name?: string | undefined;
3794
- phone_number_exists__first_name?: string | undefined;
3795
- form_identifier_not_found__first_name?: string | undefined;
3796
- captcha_unavailable__first_name?: string | undefined;
3797
- captcha_invalid__first_name?: string | undefined;
3798
- passkey_not_supported__first_name?: string | undefined;
3799
- passkey_pa_not_supported__first_name?: string | undefined;
3800
- passkey_retrieval_cancelled__first_name?: string | undefined;
3801
- passkey_registration_cancelled__first_name?: string | undefined;
3802
- passkey_already_exists__first_name?: string | undefined;
3803
- web3_missing_identifier__first_name?: string | undefined;
3804
- form_password_pwned__first_name?: string | undefined;
3805
- form_password_pwned__sign_in__first_name?: string | undefined;
3806
- form_username_invalid_length__first_name?: string | undefined;
3807
- form_username_invalid_character__first_name?: string | undefined;
3808
- form_param_format_invalid__first_name?: string | undefined;
3809
- form_param_format_invalid__email_address__first_name?: string | undefined;
3810
- form_param_type_invalid__first_name?: string | undefined;
3811
- form_param_type_invalid__phone_number__first_name?: string | undefined;
3812
- form_param_type_invalid__email_address__first_name?: string | undefined;
3813
- form_password_length_too_short__first_name?: string | undefined;
3814
- form_param_nil__first_name?: string | undefined;
3815
- form_code_incorrect__first_name?: string | undefined;
3816
- form_password_incorrect__first_name?: string | undefined;
3817
- form_password_validation_failed__first_name?: string | undefined;
3818
- not_allowed_access__first_name?: string | undefined;
3819
- form_identifier_exists__first_name?: string | undefined;
3820
- form_identifier_exists__email_address__first_name?: string | undefined;
3821
- form_identifier_exists__username__first_name?: string | undefined;
3822
- form_identifier_exists__phone_number__first_name?: string | undefined;
3823
- form_password_not_strong_enough__first_name?: string | undefined;
3824
- form_password_size_in_bytes_exceeded__first_name?: string | undefined;
3825
- form_param_value_invalid__first_name?: string | undefined;
3826
- passwordComplexity__first_name?: string | undefined;
3827
- session_exists__first_name?: string | undefined;
3828
- zxcvbn__first_name?: string | undefined;
3829
- form_param_max_length_exceeded__first_name?: string | undefined;
3830
- organization_minimum_permissions_needed__first_name?: string | undefined;
3831
- already_a_member_in_organization__first_name?: string | undefined;
3832
- organization_domain_common__first_name?: string | undefined;
3833
- organization_domain_blocked__first_name?: string | undefined;
3834
- organization_domain_exists_for_enterprise_connection__first_name?: string | undefined;
3835
- organization_membership_quota_exceeded__first_name?: string | undefined;
3836
- external_account_not_found__last_name?: string | undefined;
3837
- identification_deletion_failed__last_name?: string | undefined;
3838
- phone_number_exists__last_name?: string | undefined;
3839
- form_identifier_not_found__last_name?: string | undefined;
3840
- captcha_unavailable__last_name?: string | undefined;
3841
- captcha_invalid__last_name?: string | undefined;
3842
- passkey_not_supported__last_name?: string | undefined;
3843
- passkey_pa_not_supported__last_name?: string | undefined;
3844
- passkey_retrieval_cancelled__last_name?: string | undefined;
3845
- passkey_registration_cancelled__last_name?: string | undefined;
3846
- passkey_already_exists__last_name?: string | undefined;
3847
- web3_missing_identifier__last_name?: string | undefined;
3848
- form_password_pwned__last_name?: string | undefined;
3849
- form_password_pwned__sign_in__last_name?: string | undefined;
3850
- form_username_invalid_length__last_name?: string | undefined;
3851
- form_username_invalid_character__last_name?: string | undefined;
3852
- form_param_format_invalid__last_name?: string | undefined;
3853
- form_param_format_invalid__email_address__last_name?: string | undefined;
3854
- form_param_type_invalid__last_name?: string | undefined;
3855
- form_param_type_invalid__phone_number__last_name?: string | undefined;
3856
- form_param_type_invalid__email_address__last_name?: string | undefined;
3857
- form_password_length_too_short__last_name?: string | undefined;
3858
- form_param_nil__last_name?: string | undefined;
3859
- form_code_incorrect__last_name?: string | undefined;
3860
- form_password_incorrect__last_name?: string | undefined;
3861
- form_password_validation_failed__last_name?: string | undefined;
3862
- not_allowed_access__last_name?: string | undefined;
3863
- form_identifier_exists__last_name?: string | undefined;
3864
- form_identifier_exists__email_address__last_name?: string | undefined;
3865
- form_identifier_exists__username__last_name?: string | undefined;
3866
- form_identifier_exists__phone_number__last_name?: string | undefined;
3867
- form_password_not_strong_enough__last_name?: string | undefined;
3868
- form_password_size_in_bytes_exceeded__last_name?: string | undefined;
3869
- form_param_value_invalid__last_name?: string | undefined;
3870
- passwordComplexity__last_name?: string | undefined;
3871
- session_exists__last_name?: string | undefined;
3872
- zxcvbn__last_name?: string | undefined;
3873
- form_param_max_length_exceeded__last_name?: string | undefined;
3874
- organization_minimum_permissions_needed__last_name?: string | undefined;
3875
- already_a_member_in_organization__last_name?: string | undefined;
3876
- organization_domain_common__last_name?: string | undefined;
3877
- organization_domain_blocked__last_name?: string | undefined;
3878
- organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
3879
- organization_membership_quota_exceeded__last_name?: string | undefined;
3880
- external_account_not_found__current_password?: string | undefined;
3881
- identification_deletion_failed__current_password?: string | undefined;
3882
- phone_number_exists__current_password?: string | undefined;
3883
- form_identifier_not_found__current_password?: string | undefined;
3884
- captcha_unavailable__current_password?: string | undefined;
3885
- captcha_invalid__current_password?: string | undefined;
3886
- passkey_not_supported__current_password?: string | undefined;
3887
- passkey_pa_not_supported__current_password?: string | undefined;
3888
- passkey_retrieval_cancelled__current_password?: string | undefined;
3889
- passkey_registration_cancelled__current_password?: string | undefined;
3890
- passkey_already_exists__current_password?: string | undefined;
3891
- web3_missing_identifier__current_password?: string | undefined;
3892
- form_password_pwned__current_password?: string | undefined;
3893
- form_password_pwned__sign_in__current_password?: string | undefined;
3894
- form_username_invalid_length__current_password?: string | undefined;
3895
- form_username_invalid_character__current_password?: string | undefined;
3896
- form_param_format_invalid__current_password?: string | undefined;
3897
- form_param_format_invalid__email_address__current_password?: string | undefined;
3898
- form_param_type_invalid__current_password?: string | undefined;
3899
- form_param_type_invalid__phone_number__current_password?: string | undefined;
3900
- form_param_type_invalid__email_address__current_password?: string | undefined;
3901
- form_password_length_too_short__current_password?: string | undefined;
3902
- form_param_nil__current_password?: string | undefined;
3903
- form_code_incorrect__current_password?: string | undefined;
3904
- form_password_incorrect__current_password?: string | undefined;
3905
- form_password_validation_failed__current_password?: string | undefined;
3906
- not_allowed_access__current_password?: string | undefined;
3907
- form_identifier_exists__current_password?: string | undefined;
3908
- form_identifier_exists__email_address__current_password?: string | undefined;
3909
- form_identifier_exists__username__current_password?: string | undefined;
3910
- form_identifier_exists__phone_number__current_password?: string | undefined;
3911
- form_password_not_strong_enough__current_password?: string | undefined;
3912
- form_password_size_in_bytes_exceeded__current_password?: string | undefined;
3913
- form_param_value_invalid__current_password?: string | undefined;
3914
- passwordComplexity__current_password?: string | undefined;
3915
- session_exists__current_password?: string | undefined;
3916
- zxcvbn__current_password?: string | undefined;
3917
- form_param_max_length_exceeded__current_password?: string | undefined;
3918
- organization_minimum_permissions_needed__current_password?: string | undefined;
3919
- already_a_member_in_organization__current_password?: string | undefined;
3920
- organization_domain_common__current_password?: string | undefined;
3921
- organization_domain_blocked__current_password?: string | undefined;
3922
- organization_domain_exists_for_enterprise_connection__current_password?: string | undefined;
3923
- organization_membership_quota_exceeded__current_password?: string | undefined;
3924
- external_account_not_found__new_password?: string | undefined;
3925
- identification_deletion_failed__new_password?: string | undefined;
3926
- phone_number_exists__new_password?: string | undefined;
3927
- form_identifier_not_found__new_password?: string | undefined;
3928
- captcha_unavailable__new_password?: string | undefined;
3929
- captcha_invalid__new_password?: string | undefined;
3930
- passkey_not_supported__new_password?: string | undefined;
3931
- passkey_pa_not_supported__new_password?: string | undefined;
3932
- passkey_retrieval_cancelled__new_password?: string | undefined;
3933
- passkey_registration_cancelled__new_password?: string | undefined;
3934
- passkey_already_exists__new_password?: string | undefined;
3935
- web3_missing_identifier__new_password?: string | undefined;
3936
- form_password_pwned__new_password?: string | undefined;
3937
- form_password_pwned__sign_in__new_password?: string | undefined;
3938
- form_username_invalid_length__new_password?: string | undefined;
3939
- form_username_invalid_character__new_password?: string | undefined;
3940
- form_param_format_invalid__new_password?: string | undefined;
3941
- form_param_format_invalid__email_address__new_password?: string | undefined;
3942
- form_param_type_invalid__new_password?: string | undefined;
3943
- form_param_type_invalid__phone_number__new_password?: string | undefined;
3944
- form_param_type_invalid__email_address__new_password?: string | undefined;
3945
- form_password_length_too_short__new_password?: string | undefined;
3946
- form_param_nil__new_password?: string | undefined;
3947
- form_code_incorrect__new_password?: string | undefined;
3948
- form_password_incorrect__new_password?: string | undefined;
3949
- form_password_validation_failed__new_password?: string | undefined;
3950
- not_allowed_access__new_password?: string | undefined;
3951
- form_identifier_exists__new_password?: string | undefined;
3952
- form_identifier_exists__email_address__new_password?: string | undefined;
3953
- form_identifier_exists__username__new_password?: string | undefined;
3954
- form_identifier_exists__phone_number__new_password?: string | undefined;
3955
- form_password_not_strong_enough__new_password?: string | undefined;
3956
- form_password_size_in_bytes_exceeded__new_password?: string | undefined;
3957
- form_param_value_invalid__new_password?: string | undefined;
3958
- passwordComplexity__new_password?: string | undefined;
3959
- session_exists__new_password?: string | undefined;
3960
- zxcvbn__new_password?: string | undefined;
3961
- form_param_max_length_exceeded__new_password?: string | undefined;
3962
- organization_minimum_permissions_needed__new_password?: string | undefined;
3963
- already_a_member_in_organization__new_password?: string | undefined;
3964
- organization_domain_common__new_password?: string | undefined;
3965
- organization_domain_blocked__new_password?: string | undefined;
3966
- organization_domain_exists_for_enterprise_connection__new_password?: string | undefined;
3967
- organization_membership_quota_exceeded__new_password?: string | undefined;
3968
- external_account_not_found__sign_out_of_other_sessions?: string | undefined;
3969
- identification_deletion_failed__sign_out_of_other_sessions?: string | undefined;
3970
- phone_number_exists__sign_out_of_other_sessions?: string | undefined;
3971
- form_identifier_not_found__sign_out_of_other_sessions?: string | undefined;
3972
- captcha_unavailable__sign_out_of_other_sessions?: string | undefined;
3973
- captcha_invalid__sign_out_of_other_sessions?: string | undefined;
3974
- passkey_not_supported__sign_out_of_other_sessions?: string | undefined;
3975
- passkey_pa_not_supported__sign_out_of_other_sessions?: string | undefined;
3976
- passkey_retrieval_cancelled__sign_out_of_other_sessions?: string | undefined;
3977
- passkey_registration_cancelled__sign_out_of_other_sessions?: string | undefined;
3978
- passkey_already_exists__sign_out_of_other_sessions?: string | undefined;
3979
- web3_missing_identifier__sign_out_of_other_sessions?: string | undefined;
3980
- form_password_pwned__sign_out_of_other_sessions?: string | undefined;
3981
- form_password_pwned__sign_in__sign_out_of_other_sessions?: string | undefined;
3982
- form_username_invalid_length__sign_out_of_other_sessions?: string | undefined;
3983
- form_username_invalid_character__sign_out_of_other_sessions?: string | undefined;
3984
- form_param_format_invalid__sign_out_of_other_sessions?: string | undefined;
3985
- form_param_format_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
3986
- form_param_type_invalid__sign_out_of_other_sessions?: string | undefined;
3987
- form_param_type_invalid__phone_number__sign_out_of_other_sessions?: string | undefined;
3988
- form_param_type_invalid__email_address__sign_out_of_other_sessions?: string | undefined;
3989
- form_password_length_too_short__sign_out_of_other_sessions?: string | undefined;
3990
- form_param_nil__sign_out_of_other_sessions?: string | undefined;
3991
- form_code_incorrect__sign_out_of_other_sessions?: string | undefined;
3992
- form_password_incorrect__sign_out_of_other_sessions?: string | undefined;
3993
- form_password_validation_failed__sign_out_of_other_sessions?: string | undefined;
3994
- not_allowed_access__sign_out_of_other_sessions?: string | undefined;
3995
- form_identifier_exists__sign_out_of_other_sessions?: string | undefined;
3996
- form_identifier_exists__email_address__sign_out_of_other_sessions?: string | undefined;
3997
- form_identifier_exists__username__sign_out_of_other_sessions?: string | undefined;
3998
- form_identifier_exists__phone_number__sign_out_of_other_sessions?: string | undefined;
3999
- form_password_not_strong_enough__sign_out_of_other_sessions?: string | undefined;
4000
- form_password_size_in_bytes_exceeded__sign_out_of_other_sessions?: string | undefined;
4001
- form_param_value_invalid__sign_out_of_other_sessions?: string | undefined;
4002
- passwordComplexity__sign_out_of_other_sessions?: string | undefined;
4003
- session_exists__sign_out_of_other_sessions?: string | undefined;
4004
- zxcvbn__sign_out_of_other_sessions?: string | undefined;
4005
- form_param_max_length_exceeded__sign_out_of_other_sessions?: string | undefined;
4006
- organization_minimum_permissions_needed__sign_out_of_other_sessions?: string | undefined;
4007
- already_a_member_in_organization__sign_out_of_other_sessions?: string | undefined;
4008
- organization_domain_common__sign_out_of_other_sessions?: string | undefined;
4009
- organization_domain_blocked__sign_out_of_other_sessions?: string | undefined;
4010
- organization_domain_exists_for_enterprise_connection__sign_out_of_other_sessions?: string | undefined;
4011
- organization_membership_quota_exceeded__sign_out_of_other_sessions?: string | undefined;
4012
- external_account_not_found__passkey_name?: string | undefined;
4013
- identification_deletion_failed__passkey_name?: string | undefined;
4014
- phone_number_exists__passkey_name?: string | undefined;
4015
- form_identifier_not_found__passkey_name?: string | undefined;
4016
- captcha_unavailable__passkey_name?: string | undefined;
4017
- captcha_invalid__passkey_name?: string | undefined;
4018
- passkey_not_supported__passkey_name?: string | undefined;
4019
- passkey_pa_not_supported__passkey_name?: string | undefined;
4020
- passkey_retrieval_cancelled__passkey_name?: string | undefined;
4021
- passkey_registration_cancelled__passkey_name?: string | undefined;
4022
- passkey_already_exists__passkey_name?: string | undefined;
4023
- web3_missing_identifier__passkey_name?: string | undefined;
4024
- form_password_pwned__passkey_name?: string | undefined;
4025
- form_password_pwned__sign_in__passkey_name?: string | undefined;
4026
- form_username_invalid_length__passkey_name?: string | undefined;
4027
- form_username_invalid_character__passkey_name?: string | undefined;
4028
- form_param_format_invalid__passkey_name?: string | undefined;
4029
- form_param_format_invalid__email_address__passkey_name?: string | undefined;
4030
- form_param_type_invalid__passkey_name?: string | undefined;
4031
- form_param_type_invalid__phone_number__passkey_name?: string | undefined;
4032
- form_param_type_invalid__email_address__passkey_name?: string | undefined;
4033
- form_password_length_too_short__passkey_name?: string | undefined;
4034
- form_param_nil__passkey_name?: string | undefined;
4035
- form_code_incorrect__passkey_name?: string | undefined;
4036
- form_password_incorrect__passkey_name?: string | undefined;
4037
- form_password_validation_failed__passkey_name?: string | undefined;
4038
- not_allowed_access__passkey_name?: string | undefined;
4039
- form_identifier_exists__passkey_name?: string | undefined;
4040
- form_identifier_exists__email_address__passkey_name?: string | undefined;
4041
- form_identifier_exists__username__passkey_name?: string | undefined;
4042
- form_identifier_exists__phone_number__passkey_name?: string | undefined;
4043
- form_password_not_strong_enough__passkey_name?: string | undefined;
4044
- form_password_size_in_bytes_exceeded__passkey_name?: string | undefined;
4045
- form_param_value_invalid__passkey_name?: string | undefined;
4046
- passwordComplexity__passkey_name?: string | undefined;
4047
- session_exists__passkey_name?: string | undefined;
4048
- zxcvbn__passkey_name?: string | undefined;
4049
- form_param_max_length_exceeded__passkey_name?: string | undefined;
4050
- organization_minimum_permissions_needed__passkey_name?: string | undefined;
4051
- already_a_member_in_organization__passkey_name?: string | undefined;
4052
- organization_domain_common__passkey_name?: string | undefined;
4053
- organization_domain_blocked__passkey_name?: string | undefined;
4054
- organization_domain_exists_for_enterprise_connection__passkey_name?: string | undefined;
4055
- organization_membership_quota_exceeded__passkey_name?: string | undefined;
4056
- external_account_not_found__confirm_password?: string | undefined;
4057
- identification_deletion_failed__confirm_password?: string | undefined;
4058
- phone_number_exists__confirm_password?: string | undefined;
4059
- form_identifier_not_found__confirm_password?: string | undefined;
4060
- captcha_unavailable__confirm_password?: string | undefined;
4061
- captcha_invalid__confirm_password?: string | undefined;
4062
- passkey_not_supported__confirm_password?: string | undefined;
4063
- passkey_pa_not_supported__confirm_password?: string | undefined;
4064
- passkey_retrieval_cancelled__confirm_password?: string | undefined;
4065
- passkey_registration_cancelled__confirm_password?: string | undefined;
4066
- passkey_already_exists__confirm_password?: string | undefined;
4067
- web3_missing_identifier__confirm_password?: string | undefined;
4068
- form_password_pwned__confirm_password?: string | undefined;
4069
- form_password_pwned__sign_in__confirm_password?: string | undefined;
4070
- form_username_invalid_length__confirm_password?: string | undefined;
4071
- form_username_invalid_character__confirm_password?: string | undefined;
4072
- form_param_format_invalid__confirm_password?: string | undefined;
4073
- form_param_format_invalid__email_address__confirm_password?: string | undefined;
4074
- form_param_type_invalid__confirm_password?: string | undefined;
4075
- form_param_type_invalid__phone_number__confirm_password?: string | undefined;
4076
- form_param_type_invalid__email_address__confirm_password?: string | undefined;
4077
- form_password_length_too_short__confirm_password?: string | undefined;
4078
- form_param_nil__confirm_password?: string | undefined;
4079
- form_code_incorrect__confirm_password?: string | undefined;
4080
- form_password_incorrect__confirm_password?: string | undefined;
4081
- form_password_validation_failed__confirm_password?: string | undefined;
4082
- not_allowed_access__confirm_password?: string | undefined;
4083
- form_identifier_exists__confirm_password?: string | undefined;
4084
- form_identifier_exists__email_address__confirm_password?: string | undefined;
4085
- form_identifier_exists__username__confirm_password?: string | undefined;
4086
- form_identifier_exists__phone_number__confirm_password?: string | undefined;
4087
- form_password_not_strong_enough__confirm_password?: string | undefined;
4088
- form_password_size_in_bytes_exceeded__confirm_password?: string | undefined;
4089
- form_param_value_invalid__confirm_password?: string | undefined;
4090
- passwordComplexity__confirm_password?: string | undefined;
4091
- session_exists__confirm_password?: string | undefined;
4092
- zxcvbn__confirm_password?: string | undefined;
4093
- form_param_max_length_exceeded__confirm_password?: string | undefined;
4094
- organization_minimum_permissions_needed__confirm_password?: string | undefined;
4095
- already_a_member_in_organization__confirm_password?: string | undefined;
4096
- organization_domain_common__confirm_password?: string | undefined;
4097
- organization_domain_blocked__confirm_password?: string | undefined;
4098
- organization_domain_exists_for_enterprise_connection__confirm_password?: string | undefined;
4099
- organization_membership_quota_exceeded__confirm_password?: string | undefined;
4100
- external_account_not_found__delete_confirmation?: string | undefined;
4101
- identification_deletion_failed__delete_confirmation?: string | undefined;
4102
- phone_number_exists__delete_confirmation?: string | undefined;
4103
- form_identifier_not_found__delete_confirmation?: string | undefined;
4104
- captcha_unavailable__delete_confirmation?: string | undefined;
4105
- captcha_invalid__delete_confirmation?: string | undefined;
4106
- passkey_not_supported__delete_confirmation?: string | undefined;
4107
- passkey_pa_not_supported__delete_confirmation?: string | undefined;
4108
- passkey_retrieval_cancelled__delete_confirmation?: string | undefined;
4109
- passkey_registration_cancelled__delete_confirmation?: string | undefined;
4110
- passkey_already_exists__delete_confirmation?: string | undefined;
4111
- web3_missing_identifier__delete_confirmation?: string | undefined;
4112
- form_password_pwned__delete_confirmation?: string | undefined;
4113
- form_password_pwned__sign_in__delete_confirmation?: string | undefined;
4114
- form_username_invalid_length__delete_confirmation?: string | undefined;
4115
- form_username_invalid_character__delete_confirmation?: string | undefined;
4116
- form_param_format_invalid__delete_confirmation?: string | undefined;
4117
- form_param_format_invalid__email_address__delete_confirmation?: string | undefined;
4118
- form_param_type_invalid__delete_confirmation?: string | undefined;
4119
- form_param_type_invalid__phone_number__delete_confirmation?: string | undefined;
4120
- form_param_type_invalid__email_address__delete_confirmation?: string | undefined;
4121
- form_password_length_too_short__delete_confirmation?: string | undefined;
4122
- form_param_nil__delete_confirmation?: string | undefined;
4123
- form_code_incorrect__delete_confirmation?: string | undefined;
4124
- form_password_incorrect__delete_confirmation?: string | undefined;
4125
- form_password_validation_failed__delete_confirmation?: string | undefined;
4126
- not_allowed_access__delete_confirmation?: string | undefined;
4127
- form_identifier_exists__delete_confirmation?: string | undefined;
4128
- form_identifier_exists__email_address__delete_confirmation?: string | undefined;
4129
- form_identifier_exists__username__delete_confirmation?: string | undefined;
4130
- form_identifier_exists__phone_number__delete_confirmation?: string | undefined;
4131
- form_password_not_strong_enough__delete_confirmation?: string | undefined;
4132
- form_password_size_in_bytes_exceeded__delete_confirmation?: string | undefined;
4133
- form_param_value_invalid__delete_confirmation?: string | undefined;
4134
- passwordComplexity__delete_confirmation?: string | undefined;
4135
- session_exists__delete_confirmation?: string | undefined;
4136
- zxcvbn__delete_confirmation?: string | undefined;
4137
- form_param_max_length_exceeded__delete_confirmation?: string | undefined;
4138
- organization_minimum_permissions_needed__delete_confirmation?: string | undefined;
4139
- already_a_member_in_organization__delete_confirmation?: string | undefined;
4140
- organization_domain_common__delete_confirmation?: string | undefined;
4141
- organization_domain_blocked__delete_confirmation?: string | undefined;
4142
- organization_domain_exists_for_enterprise_connection__delete_confirmation?: string | undefined;
4143
- organization_membership_quota_exceeded__delete_confirmation?: string | undefined;
4144
- external_account_not_found__delete_organization_confirmation?: string | undefined;
4145
- identification_deletion_failed__delete_organization_confirmation?: string | undefined;
4146
- phone_number_exists__delete_organization_confirmation?: string | undefined;
4147
- form_identifier_not_found__delete_organization_confirmation?: string | undefined;
4148
- captcha_unavailable__delete_organization_confirmation?: string | undefined;
4149
- captcha_invalid__delete_organization_confirmation?: string | undefined;
4150
- passkey_not_supported__delete_organization_confirmation?: string | undefined;
4151
- passkey_pa_not_supported__delete_organization_confirmation?: string | undefined;
4152
- passkey_retrieval_cancelled__delete_organization_confirmation?: string | undefined;
4153
- passkey_registration_cancelled__delete_organization_confirmation?: string | undefined;
4154
- passkey_already_exists__delete_organization_confirmation?: string | undefined;
4155
- web3_missing_identifier__delete_organization_confirmation?: string | undefined;
4156
- form_password_pwned__delete_organization_confirmation?: string | undefined;
4157
- form_password_pwned__sign_in__delete_organization_confirmation?: string | undefined;
4158
- form_username_invalid_length__delete_organization_confirmation?: string | undefined;
4159
- form_username_invalid_character__delete_organization_confirmation?: string | undefined;
4160
- form_param_format_invalid__delete_organization_confirmation?: string | undefined;
4161
- form_param_format_invalid__email_address__delete_organization_confirmation?: string | undefined;
4162
- form_param_type_invalid__delete_organization_confirmation?: string | undefined;
4163
- form_param_type_invalid__phone_number__delete_organization_confirmation?: string | undefined;
4164
- form_param_type_invalid__email_address__delete_organization_confirmation?: string | undefined;
4165
- form_password_length_too_short__delete_organization_confirmation?: string | undefined;
4166
- form_param_nil__delete_organization_confirmation?: string | undefined;
4167
- form_code_incorrect__delete_organization_confirmation?: string | undefined;
4168
- form_password_incorrect__delete_organization_confirmation?: string | undefined;
4169
- form_password_validation_failed__delete_organization_confirmation?: string | undefined;
4170
- not_allowed_access__delete_organization_confirmation?: string | undefined;
4171
- form_identifier_exists__delete_organization_confirmation?: string | undefined;
4172
- form_identifier_exists__email_address__delete_organization_confirmation?: string | undefined;
4173
- form_identifier_exists__username__delete_organization_confirmation?: string | undefined;
4174
- form_identifier_exists__phone_number__delete_organization_confirmation?: string | undefined;
4175
- form_password_not_strong_enough__delete_organization_confirmation?: string | undefined;
4176
- form_password_size_in_bytes_exceeded__delete_organization_confirmation?: string | undefined;
4177
- form_param_value_invalid__delete_organization_confirmation?: string | undefined;
4178
- passwordComplexity__delete_organization_confirmation?: string | undefined;
4179
- session_exists__delete_organization_confirmation?: string | undefined;
4180
- zxcvbn__delete_organization_confirmation?: string | undefined;
4181
- form_param_max_length_exceeded__delete_organization_confirmation?: string | undefined;
4182
- organization_minimum_permissions_needed__delete_organization_confirmation?: string | undefined;
4183
- already_a_member_in_organization__delete_organization_confirmation?: string | undefined;
4184
- organization_domain_common__delete_organization_confirmation?: string | undefined;
4185
- organization_domain_blocked__delete_organization_confirmation?: string | undefined;
4186
- organization_domain_exists_for_enterprise_connection__delete_organization_confirmation?: string | undefined;
4187
- organization_membership_quota_exceeded__delete_organization_confirmation?: string | undefined;
4188
- external_account_not_found__enrollment_mode?: string | undefined;
4189
- identification_deletion_failed__enrollment_mode?: string | undefined;
4190
- phone_number_exists__enrollment_mode?: string | undefined;
4191
- form_identifier_not_found__enrollment_mode?: string | undefined;
4192
- captcha_unavailable__enrollment_mode?: string | undefined;
4193
- captcha_invalid__enrollment_mode?: string | undefined;
4194
- passkey_not_supported__enrollment_mode?: string | undefined;
4195
- passkey_pa_not_supported__enrollment_mode?: string | undefined;
4196
- passkey_retrieval_cancelled__enrollment_mode?: string | undefined;
4197
- passkey_registration_cancelled__enrollment_mode?: string | undefined;
4198
- passkey_already_exists__enrollment_mode?: string | undefined;
4199
- web3_missing_identifier__enrollment_mode?: string | undefined;
4200
- form_password_pwned__enrollment_mode?: string | undefined;
4201
- form_password_pwned__sign_in__enrollment_mode?: string | undefined;
4202
- form_username_invalid_length__enrollment_mode?: string | undefined;
4203
- form_username_invalid_character__enrollment_mode?: string | undefined;
4204
- form_param_format_invalid__enrollment_mode?: string | undefined;
4205
- form_param_format_invalid__email_address__enrollment_mode?: string | undefined;
4206
- form_param_type_invalid__enrollment_mode?: string | undefined;
4207
- form_param_type_invalid__phone_number__enrollment_mode?: string | undefined;
4208
- form_param_type_invalid__email_address__enrollment_mode?: string | undefined;
4209
- form_password_length_too_short__enrollment_mode?: string | undefined;
4210
- form_param_nil__enrollment_mode?: string | undefined;
4211
- form_code_incorrect__enrollment_mode?: string | undefined;
4212
- form_password_incorrect__enrollment_mode?: string | undefined;
4213
- form_password_validation_failed__enrollment_mode?: string | undefined;
4214
- not_allowed_access__enrollment_mode?: string | undefined;
4215
- form_identifier_exists__enrollment_mode?: string | undefined;
4216
- form_identifier_exists__email_address__enrollment_mode?: string | undefined;
4217
- form_identifier_exists__username__enrollment_mode?: string | undefined;
4218
- form_identifier_exists__phone_number__enrollment_mode?: string | undefined;
4219
- form_password_not_strong_enough__enrollment_mode?: string | undefined;
4220
- form_password_size_in_bytes_exceeded__enrollment_mode?: string | undefined;
4221
- form_param_value_invalid__enrollment_mode?: string | undefined;
4222
- passwordComplexity__enrollment_mode?: string | undefined;
4223
- session_exists__enrollment_mode?: string | undefined;
4224
- zxcvbn__enrollment_mode?: string | undefined;
4225
- form_param_max_length_exceeded__enrollment_mode?: string | undefined;
4226
- organization_minimum_permissions_needed__enrollment_mode?: string | undefined;
4227
- already_a_member_in_organization__enrollment_mode?: string | undefined;
4228
- organization_domain_common__enrollment_mode?: string | undefined;
4229
- organization_domain_blocked__enrollment_mode?: string | undefined;
4230
- organization_domain_exists_for_enterprise_connection__enrollment_mode?: string | undefined;
4231
- organization_membership_quota_exceeded__enrollment_mode?: string | undefined;
4232
- external_account_not_found__affiliation_email_address?: string | undefined;
4233
- identification_deletion_failed__affiliation_email_address?: string | undefined;
4234
- phone_number_exists__affiliation_email_address?: string | undefined;
4235
- form_identifier_not_found__affiliation_email_address?: string | undefined;
4236
- captcha_unavailable__affiliation_email_address?: string | undefined;
4237
- captcha_invalid__affiliation_email_address?: string | undefined;
4238
- passkey_not_supported__affiliation_email_address?: string | undefined;
4239
- passkey_pa_not_supported__affiliation_email_address?: string | undefined;
4240
- passkey_retrieval_cancelled__affiliation_email_address?: string | undefined;
4241
- passkey_registration_cancelled__affiliation_email_address?: string | undefined;
4242
- passkey_already_exists__affiliation_email_address?: string | undefined;
4243
- web3_missing_identifier__affiliation_email_address?: string | undefined;
4244
- form_password_pwned__affiliation_email_address?: string | undefined;
4245
- form_password_pwned__sign_in__affiliation_email_address?: string | undefined;
4246
- form_username_invalid_length__affiliation_email_address?: string | undefined;
4247
- form_username_invalid_character__affiliation_email_address?: string | undefined;
4248
- form_param_format_invalid__affiliation_email_address?: string | undefined;
4249
- form_param_format_invalid__email_address__affiliation_email_address?: string | undefined;
4250
- form_param_type_invalid__affiliation_email_address?: string | undefined;
4251
- form_param_type_invalid__phone_number__affiliation_email_address?: string | undefined;
4252
- form_param_type_invalid__email_address__affiliation_email_address?: string | undefined;
4253
- form_password_length_too_short__affiliation_email_address?: string | undefined;
4254
- form_param_nil__affiliation_email_address?: string | undefined;
4255
- form_code_incorrect__affiliation_email_address?: string | undefined;
4256
- form_password_incorrect__affiliation_email_address?: string | undefined;
4257
- form_password_validation_failed__affiliation_email_address?: string | undefined;
4258
- not_allowed_access__affiliation_email_address?: string | undefined;
4259
- form_identifier_exists__affiliation_email_address?: string | undefined;
4260
- form_identifier_exists__email_address__affiliation_email_address?: string | undefined;
4261
- form_identifier_exists__username__affiliation_email_address?: string | undefined;
4262
- form_identifier_exists__phone_number__affiliation_email_address?: string | undefined;
4263
- form_password_not_strong_enough__affiliation_email_address?: string | undefined;
4264
- form_password_size_in_bytes_exceeded__affiliation_email_address?: string | undefined;
4265
- form_param_value_invalid__affiliation_email_address?: string | undefined;
4266
- passwordComplexity__affiliation_email_address?: string | undefined;
4267
- session_exists__affiliation_email_address?: string | undefined;
4268
- zxcvbn__affiliation_email_address?: string | undefined;
4269
- form_param_max_length_exceeded__affiliation_email_address?: string | undefined;
4270
- organization_minimum_permissions_needed__affiliation_email_address?: string | undefined;
4271
- already_a_member_in_organization__affiliation_email_address?: string | undefined;
4272
- organization_domain_common__affiliation_email_address?: string | undefined;
4273
- organization_domain_blocked__affiliation_email_address?: string | undefined;
4274
- organization_domain_exists_for_enterprise_connection__affiliation_email_address?: string | undefined;
4275
- organization_membership_quota_exceeded__affiliation_email_address?: string | undefined;
4276
- external_account_not_found__delete_existing_invitations_suggestions?: string | undefined;
4277
- identification_deletion_failed__delete_existing_invitations_suggestions?: string | undefined;
4278
- phone_number_exists__delete_existing_invitations_suggestions?: string | undefined;
4279
- form_identifier_not_found__delete_existing_invitations_suggestions?: string | undefined;
4280
- captcha_unavailable__delete_existing_invitations_suggestions?: string | undefined;
4281
- captcha_invalid__delete_existing_invitations_suggestions?: string | undefined;
4282
- passkey_not_supported__delete_existing_invitations_suggestions?: string | undefined;
4283
- passkey_pa_not_supported__delete_existing_invitations_suggestions?: string | undefined;
4284
- passkey_retrieval_cancelled__delete_existing_invitations_suggestions?: string | undefined;
4285
- passkey_registration_cancelled__delete_existing_invitations_suggestions?: string | undefined;
4286
- passkey_already_exists__delete_existing_invitations_suggestions?: string | undefined;
4287
- web3_missing_identifier__delete_existing_invitations_suggestions?: string | undefined;
4288
- form_password_pwned__delete_existing_invitations_suggestions?: string | undefined;
4289
- form_password_pwned__sign_in__delete_existing_invitations_suggestions?: string | undefined;
4290
- form_username_invalid_length__delete_existing_invitations_suggestions?: string | undefined;
4291
- form_username_invalid_character__delete_existing_invitations_suggestions?: string | undefined;
4292
- form_param_format_invalid__delete_existing_invitations_suggestions?: string | undefined;
4293
- form_param_format_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
4294
- form_param_type_invalid__delete_existing_invitations_suggestions?: string | undefined;
4295
- form_param_type_invalid__phone_number__delete_existing_invitations_suggestions?: string | undefined;
4296
- form_param_type_invalid__email_address__delete_existing_invitations_suggestions?: string | undefined;
4297
- form_password_length_too_short__delete_existing_invitations_suggestions?: string | undefined;
4298
- form_param_nil__delete_existing_invitations_suggestions?: string | undefined;
4299
- form_code_incorrect__delete_existing_invitations_suggestions?: string | undefined;
4300
- form_password_incorrect__delete_existing_invitations_suggestions?: string | undefined;
4301
- form_password_validation_failed__delete_existing_invitations_suggestions?: string | undefined;
4302
- not_allowed_access__delete_existing_invitations_suggestions?: string | undefined;
4303
- form_identifier_exists__delete_existing_invitations_suggestions?: string | undefined;
4304
- form_identifier_exists__email_address__delete_existing_invitations_suggestions?: string | undefined;
4305
- form_identifier_exists__username__delete_existing_invitations_suggestions?: string | undefined;
4306
- form_identifier_exists__phone_number__delete_existing_invitations_suggestions?: string | undefined;
4307
- form_password_not_strong_enough__delete_existing_invitations_suggestions?: string | undefined;
4308
- form_password_size_in_bytes_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4309
- form_param_value_invalid__delete_existing_invitations_suggestions?: string | undefined;
4310
- passwordComplexity__delete_existing_invitations_suggestions?: string | undefined;
4311
- session_exists__delete_existing_invitations_suggestions?: string | undefined;
4312
- zxcvbn__delete_existing_invitations_suggestions?: string | undefined;
4313
- form_param_max_length_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4314
- organization_minimum_permissions_needed__delete_existing_invitations_suggestions?: string | undefined;
4315
- already_a_member_in_organization__delete_existing_invitations_suggestions?: string | undefined;
4316
- organization_domain_common__delete_existing_invitations_suggestions?: string | undefined;
4317
- organization_domain_blocked__delete_existing_invitations_suggestions?: string | undefined;
4318
- organization_domain_exists_for_enterprise_connection__delete_existing_invitations_suggestions?: string | undefined;
4319
- organization_membership_quota_exceeded__delete_existing_invitations_suggestions?: string | undefined;
4320
- external_account_not_found__legal_accepted?: string | undefined;
4321
- identification_deletion_failed__legal_accepted?: string | undefined;
4322
- phone_number_exists__legal_accepted?: string | undefined;
4323
- form_identifier_not_found__legal_accepted?: string | undefined;
4324
- captcha_unavailable__legal_accepted?: string | undefined;
4325
- captcha_invalid__legal_accepted?: string | undefined;
4326
- passkey_not_supported__legal_accepted?: string | undefined;
4327
- passkey_pa_not_supported__legal_accepted?: string | undefined;
4328
- passkey_retrieval_cancelled__legal_accepted?: string | undefined;
4329
- passkey_registration_cancelled__legal_accepted?: string | undefined;
4330
- passkey_already_exists__legal_accepted?: string | undefined;
4331
- web3_missing_identifier__legal_accepted?: string | undefined;
4332
- form_password_pwned__legal_accepted?: string | undefined;
4333
- form_password_pwned__sign_in__legal_accepted?: string | undefined;
4334
- form_username_invalid_length__legal_accepted?: string | undefined;
4335
- form_username_invalid_character__legal_accepted?: string | undefined;
4336
- form_param_format_invalid__legal_accepted?: string | undefined;
4337
- form_param_format_invalid__email_address__legal_accepted?: string | undefined;
4338
- form_param_type_invalid__legal_accepted?: string | undefined;
4339
- form_param_type_invalid__phone_number__legal_accepted?: string | undefined;
4340
- form_param_type_invalid__email_address__legal_accepted?: string | undefined;
4341
- form_password_length_too_short__legal_accepted?: string | undefined;
4342
- form_param_nil__legal_accepted?: string | undefined;
4343
- form_code_incorrect__legal_accepted?: string | undefined;
4344
- form_password_incorrect__legal_accepted?: string | undefined;
4345
- form_password_validation_failed__legal_accepted?: string | undefined;
4346
- not_allowed_access__legal_accepted?: string | undefined;
4347
- form_identifier_exists__legal_accepted?: string | undefined;
4348
- form_identifier_exists__email_address__legal_accepted?: string | undefined;
4349
- form_identifier_exists__username__legal_accepted?: string | undefined;
4350
- form_identifier_exists__phone_number__legal_accepted?: string | undefined;
4351
- form_password_not_strong_enough__legal_accepted?: string | undefined;
4352
- form_password_size_in_bytes_exceeded__legal_accepted?: string | undefined;
4353
- form_param_value_invalid__legal_accepted?: string | undefined;
4354
- passwordComplexity__legal_accepted?: string | undefined;
4355
- session_exists__legal_accepted?: string | undefined;
4356
- zxcvbn__legal_accepted?: string | undefined;
4357
- form_param_max_length_exceeded__legal_accepted?: string | undefined;
4358
- organization_minimum_permissions_needed__legal_accepted?: string | undefined;
4359
- already_a_member_in_organization__legal_accepted?: string | undefined;
4360
- organization_domain_common__legal_accepted?: string | undefined;
4361
- organization_domain_blocked__legal_accepted?: string | undefined;
4362
- organization_domain_exists_for_enterprise_connection__legal_accepted?: string | undefined;
4363
- organization_membership_quota_exceeded__legal_accepted?: string | undefined;
4364
- external_account_not_found__api_key_description?: string | undefined;
4365
- identification_deletion_failed__api_key_description?: string | undefined;
4366
- phone_number_exists__api_key_description?: string | undefined;
4367
- form_identifier_not_found__api_key_description?: string | undefined;
4368
- captcha_unavailable__api_key_description?: string | undefined;
4369
- captcha_invalid__api_key_description?: string | undefined;
4370
- passkey_not_supported__api_key_description?: string | undefined;
4371
- passkey_pa_not_supported__api_key_description?: string | undefined;
4372
- passkey_retrieval_cancelled__api_key_description?: string | undefined;
4373
- passkey_registration_cancelled__api_key_description?: string | undefined;
4374
- passkey_already_exists__api_key_description?: string | undefined;
4375
- web3_missing_identifier__api_key_description?: string | undefined;
4376
- form_password_pwned__api_key_description?: string | undefined;
4377
- form_password_pwned__sign_in__api_key_description?: string | undefined;
4378
- form_username_invalid_length__api_key_description?: string | undefined;
4379
- form_username_invalid_character__api_key_description?: string | undefined;
4380
- form_param_format_invalid__api_key_description?: string | undefined;
4381
- form_param_format_invalid__email_address__api_key_description?: string | undefined;
4382
- form_param_type_invalid__api_key_description?: string | undefined;
4383
- form_param_type_invalid__phone_number__api_key_description?: string | undefined;
4384
- form_param_type_invalid__email_address__api_key_description?: string | undefined;
4385
- form_password_length_too_short__api_key_description?: string | undefined;
4386
- form_param_nil__api_key_description?: string | undefined;
4387
- form_code_incorrect__api_key_description?: string | undefined;
4388
- form_password_incorrect__api_key_description?: string | undefined;
4389
- form_password_validation_failed__api_key_description?: string | undefined;
4390
- not_allowed_access__api_key_description?: string | undefined;
4391
- form_identifier_exists__api_key_description?: string | undefined;
4392
- form_identifier_exists__email_address__api_key_description?: string | undefined;
4393
- form_identifier_exists__username__api_key_description?: string | undefined;
4394
- form_identifier_exists__phone_number__api_key_description?: string | undefined;
4395
- form_password_not_strong_enough__api_key_description?: string | undefined;
4396
- form_password_size_in_bytes_exceeded__api_key_description?: string | undefined;
4397
- form_param_value_invalid__api_key_description?: string | undefined;
4398
- passwordComplexity__api_key_description?: string | undefined;
4399
- session_exists__api_key_description?: string | undefined;
4400
- zxcvbn__api_key_description?: string | undefined;
4401
- form_param_max_length_exceeded__api_key_description?: string | undefined;
4402
- organization_minimum_permissions_needed__api_key_description?: string | undefined;
4403
- already_a_member_in_organization__api_key_description?: string | undefined;
4404
- organization_domain_common__api_key_description?: string | undefined;
4405
- organization_domain_blocked__api_key_description?: string | undefined;
4406
- organization_domain_exists_for_enterprise_connection__api_key_description?: string | undefined;
4407
- organization_membership_quota_exceeded__api_key_description?: string | undefined;
4408
- external_account_not_found__api_key_expiration_date?: string | undefined;
4409
- identification_deletion_failed__api_key_expiration_date?: string | undefined;
4410
- phone_number_exists__api_key_expiration_date?: string | undefined;
4411
- form_identifier_not_found__api_key_expiration_date?: string | undefined;
4412
- captcha_unavailable__api_key_expiration_date?: string | undefined;
4413
- captcha_invalid__api_key_expiration_date?: string | undefined;
4414
- passkey_not_supported__api_key_expiration_date?: string | undefined;
4415
- passkey_pa_not_supported__api_key_expiration_date?: string | undefined;
4416
- passkey_retrieval_cancelled__api_key_expiration_date?: string | undefined;
4417
- passkey_registration_cancelled__api_key_expiration_date?: string | undefined;
4418
- passkey_already_exists__api_key_expiration_date?: string | undefined;
4419
- web3_missing_identifier__api_key_expiration_date?: string | undefined;
4420
- form_password_pwned__api_key_expiration_date?: string | undefined;
4421
- form_password_pwned__sign_in__api_key_expiration_date?: string | undefined;
4422
- form_username_invalid_length__api_key_expiration_date?: string | undefined;
4423
- form_username_invalid_character__api_key_expiration_date?: string | undefined;
4424
- form_param_format_invalid__api_key_expiration_date?: string | undefined;
4425
- form_param_format_invalid__email_address__api_key_expiration_date?: string | undefined;
4426
- form_param_type_invalid__api_key_expiration_date?: string | undefined;
4427
- form_param_type_invalid__phone_number__api_key_expiration_date?: string | undefined;
4428
- form_param_type_invalid__email_address__api_key_expiration_date?: string | undefined;
4429
- form_password_length_too_short__api_key_expiration_date?: string | undefined;
4430
- form_param_nil__api_key_expiration_date?: string | undefined;
4431
- form_code_incorrect__api_key_expiration_date?: string | undefined;
4432
- form_password_incorrect__api_key_expiration_date?: string | undefined;
4433
- form_password_validation_failed__api_key_expiration_date?: string | undefined;
4434
- not_allowed_access__api_key_expiration_date?: string | undefined;
4435
- form_identifier_exists__api_key_expiration_date?: string | undefined;
4436
- form_identifier_exists__email_address__api_key_expiration_date?: string | undefined;
4437
- form_identifier_exists__username__api_key_expiration_date?: string | undefined;
4438
- form_identifier_exists__phone_number__api_key_expiration_date?: string | undefined;
4439
- form_password_not_strong_enough__api_key_expiration_date?: string | undefined;
4440
- form_password_size_in_bytes_exceeded__api_key_expiration_date?: string | undefined;
4441
- form_param_value_invalid__api_key_expiration_date?: string | undefined;
4442
- passwordComplexity__api_key_expiration_date?: string | undefined;
4443
- session_exists__api_key_expiration_date?: string | undefined;
4444
- zxcvbn__api_key_expiration_date?: string | undefined;
4445
- form_param_max_length_exceeded__api_key_expiration_date?: string | undefined;
4446
- organization_minimum_permissions_needed__api_key_expiration_date?: string | undefined;
4447
- already_a_member_in_organization__api_key_expiration_date?: string | undefined;
4448
- organization_domain_common__api_key_expiration_date?: string | undefined;
4449
- organization_domain_blocked__api_key_expiration_date?: string | undefined;
4450
- organization_domain_exists_for_enterprise_connection__api_key_expiration_date?: string | undefined;
4451
- organization_membership_quota_exceeded__api_key_expiration_date?: string | undefined;
4452
- external_account_not_found__api_key_revoke_confirmation?: string | undefined;
4453
- identification_deletion_failed__api_key_revoke_confirmation?: string | undefined;
4454
- phone_number_exists__api_key_revoke_confirmation?: string | undefined;
4455
- form_identifier_not_found__api_key_revoke_confirmation?: string | undefined;
4456
- captcha_unavailable__api_key_revoke_confirmation?: string | undefined;
4457
- captcha_invalid__api_key_revoke_confirmation?: string | undefined;
4458
- passkey_not_supported__api_key_revoke_confirmation?: string | undefined;
4459
- passkey_pa_not_supported__api_key_revoke_confirmation?: string | undefined;
4460
- passkey_retrieval_cancelled__api_key_revoke_confirmation?: string | undefined;
4461
- passkey_registration_cancelled__api_key_revoke_confirmation?: string | undefined;
4462
- passkey_already_exists__api_key_revoke_confirmation?: string | undefined;
4463
- web3_missing_identifier__api_key_revoke_confirmation?: string | undefined;
4464
- form_password_pwned__api_key_revoke_confirmation?: string | undefined;
4465
- form_password_pwned__sign_in__api_key_revoke_confirmation?: string | undefined;
4466
- form_username_invalid_length__api_key_revoke_confirmation?: string | undefined;
4467
- form_username_invalid_character__api_key_revoke_confirmation?: string | undefined;
4468
- form_param_format_invalid__api_key_revoke_confirmation?: string | undefined;
4469
- form_param_format_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
4470
- form_param_type_invalid__api_key_revoke_confirmation?: string | undefined;
4471
- form_param_type_invalid__phone_number__api_key_revoke_confirmation?: string | undefined;
4472
- form_param_type_invalid__email_address__api_key_revoke_confirmation?: string | undefined;
4473
- form_password_length_too_short__api_key_revoke_confirmation?: string | undefined;
4474
- form_param_nil__api_key_revoke_confirmation?: string | undefined;
4475
- form_code_incorrect__api_key_revoke_confirmation?: string | undefined;
4476
- form_password_incorrect__api_key_revoke_confirmation?: string | undefined;
4477
- form_password_validation_failed__api_key_revoke_confirmation?: string | undefined;
4478
- not_allowed_access__api_key_revoke_confirmation?: string | undefined;
4479
- form_identifier_exists__api_key_revoke_confirmation?: string | undefined;
4480
- form_identifier_exists__email_address__api_key_revoke_confirmation?: string | undefined;
4481
- form_identifier_exists__username__api_key_revoke_confirmation?: string | undefined;
4482
- form_identifier_exists__phone_number__api_key_revoke_confirmation?: string | undefined;
4483
- form_password_not_strong_enough__api_key_revoke_confirmation?: string | undefined;
4484
- form_password_size_in_bytes_exceeded__api_key_revoke_confirmation?: string | undefined;
4485
- form_param_value_invalid__api_key_revoke_confirmation?: string | undefined;
4486
- passwordComplexity__api_key_revoke_confirmation?: string | undefined;
4487
- session_exists__api_key_revoke_confirmation?: string | undefined;
4488
- zxcvbn__api_key_revoke_confirmation?: string | undefined;
4489
- form_param_max_length_exceeded__api_key_revoke_confirmation?: string | undefined;
4490
- organization_minimum_permissions_needed__api_key_revoke_confirmation?: string | undefined;
4491
- already_a_member_in_organization__api_key_revoke_confirmation?: string | undefined;
4492
- organization_domain_common__api_key_revoke_confirmation?: string | undefined;
4493
- organization_domain_blocked__api_key_revoke_confirmation?: string | undefined;
4494
- organization_domain_exists_for_enterprise_connection__api_key_revoke_confirmation?: string | undefined;
4495
- organization_membership_quota_exceeded__api_key_revoke_confirmation?: string | undefined;
4496
- };
4497
- dates: {
4498
- previous6Days: _clerk_types.LocalizationValue<"date">;
4499
- lastDay: _clerk_types.LocalizationValue<"date">;
4500
- sameDay: _clerk_types.LocalizationValue<"date">;
4501
- nextDay: _clerk_types.LocalizationValue<"date">;
4502
- next6Days: _clerk_types.LocalizationValue<"date">;
4503
- numeric: _clerk_types.LocalizationValue<"date">;
4504
- };
4505
- waitlist: {
4506
- start: {
4507
- title: _clerk_types.LocalizationValue;
4508
- subtitle: _clerk_types.LocalizationValue;
4509
- formButton: _clerk_types.LocalizationValue;
4510
- actionText: _clerk_types.LocalizationValue;
4511
- actionLink: _clerk_types.LocalizationValue;
4512
- };
4513
- success: {
4514
- title: _clerk_types.LocalizationValue;
4515
- subtitle: _clerk_types.LocalizationValue;
4516
- message: _clerk_types.LocalizationValue;
4517
- };
4518
- };
4519
- apiKeys: {
4520
- formTitle: _clerk_types.LocalizationValue;
4521
- formHint: _clerk_types.LocalizationValue;
4522
- formButtonPrimary__add: _clerk_types.LocalizationValue;
4523
- menuAction__revoke: _clerk_types.LocalizationValue;
4524
- action__search: _clerk_types.LocalizationValue;
4525
- action__add: _clerk_types.LocalizationValue;
4526
- detailsTitle__emptyRow: _clerk_types.LocalizationValue;
4527
- revokeConfirmation: {
4528
- formTitle: _clerk_types.LocalizationValue<"apiKeyName">;
4529
- formHint: _clerk_types.LocalizationValue;
4530
- formButtonPrimary__revoke: _clerk_types.LocalizationValue;
4531
- confirmationText: _clerk_types.LocalizationValue;
4532
- };
4533
- lastUsed__seconds: _clerk_types.LocalizationValue<"seconds">;
4534
- lastUsed__minutes: _clerk_types.LocalizationValue<"minutes">;
4535
- lastUsed__hours: _clerk_types.LocalizationValue<"hours">;
4536
- lastUsed__days: _clerk_types.LocalizationValue<"days">;
4537
- lastUsed__months: _clerk_types.LocalizationValue<"months">;
4538
- lastUsed__years: _clerk_types.LocalizationValue<"years">;
4539
- formFieldOption__expiration__1d: _clerk_types.LocalizationValue;
4540
- formFieldOption__expiration__7d: _clerk_types.LocalizationValue;
4541
- formFieldOption__expiration__30d: _clerk_types.LocalizationValue;
4542
- formFieldOption__expiration__60d: _clerk_types.LocalizationValue;
4543
- formFieldOption__expiration__90d: _clerk_types.LocalizationValue;
4544
- formFieldOption__expiration__180d: _clerk_types.LocalizationValue;
4545
- formFieldOption__expiration__1y: _clerk_types.LocalizationValue;
4546
- formFieldOption__expiration__never: _clerk_types.LocalizationValue;
4547
- createdAndExpirationStatus__never: _clerk_types.LocalizationValue<"createdDate">;
4548
- createdAndExpirationStatus__expiresOn: _clerk_types.LocalizationValue<"createdDate" | "expiresDate">;
4549
- formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
4550
- formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
4551
- };
4552
- taskChooseOrganization: {
4553
- title: _clerk_types.LocalizationValue;
4554
- subtitle: _clerk_types.LocalizationValue;
4555
- signOut: {
4556
- actionText: _clerk_types.LocalizationValue<"identifier">;
4557
- actionLink: _clerk_types.LocalizationValue;
4558
- };
4559
- createOrganization: {
4560
- title: _clerk_types.LocalizationValue;
4561
- subtitle: _clerk_types.LocalizationValue;
4562
- formButtonSubmit: _clerk_types.LocalizationValue;
4563
- formButtonReset: _clerk_types.LocalizationValue;
4564
- };
4565
- chooseOrganization: {
4566
- title: _clerk_types.LocalizationValue;
4567
- subtitle: _clerk_types.LocalizationValue;
4568
- suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
4569
- action__suggestionsAccept: _clerk_types.LocalizationValue;
4570
- action__createOrganization: _clerk_types.LocalizationValue;
4571
- action__invitationAccept: _clerk_types.LocalizationValue;
4572
- };
4573
- };
4574
- }>;
4575
- };
4576
-
4577
- declare const createTitleSchema: () => z.ZodString;
4578
- declare const createDescriptionSchema: () => z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4579
- declare const createIconSchema: () => z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4580
- declare const createDateSchema: () => z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, unknown>;
4581
- declare const createCommonDocsSchema: () => z.ZodObject<{
4582
- full: z.ZodOptional<z.ZodBoolean>;
4583
- _openapi: z.ZodOptional<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
4584
- } & {
4585
- title: z.ZodString;
4586
- description: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4587
- icon: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
4588
- date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, unknown>;
4589
- author: z.ZodOptional<z.ZodString>;
4590
- keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4591
- }, "strip", z.ZodTypeAny, {
4592
- date: string;
4593
- title: string;
4594
- description?: string | undefined;
4595
- icon?: string | undefined;
4596
- author?: string | undefined;
4597
- keywords?: string[] | undefined;
4598
- full?: boolean | undefined;
4599
- _openapi?: z.objectOutputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
4600
- }, {
4601
- title: string;
4602
- date?: unknown;
4603
- description?: unknown;
4604
- icon?: unknown;
4605
- author?: string | undefined;
4606
- keywords?: string[] | undefined;
4607
- full?: boolean | undefined;
4608
- _openapi?: z.objectInputType<{}, z.ZodTypeAny, "passthrough"> | undefined;
4609
- }>;
4610
- declare const createCommonMetaSchema: () => z.ZodObject<{
4611
- title: z.ZodOptional<z.ZodString>;
4612
- pages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4613
- root: z.ZodOptional<z.ZodBoolean>;
4614
- defaultOpen: z.ZodOptional<z.ZodBoolean>;
4615
- icon: z.ZodOptional<z.ZodString>;
4616
- } & {
4617
- description: z.ZodOptional<z.ZodString>;
4618
- }, "strip", z.ZodTypeAny, {
4619
- title?: string | undefined;
4620
- description?: string | undefined;
4621
- icon?: string | undefined;
4622
- pages?: string[] | undefined;
4623
- root?: boolean | undefined;
4624
- defaultOpen?: boolean | undefined;
4625
- }, {
4626
- title?: string | undefined;
4627
- description?: string | undefined;
4628
- icon?: string | undefined;
4629
- pages?: string[] | undefined;
4630
- root?: boolean | undefined;
4631
- defaultOpen?: boolean | undefined;
4632
- }>;
4633
- declare const remarkInstallOptions: {
4634
- persist: {
4635
- id: string;
4636
- };
4637
- };
4638
-
4639
- /**
4640
- * Generate robots.txt content
4641
- * @param baseUrl - The base URL of the website
4642
- * @returns Robots configuration
4643
- */
4644
- declare function generateRobots(baseUrl: string): MetadataRoute.Robots;
4645
- /**
4646
- * Generate sitemap.xml content
4647
- * @param baseUrl - The base URL of the website
4648
- * @param locales - Supported locales array
4649
- * @param mdxSourceDir - MDX source directory path
4650
- * @param openMdxSEOSiteMap - Whether to include MDX content in sitemap, default is true
4651
- * @returns Sitemap entries
4652
- */
4653
- declare function generateSitemap(baseUrl: string, locales: string[], mdxSourceDir: string, openMdxSEOSiteMap?: boolean): MetadataRoute.Sitemap;
4654
- /**
4655
- * Create robots.txt handler function
4656
- * @param baseUrl - The base URL of the website
4657
- * @returns Robots handler function
4658
- */
4659
- declare function createRobotsHandler(baseUrl: string): () => MetadataRoute.Robots;
4660
- /**
4661
- * Create sitemap.xml handler function
4662
- * @param baseUrl - The base URL of the website
4663
- * @param locales - Supported locales array
4664
- * @param mdxSourceDir - MDX source directory path, default is empty
4665
- * @param openMdxSEOSiteMap - Whether to include MDX content in sitemap, default is true
4666
- * @returns Sitemap handler function
4667
- */
4668
- declare function createSitemapHandler(baseUrl: string, locales: string[], mdxSourceDir?: string, openMdxSEOSiteMap?: boolean): () => MetadataRoute.Sitemap;
4669
-
4670
- export { clerkIntl, createCommonDocsSchema, createCommonMetaSchema, createDateSchema, createDescriptionSchema, createIconSchema, createRobotsHandler, createSitemapHandler, createTitleSchema, fumaI18nCn, generateRobots, generateSitemap, remarkInstallOptions };