@rebilly/instruments 6.0.4 → 7.0.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,14 @@
1
+ ## [7.0.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.4...instruments/core-v7.0.0) (2023-10-02)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * **rebilly-js-sdk:** Rename stopAmlCheckReview to stopReview (#1654)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **rebilly-js-sdk:** Rename stopAmlCheckReview to stopReview ([#1654](https://github.com/Rebilly/rebilly/issues/1654)) ([11a86c8](https://github.com/Rebilly/rebilly/commit/11a86c8cd667c3438a1129806b7dfef3d013d039))
11
+
1
12
  ## [6.0.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.3...instruments/core-v6.0.4) (2023-09-26)
2
13
 
3
14
 
package/dist/index.js CHANGED
@@ -5695,6 +5695,12 @@ function AmlChecksResource({ apiHandler }) {
5695
5695
  get({ id: id2 }) {
5696
5696
  return apiHandler.get(`aml-checks/${id2}`);
5697
5697
  },
5698
+ startReview({ id: id2 }) {
5699
+ return apiHandler.post(`aml-checks/${id2}/start-review`);
5700
+ },
5701
+ stopReview({ id: id2 }) {
5702
+ return apiHandler.post(`aml-checks/${id2}/stop-review`);
5703
+ },
5698
5704
  review({ id: id2, data: data2 }) {
5699
5705
  return apiHandler.post(`aml-checks/${id2}/review`, data2);
5700
5706
  }
@@ -13800,6 +13806,25 @@ const paymentMethods = [
13800
13806
  }
13801
13807
  ]
13802
13808
  },
13809
+ {
13810
+ apiName: "ePayCard",
13811
+ name: "ePayCard",
13812
+ landscapeLogo: null,
13813
+ portraitLogo: null,
13814
+ summary: "ePay is a free mobile application that provides a quick and safe way to pay and receive money.\n",
13815
+ description: "ePay is a free mobile application that provides a quick and safe way to pay and receive money.\n",
13816
+ countries: {
13817
+ mode: "unknown",
13818
+ values: []
13819
+ },
13820
+ storefrontEnabled: true,
13821
+ _links: [
13822
+ {
13823
+ rel: "self",
13824
+ href: "https://api.rebilly.com/payment-methods/ePayCard"
13825
+ }
13826
+ ]
13827
+ },
13803
13828
  {
13804
13829
  apiName: "ezyEFT",
13805
13830
  name: "ezyEFT",
@@ -22621,7 +22646,7 @@ ${displayNode}`
22621
22646
  function handleComputedProperty(options) {
22622
22647
  var _a;
22623
22648
  options._computed = {
22624
- version: "6.0.3",
22649
+ version: "6.0.4",
22625
22650
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
22626
22651
  };
22627
22652
  return options;
@@ -25749,7 +25774,7 @@ class RebillyInstrumentsInstance {
25749
25774
  await show({ componentName, payload });
25750
25775
  }
25751
25776
  get version() {
25752
- return `RebillyInstruments Ver.${"6.0.3"}`;
25777
+ return `RebillyInstruments Ver.${"6.0.4"}`;
25753
25778
  }
25754
25779
  on(eventName, callback) {
25755
25780
  on({ eventName, callback });