@rebilly/instruments 16.29.0 → 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 +2 -2
- package/dist/index.js +4 -4
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
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
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 ([#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("/")}@
|
|
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
|