Skip to content

Commit 8fbdd51

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.47.4
1 parent 28790e7 commit 8fbdd51

70 files changed

Lines changed: 99 additions & 46 deletions

File tree

Some content is hidden

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

accounting/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,12 @@ Based on:
462462
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
463463
- Speakeasy CLI 1.47.2 (2.39.8) https://github.com/speakeasy-api/speakeasy
464464
### Releases
465-
- [PyPI v0.20.3] https://pypi.org/project/codat-accounting/0.20.3 - accounting
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

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)