Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.1 - 2025-12-20
- accounting: update models (new attributes)

## 0.5.0 - 2025-12-12
- client: accept gzip compressed responses

Expand Down
4 changes: 2 additions & 2 deletions chift/openapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
POSPaymentItem,
POSProductItem,
ProductItemOut,
ProductItemOutput,
BackboneCommonModelsCommerceCommonProductItem,
ReadFlowItem,
ReadSyncItem,
RefundItemOut,
Expand Down Expand Up @@ -535,7 +535,7 @@ class CommerceCustomer(CommerceCustomerItem):
pass


class CommerceProduct(ProductItemOutput):
class CommerceProduct(BackboneCommonModelsCommerceCommonProductItem):
pass


Expand Down
Loading