Skip to content

Commit e8cc430

Browse files
chore: re-export top level models under library namespace
1 parent f4d4ab0 commit e8cc430

File tree

3 files changed

+193
-0
lines changed

3 files changed

+193
-0
lines changed

lib/finch_api/models.rb

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# frozen_string_literal: true
2+
3+
module FinchAPI
4+
AccessTokenCreateParams = FinchAPI::Models::AccessTokenCreateParams
5+
6+
AccountDisconnectParams = FinchAPI::Models::AccountDisconnectParams
7+
8+
AccountIntrospectParams = FinchAPI::Models::AccountIntrospectParams
9+
10+
AccountUpdateEvent = FinchAPI::Models::AccountUpdateEvent
11+
12+
BaseWebhookEvent = FinchAPI::Models::BaseWebhookEvent
13+
14+
CompanyEvent = FinchAPI::Models::CompanyEvent
15+
16+
Connect = FinchAPI::Models::Connect
17+
18+
ConnectionStatusType = FinchAPI::Models::ConnectionStatusType
19+
20+
CreateAccessTokenResponse = FinchAPI::Models::CreateAccessTokenResponse
21+
22+
DirectoryEvent = FinchAPI::Models::DirectoryEvent
23+
24+
DisconnectResponse = FinchAPI::Models::DisconnectResponse
25+
26+
EmploymentEvent = FinchAPI::Models::EmploymentEvent
27+
28+
HRIS = FinchAPI::Models::HRIS
29+
30+
Income = FinchAPI::Models::Income
31+
32+
IndividualEvent = FinchAPI::Models::IndividualEvent
33+
34+
Introspection = FinchAPI::Models::Introspection
35+
36+
JobCompletionEvent = FinchAPI::Models::JobCompletionEvent
37+
38+
Jobs = FinchAPI::Models::Jobs
39+
40+
Location = FinchAPI::Models::Location
41+
42+
Money = FinchAPI::Models::Money
43+
44+
OperationSupport = FinchAPI::Models::OperationSupport
45+
46+
OperationSupportMatrix = FinchAPI::Models::OperationSupportMatrix
47+
48+
Paging = FinchAPI::Models::Paging
49+
50+
PaymentEvent = FinchAPI::Models::PaymentEvent
51+
52+
Payroll = FinchAPI::Models::Payroll
53+
54+
PayStatementEvent = FinchAPI::Models::PayStatementEvent
55+
56+
Provider = FinchAPI::Models::Provider
57+
58+
ProviderListParams = FinchAPI::Models::ProviderListParams
59+
60+
RequestForwardingForwardParams = FinchAPI::Models::RequestForwardingForwardParams
61+
62+
Sandbox = FinchAPI::Models::Sandbox
63+
64+
WebhookEvent = FinchAPI::Models::WebhookEvent
65+
end

rbi/finch_api/models.rbi

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# typed: strong
2+
3+
module FinchAPI
4+
AccessTokenCreateParams = FinchAPI::Models::AccessTokenCreateParams
5+
6+
AccountDisconnectParams = FinchAPI::Models::AccountDisconnectParams
7+
8+
AccountIntrospectParams = FinchAPI::Models::AccountIntrospectParams
9+
10+
AccountUpdateEvent = FinchAPI::Models::AccountUpdateEvent
11+
12+
BaseWebhookEvent = FinchAPI::Models::BaseWebhookEvent
13+
14+
CompanyEvent = FinchAPI::Models::CompanyEvent
15+
16+
Connect = FinchAPI::Models::Connect
17+
18+
ConnectionStatusType = FinchAPI::Models::ConnectionStatusType
19+
20+
CreateAccessTokenResponse = FinchAPI::Models::CreateAccessTokenResponse
21+
22+
DirectoryEvent = FinchAPI::Models::DirectoryEvent
23+
24+
DisconnectResponse = FinchAPI::Models::DisconnectResponse
25+
26+
EmploymentEvent = FinchAPI::Models::EmploymentEvent
27+
28+
HRIS = FinchAPI::Models::HRIS
29+
30+
Income = FinchAPI::Models::Income
31+
32+
IndividualEvent = FinchAPI::Models::IndividualEvent
33+
34+
Introspection = FinchAPI::Models::Introspection
35+
36+
JobCompletionEvent = FinchAPI::Models::JobCompletionEvent
37+
38+
Jobs = FinchAPI::Models::Jobs
39+
40+
Location = FinchAPI::Models::Location
41+
42+
Money = FinchAPI::Models::Money
43+
44+
OperationSupport = FinchAPI::Models::OperationSupport
45+
46+
OperationSupportMatrix = FinchAPI::Models::OperationSupportMatrix
47+
48+
Paging = FinchAPI::Models::Paging
49+
50+
PaymentEvent = FinchAPI::Models::PaymentEvent
51+
52+
Payroll = FinchAPI::Models::Payroll
53+
54+
PayStatementEvent = FinchAPI::Models::PayStatementEvent
55+
56+
Provider = FinchAPI::Models::Provider
57+
58+
ProviderListParams = FinchAPI::Models::ProviderListParams
59+
60+
RequestForwardingForwardParams = FinchAPI::Models::RequestForwardingForwardParams
61+
62+
Sandbox = FinchAPI::Models::Sandbox
63+
64+
WebhookEvent = FinchAPI::Models::WebhookEvent
65+
end

sig/finch_api/models.rbs

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
module FinchAPI
2+
class AccessTokenCreateParams = FinchAPI::Models::AccessTokenCreateParams
3+
4+
class AccountDisconnectParams = FinchAPI::Models::AccountDisconnectParams
5+
6+
class AccountIntrospectParams = FinchAPI::Models::AccountIntrospectParams
7+
8+
class AccountUpdateEvent = FinchAPI::Models::AccountUpdateEvent
9+
10+
class BaseWebhookEvent = FinchAPI::Models::BaseWebhookEvent
11+
12+
class CompanyEvent = FinchAPI::Models::CompanyEvent
13+
14+
module Connect = FinchAPI::Models::Connect
15+
16+
module ConnectionStatusType = FinchAPI::Models::ConnectionStatusType
17+
18+
class CreateAccessTokenResponse = FinchAPI::Models::CreateAccessTokenResponse
19+
20+
class DirectoryEvent = FinchAPI::Models::DirectoryEvent
21+
22+
class DisconnectResponse = FinchAPI::Models::DisconnectResponse
23+
24+
class EmploymentEvent = FinchAPI::Models::EmploymentEvent
25+
26+
module HRIS = FinchAPI::Models::HRIS
27+
28+
class Income = FinchAPI::Models::Income
29+
30+
class IndividualEvent = FinchAPI::Models::IndividualEvent
31+
32+
class Introspection = FinchAPI::Models::Introspection
33+
34+
class JobCompletionEvent = FinchAPI::Models::JobCompletionEvent
35+
36+
module Jobs = FinchAPI::Models::Jobs
37+
38+
class Location = FinchAPI::Models::Location
39+
40+
class Money = FinchAPI::Models::Money
41+
42+
module OperationSupport = FinchAPI::Models::OperationSupport
43+
44+
class OperationSupportMatrix = FinchAPI::Models::OperationSupportMatrix
45+
46+
class Paging = FinchAPI::Models::Paging
47+
48+
class PaymentEvent = FinchAPI::Models::PaymentEvent
49+
50+
module Payroll = FinchAPI::Models::Payroll
51+
52+
class PayStatementEvent = FinchAPI::Models::PayStatementEvent
53+
54+
class Provider = FinchAPI::Models::Provider
55+
56+
class ProviderListParams = FinchAPI::Models::ProviderListParams
57+
58+
class RequestForwardingForwardParams = FinchAPI::Models::RequestForwardingForwardParams
59+
60+
module Sandbox = FinchAPI::Models::Sandbox
61+
62+
module WebhookEvent = FinchAPI::Models::WebhookEvent
63+
end

0 commit comments

Comments
 (0)