Skip to content

Commit be80854

Browse files
feat(api): api update
1 parent 8e3ac4b commit be80854

File tree

7 files changed

+18
-2
lines changed

7 files changed

+18
-2
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-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38.yml
3-
openapi_spec_hash: eabe2d8e58ceed1d61d41fe7a44020ca
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d661add554c414c758c2ab668ddfe60da8b4c5cd81c44e59ccca1c2c5c91e898.yml
3+
openapi_spec_hash: 3765a1f72610d1018727f51138dfffc3
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

lib/orb/models/item.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module ExternalConnectionName
7777
TAXJAR = :taxjar
7878
AVALARA = :avalara
7979
ANROK = :anrok
80+
NUMERAL = :numeral
8081

8182
# @!method self.values
8283
# @return [Array<Symbol>]

lib/orb/models/item_update_params.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module ExternalConnectionName
6666
TAXJAR = :taxjar
6767
AVALARA = :avalara
6868
ANROK = :anrok
69+
NUMERAL = :numeral
6970

7071
# @!method self.values
7172
# @return [Array<Symbol>]

rbi/orb/models/item.rbi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ module Orb
148148
:anrok,
149149
Orb::Item::ExternalConnection::ExternalConnectionName::TaggedSymbol
150150
)
151+
NUMERAL =
152+
T.let(
153+
:numeral,
154+
Orb::Item::ExternalConnection::ExternalConnectionName::TaggedSymbol
155+
)
151156

152157
sig do
153158
override.returns(

rbi/orb/models/item_update_params.rbi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ module Orb
147147
:anrok,
148148
Orb::ItemUpdateParams::ExternalConnection::ExternalConnectionName::TaggedSymbol
149149
)
150+
NUMERAL =
151+
T.let(
152+
:numeral,
153+
Orb::ItemUpdateParams::ExternalConnection::ExternalConnectionName::TaggedSymbol
154+
)
150155

151156
sig do
152157
override.returns(

sig/orb/models/item.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module Orb
6565
| :taxjar
6666
| :avalara
6767
| :anrok
68+
| :numeral
6869

6970
module ExternalConnectionName
7071
extend Orb::Internal::Type::Enum
@@ -76,6 +77,7 @@ module Orb
7677
TAXJAR: :taxjar
7778
AVALARA: :avalara
7879
ANROK: :anrok
80+
NUMERAL: :numeral
7981

8082
def self?.values: -> ::Array[Orb::Models::Item::ExternalConnection::external_connection_name]
8183
end

sig/orb/models/item_update_params.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module Orb
6161
| :taxjar
6262
| :avalara
6363
| :anrok
64+
| :numeral
6465

6566
module ExternalConnectionName
6667
extend Orb::Internal::Type::Enum
@@ -72,6 +73,7 @@ module Orb
7273
TAXJAR: :taxjar
7374
AVALARA: :avalara
7475
ANROK: :anrok
76+
NUMERAL: :numeral
7577

7678
def self?.values: -> ::Array[Orb::Models::ItemUpdateParams::ExternalConnection::external_connection_name]
7779
end

0 commit comments

Comments
 (0)