Skip to content

Commit

Permalink
Merge pull request #551 from codatio/speakeasy-sdk-regen-1702644936
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate Accounting library
  • Loading branch information
dcoplowe authored Dec 15, 2023
2 parents e06a0d5 + 3268857 commit 35a2f90
Show file tree
Hide file tree
Showing 27 changed files with 79 additions and 129 deletions.
4 changes: 2 additions & 2 deletions previous-versions/accounting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if res.account_transaction is not None:
* [list](docs/sdks/invoices/README.md#list) - List invoices
* [list_attachments](docs/sdks/invoices/README.md#list_attachments) - List invoice attachments
* [update](docs/sdks/invoices/README.md#update) - Update invoice
* [upload_attachment](docs/sdks/invoices/README.md#upload_attachment) - Push invoice attachment
* [upload_attachment](docs/sdks/invoices/README.md#upload_attachment) - Upload invoice attachment

### [item_receipts](docs/sdks/itemreceipts/README.md)

Expand Down Expand Up @@ -161,7 +161,7 @@ if res.account_transaction is not None:
* [get](docs/sdks/transfers/README.md#get) - Get transfer
* [get_create_model](docs/sdks/transfers/README.md#get_create_model) - Get create transfer model
* [list](docs/sdks/transfers/README.md#list) - List transfers
* [upload_attachment](docs/sdks/transfers/README.md#upload_attachment) - Push invoice attachment
* [upload_attachment](docs/sdks/transfers/README.md#upload_attachment) - Upload invoice attachment

### [bill_credit_notes](docs/sdks/billcreditnotes/README.md)

Expand Down
12 changes: 11 additions & 1 deletion previous-versions/accounting/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [python v0.34.0] previous-versions/accounting
### Releases
- [PyPI v0.34.0] https://pypi.org/project/codat-accounting/0.34.0 - previous-versions/accounting
- [PyPI v0.34.0] https://pypi.org/project/codat-accounting/0.34.0 - previous-versions/accounting

## 2023-12-15 12:55:32
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
- Speakeasy CLI 1.126.3 (2.214.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.0] previous-versions/accounting
### Releases
- [PyPI v0.35.0] https://pypi.org/project/codat-accounting/0.35.0 - previous-versions/accounting
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `request_body` | [Optional[operations.UploadBillCreditNoteAttachmentRequestBody]](../../models/operations/uploadbillcreditnoteattachmentrequestbody.md) | :heavy_minus_sign: | N/A | |
| `bill_credit_note_id` | *str* | :heavy_check_mark: | Unique identifier for a bill credit note. | |
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `attachment_upload` | [Optional[shared.AttachmentUpload]](../../models/shared/attachmentupload.md) | :heavy_minus_sign: | N/A | |
| `bill_credit_note_id` | *str* | :heavy_check_mark: | Unique identifier for a bill credit note. | |
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `request_body` | [Optional[operations.UploadDirectIncomeAttachmentRequestBody]](../../models/operations/uploaddirectincomeattachmentrequestbody.md) | :heavy_minus_sign: | N/A | |
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
| `direct_income_id` | *str* | :heavy_check_mark: | Unique identifier for a direct income. | |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `attachment_upload` | [Optional[shared.AttachmentUpload]](../../models/shared/attachmentupload.md) | :heavy_minus_sign: | N/A | |
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
| `direct_income_id` | *str* | :heavy_check_mark: | Unique identifier for a direct income. | |

This file was deleted.

Loading

0 comments on commit 35a2f90

Please sign in to comment.