Skip to content

Commit af6d720

Browse files
feat(api): api update
1 parent 159b4f1 commit af6d720

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
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: 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
44
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6

lib/finch_api/models/hris/company.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/finch_api/models/sandbox/company_update_params.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/finch_api/models/sandbox/company_update_response.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

rbi/lib/finch_api/models/hris/company.rbi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

rbi/lib/finch_api/models/sandbox/company_update_params.rbi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

rbi/lib/finch_api/models/sandbox/company_update_response.rbi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

rbi/lib/finch_api/resources/sandbox/company.rbi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)