@rebilly/instruments 16.18.0 → 16.20.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 +14 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.20.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.19.0...instruments/core-v16.20.0) (2025-11-07)
|
|
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 ([#16364](https://github.com/Rebilly/rebilly/issues/16364)) ([814cf14](https://github.com/Rebilly/rebilly/commit/814cf1422f79099e7a5221a0bf4c1a343f80d35f))
|
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("/")}@814cf14`
|
|
5184
5184
|
};
|
|
5185
5185
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5186
5186
|
}
|
|
@@ -8949,6 +8949,19 @@ function xs({ apiHandler: t2 }) {
|
|
|
8949
8949
|
};
|
|
8950
8950
|
return t2.get("reports/declined-transactions", l);
|
|
8951
8951
|
},
|
|
8952
|
+
/**
|
|
8953
|
+
* @returns { rebilly.GetDeferredRevenueReportResponsePromise } response
|
|
8954
|
+
*/
|
|
8955
|
+
getDeferredRevenue({
|
|
8956
|
+
currency: e2 = null,
|
|
8957
|
+
asOfDate: s = null,
|
|
8958
|
+
limit: r2 = null,
|
|
8959
|
+
offset: n2 = null,
|
|
8960
|
+
filter: u = null
|
|
8961
|
+
}) {
|
|
8962
|
+
const o2 = { currency: e2, asOfDate: s, limit: r2, offset: n2, filter: u };
|
|
8963
|
+
return t2.get("reports/deferred-revenue", o2);
|
|
8964
|
+
},
|
|
8952
8965
|
/**
|
|
8953
8966
|
* @returns { rebilly.GetDisputeReportResponsePromise } response
|
|
8954
8967
|
*/
|