orb-billing
Advanced tools
Comparing version 3.1.0 to 3.2.0
# Changelog | ||
## 3.2.0 (2024-08-02) | ||
Full Changelog: [v3.1.0...v3.2.0](https://github.com/orbcorp/orb-node/compare/v3.1.0...v3.2.0) | ||
### Features | ||
* **api:** deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' ([#248](https://github.com/orbcorp/orb-node/issues/248)) ([4f5bc2e](https://github.com/orbcorp/orb-node/commit/4f5bc2e6e5c5b7dbde267bbde421a923ef94746d)) | ||
### Chores | ||
* **ci:** correctly tag pre-release npm packages ([#247](https://github.com/orbcorp/orb-node/issues/247)) ([918a911](https://github.com/orbcorp/orb-node/commit/918a91158cdf5b667afe822d996b4b84948a6896)) | ||
* **internal:** add constant for default timeout ([#245](https://github.com/orbcorp/orb-node/issues/245)) ([f712a96](https://github.com/orbcorp/orb-node/commit/f712a960c1669da437965338beb0b53b82e228cf)) | ||
## 3.1.0 (2024-07-29) | ||
@@ -4,0 +18,0 @@ |
@@ -106,2 +106,3 @@ import * as Errors from "./error.js"; | ||
static Orb: typeof Orb; | ||
static DEFAULT_TIMEOUT: number; | ||
static OrbError: typeof Errors.OrbError; | ||
@@ -108,0 +109,0 @@ static APIError: typeof Errors.APIError; |
@@ -107,2 +107,3 @@ "use strict"; | ||
Orb.Orb = _a; | ||
Orb.DEFAULT_TIMEOUT = 60000; // 1 minute | ||
Orb.OrbError = Errors.OrbError; | ||
@@ -109,0 +110,0 @@ Orb.APIError = Errors.APIError; |
{ | ||
"name": "orb-billing", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "The official TypeScript library for the Orb API", | ||
@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>", |
@@ -102,2 +102,4 @@ import { APIResource } from "../../resource.js"; | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -202,2 +204,4 @@ update(id: string, params: UsageUpdateParams, options?: Core.RequestOptions): Core.APIPromise<UsageUpdateResponse>; | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -204,0 +208,0 @@ updateByExternalId(id: string, params: UsageUpdateByExternalIDParams, options?: Core.RequestOptions): Core.APIPromise<UsageUpdateByExternalIDResponse>; |
@@ -104,2 +104,4 @@ "use strict"; | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -211,2 +213,4 @@ update(id, params, options) { | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -213,0 +217,0 @@ updateByExternalId(id, params, options) { |
@@ -170,2 +170,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
static Orb = this; | ||
static DEFAULT_TIMEOUT = 60000; // 1 minute | ||
@@ -172,0 +173,0 @@ static OrbError = Errors.OrbError; |
@@ -105,2 +105,4 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -217,2 +219,4 @@ update( | ||
* using multiple calls with small adjacent (e.g. every hour) timeframes. | ||
* | ||
* @deprecated This method will be removed in a future release. Please use the 'events.backfills.create' instead. | ||
*/ | ||
@@ -219,0 +223,0 @@ updateByExternalId( |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '3.1.0'; // x-release-please-version | ||
export const VERSION = '3.2.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "3.1.0"; | ||
export declare const VERSION = "3.2.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '3.1.0'; // x-release-please-version | ||
exports.VERSION = '3.2.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
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
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
2823509
51956