@rebilly/instruments 8.51.0 → 8.52.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.52.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.51.1...instruments/core-v8.52.0) (2024-02-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata:** Update resources based on latest api definitions ([#3387](https://github.com/Rebilly/rebilly/issues/3387)) ([67c6774](https://github.com/Rebilly/rebilly/commit/67c677483f1dceb2832e1686b26ce649f2dd75c3))
7
+
8
+ ## [8.51.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.51.0...instruments/core-v8.51.1) (2024-02-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **rebilly-js-sdk:** Add expand to experimental billing portal get ([#3658](https://github.com/Rebilly/rebilly/issues/3658)) ([df117c6](https://github.com/Rebilly/rebilly/commit/df117c64225d56379483cef49c287a4110e846f0))
14
+
1
15
  ## [8.51.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.50.1...instruments/core-v8.51.0) (2024-02-22)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -5996,7 +5996,7 @@ function cloneArrayDeep(val, instanceClone) {
5996
5996
  return res;
5997
5997
  }
5998
5998
  var cloneDeep_1 = cloneDeep;
5999
- const version = "55.23.1";
5999
+ const version = "55.24.1";
6000
6000
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
6001
6001
  let nanoid = (size2 = 21) => {
6002
6002
  let id2 = "";
@@ -9233,8 +9233,9 @@ function DepositStrategiesResource({ apiHandler }) {
9233
9233
  }
9234
9234
  function ExperimentalResource({ apiHandler }) {
9235
9235
  return {
9236
- get({ slug }) {
9237
- return apiHandler.get(`experimental/billing-portals/${slug}`);
9236
+ get({ slug, expand = null }) {
9237
+ const params = { expand };
9238
+ return apiHandler.get(`experimental/billing-portals/${slug}`, params);
9238
9239
  }
9239
9240
  };
9240
9241
  }
@@ -23706,7 +23707,7 @@ function handleComputedProperty(options) {
23706
23707
  var _a;
23707
23708
  return Object.assign({}, options, {
23708
23709
  _computed: {
23709
- version: "8.50.1",
23710
+ version: "8.51.1",
23710
23711
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23711
23712
  }
23712
23713
  });
@@ -27046,7 +27047,7 @@ class RebillyInstrumentsInstance {
27046
27047
  await show({ componentName, payload });
27047
27048
  }
27048
27049
  get version() {
27049
- return `RebillyInstruments Ver.${"8.50.1"}`;
27050
+ return `RebillyInstruments Ver.${"8.51.1"}`;
27050
27051
  }
27051
27052
  on(eventName, callback) {
27052
27053
  on({ eventName, callback });