Skip to content

Commit 4d45593

Browse files
authored
Merge pull request #206 from codatio/speakeasy-sdk-regen-1687219809
chore: speakeasy sdk regeneration - Generate Accounting SDK
2 parents 4ead5bf + e9e72ec commit 4d45593

File tree

104 files changed

+4195
-3236
lines changed

Some content is hidden

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

104 files changed

+4195
-3236
lines changed

accounting/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.python-version
2+
.DS_Store
13
venv/
24
src/*.egg-info/
35
__pycache__/

accounting/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ if res.account_transaction is not None:
5454

5555
### [bank_account_transactions](docs/sdks/bankaccounttransactions/README.md)
5656

57-
* [create](docs/sdks/bankaccounttransactions/README.md#create) - Create bank transactions
58-
* [get_create_model](docs/sdks/bankaccounttransactions/README.md#get_create_model) - List push options for bank account bank transactions
59-
* [list](docs/sdks/bankaccounttransactions/README.md#list) - List bank transactions for bank account
57+
* [create](docs/sdks/bankaccounttransactions/README.md#create) - Create bank account transactions
58+
* [get_create_model](docs/sdks/bankaccounttransactions/README.md#get_create_model) - Get create bank account transactions model
59+
* [list](docs/sdks/bankaccounttransactions/README.md#list) - List bank account transactions
6060

6161
### [bank_accounts](docs/sdks/bankaccounts/README.md)
6262

6363
* [create](docs/sdks/bankaccounts/README.md#create) - Create bank account
64-
* [~~get~~](docs/sdks/bankaccounts/README.md#get) - Get bank account :warning: **Deprecated**
64+
* [get](docs/sdks/bankaccounts/README.md#get) - Get bank account
6565
* [get_create_update_model](docs/sdks/bankaccounts/README.md#get_create_update_model) - Get create/update bank account model
6666
* [list](docs/sdks/bankaccounts/README.md#list) - List bank accounts
6767
* [update](docs/sdks/bankaccounts/README.md#update) - Update bank account
@@ -180,7 +180,7 @@ if res.account_transaction is not None:
180180
### [payment_methods](docs/sdks/paymentmethods/README.md)
181181

182182
* [get](docs/sdks/paymentmethods/README.md#get) - Get payment method
183-
* [list](docs/sdks/paymentmethods/README.md#list) - List all payment methods
183+
* [list](docs/sdks/paymentmethods/README.md#list) - List payment methods
184184

185185
### [payments](docs/sdks/payments/README.md)
186186

accounting/RELEASES.md

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,108 @@ Based on:
494494
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
495495
- Speakeasy CLI 1.48.0 (2.41.1) https://github.com/speakeasy-api/speakeasy
496496
### Releases
497-
- [PyPI v0.22.1] https://pypi.org/project/codat-accounting/0.22.1 - accounting
497+
- [PyPI v0.22.1] https://pypi.org/project/codat-accounting/0.22.1 - accounting
498+
499+
## 2023-06-20 00:10:05
500+
### Changes
501+
Based on:
502+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
503+
- Speakeasy CLI 1.49.0 (2.41.4) https://github.com/speakeasy-api/speakeasy
504+
### Releases
505+
- [PyPI v0.22.2] https://pypi.org/project/codat-accounting/0.22.2 - accounting
506+
507+
## 2023-06-21 00:11:38
508+
### Changes
509+
Based on:
510+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
511+
- Speakeasy CLI 1.49.1 (2.41.5) https://github.com/speakeasy-api/speakeasy
512+
### Releases
513+
- [PyPI v0.22.3] https://pypi.org/project/codat-accounting/0.22.3 - accounting
514+
515+
## 2023-06-23 00:15:56
516+
### Changes
517+
Based on:
518+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
519+
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy
520+
### Releases
521+
- [PyPI v0.23.0] https://pypi.org/project/codat-accounting/0.23.0 - accounting
522+
523+
## 2023-06-24 00:13:43
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
527+
- Speakeasy CLI 1.50.1 (2.43.2) https://github.com/speakeasy-api/speakeasy
528+
### Releases
529+
- [PyPI v0.23.1] https://pypi.org/project/codat-accounting/0.23.1 - accounting
530+
531+
## 2023-06-27 00:13:13
532+
### Changes
533+
Based on:
534+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
535+
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
536+
### Releases
537+
- [PyPI v0.24.0] https://pypi.org/project/codat-accounting/0.24.0 - accounting
538+
539+
## 2023-06-28 00:13:16
540+
### Changes
541+
Based on:
542+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
543+
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
544+
### Releases
545+
- [PyPI v0.24.1] https://pypi.org/project/codat-accounting/0.24.1 - accounting
546+
547+
## 2023-06-29 00:13:09
548+
### Changes
549+
Based on:
550+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
551+
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy
552+
### Releases
553+
- [PyPI v0.25.0] https://pypi.org/project/codat-accounting/0.25.0 - accounting
554+
555+
## 2023-07-01 00:14:11
556+
### Changes
557+
Based on:
558+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
559+
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
560+
### Releases
561+
- [PyPI v0.26.0] https://pypi.org/project/codat-accounting/0.26.0 - accounting
562+
563+
## 2023-07-04 00:13:32
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
567+
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
568+
### Releases
569+
- [PyPI v0.26.1] https://pypi.org/project/codat-accounting/0.26.1 - accounting
570+
571+
## 2023-07-05 00:13:49
572+
### Changes
573+
Based on:
574+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
575+
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
576+
### Releases
577+
- [PyPI v0.26.2] https://pypi.org/project/codat-accounting/0.26.2 - accounting
578+
579+
## 2023-07-06 00:13:30
580+
### Changes
581+
Based on:
582+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
583+
- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy
584+
### Releases
585+
- [PyPI v0.27.0] https://pypi.org/project/codat-accounting/0.27.0 - accounting
586+
587+
## 2023-07-07 00:13:14
588+
### Changes
589+
Based on:
590+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
591+
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
592+
### Releases
593+
- [PyPI v0.28.0] https://pypi.org/project/codat-accounting/0.28.0 - accounting
594+
595+
## 2023-07-07 09:22:57
596+
### Changes
597+
Based on:
598+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
599+
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
600+
### Releases
601+
- [PyPI v0.28.1] https://pypi.org/project/codat-accounting/0.28.1 - accounting

accounting/docs/models/operations/downloadinvoicesattachmentrequest.md renamed to accounting/docs/models/operations/downloadinvoiceattachmentrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DownloadInvoicesAttachmentRequest
1+
# DownloadInvoiceAttachmentRequest
22

33

44
## Fields

accounting/docs/models/operations/downloadinvoicesattachmentresponse.md renamed to accounting/docs/models/operations/downloadinvoiceattachmentresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DownloadInvoicesAttachmentResponse
1+
# DownloadInvoiceAttachmentResponse
22

33

44
## Fields

accounting/docs/models/operations/getcreatebankaccountmodelrequest.md renamed to accounting/docs/models/operations/getcreatebanktransactionsmodelrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GetCreateBankAccountModelRequest
1+
# GetCreateBankTransactionsModelRequest
22

33

44
## Fields

accounting/docs/models/operations/getcreatebankaccountmodelresponse.md renamed to accounting/docs/models/operations/getcreatebanktransactionsmodelresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GetCreateBankAccountModelResponse
1+
# GetCreateBankTransactionsModelResponse
22

33

44
## Fields

0 commit comments

Comments
 (0)