@rebilly/instruments 16.10.0 → 16.11.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.10.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.9.0...instruments/core-v16.10.0) (2025-10-23)
1
+ ## [16.11.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.10.0...instruments/core-v16.11.0) (2025-10-28)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **replay-style:** Create new style library `replay-style` to be used in all Replay custom components ([#15978](https://github.com/Rebilly/rebilly/issues/15978)) ([4159a08](https://github.com/Rebilly/rebilly/commit/4159a08256d28945ed5c178bdb71b8c72bdd99cf))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#15991](https://github.com/Rebilly/rebilly/issues/15991)) ([9435138](https://github.com/Rebilly/rebilly/commit/943513834677fa98234b8c17b494e9dff55ac0af))
package/dist/index.js CHANGED
@@ -5180,7 +5180,7 @@ function C$1({ options: t2 }) {
5180
5180
  }
5181
5181
  function o2() {
5182
5182
  const i = {
5183
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@4159a08`
5183
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@9435138`
5184
5184
  };
5185
5185
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5186
5186
  }
@@ -8932,9 +8932,9 @@ function xs({ apiHandler: t2 }) {
8932
8932
  * @returns { rebilly.GetDeclinedTransactionsReportResponsePromise } response
8933
8933
  */
8934
8934
  getDeclinedTransactions({
8935
- aggregationField: e2,
8936
- periodStart: s,
8937
- periodEnd: r2,
8935
+ aggregationField: e2 = null,
8936
+ periodStart: s = null,
8937
+ periodEnd: r2 = null,
8938
8938
  limit: n2 = null,
8939
8939
  offset: u = null,
8940
8940
  filter: o2 = null