orb-billing
Advanced tools
Comparing version 4.6.0 to 4.7.0
# Changelog | ||
## 4.7.0 (2024-08-22) | ||
Full Changelog: [v4.6.0...v4.7.0](https://github.com/orbcorp/orb-node/compare/v4.6.0...v4.7.0) | ||
### Features | ||
* **api:** OpenAPI spec update via Stainless API ([#271](https://github.com/orbcorp/orb-node/issues/271)) ([5f93d79](https://github.com/orbcorp/orb-node/commit/5f93d79068d1908c8d4c19ec9860d2d26927fcd9)) | ||
## 4.6.0 (2024-08-21) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "orb-billing", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "The official TypeScript library for the Orb API", | ||
@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>", |
@@ -389,2 +389,6 @@ import { APIResource } from "../../resource.js"; | ||
/** | ||
* A boolean indicating whether the event is currently deprecated. | ||
*/ | ||
deprecated: boolean; | ||
/** | ||
* A name to meaningfully identify the action or event type. | ||
@@ -391,0 +395,0 @@ */ |
@@ -421,2 +421,7 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
/** | ||
* A boolean indicating whether the event is currently deprecated. | ||
*/ | ||
deprecated: boolean; | ||
/** | ||
* A name to meaningfully identify the action or event type. | ||
@@ -423,0 +428,0 @@ */ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '4.6.0'; // x-release-please-version | ||
export const VERSION = '4.7.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "4.6.0"; | ||
export declare const VERSION = "4.7.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '4.6.0'; // x-release-please-version | ||
exports.VERSION = '4.7.0'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2831432
52093