@rebilly/instruments 16.59.0 → 16.61.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 +3 -3
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.61.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.60.0...instruments/core-v16.61.0) (2026-02-23)
|
|
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 ([#19063](https://github.com/Rebilly/rebilly/issues/19063)) ([8a29976](https://github.com/Rebilly/rebilly/commit/8a29976ba640718ffdc0e14acfd8ce283708d633))
|
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("/")}@8a29976`
|
|
5255
5255
|
};
|
|
5256
5256
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5257
5257
|
}
|
|
@@ -7761,8 +7761,8 @@ function _e$1({ apiHandler: e2 }) {
|
|
|
7761
7761
|
approve({ id: t2 }) {
|
|
7762
7762
|
return e2.post(`payout-request-batches/${t2}/approve`);
|
|
7763
7763
|
},
|
|
7764
|
-
block({ id: t2 }) {
|
|
7765
|
-
return e2.post(`payout-request-batches/${t2}/block
|
|
7764
|
+
block({ id: t2, data: s }) {
|
|
7765
|
+
return e2.post(`payout-request-batches/${t2}/block`, s);
|
|
7766
7766
|
}
|
|
7767
7767
|
};
|
|
7768
7768
|
}
|