@rebilly/instruments 8.37.0 → 8.39.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,3 +1,17 @@
1
+ ## [8.39.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.38.0...instruments/core-v8.39.0) (2024-02-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * **rebilly-js-sdk:** Add expand item to Storefront invoice ([#3201](https://github.com/Rebilly/rebilly/issues/3201)) ([07229d3](https://github.com/Rebilly/rebilly/commit/07229d3a78a5f743277da1279874a15e66dc65be))
7
+
8
+ ## [8.38.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.37.0...instruments/core-v8.38.0) (2024-02-01)
9
+
10
+
11
+ ### Features
12
+
13
+ * **api-metadata:** Update resources based on latest api definitions ([#3202](https://github.com/Rebilly/rebilly/issues/3202)) ([a0a3939](https://github.com/Rebilly/rebilly/commit/a0a3939e4c44b7a4e14d8444af27b6f2b92a0fc5))
14
+
1
15
  ## [8.37.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.36.1...instruments/core-v8.37.0) (2024-02-01)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -9232,9 +9232,10 @@ function InvoicesResource({ apiHandler }) {
9232
9232
  sort = null,
9233
9233
  limit = null,
9234
9234
  offset = null,
9235
- q = null
9235
+ q = null,
9236
+ expand = null
9236
9237
  } = {}) {
9237
- const params = { filter: filter2, sort, limit, offset, q };
9238
+ const params = { filter: filter2, sort, limit, offset, q, expand };
9238
9239
  return apiHandler.getAll(`invoices`, params);
9239
9240
  },
9240
9241
  get({ id: id2 }) {
@@ -23392,7 +23393,7 @@ function handleComputedProperty(options) {
23392
23393
  var _a;
23393
23394
  return Object.assign({}, options, {
23394
23395
  _computed: {
23395
- version: "8.36.1",
23396
+ version: "8.38.0",
23396
23397
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23397
23398
  }
23398
23399
  });
@@ -26724,7 +26725,7 @@ class RebillyInstrumentsInstance {
26724
26725
  await show({ componentName, payload });
26725
26726
  }
26726
26727
  get version() {
26727
- return `RebillyInstruments Ver.${"8.36.1"}`;
26728
+ return `RebillyInstruments Ver.${"8.38.0"}`;
26728
26729
  }
26729
26730
  on(eventName, callback) {
26730
26731
  on({ eventName, callback });