producteca 2.0.37__py3-none-any.whl → 2.0.38__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.

Potentially problematic release.


This version of producteca might be problematic. Click here for more details.

@@ -64,15 +64,15 @@ class SearchResultItem(BaseModel):
64
64
  brand: Optional[str] = None
65
65
  category: Optional[str] = None
66
66
  thumbnail: Optional[str] = None
67
- stocks: Optional[List[SearchStocks]] = None
67
+ stocks: Optional[Union[List[SearchStocks], List]] = None
68
68
  warehouses_with_stock: Optional[List[str]] = Field(None, alias='warehousesWithStock')
69
69
  total_stock: Optional[int] = Field(None, alias='totalStock')
70
70
  has_pictures: Optional[bool] = Field(None, alias='hasPictures')
71
71
  buying_price: Optional[float] = Field(None, alias='buyingPrice')
72
- prices: Optional[List[SearchPrices]] = None
72
+ prices: Optional[Union[List[SearchPrices], List]] = None
73
73
  integration_ids: Optional[List[str]] = Field(None, alias='integrationIds')
74
74
  integration_apps: Optional[List[str]] = Field(None, alias='integrationApps')
75
- integrations: Optional[List[SearchIntegration]] = None
75
+ integrations: Optional[Union[List[SearchIntegration], List]] = None
76
76
  campaigns: Optional[List[str]] = None
77
77
  app: Optional[int] = None
78
78
  status: Optional[str] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: producteca
3
- Version: 2.0.37
3
+ Version: 2.0.38
4
4
  Summary:
5
5
  Author: Chroma Agency, Matias Rivera
6
6
  Author-email: mrivera@chroma.agency
@@ -10,7 +10,7 @@ producteca/payments/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
10
10
  producteca/payments/tests/test_payments.py,sha256=wutk5zK2xRChTvKyTmi54Y_92PzNtUKZF6xWF298sFY,3032
11
11
  producteca/products/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  producteca/products/products.py,sha256=FQeif3q52JGUcYVu5VKzY81FPSInQlc-HfYpYFlWmxo,12403
13
- producteca/products/search_products.py,sha256=BDp-pmy6DfRPn-LjZUOvQ24bnYxLdaD8WgCQZqX8ZCY,6133
13
+ producteca/products/search_products.py,sha256=8qKPhwHWq-QzRc3-oZKlMaQQN4Et2iUWm4uxOGWXzFc,6172
14
14
  producteca/products/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  producteca/products/tests/test_products.py,sha256=0Tph7T9D2XTLdTDoIpR2PcLTrvPt6h2LPuKowTXrDgU,5742
16
16
  producteca/products/tests/test_search_products.py,sha256=ISkDClYaYnwo23a7_O4OlgPfc4dAZCMinLAi07yecEI,4941
@@ -25,8 +25,8 @@ producteca/shipments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
25
25
  producteca/shipments/shipment.py,sha256=YokJRBX1ZbUtZVc4AOAB188rbHFO0_MH5hFv5U9Qpjw,844
26
26
  producteca/shipments/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  producteca/shipments/tests/test_shipment.py,sha256=0edX3WM-t4nbp53r_Lvhtk_Suc2QCnIUQ27I90qSUfE,2512
28
- producteca-2.0.37.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
- producteca-2.0.37.dist-info/METADATA,sha256=kFtyuO9c7zdxYxEOmwOBaGkxxjxuMDdobCqC6KBRpnk,3809
30
- producteca-2.0.37.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
- producteca-2.0.37.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
- producteca-2.0.37.dist-info/RECORD,,
28
+ producteca-2.0.38.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
+ producteca-2.0.38.dist-info/METADATA,sha256=fvnEpRBXAIoiWo4BvZiSmIy5R7TbiLJouuuokTRtDUE,3809
30
+ producteca-2.0.38.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
+ producteca-2.0.38.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
+ producteca-2.0.38.dist-info/RECORD,,