@rebilly/instruments 15.17.3 → 15.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 CHANGED
@@ -1 +1,6 @@
1
- ## [15.17.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.17.2...instruments/core-v15.17.3) (2025-10-08)
1
+ ## [15.18.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.17.3...instruments/core-v15.18.0) (2025-10-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#15528](https://github.com/Rebilly/rebilly/issues/15528)) ([8dbabfc](https://github.com/Rebilly/rebilly/commit/8dbabfc5e06409158cc666447699b55663f92736))
package/dist/index.js CHANGED
@@ -5178,7 +5178,7 @@ function C$1({ options: t2 }) {
5178
5178
  }
5179
5179
  function o2() {
5180
5180
  const i = {
5181
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@4f77b9d`
5181
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@8dbabfc`
5182
5182
  };
5183
5183
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5184
5184
  }
@@ -9160,13 +9160,6 @@ function xs({ apiHandler: t2 }) {
9160
9160
  const u = { currency: e2, issuedFrom: s, issuedTo: r2, recognizedTo: n2 };
9161
9161
  return t2.get("reports/revenue-waterfall", u);
9162
9162
  },
9163
- /**
9164
- * @returns { rebilly.GetRevenueAuditReportResponsePromise } response
9165
- */
9166
- getRevenueAudit({ filter: e2 = null, sort: s = null, limit: r2 = null, offset: n2 = null }) {
9167
- const u = { filter: e2, sort: s, limit: r2, offset: n2 };
9168
- return t2.get("reports/revenue-audit", u);
9169
- },
9170
9163
  /**
9171
9164
  * @returns { rebilly.GetSubscriptionCancellationReportResponsePromise } response
9172
9165
  */