Skip to content

Commit 54b6144

Browse files
feat(api): api update
1 parent 2aae256 commit 54b6144

File tree

18 files changed

+6358
-653
lines changed

18 files changed

+6358
-653
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-6b2550b95f82872b3825619c109352352b9c92281c8b2470fce158e971142881.yml
3-
openapi_spec_hash: 379df18de1af6a9d0b50d3653aab4d44
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-9dda3e74d276c581c08bea0cad47ae390143d94640f267d827caf234301f2721.yml
3+
openapi_spec_hash: 60daf7a378cdf7dd1f7338c303e2d661
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ Types:
9696
- <code><a href="./src/resources/shared.ts">NewPlanScalableMatrixWithTieredPricingPrice</a></code>
9797
- <code><a href="./src/resources/shared.ts">NewPlanScalableMatrixWithUnitPricingPrice</a></code>
9898
- <code><a href="./src/resources/shared.ts">NewPlanThresholdTotalAmountPrice</a></code>
99-
- <code><a href="./src/resources/shared.ts">NewPlanTierWithProrationPrice</a></code>
10099
- <code><a href="./src/resources/shared.ts">NewPlanTieredPackagePrice</a></code>
101100
- <code><a href="./src/resources/shared.ts">NewPlanTieredPackageWithMinimumPrice</a></code>
102101
- <code><a href="./src/resources/shared.ts">NewPlanTieredPrice</a></code>
@@ -125,7 +124,6 @@ Types:
125124
- <code><a href="./src/resources/shared.ts">SubscriptionTrialInfo</a></code>
126125
- <code><a href="./src/resources/shared.ts">TaxAmount</a></code>
127126
- <code><a href="./src/resources/shared.ts">Tier</a></code>
128-
- <code><a href="./src/resources/shared.ts">TierConfig</a></code>
129127
- <code><a href="./src/resources/shared.ts">TierSubLineItem</a></code>
130128
- <code><a href="./src/resources/shared.ts">TieredConfig</a></code>
131129
- <code><a href="./src/resources/shared.ts">TieredConversionRateConfig</a></code>
@@ -467,7 +465,6 @@ Types:
467465
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionScalableMatrixWithTieredPricingPrice</a></code>
468466
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionScalableMatrixWithUnitPricingPrice</a></code>
469467
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionThresholdTotalAmountPrice</a></code>
470-
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionTierWithProrationPrice</a></code>
471468
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionTieredPackagePrice</a></code>
472469
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionTieredPackageWithMinimumPrice</a></code>
473470
- <code><a href="./src/resources/subscriptions.ts">NewSubscriptionTieredPrice</a></code>

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ import {
8181
NewSubscriptionScalableMatrixWithTieredPricingPrice,
8282
NewSubscriptionScalableMatrixWithUnitPricingPrice,
8383
NewSubscriptionThresholdTotalAmountPrice,
84-
NewSubscriptionTierWithProrationPrice,
8584
NewSubscriptionTieredPackagePrice,
8685
NewSubscriptionTieredPackageWithMinimumPrice,
8786
NewSubscriptionTieredPrice,
@@ -549,7 +548,6 @@ export declare namespace Orb {
549548
type NewSubscriptionScalableMatrixWithTieredPricingPrice as NewSubscriptionScalableMatrixWithTieredPricingPrice,
550549
type NewSubscriptionScalableMatrixWithUnitPricingPrice as NewSubscriptionScalableMatrixWithUnitPricingPrice,
551550
type NewSubscriptionThresholdTotalAmountPrice as NewSubscriptionThresholdTotalAmountPrice,
552-
type NewSubscriptionTierWithProrationPrice as NewSubscriptionTierWithProrationPrice,
553551
type NewSubscriptionTieredPackagePrice as NewSubscriptionTieredPackagePrice,
554552
type NewSubscriptionTieredPackageWithMinimumPrice as NewSubscriptionTieredPackageWithMinimumPrice,
555553
type NewSubscriptionTieredPrice as NewSubscriptionTieredPrice,
@@ -707,7 +705,6 @@ export declare namespace Orb {
707705
export type NewPlanScalableMatrixWithTieredPricingPrice = API.NewPlanScalableMatrixWithTieredPricingPrice;
708706
export type NewPlanScalableMatrixWithUnitPricingPrice = API.NewPlanScalableMatrixWithUnitPricingPrice;
709707
export type NewPlanThresholdTotalAmountPrice = API.NewPlanThresholdTotalAmountPrice;
710-
export type NewPlanTierWithProrationPrice = API.NewPlanTierWithProrationPrice;
711708
export type NewPlanTieredPackagePrice = API.NewPlanTieredPackagePrice;
712709
export type NewPlanTieredPackageWithMinimumPrice = API.NewPlanTieredPackageWithMinimumPrice;
713710
export type NewPlanTieredPrice = API.NewPlanTieredPrice;
@@ -736,7 +733,6 @@ export declare namespace Orb {
736733
export type SubscriptionTrialInfo = API.SubscriptionTrialInfo;
737734
export type TaxAmount = API.TaxAmount;
738735
export type Tier = API.Tier;
739-
export type TierConfig = API.TierConfig;
740736
export type TierSubLineItem = API.TierSubLineItem;
741737
export type TieredConfig = API.TieredConfig;
742738
export type TieredConversionRateConfig = API.TieredConversionRateConfig;

0 commit comments

Comments
 (0)