ultracart-rest-sdk 4.1.24__py3-none-any.whl → 4.1.25__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 ultracart-rest-sdk might be problematic. Click here for more details.
- ultracart/__init__.py +1 -1
- ultracart/api_client.py +1 -1
- ultracart/configuration.py +1 -1
- {ultracart_rest_sdk-4.1.24.dist-info → ultracart_rest_sdk-4.1.25.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.1.24.dist-info → ultracart_rest_sdk-4.1.25.dist-info}/RECORD +8 -8
- {ultracart_rest_sdk-4.1.24.dist-info → ultracart_rest_sdk-4.1.25.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.1.24.dist-info → ultracart_rest_sdk-4.1.25.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.1.24.dist-info → ultracart_rest_sdk-4.1.25.dist-info}/top_level.txt +0 -0
ultracart/__init__.py
CHANGED
ultracart/api_client.py
CHANGED
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/4.1.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/4.1.25/python'
|
|
81
81
|
|
|
82
82
|
def __enter__(self):
|
|
83
83
|
return self
|
ultracart/configuration.py
CHANGED
|
@@ -422,7 +422,7 @@ conf = ultracart.Configuration(
|
|
|
422
422
|
"OS: {env}\n"\
|
|
423
423
|
"Python Version: {pyversion}\n"\
|
|
424
424
|
"Version of the API: 2.0.0\n"\
|
|
425
|
-
"SDK Package Version: 4.1.
|
|
425
|
+
"SDK Package Version: 4.1.25".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ultracart/__init__.py,sha256=
|
|
2
|
-
ultracart/api_client.py,sha256=
|
|
3
|
-
ultracart/configuration.py,sha256=
|
|
1
|
+
ultracart/__init__.py,sha256=bf_7ePkgUqLoOwGSI7yjFAFmEtpp0GFACoJlKEzhRTQ,698
|
|
2
|
+
ultracart/api_client.py,sha256=Fukzw9CW1ymLnYfzSBXxrvUaLVtkfJI9QqcvDgY348g,39071
|
|
3
|
+
ultracart/configuration.py,sha256=YiEhNFFSI-_SIZB-OWZMpaYpxJGbm0hzspuHyqdg73U,17841
|
|
4
4
|
ultracart/exceptions.py,sha256=dwRtrWJsW4H_jKk3B1w2chykcQ7E2FSlhftUByD9e9E,5069
|
|
5
5
|
ultracart/model_utils.py,sha256=X_RAfA-TlvDKBICnIve7PPVDM34Nl58aV1bqCrVmoTo,82574
|
|
6
6
|
ultracart/rest.py,sha256=2lM6zwrjGp_SjkddamoKdpk3jFuc8Ow7fKIXRdKNp24,14268
|
|
@@ -926,8 +926,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
926
926
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
927
927
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
928
928
|
ultracart/models/__init__.py,sha256=Vw1AXohge8TidVh7-ooBLW_h27T3agW8CU--N3GUPhY,70005
|
|
929
|
-
ultracart_rest_sdk-4.1.
|
|
930
|
-
ultracart_rest_sdk-4.1.
|
|
931
|
-
ultracart_rest_sdk-4.1.
|
|
932
|
-
ultracart_rest_sdk-4.1.
|
|
933
|
-
ultracart_rest_sdk-4.1.
|
|
929
|
+
ultracart_rest_sdk-4.1.25.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
930
|
+
ultracart_rest_sdk-4.1.25.dist-info/METADATA,sha256=Tpci7VvjTvAHecwYnBMLSCOMJJWv2OjX1rOvo92zVWg,402
|
|
931
|
+
ultracart_rest_sdk-4.1.25.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
932
|
+
ultracart_rest_sdk-4.1.25.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
933
|
+
ultracart_rest_sdk-4.1.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|