@rebilly/instruments 16.24.1 → 16.26.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.24.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.24.0...instruments/core-v16.24.1) (2025-11-20)
1
+ ## [16.26.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.25.0...instruments/core-v16.26.0) (2025-11-20)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **instruments,hpf:** allow clipboard write in approval iframe ([#16730](https://github.com/Rebilly/rebilly/issues/16730)) ([403dd79](https://github.com/Rebilly/rebilly/commit/403dd7940cfd3dff950f361f5454fe3942c2ce00))
6
+ * **replay-elements:** Add api composable to handle requests ([#16716](https://github.com/Rebilly/rebilly/issues/16716)) ([db9e688](https://github.com/Rebilly/rebilly/commit/db9e6889726e037f7b1508457872083e4120d361))
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("/")}@403dd79`
5183
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@db9e688`
5184
5184
  };
5185
5185
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5186
5186
  }
@@ -7438,10 +7438,11 @@ function Vt$1({ apiHandler: t2 }) {
7438
7438
  sort: s = null,
7439
7439
  limit: r2 = null,
7440
7440
  offset: n2 = null,
7441
- q: u = null
7441
+ q: u = null,
7442
+ expand: o2 = null
7442
7443
  } = {}) {
7443
- const o2 = { filter: e2, sort: s, limit: r2, offset: n2, q: u };
7444
- return t2.getAll("orders", o2);
7444
+ const l = { filter: e2, sort: s, limit: r2, offset: n2, q: u, expand: o2 };
7445
+ return t2.getAll("orders", l);
7445
7446
  },
7446
7447
  /**
7447
7448
  * @param { rebilly.CreateOrderRequest } request
@@ -8966,8 +8967,8 @@ function xs({ apiHandler: t2 }) {
8966
8967
  * @returns { rebilly.GetDisputeReportResponsePromise } response
8967
8968
  */
8968
8969
  getDisputes({
8969
- aggregationField: e2,
8970
- periodMonth: s,
8970
+ aggregationField: e2 = null,
8971
+ periodMonth: s = null,
8971
8972
  limit: r2 = null,
8972
8973
  offset: n2 = null,
8973
8974
  filter: u = null
@@ -9176,7 +9177,12 @@ function xs({ apiHandler: t2 }) {
9176
9177
  /**
9177
9178
  * @returns { rebilly.GetRevenueWaterfallReportResponsePromise } response
9178
9179
  */
9179
- getRevenueWaterfall({ currency: e2, issuedFrom: s, issuedTo: r2, recognizedTo: n2 }) {
9180
+ getRevenueWaterfall({
9181
+ currency: e2,
9182
+ issuedFrom: s = null,
9183
+ issuedTo: r2 = null,
9184
+ recognizedTo: n2 = null
9185
+ }) {
9180
9186
  const u = { currency: e2, issuedFrom: s, issuedTo: r2, recognizedTo: n2 };
9181
9187
  return t2.get("reports/revenue-waterfall", u);
9182
9188
  },
@@ -9251,9 +9257,9 @@ function xs({ apiHandler: t2 }) {
9251
9257
  * @returns { rebilly.GetTransactionTimeDisputeReportResponsePromise } response
9252
9258
  */
9253
9259
  getTransactionsTimeDispute({
9254
- aggregationField: e2,
9255
- periodStart: s,
9256
- periodEnd: r2,
9260
+ aggregationField: e2 = null,
9261
+ periodStart: s = null,
9262
+ periodEnd: r2 = null,
9257
9263
  limit: n2 = null,
9258
9264
  offset: u = null,
9259
9265
  filter: o2 = null
@@ -9272,9 +9278,9 @@ function xs({ apiHandler: t2 }) {
9272
9278
  * @returns { rebilly.GetTransactionReportResponsePromise } response
9273
9279
  */
9274
9280
  getTransactions({
9275
- periodStart: e2,
9276
- periodEnd: s,
9277
- aggregationField: r2,
9281
+ periodStart: e2 = null,
9282
+ periodEnd: s = null,
9283
+ aggregationField: r2 = null,
9278
9284
  limit: n2 = null,
9279
9285
  offset: u = null,
9280
9286
  filter: o2 = null