Skip to content

Commit dbfbf04

Browse files
authored
Merge pull request #195 from codatio/speakeasy-sdk-regen-1686701480
chore: speakeasy sdk regeneration - Generate Accounting SDK
2 parents 237ba59 + 9ce6d70 commit dbfbf04

File tree

98 files changed

+280
-463
lines changed

Some content is hidden

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

98 files changed

+280
-463
lines changed

accounting/RELEASES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,28 @@ Based on:
454454
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
455455
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
456456
### Releases
457-
- [PyPI v0.20.2] https://pypi.org/project/codat-accounting/0.20.2 - accounting
457+
- [PyPI v0.20.2] https://pypi.org/project/codat-accounting/0.20.2 - accounting
458+
459+
## 2023-06-14 00:11:17
460+
### Changes
461+
Based on:
462+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
463+
- Speakeasy CLI 1.47.2 (2.39.8) https://github.com/speakeasy-api/speakeasy
464+
### Releases
465+
- [PyPI v0.20.3] https://pypi.org/project/codat-accounting/0.20.3 - accounting
466+
467+
## 2023-06-15 00:11:21
468+
### Changes
469+
Based on:
470+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
471+
- Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
472+
### Releases
473+
- [PyPI v0.21.0] https://pypi.org/project/codat-accounting/0.21.0 - accounting
474+
475+
## 2023-06-15 12:29:45
476+
### Changes
477+
Based on:
478+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
479+
- Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
480+
### Releases
481+
- [PyPI v0.21.1] https://pypi.org/project/codat-accounting/0.21.1 - accounting

accounting/docs/models/shared/billcreditnotelineitem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
| `tax_rate_ref` | [Optional[TaxRateRef]](../../models/shared/taxrateref.md) | :heavy_minus_sign: | Data types that reference a tax rate, for example invoice and bill line items, use a taxRateRef that includes the ID and name of the linked tax rate.<br/><br/>Found on:<br/><br/>- Bill line items<br/>- Bill Credit Note line items<br/>- Credit Note line items<br/>- Direct incomes line items<br/>- Invoice line items<br/>- Items |
1717
| `total_amount` | *Optional[float]* | :heavy_minus_sign: | Total amount of the line item, including discounts and tax. |
1818
| `tracking` | [Optional[BillCreditNoteLineItemTracking]](../../models/shared/billcreditnotelineitemtracking.md) | :heavy_minus_sign: | Categories, and a project and customer, against which the item is tracked. |
19-
| `tracking_category_refs` | list[[TrackingCategoryRef](../../models/shared/trackingcategoryref.md)] | :heavy_minus_sign: | Reference to the tracking categories to which the line item is linked. |
19+
| ~~`tracking_category_refs`~~ | list[[TrackingCategoryRef](../../models/shared/trackingcategoryref.md)] | :heavy_minus_sign: | :warning: **DEPRECATED**: this will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Reference to the tracking categories to which the line item is linked. |
2020
| `unit_amount` | *float* | :heavy_check_mark: | Unit price of the goods or service. |

accounting/docs/models/shared/billlineitem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
| `tax_rate_ref` | [Optional[TaxRateRef]](../../models/shared/taxrateref.md) | :heavy_minus_sign: | Data types that reference a tax rate, for example invoice and bill line items, use a taxRateRef that includes the ID and name of the linked tax rate.<br/><br/>Found on:<br/><br/>- Bill line items<br/>- Bill Credit Note line items<br/>- Credit Note line items<br/>- Direct incomes line items<br/>- Invoice line items<br/>- Items |
1818
| `total_amount` | *Optional[float]* | :heavy_minus_sign: | Total amount of the line, including tax. |
1919
| `tracking` | [Optional[Propertiestracking]](../../models/shared/propertiestracking.md) | :heavy_minus_sign: | Categories, and a project and customer, against which the item is tracked. |
20-
| `tracking_category_refs` | list[[TrackingCategoryRef](../../models/shared/trackingcategoryref.md)] | :heavy_minus_sign: | Collection of categories against which this item is tracked. |
20+
| ~~`tracking_category_refs`~~ | list[[TrackingCategoryRef](../../models/shared/trackingcategoryref.md)] | :heavy_minus_sign: | :warning: **DEPRECATED**: this will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Collection of categories against which this item is tracked. |
2121
| `unit_amount` | *float* | :heavy_check_mark: | Price of each unit of goods or services. |

0 commit comments

Comments
 (0)