@rebilly/instruments 15.7.0 → 15.9.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
- ## [15.7.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.6.1...instruments/core-v15.7.0) (2025-09-12)
1
+ ## [15.9.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.8.0...instruments/core-v15.9.0) (2025-09-15)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14845](https://github.com/Rebilly/rebilly/issues/14845)) ([530dd44](https://github.com/Rebilly/rebilly/commit/530dd44a192412839d5b25e9cc50fec0eea45586))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14955](https://github.com/Rebilly/rebilly/issues/14955)) ([9a4a27a](https://github.com/Rebilly/rebilly/commit/9a4a27a7f043b370c0582b996e467efe73440c7a))
package/dist/index.js CHANGED
@@ -5097,7 +5097,7 @@ function C$1({ options: e2 }) {
5097
5097
  }
5098
5098
  function o2() {
5099
5099
  const i = {
5100
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@530dd44`
5100
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9a4a27a`
5101
5101
  };
5102
5102
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5103
5103
  }
@@ -8792,16 +8792,18 @@ function Is({ apiHandler: e2 }) {
8792
8792
  periodEnd: s = null,
8793
8793
  currency: r2 = null,
8794
8794
  aggregationField: n2 = null,
8795
- journalAccountIds: u = null
8795
+ amountField: u = null,
8796
+ journalAccountIds: o2 = null
8796
8797
  }) {
8797
- const o2 = {
8798
+ const l = {
8798
8799
  periodStart: t2,
8799
8800
  periodEnd: s,
8800
8801
  currency: r2,
8801
8802
  aggregationField: n2,
8802
- journalAccountIds: u
8803
+ amountField: u,
8804
+ journalAccountIds: o2
8803
8805
  };
8804
- return e2.get("reports/journal-summary", o2);
8806
+ return e2.get("reports/journal-summary", l);
8805
8807
  },
8806
8808
  /**
8807
8809
  * @returns { rebilly.GetKycAcceptanceSummaryReportResponsePromise } response