@rebilly/instruments 16.113.0 → 16.113.1
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 +1 -6
- package/dist/index.js +1 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [16.113.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **instruments:** setup vegawallet instruments during payout ([#21383](https://github.com/Rebilly/rebilly/issues/21383)) ([ac81521](https://github.com/Rebilly/rebilly/commit/ac81521a3c4cb5abf9cffa15bf53a9c6a78a362c))
|
|
1
|
+
## [16.113.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.113.0...instruments/core-v16.113.1) (2026-05-13)
|
package/dist/index.js
CHANGED
|
@@ -5299,7 +5299,7 @@ function C$1({ options: e2 }) {
|
|
|
5299
5299
|
}
|
|
5300
5300
|
function o2() {
|
|
5301
5301
|
const i = {
|
|
5302
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5302
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@42eda38`
|
|
5303
5303
|
};
|
|
5304
5304
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5305
5305
|
}
|
|
@@ -18816,7 +18816,6 @@ const _PayoutRequestModel = class _PayoutRequestModel extends BaseModel {
|
|
|
18816
18816
|
};
|
|
18817
18817
|
_PayoutRequestModel.Status = {
|
|
18818
18818
|
pending: "pending",
|
|
18819
|
-
partiallyFulfilled: "partially-fulfilled",
|
|
18820
18819
|
fulfilled: "fulfilled",
|
|
18821
18820
|
canceled: "canceled"
|
|
18822
18821
|
};
|