@rebilly/instruments 16.1.0 → 16.2.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.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.0.0...instruments/core-v16.1.0) (2025-10-10)
1
+ ## [16.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.1.0...instruments/core-v16.2.0) (2025-10-13)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **be,recomm:** Replace Intercom with ClearFeed ([#15698](https://github.com/Rebilly/rebilly/issues/15698)) ([e839bc0](https://github.com/Rebilly/rebilly/commit/e839bc0544947e9cf2ee1b3082a1c0ff34a57816))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#15711](https://github.com/Rebilly/rebilly/issues/15711)) ([811de14](https://github.com/Rebilly/rebilly/commit/811de14ab28586543275f6ced3f6979f3648fefa))
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("/")}@e839bc0`
5181
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@811de14`
5182
5182
  };
5183
5183
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5184
5184
  }
@@ -9197,9 +9197,9 @@ function xs({ apiHandler: t2 }) {
9197
9197
  * @returns { rebilly.GetTaxReportResponsePromise } response
9198
9198
  */
9199
9199
  getTax({
9200
- periodStart: e2,
9201
- periodEnd: s,
9202
- accountingMethod: r2,
9200
+ periodStart: e2 = null,
9201
+ periodEnd: s = null,
9202
+ accountingMethod: r2 = null,
9203
9203
  limit: n2 = null,
9204
9204
  offset: u = null
9205
9205
  }) {