@rebilly/instruments 16.101.0 → 16.102.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [16.101.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.100.1...instruments/core-v16.101.0) (2026-04-22)
1
+ ## [16.102.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.101.0...instruments/core-v16.102.0) (2026-04-22)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **regenerator,replay-sdk-generator:** Migrate Replay SDK generation to standalone project ([#20264](https://github.com/Rebilly/rebilly/issues/20264)) ([4b89f43](https://github.com/Rebilly/rebilly/commit/4b89f430498c1406856d8afda6901a2b49a1cafa))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20729](https://github.com/Rebilly/rebilly/issues/20729)) ([0cce751](https://github.com/Rebilly/rebilly/commit/0cce7513a7da677ece2fbf5a4a774c1455bcb8b4))
package/dist/index.js CHANGED
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
5298
5298
  }
5299
5299
  function o2() {
5300
5300
  const i = {
5301
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@28dce10`
5301
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@0cce751`
5302
5302
  };
5303
5303
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5304
5304
  }
@@ -6260,7 +6260,7 @@ function he$1({ apiHandler: e2 }) {
6260
6260
  /**
6261
6261
  * @returns { rebilly.GetCustomerCreditBalanceResponsePromise } response
6262
6262
  */
6263
- getCustomerCreditBalance({ customerId: t2 }) {
6263
+ getCustomerCreditBalance({ id: t2 }) {
6264
6264
  return e2.get(`customers/${t2}/credit-balance`);
6265
6265
  },
6266
6266
  /**