@rebilly/instruments 16.19.0 → 16.21.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 CHANGED
@@ -1,6 +1,6 @@
1
- ## [16.19.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.18.0...instruments/core-v16.19.0) (2025-11-05)
1
+ ## [16.21.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.20.0...instruments/core-v16.21.0) (2025-11-10)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **cashier,framepay:** Show error banner for backend CVV/Exp date validation error ([#16198](https://github.com/Rebilly/rebilly/issues/16198)) ([7db8843](https://github.com/Rebilly/rebilly/commit/7db8843b23d0bd8268d942334f5a9d2927b03ff8))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#16430](https://github.com/Rebilly/rebilly/issues/16430)) ([6f4d53c](https://github.com/Rebilly/rebilly/commit/6f4d53c7dd0a2dbf18d9e7713f8b00618b59d605))
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("/")}@7db8843`
5183
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@6f4d53c`
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
  */