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 +17 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
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
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '6.
|
|
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.
|
|
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.
|
|
1
|
+
export declare const VERSION = "6.22.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '6.
|
|
1
|
+
export const VERSION = '6.22.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|