Skip to content

Commit e976961

Browse files
feat(api): api update
1 parent 388cd64 commit e976961

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

.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

lib/orb/models/new_allocation_price.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ module Cadence
6060
QUARTERLY = :quarterly
6161
SEMI_ANNUAL = :semi_annual
6262
ANNUAL = :annual
63-
CUSTOM = :custom
6463

6564
# @!method self.values
6665
# @return [Array<Symbol>]

rbi/orb/models/new_allocation_price.rbi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ module Orb
8989
SEMI_ANNUAL =
9090
T.let(:semi_annual, Orb::NewAllocationPrice::Cadence::TaggedSymbol)
9191
ANNUAL = T.let(:annual, Orb::NewAllocationPrice::Cadence::TaggedSymbol)
92-
CUSTOM = T.let(:custom, Orb::NewAllocationPrice::Cadence::TaggedSymbol)
9392

9493
sig do
9594
override.returns(

sig/orb/models/new_allocation_price.rbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ module Orb
3636
expires_at_end_of_cadence: bool?
3737
}
3838

39-
type cadence =
40-
:one_time | :monthly | :quarterly | :semi_annual | :annual | :custom
39+
type cadence = :one_time | :monthly | :quarterly | :semi_annual | :annual
4140

4241
module Cadence
4342
extend Orb::Internal::Type::Enum
@@ -47,7 +46,6 @@ module Orb
4746
QUARTERLY: :quarterly
4847
SEMI_ANNUAL: :semi_annual
4948
ANNUAL: :annual
50-
CUSTOM: :custom
5149

5250
def self?.values: -> ::Array[Orb::Models::NewAllocationPrice::cadence]
5351
end

0 commit comments

Comments
 (0)