@rebilly/instruments 16.31.0 → 16.32.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 +13 -13
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.32.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.31.1...instruments/core-v16.32.0) (2025-12-02)
|
|
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 ([#17084](https://github.com/Rebilly/rebilly/issues/17084)) ([7bbe2b7](https://github.com/Rebilly/rebilly/commit/7bbe2b706750860d62feeb54e225ab796197d300))
|
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("/")}@7bbe2b7`
|
|
5187
5187
|
};
|
|
5188
5188
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5189
5189
|
}
|
|
@@ -8881,9 +8881,9 @@ function xs({ apiHandler: t2 }) {
|
|
|
8881
8881
|
* @returns { rebilly.GetCumulativeSubscriptionReportResponsePromise } response
|
|
8882
8882
|
*/
|
|
8883
8883
|
getCumulativeSubscriptions({
|
|
8884
|
-
aggregationField: e2,
|
|
8885
|
-
periodStart: s,
|
|
8886
|
-
periodEnd: r2,
|
|
8884
|
+
aggregationField: e2 = null,
|
|
8885
|
+
periodStart: s = null,
|
|
8886
|
+
periodEnd: r2 = null,
|
|
8887
8887
|
limit: n2 = null,
|
|
8888
8888
|
offset: u = null,
|
|
8889
8889
|
filter: o2 = null
|
|
@@ -8982,8 +8982,8 @@ function xs({ apiHandler: t2 }) {
|
|
|
8982
8982
|
* @returns { rebilly.GetTriggeredEventReportResponsePromise } response
|
|
8983
8983
|
*/
|
|
8984
8984
|
getEventsTriggeredSummary({
|
|
8985
|
-
periodStart: e2,
|
|
8986
|
-
periodEnd: s,
|
|
8985
|
+
periodStart: e2 = null,
|
|
8986
|
+
periodEnd: s = null,
|
|
8987
8987
|
limit: r2 = null,
|
|
8988
8988
|
offset: n2 = null
|
|
8989
8989
|
}) {
|
|
@@ -9192,9 +9192,9 @@ function xs({ apiHandler: t2 }) {
|
|
|
9192
9192
|
* @returns { rebilly.GetSubscriptionCancellationReportResponsePromise } response
|
|
9193
9193
|
*/
|
|
9194
9194
|
getSubscriptionCancellation({
|
|
9195
|
-
periodStart: e2,
|
|
9196
|
-
periodEnd: s,
|
|
9197
|
-
aggregationField: r2,
|
|
9195
|
+
periodStart: e2 = null,
|
|
9196
|
+
periodEnd: s = null,
|
|
9197
|
+
aggregationField: r2 = null,
|
|
9198
9198
|
limit: n2 = null,
|
|
9199
9199
|
offset: u = null,
|
|
9200
9200
|
filter: o2 = null
|
|
@@ -9238,10 +9238,10 @@ function xs({ apiHandler: t2 }) {
|
|
|
9238
9238
|
* @returns { rebilly.GetTimeSeriesTransactionReportResponsePromise } response
|
|
9239
9239
|
*/
|
|
9240
9240
|
getTimeSeriesTransaction({
|
|
9241
|
-
type: e2,
|
|
9242
|
-
subaggregate: s,
|
|
9243
|
-
periodStart: r2,
|
|
9244
|
-
periodEnd: n2,
|
|
9241
|
+
type: e2 = null,
|
|
9242
|
+
subaggregate: s = null,
|
|
9243
|
+
periodStart: r2 = null,
|
|
9244
|
+
periodEnd: n2 = null,
|
|
9245
9245
|
limit: u = null,
|
|
9246
9246
|
offset: o2 = null
|
|
9247
9247
|
}) {
|