Skip to content

Commit 6077d32

Browse files
fix(types): remove INTERCHANGE/CHARGEBACK from FinancialAccount/InstanceFinancialAccountType
1 parent 3d54444 commit 6077d32

7 files changed

Lines changed: 2 additions & 22 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 190
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-968332d811097ed493d8cc12d89a29b66f993fe106f5f786998a9e04358584d1.yml
3-
openapi_spec_hash: a68060c43dc156d25ef4d68dfe73e55d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-bce16144ab1915776bd58c413ad5226451e06d1ab10b8329a0954d65020defb7.yml
3+
openapi_spec_hash: ee2dded6efa47929d7fde4aed56e141d
44
config_hash: edbdfefeb0d3d927c2f9fe3402793215

lib/lithic/models/financial_account.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ module Type
203203
COLLECTION = :COLLECTION
204204
PROGRAM_BANK_ACCOUNTS_PAYABLE = :PROGRAM_BANK_ACCOUNTS_PAYABLE
205205
EARLY_DIRECT_DEPOSIT_FLOAT = :EARLY_DIRECT_DEPOSIT_FLOAT
206-
INTERCHANGE = :INTERCHANGE
207-
CHARGEBACK = :CHARGEBACK
208206
PROVISIONAL_CREDIT_ACCOUNT = :PROVISIONAL_CREDIT_ACCOUNT
209207

210208
# @!method self.values

lib/lithic/models/instance_financial_account_type.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ module InstanceFinancialAccountType
1717
COLLECTION = :COLLECTION
1818
PROGRAM_BANK_ACCOUNTS_PAYABLE = :PROGRAM_BANK_ACCOUNTS_PAYABLE
1919
EARLY_DIRECT_DEPOSIT_FLOAT = :EARLY_DIRECT_DEPOSIT_FLOAT
20-
INTERCHANGE = :INTERCHANGE
21-
CHARGEBACK = :CHARGEBACK
2220
PROVISIONAL_CREDIT_ACCOUNT = :PROVISIONAL_CREDIT_ACCOUNT
2321

2422
# @!method self.values

rbi/lithic/models/financial_account.rbi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,6 @@ module Lithic
349349
:EARLY_DIRECT_DEPOSIT_FLOAT,
350350
Lithic::FinancialAccount::Type::TaggedSymbol
351351
)
352-
INTERCHANGE =
353-
T.let(:INTERCHANGE, Lithic::FinancialAccount::Type::TaggedSymbol)
354-
CHARGEBACK =
355-
T.let(:CHARGEBACK, Lithic::FinancialAccount::Type::TaggedSymbol)
356352
PROVISIONAL_CREDIT_ACCOUNT =
357353
T.let(
358354
:PROVISIONAL_CREDIT_ACCOUNT,

rbi/lithic/models/instance_financial_account_type.rbi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ module Lithic
5050
:EARLY_DIRECT_DEPOSIT_FLOAT,
5151
Lithic::InstanceFinancialAccountType::TaggedSymbol
5252
)
53-
INTERCHANGE =
54-
T.let(:INTERCHANGE, Lithic::InstanceFinancialAccountType::TaggedSymbol)
55-
CHARGEBACK =
56-
T.let(:CHARGEBACK, Lithic::InstanceFinancialAccountType::TaggedSymbol)
5753
PROVISIONAL_CREDIT_ACCOUNT =
5854
T.let(
5955
:PROVISIONAL_CREDIT_ACCOUNT,

sig/lithic/models/financial_account.rbs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ module Lithic
169169
| :COLLECTION
170170
| :PROGRAM_BANK_ACCOUNTS_PAYABLE
171171
| :EARLY_DIRECT_DEPOSIT_FLOAT
172-
| :INTERCHANGE
173-
| :CHARGEBACK
174172
| :PROVISIONAL_CREDIT_ACCOUNT
175173

176174
module Type
@@ -187,8 +185,6 @@ module Lithic
187185
COLLECTION: :COLLECTION
188186
PROGRAM_BANK_ACCOUNTS_PAYABLE: :PROGRAM_BANK_ACCOUNTS_PAYABLE
189187
EARLY_DIRECT_DEPOSIT_FLOAT: :EARLY_DIRECT_DEPOSIT_FLOAT
190-
INTERCHANGE: :INTERCHANGE
191-
CHARGEBACK: :CHARGEBACK
192188
PROVISIONAL_CREDIT_ACCOUNT: :PROVISIONAL_CREDIT_ACCOUNT
193189

194190
def self?.values: -> ::Array[Lithic::Models::FinancialAccount::type_]

sig/lithic/models/instance_financial_account_type.rbs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ module Lithic
1212
| :COLLECTION
1313
| :PROGRAM_BANK_ACCOUNTS_PAYABLE
1414
| :EARLY_DIRECT_DEPOSIT_FLOAT
15-
| :INTERCHANGE
16-
| :CHARGEBACK
1715
| :PROVISIONAL_CREDIT_ACCOUNT
1816

1917
module InstanceFinancialAccountType
@@ -30,8 +28,6 @@ module Lithic
3028
COLLECTION: :COLLECTION
3129
PROGRAM_BANK_ACCOUNTS_PAYABLE: :PROGRAM_BANK_ACCOUNTS_PAYABLE
3230
EARLY_DIRECT_DEPOSIT_FLOAT: :EARLY_DIRECT_DEPOSIT_FLOAT
33-
INTERCHANGE: :INTERCHANGE
34-
CHARGEBACK: :CHARGEBACK
3531
PROVISIONAL_CREDIT_ACCOUNT: :PROVISIONAL_CREDIT_ACCOUNT
3632

3733
def self?.values: -> ::Array[Lithic::Models::instance_financial_account_type]

0 commit comments

Comments
 (0)