@rebilly/instruments 16.37.1 → 16.39.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 +3 -3
- package/dist/index.js +6 -5
- package/dist/index.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.39.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.38.0...instruments/core-v16.39.0) (2026-01-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17804](https://github.com/Rebilly/rebilly/issues/17804)) ([a48fab5](https://github.com/Rebilly/rebilly/commit/a48fab548ac9ba0b245797e09bc400fd436b54d5))
|
package/dist/index.js
CHANGED
|
@@ -5187,7 +5187,7 @@ function C$1({ options: t2 }) {
|
|
|
5187
5187
|
}
|
|
5188
5188
|
function o2() {
|
|
5189
5189
|
const i = {
|
|
5190
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5190
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@a48fab5`
|
|
5191
5191
|
};
|
|
5192
5192
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5193
5193
|
}
|
|
@@ -8938,11 +8938,12 @@ function Cs({ apiHandler: t2 }) {
|
|
|
8938
8938
|
getApiLogSummary({
|
|
8939
8939
|
periodStart: e2 = null,
|
|
8940
8940
|
periodEnd: s = null,
|
|
8941
|
-
|
|
8942
|
-
|
|
8941
|
+
filter: n2 = null,
|
|
8942
|
+
limit: r2 = null,
|
|
8943
|
+
offset: u = null
|
|
8943
8944
|
}) {
|
|
8944
|
-
const
|
|
8945
|
-
return t2.get("reports/api-log-summary",
|
|
8945
|
+
const o2 = { periodStart: e2, periodEnd: s, filter: n2, limit: r2, offset: u };
|
|
8946
|
+
return t2.get("reports/api-log-summary", o2);
|
|
8946
8947
|
},
|
|
8947
8948
|
/**
|
|
8948
8949
|
* @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
|