@rebilly/instruments 16.28.1 → 16.30.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.30.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.29.0...instruments/core-v16.30.0) (2025-11-25)
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 ([#16942](https://github.com/Rebilly/rebilly/issues/16942)) ([ac40235](https://github.com/Rebilly/rebilly/commit/ac40235299146f76280ec8fae6b6ab9d598276ca))
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("/")}@ac40235`
5187
5187
  };
5188
5188
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5189
5189
  }
@@ -8914,9 +8914,9 @@ function xs({ apiHandler: t2 }) {
8914
8914
  * @returns { rebilly.GetDccMarkupReportResponsePromise } response
8915
8915
  */
8916
8916
  getDccMarkup({
8917
- aggregationField: e2,
8918
- periodStart: s,
8919
- periodEnd: r2,
8917
+ aggregationField: e2 = null,
8918
+ periodStart: s = null,
8919
+ periodEnd: r2 = null,
8920
8920
  limit: n2 = null,
8921
8921
  offset: u = null,
8922
8922
  filter: o2 = null
@@ -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,