@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 CHANGED
@@ -1,6 +1,6 @@
1
- ## [16.59.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.58.0...instruments/core-v16.59.0) (2026-02-19)
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 ([#18915](https://github.com/Rebilly/rebilly/issues/18915)) ([6634e18](https://github.com/Rebilly/rebilly/commit/6634e18ff4e7dcd6e5a4c2586a258d33300e0043))
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("/")}@f35b0d8f`
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
  }