1+ # Shared
2+
3+ Types:
4+
5+ - <code ><a href =" ./src/resources/shared.ts " >BillingAddress</a ></code >
6+ - <code ><a href =" ./src/resources/shared.ts " >NonRenewingSubscriptionRecord</a ></code >
7+ - <code ><a href =" ./src/resources/shared.ts " >PaymentMethodClientSelectSchema</a ></code >
8+ - <code ><a href =" ./src/resources/shared.ts " >PricingModelDetailsRecord</a ></code >
9+ - <code ><a href =" ./src/resources/shared.ts " >PurchaseInvoiceClientSelectSchema</a ></code >
10+ - <code ><a href =" ./src/resources/shared.ts " >StandaloneInvoiceClientSelectSchema</a ></code >
11+ - <code ><a href =" ./src/resources/shared.ts " >StandardSubscriptionRecord</a ></code >
12+ - <code ><a href =" ./src/resources/shared.ts " >StaticInvoiceLineItemClientSelectSchema</a ></code >
13+ - <code ><a href =" ./src/resources/shared.ts " >SubscriptionInvoiceClientSelectSchema</a ></code >
14+ - <code ><a href =" ./src/resources/shared.ts " >ToggleFeatureClientSelectSchema</a ></code >
15+ - <code ><a href =" ./src/resources/shared.ts " >UsageCreditGrantFeatureClientSelectSchema</a ></code >
16+ - <code ><a href =" ./src/resources/shared.ts " >UsageInvoiceLineItemClientSelectSchema</a ></code >
17+ - <code ><a href =" ./src/resources/shared.ts " >UsageMeterClientSelectSchema</a ></code >
18+
119# Invoices
220
321Types:
422
5- - <code ><a href =" ./src/resources/invoices.ts " >InvoiceCreateResponse</a ></code >
623- <code ><a href =" ./src/resources/invoices.ts " >InvoiceRetrieveResponse</a ></code >
724- <code ><a href =" ./src/resources/invoices.ts " >InvoiceListResponse</a ></code >
825
926Methods:
1027
11- - <code title =" post /api/v1/invoices " >client.invoices.<a href =" ./src/resources/invoices.ts " >create</a >({ ...params }) -> InvoiceCreateResponse</code >
1228- <code title =" get /api/v1/invoices/{id} " >client.invoices.<a href =" ./src/resources/invoices.ts " >retrieve</a >(id) -> InvoiceRetrieveResponse</code >
1329- <code title =" get /api/v1/invoices " >client.invoices.<a href =" ./src/resources/invoices.ts " >list</a >({ ...params }) -> InvoiceListResponse</code >
1430
@@ -24,30 +40,36 @@ Methods:
2440- <code title =" get /api/v1/invoice-line-items/{id} " >client.invoiceLineItems.<a href =" ./src/resources/invoice-line-items.ts " >retrieve</a >(id) -> InvoiceLineItemRetrieveResponse</code >
2541- <code title =" get /api/v1/invoice-line-items " >client.invoiceLineItems.<a href =" ./src/resources/invoice-line-items.ts " >list</a >({ ...params }) -> InvoiceLineItemListResponse</code >
2642
27- # Catalogs
43+ # PricingModels
2844
2945Types:
3046
31- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogCreateResponse</a ></code >
32- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogRetrieveResponse</a ></code >
33- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogUpdateResponse</a ></code >
34- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogListResponse</a ></code >
35- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogCloneResponse</a ></code >
36- - <code ><a href =" ./src/resources/catalogs.ts " >CatalogRetrieveDefaultResponse</a ></code >
47+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelClientSelectSchema</a ></code >
48+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelCreateResponse</a ></code >
49+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelRetrieveResponse</a ></code >
50+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelUpdateResponse</a ></code >
51+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelListResponse</a ></code >
52+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelCloneResponse</a ></code >
53+ - <code ><a href =" ./src/resources/pricing-models.ts " >PricingModelRetrieveDefaultResponse</a ></code >
3754
3855Methods:
3956
40- - <code title =" post /api/v1/catalogs " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >create</a >({ ...params }) -> CatalogCreateResponse </code >
41- - <code title =" get /api/v1/catalogs /{id} " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >retrieve</a >(id) -> CatalogRetrieveResponse </code >
42- - <code title =" put /api/v1/catalogs /{id} " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >update</a >(id, { ...params }) -> CatalogUpdateResponse </code >
43- - <code title =" get /api/v1/catalogs " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >list</a >({ ...params }) -> CatalogListResponse </code >
44- - <code title =" post /api/v1/catalogs /{id}/clone " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >clone</a >(id, { ...params }) -> CatalogCloneResponse </code >
45- - <code title =" get /api/v1/catalogs /default " >client.catalogs .<a href =" ./src/resources/catalogs .ts " >retrieveDefault</a >() -> CatalogRetrieveDefaultResponse </code >
57+ - <code title =" post /api/v1/pricing-models " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >create</a >({ ...params }) -> PricingModelCreateResponse </code >
58+ - <code title =" get /api/v1/pricing-models /{id} " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >retrieve</a >(id) -> PricingModelRetrieveResponse </code >
59+ - <code title =" put /api/v1/pricing-models /{id} " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >update</a >(id, { ...params }) -> PricingModelUpdateResponse </code >
60+ - <code title =" get /api/v1/pricing-models " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >list</a >({ ...params }) -> PricingModelListResponse </code >
61+ - <code title =" post /api/v1/pricing-models /{id}/clone " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >clone</a >(id, { ...params }) -> PricingModelCloneResponse </code >
62+ - <code title =" get /api/v1/pricing-models /default " >client.pricingModels .<a href =" ./src/resources/pricing-models .ts " >retrieveDefault</a >() -> PricingModelRetrieveDefaultResponse </code >
4663
4764# CheckoutSessions
4865
4966Types:
5067
68+ - <code ><a href =" ./src/resources/checkout-sessions.ts " >ActivateSubscriptionCheckoutSessionClientSelectSchema</a ></code >
69+ - <code ><a href =" ./src/resources/checkout-sessions.ts " >AddPaymentMethodCheckoutSessionClientSelectSchema</a ></code >
70+ - <code ><a href =" ./src/resources/checkout-sessions.ts " >InvoiceCheckoutSessionClientSelectSchema</a ></code >
71+ - <code ><a href =" ./src/resources/checkout-sessions.ts " >ProductCheckoutSessionClientSelectSchema</a ></code >
72+ - <code ><a href =" ./src/resources/checkout-sessions.ts " >PurchaseCheckoutSessionClientSelectSchema</a ></code >
5173- <code ><a href =" ./src/resources/checkout-sessions.ts " >CheckoutSessionCreateResponse</a ></code >
5274- <code ><a href =" ./src/resources/checkout-sessions.ts " >CheckoutSessionRetrieveResponse</a ></code >
5375- <code ><a href =" ./src/resources/checkout-sessions.ts " >CheckoutSessionListResponse</a ></code >
@@ -62,6 +84,7 @@ Methods:
6284
6385Types:
6486
87+ - <code ><a href =" ./src/resources/products.ts " >ProductClientSelectSchema</a ></code >
6588- <code ><a href =" ./src/resources/products.ts " >ProductCreateResponse</a ></code >
6689- <code ><a href =" ./src/resources/products.ts " >ProductRetrieveResponse</a ></code >
6790- <code ><a href =" ./src/resources/products.ts " >ProductUpdateResponse</a ></code >
@@ -78,6 +101,9 @@ Methods:
78101
79102Types:
80103
104+ - <code ><a href =" ./src/resources/prices.ts " >SinglePaymentPriceClientSelectSchema</a ></code >
105+ - <code ><a href =" ./src/resources/prices.ts " >SubscriptionPriceClientSelectSchema</a ></code >
106+ - <code ><a href =" ./src/resources/prices.ts " >UsagePriceClientSelectSchema</a ></code >
81107- <code ><a href =" ./src/resources/prices.ts " >PriceCreateResponse</a ></code >
82108- <code ><a href =" ./src/resources/prices.ts " >PriceUpdateResponse</a ></code >
83109- <code ><a href =" ./src/resources/prices.ts " >PriceListResponse</a ></code >
@@ -92,6 +118,9 @@ Methods:
92118
93119Types:
94120
121+ - <code ><a href =" ./src/resources/discounts.ts " >DefaultDiscountClientSelectSchema</a ></code >
122+ - <code ><a href =" ./src/resources/discounts.ts " >ForeverDiscountClientSelectSchema</a ></code >
123+ - <code ><a href =" ./src/resources/discounts.ts " >NumberOfPaymentsDiscountClientSelectSchema</a ></code >
95124- <code ><a href =" ./src/resources/discounts.ts " >DiscountCreateResponse</a ></code >
96125- <code ><a href =" ./src/resources/discounts.ts " >DiscountRetrieveResponse</a ></code >
97126- <code ><a href =" ./src/resources/discounts.ts " >DiscountUpdateResponse</a ></code >
@@ -108,6 +137,9 @@ Methods:
108137
109138Types:
110139
140+ - <code ><a href =" ./src/resources/customers.ts " >CustomerClientSelectSchema</a ></code >
141+ - <code ><a href =" ./src/resources/customers.ts " >ToggleSubscriptionItemFeatureRecord</a ></code >
142+ - <code ><a href =" ./src/resources/customers.ts " >UsageCreditGrantSubscriptionItemFeatureClientSelectSchema</a ></code >
111143- <code ><a href =" ./src/resources/customers.ts " >CustomerCreateResponse</a ></code >
112144- <code ><a href =" ./src/resources/customers.ts " >CustomerRetrieveResponse</a ></code >
113145- <code ><a href =" ./src/resources/customers.ts " >CustomerUpdateResponse</a ></code >
@@ -126,6 +158,7 @@ Methods:
126158
127159Types:
128160
161+ - <code ><a href =" ./src/resources/payments.ts " >PaymentClientSelectSchema</a ></code >
129162- <code ><a href =" ./src/resources/payments.ts " >PaymentRetrieveResponse</a ></code >
130163- <code ><a href =" ./src/resources/payments.ts " >PaymentListResponse</a ></code >
131164- <code ><a href =" ./src/resources/payments.ts " >PaymentRefundResponse</a ></code >
0 commit comments