@windrun-huaiin/third-ui 5.14.2 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clerk/index.d.mts +2 -21
- package/dist/clerk/index.d.ts +2 -21
- package/dist/clerk/index.js +5 -2884
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +3 -2872
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/clerk/server.d.mts +28 -0
- package/dist/clerk/server.d.ts +28 -0
- package/dist/clerk/server.js +3025 -0
- package/dist/clerk/server.js.map +1 -0
- package/dist/clerk/server.mjs +2991 -0
- package/dist/clerk/server.mjs.map +1 -0
- package/dist/fuma/mdx/index.d.mts +1 -12
- package/dist/fuma/mdx/index.d.ts +1 -12
- package/dist/fuma/mdx/index.js +47 -262
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +48 -261
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.d.mts +15 -2
- package/dist/fuma/server.d.ts +15 -2
- package/dist/fuma/server.js +234 -49
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +231 -48
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/lib/server.d.mts +509 -465
- package/dist/lib/server.d.ts +509 -465
- package/dist/main/index.d.mts +5 -56
- package/dist/main/index.d.ts +5 -56
- package/dist/main/index.js +646 -1322
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +675 -1342
- package/dist/main/index.mjs.map +1 -1
- package/dist/main/server.d.mts +64 -0
- package/dist/main/server.d.ts +64 -0
- package/dist/main/server.js +4166 -0
- package/dist/main/server.js.map +1 -0
- package/dist/main/server.mjs +4128 -0
- package/dist/main/server.mjs.map +1 -0
- package/package.json +12 -2
- package/src/clerk/clerk-organization-client.tsx +50 -0
- package/src/clerk/clerk-organization.tsx +21 -38
- package/src/clerk/clerk-page-generator.tsx +0 -2
- package/src/clerk/clerk-provider-client.tsx +1 -1
- package/src/clerk/clerk-user-client.tsx +64 -0
- package/src/clerk/clerk-user.tsx +29 -58
- package/src/clerk/index.ts +1 -4
- package/src/clerk/server.ts +3 -0
- package/src/fuma/{mdx/fuma-banner-suit.tsx → fuma-banner-suit.tsx} +3 -6
- package/src/fuma/mdx/banner.tsx +0 -1
- package/src/fuma/mdx/index.ts +0 -2
- package/src/fuma/mdx/toc-footer-wrapper.tsx +1 -0
- package/src/fuma/mdx/zia-file.tsx +0 -1
- package/src/fuma/server.ts +3 -1
- package/src/fuma/{mdx/site-x.tsx → site-x.tsx} +4 -5
- package/src/main/cta.tsx +33 -10
- package/src/main/faq-interactive.tsx +68 -0
- package/src/main/faq.tsx +62 -38
- package/src/main/features.tsx +40 -11
- package/src/main/footer.tsx +27 -16
- package/src/main/gallery-interactive.tsx +171 -0
- package/src/main/gallery.tsx +54 -101
- package/src/main/index.ts +1 -10
- package/src/main/language-detector.tsx +175 -0
- package/src/main/price-plan-interactive.tsx +273 -0
- package/src/main/price-plan.tsx +112 -129
- package/src/main/seo-content.tsx +46 -13
- package/src/main/server.ts +10 -0
- package/src/main/tips.tsx +48 -22
- package/src/main/usage.tsx +43 -11
package/dist/lib/server.d.mts
CHANGED
|
@@ -1160,6 +1160,94 @@ declare const clerkIntl: {
|
|
|
1160
1160
|
organization_domain_blocked: _clerk_types.LocalizationValue;
|
|
1161
1161
|
organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
|
|
1162
1162
|
organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
|
|
1163
|
+
external_account_not_found__password?: string | undefined;
|
|
1164
|
+
identification_deletion_failed__password?: string | undefined;
|
|
1165
|
+
phone_number_exists__password?: string | undefined;
|
|
1166
|
+
form_identifier_not_found__password?: string | undefined;
|
|
1167
|
+
captcha_unavailable__password?: string | undefined;
|
|
1168
|
+
captcha_invalid__password?: string | undefined;
|
|
1169
|
+
passkey_not_supported__password?: string | undefined;
|
|
1170
|
+
passkey_pa_not_supported__password?: string | undefined;
|
|
1171
|
+
passkey_retrieval_cancelled__password?: string | undefined;
|
|
1172
|
+
passkey_registration_cancelled__password?: string | undefined;
|
|
1173
|
+
passkey_already_exists__password?: string | undefined;
|
|
1174
|
+
web3_missing_identifier__password?: string | undefined;
|
|
1175
|
+
form_password_pwned__password?: string | undefined;
|
|
1176
|
+
form_password_pwned__sign_in__password?: string | undefined;
|
|
1177
|
+
form_username_invalid_length__password?: string | undefined;
|
|
1178
|
+
form_username_invalid_character__password?: string | undefined;
|
|
1179
|
+
form_param_format_invalid__password?: string | undefined;
|
|
1180
|
+
form_param_format_invalid__email_address__password?: string | undefined;
|
|
1181
|
+
form_param_type_invalid__password?: string | undefined;
|
|
1182
|
+
form_param_type_invalid__phone_number__password?: string | undefined;
|
|
1183
|
+
form_param_type_invalid__email_address__password?: string | undefined;
|
|
1184
|
+
form_password_length_too_short__password?: string | undefined;
|
|
1185
|
+
form_param_nil__password?: string | undefined;
|
|
1186
|
+
form_code_incorrect__password?: string | undefined;
|
|
1187
|
+
form_password_incorrect__password?: string | undefined;
|
|
1188
|
+
form_password_validation_failed__password?: string | undefined;
|
|
1189
|
+
not_allowed_access__password?: string | undefined;
|
|
1190
|
+
form_identifier_exists__password?: string | undefined;
|
|
1191
|
+
form_identifier_exists__email_address__password?: string | undefined;
|
|
1192
|
+
form_identifier_exists__username__password?: string | undefined;
|
|
1193
|
+
form_identifier_exists__phone_number__password?: string | undefined;
|
|
1194
|
+
form_password_not_strong_enough__password?: string | undefined;
|
|
1195
|
+
form_password_size_in_bytes_exceeded__password?: string | undefined;
|
|
1196
|
+
form_param_value_invalid__password?: string | undefined;
|
|
1197
|
+
passwordComplexity__password?: string | undefined;
|
|
1198
|
+
session_exists__password?: string | undefined;
|
|
1199
|
+
zxcvbn__password?: string | undefined;
|
|
1200
|
+
form_param_max_length_exceeded__password?: string | undefined;
|
|
1201
|
+
organization_minimum_permissions_needed__password?: string | undefined;
|
|
1202
|
+
already_a_member_in_organization__password?: string | undefined;
|
|
1203
|
+
organization_domain_common__password?: string | undefined;
|
|
1204
|
+
organization_domain_blocked__password?: string | undefined;
|
|
1205
|
+
organization_domain_exists_for_enterprise_connection__password?: string | undefined;
|
|
1206
|
+
organization_membership_quota_exceeded__password?: string | undefined;
|
|
1207
|
+
external_account_not_found__identifier?: string | undefined;
|
|
1208
|
+
identification_deletion_failed__identifier?: string | undefined;
|
|
1209
|
+
phone_number_exists__identifier?: string | undefined;
|
|
1210
|
+
form_identifier_not_found__identifier?: string | undefined;
|
|
1211
|
+
captcha_unavailable__identifier?: string | undefined;
|
|
1212
|
+
captcha_invalid__identifier?: string | undefined;
|
|
1213
|
+
passkey_not_supported__identifier?: string | undefined;
|
|
1214
|
+
passkey_pa_not_supported__identifier?: string | undefined;
|
|
1215
|
+
passkey_retrieval_cancelled__identifier?: string | undefined;
|
|
1216
|
+
passkey_registration_cancelled__identifier?: string | undefined;
|
|
1217
|
+
passkey_already_exists__identifier?: string | undefined;
|
|
1218
|
+
web3_missing_identifier__identifier?: string | undefined;
|
|
1219
|
+
form_password_pwned__identifier?: string | undefined;
|
|
1220
|
+
form_password_pwned__sign_in__identifier?: string | undefined;
|
|
1221
|
+
form_username_invalid_length__identifier?: string | undefined;
|
|
1222
|
+
form_username_invalid_character__identifier?: string | undefined;
|
|
1223
|
+
form_param_format_invalid__identifier?: string | undefined;
|
|
1224
|
+
form_param_format_invalid__email_address__identifier?: string | undefined;
|
|
1225
|
+
form_param_type_invalid__identifier?: string | undefined;
|
|
1226
|
+
form_param_type_invalid__phone_number__identifier?: string | undefined;
|
|
1227
|
+
form_param_type_invalid__email_address__identifier?: string | undefined;
|
|
1228
|
+
form_password_length_too_short__identifier?: string | undefined;
|
|
1229
|
+
form_param_nil__identifier?: string | undefined;
|
|
1230
|
+
form_code_incorrect__identifier?: string | undefined;
|
|
1231
|
+
form_password_incorrect__identifier?: string | undefined;
|
|
1232
|
+
form_password_validation_failed__identifier?: string | undefined;
|
|
1233
|
+
not_allowed_access__identifier?: string | undefined;
|
|
1234
|
+
form_identifier_exists__identifier?: string | undefined;
|
|
1235
|
+
form_identifier_exists__email_address__identifier?: string | undefined;
|
|
1236
|
+
form_identifier_exists__username__identifier?: string | undefined;
|
|
1237
|
+
form_identifier_exists__phone_number__identifier?: string | undefined;
|
|
1238
|
+
form_password_not_strong_enough__identifier?: string | undefined;
|
|
1239
|
+
form_password_size_in_bytes_exceeded__identifier?: string | undefined;
|
|
1240
|
+
form_param_value_invalid__identifier?: string | undefined;
|
|
1241
|
+
passwordComplexity__identifier?: string | undefined;
|
|
1242
|
+
session_exists__identifier?: string | undefined;
|
|
1243
|
+
zxcvbn__identifier?: string | undefined;
|
|
1244
|
+
form_param_max_length_exceeded__identifier?: string | undefined;
|
|
1245
|
+
organization_minimum_permissions_needed__identifier?: string | undefined;
|
|
1246
|
+
already_a_member_in_organization__identifier?: string | undefined;
|
|
1247
|
+
organization_domain_common__identifier?: string | undefined;
|
|
1248
|
+
organization_domain_blocked__identifier?: string | undefined;
|
|
1249
|
+
organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
|
|
1250
|
+
organization_membership_quota_exceeded__identifier?: string | undefined;
|
|
1163
1251
|
external_account_not_found__name?: string | undefined;
|
|
1164
1252
|
identification_deletion_failed__name?: string | undefined;
|
|
1165
1253
|
phone_number_exists__name?: string | undefined;
|
|
@@ -1204,50 +1292,6 @@ declare const clerkIntl: {
|
|
|
1204
1292
|
organization_domain_blocked__name?: string | undefined;
|
|
1205
1293
|
organization_domain_exists_for_enterprise_connection__name?: string | undefined;
|
|
1206
1294
|
organization_membership_quota_exceeded__name?: string | undefined;
|
|
1207
|
-
external_account_not_found__code?: string | undefined;
|
|
1208
|
-
identification_deletion_failed__code?: string | undefined;
|
|
1209
|
-
phone_number_exists__code?: string | undefined;
|
|
1210
|
-
form_identifier_not_found__code?: string | undefined;
|
|
1211
|
-
captcha_unavailable__code?: string | undefined;
|
|
1212
|
-
captcha_invalid__code?: string | undefined;
|
|
1213
|
-
passkey_not_supported__code?: string | undefined;
|
|
1214
|
-
passkey_pa_not_supported__code?: string | undefined;
|
|
1215
|
-
passkey_retrieval_cancelled__code?: string | undefined;
|
|
1216
|
-
passkey_registration_cancelled__code?: string | undefined;
|
|
1217
|
-
passkey_already_exists__code?: string | undefined;
|
|
1218
|
-
web3_missing_identifier__code?: string | undefined;
|
|
1219
|
-
form_password_pwned__code?: string | undefined;
|
|
1220
|
-
form_password_pwned__sign_in__code?: string | undefined;
|
|
1221
|
-
form_username_invalid_length__code?: string | undefined;
|
|
1222
|
-
form_username_invalid_character__code?: string | undefined;
|
|
1223
|
-
form_param_format_invalid__code?: string | undefined;
|
|
1224
|
-
form_param_format_invalid__email_address__code?: string | undefined;
|
|
1225
|
-
form_param_type_invalid__code?: string | undefined;
|
|
1226
|
-
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
1227
|
-
form_param_type_invalid__email_address__code?: string | undefined;
|
|
1228
|
-
form_password_length_too_short__code?: string | undefined;
|
|
1229
|
-
form_param_nil__code?: string | undefined;
|
|
1230
|
-
form_code_incorrect__code?: string | undefined;
|
|
1231
|
-
form_password_incorrect__code?: string | undefined;
|
|
1232
|
-
form_password_validation_failed__code?: string | undefined;
|
|
1233
|
-
not_allowed_access__code?: string | undefined;
|
|
1234
|
-
form_identifier_exists__code?: string | undefined;
|
|
1235
|
-
form_identifier_exists__email_address__code?: string | undefined;
|
|
1236
|
-
form_identifier_exists__username__code?: string | undefined;
|
|
1237
|
-
form_identifier_exists__phone_number__code?: string | undefined;
|
|
1238
|
-
form_password_not_strong_enough__code?: string | undefined;
|
|
1239
|
-
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
1240
|
-
form_param_value_invalid__code?: string | undefined;
|
|
1241
|
-
passwordComplexity__code?: string | undefined;
|
|
1242
|
-
session_exists__code?: string | undefined;
|
|
1243
|
-
zxcvbn__code?: string | undefined;
|
|
1244
|
-
form_param_max_length_exceeded__code?: string | undefined;
|
|
1245
|
-
organization_minimum_permissions_needed__code?: string | undefined;
|
|
1246
|
-
already_a_member_in_organization__code?: string | undefined;
|
|
1247
|
-
organization_domain_common__code?: string | undefined;
|
|
1248
|
-
organization_domain_blocked__code?: string | undefined;
|
|
1249
|
-
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
1250
|
-
organization_membership_quota_exceeded__code?: string | undefined;
|
|
1251
1295
|
external_account_not_found__slug?: string | undefined;
|
|
1252
1296
|
identification_deletion_failed__slug?: string | undefined;
|
|
1253
1297
|
phone_number_exists__slug?: string | undefined;
|
|
@@ -1335,94 +1379,133 @@ declare const clerkIntl: {
|
|
|
1335
1379
|
organization_domain_blocked__username?: string | undefined;
|
|
1336
1380
|
organization_domain_exists_for_enterprise_connection__username?: string | undefined;
|
|
1337
1381
|
organization_membership_quota_exceeded__username?: string | undefined;
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1382
|
+
external_account_not_found__code?: string | undefined;
|
|
1383
|
+
identification_deletion_failed__code?: string | undefined;
|
|
1384
|
+
phone_number_exists__code?: string | undefined;
|
|
1385
|
+
form_identifier_not_found__code?: string | undefined;
|
|
1386
|
+
captcha_unavailable__code?: string | undefined;
|
|
1387
|
+
captcha_invalid__code?: string | undefined;
|
|
1388
|
+
passkey_not_supported__code?: string | undefined;
|
|
1389
|
+
passkey_pa_not_supported__code?: string | undefined;
|
|
1390
|
+
passkey_retrieval_cancelled__code?: string | undefined;
|
|
1391
|
+
passkey_registration_cancelled__code?: string | undefined;
|
|
1392
|
+
passkey_already_exists__code?: string | undefined;
|
|
1393
|
+
web3_missing_identifier__code?: string | undefined;
|
|
1394
|
+
form_password_pwned__code?: string | undefined;
|
|
1395
|
+
form_password_pwned__sign_in__code?: string | undefined;
|
|
1396
|
+
form_username_invalid_length__code?: string | undefined;
|
|
1397
|
+
form_username_invalid_character__code?: string | undefined;
|
|
1398
|
+
form_param_format_invalid__code?: string | undefined;
|
|
1399
|
+
form_param_format_invalid__email_address__code?: string | undefined;
|
|
1400
|
+
form_param_type_invalid__code?: string | undefined;
|
|
1401
|
+
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
1402
|
+
form_param_type_invalid__email_address__code?: string | undefined;
|
|
1403
|
+
form_password_length_too_short__code?: string | undefined;
|
|
1404
|
+
form_param_nil__code?: string | undefined;
|
|
1405
|
+
form_code_incorrect__code?: string | undefined;
|
|
1406
|
+
form_password_incorrect__code?: string | undefined;
|
|
1407
|
+
form_password_validation_failed__code?: string | undefined;
|
|
1408
|
+
not_allowed_access__code?: string | undefined;
|
|
1409
|
+
form_identifier_exists__code?: string | undefined;
|
|
1410
|
+
form_identifier_exists__email_address__code?: string | undefined;
|
|
1411
|
+
form_identifier_exists__username__code?: string | undefined;
|
|
1412
|
+
form_identifier_exists__phone_number__code?: string | undefined;
|
|
1413
|
+
form_password_not_strong_enough__code?: string | undefined;
|
|
1414
|
+
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
1415
|
+
form_param_value_invalid__code?: string | undefined;
|
|
1416
|
+
passwordComplexity__code?: string | undefined;
|
|
1417
|
+
session_exists__code?: string | undefined;
|
|
1418
|
+
zxcvbn__code?: string | undefined;
|
|
1419
|
+
form_param_max_length_exceeded__code?: string | undefined;
|
|
1420
|
+
organization_minimum_permissions_needed__code?: string | undefined;
|
|
1421
|
+
already_a_member_in_organization__code?: string | undefined;
|
|
1422
|
+
organization_domain_common__code?: string | undefined;
|
|
1423
|
+
organization_domain_blocked__code?: string | undefined;
|
|
1424
|
+
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
1425
|
+
organization_membership_quota_exceeded__code?: string | undefined;
|
|
1426
|
+
external_account_not_found__email_address?: string | undefined;
|
|
1427
|
+
identification_deletion_failed__email_address?: string | undefined;
|
|
1428
|
+
phone_number_exists__email_address?: string | undefined;
|
|
1429
|
+
form_identifier_not_found__email_address?: string | undefined;
|
|
1430
|
+
captcha_unavailable__email_address?: string | undefined;
|
|
1431
|
+
captcha_invalid__email_address?: string | undefined;
|
|
1432
|
+
passkey_not_supported__email_address?: string | undefined;
|
|
1433
|
+
passkey_pa_not_supported__email_address?: string | undefined;
|
|
1434
|
+
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
1435
|
+
passkey_registration_cancelled__email_address?: string | undefined;
|
|
1436
|
+
passkey_already_exists__email_address?: string | undefined;
|
|
1437
|
+
web3_missing_identifier__email_address?: string | undefined;
|
|
1438
|
+
form_password_pwned__email_address?: string | undefined;
|
|
1439
|
+
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
1440
|
+
form_username_invalid_length__email_address?: string | undefined;
|
|
1441
|
+
form_username_invalid_character__email_address?: string | undefined;
|
|
1442
|
+
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
1443
|
+
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
1444
|
+
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
1445
|
+
form_password_length_too_short__email_address?: string | undefined;
|
|
1446
|
+
form_param_nil__email_address?: string | undefined;
|
|
1447
|
+
form_code_incorrect__email_address?: string | undefined;
|
|
1448
|
+
form_password_incorrect__email_address?: string | undefined;
|
|
1449
|
+
form_password_validation_failed__email_address?: string | undefined;
|
|
1450
|
+
not_allowed_access__email_address?: string | undefined;
|
|
1451
|
+
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
1452
|
+
form_identifier_exists__username__email_address?: string | undefined;
|
|
1453
|
+
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
1454
|
+
form_password_not_strong_enough__email_address?: string | undefined;
|
|
1455
|
+
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
1456
|
+
form_param_value_invalid__email_address?: string | undefined;
|
|
1457
|
+
passwordComplexity__email_address?: string | undefined;
|
|
1458
|
+
session_exists__email_address?: string | undefined;
|
|
1459
|
+
zxcvbn__email_address?: string | undefined;
|
|
1460
|
+
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
1461
|
+
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
1462
|
+
already_a_member_in_organization__email_address?: string | undefined;
|
|
1463
|
+
organization_domain_common__email_address?: string | undefined;
|
|
1464
|
+
organization_domain_blocked__email_address?: string | undefined;
|
|
1465
|
+
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
1466
|
+
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
1467
|
+
external_account_not_found__phone_number?: string | undefined;
|
|
1468
|
+
identification_deletion_failed__phone_number?: string | undefined;
|
|
1469
|
+
phone_number_exists__phone_number?: string | undefined;
|
|
1470
|
+
form_identifier_not_found__phone_number?: string | undefined;
|
|
1471
|
+
captcha_unavailable__phone_number?: string | undefined;
|
|
1472
|
+
captcha_invalid__phone_number?: string | undefined;
|
|
1473
|
+
passkey_not_supported__phone_number?: string | undefined;
|
|
1474
|
+
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
1475
|
+
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
1476
|
+
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
1477
|
+
passkey_already_exists__phone_number?: string | undefined;
|
|
1478
|
+
web3_missing_identifier__phone_number?: string | undefined;
|
|
1479
|
+
form_password_pwned__phone_number?: string | undefined;
|
|
1480
|
+
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
1481
|
+
form_username_invalid_length__phone_number?: string | undefined;
|
|
1482
|
+
form_username_invalid_character__phone_number?: string | undefined;
|
|
1483
|
+
form_param_format_invalid__phone_number?: string | undefined;
|
|
1484
|
+
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
1485
|
+
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
1486
|
+
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
1487
|
+
form_password_length_too_short__phone_number?: string | undefined;
|
|
1488
|
+
form_param_nil__phone_number?: string | undefined;
|
|
1489
|
+
form_code_incorrect__phone_number?: string | undefined;
|
|
1490
|
+
form_password_incorrect__phone_number?: string | undefined;
|
|
1491
|
+
form_password_validation_failed__phone_number?: string | undefined;
|
|
1492
|
+
not_allowed_access__phone_number?: string | undefined;
|
|
1493
|
+
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
1494
|
+
form_identifier_exists__username__phone_number?: string | undefined;
|
|
1495
|
+
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
1496
|
+
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
1497
|
+
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
1498
|
+
form_param_value_invalid__phone_number?: string | undefined;
|
|
1499
|
+
passwordComplexity__phone_number?: string | undefined;
|
|
1500
|
+
session_exists__phone_number?: string | undefined;
|
|
1501
|
+
zxcvbn__phone_number?: string | undefined;
|
|
1502
|
+
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
1503
|
+
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
1504
|
+
already_a_member_in_organization__phone_number?: string | undefined;
|
|
1505
|
+
organization_domain_common__phone_number?: string | undefined;
|
|
1506
|
+
organization_domain_blocked__phone_number?: string | undefined;
|
|
1507
|
+
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
1508
|
+
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
1426
1509
|
external_account_not_found__first_name?: string | undefined;
|
|
1427
1510
|
identification_deletion_failed__first_name?: string | undefined;
|
|
1428
1511
|
phone_number_exists__first_name?: string | undefined;
|
|
@@ -1511,89 +1594,6 @@ declare const clerkIntl: {
|
|
|
1511
1594
|
organization_domain_blocked__last_name?: string | undefined;
|
|
1512
1595
|
organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
|
|
1513
1596
|
organization_membership_quota_exceeded__last_name?: string | undefined;
|
|
1514
|
-
external_account_not_found__email_address?: string | undefined;
|
|
1515
|
-
identification_deletion_failed__email_address?: string | undefined;
|
|
1516
|
-
phone_number_exists__email_address?: string | undefined;
|
|
1517
|
-
form_identifier_not_found__email_address?: string | undefined;
|
|
1518
|
-
captcha_unavailable__email_address?: string | undefined;
|
|
1519
|
-
captcha_invalid__email_address?: string | undefined;
|
|
1520
|
-
passkey_not_supported__email_address?: string | undefined;
|
|
1521
|
-
passkey_pa_not_supported__email_address?: string | undefined;
|
|
1522
|
-
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
1523
|
-
passkey_registration_cancelled__email_address?: string | undefined;
|
|
1524
|
-
passkey_already_exists__email_address?: string | undefined;
|
|
1525
|
-
web3_missing_identifier__email_address?: string | undefined;
|
|
1526
|
-
form_password_pwned__email_address?: string | undefined;
|
|
1527
|
-
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
1528
|
-
form_username_invalid_length__email_address?: string | undefined;
|
|
1529
|
-
form_username_invalid_character__email_address?: string | undefined;
|
|
1530
|
-
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
1531
|
-
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
1532
|
-
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
1533
|
-
form_password_length_too_short__email_address?: string | undefined;
|
|
1534
|
-
form_param_nil__email_address?: string | undefined;
|
|
1535
|
-
form_code_incorrect__email_address?: string | undefined;
|
|
1536
|
-
form_password_incorrect__email_address?: string | undefined;
|
|
1537
|
-
form_password_validation_failed__email_address?: string | undefined;
|
|
1538
|
-
not_allowed_access__email_address?: string | undefined;
|
|
1539
|
-
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
1540
|
-
form_identifier_exists__username__email_address?: string | undefined;
|
|
1541
|
-
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
1542
|
-
form_password_not_strong_enough__email_address?: string | undefined;
|
|
1543
|
-
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
1544
|
-
form_param_value_invalid__email_address?: string | undefined;
|
|
1545
|
-
passwordComplexity__email_address?: string | undefined;
|
|
1546
|
-
session_exists__email_address?: string | undefined;
|
|
1547
|
-
zxcvbn__email_address?: string | undefined;
|
|
1548
|
-
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
1549
|
-
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
1550
|
-
already_a_member_in_organization__email_address?: string | undefined;
|
|
1551
|
-
organization_domain_common__email_address?: string | undefined;
|
|
1552
|
-
organization_domain_blocked__email_address?: string | undefined;
|
|
1553
|
-
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
1554
|
-
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
1555
|
-
external_account_not_found__phone_number?: string | undefined;
|
|
1556
|
-
identification_deletion_failed__phone_number?: string | undefined;
|
|
1557
|
-
phone_number_exists__phone_number?: string | undefined;
|
|
1558
|
-
form_identifier_not_found__phone_number?: string | undefined;
|
|
1559
|
-
captcha_unavailable__phone_number?: string | undefined;
|
|
1560
|
-
captcha_invalid__phone_number?: string | undefined;
|
|
1561
|
-
passkey_not_supported__phone_number?: string | undefined;
|
|
1562
|
-
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
1563
|
-
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
1564
|
-
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
1565
|
-
passkey_already_exists__phone_number?: string | undefined;
|
|
1566
|
-
web3_missing_identifier__phone_number?: string | undefined;
|
|
1567
|
-
form_password_pwned__phone_number?: string | undefined;
|
|
1568
|
-
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
1569
|
-
form_username_invalid_length__phone_number?: string | undefined;
|
|
1570
|
-
form_username_invalid_character__phone_number?: string | undefined;
|
|
1571
|
-
form_param_format_invalid__phone_number?: string | undefined;
|
|
1572
|
-
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
1573
|
-
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
1574
|
-
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
1575
|
-
form_password_length_too_short__phone_number?: string | undefined;
|
|
1576
|
-
form_param_nil__phone_number?: string | undefined;
|
|
1577
|
-
form_code_incorrect__phone_number?: string | undefined;
|
|
1578
|
-
form_password_incorrect__phone_number?: string | undefined;
|
|
1579
|
-
form_password_validation_failed__phone_number?: string | undefined;
|
|
1580
|
-
not_allowed_access__phone_number?: string | undefined;
|
|
1581
|
-
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
1582
|
-
form_identifier_exists__username__phone_number?: string | undefined;
|
|
1583
|
-
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
1584
|
-
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
1585
|
-
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
1586
|
-
form_param_value_invalid__phone_number?: string | undefined;
|
|
1587
|
-
passwordComplexity__phone_number?: string | undefined;
|
|
1588
|
-
session_exists__phone_number?: string | undefined;
|
|
1589
|
-
zxcvbn__phone_number?: string | undefined;
|
|
1590
|
-
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
1591
|
-
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
1592
|
-
already_a_member_in_organization__phone_number?: string | undefined;
|
|
1593
|
-
organization_domain_common__phone_number?: string | undefined;
|
|
1594
|
-
organization_domain_blocked__phone_number?: string | undefined;
|
|
1595
|
-
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
1596
|
-
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
1597
1597
|
external_account_not_found__current_password?: string | undefined;
|
|
1598
1598
|
identification_deletion_failed__current_password?: string | undefined;
|
|
1599
1599
|
phone_number_exists__current_password?: string | undefined;
|
|
@@ -2266,6 +2266,28 @@ declare const clerkIntl: {
|
|
|
2266
2266
|
formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
|
|
2267
2267
|
formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
|
|
2268
2268
|
};
|
|
2269
|
+
taskChooseOrganization: {
|
|
2270
|
+
title: _clerk_types.LocalizationValue;
|
|
2271
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
2272
|
+
signOut: {
|
|
2273
|
+
actionText: _clerk_types.LocalizationValue<"identifier">;
|
|
2274
|
+
actionLink: _clerk_types.LocalizationValue;
|
|
2275
|
+
};
|
|
2276
|
+
createOrganization: {
|
|
2277
|
+
title: _clerk_types.LocalizationValue;
|
|
2278
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
2279
|
+
formButtonSubmit: _clerk_types.LocalizationValue;
|
|
2280
|
+
formButtonReset: _clerk_types.LocalizationValue;
|
|
2281
|
+
};
|
|
2282
|
+
chooseOrganization: {
|
|
2283
|
+
title: _clerk_types.LocalizationValue;
|
|
2284
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
2285
|
+
suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
|
|
2286
|
+
action__suggestionsAccept: _clerk_types.LocalizationValue;
|
|
2287
|
+
action__createOrganization: _clerk_types.LocalizationValue;
|
|
2288
|
+
action__invitationAccept: _clerk_types.LocalizationValue;
|
|
2289
|
+
};
|
|
2290
|
+
};
|
|
2269
2291
|
}>;
|
|
2270
2292
|
zh: _clerk_types.DeepPartial<{
|
|
2271
2293
|
locale: string;
|
|
@@ -3421,6 +3443,94 @@ declare const clerkIntl: {
|
|
|
3421
3443
|
organization_domain_blocked: _clerk_types.LocalizationValue;
|
|
3422
3444
|
organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
|
|
3423
3445
|
organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
|
|
3446
|
+
external_account_not_found__password?: string | undefined;
|
|
3447
|
+
identification_deletion_failed__password?: string | undefined;
|
|
3448
|
+
phone_number_exists__password?: string | undefined;
|
|
3449
|
+
form_identifier_not_found__password?: string | undefined;
|
|
3450
|
+
captcha_unavailable__password?: string | undefined;
|
|
3451
|
+
captcha_invalid__password?: string | undefined;
|
|
3452
|
+
passkey_not_supported__password?: string | undefined;
|
|
3453
|
+
passkey_pa_not_supported__password?: string | undefined;
|
|
3454
|
+
passkey_retrieval_cancelled__password?: string | undefined;
|
|
3455
|
+
passkey_registration_cancelled__password?: string | undefined;
|
|
3456
|
+
passkey_already_exists__password?: string | undefined;
|
|
3457
|
+
web3_missing_identifier__password?: string | undefined;
|
|
3458
|
+
form_password_pwned__password?: string | undefined;
|
|
3459
|
+
form_password_pwned__sign_in__password?: string | undefined;
|
|
3460
|
+
form_username_invalid_length__password?: string | undefined;
|
|
3461
|
+
form_username_invalid_character__password?: string | undefined;
|
|
3462
|
+
form_param_format_invalid__password?: string | undefined;
|
|
3463
|
+
form_param_format_invalid__email_address__password?: string | undefined;
|
|
3464
|
+
form_param_type_invalid__password?: string | undefined;
|
|
3465
|
+
form_param_type_invalid__phone_number__password?: string | undefined;
|
|
3466
|
+
form_param_type_invalid__email_address__password?: string | undefined;
|
|
3467
|
+
form_password_length_too_short__password?: string | undefined;
|
|
3468
|
+
form_param_nil__password?: string | undefined;
|
|
3469
|
+
form_code_incorrect__password?: string | undefined;
|
|
3470
|
+
form_password_incorrect__password?: string | undefined;
|
|
3471
|
+
form_password_validation_failed__password?: string | undefined;
|
|
3472
|
+
not_allowed_access__password?: string | undefined;
|
|
3473
|
+
form_identifier_exists__password?: string | undefined;
|
|
3474
|
+
form_identifier_exists__email_address__password?: string | undefined;
|
|
3475
|
+
form_identifier_exists__username__password?: string | undefined;
|
|
3476
|
+
form_identifier_exists__phone_number__password?: string | undefined;
|
|
3477
|
+
form_password_not_strong_enough__password?: string | undefined;
|
|
3478
|
+
form_password_size_in_bytes_exceeded__password?: string | undefined;
|
|
3479
|
+
form_param_value_invalid__password?: string | undefined;
|
|
3480
|
+
passwordComplexity__password?: string | undefined;
|
|
3481
|
+
session_exists__password?: string | undefined;
|
|
3482
|
+
zxcvbn__password?: string | undefined;
|
|
3483
|
+
form_param_max_length_exceeded__password?: string | undefined;
|
|
3484
|
+
organization_minimum_permissions_needed__password?: string | undefined;
|
|
3485
|
+
already_a_member_in_organization__password?: string | undefined;
|
|
3486
|
+
organization_domain_common__password?: string | undefined;
|
|
3487
|
+
organization_domain_blocked__password?: string | undefined;
|
|
3488
|
+
organization_domain_exists_for_enterprise_connection__password?: string | undefined;
|
|
3489
|
+
organization_membership_quota_exceeded__password?: string | undefined;
|
|
3490
|
+
external_account_not_found__identifier?: string | undefined;
|
|
3491
|
+
identification_deletion_failed__identifier?: string | undefined;
|
|
3492
|
+
phone_number_exists__identifier?: string | undefined;
|
|
3493
|
+
form_identifier_not_found__identifier?: string | undefined;
|
|
3494
|
+
captcha_unavailable__identifier?: string | undefined;
|
|
3495
|
+
captcha_invalid__identifier?: string | undefined;
|
|
3496
|
+
passkey_not_supported__identifier?: string | undefined;
|
|
3497
|
+
passkey_pa_not_supported__identifier?: string | undefined;
|
|
3498
|
+
passkey_retrieval_cancelled__identifier?: string | undefined;
|
|
3499
|
+
passkey_registration_cancelled__identifier?: string | undefined;
|
|
3500
|
+
passkey_already_exists__identifier?: string | undefined;
|
|
3501
|
+
web3_missing_identifier__identifier?: string | undefined;
|
|
3502
|
+
form_password_pwned__identifier?: string | undefined;
|
|
3503
|
+
form_password_pwned__sign_in__identifier?: string | undefined;
|
|
3504
|
+
form_username_invalid_length__identifier?: string | undefined;
|
|
3505
|
+
form_username_invalid_character__identifier?: string | undefined;
|
|
3506
|
+
form_param_format_invalid__identifier?: string | undefined;
|
|
3507
|
+
form_param_format_invalid__email_address__identifier?: string | undefined;
|
|
3508
|
+
form_param_type_invalid__identifier?: string | undefined;
|
|
3509
|
+
form_param_type_invalid__phone_number__identifier?: string | undefined;
|
|
3510
|
+
form_param_type_invalid__email_address__identifier?: string | undefined;
|
|
3511
|
+
form_password_length_too_short__identifier?: string | undefined;
|
|
3512
|
+
form_param_nil__identifier?: string | undefined;
|
|
3513
|
+
form_code_incorrect__identifier?: string | undefined;
|
|
3514
|
+
form_password_incorrect__identifier?: string | undefined;
|
|
3515
|
+
form_password_validation_failed__identifier?: string | undefined;
|
|
3516
|
+
not_allowed_access__identifier?: string | undefined;
|
|
3517
|
+
form_identifier_exists__identifier?: string | undefined;
|
|
3518
|
+
form_identifier_exists__email_address__identifier?: string | undefined;
|
|
3519
|
+
form_identifier_exists__username__identifier?: string | undefined;
|
|
3520
|
+
form_identifier_exists__phone_number__identifier?: string | undefined;
|
|
3521
|
+
form_password_not_strong_enough__identifier?: string | undefined;
|
|
3522
|
+
form_password_size_in_bytes_exceeded__identifier?: string | undefined;
|
|
3523
|
+
form_param_value_invalid__identifier?: string | undefined;
|
|
3524
|
+
passwordComplexity__identifier?: string | undefined;
|
|
3525
|
+
session_exists__identifier?: string | undefined;
|
|
3526
|
+
zxcvbn__identifier?: string | undefined;
|
|
3527
|
+
form_param_max_length_exceeded__identifier?: string | undefined;
|
|
3528
|
+
organization_minimum_permissions_needed__identifier?: string | undefined;
|
|
3529
|
+
already_a_member_in_organization__identifier?: string | undefined;
|
|
3530
|
+
organization_domain_common__identifier?: string | undefined;
|
|
3531
|
+
organization_domain_blocked__identifier?: string | undefined;
|
|
3532
|
+
organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
|
|
3533
|
+
organization_membership_quota_exceeded__identifier?: string | undefined;
|
|
3424
3534
|
external_account_not_found__name?: string | undefined;
|
|
3425
3535
|
identification_deletion_failed__name?: string | undefined;
|
|
3426
3536
|
phone_number_exists__name?: string | undefined;
|
|
@@ -3465,50 +3575,6 @@ declare const clerkIntl: {
|
|
|
3465
3575
|
organization_domain_blocked__name?: string | undefined;
|
|
3466
3576
|
organization_domain_exists_for_enterprise_connection__name?: string | undefined;
|
|
3467
3577
|
organization_membership_quota_exceeded__name?: string | undefined;
|
|
3468
|
-
external_account_not_found__code?: string | undefined;
|
|
3469
|
-
identification_deletion_failed__code?: string | undefined;
|
|
3470
|
-
phone_number_exists__code?: string | undefined;
|
|
3471
|
-
form_identifier_not_found__code?: string | undefined;
|
|
3472
|
-
captcha_unavailable__code?: string | undefined;
|
|
3473
|
-
captcha_invalid__code?: string | undefined;
|
|
3474
|
-
passkey_not_supported__code?: string | undefined;
|
|
3475
|
-
passkey_pa_not_supported__code?: string | undefined;
|
|
3476
|
-
passkey_retrieval_cancelled__code?: string | undefined;
|
|
3477
|
-
passkey_registration_cancelled__code?: string | undefined;
|
|
3478
|
-
passkey_already_exists__code?: string | undefined;
|
|
3479
|
-
web3_missing_identifier__code?: string | undefined;
|
|
3480
|
-
form_password_pwned__code?: string | undefined;
|
|
3481
|
-
form_password_pwned__sign_in__code?: string | undefined;
|
|
3482
|
-
form_username_invalid_length__code?: string | undefined;
|
|
3483
|
-
form_username_invalid_character__code?: string | undefined;
|
|
3484
|
-
form_param_format_invalid__code?: string | undefined;
|
|
3485
|
-
form_param_format_invalid__email_address__code?: string | undefined;
|
|
3486
|
-
form_param_type_invalid__code?: string | undefined;
|
|
3487
|
-
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
3488
|
-
form_param_type_invalid__email_address__code?: string | undefined;
|
|
3489
|
-
form_password_length_too_short__code?: string | undefined;
|
|
3490
|
-
form_param_nil__code?: string | undefined;
|
|
3491
|
-
form_code_incorrect__code?: string | undefined;
|
|
3492
|
-
form_password_incorrect__code?: string | undefined;
|
|
3493
|
-
form_password_validation_failed__code?: string | undefined;
|
|
3494
|
-
not_allowed_access__code?: string | undefined;
|
|
3495
|
-
form_identifier_exists__code?: string | undefined;
|
|
3496
|
-
form_identifier_exists__email_address__code?: string | undefined;
|
|
3497
|
-
form_identifier_exists__username__code?: string | undefined;
|
|
3498
|
-
form_identifier_exists__phone_number__code?: string | undefined;
|
|
3499
|
-
form_password_not_strong_enough__code?: string | undefined;
|
|
3500
|
-
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
3501
|
-
form_param_value_invalid__code?: string | undefined;
|
|
3502
|
-
passwordComplexity__code?: string | undefined;
|
|
3503
|
-
session_exists__code?: string | undefined;
|
|
3504
|
-
zxcvbn__code?: string | undefined;
|
|
3505
|
-
form_param_max_length_exceeded__code?: string | undefined;
|
|
3506
|
-
organization_minimum_permissions_needed__code?: string | undefined;
|
|
3507
|
-
already_a_member_in_organization__code?: string | undefined;
|
|
3508
|
-
organization_domain_common__code?: string | undefined;
|
|
3509
|
-
organization_domain_blocked__code?: string | undefined;
|
|
3510
|
-
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
3511
|
-
organization_membership_quota_exceeded__code?: string | undefined;
|
|
3512
3578
|
external_account_not_found__slug?: string | undefined;
|
|
3513
3579
|
identification_deletion_failed__slug?: string | undefined;
|
|
3514
3580
|
phone_number_exists__slug?: string | undefined;
|
|
@@ -3561,129 +3627,168 @@ declare const clerkIntl: {
|
|
|
3561
3627
|
captcha_invalid__username?: string | undefined;
|
|
3562
3628
|
passkey_not_supported__username?: string | undefined;
|
|
3563
3629
|
passkey_pa_not_supported__username?: string | undefined;
|
|
3564
|
-
passkey_retrieval_cancelled__username?: string | undefined;
|
|
3565
|
-
passkey_registration_cancelled__username?: string | undefined;
|
|
3566
|
-
passkey_already_exists__username?: string | undefined;
|
|
3567
|
-
web3_missing_identifier__username?: string | undefined;
|
|
3568
|
-
form_password_pwned__username?: string | undefined;
|
|
3569
|
-
form_password_pwned__sign_in__username?: string | undefined;
|
|
3570
|
-
form_username_invalid_length__username?: string | undefined;
|
|
3571
|
-
form_username_invalid_character__username?: string | undefined;
|
|
3572
|
-
form_param_format_invalid__username?: string | undefined;
|
|
3573
|
-
form_param_format_invalid__email_address__username?: string | undefined;
|
|
3574
|
-
form_param_type_invalid__username?: string | undefined;
|
|
3575
|
-
form_param_type_invalid__phone_number__username?: string | undefined;
|
|
3576
|
-
form_param_type_invalid__email_address__username?: string | undefined;
|
|
3577
|
-
form_password_length_too_short__username?: string | undefined;
|
|
3578
|
-
form_param_nil__username?: string | undefined;
|
|
3579
|
-
form_code_incorrect__username?: string | undefined;
|
|
3580
|
-
form_password_incorrect__username?: string | undefined;
|
|
3581
|
-
form_password_validation_failed__username?: string | undefined;
|
|
3582
|
-
not_allowed_access__username?: string | undefined;
|
|
3583
|
-
form_identifier_exists__email_address__username?: string | undefined;
|
|
3584
|
-
form_identifier_exists__username__username?: string | undefined;
|
|
3585
|
-
form_identifier_exists__phone_number__username?: string | undefined;
|
|
3586
|
-
form_password_not_strong_enough__username?: string | undefined;
|
|
3587
|
-
form_password_size_in_bytes_exceeded__username?: string | undefined;
|
|
3588
|
-
form_param_value_invalid__username?: string | undefined;
|
|
3589
|
-
passwordComplexity__username?: string | undefined;
|
|
3590
|
-
session_exists__username?: string | undefined;
|
|
3591
|
-
zxcvbn__username?: string | undefined;
|
|
3592
|
-
form_param_max_length_exceeded__username?: string | undefined;
|
|
3593
|
-
organization_minimum_permissions_needed__username?: string | undefined;
|
|
3594
|
-
already_a_member_in_organization__username?: string | undefined;
|
|
3595
|
-
organization_domain_common__username?: string | undefined;
|
|
3596
|
-
organization_domain_blocked__username?: string | undefined;
|
|
3597
|
-
organization_domain_exists_for_enterprise_connection__username?: string | undefined;
|
|
3598
|
-
organization_membership_quota_exceeded__username?: string | undefined;
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3630
|
+
passkey_retrieval_cancelled__username?: string | undefined;
|
|
3631
|
+
passkey_registration_cancelled__username?: string | undefined;
|
|
3632
|
+
passkey_already_exists__username?: string | undefined;
|
|
3633
|
+
web3_missing_identifier__username?: string | undefined;
|
|
3634
|
+
form_password_pwned__username?: string | undefined;
|
|
3635
|
+
form_password_pwned__sign_in__username?: string | undefined;
|
|
3636
|
+
form_username_invalid_length__username?: string | undefined;
|
|
3637
|
+
form_username_invalid_character__username?: string | undefined;
|
|
3638
|
+
form_param_format_invalid__username?: string | undefined;
|
|
3639
|
+
form_param_format_invalid__email_address__username?: string | undefined;
|
|
3640
|
+
form_param_type_invalid__username?: string | undefined;
|
|
3641
|
+
form_param_type_invalid__phone_number__username?: string | undefined;
|
|
3642
|
+
form_param_type_invalid__email_address__username?: string | undefined;
|
|
3643
|
+
form_password_length_too_short__username?: string | undefined;
|
|
3644
|
+
form_param_nil__username?: string | undefined;
|
|
3645
|
+
form_code_incorrect__username?: string | undefined;
|
|
3646
|
+
form_password_incorrect__username?: string | undefined;
|
|
3647
|
+
form_password_validation_failed__username?: string | undefined;
|
|
3648
|
+
not_allowed_access__username?: string | undefined;
|
|
3649
|
+
form_identifier_exists__email_address__username?: string | undefined;
|
|
3650
|
+
form_identifier_exists__username__username?: string | undefined;
|
|
3651
|
+
form_identifier_exists__phone_number__username?: string | undefined;
|
|
3652
|
+
form_password_not_strong_enough__username?: string | undefined;
|
|
3653
|
+
form_password_size_in_bytes_exceeded__username?: string | undefined;
|
|
3654
|
+
form_param_value_invalid__username?: string | undefined;
|
|
3655
|
+
passwordComplexity__username?: string | undefined;
|
|
3656
|
+
session_exists__username?: string | undefined;
|
|
3657
|
+
zxcvbn__username?: string | undefined;
|
|
3658
|
+
form_param_max_length_exceeded__username?: string | undefined;
|
|
3659
|
+
organization_minimum_permissions_needed__username?: string | undefined;
|
|
3660
|
+
already_a_member_in_organization__username?: string | undefined;
|
|
3661
|
+
organization_domain_common__username?: string | undefined;
|
|
3662
|
+
organization_domain_blocked__username?: string | undefined;
|
|
3663
|
+
organization_domain_exists_for_enterprise_connection__username?: string | undefined;
|
|
3664
|
+
organization_membership_quota_exceeded__username?: string | undefined;
|
|
3665
|
+
external_account_not_found__code?: string | undefined;
|
|
3666
|
+
identification_deletion_failed__code?: string | undefined;
|
|
3667
|
+
phone_number_exists__code?: string | undefined;
|
|
3668
|
+
form_identifier_not_found__code?: string | undefined;
|
|
3669
|
+
captcha_unavailable__code?: string | undefined;
|
|
3670
|
+
captcha_invalid__code?: string | undefined;
|
|
3671
|
+
passkey_not_supported__code?: string | undefined;
|
|
3672
|
+
passkey_pa_not_supported__code?: string | undefined;
|
|
3673
|
+
passkey_retrieval_cancelled__code?: string | undefined;
|
|
3674
|
+
passkey_registration_cancelled__code?: string | undefined;
|
|
3675
|
+
passkey_already_exists__code?: string | undefined;
|
|
3676
|
+
web3_missing_identifier__code?: string | undefined;
|
|
3677
|
+
form_password_pwned__code?: string | undefined;
|
|
3678
|
+
form_password_pwned__sign_in__code?: string | undefined;
|
|
3679
|
+
form_username_invalid_length__code?: string | undefined;
|
|
3680
|
+
form_username_invalid_character__code?: string | undefined;
|
|
3681
|
+
form_param_format_invalid__code?: string | undefined;
|
|
3682
|
+
form_param_format_invalid__email_address__code?: string | undefined;
|
|
3683
|
+
form_param_type_invalid__code?: string | undefined;
|
|
3684
|
+
form_param_type_invalid__phone_number__code?: string | undefined;
|
|
3685
|
+
form_param_type_invalid__email_address__code?: string | undefined;
|
|
3686
|
+
form_password_length_too_short__code?: string | undefined;
|
|
3687
|
+
form_param_nil__code?: string | undefined;
|
|
3688
|
+
form_code_incorrect__code?: string | undefined;
|
|
3689
|
+
form_password_incorrect__code?: string | undefined;
|
|
3690
|
+
form_password_validation_failed__code?: string | undefined;
|
|
3691
|
+
not_allowed_access__code?: string | undefined;
|
|
3692
|
+
form_identifier_exists__code?: string | undefined;
|
|
3693
|
+
form_identifier_exists__email_address__code?: string | undefined;
|
|
3694
|
+
form_identifier_exists__username__code?: string | undefined;
|
|
3695
|
+
form_identifier_exists__phone_number__code?: string | undefined;
|
|
3696
|
+
form_password_not_strong_enough__code?: string | undefined;
|
|
3697
|
+
form_password_size_in_bytes_exceeded__code?: string | undefined;
|
|
3698
|
+
form_param_value_invalid__code?: string | undefined;
|
|
3699
|
+
passwordComplexity__code?: string | undefined;
|
|
3700
|
+
session_exists__code?: string | undefined;
|
|
3701
|
+
zxcvbn__code?: string | undefined;
|
|
3702
|
+
form_param_max_length_exceeded__code?: string | undefined;
|
|
3703
|
+
organization_minimum_permissions_needed__code?: string | undefined;
|
|
3704
|
+
already_a_member_in_organization__code?: string | undefined;
|
|
3705
|
+
organization_domain_common__code?: string | undefined;
|
|
3706
|
+
organization_domain_blocked__code?: string | undefined;
|
|
3707
|
+
organization_domain_exists_for_enterprise_connection__code?: string | undefined;
|
|
3708
|
+
organization_membership_quota_exceeded__code?: string | undefined;
|
|
3709
|
+
external_account_not_found__email_address?: string | undefined;
|
|
3710
|
+
identification_deletion_failed__email_address?: string | undefined;
|
|
3711
|
+
phone_number_exists__email_address?: string | undefined;
|
|
3712
|
+
form_identifier_not_found__email_address?: string | undefined;
|
|
3713
|
+
captcha_unavailable__email_address?: string | undefined;
|
|
3714
|
+
captcha_invalid__email_address?: string | undefined;
|
|
3715
|
+
passkey_not_supported__email_address?: string | undefined;
|
|
3716
|
+
passkey_pa_not_supported__email_address?: string | undefined;
|
|
3717
|
+
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
3718
|
+
passkey_registration_cancelled__email_address?: string | undefined;
|
|
3719
|
+
passkey_already_exists__email_address?: string | undefined;
|
|
3720
|
+
web3_missing_identifier__email_address?: string | undefined;
|
|
3721
|
+
form_password_pwned__email_address?: string | undefined;
|
|
3722
|
+
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
3723
|
+
form_username_invalid_length__email_address?: string | undefined;
|
|
3724
|
+
form_username_invalid_character__email_address?: string | undefined;
|
|
3725
|
+
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
3726
|
+
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
3727
|
+
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
3728
|
+
form_password_length_too_short__email_address?: string | undefined;
|
|
3729
|
+
form_param_nil__email_address?: string | undefined;
|
|
3730
|
+
form_code_incorrect__email_address?: string | undefined;
|
|
3731
|
+
form_password_incorrect__email_address?: string | undefined;
|
|
3732
|
+
form_password_validation_failed__email_address?: string | undefined;
|
|
3733
|
+
not_allowed_access__email_address?: string | undefined;
|
|
3734
|
+
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
3735
|
+
form_identifier_exists__username__email_address?: string | undefined;
|
|
3736
|
+
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
3737
|
+
form_password_not_strong_enough__email_address?: string | undefined;
|
|
3738
|
+
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
3739
|
+
form_param_value_invalid__email_address?: string | undefined;
|
|
3740
|
+
passwordComplexity__email_address?: string | undefined;
|
|
3741
|
+
session_exists__email_address?: string | undefined;
|
|
3742
|
+
zxcvbn__email_address?: string | undefined;
|
|
3743
|
+
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
3744
|
+
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
3745
|
+
already_a_member_in_organization__email_address?: string | undefined;
|
|
3746
|
+
organization_domain_common__email_address?: string | undefined;
|
|
3747
|
+
organization_domain_blocked__email_address?: string | undefined;
|
|
3748
|
+
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
3749
|
+
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
3750
|
+
external_account_not_found__phone_number?: string | undefined;
|
|
3751
|
+
identification_deletion_failed__phone_number?: string | undefined;
|
|
3752
|
+
phone_number_exists__phone_number?: string | undefined;
|
|
3753
|
+
form_identifier_not_found__phone_number?: string | undefined;
|
|
3754
|
+
captcha_unavailable__phone_number?: string | undefined;
|
|
3755
|
+
captcha_invalid__phone_number?: string | undefined;
|
|
3756
|
+
passkey_not_supported__phone_number?: string | undefined;
|
|
3757
|
+
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
3758
|
+
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
3759
|
+
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
3760
|
+
passkey_already_exists__phone_number?: string | undefined;
|
|
3761
|
+
web3_missing_identifier__phone_number?: string | undefined;
|
|
3762
|
+
form_password_pwned__phone_number?: string | undefined;
|
|
3763
|
+
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
3764
|
+
form_username_invalid_length__phone_number?: string | undefined;
|
|
3765
|
+
form_username_invalid_character__phone_number?: string | undefined;
|
|
3766
|
+
form_param_format_invalid__phone_number?: string | undefined;
|
|
3767
|
+
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
3768
|
+
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
3769
|
+
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
3770
|
+
form_password_length_too_short__phone_number?: string | undefined;
|
|
3771
|
+
form_param_nil__phone_number?: string | undefined;
|
|
3772
|
+
form_code_incorrect__phone_number?: string | undefined;
|
|
3773
|
+
form_password_incorrect__phone_number?: string | undefined;
|
|
3774
|
+
form_password_validation_failed__phone_number?: string | undefined;
|
|
3775
|
+
not_allowed_access__phone_number?: string | undefined;
|
|
3776
|
+
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
3777
|
+
form_identifier_exists__username__phone_number?: string | undefined;
|
|
3778
|
+
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
3779
|
+
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
3780
|
+
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
3781
|
+
form_param_value_invalid__phone_number?: string | undefined;
|
|
3782
|
+
passwordComplexity__phone_number?: string | undefined;
|
|
3783
|
+
session_exists__phone_number?: string | undefined;
|
|
3784
|
+
zxcvbn__phone_number?: string | undefined;
|
|
3785
|
+
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
3786
|
+
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
3787
|
+
already_a_member_in_organization__phone_number?: string | undefined;
|
|
3788
|
+
organization_domain_common__phone_number?: string | undefined;
|
|
3789
|
+
organization_domain_blocked__phone_number?: string | undefined;
|
|
3790
|
+
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
3791
|
+
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
3687
3792
|
external_account_not_found__first_name?: string | undefined;
|
|
3688
3793
|
identification_deletion_failed__first_name?: string | undefined;
|
|
3689
3794
|
phone_number_exists__first_name?: string | undefined;
|
|
@@ -3772,89 +3877,6 @@ declare const clerkIntl: {
|
|
|
3772
3877
|
organization_domain_blocked__last_name?: string | undefined;
|
|
3773
3878
|
organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
|
|
3774
3879
|
organization_membership_quota_exceeded__last_name?: string | undefined;
|
|
3775
|
-
external_account_not_found__email_address?: string | undefined;
|
|
3776
|
-
identification_deletion_failed__email_address?: string | undefined;
|
|
3777
|
-
phone_number_exists__email_address?: string | undefined;
|
|
3778
|
-
form_identifier_not_found__email_address?: string | undefined;
|
|
3779
|
-
captcha_unavailable__email_address?: string | undefined;
|
|
3780
|
-
captcha_invalid__email_address?: string | undefined;
|
|
3781
|
-
passkey_not_supported__email_address?: string | undefined;
|
|
3782
|
-
passkey_pa_not_supported__email_address?: string | undefined;
|
|
3783
|
-
passkey_retrieval_cancelled__email_address?: string | undefined;
|
|
3784
|
-
passkey_registration_cancelled__email_address?: string | undefined;
|
|
3785
|
-
passkey_already_exists__email_address?: string | undefined;
|
|
3786
|
-
web3_missing_identifier__email_address?: string | undefined;
|
|
3787
|
-
form_password_pwned__email_address?: string | undefined;
|
|
3788
|
-
form_password_pwned__sign_in__email_address?: string | undefined;
|
|
3789
|
-
form_username_invalid_length__email_address?: string | undefined;
|
|
3790
|
-
form_username_invalid_character__email_address?: string | undefined;
|
|
3791
|
-
form_param_format_invalid__email_address__email_address?: string | undefined;
|
|
3792
|
-
form_param_type_invalid__phone_number__email_address?: string | undefined;
|
|
3793
|
-
form_param_type_invalid__email_address__email_address?: string | undefined;
|
|
3794
|
-
form_password_length_too_short__email_address?: string | undefined;
|
|
3795
|
-
form_param_nil__email_address?: string | undefined;
|
|
3796
|
-
form_code_incorrect__email_address?: string | undefined;
|
|
3797
|
-
form_password_incorrect__email_address?: string | undefined;
|
|
3798
|
-
form_password_validation_failed__email_address?: string | undefined;
|
|
3799
|
-
not_allowed_access__email_address?: string | undefined;
|
|
3800
|
-
form_identifier_exists__email_address__email_address?: string | undefined;
|
|
3801
|
-
form_identifier_exists__username__email_address?: string | undefined;
|
|
3802
|
-
form_identifier_exists__phone_number__email_address?: string | undefined;
|
|
3803
|
-
form_password_not_strong_enough__email_address?: string | undefined;
|
|
3804
|
-
form_password_size_in_bytes_exceeded__email_address?: string | undefined;
|
|
3805
|
-
form_param_value_invalid__email_address?: string | undefined;
|
|
3806
|
-
passwordComplexity__email_address?: string | undefined;
|
|
3807
|
-
session_exists__email_address?: string | undefined;
|
|
3808
|
-
zxcvbn__email_address?: string | undefined;
|
|
3809
|
-
form_param_max_length_exceeded__email_address?: string | undefined;
|
|
3810
|
-
organization_minimum_permissions_needed__email_address?: string | undefined;
|
|
3811
|
-
already_a_member_in_organization__email_address?: string | undefined;
|
|
3812
|
-
organization_domain_common__email_address?: string | undefined;
|
|
3813
|
-
organization_domain_blocked__email_address?: string | undefined;
|
|
3814
|
-
organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
|
|
3815
|
-
organization_membership_quota_exceeded__email_address?: string | undefined;
|
|
3816
|
-
external_account_not_found__phone_number?: string | undefined;
|
|
3817
|
-
identification_deletion_failed__phone_number?: string | undefined;
|
|
3818
|
-
phone_number_exists__phone_number?: string | undefined;
|
|
3819
|
-
form_identifier_not_found__phone_number?: string | undefined;
|
|
3820
|
-
captcha_unavailable__phone_number?: string | undefined;
|
|
3821
|
-
captcha_invalid__phone_number?: string | undefined;
|
|
3822
|
-
passkey_not_supported__phone_number?: string | undefined;
|
|
3823
|
-
passkey_pa_not_supported__phone_number?: string | undefined;
|
|
3824
|
-
passkey_retrieval_cancelled__phone_number?: string | undefined;
|
|
3825
|
-
passkey_registration_cancelled__phone_number?: string | undefined;
|
|
3826
|
-
passkey_already_exists__phone_number?: string | undefined;
|
|
3827
|
-
web3_missing_identifier__phone_number?: string | undefined;
|
|
3828
|
-
form_password_pwned__phone_number?: string | undefined;
|
|
3829
|
-
form_password_pwned__sign_in__phone_number?: string | undefined;
|
|
3830
|
-
form_username_invalid_length__phone_number?: string | undefined;
|
|
3831
|
-
form_username_invalid_character__phone_number?: string | undefined;
|
|
3832
|
-
form_param_format_invalid__phone_number?: string | undefined;
|
|
3833
|
-
form_param_format_invalid__email_address__phone_number?: string | undefined;
|
|
3834
|
-
form_param_type_invalid__phone_number__phone_number?: string | undefined;
|
|
3835
|
-
form_param_type_invalid__email_address__phone_number?: string | undefined;
|
|
3836
|
-
form_password_length_too_short__phone_number?: string | undefined;
|
|
3837
|
-
form_param_nil__phone_number?: string | undefined;
|
|
3838
|
-
form_code_incorrect__phone_number?: string | undefined;
|
|
3839
|
-
form_password_incorrect__phone_number?: string | undefined;
|
|
3840
|
-
form_password_validation_failed__phone_number?: string | undefined;
|
|
3841
|
-
not_allowed_access__phone_number?: string | undefined;
|
|
3842
|
-
form_identifier_exists__email_address__phone_number?: string | undefined;
|
|
3843
|
-
form_identifier_exists__username__phone_number?: string | undefined;
|
|
3844
|
-
form_identifier_exists__phone_number__phone_number?: string | undefined;
|
|
3845
|
-
form_password_not_strong_enough__phone_number?: string | undefined;
|
|
3846
|
-
form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
|
|
3847
|
-
form_param_value_invalid__phone_number?: string | undefined;
|
|
3848
|
-
passwordComplexity__phone_number?: string | undefined;
|
|
3849
|
-
session_exists__phone_number?: string | undefined;
|
|
3850
|
-
zxcvbn__phone_number?: string | undefined;
|
|
3851
|
-
form_param_max_length_exceeded__phone_number?: string | undefined;
|
|
3852
|
-
organization_minimum_permissions_needed__phone_number?: string | undefined;
|
|
3853
|
-
already_a_member_in_organization__phone_number?: string | undefined;
|
|
3854
|
-
organization_domain_common__phone_number?: string | undefined;
|
|
3855
|
-
organization_domain_blocked__phone_number?: string | undefined;
|
|
3856
|
-
organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
|
|
3857
|
-
organization_membership_quota_exceeded__phone_number?: string | undefined;
|
|
3858
3880
|
external_account_not_found__current_password?: string | undefined;
|
|
3859
3881
|
identification_deletion_failed__current_password?: string | undefined;
|
|
3860
3882
|
phone_number_exists__current_password?: string | undefined;
|
|
@@ -4527,6 +4549,28 @@ declare const clerkIntl: {
|
|
|
4527
4549
|
formFieldCaption__expiration__never: _clerk_types.LocalizationValue;
|
|
4528
4550
|
formFieldCaption__expiration__expiresOn: _clerk_types.LocalizationValue<"date">;
|
|
4529
4551
|
};
|
|
4552
|
+
taskChooseOrganization: {
|
|
4553
|
+
title: _clerk_types.LocalizationValue;
|
|
4554
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
4555
|
+
signOut: {
|
|
4556
|
+
actionText: _clerk_types.LocalizationValue<"identifier">;
|
|
4557
|
+
actionLink: _clerk_types.LocalizationValue;
|
|
4558
|
+
};
|
|
4559
|
+
createOrganization: {
|
|
4560
|
+
title: _clerk_types.LocalizationValue;
|
|
4561
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
4562
|
+
formButtonSubmit: _clerk_types.LocalizationValue;
|
|
4563
|
+
formButtonReset: _clerk_types.LocalizationValue;
|
|
4564
|
+
};
|
|
4565
|
+
chooseOrganization: {
|
|
4566
|
+
title: _clerk_types.LocalizationValue;
|
|
4567
|
+
subtitle: _clerk_types.LocalizationValue;
|
|
4568
|
+
suggestionsAcceptedLabel: _clerk_types.LocalizationValue;
|
|
4569
|
+
action__suggestionsAccept: _clerk_types.LocalizationValue;
|
|
4570
|
+
action__createOrganization: _clerk_types.LocalizationValue;
|
|
4571
|
+
action__invitationAccept: _clerk_types.LocalizationValue;
|
|
4572
|
+
};
|
|
4573
|
+
};
|
|
4530
4574
|
}>;
|
|
4531
4575
|
};
|
|
4532
4576
|
|