@windrun-huaiin/third-ui 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1139,88 +1139,6 @@ declare const clerkIntl: {
1139
1139
  organization_domain_blocked: _clerk_types.LocalizationValue;
1140
1140
  organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
1141
1141
  organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
1142
- external_account_not_found__password?: string | undefined;
1143
- identification_deletion_failed__password?: string | undefined;
1144
- phone_number_exists__password?: string | undefined;
1145
- form_identifier_not_found__password?: string | undefined;
1146
- captcha_unavailable__password?: string | undefined;
1147
- captcha_invalid__password?: string | undefined;
1148
- passkey_not_supported__password?: string | undefined;
1149
- passkey_pa_not_supported__password?: string | undefined;
1150
- passkey_retrieval_cancelled__password?: string | undefined;
1151
- passkey_registration_cancelled__password?: string | undefined;
1152
- passkey_already_exists__password?: string | undefined;
1153
- web3_missing_identifier__password?: string | undefined;
1154
- form_password_pwned__password?: string | undefined;
1155
- form_password_pwned__sign_in__password?: string | undefined;
1156
- form_username_invalid_length__password?: string | undefined;
1157
- form_username_invalid_character__password?: string | undefined;
1158
- form_param_format_invalid__password?: string | undefined;
1159
- form_param_format_invalid__email_address__password?: string | undefined;
1160
- form_password_length_too_short__password?: string | undefined;
1161
- form_param_nil__password?: string | undefined;
1162
- form_code_incorrect__password?: string | undefined;
1163
- form_password_incorrect__password?: string | undefined;
1164
- form_password_validation_failed__password?: string | undefined;
1165
- not_allowed_access__password?: string | undefined;
1166
- form_identifier_exists__password?: string | undefined;
1167
- form_identifier_exists__email_address__password?: string | undefined;
1168
- form_identifier_exists__username__password?: string | undefined;
1169
- form_identifier_exists__phone_number__password?: string | undefined;
1170
- form_password_not_strong_enough__password?: string | undefined;
1171
- form_password_size_in_bytes_exceeded__password?: string | undefined;
1172
- form_param_value_invalid__password?: string | undefined;
1173
- passwordComplexity__password?: string | undefined;
1174
- session_exists__password?: string | undefined;
1175
- zxcvbn__password?: string | undefined;
1176
- form_param_max_length_exceeded__password?: string | undefined;
1177
- organization_minimum_permissions_needed__password?: string | undefined;
1178
- already_a_member_in_organization__password?: string | undefined;
1179
- organization_domain_common__password?: string | undefined;
1180
- organization_domain_blocked__password?: string | undefined;
1181
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
1182
- organization_membership_quota_exceeded__password?: string | undefined;
1183
- external_account_not_found__identifier?: string | undefined;
1184
- identification_deletion_failed__identifier?: string | undefined;
1185
- phone_number_exists__identifier?: string | undefined;
1186
- form_identifier_not_found__identifier?: string | undefined;
1187
- captcha_unavailable__identifier?: string | undefined;
1188
- captcha_invalid__identifier?: string | undefined;
1189
- passkey_not_supported__identifier?: string | undefined;
1190
- passkey_pa_not_supported__identifier?: string | undefined;
1191
- passkey_retrieval_cancelled__identifier?: string | undefined;
1192
- passkey_registration_cancelled__identifier?: string | undefined;
1193
- passkey_already_exists__identifier?: string | undefined;
1194
- web3_missing_identifier__identifier?: string | undefined;
1195
- form_password_pwned__identifier?: string | undefined;
1196
- form_password_pwned__sign_in__identifier?: string | undefined;
1197
- form_username_invalid_length__identifier?: string | undefined;
1198
- form_username_invalid_character__identifier?: string | undefined;
1199
- form_param_format_invalid__identifier?: string | undefined;
1200
- form_param_format_invalid__email_address__identifier?: string | undefined;
1201
- form_password_length_too_short__identifier?: string | undefined;
1202
- form_param_nil__identifier?: string | undefined;
1203
- form_code_incorrect__identifier?: string | undefined;
1204
- form_password_incorrect__identifier?: string | undefined;
1205
- form_password_validation_failed__identifier?: string | undefined;
1206
- not_allowed_access__identifier?: string | undefined;
1207
- form_identifier_exists__identifier?: string | undefined;
1208
- form_identifier_exists__email_address__identifier?: string | undefined;
1209
- form_identifier_exists__username__identifier?: string | undefined;
1210
- form_identifier_exists__phone_number__identifier?: string | undefined;
1211
- form_password_not_strong_enough__identifier?: string | undefined;
1212
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
1213
- form_param_value_invalid__identifier?: string | undefined;
1214
- passwordComplexity__identifier?: string | undefined;
1215
- session_exists__identifier?: string | undefined;
1216
- zxcvbn__identifier?: string | undefined;
1217
- form_param_max_length_exceeded__identifier?: string | undefined;
1218
- organization_minimum_permissions_needed__identifier?: string | undefined;
1219
- already_a_member_in_organization__identifier?: string | undefined;
1220
- organization_domain_common__identifier?: string | undefined;
1221
- organization_domain_blocked__identifier?: string | undefined;
1222
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
1223
- organization_membership_quota_exceeded__identifier?: string | undefined;
1224
1142
  external_account_not_found__name?: string | undefined;
1225
1143
  identification_deletion_failed__name?: string | undefined;
1226
1144
  phone_number_exists__name?: string | undefined;
@@ -1262,6 +1180,47 @@ declare const clerkIntl: {
1262
1180
  organization_domain_blocked__name?: string | undefined;
1263
1181
  organization_domain_exists_for_enterprise_connection__name?: string | undefined;
1264
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;
1265
1224
  external_account_not_found__slug?: string | undefined;
1266
1225
  identification_deletion_failed__slug?: string | undefined;
1267
1226
  phone_number_exists__slug?: string | undefined;
@@ -1343,139 +1302,101 @@ declare const clerkIntl: {
1343
1302
  organization_domain_blocked__username?: string | undefined;
1344
1303
  organization_domain_exists_for_enterprise_connection__username?: string | undefined;
1345
1304
  organization_membership_quota_exceeded__username?: string | undefined;
1346
- external_account_not_found__code?: string | undefined;
1347
- identification_deletion_failed__code?: string | undefined;
1348
- phone_number_exists__code?: string | undefined;
1349
- form_identifier_not_found__code?: string | undefined;
1350
- captcha_unavailable__code?: string | undefined;
1351
- captcha_invalid__code?: string | undefined;
1352
- passkey_not_supported__code?: string | undefined;
1353
- passkey_pa_not_supported__code?: string | undefined;
1354
- passkey_retrieval_cancelled__code?: string | undefined;
1355
- passkey_registration_cancelled__code?: string | undefined;
1356
- passkey_already_exists__code?: string | undefined;
1357
- web3_missing_identifier__code?: string | undefined;
1358
- form_password_pwned__code?: string | undefined;
1359
- form_password_pwned__sign_in__code?: string | undefined;
1360
- form_username_invalid_length__code?: string | undefined;
1361
- form_username_invalid_character__code?: string | undefined;
1362
- form_param_format_invalid__code?: string | undefined;
1363
- form_param_format_invalid__email_address__code?: string | undefined;
1364
- form_password_length_too_short__code?: string | undefined;
1365
- form_param_nil__code?: string | undefined;
1366
- form_code_incorrect__code?: string | undefined;
1367
- form_password_incorrect__code?: string | undefined;
1368
- form_password_validation_failed__code?: string | undefined;
1369
- not_allowed_access__code?: string | undefined;
1370
- form_identifier_exists__code?: string | undefined;
1371
- form_identifier_exists__email_address__code?: string | undefined;
1372
- form_identifier_exists__username__code?: string | undefined;
1373
- form_identifier_exists__phone_number__code?: string | undefined;
1374
- form_password_not_strong_enough__code?: string | undefined;
1375
- form_password_size_in_bytes_exceeded__code?: string | undefined;
1376
- form_param_value_invalid__code?: string | undefined;
1377
- passwordComplexity__code?: string | undefined;
1378
- session_exists__code?: string | undefined;
1379
- zxcvbn__code?: string | undefined;
1380
- form_param_max_length_exceeded__code?: string | undefined;
1381
- organization_minimum_permissions_needed__code?: string | undefined;
1382
- already_a_member_in_organization__code?: string | undefined;
1383
- organization_domain_common__code?: string | undefined;
1384
- organization_domain_blocked__code?: string | undefined;
1385
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
1386
- organization_membership_quota_exceeded__code?: string | undefined;
1387
- external_account_not_found__email_address?: string | undefined;
1388
- identification_deletion_failed__email_address?: string | undefined;
1389
- phone_number_exists__email_address?: string | undefined;
1390
- form_identifier_not_found__email_address?: string | undefined;
1391
- captcha_unavailable__email_address?: string | undefined;
1392
- captcha_invalid__email_address?: string | undefined;
1393
- passkey_not_supported__email_address?: string | undefined;
1394
- passkey_pa_not_supported__email_address?: string | undefined;
1395
- passkey_retrieval_cancelled__email_address?: string | undefined;
1396
- passkey_registration_cancelled__email_address?: string | undefined;
1397
- passkey_already_exists__email_address?: string | undefined;
1398
- web3_missing_identifier__email_address?: string | undefined;
1399
- form_password_pwned__email_address?: string | undefined;
1400
- form_password_pwned__sign_in__email_address?: string | undefined;
1401
- form_username_invalid_length__email_address?: string | undefined;
1402
- form_username_invalid_character__email_address?: string | undefined;
1403
- form_param_format_invalid__email_address__email_address?: string | undefined;
1404
- form_password_length_too_short__email_address?: string | undefined;
1405
- form_param_nil__email_address?: string | undefined;
1406
- form_code_incorrect__email_address?: string | undefined;
1407
- form_password_incorrect__email_address?: string | undefined;
1408
- form_password_validation_failed__email_address?: string | undefined;
1409
- not_allowed_access__email_address?: string | undefined;
1410
- form_identifier_exists__email_address__email_address?: string | undefined;
1411
- form_identifier_exists__username__email_address?: string | undefined;
1412
- form_identifier_exists__phone_number__email_address?: string | undefined;
1413
- form_password_not_strong_enough__email_address?: string | undefined;
1414
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
1415
- form_param_value_invalid__email_address?: string | undefined;
1416
- passwordComplexity__email_address?: string | undefined;
1417
- session_exists__email_address?: string | undefined;
1418
- zxcvbn__email_address?: string | undefined;
1419
- form_param_max_length_exceeded__email_address?: string | undefined;
1420
- organization_minimum_permissions_needed__email_address?: string | undefined;
1421
- already_a_member_in_organization__email_address?: string | undefined;
1422
- organization_domain_common__email_address?: string | undefined;
1423
- organization_domain_blocked__email_address?: string | undefined;
1424
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
1425
- organization_membership_quota_exceeded__email_address?: string | undefined;
1426
- external_account_not_found__phone_number?: string | undefined;
1427
- identification_deletion_failed__phone_number?: string | undefined;
1428
- phone_number_exists__phone_number?: string | undefined;
1429
- form_identifier_not_found__phone_number?: string | undefined;
1430
- captcha_unavailable__phone_number?: string | undefined;
1431
- captcha_invalid__phone_number?: string | undefined;
1432
- passkey_not_supported__phone_number?: string | undefined;
1433
- passkey_pa_not_supported__phone_number?: string | undefined;
1434
- passkey_retrieval_cancelled__phone_number?: string | undefined;
1435
- passkey_registration_cancelled__phone_number?: string | undefined;
1436
- passkey_already_exists__phone_number?: string | undefined;
1437
- web3_missing_identifier__phone_number?: string | undefined;
1438
- form_password_pwned__phone_number?: string | undefined;
1439
- form_password_pwned__sign_in__phone_number?: string | undefined;
1440
- form_username_invalid_length__phone_number?: string | undefined;
1441
- form_username_invalid_character__phone_number?: string | undefined;
1442
- form_param_format_invalid__phone_number?: string | undefined;
1443
- form_param_format_invalid__email_address__phone_number?: string | undefined;
1444
- form_password_length_too_short__phone_number?: string | undefined;
1445
- form_param_nil__phone_number?: string | undefined;
1446
- form_code_incorrect__phone_number?: string | undefined;
1447
- form_password_incorrect__phone_number?: string | undefined;
1448
- form_password_validation_failed__phone_number?: string | undefined;
1449
- not_allowed_access__phone_number?: string | undefined;
1450
- form_identifier_exists__email_address__phone_number?: string | undefined;
1451
- form_identifier_exists__username__phone_number?: string | undefined;
1452
- form_identifier_exists__phone_number__phone_number?: string | undefined;
1453
- form_password_not_strong_enough__phone_number?: string | undefined;
1454
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
1455
- form_param_value_invalid__phone_number?: string | undefined;
1456
- passwordComplexity__phone_number?: string | undefined;
1457
- session_exists__phone_number?: string | undefined;
1458
- zxcvbn__phone_number?: string | undefined;
1459
- form_param_max_length_exceeded__phone_number?: string | undefined;
1460
- organization_minimum_permissions_needed__phone_number?: string | undefined;
1461
- already_a_member_in_organization__phone_number?: string | undefined;
1462
- organization_domain_common__phone_number?: string | undefined;
1463
- organization_domain_blocked__phone_number?: string | undefined;
1464
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
1465
- organization_membership_quota_exceeded__phone_number?: string | undefined;
1466
- external_account_not_found__first_name?: string | undefined;
1467
- identification_deletion_failed__first_name?: string | undefined;
1468
- phone_number_exists__first_name?: string | undefined;
1469
- form_identifier_not_found__first_name?: string | undefined;
1470
- captcha_unavailable__first_name?: string | undefined;
1471
- captcha_invalid__first_name?: string | undefined;
1472
- passkey_not_supported__first_name?: string | undefined;
1473
- passkey_pa_not_supported__first_name?: string | undefined;
1474
- passkey_retrieval_cancelled__first_name?: string | undefined;
1475
- passkey_registration_cancelled__first_name?: string | undefined;
1476
- passkey_already_exists__first_name?: string | undefined;
1477
- web3_missing_identifier__first_name?: string | undefined;
1478
- form_password_pwned__first_name?: 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;
1479
1400
  form_password_pwned__sign_in__first_name?: string | undefined;
1480
1401
  form_username_invalid_length__first_name?: string | undefined;
1481
1402
  form_username_invalid_character__first_name?: string | undefined;
@@ -1545,6 +1466,85 @@ declare const clerkIntl: {
1545
1466
  organization_domain_blocked__last_name?: string | undefined;
1546
1467
  organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
1547
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
1548
  external_account_not_found__current_password?: string | undefined;
1549
1549
  identification_deletion_failed__current_password?: string | undefined;
1550
1550
  phone_number_exists__current_password?: string | undefined;
@@ -3310,88 +3310,6 @@ declare const clerkIntl: {
3310
3310
  organization_domain_blocked: _clerk_types.LocalizationValue;
3311
3311
  organization_domain_exists_for_enterprise_connection: _clerk_types.LocalizationValue;
3312
3312
  organization_membership_quota_exceeded: _clerk_types.LocalizationValue;
3313
- external_account_not_found__password?: string | undefined;
3314
- identification_deletion_failed__password?: string | undefined;
3315
- phone_number_exists__password?: string | undefined;
3316
- form_identifier_not_found__password?: string | undefined;
3317
- captcha_unavailable__password?: string | undefined;
3318
- captcha_invalid__password?: string | undefined;
3319
- passkey_not_supported__password?: string | undefined;
3320
- passkey_pa_not_supported__password?: string | undefined;
3321
- passkey_retrieval_cancelled__password?: string | undefined;
3322
- passkey_registration_cancelled__password?: string | undefined;
3323
- passkey_already_exists__password?: string | undefined;
3324
- web3_missing_identifier__password?: string | undefined;
3325
- form_password_pwned__password?: string | undefined;
3326
- form_password_pwned__sign_in__password?: string | undefined;
3327
- form_username_invalid_length__password?: string | undefined;
3328
- form_username_invalid_character__password?: string | undefined;
3329
- form_param_format_invalid__password?: string | undefined;
3330
- form_param_format_invalid__email_address__password?: string | undefined;
3331
- form_password_length_too_short__password?: string | undefined;
3332
- form_param_nil__password?: string | undefined;
3333
- form_code_incorrect__password?: string | undefined;
3334
- form_password_incorrect__password?: string | undefined;
3335
- form_password_validation_failed__password?: string | undefined;
3336
- not_allowed_access__password?: string | undefined;
3337
- form_identifier_exists__password?: string | undefined;
3338
- form_identifier_exists__email_address__password?: string | undefined;
3339
- form_identifier_exists__username__password?: string | undefined;
3340
- form_identifier_exists__phone_number__password?: string | undefined;
3341
- form_password_not_strong_enough__password?: string | undefined;
3342
- form_password_size_in_bytes_exceeded__password?: string | undefined;
3343
- form_param_value_invalid__password?: string | undefined;
3344
- passwordComplexity__password?: string | undefined;
3345
- session_exists__password?: string | undefined;
3346
- zxcvbn__password?: string | undefined;
3347
- form_param_max_length_exceeded__password?: string | undefined;
3348
- organization_minimum_permissions_needed__password?: string | undefined;
3349
- already_a_member_in_organization__password?: string | undefined;
3350
- organization_domain_common__password?: string | undefined;
3351
- organization_domain_blocked__password?: string | undefined;
3352
- organization_domain_exists_for_enterprise_connection__password?: string | undefined;
3353
- organization_membership_quota_exceeded__password?: string | undefined;
3354
- external_account_not_found__identifier?: string | undefined;
3355
- identification_deletion_failed__identifier?: string | undefined;
3356
- phone_number_exists__identifier?: string | undefined;
3357
- form_identifier_not_found__identifier?: string | undefined;
3358
- captcha_unavailable__identifier?: string | undefined;
3359
- captcha_invalid__identifier?: string | undefined;
3360
- passkey_not_supported__identifier?: string | undefined;
3361
- passkey_pa_not_supported__identifier?: string | undefined;
3362
- passkey_retrieval_cancelled__identifier?: string | undefined;
3363
- passkey_registration_cancelled__identifier?: string | undefined;
3364
- passkey_already_exists__identifier?: string | undefined;
3365
- web3_missing_identifier__identifier?: string | undefined;
3366
- form_password_pwned__identifier?: string | undefined;
3367
- form_password_pwned__sign_in__identifier?: string | undefined;
3368
- form_username_invalid_length__identifier?: string | undefined;
3369
- form_username_invalid_character__identifier?: string | undefined;
3370
- form_param_format_invalid__identifier?: string | undefined;
3371
- form_param_format_invalid__email_address__identifier?: string | undefined;
3372
- form_password_length_too_short__identifier?: string | undefined;
3373
- form_param_nil__identifier?: string | undefined;
3374
- form_code_incorrect__identifier?: string | undefined;
3375
- form_password_incorrect__identifier?: string | undefined;
3376
- form_password_validation_failed__identifier?: string | undefined;
3377
- not_allowed_access__identifier?: string | undefined;
3378
- form_identifier_exists__identifier?: string | undefined;
3379
- form_identifier_exists__email_address__identifier?: string | undefined;
3380
- form_identifier_exists__username__identifier?: string | undefined;
3381
- form_identifier_exists__phone_number__identifier?: string | undefined;
3382
- form_password_not_strong_enough__identifier?: string | undefined;
3383
- form_password_size_in_bytes_exceeded__identifier?: string | undefined;
3384
- form_param_value_invalid__identifier?: string | undefined;
3385
- passwordComplexity__identifier?: string | undefined;
3386
- session_exists__identifier?: string | undefined;
3387
- zxcvbn__identifier?: string | undefined;
3388
- form_param_max_length_exceeded__identifier?: string | undefined;
3389
- organization_minimum_permissions_needed__identifier?: string | undefined;
3390
- already_a_member_in_organization__identifier?: string | undefined;
3391
- organization_domain_common__identifier?: string | undefined;
3392
- organization_domain_blocked__identifier?: string | undefined;
3393
- organization_domain_exists_for_enterprise_connection__identifier?: string | undefined;
3394
- organization_membership_quota_exceeded__identifier?: string | undefined;
3395
3313
  external_account_not_found__name?: string | undefined;
3396
3314
  identification_deletion_failed__name?: string | undefined;
3397
3315
  phone_number_exists__name?: string | undefined;
@@ -3433,6 +3351,47 @@ declare const clerkIntl: {
3433
3351
  organization_domain_blocked__name?: string | undefined;
3434
3352
  organization_domain_exists_for_enterprise_connection__name?: string | undefined;
3435
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;
3436
3395
  external_account_not_found__slug?: string | undefined;
3437
3396
  identification_deletion_failed__slug?: string | undefined;
3438
3397
  phone_number_exists__slug?: string | undefined;
@@ -3514,126 +3473,88 @@ declare const clerkIntl: {
3514
3473
  organization_domain_blocked__username?: string | undefined;
3515
3474
  organization_domain_exists_for_enterprise_connection__username?: string | undefined;
3516
3475
  organization_membership_quota_exceeded__username?: string | undefined;
3517
- external_account_not_found__code?: string | undefined;
3518
- identification_deletion_failed__code?: string | undefined;
3519
- phone_number_exists__code?: string | undefined;
3520
- form_identifier_not_found__code?: string | undefined;
3521
- captcha_unavailable__code?: string | undefined;
3522
- captcha_invalid__code?: string | undefined;
3523
- passkey_not_supported__code?: string | undefined;
3524
- passkey_pa_not_supported__code?: string | undefined;
3525
- passkey_retrieval_cancelled__code?: string | undefined;
3526
- passkey_registration_cancelled__code?: string | undefined;
3527
- passkey_already_exists__code?: string | undefined;
3528
- web3_missing_identifier__code?: string | undefined;
3529
- form_password_pwned__code?: string | undefined;
3530
- form_password_pwned__sign_in__code?: string | undefined;
3531
- form_username_invalid_length__code?: string | undefined;
3532
- form_username_invalid_character__code?: string | undefined;
3533
- form_param_format_invalid__code?: string | undefined;
3534
- form_param_format_invalid__email_address__code?: string | undefined;
3535
- form_password_length_too_short__code?: string | undefined;
3536
- form_param_nil__code?: string | undefined;
3537
- form_code_incorrect__code?: string | undefined;
3538
- form_password_incorrect__code?: string | undefined;
3539
- form_password_validation_failed__code?: string | undefined;
3540
- not_allowed_access__code?: string | undefined;
3541
- form_identifier_exists__code?: string | undefined;
3542
- form_identifier_exists__email_address__code?: string | undefined;
3543
- form_identifier_exists__username__code?: string | undefined;
3544
- form_identifier_exists__phone_number__code?: string | undefined;
3545
- form_password_not_strong_enough__code?: string | undefined;
3546
- form_password_size_in_bytes_exceeded__code?: string | undefined;
3547
- form_param_value_invalid__code?: string | undefined;
3548
- passwordComplexity__code?: string | undefined;
3549
- session_exists__code?: string | undefined;
3550
- zxcvbn__code?: string | undefined;
3551
- form_param_max_length_exceeded__code?: string | undefined;
3552
- organization_minimum_permissions_needed__code?: string | undefined;
3553
- already_a_member_in_organization__code?: string | undefined;
3554
- organization_domain_common__code?: string | undefined;
3555
- organization_domain_blocked__code?: string | undefined;
3556
- organization_domain_exists_for_enterprise_connection__code?: string | undefined;
3557
- organization_membership_quota_exceeded__code?: string | undefined;
3558
- external_account_not_found__email_address?: string | undefined;
3559
- identification_deletion_failed__email_address?: string | undefined;
3560
- phone_number_exists__email_address?: string | undefined;
3561
- form_identifier_not_found__email_address?: string | undefined;
3562
- captcha_unavailable__email_address?: string | undefined;
3563
- captcha_invalid__email_address?: string | undefined;
3564
- passkey_not_supported__email_address?: string | undefined;
3565
- passkey_pa_not_supported__email_address?: string | undefined;
3566
- passkey_retrieval_cancelled__email_address?: string | undefined;
3567
- passkey_registration_cancelled__email_address?: string | undefined;
3568
- passkey_already_exists__email_address?: string | undefined;
3569
- web3_missing_identifier__email_address?: string | undefined;
3570
- form_password_pwned__email_address?: string | undefined;
3571
- form_password_pwned__sign_in__email_address?: string | undefined;
3572
- form_username_invalid_length__email_address?: string | undefined;
3573
- form_username_invalid_character__email_address?: string | undefined;
3574
- form_param_format_invalid__email_address__email_address?: string | undefined;
3575
- form_password_length_too_short__email_address?: string | undefined;
3576
- form_param_nil__email_address?: string | undefined;
3577
- form_code_incorrect__email_address?: string | undefined;
3578
- form_password_incorrect__email_address?: string | undefined;
3579
- form_password_validation_failed__email_address?: string | undefined;
3580
- not_allowed_access__email_address?: string | undefined;
3581
- form_identifier_exists__email_address__email_address?: string | undefined;
3582
- form_identifier_exists__username__email_address?: string | undefined;
3583
- form_identifier_exists__phone_number__email_address?: string | undefined;
3584
- form_password_not_strong_enough__email_address?: string | undefined;
3585
- form_password_size_in_bytes_exceeded__email_address?: string | undefined;
3586
- form_param_value_invalid__email_address?: string | undefined;
3587
- passwordComplexity__email_address?: string | undefined;
3588
- session_exists__email_address?: string | undefined;
3589
- zxcvbn__email_address?: string | undefined;
3590
- form_param_max_length_exceeded__email_address?: string | undefined;
3591
- organization_minimum_permissions_needed__email_address?: string | undefined;
3592
- already_a_member_in_organization__email_address?: string | undefined;
3593
- organization_domain_common__email_address?: string | undefined;
3594
- organization_domain_blocked__email_address?: string | undefined;
3595
- organization_domain_exists_for_enterprise_connection__email_address?: string | undefined;
3596
- organization_membership_quota_exceeded__email_address?: string | undefined;
3597
- external_account_not_found__phone_number?: string | undefined;
3598
- identification_deletion_failed__phone_number?: string | undefined;
3599
- phone_number_exists__phone_number?: string | undefined;
3600
- form_identifier_not_found__phone_number?: string | undefined;
3601
- captcha_unavailable__phone_number?: string | undefined;
3602
- captcha_invalid__phone_number?: string | undefined;
3603
- passkey_not_supported__phone_number?: string | undefined;
3604
- passkey_pa_not_supported__phone_number?: string | undefined;
3605
- passkey_retrieval_cancelled__phone_number?: string | undefined;
3606
- passkey_registration_cancelled__phone_number?: string | undefined;
3607
- passkey_already_exists__phone_number?: string | undefined;
3608
- web3_missing_identifier__phone_number?: string | undefined;
3609
- form_password_pwned__phone_number?: string | undefined;
3610
- form_password_pwned__sign_in__phone_number?: string | undefined;
3611
- form_username_invalid_length__phone_number?: string | undefined;
3612
- form_username_invalid_character__phone_number?: string | undefined;
3613
- form_param_format_invalid__phone_number?: string | undefined;
3614
- form_param_format_invalid__email_address__phone_number?: string | undefined;
3615
- form_password_length_too_short__phone_number?: string | undefined;
3616
- form_param_nil__phone_number?: string | undefined;
3617
- form_code_incorrect__phone_number?: string | undefined;
3618
- form_password_incorrect__phone_number?: string | undefined;
3619
- form_password_validation_failed__phone_number?: string | undefined;
3620
- not_allowed_access__phone_number?: string | undefined;
3621
- form_identifier_exists__email_address__phone_number?: string | undefined;
3622
- form_identifier_exists__username__phone_number?: string | undefined;
3623
- form_identifier_exists__phone_number__phone_number?: string | undefined;
3624
- form_password_not_strong_enough__phone_number?: string | undefined;
3625
- form_password_size_in_bytes_exceeded__phone_number?: string | undefined;
3626
- form_param_value_invalid__phone_number?: string | undefined;
3627
- passwordComplexity__phone_number?: string | undefined;
3628
- session_exists__phone_number?: string | undefined;
3629
- zxcvbn__phone_number?: string | undefined;
3630
- form_param_max_length_exceeded__phone_number?: string | undefined;
3631
- organization_minimum_permissions_needed__phone_number?: string | undefined;
3632
- already_a_member_in_organization__phone_number?: string | undefined;
3633
- organization_domain_common__phone_number?: string | undefined;
3634
- organization_domain_blocked__phone_number?: string | undefined;
3635
- organization_domain_exists_for_enterprise_connection__phone_number?: string | undefined;
3636
- organization_membership_quota_exceeded__phone_number?: 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;
3637
3558
  external_account_not_found__first_name?: string | undefined;
3638
3559
  identification_deletion_failed__first_name?: string | undefined;
3639
3560
  phone_number_exists__first_name?: string | undefined;
@@ -3716,6 +3637,85 @@ declare const clerkIntl: {
3716
3637
  organization_domain_blocked__last_name?: string | undefined;
3717
3638
  organization_domain_exists_for_enterprise_connection__last_name?: string | undefined;
3718
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
3719
  external_account_not_found__current_password?: string | undefined;
3720
3720
  identification_deletion_failed__current_password?: string | undefined;
3721
3721
  phone_number_exists__current_password?: string | undefined;