@rebilly/instruments 8.30.0 → 8.32.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 +14 -0
- package/dist/index.js +6 -3
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [8.32.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.31.0...instruments/core-v8.32.0) (2024-01-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **billing-portal:** Add send invoice modal ([#3132](https://github.com/Rebilly/rebilly/issues/3132)) ([9160622](https://github.com/Rebilly/rebilly/commit/9160622e63d83a7426db7b53c5bf5d235e93624a))
|
|
7
|
+
|
|
8
|
+
## [8.31.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.30.0...instruments/core-v8.31.0) (2024-01-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **rebilly-js-sdk:** Add getUpcomingInvoice to storefront orders entity ([#3122](https://github.com/Rebilly/rebilly/issues/3122)) ([c90c588](https://github.com/Rebilly/rebilly/commit/c90c5881fbd04264f7ead6a558908347d13c23a5))
|
|
14
|
+
|
|
1
15
|
## [8.30.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.29.1...instruments/core-v8.30.0) (2024-01-30)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.js
CHANGED
|
@@ -5994,7 +5994,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5994
5994
|
return res;
|
|
5995
5995
|
}
|
|
5996
5996
|
var cloneDeep_1 = cloneDeep;
|
|
5997
|
-
const version = "55.
|
|
5997
|
+
const version = "55.13.0";
|
|
5998
5998
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5999
5999
|
let nanoid = (size2 = 21) => {
|
|
6000
6000
|
let id2 = "";
|
|
@@ -9286,6 +9286,9 @@ function KycRequestsResource({ apiHandler }) {
|
|
|
9286
9286
|
}
|
|
9287
9287
|
function OrdersResource({ apiHandler }) {
|
|
9288
9288
|
return {
|
|
9289
|
+
getUpcomingInvoice({ id: id2 }) {
|
|
9290
|
+
return apiHandler.get(`orders/${id2}/upcoming-invoice`);
|
|
9291
|
+
},
|
|
9289
9292
|
getAll({
|
|
9290
9293
|
filter: filter2 = null,
|
|
9291
9294
|
sort = null,
|
|
@@ -23386,7 +23389,7 @@ function handleComputedProperty(options) {
|
|
|
23386
23389
|
var _a;
|
|
23387
23390
|
return Object.assign({}, options, {
|
|
23388
23391
|
_computed: {
|
|
23389
|
-
version: "8.
|
|
23392
|
+
version: "8.31.0",
|
|
23390
23393
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23391
23394
|
}
|
|
23392
23395
|
});
|
|
@@ -26717,7 +26720,7 @@ class RebillyInstrumentsInstance {
|
|
|
26717
26720
|
await show({ componentName, payload });
|
|
26718
26721
|
}
|
|
26719
26722
|
get version() {
|
|
26720
|
-
return `RebillyInstruments Ver.${"8.
|
|
26723
|
+
return `RebillyInstruments Ver.${"8.31.0"}`;
|
|
26721
26724
|
}
|
|
26722
26725
|
on(eventName, callback) {
|
|
26723
26726
|
on({ eventName, callback });
|