canonicalwebteam.store-api 6.5.0__tar.gz → 6.6.0__tar.gz
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 canonicalwebteam.store-api might be problematic. Click here for more details.
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/PKG-INFO +1 -1
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/store_api/base.py +1 -1
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/store_api/publishergw.py +1 -1
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/pyproject.toml +1 -1
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/LICENSE +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/README.md +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/__init__.py +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/exceptions.py +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/store_api/__init__.py +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/store_api/dashboard.py +0 -0
- {canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/store_api/devicegw.py +0 -0
|
@@ -246,7 +246,7 @@ class PublisherGW(Base):
|
|
|
246
246
|
processed_response = self.process_response(response)
|
|
247
247
|
|
|
248
248
|
if "metadata" not in processed_response:
|
|
249
|
-
|
|
249
|
+
return processed_response
|
|
250
250
|
|
|
251
251
|
return processed_response["metadata"]
|
|
252
252
|
|
|
File without changes
|
|
File without changes
|
{canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/__init__.py
RENAMED
|
File without changes
|
{canonicalwebteam_store_api-6.5.0 → canonicalwebteam_store_api-6.6.0}/canonicalwebteam/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|