@rebilly/instruments 9.39.0 → 9.40.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 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [9.
|
|
1
|
+
## [9.40.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.39.1...instruments/core-v9.40.0) (2024-05-08)
|
|
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 ([#5100](https://github.com/Rebilly/rebilly/issues/5100)) ([131a0f5](https://github.com/Rebilly/rebilly/commit/131a0f54020b04c0d46b6b9bada7ea146e612f82))
|
package/dist/index.js
CHANGED
|
@@ -16484,12 +16484,10 @@ async function fetchData({
|
|
|
16484
16484
|
);
|
|
16485
16485
|
}
|
|
16486
16486
|
availableInstrumentsPromise = fetchInstruments();
|
|
16487
|
+
} else if ((_j = state.options) == null ? void 0 : _j.payout) {
|
|
16488
|
+
readyToPayoutPromise = fetchReadyToPayout();
|
|
16487
16489
|
} else {
|
|
16488
|
-
|
|
16489
|
-
readyToPayoutPromise = fetchReadyToPayout();
|
|
16490
|
-
} else {
|
|
16491
|
-
readyToPayPromise = fetchReadyToPay();
|
|
16492
|
-
}
|
|
16490
|
+
readyToPayPromise = fetchReadyToPay();
|
|
16493
16491
|
}
|
|
16494
16492
|
const previewPurchasePromise = ((_k = state.options) == null ? void 0 : _k.items) ? fetchSummary() : null;
|
|
16495
16493
|
if (!((_l = state.options) == null ? void 0 : _l.jwt)) {
|