@rebilly/instruments 16.28.1 → 16.29.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.28.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.28.0...instruments/core-v16.28.1) (2025-11-24)
1
+ ## [16.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.28.1...instruments/core-v16.29.0) (2025-11-24)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **instruments,hpf:** allow clipboard write in approval iframe ([#16807](https://github.com/Rebilly/rebilly/issues/16807)) ([02c9e46](https://github.com/Rebilly/rebilly/commit/02c9e4657d3c210da488b0f50564e69738ebed72))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#16906](https://github.com/Rebilly/rebilly/issues/16906)) ([2635594](https://github.com/Rebilly/rebilly/commit/2635594870afbc2df1386ec9622f5e924d715e57))
package/dist/index.js CHANGED
@@ -5183,7 +5183,7 @@ function C$1({ options: t2 }) {
5183
5183
  }
5184
5184
  function o2() {
5185
5185
  const i = {
5186
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@02c9e46`
5186
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@2635594`
5187
5187
  };
5188
5188
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5189
5189
  }
@@ -9149,12 +9149,12 @@ function xs({ apiHandler: t2 }) {
9149
9149
  * @returns { rebilly.GetRetentionValueReportResponsePromise } response
9150
9150
  */
9151
9151
  getRetentionValue({
9152
- aggregationField: e2,
9153
- aggregationPeriod: s,
9152
+ aggregationField: e2 = null,
9153
+ aggregationPeriod: s = null,
9154
9154
  includeRefunds: r2 = null,
9155
9155
  includeDisputes: n2 = null,
9156
- periodStart: u,
9157
- periodEnd: o2,
9156
+ periodStart: u = null,
9157
+ periodEnd: o2 = null,
9158
9158
  limit: l = null,
9159
9159
  offset: a = null,
9160
9160
  filter: f = null,