@rebilly/instruments 16.91.0 → 16.93.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.91.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.90.0...instruments/core-v16.91.0) (2026-04-09)
1
+ ## [16.93.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.92.0...instruments/core-v16.93.0) (2026-04-09)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20391](https://github.com/Rebilly/rebilly/issues/20391)) ([f6fb806](https://github.com/Rebilly/rebilly/commit/f6fb806652c219e5bb7c09fcae9f135b4139776b))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20404](https://github.com/Rebilly/rebilly/issues/20404)) ([49b1628](https://github.com/Rebilly/rebilly/commit/49b162804470317ae89ee37e3aafcd7c05d2630a))
package/dist/index.js CHANGED
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
5298
5298
  }
5299
5299
  function o2() {
5300
5300
  const i = {
5301
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f6fb806`
5301
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@49b1628`
5302
5302
  };
5303
5303
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5304
5304
  }
@@ -18844,7 +18844,6 @@ const _PayoutRequestModel = class _PayoutRequestModel extends BaseModel {
18844
18844
  };
18845
18845
  _PayoutRequestModel.Status = {
18846
18846
  pending: "pending",
18847
- instrumentSelected: "instrument-selected",
18848
18847
  partiallyFulfilled: "partially-fulfilled",
18849
18848
  fulfilled: "fulfilled",
18850
18849
  canceled: "canceled"