Skip to content

Commit 517311a

Browse files
feat(api): api update
1 parent e28e87b commit 517311a

13 files changed

Lines changed: 30138 additions & 14450 deletions

.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-9e751a2aefff382af949380b5979a80cb02743eca1583cf5146325fb400ba87f.yml
3-
openapi_spec_hash: 219a1008f47d3293f64f1baebe2d6eb5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-947253d9be505473c1c2cb0193d2602fa6b017e221f482be3f4f374c6156b350.yml
3+
openapi_spec_hash: 1b40d1a85b4b846a1c14634fbbc65da3
44
config_hash: e6db17547fe854b1c240407cf4c6dc9e

src/Orb/Core/ModelBase.cs

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -420,20 +420,25 @@ public IReadOnlyDictionary<string, JsonElement> Properties
420420
new ApiEnumConverter<string, Models::CompositePriceFilter25Field>(),
421421
new ApiEnumConverter<string, Models::CompositePriceFilter25Operator>(),
422422
new ApiEnumConverter<string, Models::CumulativeGroupedBulkPriceType>(),
423-
new ApiEnumConverter<string, Models::PriceMinimumBillingMode>(),
424-
new ApiEnumConverter<string, Models::PriceMinimumCadence>(),
423+
new ApiEnumConverter<string, Models::CumulativeGroupedAllocationBillingMode>(),
424+
new ApiEnumConverter<string, Models::CumulativeGroupedAllocationCadence>(),
425425
new ApiEnumConverter<string, Models::CompositePriceFilter26Field>(),
426426
new ApiEnumConverter<string, Models::CompositePriceFilter26Operator>(),
427+
new ApiEnumConverter<string, Models::CumulativeGroupedAllocationPriceType>(),
428+
new ApiEnumConverter<string, Models::PriceMinimumBillingMode>(),
429+
new ApiEnumConverter<string, Models::PriceMinimumCadence>(),
430+
new ApiEnumConverter<string, Models::CompositePriceFilter27Field>(),
431+
new ApiEnumConverter<string, Models::CompositePriceFilter27Operator>(),
427432
new ApiEnumConverter<string, Models::PriceMinimumPriceType>(),
428433
new ApiEnumConverter<string, Models::PercentBillingMode>(),
429434
new ApiEnumConverter<string, Models::PercentCadence>(),
430-
new ApiEnumConverter<string, Models::CompositePriceFilter27Field>(),
431-
new ApiEnumConverter<string, Models::CompositePriceFilter27Operator>(),
435+
new ApiEnumConverter<string, Models::CompositePriceFilter28Field>(),
436+
new ApiEnumConverter<string, Models::CompositePriceFilter28Operator>(),
432437
new ApiEnumConverter<string, Models::PercentPriceType>(),
433438
new ApiEnumConverter<string, Models::EventOutputBillingMode>(),
434439
new ApiEnumConverter<string, Models::EventOutputCadence>(),
435-
new ApiEnumConverter<string, Models::CompositePriceFilter28Field>(),
436-
new ApiEnumConverter<string, Models::CompositePriceFilter28Operator>(),
440+
new ApiEnumConverter<string, Models::CompositePriceFilter29Field>(),
441+
new ApiEnumConverter<string, Models::CompositePriceFilter29Operator>(),
437442
new ApiEnumConverter<string, Models::EventOutputPriceType>(),
438443
new ApiEnumConverter<string, Models::TierSubLineItemType>(),
439444
new ApiEnumConverter<string, Models::ConversionRateType>(),
@@ -454,16 +459,19 @@ public IReadOnlyDictionary<string, JsonElement> Properties
454459
new ApiEnumConverter<string, Cadence>(),
455460
new ApiEnumConverter<string, TieredWithProrationCadence>(),
456461
new ApiEnumConverter<string, GroupedWithMinMaxThresholdsCadence>(),
462+
new ApiEnumConverter<string, CumulativeGroupedAllocationCadence>(),
457463
new ApiEnumConverter<string, PercentCadence>(),
458464
new ApiEnumConverter<string, EventOutputCadence>(),
459465
new ApiEnumConverter<string, ReplacePricePriceBulkWithFiltersCadence>(),
460466
new ApiEnumConverter<string, ReplacePricePriceTieredWithProrationCadence>(),
461467
new ApiEnumConverter<string, ReplacePricePriceGroupedWithMinMaxThresholdsCadence>(),
468+
new ApiEnumConverter<string, ReplacePricePriceCumulativeGroupedAllocationCadence>(),
462469
new ApiEnumConverter<string, ReplacePricePricePercentCadence>(),
463470
new ApiEnumConverter<string, ReplacePricePriceEventOutputCadence>(),
464471
new ApiEnumConverter<string, ExternalPlanID::Cadence>(),
465472
new ApiEnumConverter<string, ExternalPlanID::TieredWithProrationCadence>(),
466473
new ApiEnumConverter<string, ExternalPlanID::GroupedWithMinMaxThresholdsCadence>(),
474+
new ApiEnumConverter<string, ExternalPlanID::CumulativeGroupedAllocationCadence>(),
467475
new ApiEnumConverter<string, ExternalPlanID::PercentCadence>(),
468476
new ApiEnumConverter<string, ExternalPlanID::EventOutputCadence>(),
469477
new ApiEnumConverter<string, ExternalPlanID::ReplacePricePriceBulkWithFiltersCadence>(),
@@ -475,6 +483,10 @@ public IReadOnlyDictionary<string, JsonElement> Properties
475483
string,
476484
ExternalPlanID::ReplacePricePriceGroupedWithMinMaxThresholdsCadence
477485
>(),
486+
new ApiEnumConverter<
487+
string,
488+
ExternalPlanID::ReplacePricePriceCumulativeGroupedAllocationCadence
489+
>(),
478490
new ApiEnumConverter<string, ExternalPlanID::ReplacePricePricePercentCadence>(),
479491
new ApiEnumConverter<string, ExternalPlanID::ReplacePricePriceEventOutputCadence>(),
480492
new ApiEnumConverter<string, Reason>(),
@@ -553,24 +565,31 @@ public IReadOnlyDictionary<string, JsonElement> Properties
553565
new ApiEnumConverter<string, Plans::Cadence>(),
554566
new ApiEnumConverter<string, Plans::TieredWithProrationCadence>(),
555567
new ApiEnumConverter<string, Plans::GroupedWithMinMaxThresholdsCadence>(),
568+
new ApiEnumConverter<string, Plans::CumulativeGroupedAllocationCadence>(),
556569
new ApiEnumConverter<string, Plans::PercentCadence>(),
557570
new ApiEnumConverter<string, Plans::EventOutputCadence>(),
558571
new ApiEnumConverter<string, Plans::DurationUnit>(),
559572
new ApiEnumConverter<string, Plans::Status>(),
560573
new ApiEnumConverter<string, Plans::StatusModel>(),
561574
new ApiEnumConverter<string, Prices::Cadence>(),
562575
new ApiEnumConverter<string, Prices::GroupedWithMinMaxThresholdsCadence>(),
576+
new ApiEnumConverter<string, Prices::CumulativeGroupedAllocationCadence>(),
563577
new ApiEnumConverter<string, Prices::PercentCadence>(),
564578
new ApiEnumConverter<string, Prices::EventOutputCadence>(),
565579
new ApiEnumConverter<string, Prices::PriceBulkWithFiltersCadence>(),
566580
new ApiEnumConverter<string, Prices::PriceGroupedWithMinMaxThresholdsCadence>(),
581+
new ApiEnumConverter<string, Prices::PriceCumulativeGroupedAllocationCadence>(),
567582
new ApiEnumConverter<string, Prices::PricePercentCadence>(),
568583
new ApiEnumConverter<string, Prices::PriceEventOutputCadence>(),
569584
new ApiEnumConverter<string, Prices::PriceEvaluationModelPriceBulkWithFiltersCadence>(),
570585
new ApiEnumConverter<
571586
string,
572587
Prices::PriceEvaluationModelPriceGroupedWithMinMaxThresholdsCadence
573588
>(),
589+
new ApiEnumConverter<
590+
string,
591+
Prices::PriceEvaluationModelPriceCumulativeGroupedAllocationCadence
592+
>(),
574593
new ApiEnumConverter<string, Prices::PriceEvaluationModelPricePercentCadence>(),
575594
new ApiEnumConverter<string, Prices::PriceEvaluationModelPriceEventOutputCadence>(),
576595
new ApiEnumConverter<string, Subscriptions::DiscountOverrideDiscountType>(),
@@ -744,6 +763,7 @@ public IReadOnlyDictionary<string, JsonElement> Properties
744763
new ApiEnumConverter<string, Subscriptions::Cadence>(),
745764
new ApiEnumConverter<string, Subscriptions::TieredWithProrationCadence>(),
746765
new ApiEnumConverter<string, Subscriptions::GroupedWithMinMaxThresholdsCadence>(),
766+
new ApiEnumConverter<string, Subscriptions::CumulativeGroupedAllocationCadence>(),
747767
new ApiEnumConverter<string, Subscriptions::PercentCadence>(),
748768
new ApiEnumConverter<string, Subscriptions::EventOutputCadence>(),
749769
new ApiEnumConverter<string, Subscriptions::ExternalMarketplace>(),
@@ -756,6 +776,10 @@ public IReadOnlyDictionary<string, JsonElement> Properties
756776
string,
757777
Subscriptions::ReplacePricePriceGroupedWithMinMaxThresholdsCadence
758778
>(),
779+
new ApiEnumConverter<
780+
string,
781+
Subscriptions::ReplacePricePriceCumulativeGroupedAllocationCadence
782+
>(),
759783
new ApiEnumConverter<string, Subscriptions::ReplacePricePricePercentCadence>(),
760784
new ApiEnumConverter<string, Subscriptions::ReplacePricePriceEventOutputCadence>(),
761785
new ApiEnumConverter<string, Subscriptions::Status>(),
@@ -768,6 +792,10 @@ public IReadOnlyDictionary<string, JsonElement> Properties
768792
string,
769793
Subscriptions::PriceModelGroupedWithMinMaxThresholdsCadence
770794
>(),
795+
new ApiEnumConverter<
796+
string,
797+
Subscriptions::PriceModelCumulativeGroupedAllocationCadence
798+
>(),
771799
new ApiEnumConverter<string, Subscriptions::PriceModelPercentCadence>(),
772800
new ApiEnumConverter<string, Subscriptions::PriceModelEventOutputCadence>(),
773801
new ApiEnumConverter<string, Subscriptions::ChangeOption>(),
@@ -781,6 +809,10 @@ public IReadOnlyDictionary<string, JsonElement> Properties
781809
string,
782810
Subscriptions::AddPriceModelPriceGroupedWithMinMaxThresholdsCadence
783811
>(),
812+
new ApiEnumConverter<
813+
string,
814+
Subscriptions::AddPriceModelPriceCumulativeGroupedAllocationCadence
815+
>(),
784816
new ApiEnumConverter<string, Subscriptions::AddPriceModelPricePercentCadence>(),
785817
new ApiEnumConverter<string, Subscriptions::AddPriceModelPriceEventOutputCadence>(),
786818
new ApiEnumConverter<string, Subscriptions::BillingCycleAlignment>(),
@@ -796,6 +828,10 @@ public IReadOnlyDictionary<string, JsonElement> Properties
796828
string,
797829
Subscriptions::ReplacePriceModelPriceGroupedWithMinMaxThresholdsCadence
798830
>(),
831+
new ApiEnumConverter<
832+
string,
833+
Subscriptions::ReplacePriceModelPriceCumulativeGroupedAllocationCadence
834+
>(),
799835
new ApiEnumConverter<string, Subscriptions::ReplacePriceModelPricePercentCadence>(),
800836
new ApiEnumConverter<string, Subscriptions::ReplacePriceModelPriceEventOutputCadence>(),
801837
new ApiEnumConverter<string, Subscriptions::ChangeOption1>(),

0 commit comments

Comments
 (0)