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

@@ -8,7 +8,7 @@ _logger = logging.getLogger(__name__)
8
8
  class SalesOrderProduct(BaseModel):
9
9
  id: int
10
10
  name: str
11
- code: str
11
+ code: Optional[str] = None
12
12
  brand: Optional[str] = None
13
13
 
14
14
 
@@ -20,8 +20,8 @@ class SalesOrderVariationAttribute(BaseModel):
20
20
  class SalesOrderVariation(BaseModel):
21
21
  id: int
22
22
  attributes: Optional[List[SalesOrderVariationAttribute]] = None
23
- sku: str
24
- thumbnail: str
23
+ sku: Optional[str] = None
24
+ thumbnail: Optional[str] = None
25
25
 
26
26
 
27
27
  class SalesOrderLine(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: producteca
3
- Version: 2.0.33
3
+ Version: 2.0.34
4
4
  Summary:
5
5
  Author: Chroma Agency, Matias Rivera
6
6
  Author-email: mrivera@chroma.agency
@@ -16,7 +16,7 @@ producteca/products/tests/test_products.py,sha256=0Tph7T9D2XTLdTDoIpR2PcLTrvPt6h
16
16
  producteca/products/tests/test_search_products.py,sha256=ISkDClYaYnwo23a7_O4OlgPfc4dAZCMinLAi07yecEI,4941
17
17
  producteca/sales_orders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  producteca/sales_orders/sales_orders.py,sha256=AQKCujjNRArzzmMP89eHnwypRLVR67A9PBvIkazcebo,16472
19
- producteca/sales_orders/search_sale_orders.py,sha256=oVegsfQ1vVrydyBbgbvc30TgQaufCnyEJfm8hOWWFfs,5022
19
+ producteca/sales_orders/search_sale_orders.py,sha256=xCnc1QmfmTB1YmHq387poBDasj4pPNJRShkpEFzMdSs,5073
20
20
  producteca/sales_orders/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  producteca/sales_orders/tests/search.json,sha256=v6LkTvQyeBdqxRc3iWwXH5Ugs7EYJAEOiuPuuj_rHYk,3508
22
22
  producteca/sales_orders/tests/test_sales_orders.py,sha256=hPtUqp4GUpp9iBr3AMGsS7nxHQ5JHJy-DLuTxf9Eufs,4245
@@ -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.33.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
- producteca-2.0.33.dist-info/METADATA,sha256=czmxx5JQJFyxSAYgUUN7RieVrHgtKcx9x6vqaztGsHQ,3809
30
- producteca-2.0.33.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
- producteca-2.0.33.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
- producteca-2.0.33.dist-info/RECORD,,
28
+ producteca-2.0.34.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
+ producteca-2.0.34.dist-info/METADATA,sha256=qaQ_KwuE6-RtV75CN_UYXP2n4liVE5v3B1QEe_UWius,3809
30
+ producteca-2.0.34.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
+ producteca-2.0.34.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
+ producteca-2.0.34.dist-info/RECORD,,