@clerk/backend 3.0.0-canary-core3.v20251203181537 → 3.0.0-snapshot.v20251203203405

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
@@ -1348,11 +1348,11 @@ var UserAPI = class extends AbstractAPI {
1348
1348
  path: joinPaths(basePath27, userId, "totp")
1349
1349
  });
1350
1350
  }
1351
- async __experimental_passwordCompromised(userId) {
1351
+ async __experimental_passwordUntrusted(userId) {
1352
1352
  this.requireId(userId);
1353
1353
  return this.request({
1354
1354
  method: "POST",
1355
- path: joinPaths(basePath27, userId, "password_compromised"),
1355
+ path: joinPaths(basePath27, userId, "password_untrusted"),
1356
1356
  bodyParams: {
1357
1357
  revokeAllSessions: false
1358
1358
  }
@@ -1668,7 +1668,7 @@ var snakecase_keys_default = snakecaseKeys;
1668
1668
  // src/constants.ts
1669
1669
  var API_URL = "https://api.clerk.com";
1670
1670
  var API_VERSION = "v1";
1671
- var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-canary-core3.v20251203181537"}`;
1671
+ var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-snapshot.v20251203203405"}`;
1672
1672
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
1673
1673
  var SUPPORTED_BAPI_VERSION = "2025-11-10";
1674
1674
  var Attributes = {