@rebilly/instruments 16.64.0 → 16.66.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 +11 -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.66.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.65.0...instruments/core-v16.66.0) (2026-03-02)
|
|
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 ([#19229](https://github.com/Rebilly/rebilly/issues/19229)) ([4ceca33](https://github.com/Rebilly/rebilly/commit/4ceca33151c9b46453e4efcb8423e0ef2ee8d6de))
|
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("/")}@f4fbeec`
|
|
5255
5255
|
};
|
|
5256
5256
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5257
5257
|
}
|
|
@@ -7763,6 +7763,13 @@ function _e$1({ apiHandler: e2 }) {
|
|
|
7763
7763
|
},
|
|
7764
7764
|
block({ id: t2, data: s }) {
|
|
7765
7765
|
return e2.post(`payout-request-batches/${t2}/block`, s);
|
|
7766
|
+
},
|
|
7767
|
+
/**
|
|
7768
|
+
* @returns { rebilly.GetPayoutRequestBatchPreviewResponsePromise } response
|
|
7769
|
+
*/
|
|
7770
|
+
preview({ filter: t2 = null }) {
|
|
7771
|
+
const s = { filter: t2 };
|
|
7772
|
+
return e2.get("payout-request-batches/preview", s);
|
|
7766
7773
|
}
|
|
7767
7774
|
};
|
|
7768
7775
|
}
|
|
@@ -7801,6 +7808,9 @@ function He$1({ apiHandler: e2 }) {
|
|
|
7801
7808
|
cancel({ id: t2, data: s }) {
|
|
7802
7809
|
return e2.post(`payout-requests/${t2}/cancel`, s);
|
|
7803
7810
|
},
|
|
7811
|
+
split({ id: t2, data: s }) {
|
|
7812
|
+
return e2.post(`payout-requests/${t2}/split`, s);
|
|
7813
|
+
},
|
|
7804
7814
|
/**
|
|
7805
7815
|
* @returns { rebilly.GetPayoutRequestPaymentInstrumentsResponsePromise } response
|
|
7806
7816
|
*/
|