@rebilly/instruments 16.25.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 +2 -2
- package/dist/index.js +4 -5
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
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
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
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("/")}@
|
|
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
|
|
7445
|
-
return t2.getAll("orders",
|
|
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
|