@rebilly/instruments 16.41.0 → 16.43.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.41.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.40.0...instruments/core-v16.41.0) (2026-01-07)
1
+ ## [16.43.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.42.0...instruments/core-v16.43.0) (2026-01-12)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17832](https://github.com/Rebilly/rebilly/issues/17832)) ([7a562e4](https://github.com/Rebilly/rebilly/commit/7a562e469c0c6ef17bda575e28c87b428f8776e7))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17865](https://github.com/Rebilly/rebilly/issues/17865)) ([17191c6](https://github.com/Rebilly/rebilly/commit/17191c66a6676ccecef26c44019de7af72ee35db))
package/dist/index.js CHANGED
@@ -2255,7 +2255,6 @@ class SummaryModel {
2255
2255
  function map(array) {
2256
2256
  const list = Array.isArray(array) ? array : [];
2257
2257
  return {
2258
- // eslint-disable-next-line new-cap
2259
2258
  to: (instance) => list.map((item) => new instance(item))
2260
2259
  };
2261
2260
  }
@@ -5187,7 +5186,7 @@ function C$1({ options: t2 }) {
5187
5186
  }
5188
5187
  function o2() {
5189
5188
  const i = {
5190
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@7a562e4`
5189
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@17191c6`
5191
5190
  };
5192
5191
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5193
5192
  }
@@ -7647,6 +7646,9 @@ function Zt$1({ apiHandler: t2 }) {
7647
7646
  create({ data: e2 }) {
7648
7647
  return t2.post("payout-request-allocations", e2);
7649
7648
  },
7649
+ autoAllocate({ data: e2 }) {
7650
+ return t2.post("payout-request-allocations/auto", e2);
7651
+ },
7650
7652
  update({ id: e2, data: s }) {
7651
7653
  return t2.patch(`payout-request-allocations/${e2}`, s);
7652
7654
  }
@@ -8909,6 +8911,27 @@ function xs({ apiHandler: t2 }) {
8909
8911
  }
8910
8912
  function Ps({ apiHandler: t2 }) {
8911
8913
  return {
8914
+ /**
8915
+ * @returns { rebilly.GetHistogramAmlCheckReportResponsePromise } response
8916
+ */
8917
+ getAmlCheckHistogramReport({
8918
+ periodStart: e2 = null,
8919
+ periodEnd: s = null,
8920
+ aggregationPeriod: n2 = null,
8921
+ metric: r2 = null,
8922
+ includePropagatedResults: u = null,
8923
+ filter: o2 = null
8924
+ }) {
8925
+ const l = {
8926
+ periodStart: e2,
8927
+ periodEnd: s,
8928
+ aggregationPeriod: n2,
8929
+ metric: r2,
8930
+ includePropagatedResults: u,
8931
+ filter: o2
8932
+ };
8933
+ return t2.get("histograms/aml-checks", l);
8934
+ },
8912
8935
  /**
8913
8936
  * @returns { rebilly.GetHistogramTransactionReportResponsePromise } response
8914
8937
  */