mixpeek 0.18.7__py3-none-any.whl → 0.18.8__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.
mixpeek/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mixpeek"
6
- __version__: str = "0.18.7"
6
+ __version__: str = "0.18.8"
7
7
  __openapi_doc_version__: str = "0.81"
8
- __gen_version__: str = "2.496.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.18.7 2.496.0 0.81 mixpeek"
8
+ __gen_version__: str = "2.495.1"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.8 2.495.1 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
mixpeek/assets.py CHANGED
@@ -234,7 +234,7 @@ class Assets(BaseSDK):
234
234
  server_url: Optional[str] = None,
235
235
  timeout_ms: Optional[int] = None,
236
236
  http_headers: Optional[Mapping[str, str]] = None,
237
- ) -> Any:
237
+ ) -> models.GenericSuccessResponse:
238
238
  r"""Delete Asset
239
239
 
240
240
  **Requirements:**
@@ -299,7 +299,7 @@ class Assets(BaseSDK):
299
299
 
300
300
  data: Any = None
301
301
  if utils.match_response(http_res, "200", "application/json"):
302
- return utils.unmarshal_json(http_res.text, Any)
302
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
303
303
  if utils.match_response(
304
304
  http_res, ["400", "401", "403", "404"], "application/json"
305
305
  ):
@@ -340,7 +340,7 @@ class Assets(BaseSDK):
340
340
  server_url: Optional[str] = None,
341
341
  timeout_ms: Optional[int] = None,
342
342
  http_headers: Optional[Mapping[str, str]] = None,
343
- ) -> Any:
343
+ ) -> models.GenericSuccessResponse:
344
344
  r"""Delete Asset
345
345
 
346
346
  **Requirements:**
@@ -405,7 +405,7 @@ class Assets(BaseSDK):
405
405
 
406
406
  data: Any = None
407
407
  if utils.match_response(http_res, "200", "application/json"):
408
- return utils.unmarshal_json(http_res.text, Any)
408
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
409
409
  if utils.match_response(
410
410
  http_res, ["400", "401", "403", "404"], "application/json"
411
411
  ):
mixpeek/features.py CHANGED
@@ -230,7 +230,7 @@ class Features(BaseSDK):
230
230
  server_url: Optional[str] = None,
231
231
  timeout_ms: Optional[int] = None,
232
232
  http_headers: Optional[Mapping[str, str]] = None,
233
- ) -> Any:
233
+ ) -> models.GenericSuccessResponse:
234
234
  r"""Delete Feature
235
235
 
236
236
  **Requirements:**
@@ -295,7 +295,7 @@ class Features(BaseSDK):
295
295
 
296
296
  data: Any = None
297
297
  if utils.match_response(http_res, "200", "application/json"):
298
- return utils.unmarshal_json(http_res.text, Any)
298
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
299
299
  if utils.match_response(
300
300
  http_res, ["400", "401", "403", "404"], "application/json"
301
301
  ):
@@ -336,7 +336,7 @@ class Features(BaseSDK):
336
336
  server_url: Optional[str] = None,
337
337
  timeout_ms: Optional[int] = None,
338
338
  http_headers: Optional[Mapping[str, str]] = None,
339
- ) -> Any:
339
+ ) -> models.GenericSuccessResponse:
340
340
  r"""Delete Feature
341
341
 
342
342
  **Requirements:**
@@ -401,7 +401,7 @@ class Features(BaseSDK):
401
401
 
402
402
  data: Any = None
403
403
  if utils.match_response(http_res, "200", "application/json"):
404
- return utils.unmarshal_json(http_res.text, Any)
404
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
405
405
  if utils.match_response(
406
406
  http_res, ["400", "401", "403", "404"], "application/json"
407
407
  ):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mixpeek
3
- Version: 0.18.7
3
+ Version: 0.18.8
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -3,12 +3,12 @@ mixpeek/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,11
3
3
  mixpeek/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  mixpeek/_hooks/sdkhooks.py,sha256=T0xbVPw8mvvFszHZlrZdtFrJBovAqE-JQfw4dS9Xi7Y,2495
5
5
  mixpeek/_hooks/types.py,sha256=Qh9pO5ndynMrWpMLPkJUsOmAJ1AJHntJAXb5Yxe_a4o,2568
6
- mixpeek/_version.py,sha256=3v1c4xHsX9ZFegoIHIUnqg9ZtsVhX9Quh4BKwhwMNmo,456
7
- mixpeek/assets.py,sha256=cggTlrFg6BAlddsB3TJS67XAO7oaaEZxuXE7rac6ASw,75414
6
+ mixpeek/_version.py,sha256=3Epg0xN761-l6qKDILNGshB2ntjRkHsGOzUz_ivm1qE,456
7
+ mixpeek/assets.py,sha256=-jYhngwslhsoc-Ni8MKxyk9pJl44uu2U0DRISErGt1Y,75518
8
8
  mixpeek/basesdk.py,sha256=j_PZqE6WgIfx1cPCK5gAVn-rgPy9iLhUN5ELtefoEU0,11976
9
9
  mixpeek/collections.py,sha256=mh0ypu89kY78Lnfal7OdBrHsCpJ3O54DVR3ejhD5oSo,49021
10
10
  mixpeek/featureextractors.py,sha256=uMZncapRYj7dM_qAJ5hbT86Uyb9x1N1IraNMupGp7UE,9598
11
- mixpeek/features.py,sha256=z_JoaD_k_HNcHLrRpdOxcbnNLUjVljZmpnsbiZLHy3I,58748
11
+ mixpeek/features.py,sha256=ZlbCIHemhMYrULKlEDr1vqCkRQ9sVf5qy1DTlr2SsNo,58852
12
12
  mixpeek/health.py,sha256=4i7KHGS2bYHCAE0nyHDw5g24MXcTZYVaTviQNKPW5o0,6742
13
13
  mixpeek/httpclient.py,sha256=N-D-srtDBykpfyVKacTY4upDGvNLqdWlEYqhJvta99E,4194
14
14
  mixpeek/ingestassets.py,sha256=yW6eDg9JpSQzWM1Zl-GqDIpacKrUItXBL6LOOaDo8q8,40442
@@ -193,6 +193,6 @@ mixpeek/utils/security.py,sha256=XoK-R2YMyZtVWQte7FoezfGJS-dea9jz4qQ7w5dwNWc,600
193
193
  mixpeek/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmco,4924
194
194
  mixpeek/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
195
195
  mixpeek/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
196
- mixpeek-0.18.7.dist-info/METADATA,sha256=Kgb3pwHsbmsEiTcwXchpGfsxh5k7SDWZ8WC843K55H0,22186
197
- mixpeek-0.18.7.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
198
- mixpeek-0.18.7.dist-info/RECORD,,
196
+ mixpeek-0.18.8.dist-info/METADATA,sha256=jb55DY38A0qdpB0F3lnOKVImpVJARgU6H5d2_AZPr2A,22186
197
+ mixpeek-0.18.8.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
198
+ mixpeek-0.18.8.dist-info/RECORD,,