tgshops-integrations 2.3__tar.gz → 2.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/PKG-INFO +1 -1
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/setup.py +1 -1
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/categories.py +3 -3
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/PKG-INFO +1 -1
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/README.md +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/setup.cfg +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/__init__.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/middlewares/__init__.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/middlewares/gateway.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/__init__.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/categories.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/products.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/__init__.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/client.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/model_mapping.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/products.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/nocodb_connector/tables.py +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/SOURCES.txt +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/dependency_links.txt +0 -0
- {tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tgshops_integrations
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.4
|
4
4
|
Summary: Library is intended to provide the integration of the external service or CRM system with the TelegramShops/It allows to configure the relationship between NocoDB list of the products used further to display in the shop/As a resultss the products can be synchronized and updated uppon the request.
|
5
5
|
Home-page: https://git.the-devs.com/virtual-shops/shop-system/shop-backend-integrations/integration-library/integration-library
|
6
6
|
Author: Dimi Latoff
|
@@ -125,9 +125,9 @@ class CategoryManager(NocodbClient):
|
|
125
125
|
new_category= await self.create_product_category(table_id=self.categories_table,category_name=category,category_id=new_id,table_name=PRODUCT_NAME_FIELD)
|
126
126
|
if self.logging:
|
127
127
|
logger.info(f"New Category {new_category}")
|
128
|
-
|
129
|
-
|
130
|
-
|
128
|
+
if self.filter_buttons:
|
129
|
+
#Rewind categories
|
130
|
+
await self.link_categories(parent_id=parent_id,child_id=new_id)
|
131
131
|
new_id+=1
|
132
132
|
|
133
133
|
async def link_categories(self,parent_id:int,child_id:int):
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tgshops-integrations
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.4
|
4
4
|
Summary: Library is intended to provide the integration of the external service or CRM system with the TelegramShops/It allows to configure the relationship between NocoDB list of the products used further to display in the shop/As a resultss the products can be synchronized and updated uppon the request.
|
5
5
|
Home-page: https://git.the-devs.com/virtual-shops/shop-system/shop-backend-integrations/integration-library/integration-library
|
6
6
|
Author: Dimi Latoff
|
File without changes
|
File without changes
|
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/middlewares/__init__.py
RENAMED
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/middlewares/gateway.py
RENAMED
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/__init__.py
RENAMED
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/categories.py
RENAMED
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations/models/products.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{tgshops_integrations-2.3 → tgshops_integrations-2.4}/tgshops_integrations.egg-info/top_level.txt
RENAMED
File without changes
|