vtexpy 0.0.0b30__py3-none-any.whl → 0.0.0b32__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 vtexpy might be problematic. Click here for more details.
- vtex/_api/orders.py +2 -6
- vtex/_api/payments_gateway.py +1 -1
- {vtexpy-0.0.0b30.dist-info → vtexpy-0.0.0b32.dist-info}/METADATA +1 -1
- {vtexpy-0.0.0b30.dist-info → vtexpy-0.0.0b32.dist-info}/RECORD +6 -6
- {vtexpy-0.0.0b30.dist-info → vtexpy-0.0.0b32.dist-info}/LICENSE +0 -0
- {vtexpy-0.0.0b30.dist-info → vtexpy-0.0.0b32.dist-info}/WHEEL +0 -0
vtex/_api/orders.py
CHANGED
|
@@ -88,7 +88,7 @@ class OrdersAPI(BaseAPI):
|
|
|
88
88
|
environment=self.ENVIRONMENT,
|
|
89
89
|
params=params,
|
|
90
90
|
config=self.client.config.with_overrides(**kwargs),
|
|
91
|
-
rate_limit=parse("
|
|
91
|
+
rate_limit=parse("2900 per minute"),
|
|
92
92
|
rate_limit_key=f"{self.client.config.account_name}:orders",
|
|
93
93
|
response_class=VTEXPaginatedItemsResponse[Any, Any],
|
|
94
94
|
)
|
|
@@ -105,7 +105,7 @@ class OrdersAPI(BaseAPI):
|
|
|
105
105
|
endpoint=f"/api/oms/pvt/orders/{order_id}",
|
|
106
106
|
environment=self.ENVIRONMENT,
|
|
107
107
|
config=self.client.config.with_overrides(**kwargs),
|
|
108
|
-
rate_limit=parse("
|
|
108
|
+
rate_limit=parse("5900 per minute"),
|
|
109
109
|
rate_limit_key=f"{self.client.config.account_name}:orders",
|
|
110
110
|
response_class=VTEXDataResponse[Any],
|
|
111
111
|
)
|
|
@@ -126,8 +126,6 @@ class OrdersAPI(BaseAPI):
|
|
|
126
126
|
),
|
|
127
127
|
},
|
|
128
128
|
config=self.client.config.with_overrides(**kwargs),
|
|
129
|
-
rate_limit=parse("4500 per minute"),
|
|
130
|
-
rate_limit_key=f"{self.client.config.account_name}:orders",
|
|
131
129
|
response_class=VTEXItemsResponse[Any, Any],
|
|
132
130
|
)
|
|
133
131
|
|
|
@@ -152,7 +150,5 @@ class OrdersAPI(BaseAPI):
|
|
|
152
150
|
environment=self.ENVIRONMENT,
|
|
153
151
|
json={"handles": handles},
|
|
154
152
|
config=self.client.config.with_overrides(**kwargs),
|
|
155
|
-
rate_limit=parse("4500 per minute"),
|
|
156
|
-
rate_limit_key=f"{self.client.config.account_name}:orders",
|
|
157
153
|
response_class=VTEXDataResponse[Any],
|
|
158
154
|
)
|
vtex/_api/payments_gateway.py
CHANGED
|
@@ -37,7 +37,7 @@ class PaymentsGatewayAPI(BaseAPI):
|
|
|
37
37
|
endpoint=f"/api/pvt/transactions/{transaction_id}/interactions",
|
|
38
38
|
environment=self.ENVIRONMENT,
|
|
39
39
|
config=self.client.config.with_overrides(**kwargs),
|
|
40
|
-
rate_limit=parse("
|
|
40
|
+
rate_limit=parse("3900 per minute"),
|
|
41
41
|
rate_limit_key=(
|
|
42
42
|
f"{self.client.config.account_name}:transaction_interactions"
|
|
43
43
|
),
|
|
@@ -7,8 +7,8 @@ vtex/_api/custom.py,sha256=3yIwTj1Ikf30oq0GzdNz0P9APYxjBeoRvdlbh0rT9gs,2930
|
|
|
7
7
|
vtex/_api/license_manager.py,sha256=GAdRpizeGUFem-up-SYNzehs5uBY0elTElJ9bEQUlFo,2805
|
|
8
8
|
vtex/_api/logistics.py,sha256=bd55wipbnql3OFnDCBsjP0-jp7OY6FP10Yz5acOsG2o,5052
|
|
9
9
|
vtex/_api/master_data.py,sha256=HGoWr908iQYb0kzq_KNvKyWKtaNQ9vTv7CXxvKey0AM,2046
|
|
10
|
-
vtex/_api/orders.py,sha256
|
|
11
|
-
vtex/_api/payments_gateway.py,sha256=
|
|
10
|
+
vtex/_api/orders.py,sha256=9J5DHWYsXQAlcSFx77IPgAQqU1OY306hPdVIMNNvqJM,5404
|
|
11
|
+
vtex/_api/payments_gateway.py,sha256=5F7Ty-yllgEPhvyPG3ruOm8DjCut8Z5uid5trF73DtU,4001
|
|
12
12
|
vtex/_api/pricing.py,sha256=gZX9MmUKsj0iPjJKT2-Ko9dzT6rZR_DR4ruqs1c9IdY,535
|
|
13
13
|
vtex/_api/promotions_and_taxes.py,sha256=wtNxTrc36u10AMbOq2NMtOVp1HLzrBWxqJDmBYpdXXY,1893
|
|
14
14
|
vtex/_api/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -25,7 +25,7 @@ vtex/_types.py,sha256=xrqHzmrc0IhE5fc1aGf0StCm3BQbVFyk3LG4Hd7Wd2Q,631
|
|
|
25
25
|
vtex/_utils.py,sha256=ngC2rRdhBO5cjAAByS0_2LMeXKsI6rnfiHGP96U0m88,3215
|
|
26
26
|
vtex/_vtex.py,sha256=IBPVQ__xiQGJEoht4oCnd-pAYKNJDrKoU06yieQL84o,2342
|
|
27
27
|
vtex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
vtexpy-0.0.
|
|
29
|
-
vtexpy-0.0.
|
|
30
|
-
vtexpy-0.0.
|
|
31
|
-
vtexpy-0.0.
|
|
28
|
+
vtexpy-0.0.0b32.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
29
|
+
vtexpy-0.0.0b32.dist-info/METADATA,sha256=WMUxbEvLYfNl7ZokXX26ql4KkL76YIrdUr6uPEqOWjI,3528
|
|
30
|
+
vtexpy-0.0.0b32.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
31
|
+
vtexpy-0.0.0b32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|