Skip to content

Commit 831f077

Browse files
authored
Merge pull request #344 from codatio/speakeasy-sdk-regen-1695073504
chore: speakeasy sdk regeneration - Generate Sync for Payables library
2 parents 919ebad + a697ffc commit 831f077

File tree

79 files changed

+562
-295
lines changed

Some content is hidden

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

79 files changed

+562
-295
lines changed

sync-for-payables/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,30 +68,30 @@ if res.create_account_response is not None:
6868
## Available Resources and Operations
6969

7070

71-
### [accounts](docs/sdks/accounts/README.md)
71+
### [Accounts](docs/sdks/accounts/README.md)
7272

7373
* [create](docs/sdks/accounts/README.md#create) - Create account
7474
* [get](docs/sdks/accounts/README.md#get) - Get account
7575
* [get_create_model](docs/sdks/accounts/README.md#get_create_model) - Get create account model
7676
* [list](docs/sdks/accounts/README.md#list) - List accounts
7777

78-
### [bill_credit_notes](docs/sdks/billcreditnotes/README.md)
78+
### [BillCreditNotes](docs/sdks/billcreditnotes/README.md)
7979

8080
* [create](docs/sdks/billcreditnotes/README.md#create) - Create bill credit note
8181
* [get](docs/sdks/billcreditnotes/README.md#get) - Get bill credit note
8282
* [get_create_update_model](docs/sdks/billcreditnotes/README.md#get_create_update_model) - Get create/update bill credit note model
8383
* [list](docs/sdks/billcreditnotes/README.md#list) - List bill credit notes
8484
* [update](docs/sdks/billcreditnotes/README.md#update) - Update bill credit note
8585

86-
### [bill_payments](docs/sdks/billpayments/README.md)
86+
### [BillPayments](docs/sdks/billpayments/README.md)
8787

8888
* [create](docs/sdks/billpayments/README.md#create) - Create bill payments
8989
* [delete](docs/sdks/billpayments/README.md#delete) - Delete bill payment
9090
* [get](docs/sdks/billpayments/README.md#get) - Get bill payment
9191
* [get_create_model](docs/sdks/billpayments/README.md#get_create_model) - Get create bill payment model
9292
* [list](docs/sdks/billpayments/README.md#list) - List bill payments
9393

94-
### [bills](docs/sdks/bills/README.md)
94+
### [Bills](docs/sdks/bills/README.md)
9595

9696
* [create](docs/sdks/bills/README.md#create) - Create bill
9797
* [delete](docs/sdks/bills/README.md#delete) - Delete bill
@@ -104,70 +104,70 @@ if res.create_account_response is not None:
104104
* [update](docs/sdks/bills/README.md#update) - Update bill
105105
* [upload_attachment](docs/sdks/bills/README.md#upload_attachment) - Upload bill attachment
106106

107-
### [companies](docs/sdks/companies/README.md)
107+
### [Companies](docs/sdks/companies/README.md)
108108

109109
* [create](docs/sdks/companies/README.md#create) - Create company
110110
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
111111
* [get](docs/sdks/companies/README.md#get) - Get company
112112
* [list](docs/sdks/companies/README.md#list) - List companies
113113
* [update](docs/sdks/companies/README.md#update) - Update company
114114

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

117117
* [get_accounting_profile](docs/sdks/companyinfo/README.md#get_accounting_profile) - Get company accounting profile
118118

119-
### [connections](docs/sdks/connections/README.md)
119+
### [Connections](docs/sdks/connections/README.md)
120120

121121
* [create](docs/sdks/connections/README.md#create) - Create connection
122122
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
123123
* [get](docs/sdks/connections/README.md#get) - Get connection
124124
* [list](docs/sdks/connections/README.md#list) - List connections
125125
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
126126

127-
### [journal_entries](docs/sdks/journalentries/README.md)
127+
### [JournalEntries](docs/sdks/journalentries/README.md)
128128

129129
* [create](docs/sdks/journalentries/README.md#create) - Create journal entry
130130
* [get_create_model](docs/sdks/journalentries/README.md#get_create_model) - Get create journal entry model
131131

132-
### [journals](docs/sdks/journals/README.md)
132+
### [Journals](docs/sdks/journals/README.md)
133133

134134
* [create](docs/sdks/journals/README.md#create) - Create journal
135135
* [get](docs/sdks/journals/README.md#get) - Get journal
136136
* [get_create_model](docs/sdks/journals/README.md#get_create_model) - Get create journal model
137137
* [list](docs/sdks/journals/README.md#list) - List journals
138138

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

141141
* [get](docs/sdks/managedata/README.md#get) - Get data status
142142
* [get_pull_operation](docs/sdks/managedata/README.md#get_pull_operation) - Get pull operation
143143
* [list_pull_operations](docs/sdks/managedata/README.md#list_pull_operations) - List pull operations
144144
* [refresh_all_data_types](docs/sdks/managedata/README.md#refresh_all_data_types) - Refresh all data
145145
* [refresh_data_type](docs/sdks/managedata/README.md#refresh_data_type) - Refresh data type
146146

147-
### [payment_methods](docs/sdks/paymentmethods/README.md)
147+
### [PaymentMethods](docs/sdks/paymentmethods/README.md)
148148

149149
* [get](docs/sdks/paymentmethods/README.md#get) - Get payment method
150150
* [list](docs/sdks/paymentmethods/README.md#list) - List payment methods
151151

152-
### [push_operations](docs/sdks/pushoperations/README.md)
152+
### [PushOperations](docs/sdks/pushoperations/README.md)
153153

154154
* [get](docs/sdks/pushoperations/README.md#get) - Get push operation
155155
* [list](docs/sdks/pushoperations/README.md#list) - List push operations
156156

157-
### [suppliers](docs/sdks/suppliers/README.md)
157+
### [Suppliers](docs/sdks/suppliers/README.md)
158158

159159
* [create](docs/sdks/suppliers/README.md#create) - Create supplier
160160
* [get](docs/sdks/suppliers/README.md#get) - Get supplier
161161
* [get_create_update_model](docs/sdks/suppliers/README.md#get_create_update_model) - Get create/update supplier model
162162
* [list](docs/sdks/suppliers/README.md#list) - List suppliers
163163
* [update](docs/sdks/suppliers/README.md#update) - Update supplier
164164

165-
### [tax_rates](docs/sdks/taxrates/README.md)
165+
### [TaxRates](docs/sdks/taxrates/README.md)
166166

167167
* [get](docs/sdks/taxrates/README.md#get) - Get tax rate
168168
* [list](docs/sdks/taxrates/README.md#list) - List all tax rates
169169

170-
### [tracking_categories](docs/sdks/trackingcategories/README.md)
170+
### [TrackingCategories](docs/sdks/trackingcategories/README.md)
171171

172172
* [get](docs/sdks/trackingcategories/README.md#get) - Get tracking categories
173173
* [list](docs/sdks/trackingcategories/README.md#list) - List tracking categories

sync-for-payables/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.2.0] sync-for-payables
2020
### Releases
21-
- [PyPI v0.2.0] https://pypi.org/project/codat-sync-for-payables/0.2.0 - sync-for-payables
21+
- [PyPI v0.2.0] https://pypi.org/project/codat-sync-for-payables/0.2.0 - sync-for-payables
22+
23+
## 2023-09-18 21:45:00
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Payables.yaml
27+
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v1.1.0] sync-for-payables
30+
### Releases
31+
- [PyPI v1.1.0] https://pypi.org/project/codat-sync-for-payables/1.1.0 - sync-for-payables

sync-for-payables/docs/models/operations/getaccountingprofilecompanyinformationphone.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

sync-for-payables/docs/models/operations/getaccountingprofilecompanyinformationweblink.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)