Skip to content

Commit 4f3be6f

Browse files
feat(api): api update
1 parent 404a141 commit 4f3be6f

File tree

3 files changed

+198
-86
lines changed

3 files changed

+198
-86
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-9dda3e74d276c581c08bea0cad47ae390143d94640f267d827caf234301f2721.yml
3-
openapi_spec_hash: 60daf7a378cdf7dd1f7338c303e2d661
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d63c8075b48441663736b457f8ad859c58cc3e31dfbffb68db44c3f00562012c.yml
3+
openapi_spec_hash: c47dbff685a0a449bfc1ad729c13a72e
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

aliases.go

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4597,6 +4597,9 @@ const PriceUnitPricePriceTypeUsagePrice = shared.PriceUnitPricePriceTypeUsagePri
45974597
// This is an alias to an internal value.
45984598
const PriceUnitPricePriceTypeFixedPrice = shared.PriceUnitPricePriceTypeFixedPrice
45994599

4600+
// This is an alias to an internal value.
4601+
const PriceUnitPricePriceTypeCompositePrice = shared.PriceUnitPricePriceTypeCompositePrice
4602+
46004603
// This is an alias to an internal type.
46014604
type PriceTieredPrice = shared.PriceTieredPrice
46024605

@@ -4650,6 +4653,9 @@ const PriceTieredPricePriceTypeUsagePrice = shared.PriceTieredPricePriceTypeUsag
46504653
// This is an alias to an internal value.
46514654
const PriceTieredPricePriceTypeFixedPrice = shared.PriceTieredPricePriceTypeFixedPrice
46524655

4656+
// This is an alias to an internal value.
4657+
const PriceTieredPricePriceTypeCompositePrice = shared.PriceTieredPricePriceTypeCompositePrice
4658+
46534659
// This is an alias to an internal type.
46544660
type PriceBulkPrice = shared.PriceBulkPrice
46554661

@@ -4703,6 +4709,9 @@ const PriceBulkPricePriceTypeUsagePrice = shared.PriceBulkPricePriceTypeUsagePri
47034709
// This is an alias to an internal value.
47044710
const PriceBulkPricePriceTypeFixedPrice = shared.PriceBulkPricePriceTypeFixedPrice
47054711

4712+
// This is an alias to an internal value.
4713+
const PriceBulkPricePriceTypeCompositePrice = shared.PriceBulkPricePriceTypeCompositePrice
4714+
47064715
// This is an alias to an internal type.
47074716
type PricePackagePrice = shared.PricePackagePrice
47084717

@@ -4756,6 +4765,9 @@ const PricePackagePricePriceTypeUsagePrice = shared.PricePackagePricePriceTypeUs
47564765
// This is an alias to an internal value.
47574766
const PricePackagePricePriceTypeFixedPrice = shared.PricePackagePricePriceTypeFixedPrice
47584767

4768+
// This is an alias to an internal value.
4769+
const PricePackagePricePriceTypeCompositePrice = shared.PricePackagePricePriceTypeCompositePrice
4770+
47594771
// This is an alias to an internal type.
47604772
type PriceMatrixPrice = shared.PriceMatrixPrice
47614773

@@ -4809,6 +4821,9 @@ const PriceMatrixPricePriceTypeUsagePrice = shared.PriceMatrixPricePriceTypeUsag
48094821
// This is an alias to an internal value.
48104822
const PriceMatrixPricePriceTypeFixedPrice = shared.PriceMatrixPricePriceTypeFixedPrice
48114823

4824+
// This is an alias to an internal value.
4825+
const PriceMatrixPricePriceTypeCompositePrice = shared.PriceMatrixPricePriceTypeCompositePrice
4826+
48124827
// This is an alias to an internal type.
48134828
type PriceThresholdTotalAmountPrice = shared.PriceThresholdTotalAmountPrice
48144829

@@ -4862,6 +4877,9 @@ const PriceThresholdTotalAmountPricePriceTypeUsagePrice = shared.PriceThresholdT
48624877
// This is an alias to an internal value.
48634878
const PriceThresholdTotalAmountPricePriceTypeFixedPrice = shared.PriceThresholdTotalAmountPricePriceTypeFixedPrice
48644879

4880+
// This is an alias to an internal value.
4881+
const PriceThresholdTotalAmountPricePriceTypeCompositePrice = shared.PriceThresholdTotalAmountPricePriceTypeCompositePrice
4882+
48654883
// Configuration for threshold_total_amount pricing
48664884
//
48674885
// This is an alias to an internal type.
@@ -4925,6 +4943,9 @@ const PriceTieredPackagePricePriceTypeUsagePrice = shared.PriceTieredPackagePric
49254943
// This is an alias to an internal value.
49264944
const PriceTieredPackagePricePriceTypeFixedPrice = shared.PriceTieredPackagePricePriceTypeFixedPrice
49274945

4946+
// This is an alias to an internal value.
4947+
const PriceTieredPackagePricePriceTypeCompositePrice = shared.PriceTieredPackagePricePriceTypeCompositePrice
4948+
49284949
// Configuration for tiered_package pricing
49294950
//
49304951
// This is an alias to an internal type.
@@ -4988,6 +5009,9 @@ const PriceTieredWithMinimumPricePriceTypeUsagePrice = shared.PriceTieredWithMin
49885009
// This is an alias to an internal value.
49895010
const PriceTieredWithMinimumPricePriceTypeFixedPrice = shared.PriceTieredWithMinimumPricePriceTypeFixedPrice
49905011

5012+
// This is an alias to an internal value.
5013+
const PriceTieredWithMinimumPricePriceTypeCompositePrice = shared.PriceTieredWithMinimumPricePriceTypeCompositePrice
5014+
49915015
// Configuration for tiered_with_minimum pricing
49925016
//
49935017
// This is an alias to an internal type.
@@ -5061,6 +5085,9 @@ const PriceGroupedTieredPricePriceTypeUsagePrice = shared.PriceGroupedTieredPric
50615085
// This is an alias to an internal value.
50625086
const PriceGroupedTieredPricePriceTypeFixedPrice = shared.PriceGroupedTieredPricePriceTypeFixedPrice
50635087

5088+
// This is an alias to an internal value.
5089+
const PriceGroupedTieredPricePriceTypeCompositePrice = shared.PriceGroupedTieredPricePriceTypeCompositePrice
5090+
50645091
// This is an alias to an internal type.
50655092
type PriceTieredPackageWithMinimumPrice = shared.PriceTieredPackageWithMinimumPrice
50665093

@@ -5114,6 +5141,9 @@ const PriceTieredPackageWithMinimumPricePriceTypeUsagePrice = shared.PriceTiered
51145141
// This is an alias to an internal value.
51155142
const PriceTieredPackageWithMinimumPricePriceTypeFixedPrice = shared.PriceTieredPackageWithMinimumPricePriceTypeFixedPrice
51165143

5144+
// This is an alias to an internal value.
5145+
const PriceTieredPackageWithMinimumPricePriceTypeCompositePrice = shared.PriceTieredPackageWithMinimumPricePriceTypeCompositePrice
5146+
51175147
// Configuration for tiered_package_with_minimum pricing
51185148
//
51195149
// This is an alias to an internal type.
@@ -5182,6 +5212,9 @@ const PricePackageWithAllocationPricePriceTypeUsagePrice = shared.PricePackageWi
51825212
// This is an alias to an internal value.
51835213
const PricePackageWithAllocationPricePriceTypeFixedPrice = shared.PricePackageWithAllocationPricePriceTypeFixedPrice
51845214

5215+
// This is an alias to an internal value.
5216+
const PricePackageWithAllocationPricePriceTypeCompositePrice = shared.PricePackageWithAllocationPricePriceTypeCompositePrice
5217+
51855218
// This is an alias to an internal type.
51865219
type PriceUnitWithPercentPrice = shared.PriceUnitWithPercentPrice
51875220

@@ -5235,6 +5268,9 @@ const PriceUnitWithPercentPricePriceTypeUsagePrice = shared.PriceUnitWithPercent
52355268
// This is an alias to an internal value.
52365269
const PriceUnitWithPercentPricePriceTypeFixedPrice = shared.PriceUnitWithPercentPricePriceTypeFixedPrice
52375270

5271+
// This is an alias to an internal value.
5272+
const PriceUnitWithPercentPricePriceTypeCompositePrice = shared.PriceUnitWithPercentPricePriceTypeCompositePrice
5273+
52385274
// Configuration for unit_with_percent pricing
52395275
//
52405276
// This is an alias to an internal type.
@@ -5293,6 +5329,9 @@ const PriceMatrixWithAllocationPricePriceTypeUsagePrice = shared.PriceMatrixWith
52935329
// This is an alias to an internal value.
52945330
const PriceMatrixWithAllocationPricePriceTypeFixedPrice = shared.PriceMatrixWithAllocationPricePriceTypeFixedPrice
52955331

5332+
// This is an alias to an internal value.
5333+
const PriceMatrixWithAllocationPricePriceTypeCompositePrice = shared.PriceMatrixWithAllocationPricePriceTypeCompositePrice
5334+
52965335
// This is an alias to an internal type.
52975336
type PriceTieredWithProrationPrice = shared.PriceTieredWithProrationPrice
52985337

@@ -5346,6 +5385,9 @@ const PriceTieredWithProrationPricePriceTypeUsagePrice = shared.PriceTieredWithP
53465385
// This is an alias to an internal value.
53475386
const PriceTieredWithProrationPricePriceTypeFixedPrice = shared.PriceTieredWithProrationPricePriceTypeFixedPrice
53485387

5388+
// This is an alias to an internal value.
5389+
const PriceTieredWithProrationPricePriceTypeCompositePrice = shared.PriceTieredWithProrationPricePriceTypeCompositePrice
5390+
53495391
// Configuration for tiered_with_proration pricing
53505392
//
53515393
// This is an alias to an internal type.
@@ -5409,6 +5451,9 @@ const PriceUnitWithProrationPricePriceTypeUsagePrice = shared.PriceUnitWithProra
54095451
// This is an alias to an internal value.
54105452
const PriceUnitWithProrationPricePriceTypeFixedPrice = shared.PriceUnitWithProrationPricePriceTypeFixedPrice
54115453

5454+
// This is an alias to an internal value.
5455+
const PriceUnitWithProrationPricePriceTypeCompositePrice = shared.PriceUnitWithProrationPricePriceTypeCompositePrice
5456+
54125457
// Configuration for unit_with_proration pricing
54135458
//
54145459
// This is an alias to an internal type.
@@ -5472,6 +5517,9 @@ const PriceGroupedAllocationPricePriceTypeUsagePrice = shared.PriceGroupedAlloca
54725517
// This is an alias to an internal value.
54735518
const PriceGroupedAllocationPricePriceTypeFixedPrice = shared.PriceGroupedAllocationPricePriceTypeFixedPrice
54745519

5520+
// This is an alias to an internal value.
5521+
const PriceGroupedAllocationPricePriceTypeCompositePrice = shared.PriceGroupedAllocationPricePriceTypeCompositePrice
5522+
54755523
// This is an alias to an internal type.
54765524
type PriceBulkWithProrationPrice = shared.PriceBulkWithProrationPrice
54775525

@@ -5535,6 +5583,9 @@ const PriceBulkWithProrationPricePriceTypeUsagePrice = shared.PriceBulkWithProra
55355583
// This is an alias to an internal value.
55365584
const PriceBulkWithProrationPricePriceTypeFixedPrice = shared.PriceBulkWithProrationPricePriceTypeFixedPrice
55375585

5586+
// This is an alias to an internal value.
5587+
const PriceBulkWithProrationPricePriceTypeCompositePrice = shared.PriceBulkWithProrationPricePriceTypeCompositePrice
5588+
55385589
// This is an alias to an internal type.
55395590
type PriceGroupedWithProratedMinimumPrice = shared.PriceGroupedWithProratedMinimumPrice
55405591

@@ -5593,6 +5644,9 @@ const PriceGroupedWithProratedMinimumPricePriceTypeUsagePrice = shared.PriceGrou
55935644
// This is an alias to an internal value.
55945645
const PriceGroupedWithProratedMinimumPricePriceTypeFixedPrice = shared.PriceGroupedWithProratedMinimumPricePriceTypeFixedPrice
55955646

5647+
// This is an alias to an internal value.
5648+
const PriceGroupedWithProratedMinimumPricePriceTypeCompositePrice = shared.PriceGroupedWithProratedMinimumPricePriceTypeCompositePrice
5649+
55965650
// This is an alias to an internal type.
55975651
type PriceGroupedWithMeteredMinimumPrice = shared.PriceGroupedWithMeteredMinimumPrice
55985652

@@ -5661,6 +5715,9 @@ const PriceGroupedWithMeteredMinimumPricePriceTypeUsagePrice = shared.PriceGroup
56615715
// This is an alias to an internal value.
56625716
const PriceGroupedWithMeteredMinimumPricePriceTypeFixedPrice = shared.PriceGroupedWithMeteredMinimumPricePriceTypeFixedPrice
56635717

5718+
// This is an alias to an internal value.
5719+
const PriceGroupedWithMeteredMinimumPricePriceTypeCompositePrice = shared.PriceGroupedWithMeteredMinimumPricePriceTypeCompositePrice
5720+
56645721
// This is an alias to an internal type.
56655722
type PriceGroupedWithMinMaxThresholdsPrice = shared.PriceGroupedWithMinMaxThresholdsPrice
56665723

@@ -5719,6 +5776,9 @@ const PriceGroupedWithMinMaxThresholdsPricePriceTypeUsagePrice = shared.PriceGro
57195776
// This is an alias to an internal value.
57205777
const PriceGroupedWithMinMaxThresholdsPricePriceTypeFixedPrice = shared.PriceGroupedWithMinMaxThresholdsPricePriceTypeFixedPrice
57215778

5779+
// This is an alias to an internal value.
5780+
const PriceGroupedWithMinMaxThresholdsPricePriceTypeCompositePrice = shared.PriceGroupedWithMinMaxThresholdsPricePriceTypeCompositePrice
5781+
57225782
// This is an alias to an internal type.
57235783
type PriceMatrixWithDisplayNamePrice = shared.PriceMatrixWithDisplayNamePrice
57245784

@@ -5782,6 +5842,9 @@ const PriceMatrixWithDisplayNamePricePriceTypeUsagePrice = shared.PriceMatrixWit
57825842
// This is an alias to an internal value.
57835843
const PriceMatrixWithDisplayNamePricePriceTypeFixedPrice = shared.PriceMatrixWithDisplayNamePricePriceTypeFixedPrice
57845844

5845+
// This is an alias to an internal value.
5846+
const PriceMatrixWithDisplayNamePricePriceTypeCompositePrice = shared.PriceMatrixWithDisplayNamePricePriceTypeCompositePrice
5847+
57855848
// This is an alias to an internal type.
57865849
type PriceGroupedTieredPackagePrice = shared.PriceGroupedTieredPackagePrice
57875850

@@ -5845,6 +5908,9 @@ const PriceGroupedTieredPackagePricePriceTypeUsagePrice = shared.PriceGroupedTie
58455908
// This is an alias to an internal value.
58465909
const PriceGroupedTieredPackagePricePriceTypeFixedPrice = shared.PriceGroupedTieredPackagePricePriceTypeFixedPrice
58475910

5911+
// This is an alias to an internal value.
5912+
const PriceGroupedTieredPackagePricePriceTypeCompositePrice = shared.PriceGroupedTieredPackagePricePriceTypeCompositePrice
5913+
58485914
// This is an alias to an internal type.
58495915
type PriceMaxGroupTieredPackagePrice = shared.PriceMaxGroupTieredPackagePrice
58505916

@@ -5908,6 +5974,9 @@ const PriceMaxGroupTieredPackagePricePriceTypeUsagePrice = shared.PriceMaxGroupT
59085974
// This is an alias to an internal value.
59095975
const PriceMaxGroupTieredPackagePricePriceTypeFixedPrice = shared.PriceMaxGroupTieredPackagePricePriceTypeFixedPrice
59105976

5977+
// This is an alias to an internal value.
5978+
const PriceMaxGroupTieredPackagePricePriceTypeCompositePrice = shared.PriceMaxGroupTieredPackagePricePriceTypeCompositePrice
5979+
59115980
// This is an alias to an internal type.
59125981
type PriceScalableMatrixWithUnitPricingPrice = shared.PriceScalableMatrixWithUnitPricingPrice
59135982

@@ -5961,6 +6030,9 @@ const PriceScalableMatrixWithUnitPricingPricePriceTypeUsagePrice = shared.PriceS
59616030
// This is an alias to an internal value.
59626031
const PriceScalableMatrixWithUnitPricingPricePriceTypeFixedPrice = shared.PriceScalableMatrixWithUnitPricingPricePriceTypeFixedPrice
59636032

6033+
// This is an alias to an internal value.
6034+
const PriceScalableMatrixWithUnitPricingPricePriceTypeCompositePrice = shared.PriceScalableMatrixWithUnitPricingPricePriceTypeCompositePrice
6035+
59646036
// Configuration for scalable_matrix_with_unit_pricing pricing
59656037
//
59666038
// This is an alias to an internal type.
@@ -6024,6 +6096,9 @@ const PriceScalableMatrixWithTieredPricingPricePriceTypeUsagePrice = shared.Pric
60246096
// This is an alias to an internal value.
60256097
const PriceScalableMatrixWithTieredPricingPricePriceTypeFixedPrice = shared.PriceScalableMatrixWithTieredPricingPricePriceTypeFixedPrice
60266098

6099+
// This is an alias to an internal value.
6100+
const PriceScalableMatrixWithTieredPricingPricePriceTypeCompositePrice = shared.PriceScalableMatrixWithTieredPricingPricePriceTypeCompositePrice
6101+
60276102
// Configuration for scalable_matrix_with_tiered_pricing pricing
60286103
//
60296104
// This is an alias to an internal type.
@@ -6102,6 +6177,9 @@ const PriceCumulativeGroupedBulkPricePriceTypeUsagePrice = shared.PriceCumulativ
61026177
// This is an alias to an internal value.
61036178
const PriceCumulativeGroupedBulkPricePriceTypeFixedPrice = shared.PriceCumulativeGroupedBulkPricePriceTypeFixedPrice
61046179

6180+
// This is an alias to an internal value.
6181+
const PriceCumulativeGroupedBulkPricePriceTypeCompositePrice = shared.PriceCumulativeGroupedBulkPricePriceTypeCompositePrice
6182+
61056183
// This is an alias to an internal type.
61066184
type PriceMinimumCompositePrice = shared.PriceMinimumCompositePrice
61076185

@@ -6160,6 +6238,9 @@ const PriceMinimumCompositePricePriceTypeUsagePrice = shared.PriceMinimumComposi
61606238
// This is an alias to an internal value.
61616239
const PriceMinimumCompositePricePriceTypeFixedPrice = shared.PriceMinimumCompositePricePriceTypeFixedPrice
61626240

6241+
// This is an alias to an internal value.
6242+
const PriceMinimumCompositePricePriceTypeCompositePrice = shared.PriceMinimumCompositePricePriceTypeCompositePrice
6243+
61636244
// This is an alias to an internal type.
61646245
type PriceCadence = shared.PriceCadence
61656246

@@ -6276,6 +6357,9 @@ const PricePriceTypeUsagePrice = shared.PricePriceTypeUsagePrice
62766357
// This is an alias to an internal value.
62776358
const PricePriceTypeFixedPrice = shared.PricePriceTypeFixedPrice
62786359

6360+
// This is an alias to an internal value.
6361+
const PricePriceTypeCompositePrice = shared.PricePriceTypeCompositePrice
6362+
62796363
// The Price Interval resource represents a period of time for which a price will
62806364
// bill on a subscription. A subscription’s price intervals define its billing
62816365
// behavior.

0 commit comments

Comments
 (0)