@rebilly/instruments 16.26.0 → 16.27.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.26.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.25.0...instruments/core-v16.26.0) (2025-11-20)
1
+ ## [16.27.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.26.0...instruments/core-v16.27.0) (2025-11-21)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
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))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#16809](https://github.com/Rebilly/rebilly/issues/16809)) ([dc19f14](https://github.com/Rebilly/rebilly/commit/dc19f148493f84953d87f0fa58ce09e527ef4dda))
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("/")}@db9e688`
5183
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@dc19f14`
5184
5184
  };
5185
5185
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5186
5186
  }
@@ -7438,11 +7438,10 @@ function Vt$1({ apiHandler: t2 }) {
7438
7438
  sort: s = null,
7439
7439
  limit: r2 = null,
7440
7440
  offset: n2 = null,
7441
- q: u = null,
7442
- expand: o2 = null
7441
+ q: u = null
7443
7442
  } = {}) {
7444
- const l = { filter: e2, sort: s, limit: r2, offset: n2, q: u, expand: o2 };
7445
- return t2.getAll("orders", l);
7443
+ const o2 = { filter: e2, sort: s, limit: r2, offset: n2, q: u };
7444
+ return t2.getAll("orders", o2);
7446
7445
  },
7447
7446
  /**
7448
7447
  * @param { rebilly.CreateOrderRequest } request