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 @@
{
".": "4.58.0"
".": "4.59.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 103
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-7791652a23b1ed216bba0b8fa77798252f78b0525fbd77cc29ee92c6d5739c5a.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-99ab2def905df4700d0555a61c3e6f3e378664df85756fc0ff604aed8f8c5f8b.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.59.0 (2025-02-20)

Full Changelog: [v4.58.0...v4.59.0](https://github.com/orbcorp/orb-node/compare/v4.58.0...v4.59.0)

### Features

* **api:** api update ([#515](https://github.com/orbcorp/orb-node/issues/515)) ([d8a2945](https://github.com/orbcorp/orb-node/commit/d8a2945bebfeea534a9039fe4e74342b3e4ac07a))

## 4.58.0 (2025-02-20)

Full Changelog: [v4.57.0...v4.58.0](https://github.com/orbcorp/orb-node/compare/v4.57.0...v4.58.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": "4.58.0",
"version": "4.59.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <team@withorb.com>",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/resources/credit-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ export namespace CreditNote {
*/
amount: string;

/**
* The id of the item associated with this line item.
*/
item_id: string;

/**
* The name of the corresponding invoice line item.
*/
Expand Down
50 changes: 25 additions & 25 deletions src/resources/plans/plans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -659,7 +659,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -785,7 +785,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -931,7 +931,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1070,7 +1070,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1217,7 +1217,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1342,7 +1342,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1482,7 +1482,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1614,7 +1614,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1727,7 +1727,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1840,7 +1840,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -1953,7 +1953,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2066,7 +2066,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2179,7 +2179,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2292,7 +2292,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2407,7 +2407,7 @@ export namespace PlanCreateParams {
grouped_allocation_config: Record<string, unknown>;

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2520,7 +2520,7 @@ export namespace PlanCreateParams {
grouped_with_prorated_minimum_config: Record<string, unknown>;

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2633,7 +2633,7 @@ export namespace PlanCreateParams {
grouped_with_metered_minimum_config: Record<string, unknown>;

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2744,7 +2744,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2859,7 +2859,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -2972,7 +2972,7 @@ export namespace PlanCreateParams {
grouped_tiered_package_config: Record<string, unknown>;

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -3083,7 +3083,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -3196,7 +3196,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -3309,7 +3309,7 @@ export namespace PlanCreateParams {
cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down Expand Up @@ -3424,7 +3424,7 @@ export namespace PlanCreateParams {
cumulative_grouped_bulk_config: Record<string, unknown>;

/**
* The id of the item the plan will be associated with.
* The id of the item the price will be associated with.
*/
item_id: string;

Expand Down
Loading