Skip to content

Commit 2534cf4

Browse files
chore(docs): add missing deprecation warnings
1 parent 4b9eb38 commit 2534cf4

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

src/resources/subscriptions.ts

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8512,6 +8512,9 @@ export interface SubscriptionCreateParams {
85128512
*/
85138513
auto_collection?: boolean | null;
85148514

8515+
/**
8516+
* @deprecated
8517+
*/
85158518
aws_region?: string | null;
85168519

85178520
billing_cycle_anchor_configuration?: SubscriptionCreateParams.BillingCycleAnchorConfiguration | null;
@@ -8523,6 +8526,9 @@ export interface SubscriptionCreateParams {
85238526
*/
85248527
coupon_redemption_code?: string | null;
85258528

8529+
/**
8530+
* @deprecated
8531+
*/
85268532
credits_overage_rate?: number | null;
85278533

85288534
customer_id?: string | null;
@@ -8537,8 +8543,14 @@ export interface SubscriptionCreateParams {
85378543

85388544
external_customer_id?: string | null;
85398545

8546+
/**
8547+
* @deprecated
8548+
*/
85408549
external_marketplace?: 'google' | 'aws' | 'azure' | null;
85418550

8551+
/**
8552+
* @deprecated
8553+
*/
85428554
external_marketplace_reporting_id?: string | null;
85438555

85448556
/**
@@ -8581,6 +8593,9 @@ export interface SubscriptionCreateParams {
85818593
*/
85828594
net_terms?: number | null;
85838595

8596+
/**
8597+
* @deprecated
8598+
*/
85848599
per_credit_overage_amount?: number | null;
85858600

85868601
/**
@@ -8596,7 +8611,7 @@ export interface SubscriptionCreateParams {
85968611
plan_version_number?: number | null;
85978612

85988613
/**
8599-
* Optionally provide a list of overrides for prices on the plan
8614+
* @deprecated Optionally provide a list of overrides for prices on the plan
86008615
*/
86018616
price_overrides?: Array<unknown> | null;
86028617

@@ -19434,6 +19449,9 @@ export interface SubscriptionSchedulePlanChangeParams {
1943419449
*/
1943519450
coupon_redemption_code?: string | null;
1943619451

19452+
/**
19453+
* @deprecated
19454+
*/
1943719455
credits_overage_rate?: number | null;
1943819456

1943919457
/**
@@ -19475,6 +19493,9 @@ export interface SubscriptionSchedulePlanChangeParams {
1947519493
*/
1947619494
net_terms?: number | null;
1947719495

19496+
/**
19497+
* @deprecated
19498+
*/
1947819499
per_credit_overage_amount?: number | null;
1947919500

1948019501
/**
@@ -19490,7 +19511,7 @@ export interface SubscriptionSchedulePlanChangeParams {
1949019511
plan_version_number?: number | null;
1949119512

1949219513
/**
19493-
* Optionally provide a list of overrides for prices on the plan
19514+
* @deprecated Optionally provide a list of overrides for prices on the plan
1949419515
*/
1949519516
price_overrides?: Array<unknown> | null;
1949619517

0 commit comments

Comments
 (0)