Skip to content

Commit 3fc213f

Browse files
feat(api): api update
1 parent a689fdc commit 3fc213f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
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: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-ff68c7ee2669d61716781d01b93f34186fb7a19ff4ad6fc2c0b8f9f4d9c4a588.yml
3-
openapi_spec_hash: 17bdc6b1ca2531dc884c6d156f404f0c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d4db2933d3d6b8c855e3351dcce658777ec9a413eb78f176b2e63b1e99fddf68.yml
3+
openapi_spec_hash: 858adc7f2e0c8c631ef733dfd8f9ea0a
44
config_hash: 3c3524be9607afb24d2139ce26ce5389

aliases.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,9 +1235,6 @@ const NewAllocationPriceCadenceSemiAnnual = shared.NewAllocationPriceCadenceSemi
12351235
// This is an alias to an internal value.
12361236
const NewAllocationPriceCadenceAnnual = shared.NewAllocationPriceCadenceAnnual
12371237

1238-
// This is an alias to an internal value.
1239-
const NewAllocationPriceCadenceCustom = shared.NewAllocationPriceCadenceCustom
1240-
12411238
// This is an alias to an internal type.
12421239
type NewAmountDiscountParam = shared.NewAmountDiscountParam
12431240

shared/shared.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,12 +3634,11 @@ const (
36343634
NewAllocationPriceCadenceQuarterly NewAllocationPriceCadence = "quarterly"
36353635
NewAllocationPriceCadenceSemiAnnual NewAllocationPriceCadence = "semi_annual"
36363636
NewAllocationPriceCadenceAnnual NewAllocationPriceCadence = "annual"
3637-
NewAllocationPriceCadenceCustom NewAllocationPriceCadence = "custom"
36383637
)
36393638

36403639
func (r NewAllocationPriceCadence) IsKnown() bool {
36413640
switch r {
3642-
case NewAllocationPriceCadenceOneTime, NewAllocationPriceCadenceMonthly, NewAllocationPriceCadenceQuarterly, NewAllocationPriceCadenceSemiAnnual, NewAllocationPriceCadenceAnnual, NewAllocationPriceCadenceCustom:
3641+
case NewAllocationPriceCadenceOneTime, NewAllocationPriceCadenceMonthly, NewAllocationPriceCadenceQuarterly, NewAllocationPriceCadenceSemiAnnual, NewAllocationPriceCadenceAnnual:
36433642
return true
36443643
}
36453644
return false

0 commit comments

Comments
 (0)