Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orb-billing

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orb-billing - npm Package Compare versions

Comparing version 4.16.0 to 4.17.0

14

CHANGELOG.md
# Changelog
## 4.17.0 (2024-09-11)
Full Changelog: [v4.16.0...v4.17.0](https://github.com/orbcorp/orb-node/compare/v4.16.0...v4.17.0)
### Features
* **api:** OpenAPI spec update via Stainless API ([#314](https://github.com/orbcorp/orb-node/issues/314)) ([2b00042](https://github.com/orbcorp/orb-node/commit/2b000424e771e3e63226b13d4de819bd2a984461))
### Chores
* **internal:** codegen related update ([#311](https://github.com/orbcorp/orb-node/issues/311)) ([ab399bd](https://github.com/orbcorp/orb-node/commit/ab399bdec37d1f6f2319c6436ad7dc82d8e02d6a))
* **internal:** codegen related update ([#313](https://github.com/orbcorp/orb-node/issues/313)) ([4ed6dfe](https://github.com/orbcorp/orb-node/commit/4ed6dfedc1587125f036c99909de1040b82fe7b1))
## 4.16.0 (2024-09-06)

@@ -4,0 +18,0 @@

2

package.json
{
"name": "orb-billing",
"version": "4.16.0",
"version": "4.17.0",
"description": "The official TypeScript library for the Orb API",

@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>",

@@ -72,6 +72,7 @@ "use strict";

/**
* This performs a deletion of this customer, its subscriptions, and its invoices.
* This operation is irreversible. Note that this is a _soft_ deletion, but the
* data will be inaccessible through the API and Orb dashboard. For hard-deletion,
* please reach out to the Orb team directly.
* This performs a deletion of this customer, its subscriptions, and its invoices,
* provided the customer does not have any issued invoices. Customers with issued
* invoices cannot be deleted. This operation is irreversible. Note that this is a
* _soft_ deletion, but the data will be inaccessible through the API and Orb
* dashboard. For a hard-deletion, please reach out to the Orb team directly.
*

@@ -78,0 +79,0 @@ * **Note**: This operation happens asynchronously and can be expected to take a

@@ -1,1 +0,1 @@

export const VERSION = '4.16.0'; // x-release-please-version
export const VERSION = '4.17.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "4.16.0";
export declare const VERSION = "4.17.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.16.0'; // x-release-please-version
exports.VERSION = '4.17.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is too big to display

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 too big to display

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 too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc