Skip to content

Commit f664243

Browse files
authored
Merge pull request #343 from codatio/speakeasy-sdk-regen-1695073495
chore: speakeasy sdk regeneration - Generate Lending library
2 parents 831f077 + d89e4a9 commit f664243

File tree

97 files changed

+634
-348
lines changed

Some content is hidden

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

97 files changed

+634
-348
lines changed

lending/README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -45,79 +45,79 @@ if res.accounting_bank_transactions is not None:
4545
## Available Resources and Operations
4646

4747

48-
### [accounting_bank_data](docs/sdks/accountingbankdata/README.md)
48+
### [AccountingBankData](docs/sdks/accountingbankdata/README.md)
4949

5050
* [list_transactions](docs/sdks/accountingbankdata/README.md#list_transactions) - List bank account transactions
5151

52-
### [accounting_bank_data_accounts](docs/sdks/accountingbankdataaccounts/README.md)
52+
### [AccountingBankData.Accounts](docs/sdks/accountingbankdataaccounts/README.md)
5353

5454
* [get](docs/sdks/accountingbankdataaccounts/README.md#get) - Get bank account
5555
* [list](docs/sdks/accountingbankdataaccounts/README.md#list) - List bank accounts
5656

57-
### [companies](docs/sdks/companies/README.md)
57+
### [Companies](docs/sdks/companies/README.md)
5858

5959
* [create](docs/sdks/companies/README.md#create) - Create company
6060
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
6161
* [get](docs/sdks/companies/README.md#get) - Get company
6262
* [list](docs/sdks/companies/README.md#list) - List companies
6363
* [update](docs/sdks/companies/README.md#update) - Update company
6464

65-
### [company_info](docs/sdks/companyinfo/README.md)
65+
### [CompanyInfo](docs/sdks/companyinfo/README.md)
6666

6767
* [get_accounting_profile](docs/sdks/companyinfo/README.md#get_accounting_profile) - Get company accounting profile
6868
* [get_commerce_profile](docs/sdks/companyinfo/README.md#get_commerce_profile) - Get company commerce profile
6969

70-
### [connections](docs/sdks/connections/README.md)
70+
### [Connections](docs/sdks/connections/README.md)
7171

7272
* [create](docs/sdks/connections/README.md#create) - Create connection
7373
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
7474
* [get](docs/sdks/connections/README.md#get) - Get connection
7575
* [list](docs/sdks/connections/README.md#list) - List connections
7676
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
7777

78-
### [data_integrity](docs/sdks/dataintegrity/README.md)
78+
### [DataIntegrity](docs/sdks/dataintegrity/README.md)
7979

8080
* [details](docs/sdks/dataintegrity/README.md#details) - List data integrity details
8181
* [status](docs/sdks/dataintegrity/README.md#status) - Get data integrity status
8282
* [summaries](docs/sdks/dataintegrity/README.md#summaries) - Get data integrity summaries
8383

84-
### [excel_reports](docs/sdks/excelreports/README.md)
84+
### [ExcelReports](docs/sdks/excelreports/README.md)
8585

8686
* [download](docs/sdks/excelreports/README.md#download) - Download Excel report
8787
* [generate](docs/sdks/excelreports/README.md#generate) - Generate Excel report
8888
* [get_status](docs/sdks/excelreports/README.md#get_status) - Get Excel report status
8989

90-
### [file_upload](docs/sdks/fileupload/README.md)
90+
### [FileUpload](docs/sdks/fileupload/README.md)
9191

9292
* [download](docs/sdks/fileupload/README.md#download) - Download all files for a company
9393
* [list_uploaded](docs/sdks/fileupload/README.md#list_uploaded) - List all files uploaded by a company
9494
* [upload](docs/sdks/fileupload/README.md#upload) - Upload files for a company
9595

96-
### [liabilities](docs/sdks/liabilities/README.md)
96+
### [Liabilities](docs/sdks/liabilities/README.md)
9797

9898
* [get_loan_summary](docs/sdks/liabilities/README.md#get_loan_summary) - Get loan summaries
9999
* [list_loan_transactions](docs/sdks/liabilities/README.md#list_loan_transactions) - List loan transactions
100100

101101

102-
### [accounts_payable_bill_credit_notes](docs/sdks/accountspayablebillcreditnotes/README.md)
102+
### [AccountsPayable.BillCreditNotes](docs/sdks/accountspayablebillcreditnotes/README.md)
103103

104104
* [get](docs/sdks/accountspayablebillcreditnotes/README.md#get) - Get bill credit note
105105
* [list](docs/sdks/accountspayablebillcreditnotes/README.md#list) - List bill credit notes
106106

107-
### [accounts_payable_bill_payments](docs/sdks/accountspayablebillpayments/README.md)
107+
### [AccountsPayable.BillPayments](docs/sdks/accountspayablebillpayments/README.md)
108108

109109
* [get](docs/sdks/accountspayablebillpayments/README.md#get) - Get bill payment
110110
* [list](docs/sdks/accountspayablebillpayments/README.md#list) - List bill payments
111111

112-
### [accounts_payable_bills](docs/sdks/accountspayablebills/README.md)
112+
### [AccountsPayable.Bills](docs/sdks/accountspayablebills/README.md)
113113

114114
* [download_attachment](docs/sdks/accountspayablebills/README.md#download_attachment) - Download bill attachment
115115
* [get](docs/sdks/accountspayablebills/README.md#get) - Get bill
116116
* [get_attachment](docs/sdks/accountspayablebills/README.md#get_attachment) - Get bill attachment
117117
* [list](docs/sdks/accountspayablebills/README.md#list) - List bills
118118
* [list_attachments](docs/sdks/accountspayablebills/README.md#list_attachments) - List bill attachments
119119

120-
### [accounts_payable_suppliers](docs/sdks/accountspayablesuppliers/README.md)
120+
### [AccountsPayable.Suppliers](docs/sdks/accountspayablesuppliers/README.md)
121121

122122
* [download_attachment](docs/sdks/accountspayablesuppliers/README.md#download_attachment) - Download supplier attachment
123123
* [get](docs/sdks/accountspayablesuppliers/README.md#get) - Get supplier
@@ -126,28 +126,28 @@ if res.accounting_bank_transactions is not None:
126126
* [list_attachments](docs/sdks/accountspayablesuppliers/README.md#list_attachments) - List supplier attachments
127127

128128

129-
### [accounts_receivable_credit_notes](docs/sdks/accountsreceivablecreditnotes/README.md)
129+
### [AccountsReceivable.CreditNotes](docs/sdks/accountsreceivablecreditnotes/README.md)
130130

131131
* [get](docs/sdks/accountsreceivablecreditnotes/README.md#get) - Get credit note
132132
* [list](docs/sdks/accountsreceivablecreditnotes/README.md#list) - List credit notes
133133

134-
### [accounts_receivable_customers](docs/sdks/accountsreceivablecustomers/README.md)
134+
### [AccountsReceivable.Customers](docs/sdks/accountsreceivablecustomers/README.md)
135135

136136
* [download_attachment](docs/sdks/accountsreceivablecustomers/README.md#download_attachment) - Download customer attachment
137137
* [get](docs/sdks/accountsreceivablecustomers/README.md#get) - Get customer
138138
* [get_attachment](docs/sdks/accountsreceivablecustomers/README.md#get_attachment) - Get customer attachment
139139
* [list](docs/sdks/accountsreceivablecustomers/README.md#list) - List customers
140140
* [list_attachments](docs/sdks/accountsreceivablecustomers/README.md#list_attachments) - List customer attachments
141141

142-
### [accounts_receivable_direct_incomes](docs/sdks/accountsreceivabledirectincomes/README.md)
142+
### [AccountsReceivable.DirectIncomes](docs/sdks/accountsreceivabledirectincomes/README.md)
143143

144144
* [download_attachment](docs/sdks/accountsreceivabledirectincomes/README.md#download_attachment) - Download direct income attachment
145145
* [get](docs/sdks/accountsreceivabledirectincomes/README.md#get) - Get direct income
146146
* [get_attachment](docs/sdks/accountsreceivabledirectincomes/README.md#get_attachment) - Get direct income attachment
147147
* [list](docs/sdks/accountsreceivabledirectincomes/README.md#list) - List direct incomes
148148
* [list_attachments](docs/sdks/accountsreceivabledirectincomes/README.md#list_attachments) - List direct income attachments
149149

150-
### [accounts_receivable_invoices](docs/sdks/accountsreceivableinvoices/README.md)
150+
### [AccountsReceivable.Invoices](docs/sdks/accountsreceivableinvoices/README.md)
151151

152152
* [download_attachment](docs/sdks/accountsreceivableinvoices/README.md#download_attachment) - Download invoice attachment
153153
* [download_pdf](docs/sdks/accountsreceivableinvoices/README.md#download_pdf) - Get invoice as PDF
@@ -157,20 +157,20 @@ if res.accounting_bank_transactions is not None:
157157
* [list_attachments](docs/sdks/accountsreceivableinvoices/README.md#list_attachments) - List invoice attachments
158158
* [list_reconciled](docs/sdks/accountsreceivableinvoices/README.md#list_reconciled) - List reconciled invoices
159159

160-
### [accounts_receivable_payments](docs/sdks/accountsreceivablepayments/README.md)
160+
### [AccountsReceivable.Payments](docs/sdks/accountsreceivablepayments/README.md)
161161

162162
* [get](docs/sdks/accountsreceivablepayments/README.md#get) - Get payment
163163
* [list](docs/sdks/accountsreceivablepayments/README.md#list) - List payments
164164

165-
### [accounts_receivable_reports](docs/sdks/accountsreceivablereports/README.md)
165+
### [AccountsReceivable.Reports](docs/sdks/accountsreceivablereports/README.md)
166166

167167
* [get_aged_creditors](docs/sdks/accountsreceivablereports/README.md#get_aged_creditors) - Aged creditors report
168168
* [get_aged_debtors](docs/sdks/accountsreceivablereports/README.md#get_aged_debtors) - Aged debtors report
169169
* [is_aged_creditors_available](docs/sdks/accountsreceivablereports/README.md#is_aged_creditors_available) - Aged creditors report available
170170
* [is_aged_debtors_available](docs/sdks/accountsreceivablereports/README.md#is_aged_debtors_available) - Aged debtors report available
171171

172172

173-
### [banking_account_balances](docs/sdks/bankingaccountbalances/README.md)
173+
### [Banking.AccountBalances](docs/sdks/bankingaccountbalances/README.md)
174174

175175
* [list](docs/sdks/bankingaccountbalances/README.md#list) - List account balances
176176

@@ -179,11 +179,11 @@ if res.accounting_bank_transactions is not None:
179179
* [get](docs/sdks/bankingaccounts/README.md#get) - Get account
180180
* [list](docs/sdks/bankingaccounts/README.md#list) - List accounts
181181

182-
### [banking_categorized_statement](docs/sdks/bankingcategorizedstatement/README.md)
182+
### [Banking.CategorizedStatement](docs/sdks/bankingcategorizedstatement/README.md)
183183

184184
* [get](docs/sdks/bankingcategorizedstatement/README.md#get) - Get categorized bank statement
185185

186-
### [banking_transaction_categories](docs/sdks/bankingtransactioncategories/README.md)
186+
### [Banking.TransactionCategories](docs/sdks/bankingtransactioncategories/README.md)
187187

188188
* [get](docs/sdks/bankingtransactioncategories/README.md#get) - Get transaction category
189189
* [list](docs/sdks/bankingtransactioncategories/README.md#list) - List transaction categories
@@ -194,35 +194,35 @@ if res.accounting_bank_transactions is not None:
194194
* [list](docs/sdks/bankingtransactions/README.md#list) - List transactions
195195

196196

197-
### [financial_statements_accounts](docs/sdks/financialstatementsaccounts/README.md)
197+
### [FinancialStatements.Accounts](docs/sdks/financialstatementsaccounts/README.md)
198198

199199
* [get](docs/sdks/financialstatementsaccounts/README.md#get) - Get account
200200
* [list](docs/sdks/financialstatementsaccounts/README.md#list) - List accounts
201201

202-
### [financial_statements_balance_sheet](docs/sdks/financialstatementsbalancesheet/README.md)
202+
### [FinancialStatements.BalanceSheet](docs/sdks/financialstatementsbalancesheet/README.md)
203203

204204
* [get](docs/sdks/financialstatementsbalancesheet/README.md#get) - Get balance sheet
205205
* [get_categorized_accounts](docs/sdks/financialstatementsbalancesheet/README.md#get_categorized_accounts) - Get categorized balance sheet statement
206206

207-
### [financial_statements_cash_flow](docs/sdks/financialstatementscashflow/README.md)
207+
### [FinancialStatements.CashFlow](docs/sdks/financialstatementscashflow/README.md)
208208

209209
* [get](docs/sdks/financialstatementscashflow/README.md#get) - Get cash flow statement
210210

211-
### [financial_statements_profit_and_loss](docs/sdks/financialstatementsprofitandloss/README.md)
211+
### [FinancialStatements.ProfitAndLoss](docs/sdks/financialstatementsprofitandloss/README.md)
212212

213213
* [get](docs/sdks/financialstatementsprofitandloss/README.md#get) - Get profit and loss
214214
* [get_categorized_accounts](docs/sdks/financialstatementsprofitandloss/README.md#get_categorized_accounts) - Get categorized profit and loss statement
215215

216-
### [manage_data](docs/sdks/managedata/README.md)
216+
### [ManageData](docs/sdks/managedata/README.md)
217217

218218
* [get_status](docs/sdks/managedata/README.md#get_status) - Get data status
219219

220-
### [manage_data_pull_operations](docs/sdks/managedatapulloperations/README.md)
220+
### [ManageData.PullOperations](docs/sdks/managedatapulloperations/README.md)
221221

222222
* [get](docs/sdks/managedatapulloperations/README.md#get) - Get pull operation
223223
* [list](docs/sdks/managedatapulloperations/README.md#list) - List pull operations
224224

225-
### [manage_data_refresh](docs/sdks/managedatarefresh/README.md)
225+
### [ManageData.Refresh](docs/sdks/managedatarefresh/README.md)
226226

227227
* [all_data_types](docs/sdks/managedatarefresh/README.md#all_data_types) - Refresh all data
228228
* [data_type](docs/sdks/managedatarefresh/README.md#data_type) - Refresh data type
@@ -254,7 +254,7 @@ if res.accounting_bank_transactions is not None:
254254
* [get](docs/sdks/salesorders/README.md#get) - Get order
255255
* [list](docs/sdks/salesorders/README.md#list) - List orders
256256

257-
### [sales_payment_methods](docs/sdks/salespaymentmethods/README.md)
257+
### [Sales.PaymentMethods](docs/sdks/salespaymentmethods/README.md)
258258

259259
* [get](docs/sdks/salespaymentmethods/README.md#get) - Get payment method
260260
* [list](docs/sdks/salespaymentmethods/README.md#list) - List payment methods
@@ -264,7 +264,7 @@ if res.accounting_bank_transactions is not None:
264264
* [get](docs/sdks/salespayments/README.md#get) - Get payment
265265
* [list](docs/sdks/salespayments/README.md#list) - List payments
266266

267-
### [sales_product_categories](docs/sdks/salesproductcategories/README.md)
267+
### [Sales.ProductCategories](docs/sdks/salesproductcategories/README.md)
268268

269269
* [get](docs/sdks/salesproductcategories/README.md#get) - Get product category
270270
* [list](docs/sdks/salesproductcategories/README.md#list) - List product categories
@@ -285,20 +285,20 @@ if res.accounting_bank_transactions is not None:
285285
* [list](docs/sdks/salestransactions/README.md#list) - List transactions
286286

287287

288-
### [transactions_account_transactions](docs/sdks/transactionsaccounttransactions/README.md)
288+
### [Transactions.AccountTransactions](docs/sdks/transactionsaccounttransactions/README.md)
289289

290290
* [get](docs/sdks/transactionsaccounttransactions/README.md#get) - Get account transaction
291291
* [list](docs/sdks/transactionsaccounttransactions/README.md#list) - List account transactions
292292

293-
### [transactions_direct_costs](docs/sdks/transactionsdirectcosts/README.md)
293+
### [Transactions.DirectCosts](docs/sdks/transactionsdirectcosts/README.md)
294294

295295
* [download_attachment](docs/sdks/transactionsdirectcosts/README.md#download_attachment) - Download direct cost attachment
296296
* [get](docs/sdks/transactionsdirectcosts/README.md#get) - Get direct cost
297297
* [get_attachment](docs/sdks/transactionsdirectcosts/README.md#get_attachment) - Get direct cost attachment
298298
* [list](docs/sdks/transactionsdirectcosts/README.md#list) - List direct costs
299299
* [list_attachments](docs/sdks/transactionsdirectcosts/README.md#list_attachments) - List direct cost attachments
300300

301-
### [transactions_journal_entries](docs/sdks/transactionsjournalentries/README.md)
301+
### [Transactions.JournalEntries](docs/sdks/transactionsjournalentries/README.md)
302302

303303
* [get](docs/sdks/transactionsjournalentries/README.md#get) - Get journal entry
304304
* [list](docs/sdks/transactionsjournalentries/README.md#list) - List journal entries

lending/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [python v3.1.0] lending
3030
### Releases
31-
- [PyPI v3.1.0] https://pypi.org/project/codat-lending/3.1.0 - lending
31+
- [PyPI v3.1.0] https://pypi.org/project/codat-lending/3.1.0 - lending
32+
33+
## 2023-09-18 21:44:51
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Lending.yaml
37+
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [python v4.1.0] lending
40+
### Releases
41+
- [PyPI v4.1.0] https://pypi.org/project/codat-lending/4.1.0 - lending

0 commit comments

Comments
 (0)