diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5531ef5d..99d65039 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.58.0" + ".": "4.59.0" } diff --git a/.stats.yml b/.stats.yml index 3599ce86..a16642c4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e85812b..4edbd2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3a2be88e..90329730 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/resources/credit-notes.ts b/src/resources/credit-notes.ts index 5778dd32..9158303a 100644 --- a/src/resources/credit-notes.ts +++ b/src/resources/credit-notes.ts @@ -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. */ diff --git a/src/resources/plans/plans.ts b/src/resources/plans/plans.ts index 6cf625d7..44ac145b 100644 --- a/src/resources/plans/plans.ts +++ b/src/resources/plans/plans.ts @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -2407,7 +2407,7 @@ export namespace PlanCreateParams { grouped_allocation_config: Record; /** - * 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; @@ -2520,7 +2520,7 @@ export namespace PlanCreateParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -2633,7 +2633,7 @@ export namespace PlanCreateParams { grouped_with_metered_minimum_config: Record; /** - * 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; @@ -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; @@ -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; @@ -2972,7 +2972,7 @@ export namespace PlanCreateParams { grouped_tiered_package_config: Record; /** - * 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; @@ -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; @@ -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; @@ -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; @@ -3424,7 +3424,7 @@ export namespace PlanCreateParams { cumulative_grouped_bulk_config: Record; /** - * 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; diff --git a/src/resources/prices/prices.ts b/src/resources/prices/prices.ts index 8026e412..a91baf45 100644 --- a/src/resources/prices/prices.ts +++ b/src/resources/prices/prices.ts @@ -3714,7 +3714,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -3833,7 +3833,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -3958,7 +3958,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4103,7 +4103,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4253,7 +4253,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4391,7 +4391,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4537,7 +4537,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4661,7 +4661,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4800,7 +4800,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -4931,7 +4931,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5043,7 +5043,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5157,7 +5157,7 @@ export declare namespace PriceCreateParams { grouped_tiered_config: Record; /** - * 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; @@ -5267,7 +5267,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5379,7 +5379,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5491,7 +5491,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5603,7 +5603,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5715,7 +5715,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5827,7 +5827,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -5939,7 +5939,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -6053,7 +6053,7 @@ export declare namespace PriceCreateParams { grouped_allocation_config: Record; /** - * 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; @@ -6165,7 +6165,7 @@ export declare namespace PriceCreateParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -6277,7 +6277,7 @@ export declare namespace PriceCreateParams { grouped_with_metered_minimum_config: Record; /** - * 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; @@ -6387,7 +6387,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -6501,7 +6501,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -6613,7 +6613,7 @@ export declare namespace PriceCreateParams { grouped_tiered_package_config: Record; /** - * 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; @@ -6723,7 +6723,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -6835,7 +6835,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; @@ -6949,7 +6949,7 @@ export declare namespace PriceCreateParams { currency: string; /** - * 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; diff --git a/src/resources/subscriptions.ts b/src/resources/subscriptions.ts index 983c6a04..bbe932c5 100644 --- a/src/resources/subscriptions.ts +++ b/src/resources/subscriptions.ts @@ -814,9 +814,9 @@ export class Subscriptions extends APIResource { * `plan_phase_order` key to indicate which phase the price should be added to. * * An object in the list can specify an optional `start_date` and optional - * `end_date`. This is equivalent to creating a price interval with the - * [add/edit price intervals endpoint](/api-reference/price-interval/add-or-edit-price-intervals). - * If unspecified, the start or end date of the phase or subscription will be used. + * `end_date`. If `start_date` is unspecified, the start of the phase / plan change + * time will be used. If `end_date` is unspecified, it will finish at the end of + * the phase / have no end time. * * An object in the list can specify an optional `minimum_amount`, * `maximum_amount`, or `discounts`. This will create adjustments which apply only @@ -875,8 +875,9 @@ export class Subscriptions extends APIResource { * to. * * An object in the list can specify an optional `start_date` and optional - * `end_date`. If unspecified, the start or end date of the phase or subscription - * will be used. + * `end_date`. If `start_date` is unspecified, the start of the phase / plan change + * time will be used. If `end_date` is unspecified, it will finish at the end of + * the phase / have no end time. * * ### Removing adjustments * @@ -8285,7 +8286,7 @@ export namespace SubscriptionCreateParams { 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; @@ -8411,7 +8412,7 @@ export namespace SubscriptionCreateParams { 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; @@ -8543,7 +8544,7 @@ export namespace SubscriptionCreateParams { 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; @@ -8695,7 +8696,7 @@ export namespace SubscriptionCreateParams { 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; @@ -8840,7 +8841,7 @@ export namespace SubscriptionCreateParams { 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; @@ -8993,7 +8994,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9124,7 +9125,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9270,7 +9271,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9408,7 +9409,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9527,7 +9528,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9646,7 +9647,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9765,7 +9766,7 @@ export namespace SubscriptionCreateParams { 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; @@ -9884,7 +9885,7 @@ export namespace SubscriptionCreateParams { 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; @@ -10003,7 +10004,7 @@ export namespace SubscriptionCreateParams { 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; @@ -10122,7 +10123,7 @@ export namespace SubscriptionCreateParams { 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; @@ -10243,7 +10244,7 @@ export namespace SubscriptionCreateParams { grouped_allocation_config: Record; /** - * 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; @@ -10362,7 +10363,7 @@ export namespace SubscriptionCreateParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -10481,7 +10482,7 @@ export namespace SubscriptionCreateParams { 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; @@ -10868,7 +10869,7 @@ export namespace SubscriptionCreateParams { 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; @@ -10994,7 +10995,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11126,7 +11127,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11278,7 +11279,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11423,7 +11424,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11576,7 +11577,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11707,7 +11708,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11853,7 +11854,7 @@ export namespace SubscriptionCreateParams { 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; @@ -11991,7 +11992,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12110,7 +12111,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12229,7 +12230,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12348,7 +12349,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12467,7 +12468,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12586,7 +12587,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12705,7 +12706,7 @@ export namespace SubscriptionCreateParams { 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; @@ -12826,7 +12827,7 @@ export namespace SubscriptionCreateParams { grouped_allocation_config: Record; /** - * 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; @@ -12945,7 +12946,7 @@ export namespace SubscriptionCreateParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -13064,7 +13065,7 @@ export namespace SubscriptionCreateParams { 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; @@ -13529,7 +13530,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -13648,7 +13649,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -13773,7 +13774,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -13918,7 +13919,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14068,7 +14069,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14206,7 +14207,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14352,7 +14353,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14476,7 +14477,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14615,7 +14616,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14746,7 +14747,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14858,7 +14859,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -14972,7 +14973,7 @@ export namespace SubscriptionPriceIntervalsParams { grouped_tiered_config: Record; /** - * 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; @@ -15082,7 +15083,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15194,7 +15195,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15306,7 +15307,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15418,7 +15419,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15530,7 +15531,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15642,7 +15643,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15754,7 +15755,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -15868,7 +15869,7 @@ export namespace SubscriptionPriceIntervalsParams { grouped_allocation_config: Record; /** - * 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; @@ -15980,7 +15981,7 @@ export namespace SubscriptionPriceIntervalsParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -16092,7 +16093,7 @@ export namespace SubscriptionPriceIntervalsParams { grouped_with_metered_minimum_config: Record; /** - * 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; @@ -16202,7 +16203,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -16316,7 +16317,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -16428,7 +16429,7 @@ export namespace SubscriptionPriceIntervalsParams { grouped_tiered_package_config: Record; /** - * 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; @@ -16538,7 +16539,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -16650,7 +16651,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -16764,7 +16765,7 @@ export namespace SubscriptionPriceIntervalsParams { currency: string; /** - * 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; @@ -17447,7 +17448,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -17573,7 +17574,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -17705,7 +17706,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -17857,7 +17858,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18002,7 +18003,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18155,7 +18156,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18286,7 +18287,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18432,7 +18433,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18570,7 +18571,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18689,7 +18690,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18808,7 +18809,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -18927,7 +18928,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -19046,7 +19047,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -19165,7 +19166,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -19284,7 +19285,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -19405,7 +19406,7 @@ export namespace SubscriptionSchedulePlanChangeParams { grouped_allocation_config: Record; /** - * 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; @@ -19524,7 +19525,7 @@ export namespace SubscriptionSchedulePlanChangeParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -19643,7 +19644,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20030,7 +20031,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20156,7 +20157,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20288,7 +20289,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20440,7 +20441,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20585,7 +20586,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20738,7 +20739,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -20869,7 +20870,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21015,7 +21016,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21153,7 +21154,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21272,7 +21273,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21391,7 +21392,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21510,7 +21511,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21629,7 +21630,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21748,7 +21749,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21867,7 +21868,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; @@ -21988,7 +21989,7 @@ export namespace SubscriptionSchedulePlanChangeParams { grouped_allocation_config: Record; /** - * 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; @@ -22107,7 +22108,7 @@ export namespace SubscriptionSchedulePlanChangeParams { grouped_with_prorated_minimum_config: Record; /** - * 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; @@ -22226,7 +22227,7 @@ export namespace SubscriptionSchedulePlanChangeParams { 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; diff --git a/src/version.ts b/src/version.ts index 96374498..22b9a14f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.58.0'; // x-release-please-version +export const VERSION = '4.59.0'; // x-release-please-version