orb-billing 4.61.0 → 4.62.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 +8 -0
- package/package.json +1 -1
- package/resources/subscriptions.d.ts +1 -1
- package/src/resources/subscriptions.ts +1 -1
- package/src/version.ts +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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.62.0 (2025-02-25)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.61.0...v4.62.0](https://github.com/orbcorp/orb-node/compare/v4.61.0...v4.62.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([#525](https://github.com/orbcorp/orb-node/issues/525)) ([f89f09e](https://github.com/orbcorp/orb-node/commit/f89f09e97f4938a99da262bff6c40ae270c6e81a))
|
|
10
|
+
|
|
3
11
|
## 4.61.0 (2025-02-21)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v4.60.0...v4.61.0](https://github.com/orbcorp/orb-node/compare/v4.60.0...v4.61.0)
|
package/package.json
CHANGED
|
@@ -18247,7 +18247,7 @@ export interface SubscriptionUpdateFixedFeeQuantityParams {
|
|
|
18247
18247
|
/**
|
|
18248
18248
|
* Determines when the change takes effect. Note that if `effective_date` is
|
|
18249
18249
|
* specified, this defaults to `effective_date`. Otherwise, this defaults to
|
|
18250
|
-
* `immediate` unless it's explicitly set to `upcoming_invoice
|
|
18250
|
+
* `immediate` unless it's explicitly set to `upcoming_invoice`.
|
|
18251
18251
|
*/
|
|
18252
18252
|
change_option?: 'immediate' | 'upcoming_invoice' | 'effective_date';
|
|
18253
18253
|
/**
|
|
@@ -22399,7 +22399,7 @@ export interface SubscriptionUpdateFixedFeeQuantityParams {
|
|
|
22399
22399
|
/**
|
|
22400
22400
|
* Determines when the change takes effect. Note that if `effective_date` is
|
|
22401
22401
|
* specified, this defaults to `effective_date`. Otherwise, this defaults to
|
|
22402
|
-
* `immediate` unless it's explicitly set to `upcoming_invoice
|
|
22402
|
+
* `immediate` unless it's explicitly set to `upcoming_invoice`.
|
|
22403
22403
|
*/
|
|
22404
22404
|
change_option?: 'immediate' | 'upcoming_invoice' | 'effective_date';
|
|
22405
22405
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '4.
|
|
1
|
+
export const VERSION = '4.62.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "4.
|
|
1
|
+
export declare const VERSION = "4.62.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '4.
|
|
1
|
+
export const VERSION = '4.62.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|