@rebilly/instruments 9.9.5 → 9.10.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,10 @@
1
+ ## [9.10.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.5...instruments/core-v9.10.0) (2024-03-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata:** Update resources based on latest api definitions ([#4119](https://github.com/Rebilly/rebilly/issues/4119)) ([5381814](https://github.com/Rebilly/rebilly/commit/53818148a227bb5f64140707d3a351eed567c52f))
7
+
1
8
  ## [9.9.5](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.4...instruments/core-v9.9.5) (2024-03-19)
2
9
 
3
10
  ## [9.9.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.3...instruments/core-v9.9.4) (2024-03-18)
package/dist/index.js CHANGED
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
5963
5963
  return s2;
5964
5964
  }
5965
5965
  var Ge = P$1;
5966
- const Ye = /* @__PURE__ */ we(Ge), Qe = "56.0.16";
5966
+ const Ye = /* @__PURE__ */ we(Ge), Qe = "56.0.17";
5967
5967
  let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
5968
5968
  let e2 = "", s2 = t2;
5969
5969
  for (; s2--; )
@@ -14444,6 +14444,25 @@ const paymentMethods = [
14444
14444
  }
14445
14445
  ]
14446
14446
  },
14447
+ {
14448
+ apiName: "SPEI",
14449
+ name: "SPEI",
14450
+ landscapeLogo: "https://app.rebilly.com/static/payment-methods/landscape/spei.svg",
14451
+ portraitLogo: null,
14452
+ summary: "SPEI allows its customers to send and receive interbank electronic\ntransfers and obtain real-time payment confirmation in seconds.\n",
14453
+ description: "SPEI allows its customers to send and receive interbank electronic\ntransfers and obtain real-time payment confirmation in seconds.\n",
14454
+ countries: {
14455
+ mode: "unknown",
14456
+ values: []
14457
+ },
14458
+ storefrontEnabled: true,
14459
+ _links: [
14460
+ {
14461
+ rel: "self",
14462
+ href: "https://api.rebilly.com/payment-methods/SPEI"
14463
+ }
14464
+ ]
14465
+ },
14447
14466
  {
14448
14467
  apiName: "SafetyPay",
14449
14468
  name: "SafetyPay",
@@ -24652,7 +24671,7 @@ function handleComputedProperty(options) {
24652
24671
  var _a;
24653
24672
  return Object.assign({}, options, {
24654
24673
  _computed: {
24655
- version: "9.9.4",
24674
+ version: "9.9.5",
24656
24675
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
24657
24676
  }
24658
24677
  });
@@ -27994,7 +28013,7 @@ class RebillyInstrumentsInstance {
27994
28013
  await show({ componentName, payload });
27995
28014
  }
27996
28015
  get version() {
27997
- return `RebillyInstruments Ver.${"9.9.4"}`;
28016
+ return `RebillyInstruments Ver.${"9.9.5"}`;
27998
28017
  }
27999
28018
  on(eventName, callback) {
28000
28019
  on({ eventName, callback });