orb-billing 6.21.0 → 6.22.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,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.22.0](https://github.com/orbcorp/orb-typescript/compare/v6.21.0...v6.22.0) (2026-09-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * **api:** api update ([e5330a7](https://github.com/orbcorp/orb-typescript/commit/e5330a72f27b2c43a1796a8eafc7ba69e2fdbc49))
9
+ * **api:** api update ([e5330a7](https://github.com/orbcorp/orb-typescript/commit/e5330a72f27b2c43a1796a8eafc7ba69e2fdbc49))
10
+ * **api:** api update ([e5330a7](https://github.com/orbcorp/orb-typescript/commit/e5330a72f27b2c43a1796a8eafc7ba69e2fdbc49))
11
+ * **api:** hide internal webapp-api endpoints from public API reference ([ee46bf3](https://github.com/orbcorp/orb-typescript/commit/ee46bf381596fc034bc3d3e8d264f8e12af6fe3a))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **api:** allow exact one-year timeframes for subscription usage/costs endpoints ([ee46bf3](https://github.com/orbcorp/orb-typescript/commit/ee46bf381596fc034bc3d3e8d264f8e12af6fe3a))
17
+ * **api:** fix Java SDK build error caused by empty webhook event properties marker ([ee46bf3](https://github.com/orbcorp/orb-typescript/commit/ee46bf381596fc034bc3d3e8d264f8e12af6fe3a))
18
+ * **api:** no functional change, only schema ordering reshuffled ([ee46bf3](https://github.com/orbcorp/orb-typescript/commit/ee46bf381596fc034bc3d3e8d264f8e12af6fe3a))
19
+
3
20
  ## [6.21.0](https://github.com/orbcorp/orb-typescript/compare/v6.20.0...v6.21.0) (2026-09-23)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "6.21.0",
3
+ "version": "6.22.0",
4
4
  "description": "The official TypeScript library for the Orb API",
5
5
  "author": "Orb <team@withorb.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '6.21.0'; // x-release-please-version
1
+ export const VERSION = '6.22.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "6.21.0";
1
+ export declare const VERSION = "6.22.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "6.21.0";
1
+ export declare const VERSION = "6.22.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '6.21.0'; // x-release-please-version
4
+ exports.VERSION = '6.22.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '6.21.0'; // x-release-please-version
1
+ export const VERSION = '6.22.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map