@rebilly/instruments 16.100.1 → 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 +6 -1
- package/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.102.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.101.0...instruments/core-v16.102.0) (2026-04-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
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("/")}@
|
|
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({
|
|
6263
|
+
getCustomerCreditBalance({ id: t2 }) {
|
|
6264
6264
|
return e2.get(`customers/${t2}/credit-balance`);
|
|
6265
6265
|
},
|
|
6266
6266
|
/**
|