Skip to content

Commit e093ce4

Browse files
chore: generate better supported rbi signatures (#12)
1 parent 4eb4cc3 commit e093ce4

File tree

113 files changed

+1276
-1529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1276
-1529
lines changed

lib/finch-api/base_model.rb

Lines changed: 447 additions & 437 deletions
Large diffs are not rendered by default.

lib/finch-api/models/account_update_event.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,11 +1929,6 @@ class Type < FinchAPI::Enum
19291929
OAUTH = :oauth
19301930

19311931
finalize!
1932-
1933-
# @!parse
1934-
# # @return [Array<Symbol>]
1935-
# #
1936-
# def self.values; end
19371932
end
19381933
end
19391934
end
@@ -1944,11 +1939,6 @@ class EventType < FinchAPI::Enum
19441939
ACCOUNT_UPDATED = :"account.updated"
19451940

19461941
finalize!
1947-
1948-
# @!parse
1949-
# # @return [Array<Symbol>]
1950-
# #
1951-
# def self.values; end
19521942
end
19531943
end
19541944
end

lib/finch-api/models/company_event.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ class EventType < FinchAPI::Enum
3131
COMPANY_UPDATED = :"company.updated"
3232

3333
finalize!
34-
35-
# @!parse
36-
# # @return [Array<Symbol>]
37-
# #
38-
# def self.values; end
3934
end
4035
end
4136
end

lib/finch-api/models/connect/session_new_params.rb

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ class Product < FinchAPI::Enum
9999
SSN = :ssn
100100

101101
finalize!
102-
103-
# @!parse
104-
# # @return [Array<Symbol>]
105-
# #
106-
# def self.values; end
107102
end
108103

109104
class Integration < FinchAPI::BaseModel
@@ -136,11 +131,6 @@ class AuthMethod < FinchAPI::Enum
136131
API_TOKEN = :api_token
137132

138133
finalize!
139-
140-
# @!parse
141-
# # @return [Array<Symbol>]
142-
# #
143-
# def self.values; end
144134
end
145135
end
146136

@@ -151,11 +141,6 @@ class Sandbox < FinchAPI::Enum
151141
PROVIDER = :provider
152142

153143
finalize!
154-
155-
# @!parse
156-
# # @return [Array<Symbol>]
157-
# #
158-
# def self.values; end
159144
end
160145
end
161146
end

lib/finch-api/models/connect/session_reauthenticate_params.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ class Product < FinchAPI::Enum
6060
SSN = :ssn
6161

6262
finalize!
63-
64-
# @!parse
65-
# # @return [Array<Symbol>]
66-
# #
67-
# def self.values; end
6863
end
6964
end
7065
end

lib/finch-api/models/connection_status_type.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ class ConnectionStatusType < FinchAPI::Enum
1313
REAUTH = :reauth
1414

1515
finalize!
16-
17-
# @!parse
18-
# # @return [Array<Symbol>]
19-
# #
20-
# def self.values; end
2116
end
2217
end
2318
end

lib/finch-api/models/create_access_token_response.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ class ClientType < FinchAPI::Enum
112112
SANDBOX = :sandbox
113113

114114
finalize!
115-
116-
# @!parse
117-
# # @return [Array<Symbol>]
118-
# #
119-
# def self.values; end
120115
end
121116

122117
# @abstract
@@ -130,11 +125,6 @@ class ConnectionType < FinchAPI::Enum
130125
FINCH = :finch
131126

132127
finalize!
133-
134-
# @!parse
135-
# # @return [Array<Symbol>]
136-
# #
137-
# def self.values; end
138128
end
139129
end
140130
end

lib/finch-api/models/directory_event.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ class EventType < FinchAPI::Enum
5656
DIRECTORY_DELETED = :"directory.deleted"
5757

5858
finalize!
59-
60-
# @!parse
61-
# # @return [Array<Symbol>]
62-
# #
63-
# def self.values; end
6459
end
6560
end
6661
end

lib/finch-api/models/employment_event.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ class EventType < FinchAPI::Enum
5656
EMPLOYMENT_DELETED = :"employment.deleted"
5757

5858
finalize!
59-
60-
# @!parse
61-
# # @return [Array<Symbol>]
62-
# #
63-
# def self.values; end
6459
end
6560
end
6661
end

lib/finch-api/models/hris/benefit_contribution.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ class Type < FinchAPI::Enum
3232
PERCENT = :percent
3333

3434
finalize!
35-
36-
# @!parse
37-
# # @return [Array<Symbol>]
38-
# #
39-
# def self.values; end
4035
end
4136
end
4237
end

0 commit comments

Comments
 (0)