@rebilly/instruments 16.17.0 → 16.18.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 +7 -2
- package/dist/index.min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.18.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.17.0...instruments/core-v16.18.0) (2025-11-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#16200](https://github.com/Rebilly/rebilly/issues/16200)) ([87fa7d5](https://github.com/Rebilly/rebilly/commit/87fa7d5998d102ca25510bd0ee8526e4488b0faf))
|
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("/")}@87fa7d5`
|
|
5184
5184
|
};
|
|
5185
5185
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5186
5186
|
}
|
|
@@ -8993,7 +8993,12 @@ function xs({ apiHandler: t2 }) {
|
|
|
8993
8993
|
/**
|
|
8994
8994
|
* @returns { rebilly.GetFutureRenewalReportResponsePromise } response
|
|
8995
8995
|
*/
|
|
8996
|
-
getFutureRenewals({
|
|
8996
|
+
getFutureRenewals({
|
|
8997
|
+
periodStart: e2 = null,
|
|
8998
|
+
periodEnd: s = null,
|
|
8999
|
+
limit: r2 = null,
|
|
9000
|
+
offset: n2 = null
|
|
9001
|
+
}) {
|
|
8997
9002
|
const u = { periodStart: e2, periodEnd: s, limit: r2, offset: n2 };
|
|
8998
9003
|
return t2.get("reports/future-renewals", u);
|
|
8999
9004
|
},
|