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

@@ -193,11 +193,11 @@ class SaleOrderShipment(BaseModel):
193
193
 
194
194
 
195
195
  class SaleOrderInvoiceIntegrationAbstract(BaseModel):
196
- id: int
196
+ id: Optional[int] = None
197
197
  integration_id: str = Field(alias="integrationId")
198
- app: int
199
- created_at: str = Field(alias="createdAt")
200
- decrease_stock: bool = Field(alias="decreaseStock")
198
+ app: Optional[int] = None
199
+ created_at: Optional[str] = Field(None, alias="createdAt")
200
+ decrease_stock: Optional[bool] = Field(None, alias="decreaseStock")
201
201
 
202
202
 
203
203
  class SaleOrderInvoiceIntegration(SaleOrderInvoiceIntegrationAbstract):
@@ -206,9 +206,8 @@ class SaleOrderInvoiceIntegration(SaleOrderInvoiceIntegrationAbstract):
206
206
 
207
207
 
208
208
  class SaleOrderInvoiceIntegrationPut(SaleOrderInvoiceIntegrationAbstract):
209
- document_url: str = Field(alias="documentUrl")
210
- xml_url: str = Field(alias="xmlUrl")
211
-
209
+ document_url: Optional[str] = Field(None, alias="documentUrl")
210
+ xml_url: Optional[str] = Field(None, alias="xmlUrl")
212
211
 
213
212
  class SaleOrderWarehouseIntegration(BaseModel):
214
213
  app: Optional[int] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: producteca
3
- Version: 2.0.26
3
+ Version: 2.0.28
4
4
  Summary:
5
5
  Author: Chroma Agency, Matias Rivera
6
6
  Author-email: mrivera@chroma.agency
@@ -15,7 +15,7 @@ producteca/products/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
15
15
  producteca/products/tests/test_products.py,sha256=0Tph7T9D2XTLdTDoIpR2PcLTrvPt6h2LPuKowTXrDgU,5742
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
- producteca/sales_orders/sales_orders.py,sha256=zWIYVUN08BemK74Eh3Emyaorx0E5KVoS1jz7g7MWw-o,16408
18
+ producteca/sales_orders/sales_orders.py,sha256=reKxXiZF9k1zCu1b0QTj4Upe9UO7DmhEOVb88NyDOQw,16505
19
19
  producteca/sales_orders/search_sale_orders.py,sha256=x4ln0P2QBR1F4OyiFY6EUM1stLVv6MNOyYsnmtPoLIo,4825
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
@@ -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.26.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
- producteca-2.0.26.dist-info/METADATA,sha256=4NqJOtxbk1FTiq6V4wt0TnBNzc7eKevuCSR87Zadf84,3809
30
- producteca-2.0.26.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
- producteca-2.0.26.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
- producteca-2.0.26.dist-info/RECORD,,
28
+ producteca-2.0.28.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
29
+ producteca-2.0.28.dist-info/METADATA,sha256=EFnCZDgAQUKIDYE-JAe9VXke_toBXzLb_xIi4SCEHi8,3809
30
+ producteca-2.0.28.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
31
+ producteca-2.0.28.dist-info/entry_points.txt,sha256=BFSDFLbB70p8YVZPiU7HDJdj2VyyLdMVa4ekLQAUAVc,125
32
+ producteca-2.0.28.dist-info/RECORD,,