@clerk/backend 3.5.0-snapshot.v20260602000601 → 3.5.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/index.js CHANGED
@@ -392,7 +392,10 @@ var AccountlessApplicationAPI = class extends AbstractAPI {
392
392
  return this.request({
393
393
  method: "POST",
394
394
  path: basePath3,
395
- headerParams
395
+ headerParams,
396
+ queryParams: {
397
+ source: params?.source
398
+ }
396
399
  });
397
400
  }
398
401
  async completeAccountlessApplicationOnboarding(params) {
@@ -400,7 +403,10 @@ var AccountlessApplicationAPI = class extends AbstractAPI {
400
403
  return this.request({
401
404
  method: "POST",
402
405
  path: joinPaths(basePath3, "complete"),
403
- headerParams
406
+ headerParams,
407
+ queryParams: {
408
+ source: params?.source
409
+ }
404
410
  });
405
411
  }
406
412
  };
@@ -1445,7 +1451,7 @@ var M2MToken = class _M2MToken {
1445
1451
  // src/constants.ts
1446
1452
  var API_URL = "https://api.clerk.com";
1447
1453
  var API_VERSION = "v1";
1448
- var USER_AGENT = `${"@clerk/backend"}@${"3.5.0-snapshot.v20260602000601"}`;
1454
+ var USER_AGENT = `${"@clerk/backend"}@${"3.5.0"}`;
1449
1455
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
1450
1456
  var SUPPORTED_BAPI_VERSION = "2025-11-10";
1451
1457
  var Attributes = {