shop_system_models 1.0.0.dev27254__py3-none-any.whl → 1.1.0.dev29061__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,6 +1,8 @@
1
1
  from shop_system_models.deployment_api.users import UserModel
2
-
2
+ from typing import Optional
3
3
 
4
4
  class UserResponseModel(UserModel):
5
5
  id: str
6
6
  is_service: bool = False
7
+ is_blocked: bool = False
8
+ message_thread_id: Optional[int] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: shop_system_models
3
- Version: 1.0.0.dev27254
3
+ Version: 1.1.0.dev29061
4
4
  Summary: Shared model definitions for shop system services
5
5
  Author: Pavel Mulin
6
6
  Author-email: pavel@tg-shops.com
@@ -56,7 +56,7 @@ shop_system_models/shop_api/shop/response/orders.py,sha256=4Mprkcq_Q8fK2cv4HvMpA
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
- shop_system_models/shop_api/shop/response/users.py,sha256=DdZOTxGxQdxEg1yZi4v4mm8V8O0pV6K7zc6DWylLrMY,141
60
- shop_system_models-1.0.0.dev27254.dist-info/METADATA,sha256=g1zSq-6F84jzBn-Eq-kGJeo8BUSTXKOI16bV6a2Thkc,978
61
- shop_system_models-1.0.0.dev27254.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
62
- shop_system_models-1.0.0.dev27254.dist-info/RECORD,,
59
+ shop_system_models/shop_api/shop/response/users.py,sha256=gdvgkEHPS__8llns1rIyPzC5lEulnedv9C2EPXxH9MI,241
60
+ shop_system_models-1.1.0.dev29061.dist-info/METADATA,sha256=7ng_0XkJW4e7xU870nNmDuevM1n28NIkOSxw7sUmPME,978
61
+ shop_system_models-1.1.0.dev29061.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
62
+ shop_system_models-1.1.0.dev29061.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any