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