File tree Expand file tree Collapse file tree 8 files changed +16
-9
lines changed
Expand file tree Collapse file tree 8 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 46
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-ff61a38530dfae03860bceb49379e84bfc7434eeb5d2f1dc9677cb162014faf1 .yml
3- openapi_spec_hash : df3bdaf4acf575bb07767cae7ca24d69
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-388b6200908d48b0f759495ec489b5f7ffda61549b3faedad9a537104223ecdc .yml
3+ openapi_spec_hash : c47f17807131ac97532dfd69c1970104
44config_hash : 53778a0b839c4f6ad34fbba051f5e8a6
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ class HRISCompany < FinchAPI::Internal::Type::BaseModel
5959 required :primary_email , String , nil? : true
6060
6161 # @!attribute primary_phone_number
62- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
62+ # The phone number of the main administrator on the account. Format: E.164, with
63+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
6364 #
6465 # @return [String, nil]
6566 required :primary_phone_number , String , nil? : true
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ class CompanyUpdateParams < FinchAPI::Internal::Type::BaseModel
5757 required :primary_email , String , nil? : true
5858
5959 # @!attribute primary_phone_number
60- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
60+ # The phone number of the main administrator on the account. Format: E.164, with
61+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
6162 #
6263 # @return [String, nil]
6364 required :primary_phone_number , String , nil? : true
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ class CompanyUpdateResponse < FinchAPI::Internal::Type::BaseModel
5353 required :primary_email , String , nil? : true
5454
5555 # @!attribute primary_phone_number
56- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
56+ # The phone number of the main administrator on the account. Format: E.164, with
57+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
5758 #
5859 # @return [String, nil]
5960 required :primary_phone_number , String , nil? : true
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ module FinchAPI
4141 sig { returns ( T . nilable ( String ) ) }
4242 attr_accessor :primary_email
4343
44- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
44+ # The phone number of the main administrator on the account. Format: E.164, with
45+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
4546 sig { returns ( T . nilable ( String ) ) }
4647 attr_accessor :primary_phone_number
4748
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ module FinchAPI
4242 sig { returns ( T . nilable ( String ) ) }
4343 attr_accessor :primary_email
4444
45- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
45+ # The phone number of the main administrator on the account. Format: E.164, with
46+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
4647 sig { returns ( T . nilable ( String ) ) }
4748 attr_accessor :primary_phone_number
4849
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ module FinchAPI
3939 sig { returns ( T . nilable ( String ) ) }
4040 attr_accessor :primary_email
4141
42- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
42+ # The phone number of the main administrator on the account. Format: E.164, with
43+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
4344 sig { returns ( T . nilable ( String ) ) }
4445 attr_accessor :primary_phone_number
4546
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ module FinchAPI
3737 locations :,
3838 # The email of the main administrator on the account.
3939 primary_email :,
40- # The phone number of the main administrator on the account. Format: `XXXXXXXXXX`
40+ # The phone number of the main administrator on the account. Format: E.164, with
41+ # extension where applicable, e.g. `+NNNNNNNNNNN xExtension`
4142 primary_phone_number :,
4243 request_options : { }
4344 ) ; end
You can’t perform that action at this time.
0 commit comments