@rebilly/instruments 15.2.0 → 15.3.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
- ## [15.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.1.0...instruments/core-v15.2.0) (2025-09-02)
1
+ ## [15.3.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.2.0...instruments/core-v15.3.0) (2025-09-03)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **cashier:** Add cashier deposit and withdraw views ([#13734](https://github.com/Rebilly/rebilly/issues/13734)) ([26e3042](https://github.com/Rebilly/rebilly/commit/26e3042a02368a5b49d12e148eb87d5ab6638c42))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14606](https://github.com/Rebilly/rebilly/issues/14606)) ([1eeb810](https://github.com/Rebilly/rebilly/commit/1eeb8104c7eebd136edd3aea5599f81c3a131f23))
package/dist/index.js CHANGED
@@ -5097,7 +5097,7 @@ function C$1({ options: t2 }) {
5097
5097
  }
5098
5098
  function o2() {
5099
5099
  const i = {
5100
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@15a0c43`
5100
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@1eeb810`
5101
5101
  };
5102
5102
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5103
5103
  }
@@ -9203,9 +9203,6 @@ function Ds({ apiHandler: t2 }) {
9203
9203
  */
9204
9204
  get({ id: e2 }) {
9205
9205
  return t2.get(`cashiers/${e2}`);
9206
- },
9207
- cancelPayoutRequests({ id: e2, data: s }) {
9208
- return t2.post(`cashiers/${e2}/cancel-payout-requests`, s);
9209
9206
  }
9210
9207
  };
9211
9208
  }