@rebilly/instruments 16.82.0 → 16.84.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,6 +1,6 @@
1
- ## [16.82.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.81.2...instruments/core-v16.82.0) (2026-03-26)
1
+ ## [16.84.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.83.0...instruments/core-v16.84.0) (2026-03-31)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20051](https://github.com/Rebilly/rebilly/issues/20051)) ([f78bda5](https://github.com/Rebilly/rebilly/commit/f78bda58b21d4ec9c0a86e012caaae8b95f7db9f))
6
+ * **replay:** Init k6 tool in monorepo ([#20057](https://github.com/Rebilly/rebilly/issues/20057)) ([d91a951](https://github.com/Rebilly/rebilly/commit/d91a951489a90520eb88bad62470792419f22804))
package/dist/index.js CHANGED
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
5298
5298
  }
5299
5299
  function o2() {
5300
5300
  const i = {
5301
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f78bda5`
5301
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@d91a951`
5302
5302
  };
5303
5303
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5304
5304
  }
@@ -9159,6 +9159,17 @@ function js({ apiHandler: e2 }) {
9159
9159
  };
9160
9160
  return e2.get("reports/aml-checks", o2);
9161
9161
  },
9162
+ /**
9163
+ * @returns { rebilly.GetAmlInheritedMatchSummaryReportResponsePromise } response
9164
+ */
9165
+ getAmlChecksInheritedSummary({
9166
+ periodStart: t2 = null,
9167
+ periodEnd: s = null,
9168
+ filter: r2 = null
9169
+ }) {
9170
+ const n2 = { periodStart: t2, periodEnd: s, filter: r2 };
9171
+ return e2.get("reports/aml-checks-inherited-summary", n2);
9172
+ },
9162
9173
  /**
9163
9174
  * @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
9164
9175
  */
@@ -15426,6 +15437,36 @@ const paymentMethods = [
15426
15437
  }
15427
15438
  ]
15428
15439
  },
15440
+ {
15441
+ apiName: "Mollie",
15442
+ name: "Mollie",
15443
+ landscapeLogo: null,
15444
+ portraitLogo: null,
15445
+ summary: "The Mollie method.",
15446
+ description: "The Mollie method.",
15447
+ countries: {
15448
+ mode: "unknown",
15449
+ values: []
15450
+ },
15451
+ storefrontEnabled: true,
15452
+ isSingleUse: false,
15453
+ type: "",
15454
+ relevantBusinessModels: [],
15455
+ supportedCurrencies: {
15456
+ mode: "unknown",
15457
+ values: []
15458
+ },
15459
+ recurringPayments: true,
15460
+ refunds: true,
15461
+ disputes: false,
15462
+ ux: [],
15463
+ _links: [
15464
+ {
15465
+ rel: "self",
15466
+ href: "https://api.rebilly.com/payment-methods/Mollie"
15467
+ }
15468
+ ]
15469
+ },
15429
15470
  {
15430
15471
  apiName: "MuchBetter",
15431
15472
  name: "MuchBetter",
@@ -16836,6 +16877,36 @@ const paymentMethods = [
16836
16877
  }
16837
16878
  ]
16838
16879
  },
16880
+ {
16881
+ apiName: "Quickpay",
16882
+ name: "Quickpay",
16883
+ landscapeLogo: null,
16884
+ portraitLogo: null,
16885
+ summary: "The Quickpay method.",
16886
+ description: "The Quickpay method.",
16887
+ countries: {
16888
+ mode: "unknown",
16889
+ values: []
16890
+ },
16891
+ storefrontEnabled: true,
16892
+ isSingleUse: false,
16893
+ type: "",
16894
+ relevantBusinessModels: [],
16895
+ supportedCurrencies: {
16896
+ mode: "unknown",
16897
+ values: []
16898
+ },
16899
+ recurringPayments: true,
16900
+ refunds: true,
16901
+ disputes: false,
16902
+ ux: [],
16903
+ _links: [
16904
+ {
16905
+ rel: "self",
16906
+ href: "https://api.rebilly.com/payment-methods/Quickpay"
16907
+ }
16908
+ ]
16909
+ },
16839
16910
  {
16840
16911
  apiName: "rapyd-checkout",
16841
16912
  name: "Rapyd Checkout",