@rebilly/instruments 16.52.0 → 16.53.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.52.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.51.0...instruments/core-v16.52.0) (2026-02-05)
1
+ ## [16.53.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.52.0...instruments/core-v16.53.0) (2026-02-10)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#18549](https://github.com/Rebilly/rebilly/issues/18549)) ([effe089](https://github.com/Rebilly/rebilly/commit/effe089ae5248616446c9929a4b27d292e62868d))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#18582](https://github.com/Rebilly/rebilly/issues/18582)) ([4bb80a7](https://github.com/Rebilly/rebilly/commit/4bb80a7cebc232521beb5aaef26e993f056386d7))
package/dist/index.js CHANGED
@@ -5186,7 +5186,7 @@ function C$1({ options: t2 }) {
5186
5186
  }
5187
5187
  function o2() {
5188
5188
  const i = {
5189
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@effe089`
5189
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@39abc5f`
5190
5190
  };
5191
5191
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5192
5192
  }
@@ -9015,6 +9015,25 @@ function js({ apiHandler: t2 }) {
9015
9015
  const o2 = { periodStart: e2, periodEnd: s, filter: r2, limit: n2, offset: u };
9016
9016
  return t2.get("reports/api-log-summary", o2);
9017
9017
  },
9018
+ /**
9019
+ * @returns { rebilly.GetAmlCheckReportResponsePromise } response
9020
+ */
9021
+ getAmlChecks({
9022
+ periodStart: e2 = null,
9023
+ periodEnd: s = null,
9024
+ metric: r2 = null,
9025
+ includePropagatedResults: n2 = null,
9026
+ filter: u = null
9027
+ }) {
9028
+ const o2 = {
9029
+ periodStart: e2,
9030
+ periodEnd: s,
9031
+ metric: r2,
9032
+ includePropagatedResults: n2,
9033
+ filter: u
9034
+ };
9035
+ return t2.get("reports/aml-checks", o2);
9036
+ },
9018
9037
  /**
9019
9038
  * @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
9020
9039
  */