shop_system_models 0.0.1.dev26583__py3-none-any.whl → 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  from typing import List, Optional
2
2
  from pydantic import Field
3
+ from pydantic import BaseModel
3
4
 
4
5
  from shop_system_models.shop_api import MetaBaseModel
5
6
  from shop_system_models.shop_api.shop.request.orders import OrderModel, DeliveryTypeModel
@@ -11,7 +12,7 @@ class OrderResponseModel(OrderModel):
11
12
  id: str
12
13
 
13
14
 
14
- class OrderListResponseModel(MetaBaseModel):
15
+ class OrderListResponseModel(BaseModel):
15
16
  """Response model for a list of orders."""
16
17
  orders: List[OrderResponseModel]
17
18
  page_info: PaginationResponseModel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: shop_system_models
3
- Version: 0.0.1.dev26583
3
+ Version: 1.0.0
4
4
  Summary: Shared model definitions for shop system services
5
5
  Author: Pavel Mulin
6
6
  Author-email: pavel@tg-shops.com
@@ -52,11 +52,11 @@ shop_system_models/shop_api/shop/response/categories.py,sha256=TCOTNOkFczVjsnUQ_
52
52
  shop_system_models/shop_api/shop/response/coupons.py,sha256=bNh4okw0kWBBEPBUyd4h5ZqfXXcdaIUv3ZSYRdsuuYI,433
53
53
  shop_system_models/shop_api/shop/response/extra_product_options.py,sha256=YaH4o7fPNwDnkyXABdFXySdx4C3udyFizzqCrvJ4t4c,599
54
54
  shop_system_models/shop_api/shop/response/initialization_data.py,sha256=F29pCrajXIA-6xdYzqWudnygLGBIrk4wUUHPqbahWpE,884
55
- shop_system_models/shop_api/shop/response/orders.py,sha256=5Ss1S9gg6lte0r_xZJ3UQ_BQeaiQ5iH6Ca2_yi-GKbw,672
55
+ shop_system_models/shop_api/shop/response/orders.py,sha256=4Mprkcq_Q8fK2cv4HvMpAkGRimPh3Jf85aZKXfI4Mf8,699
56
56
  shop_system_models/shop_api/shop/response/payment_methods.py,sha256=gSb5zU_8LX4x4gtqfC_it1jFxJ7i-XxNNd15ho54VhQ,371
57
57
  shop_system_models/shop_api/shop/response/products.py,sha256=_r5ZZwJJe4iYht4yIu266xsm1U_zQeSFkj5P3P6Y9Oo,1275
58
58
  shop_system_models/shop_api/shop/response/review.py,sha256=k5jzgS1HinyjbGfR6gnJENB5WufAedsMS77-vZm6fdw,486
59
59
  shop_system_models/shop_api/shop/response/users.py,sha256=DdZOTxGxQdxEg1yZi4v4mm8V8O0pV6K7zc6DWylLrMY,141
60
- shop_system_models-0.0.1.dev26583.dist-info/METADATA,sha256=1qTVzUpt0DiGCnSeugu7CNako6mmIFsuyYoSv-PCfOQ,978
61
- shop_system_models-0.0.1.dev26583.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
62
- shop_system_models-0.0.1.dev26583.dist-info/RECORD,,
60
+ shop_system_models-1.0.0.dist-info/METADATA,sha256=EFWNVdg4mD2zFPAZbzncV544QK0heyZOJs3OO3ujaWY,969
61
+ shop_system_models-1.0.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
62
+ shop_system_models-1.0.0.dist-info/RECORD,,