@rebilly/instruments 16.151.1 → 16.152.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.151.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.151.0...instruments/core-v16.151.1) (2026-07-08)
1
+ ## [16.152.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.151.2...instruments/core-v16.152.0) (2026-07-10)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **casino-demo, casino-social:** Add animation to balance header ([#23344](https://github.com/Rebilly/rebilly/issues/23344)) ([8856ec7](https://github.com/Rebilly/rebilly/commit/8856ec735d70e9bbba80059cdeea980928324077))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#23342](https://github.com/Rebilly/rebilly/issues/23342)) ([7c39584](https://github.com/Rebilly/rebilly/commit/7c3958485cf18de5c386a055a382a0a64d72e158))
package/dist/index.js CHANGED
@@ -5779,7 +5779,7 @@ function O$1({ options: e2 }) {
5779
5779
  }
5780
5780
  function o2() {
5781
5781
  const g = {
5782
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@8856ec7`
5782
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@7c39584`
5783
5783
  };
5784
5784
  return e2.apiKey && (g["REB-APIKEY"] = e2.apiKey), g;
5785
5785
  }
@@ -6779,6 +6779,12 @@ function se$1({ apiHandler: e2 }) {
6779
6779
  */
6780
6780
  getCustomerCreditBalance({ id: t2 }) {
6781
6781
  return e2.get(`customers/${t2}/credit-balance`);
6782
+ },
6783
+ /**
6784
+ * @returns { rebilly.GetCustomerComplianceScreeningReportResponsePromise } response
6785
+ */
6786
+ downloadComplianceScreeningReport({ id: t2 }) {
6787
+ return e2.get(`customers/${t2}/compliance-screening-report`);
6782
6788
  }
6783
6789
  };
6784
6790
  }