vtexpy 0.0.0b25__py3-none-any.whl → 0.0.0b26__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.
vtex/_api/base.py CHANGED
@@ -183,7 +183,7 @@ class BaseAPI:
183
183
  method=str(response.request.method).upper(),
184
184
  url=str(response.request.url),
185
185
  request_headers=response.request.headers,
186
- status=response.status_code,
186
+ status_code=response.status_code,
187
187
  data=data,
188
188
  response_headers=response.headers,
189
189
  ) from None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vtexpy
3
- Version: 0.0.0b25
3
+ Version: 0.0.0b26
4
4
  Summary: Unofficial VTEX API's Python SDK
5
5
  Home-page: https://github.com/lvieirajr/vtex-python
6
6
  License: Apache
@@ -1,6 +1,6 @@
1
1
  vtex/__init__.py,sha256=SLnqpZa19ISSQ9LDaCVLDAj-OxFlgVkQyEknydu20VU,636
2
2
  vtex/_api/__init__.py,sha256=V4n0SQrqCcVFWtm8J7jbmwIRI9mCSURwdD_8uHGueAI,353
3
- vtex/_api/base.py,sha256=8KKUfM5S32oaBNqHkLqb-2tW45Jw9XfxlY06vYuTnbs,6854
3
+ vtex/_api/base.py,sha256=-ssrk7fdVAnBybOxFF5s68rKZvLo0Rw1eL4vp52Vgfw,6859
4
4
  vtex/_api/catalog.py,sha256=0nYieUaEe2marzyDVpa23-XgtIXciK7n9rw8UqI9MU4,4661
5
5
  vtex/_api/checkout.py,sha256=AMhSzyjAu5sZUpqevRorV706yXjNafqGDgbnq2wxVpg,1693
6
6
  vtex/_api/custom.py,sha256=oW4dkHr1xuqVD7oby7ca9Qlhfzq7AeAIzcuKQ3eiUdc,2910
@@ -24,7 +24,7 @@ vtex/_types.py,sha256=xrqHzmrc0IhE5fc1aGf0StCm3BQbVFyk3LG4Hd7Wd2Q,631
24
24
  vtex/_utils.py,sha256=slBhhZN3h2S_qopVLGP0MS6nTfsoOcsqaOhLwbCiFwQ,3104
25
25
  vtex/_vtex.py,sha256=yr8ICPX0gDpPdcoSDJaokMuwFZWWEQ7Wi8z6XibYdos,2184
26
26
  vtex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- vtexpy-0.0.0b25.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
- vtexpy-0.0.0b25.dist-info/METADATA,sha256=GS4YmEp6ATaL77x6_x_SU7lwusWC2T9fNOnUz_8xsKA,3493
29
- vtexpy-0.0.0b25.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
30
- vtexpy-0.0.0b25.dist-info/RECORD,,
27
+ vtexpy-0.0.0b26.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
+ vtexpy-0.0.0b26.dist-info/METADATA,sha256=c5g1NkjuqsG4hj1J7V7N_4kJ-fmswlisYtivgozA01s,3493
29
+ vtexpy-0.0.0b26.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
30
+ vtexpy-0.0.0b26.dist-info/RECORD,,