@rebilly/instruments 16.64.0 → 16.65.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 +2 -2
- package/dist/index.js +4 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.65.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.64.0...instruments/core-v16.65.0) (2026-02-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19183](https://github.com/Rebilly/rebilly/issues/19183)) ([e6d227b](https://github.com/Rebilly/rebilly/commit/e6d227b4e7075311b12e0aee702f8a3a2224d97c))
|
package/dist/index.js
CHANGED
|
@@ -5251,7 +5251,7 @@ function C$1({ options: e2 }) {
|
|
|
5251
5251
|
}
|
|
5252
5252
|
function o2() {
|
|
5253
5253
|
const i = {
|
|
5254
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5254
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@e6d227b`
|
|
5255
5255
|
};
|
|
5256
5256
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5257
5257
|
}
|
|
@@ -7801,6 +7801,9 @@ function He$1({ apiHandler: e2 }) {
|
|
|
7801
7801
|
cancel({ id: t2, data: s }) {
|
|
7802
7802
|
return e2.post(`payout-requests/${t2}/cancel`, s);
|
|
7803
7803
|
},
|
|
7804
|
+
split({ id: t2, data: s }) {
|
|
7805
|
+
return e2.post(`payout-requests/${t2}/split`, s);
|
|
7806
|
+
},
|
|
7804
7807
|
/**
|
|
7805
7808
|
* @returns { rebilly.GetPayoutRequestPaymentInstrumentsResponsePromise } response
|
|
7806
7809
|
*/
|