canonicalwebteam.store-api 6.5.0__py3-none-any.whl → 6.6.0__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.
- canonicalwebteam/store_api/base.py +1 -1
- canonicalwebteam/store_api/publishergw.py +1 -1
- {canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/METADATA +1 -1
- {canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/RECORD +6 -6
- {canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/LICENSE +0 -0
- {canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/WHEEL +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
|
|
{canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
canonicalwebteam/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
|
|
2
2
|
canonicalwebteam/exceptions.py,sha256=A49LRhiEIfXNB2zC-zNcZEcdh0ugw6G7fBbXbs-BWxA,1517
|
|
3
3
|
canonicalwebteam/store_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
canonicalwebteam/store_api/base.py,sha256=
|
|
4
|
+
canonicalwebteam/store_api/base.py,sha256=DmfVcefWxGYNQxzYmaDVhmthTCg2vEwEnvczU9Bk5zE,2414
|
|
5
5
|
canonicalwebteam/store_api/dashboard.py,sha256=M5JLjTTahN-bfiVz9SuP6ahLjqEvOalwmNim6X5Ky6o,22796
|
|
6
6
|
canonicalwebteam/store_api/devicegw.py,sha256=YXmVXdHCZhukNHJq-eaFUCxa2VxqLT8qt19UrqgXGN0,9777
|
|
7
|
-
canonicalwebteam/store_api/publishergw.py,sha256=
|
|
8
|
-
canonicalwebteam_store_api-6.
|
|
9
|
-
canonicalwebteam_store_api-6.
|
|
10
|
-
canonicalwebteam_store_api-6.
|
|
11
|
-
canonicalwebteam_store_api-6.
|
|
7
|
+
canonicalwebteam/store_api/publishergw.py,sha256=vsR0pq04b0SbvZDXY0qiKfYNuxVtNuCyRgrKyZ3HKBA,28845
|
|
8
|
+
canonicalwebteam_store_api-6.6.0.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
9
|
+
canonicalwebteam_store_api-6.6.0.dist-info/METADATA,sha256=M-CsqxD35x23ADaP3DAijh1aEZUxuhS3JR7TOLRMEe0,2253
|
|
10
|
+
canonicalwebteam_store_api-6.6.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
11
|
+
canonicalwebteam_store_api-6.6.0.dist-info/RECORD,,
|
{canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/LICENSE
RENAMED
|
File without changes
|
{canonicalwebteam_store_api-6.5.0.dist-info → canonicalwebteam_store_api-6.6.0.dist-info}/WHEEL
RENAMED
|
File without changes
|