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.12.0 to 4.13.0

13

CHANGELOG.md
# Changelog
## 4.13.0 (2024-08-30)
Full Changelog: [v4.12.0...v4.13.0](https://github.com/orbcorp/orb-node/compare/v4.12.0...v4.13.0)
### Features
* **api:** OpenAPI spec update via Stainless API ([#295](https://github.com/orbcorp/orb-node/issues/295)) ([5b63684](https://github.com/orbcorp/orb-node/commit/5b636842309c7ba8c22b1189869576f26cc76c71))
### Chores
* **ci:** install deps via ./script/bootstrap ([#293](https://github.com/orbcorp/orb-node/issues/293)) ([9171515](https://github.com/orbcorp/orb-node/commit/9171515fff946900456794115222edcaedad85fc))
## 4.12.0 (2024-08-29)

@@ -4,0 +17,0 @@

2

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

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

@@ -40,3 +40,3 @@ import { APIResource } from "../../resource.js";

* A coupon represents a reusable discount configuration that can be applied either
* as a fixed currency amount or as a percentage of the usage cost. Coupons are
* as a fixed or percentage amount to an invoice or subscription. Coupons are
* activated using a redemption code, which applies the discount to a subscription

@@ -43,0 +43,0 @@ * or invoice. The duration of a coupon determines how long it remains available

@@ -218,3 +218,4 @@ "use strict";

*
* If there are no updates scheduled, this endpoint is a no-op.
* If there are no updates scheduled, a request validation error will be returned
* with a 400 status code.
*/

@@ -221,0 +222,0 @@ unscheduleFixedFeeQuantityUpdates(subscriptionId, body, options) {

@@ -64,3 +64,3 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

* A coupon represents a reusable discount configuration that can be applied either
* as a fixed currency amount or as a percentage of the usage cost. Coupons are
* as a fixed or percentage amount to an invoice or subscription. Coupons are
* activated using a redemption code, which applies the discount to a subscription

@@ -67,0 +67,0 @@ * or invoice. The duration of a coupon determines how long it remains available

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

export const VERSION = '4.12.0'; // x-release-please-version
export const VERSION = '4.13.0'; // x-release-please-version

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

export declare const VERSION = "4.12.0";
export declare const VERSION = "4.13.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.12.0'; // x-release-please-version
exports.VERSION = '4.13.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

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