nominal-api 0.973.0__py3-none-any.whl → 0.975.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.

Potentially problematic release.


This version of nominal-api might be problematic. Click here for more details.

nominal_api/__init__.py CHANGED
@@ -82,5 +82,5 @@ __all__ = [
82
82
 
83
83
  __conjure_generator_version__ = "4.17.0"
84
84
 
85
- __version__ = "0.973.0"
85
+ __version__ = "0.975.0"
86
86
 
nominal_api/_impl.py CHANGED
@@ -87284,7 +87284,7 @@ Enforces read permission on the video.
87284
87284
  _decoder = ConjureDecoder()
87285
87285
  return None if _response.status_code == 204 else _decoder.decode(_response.json(), OptionalTypeWrapper[scout_video_api_GenerateWhepStreamResponse], self._return_none_for_unknown_union_types)
87286
87286
 
87287
- def upload_segment_from_media_mtx(self, auth_header: str, body: Any, duration: str, path: str) -> None:
87287
+ def upload_segment_from_media_mtx(self, auth_header: str, body: Any, content_length: int, duration: str, path: str) -> None:
87288
87288
  """MediaMTX segment upload endpoint. Receives video segments from MediaMTX hooks.
87289
87289
  Validates JWT and logs session. Future: create video segments from uploaded files.
87290
87290
  """
@@ -87294,6 +87294,7 @@ Validates JWT and logs session. Future: create video segments from uploaded file
87294
87294
  'Accept': 'application/json',
87295
87295
  'Content-Type': 'application/octet-stream',
87296
87296
  'Authorization': auth_header,
87297
+ 'Content-Length': _conjure_encoder.default(content_length),
87297
87298
  }
87298
87299
 
87299
87300
  _params: Dict[str, Any] = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.973.0
3
+ Version: 0.975.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<4,>=2.8.0
@@ -1,5 +1,5 @@
1
- nominal_api/__init__.py,sha256=2jzFo-aYG2Z3csjPNeto5RgQWLF8o3BQ3w-A8Gz9h_A,2109
2
- nominal_api/_impl.py,sha256=RAWJAyfDXm6RIIB-VfFqc6dWm-IUQRllBoIkWDUGtuE,3890720
1
+ nominal_api/__init__.py,sha256=IXCWZayW9ReGtmjJ5EuORFegSOBQwjU_SGiqJ6AbEtc,2109
2
+ nominal_api/_impl.py,sha256=JoztdS4K5OUZzCFVifg99x9XwdgYI9wxuSdTWFKQEPc,3890813
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=OHAEgaRoUX60742H_U3q_pBoPGpLspsL5XERHQ-rjMs,2299
5
5
  nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
@@ -79,7 +79,7 @@ nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrR
79
79
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=i21vITWBn-6ruVuFZg491TDpx6WcIhJBoF3oNw3w338,1186
80
80
  nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
81
81
  nominal_api/usercreation_api/__init__.py,sha256=Q6M70SlKFVfIxZqRohD4XYmBz5t2DP1DB0a0Q6glqGA,171
82
- nominal_api-0.973.0.dist-info/METADATA,sha256=uQhAL-tFEDLEZbYorRGa2NnsfrZH_DinLwp0BtXudkE,199
83
- nominal_api-0.973.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
- nominal_api-0.973.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
85
- nominal_api-0.973.0.dist-info/RECORD,,
82
+ nominal_api-0.975.0.dist-info/METADATA,sha256=w406oS-grr3nxfbWvme2HYomLq9vDX-on91jZgJpP2A,199
83
+ nominal_api-0.975.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
+ nominal_api-0.975.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
85
+ nominal_api-0.975.0.dist-info/RECORD,,