nominal-api 0.698.0__py3-none-any.whl → 0.699.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
@@ -75,5 +75,5 @@ __all__ = [
75
75
 
76
76
  __conjure_generator_version__ = "4.9.0"
77
77
 
78
- __version__ = "0.698.0"
78
+ __version__ = "0.699.0"
79
79
 
nominal_api/_impl.py CHANGED
@@ -59272,18 +59272,18 @@ class scout_datareview_api_GeneratedAlertsState(ConjureBeanType):
59272
59272
  @builtins.classmethod
59273
59273
  def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
59274
59274
  return {
59275
- 'rids': ConjureFieldDefinition('rids', List[scout_rids_api_CheckAlertRid]),
59275
+ 'rids': ConjureFieldDefinition('rids', OptionalTypeWrapper[List[scout_rids_api_CheckAlertRid]]),
59276
59276
  'event_rids': ConjureFieldDefinition('eventRids', List[api_rids_EventRid])
59277
59277
  }
59278
59278
 
59279
59279
  __slots__: List[str] = ['_rids', '_event_rids']
59280
59280
 
59281
- def __init__(self, event_rids: List[str], rids: List[str]) -> None:
59281
+ def __init__(self, event_rids: List[str], rids: Optional[List[str]] = None) -> None:
59282
59282
  self._rids = rids
59283
59283
  self._event_rids = event_rids
59284
59284
 
59285
59285
  @builtins.property
59286
- def rids(self) -> List[str]:
59286
+ def rids(self) -> Optional[List[str]]:
59287
59287
  return self._rids
59288
59288
 
59289
59289
  @builtins.property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.698.0
3
+ Version: 0.699.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<3,>=2.8.0
@@ -1,5 +1,5 @@
1
- nominal_api/__init__.py,sha256=VzNOr1fkrSPLdMsMJ4TYfNkMXDdObFKKi7AccMBK0AE,1955
2
- nominal_api/_impl.py,sha256=90J6AYW-dpJLeFJktj4Fgo2vtbVPv_rNjNYcBkR8pSQ,3205722
1
+ nominal_api/__init__.py,sha256=vLW2sTBDqM0WJHaai-cEeAIpYQGgeqOqVhA8onmL9lU,1955
2
+ nominal_api/_impl.py,sha256=Kmu-Rx9EzO36C36JUCin0C-Fz2nmU1FADbX62zPNQmw,3205770
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=1oJPOuAMfV2uClPUW8Ie1nj2Y6j81TDpedcc3yUFTe0,1294
5
5
  nominal_api/api_ids/__init__.py,sha256=CAtt44XgNZEEUDv-BbEbYtuxQ8y1wqSZU-STjBYdZv8,80
@@ -72,7 +72,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=Q9iZHurmyDsJIFbUg-Eb
72
72
  nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
73
73
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=U9EhlqdF9qzD1O9al0vcvcdgS_C5lq-lN3Kmr0K3g84,1191
74
74
  nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
75
- nominal_api-0.698.0.dist-info/METADATA,sha256=sMZ4coHWuExRGwt4I_0x0qJ-2ASt784J6DnuOn_fnDQ,199
76
- nominal_api-0.698.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
77
- nominal_api-0.698.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
78
- nominal_api-0.698.0.dist-info/RECORD,,
75
+ nominal_api-0.699.0.dist-info/METADATA,sha256=Cn43x-UNhboq_AeLhN0FIFpK4Yb2ZOqZnabIaEBo3eE,199
76
+ nominal_api-0.699.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
77
+ nominal_api-0.699.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
78
+ nominal_api-0.699.0.dist-info/RECORD,,