Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.30.0"
".": "5.31.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 118
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-145c6652d32a05c9305e4674643e2aa7d559073e48dc252d6c3c0fe802ce7ec6.yml
openapi_spec_hash: 6bbbbe1687099b69faee47fda12bf82c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-9e751a2aefff382af949380b5979a80cb02743eca1583cf5146325fb400ba87f.yml
openapi_spec_hash: 219a1008f47d3293f64f1baebe2d6eb5
config_hash: e6db17547fe854b1c240407cf4c6dc9e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.31.0 (2025-11-13)

Full Changelog: [v5.30.0...v5.31.0](https://github.com/orbcorp/orb-node/compare/v5.30.0...v5.31.0)

### Features

* **api:** api update ([79d73aa](https://github.com/orbcorp/orb-node/commit/79d73aa9872c71117adb442e8439cae4fee05071))

## 5.30.0 (2025-11-07)

Full Changelog: [v5.29.0...v5.30.0](https://github.com/orbcorp/orb-node/compare/v5.29.0...v5.30.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "5.30.0",
"version": "5.31.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
25 changes: 0 additions & 25 deletions src/resources/invoice-line-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ export interface InvoiceLineItemCreateResponse {
*/
credits_applied: string;

/**
* @deprecated This field is deprecated in favor of `adjustments`
*/
discount: Shared.Discount | null;

/**
* The end date of the range of time applied for this line item's price.
*/
Expand All @@ -86,26 +81,6 @@ export interface InvoiceLineItemCreateResponse {
*/
grouping: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum: Shared.Maximum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum_amount: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum: Shared.Minimum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum_amount: string | null;

/**
* The name of the price associated with this line item.
*/
Expand Down
25 changes: 0 additions & 25 deletions src/resources/invoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,6 @@ export namespace InvoiceFetchUpcomingResponse {
*/
credits_applied: string;

/**
* @deprecated This field is deprecated in favor of `adjustments`
*/
discount: Shared.Discount | null;

/**
* The end date of the range of time applied for this line item's price.
*/
Expand All @@ -639,26 +634,6 @@ export namespace InvoiceFetchUpcomingResponse {
*/
grouping: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum: Shared.Maximum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum_amount: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum: Shared.Minimum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum_amount: string | null;

/**
* The name of the price associated with this line item.
*/
Expand Down
50 changes: 0 additions & 50 deletions src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,6 @@ export namespace ChangedSubscriptionResources {
*/
credits_applied: string;

/**
* @deprecated This field is deprecated in favor of `adjustments`
*/
discount: Shared.Discount | null;

/**
* The end date of the range of time applied for this line item's price.
*/
Expand All @@ -761,26 +756,6 @@ export namespace ChangedSubscriptionResources {
*/
grouping: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum: Shared.Maximum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum_amount: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum: Shared.Minimum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum_amount: string | null;

/**
* The name of the price associated with this line item.
*/
Expand Down Expand Up @@ -2009,11 +1984,6 @@ export namespace Invoice {
*/
credits_applied: string;

/**
* @deprecated This field is deprecated in favor of `adjustments`
*/
discount: Shared.Discount | null;

/**
* The end date of the range of time applied for this line item's price.
*/
Expand All @@ -2031,26 +2001,6 @@ export namespace Invoice {
*/
grouping: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum: Shared.Maximum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
maximum_amount: string | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum: Shared.Minimum | null;

/**
* @deprecated This field is deprecated in favor of `adjustments`.
*/
minimum_amount: string | null;

/**
* The name of the price associated with this line item.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.30.0'; // x-release-please-version
export const VERSION = '5.31.0'; // x-release-please-version