shop_system_models 1.2.1__tar.gz → 1.4.0__tar.gz
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.
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/PKG-INFO +3 -2
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/pyproject.toml +1 -1
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/shared.py +14 -3
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/shared.pyi +12 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/README.md +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/__init__.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/__init__.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/country_codes.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/country_codes.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/enums.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/enums.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/admin.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/locales/en.json +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/locales/ru.json +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/mapping.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/__init__.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/authorization.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/bot.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/nocodb.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/premium.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/processes.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/servers.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/request/services.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/users.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/users.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/py.typed +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shared.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shared.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/__init__.pyi +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/request.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/response.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/commands/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/commands/request.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/commands/response.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/links.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/processes/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/processes/request.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/processes/response.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shared.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/baskets.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/categories.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/coupons.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/details.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/orders.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/payment_methods.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/products.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/review.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/request/shop.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/__init__.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/basic.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/baskets.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/categories.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/coupons.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/extra_product_options.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/initialization_data.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/orders.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/payment_methods.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/products.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/review.py +0 -0
- {shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/response/users.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: shop_system_models
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0
|
|
4
4
|
Summary: Shared model definitions for shop system services
|
|
5
5
|
Author: Pavel Mulin
|
|
6
6
|
Author-email: pavel@tg-shops.com
|
|
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
15
|
Requires-Dist: pydantic (>=2.10.3)
|
|
15
16
|
Description-Content-Type: text/markdown
|
|
16
17
|
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/shared.py
RENAMED
|
@@ -13,6 +13,17 @@ class NocoDBConfig(BaseModel):
|
|
|
13
13
|
nocodb_bot_commands_table: str
|
|
14
14
|
nocodb_options_table: Optional[str] = None
|
|
15
15
|
nocodb_options_category_table: Optional[str] = None
|
|
16
|
+
agents_definition_table: Optional[str] = None
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class OpeningHours(BaseModel):
|
|
20
|
+
monday: Optional[str] = None
|
|
21
|
+
tuesday: Optional[str] = None
|
|
22
|
+
wednesday: Optional[str] = None
|
|
23
|
+
thursday: Optional[str] = None
|
|
24
|
+
friday: Optional[str] = None
|
|
25
|
+
saturday: Optional[str] = None
|
|
26
|
+
sunday: Optional[str] = None
|
|
16
27
|
|
|
17
28
|
|
|
18
29
|
class ShopDetailsModel(BaseModel):
|
|
@@ -32,9 +43,9 @@ class ShopDetailsModel(BaseModel):
|
|
|
32
43
|
payment_token: str | None = None
|
|
33
44
|
placeholder: str
|
|
34
45
|
order_process: str
|
|
35
|
-
|
|
36
46
|
nocodb_config: Optional[NocoDBConfig] = None
|
|
37
|
-
|
|
38
47
|
topic_chat_id: Optional[int] = None
|
|
39
48
|
premium_expiration_date: Optional[datetime] = None
|
|
40
|
-
web_app_url: str
|
|
49
|
+
web_app_url: str
|
|
50
|
+
short_description: Optional[str] = None
|
|
51
|
+
description: Optional[str] = None
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/shared.pyi
RENAMED
|
@@ -10,6 +10,16 @@ class NocoDBConfig(BaseModel):
|
|
|
10
10
|
nocodb_bot_commands_table: str
|
|
11
11
|
nocodb_options_table: str | None
|
|
12
12
|
nocodb_options_category_table: str | None
|
|
13
|
+
agents_definition_table: str | None
|
|
14
|
+
|
|
15
|
+
class OpeningHours(BaseModel):
|
|
16
|
+
monday: str | None
|
|
17
|
+
tuesday: str | None
|
|
18
|
+
wednesday: str | None
|
|
19
|
+
thursday: str | None
|
|
20
|
+
friday: str | None
|
|
21
|
+
saturday: str | None
|
|
22
|
+
sunday: str | None
|
|
13
23
|
|
|
14
24
|
class ShopDetailsModel(BaseModel):
|
|
15
25
|
shop_id: str
|
|
@@ -32,3 +42,5 @@ class ShopDetailsModel(BaseModel):
|
|
|
32
42
|
topic_chat_id: int | None
|
|
33
43
|
premium_expiration_date: datetime | None
|
|
34
44
|
web_app_url: str
|
|
45
|
+
short_description: str | None
|
|
46
|
+
description: str | None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/__init__.pyi
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/country_codes.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/country_codes.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/admin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/consts/messages/mapping.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/__init__.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/users.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/deployment_api/users.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/__init__.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/__init__.pyi
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/__init__.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/request.py
RENAMED
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/bot/response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shop_system_models-1.2.1 → shop_system_models-1.4.0}/shop_system_models/shop_api/shop/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|