orb-billing 5.1.0 → 5.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,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.2.0 (2025-07-17)
4
+
5
+ Full Changelog: [v5.1.0...v5.2.0](https://github.com/orbcorp/orb-node/compare/v5.1.0...v5.2.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8110b7a](https://github.com/orbcorp/orb-node/commit/8110b7ab27af5e8e87f7786a9512a9683103d725))
10
+
3
11
  ## 5.1.0 (2025-07-17)
4
12
 
5
13
  Full Changelog: [v5.0.0...v5.1.0](https://github.com/orbcorp/orb-node/compare/v5.0.0...v5.1.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "5.1.0",
3
+ "version": "5.2.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",
@@ -253,7 +253,7 @@ export interface CostListByExternalIDResponse {
253
253
  }
254
254
  export interface CostListParams {
255
255
  /**
256
- * The currency or custom pricing unit to use.
256
+ * The currency to use.
257
257
  */
258
258
  currency?: string | null;
259
259
  /**
@@ -274,7 +274,7 @@ export interface CostListParams {
274
274
  }
275
275
  export interface CostListByExternalIDParams {
276
276
  /**
277
- * The currency or custom pricing unit to use.
277
+ * The currency to use.
278
278
  */
279
279
  currency?: string | null;
280
280
  /**
@@ -3754,7 +3754,7 @@ export interface SubscriptionCancelParams {
3754
3754
  }
3755
3755
  export interface SubscriptionFetchCostsParams {
3756
3756
  /**
3757
- * The currency or custom pricing unit to use.
3757
+ * The currency to use.
3758
3758
  */
3759
3759
  currency?: string | null;
3760
3760
  /**
@@ -295,7 +295,7 @@ export interface CostListByExternalIDResponse {
295
295
 
296
296
  export interface CostListParams {
297
297
  /**
298
- * The currency or custom pricing unit to use.
298
+ * The currency to use.
299
299
  */
300
300
  currency?: string | null;
301
301
 
@@ -320,7 +320,7 @@ export interface CostListParams {
320
320
 
321
321
  export interface CostListByExternalIDParams {
322
322
  /**
323
- * The currency or custom pricing unit to use.
323
+ * The currency to use.
324
324
  */
325
325
  currency?: string | null;
326
326
 
@@ -4532,7 +4532,7 @@ export interface SubscriptionCancelParams {
4532
4532
 
4533
4533
  export interface SubscriptionFetchCostsParams {
4534
4534
  /**
4535
- * The currency or custom pricing unit to use.
4535
+ * The currency to use.
4536
4536
  */
4537
4537
  currency?: string | null;
4538
4538
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '5.1.0'; // x-release-please-version
1
+ export const VERSION = '5.2.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.1.0";
1
+ export declare const VERSION = "5.2.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 = '5.1.0'; // x-release-please-version
4
+ exports.VERSION = '5.2.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '5.1.0'; // x-release-please-version
1
+ export const VERSION = '5.2.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map