@clerk/backend 3.0.0-snapshot.v20251217194100 → 3.0.0-snapshot.v20251218165926

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/index.js CHANGED
@@ -1371,7 +1371,7 @@ var UserAPI = class extends AbstractAPI {
1371
1371
  path: joinPaths(basePath27, userId, "totp")
1372
1372
  });
1373
1373
  }
1374
- async __experimental_setPasswordCompromised(userId, params = {
1374
+ async setPasswordCompromised(userId, params = {
1375
1375
  revokeAllSessions: false
1376
1376
  }) {
1377
1377
  this.requireId(userId);
@@ -1381,7 +1381,7 @@ var UserAPI = class extends AbstractAPI {
1381
1381
  bodyParams: params
1382
1382
  });
1383
1383
  }
1384
- async __experimental_unsetPasswordCompromised(userId) {
1384
+ async unsetPasswordCompromised(userId) {
1385
1385
  this.requireId(userId);
1386
1386
  return this.request({
1387
1387
  method: "POST",
@@ -1698,7 +1698,7 @@ var snakecase_keys_default = snakecaseKeys;
1698
1698
  // src/constants.ts
1699
1699
  var API_URL = "https://api.clerk.com";
1700
1700
  var API_VERSION = "v1";
1701
- var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-snapshot.v20251217194100"}`;
1701
+ var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-snapshot.v20251218165926"}`;
1702
1702
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
1703
1703
  var SUPPORTED_BAPI_VERSION = "2025-11-10";
1704
1704
  var Attributes = {