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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "4.61.0",
3
+ "version": "4.62.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",
@@ -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.61.0'; // x-release-please-version
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.61.0";
1
+ export declare const VERSION = "4.62.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 = '4.61.0'; // x-release-please-version
4
+ exports.VERSION = '4.62.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '4.61.0'; // x-release-please-version
1
+ export const VERSION = '4.62.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map