nominal-api 0.1025.0__py3-none-any.whl → 0.1037.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.1025.0"
85
+ __version__ = "0.1037.0"
86
86
 
nominal_api/_impl.py CHANGED
@@ -1732,6 +1732,28 @@ authentication_api_AuthenticationServiceV2.__qualname__ = "AuthenticationService
1732
1732
  authentication_api_AuthenticationServiceV2.__module__ = "nominal_api.authentication_api"
1733
1733
 
1734
1734
 
1735
+ class authentication_api_ChartTooltipModeSetting(ConjureEnumType):
1736
+
1737
+ VERBOSE = 'VERBOSE'
1738
+ '''VERBOSE'''
1739
+ CONCISE = 'CONCISE'
1740
+ '''CONCISE'''
1741
+ SINGLE = 'SINGLE'
1742
+ '''SINGLE'''
1743
+ NONE = 'NONE'
1744
+ '''NONE'''
1745
+ UNKNOWN = 'UNKNOWN'
1746
+ '''UNKNOWN'''
1747
+
1748
+ def __reduce_ex__(self, proto):
1749
+ return self.__class__, (self.name,)
1750
+
1751
+
1752
+ authentication_api_ChartTooltipModeSetting.__name__ = "ChartTooltipModeSetting"
1753
+ authentication_api_ChartTooltipModeSetting.__qualname__ = "ChartTooltipModeSetting"
1754
+ authentication_api_ChartTooltipModeSetting.__module__ = "nominal_api.authentication_api"
1755
+
1756
+
1735
1757
  class authentication_api_DefaultTimeRangeTypeSetting(ConjureEnumType):
1736
1758
 
1737
1759
  DEFAULT = 'DEFAULT'
@@ -2241,16 +2263,18 @@ class authentication_api_UserSettings(ConjureBeanType):
2241
2263
  'default_time_range_type': ConjureFieldDefinition('defaultTimeRangeType', OptionalTypeWrapper[authentication_api_DefaultTimeRangeTypeSetting]),
2242
2264
  'appearance': ConjureFieldDefinition('appearance', OptionalTypeWrapper[authentication_api_AppearanceSetting]),
2243
2265
  'timezone': ConjureFieldDefinition('timezone', OptionalTypeWrapper[authentication_api_TimezoneSetting]),
2244
- 'time_series_hover_tooltip_concise': ConjureFieldDefinition('timeSeriesHoverTooltipConcise', OptionalTypeWrapper[bool])
2266
+ 'time_series_hover_tooltip_concise': ConjureFieldDefinition('timeSeriesHoverTooltipConcise', OptionalTypeWrapper[bool]),
2267
+ 'chart_hover_tooltip_mode': ConjureFieldDefinition('chartHoverTooltipMode', OptionalTypeWrapper[authentication_api_ChartTooltipModeSetting])
2245
2268
  }
2246
2269
 
2247
- __slots__: List[str] = ['_default_time_range_type', '_appearance', '_timezone', '_time_series_hover_tooltip_concise']
2270
+ __slots__: List[str] = ['_default_time_range_type', '_appearance', '_timezone', '_time_series_hover_tooltip_concise', '_chart_hover_tooltip_mode']
2248
2271
 
2249
- def __init__(self, appearance: Optional["authentication_api_AppearanceSetting"] = None, default_time_range_type: Optional["authentication_api_DefaultTimeRangeTypeSetting"] = None, time_series_hover_tooltip_concise: Optional[bool] = None, timezone: Optional["authentication_api_TimezoneSetting"] = None) -> None:
2272
+ def __init__(self, appearance: Optional["authentication_api_AppearanceSetting"] = None, chart_hover_tooltip_mode: Optional["authentication_api_ChartTooltipModeSetting"] = None, default_time_range_type: Optional["authentication_api_DefaultTimeRangeTypeSetting"] = None, time_series_hover_tooltip_concise: Optional[bool] = None, timezone: Optional["authentication_api_TimezoneSetting"] = None) -> None:
2250
2273
  self._default_time_range_type = default_time_range_type
2251
2274
  self._appearance = appearance
2252
2275
  self._timezone = timezone
2253
2276
  self._time_series_hover_tooltip_concise = time_series_hover_tooltip_concise
2277
+ self._chart_hover_tooltip_mode = chart_hover_tooltip_mode
2254
2278
 
2255
2279
  @builtins.property
2256
2280
  def default_time_range_type(self) -> Optional["authentication_api_DefaultTimeRangeTypeSetting"]:
@@ -2268,6 +2292,10 @@ class authentication_api_UserSettings(ConjureBeanType):
2268
2292
  def time_series_hover_tooltip_concise(self) -> Optional[bool]:
2269
2293
  return self._time_series_hover_tooltip_concise
2270
2294
 
2295
+ @builtins.property
2296
+ def chart_hover_tooltip_mode(self) -> Optional["authentication_api_ChartTooltipModeSetting"]:
2297
+ return self._chart_hover_tooltip_mode
2298
+
2271
2299
 
2272
2300
  authentication_api_UserSettings.__name__ = "UserSettings"
2273
2301
  authentication_api_UserSettings.__qualname__ = "UserSettings"
@@ -10007,13 +10035,13 @@ class ingest_api_ContainerizedExtractor(ConjureBeanType):
10007
10035
  'labels': ConjureFieldDefinition('labels', List[api_Label]),
10008
10036
  'created_at': ConjureFieldDefinition('createdAt', str),
10009
10037
  'is_archived': ConjureFieldDefinition('isArchived', bool),
10010
- 'timestamp_metadata': ConjureFieldDefinition('timestampMetadata', ingest_api_TimestampMetadata),
10038
+ 'timestamp_metadata': ConjureFieldDefinition('timestampMetadata', OptionalTypeWrapper[ingest_api_TimestampMetadata]),
10011
10039
  'output_file_format': ConjureFieldDefinition('outputFileFormat', ingest_api_FileOutputFormat)
10012
10040
  }
10013
10041
 
10014
10042
  __slots__: List[str] = ['_rid', '_name', '_description', '_image', '_inputs', '_parameters', '_properties', '_labels', '_created_at', '_is_archived', '_timestamp_metadata', '_output_file_format']
10015
10043
 
10016
- def __init__(self, created_at: str, image: "ingest_api_DockerImageSource", inputs: List["ingest_api_FileExtractionInput"], is_archived: bool, labels: List[str], name: str, output_file_format: "ingest_api_FileOutputFormat", parameters: List["ingest_api_FileExtractionParameter"], properties: Dict[str, str], rid: str, timestamp_metadata: "ingest_api_TimestampMetadata", description: Optional[str] = None) -> None:
10044
+ def __init__(self, created_at: str, image: "ingest_api_DockerImageSource", inputs: List["ingest_api_FileExtractionInput"], is_archived: bool, labels: List[str], name: str, output_file_format: "ingest_api_FileOutputFormat", parameters: List["ingest_api_FileExtractionParameter"], properties: Dict[str, str], rid: str, description: Optional[str] = None, timestamp_metadata: Optional["ingest_api_TimestampMetadata"] = None) -> None:
10017
10045
  self._rid = rid
10018
10046
  self._name = name
10019
10047
  self._description = description
@@ -10088,8 +10116,9 @@ class ingest_api_ContainerizedExtractor(ConjureBeanType):
10088
10116
  return self._is_archived
10089
10117
 
10090
10118
  @builtins.property
10091
- def timestamp_metadata(self) -> "ingest_api_TimestampMetadata":
10092
- """Metadata about the intermediate parquet this extractor will produce
10119
+ def timestamp_metadata(self) -> Optional["ingest_api_TimestampMetadata"]:
10120
+ """Metadata about the intermediate parquet this extractor will produce.
10121
+ If not set, timestamp metadata must be provided at ingest time.
10093
10122
  """
10094
10123
  return self._timestamp_metadata
10095
10124
 
@@ -10314,17 +10343,19 @@ class ingest_api_ContainerizedOpts(ConjureBeanType):
10314
10343
  'sources': ConjureFieldDefinition('sources', Dict[ingest_api_EnvironmentVariable, ingest_api_IngestSource]),
10315
10344
  'arguments': ConjureFieldDefinition('arguments', Dict[ingest_api_EnvironmentVariable, str]),
10316
10345
  'extractor_rid': ConjureFieldDefinition('extractorRid', ingest_api_ContainerizedExtractorRid),
10346
+ 'timestamp_metadata': ConjureFieldDefinition('timestampMetadata', OptionalTypeWrapper[ingest_api_TimestampMetadata]),
10317
10347
  'tag': ConjureFieldDefinition('tag', OptionalTypeWrapper[str]),
10318
10348
  'target': ConjureFieldDefinition('target', ingest_api_DatasetIngestTarget),
10319
10349
  'additional_file_tags': ConjureFieldDefinition('additionalFileTags', Dict[api_TagName, api_TagValue])
10320
10350
  }
10321
10351
 
10322
- __slots__: List[str] = ['_sources', '_arguments', '_extractor_rid', '_tag', '_target', '_additional_file_tags']
10352
+ __slots__: List[str] = ['_sources', '_arguments', '_extractor_rid', '_timestamp_metadata', '_tag', '_target', '_additional_file_tags']
10323
10353
 
10324
- def __init__(self, additional_file_tags: Dict[str, str], arguments: Dict[str, str], extractor_rid: str, sources: Dict[str, "ingest_api_IngestSource"], target: "ingest_api_DatasetIngestTarget", tag: Optional[str] = None) -> None:
10354
+ def __init__(self, additional_file_tags: Dict[str, str], arguments: Dict[str, str], extractor_rid: str, sources: Dict[str, "ingest_api_IngestSource"], target: "ingest_api_DatasetIngestTarget", tag: Optional[str] = None, timestamp_metadata: Optional["ingest_api_TimestampMetadata"] = None) -> None:
10325
10355
  self._sources = sources
10326
10356
  self._arguments = arguments
10327
10357
  self._extractor_rid = extractor_rid
10358
+ self._timestamp_metadata = timestamp_metadata
10328
10359
  self._tag = tag
10329
10360
  self._target = target
10330
10361
  self._additional_file_tags = additional_file_tags
@@ -10341,6 +10372,10 @@ class ingest_api_ContainerizedOpts(ConjureBeanType):
10341
10372
  def extractor_rid(self) -> str:
10342
10373
  return self._extractor_rid
10343
10374
 
10375
+ @builtins.property
10376
+ def timestamp_metadata(self) -> Optional["ingest_api_TimestampMetadata"]:
10377
+ return self._timestamp_metadata
10378
+
10344
10379
  @builtins.property
10345
10380
  def tag(self) -> Optional[str]:
10346
10381
  return self._tag
@@ -13987,13 +14022,13 @@ class ingest_api_RegisterContainerizedExtractorRequest(ConjureBeanType):
13987
14022
  'properties': ConjureFieldDefinition('properties', Dict[api_PropertyName, api_PropertyValue]),
13988
14023
  'labels': ConjureFieldDefinition('labels', List[api_Label]),
13989
14024
  'workspace': ConjureFieldDefinition('workspace', api_rids_WorkspaceRid),
13990
- 'timestamp_metadata': ConjureFieldDefinition('timestampMetadata', ingest_api_TimestampMetadata),
14025
+ 'timestamp_metadata': ConjureFieldDefinition('timestampMetadata', OptionalTypeWrapper[ingest_api_TimestampMetadata]),
13991
14026
  'output_file_format': ConjureFieldDefinition('outputFileFormat', OptionalTypeWrapper[ingest_api_FileOutputFormat])
13992
14027
  }
13993
14028
 
13994
14029
  __slots__: List[str] = ['_name', '_description', '_image', '_inputs', '_parameters', '_properties', '_labels', '_workspace', '_timestamp_metadata', '_output_file_format']
13995
14030
 
13996
- def __init__(self, image: "ingest_api_DockerImageSource", inputs: List["ingest_api_FileExtractionInput"], labels: List[str], name: str, parameters: List["ingest_api_FileExtractionParameter"], properties: Dict[str, str], timestamp_metadata: "ingest_api_TimestampMetadata", workspace: str, description: Optional[str] = None, output_file_format: Optional["ingest_api_FileOutputFormat"] = None) -> None:
14031
+ def __init__(self, image: "ingest_api_DockerImageSource", inputs: List["ingest_api_FileExtractionInput"], labels: List[str], name: str, parameters: List["ingest_api_FileExtractionParameter"], properties: Dict[str, str], workspace: str, description: Optional[str] = None, output_file_format: Optional["ingest_api_FileOutputFormat"] = None, timestamp_metadata: Optional["ingest_api_TimestampMetadata"] = None) -> None:
13997
14032
  self._name = name
13998
14033
  self._description = description
13999
14034
  self._image = image
@@ -14044,8 +14079,9 @@ class ingest_api_RegisterContainerizedExtractorRequest(ConjureBeanType):
14044
14079
  return self._workspace
14045
14080
 
14046
14081
  @builtins.property
14047
- def timestamp_metadata(self) -> "ingest_api_TimestampMetadata":
14048
- """Metadata about the intermediate parquet this extractor will produce
14082
+ def timestamp_metadata(self) -> Optional["ingest_api_TimestampMetadata"]:
14083
+ """Metadata about the intermediate parquet this extractor will produce.
14084
+ If not set, timestamp metadata must be provided at ingest time.
14049
14085
  """
14050
14086
  return self._timestamp_metadata
14051
14087
 
@@ -35320,15 +35356,17 @@ class scout_checklistexecution_api_AssetStreamConfiguration(ConjureBeanType):
35320
35356
  return {
35321
35357
  'notification_configurations': ConjureFieldDefinition('notificationConfigurations', List[scout_integrations_api_NotificationConfiguration]),
35322
35358
  'evaluation_delay': ConjureFieldDefinition('evaluationDelay', scout_run_api_Duration),
35323
- 'recovery_delay': ConjureFieldDefinition('recoveryDelay', scout_run_api_Duration)
35359
+ 'recovery_delay': ConjureFieldDefinition('recoveryDelay', scout_run_api_Duration),
35360
+ 'auto_create_events': ConjureFieldDefinition('autoCreateEvents', bool)
35324
35361
  }
35325
35362
 
35326
- __slots__: List[str] = ['_notification_configurations', '_evaluation_delay', '_recovery_delay']
35363
+ __slots__: List[str] = ['_notification_configurations', '_evaluation_delay', '_recovery_delay', '_auto_create_events']
35327
35364
 
35328
- def __init__(self, evaluation_delay: "scout_run_api_Duration", notification_configurations: List["scout_integrations_api_NotificationConfiguration"], recovery_delay: "scout_run_api_Duration") -> None:
35365
+ def __init__(self, auto_create_events: bool, evaluation_delay: "scout_run_api_Duration", notification_configurations: List["scout_integrations_api_NotificationConfiguration"], recovery_delay: "scout_run_api_Duration") -> None:
35329
35366
  self._notification_configurations = notification_configurations
35330
35367
  self._evaluation_delay = evaluation_delay
35331
35368
  self._recovery_delay = recovery_delay
35369
+ self._auto_create_events = auto_create_events
35332
35370
 
35333
35371
  @builtins.property
35334
35372
  def notification_configurations(self) -> List["scout_integrations_api_NotificationConfiguration"]:
@@ -35342,6 +35380,10 @@ class scout_checklistexecution_api_AssetStreamConfiguration(ConjureBeanType):
35342
35380
  def recovery_delay(self) -> "scout_run_api_Duration":
35343
35381
  return self._recovery_delay
35344
35382
 
35383
+ @builtins.property
35384
+ def auto_create_events(self) -> bool:
35385
+ return self._auto_create_events
35386
+
35345
35387
 
35346
35388
  scout_checklistexecution_api_AssetStreamConfiguration.__name__ = "AssetStreamConfiguration"
35347
35389
  scout_checklistexecution_api_AssetStreamConfiguration.__qualname__ = "AssetStreamConfiguration"
@@ -35561,6 +35603,7 @@ class scout_checklistexecution_api_CheckLiveStatusResponse(ConjureBeanType):
35561
35603
  @builtins.property
35562
35604
  def check_parameter_index(self) -> Optional[int]:
35563
35605
  """Checks can define a single range computation which can evaluate over multiple implementations of a context.
35606
+ assetRid: common.AssetRid
35564
35607
  The check implementation index will correspond to the implementation index of the check condition.
35565
35608
  """
35566
35609
  return self._check_parameter_index
@@ -36225,17 +36268,19 @@ class scout_checklistexecution_api_ExecuteChecklistForAssetsRequest(ConjureBeanT
36225
36268
  'assets': ConjureFieldDefinition('assets', List[scout_rids_api_AssetRid]),
36226
36269
  'notification_configurations': ConjureFieldDefinition('notificationConfigurations', List[scout_integrations_api_NotificationConfiguration]),
36227
36270
  'evaluation_delay': ConjureFieldDefinition('evaluationDelay', scout_run_api_Duration),
36228
- 'recovery_delay': ConjureFieldDefinition('recoveryDelay', scout_run_api_Duration)
36271
+ 'recovery_delay': ConjureFieldDefinition('recoveryDelay', scout_run_api_Duration),
36272
+ 'auto_create_events': ConjureFieldDefinition('autoCreateEvents', OptionalTypeWrapper[bool])
36229
36273
  }
36230
36274
 
36231
- __slots__: List[str] = ['_checklist', '_assets', '_notification_configurations', '_evaluation_delay', '_recovery_delay']
36275
+ __slots__: List[str] = ['_checklist', '_assets', '_notification_configurations', '_evaluation_delay', '_recovery_delay', '_auto_create_events']
36232
36276
 
36233
- def __init__(self, assets: List[str], checklist: str, evaluation_delay: "scout_run_api_Duration", notification_configurations: List["scout_integrations_api_NotificationConfiguration"], recovery_delay: "scout_run_api_Duration") -> None:
36277
+ def __init__(self, assets: List[str], checklist: str, evaluation_delay: "scout_run_api_Duration", notification_configurations: List["scout_integrations_api_NotificationConfiguration"], recovery_delay: "scout_run_api_Duration", auto_create_events: Optional[bool] = None) -> None:
36234
36278
  self._checklist = checklist
36235
36279
  self._assets = assets
36236
36280
  self._notification_configurations = notification_configurations
36237
36281
  self._evaluation_delay = evaluation_delay
36238
36282
  self._recovery_delay = recovery_delay
36283
+ self._auto_create_events = auto_create_events
36239
36284
 
36240
36285
  @builtins.property
36241
36286
  def checklist(self) -> str:
@@ -36264,6 +36309,14 @@ Minimum value is 15 seconds.
36264
36309
  """
36265
36310
  return self._recovery_delay
36266
36311
 
36312
+ @builtins.property
36313
+ def auto_create_events(self) -> Optional[bool]:
36314
+ """The option to automatically create events for check status changes.
36315
+ If true, events will be created when checks fail and recover.
36316
+ Defaults to false if not specified.
36317
+ """
36318
+ return self._auto_create_events
36319
+
36267
36320
 
36268
36321
  scout_checklistexecution_api_ExecuteChecklistForAssetsRequest.__name__ = "ExecuteChecklistForAssetsRequest"
36269
36322
  scout_checklistexecution_api_ExecuteChecklistForAssetsRequest.__qualname__ = "ExecuteChecklistForAssetsRequest"
@@ -56688,6 +56741,8 @@ scout_compute_api_SeriesEqualityRanges.__module__ = "nominal_api.scout_compute_a
56688
56741
 
56689
56742
 
56690
56743
  class scout_compute_api_SeriesSpec(ConjureBeanType):
56744
+ """Deprecated and should not be created by clients. Use ChannelSeries instead.
56745
+ """
56691
56746
 
56692
56747
  @builtins.classmethod
56693
56748
  def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
@@ -99910,7 +99965,6 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
99910
99965
  _visual_crossing_locator: Optional["timeseries_logicalseries_api_VisualCrossingLocator"] = None
99911
99966
  _big_query_locator: Optional["timeseries_logicalseries_api_BigQueryLocator"] = None
99912
99967
  _api_locator: Optional["timeseries_logicalseries_api_ApiLocator"] = None
99913
- _video_locator: Optional["timeseries_logicalseries_api_VideoLocator"] = None
99914
99968
 
99915
99969
  @builtins.classmethod
99916
99970
  def _options(cls) -> Dict[str, ConjureFieldDefinition]:
@@ -99922,8 +99976,7 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
99922
99976
  'timestream_locator': ConjureFieldDefinition('timestreamLocator', timeseries_logicalseries_api_TimestreamLocator),
99923
99977
  'visual_crossing_locator': ConjureFieldDefinition('visualCrossingLocator', timeseries_logicalseries_api_VisualCrossingLocator),
99924
99978
  'big_query_locator': ConjureFieldDefinition('bigQueryLocator', timeseries_logicalseries_api_BigQueryLocator),
99925
- 'api_locator': ConjureFieldDefinition('apiLocator', timeseries_logicalseries_api_ApiLocator),
99926
- 'video_locator': ConjureFieldDefinition('videoLocator', timeseries_logicalseries_api_VideoLocator)
99979
+ 'api_locator': ConjureFieldDefinition('apiLocator', timeseries_logicalseries_api_ApiLocator)
99927
99980
  }
99928
99981
 
99929
99982
  def __init__(
@@ -99936,11 +99989,10 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
99936
99989
  visual_crossing_locator: Optional["timeseries_logicalseries_api_VisualCrossingLocator"] = None,
99937
99990
  big_query_locator: Optional["timeseries_logicalseries_api_BigQueryLocator"] = None,
99938
99991
  api_locator: Optional["timeseries_logicalseries_api_ApiLocator"] = None,
99939
- video_locator: Optional["timeseries_logicalseries_api_VideoLocator"] = None,
99940
99992
  type_of_union: Optional[str] = None
99941
99993
  ) -> None:
99942
99994
  if type_of_union is None:
99943
- if (timescale_db_locator is not None) + (influx_locator is not None) + (influx1_locator is not None) + (nominal_locator is not None) + (timestream_locator is not None) + (visual_crossing_locator is not None) + (big_query_locator is not None) + (api_locator is not None) + (video_locator is not None) != 1:
99995
+ if (timescale_db_locator is not None) + (influx_locator is not None) + (influx1_locator is not None) + (nominal_locator is not None) + (timestream_locator is not None) + (visual_crossing_locator is not None) + (big_query_locator is not None) + (api_locator is not None) != 1:
99944
99996
  raise ValueError('a union must contain a single member')
99945
99997
 
99946
99998
  if timescale_db_locator is not None:
@@ -99967,9 +100019,6 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
99967
100019
  if api_locator is not None:
99968
100020
  self._api_locator = api_locator
99969
100021
  self._type = 'apiLocator'
99970
- if video_locator is not None:
99971
- self._video_locator = video_locator
99972
- self._type = 'videoLocator'
99973
100022
 
99974
100023
  elif type_of_union == 'timescaleDbLocator':
99975
100024
  if timescale_db_locator is None:
@@ -100011,11 +100060,6 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
100011
100060
  raise ValueError('a union value must not be None')
100012
100061
  self._api_locator = api_locator
100013
100062
  self._type = 'apiLocator'
100014
- elif type_of_union == 'videoLocator':
100015
- if video_locator is None:
100016
- raise ValueError('a union value must not be None')
100017
- self._video_locator = video_locator
100018
- self._type = 'videoLocator'
100019
100063
 
100020
100064
  @builtins.property
100021
100065
  def timescale_db_locator(self) -> Optional["timeseries_logicalseries_api_TimescaleDbLocator"]:
@@ -100049,10 +100093,6 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
100049
100093
  def api_locator(self) -> Optional["timeseries_logicalseries_api_ApiLocator"]:
100050
100094
  return self._api_locator
100051
100095
 
100052
- @builtins.property
100053
- def video_locator(self) -> Optional["timeseries_logicalseries_api_VideoLocator"]:
100054
- return self._video_locator
100055
-
100056
100096
  def accept(self, visitor) -> Any:
100057
100097
  if not isinstance(visitor, timeseries_logicalseries_api_LocatorVisitor):
100058
100098
  raise ValueError('{} is not an instance of timeseries_logicalseries_api_LocatorVisitor'.format(visitor.__class__.__name__))
@@ -100072,8 +100112,6 @@ class timeseries_logicalseries_api_Locator(ConjureUnionType):
100072
100112
  return visitor._big_query_locator(self.big_query_locator)
100073
100113
  if self._type == 'apiLocator' and self.api_locator is not None:
100074
100114
  return visitor._api_locator(self.api_locator)
100075
- if self._type == 'videoLocator' and self.video_locator is not None:
100076
- return visitor._video_locator(self.video_locator)
100077
100115
 
100078
100116
 
100079
100117
  timeseries_logicalseries_api_Locator.__name__ = "Locator"
@@ -100115,10 +100153,6 @@ class timeseries_logicalseries_api_LocatorVisitor:
100115
100153
  def _api_locator(self, api_locator: "timeseries_logicalseries_api_ApiLocator") -> Any:
100116
100154
  pass
100117
100155
 
100118
- @abstractmethod
100119
- def _video_locator(self, video_locator: "timeseries_logicalseries_api_VideoLocator") -> Any:
100120
- pass
100121
-
100122
100156
 
100123
100157
  timeseries_logicalseries_api_LocatorVisitor.__name__ = "LocatorVisitor"
100124
100158
  timeseries_logicalseries_api_LocatorVisitor.__qualname__ = "LocatorVisitor"
@@ -100636,41 +100670,6 @@ timeseries_logicalseries_api_UpdateLogicalSeries.__qualname__ = "UpdateLogicalSe
100636
100670
  timeseries_logicalseries_api_UpdateLogicalSeries.__module__ = "nominal_api.timeseries_logicalseries_api"
100637
100671
 
100638
100672
 
100639
- class timeseries_logicalseries_api_VideoLocator(ConjureBeanType):
100640
-
100641
- @builtins.classmethod
100642
- def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
100643
- return {
100644
- 'channel': ConjureFieldDefinition('channel', api_Channel),
100645
- 'video_rid': ConjureFieldDefinition('videoRid', api_rids_VideoRid),
100646
- 'tags': ConjureFieldDefinition('tags', Dict[api_TagName, api_TagValue])
100647
- }
100648
-
100649
- __slots__: List[str] = ['_channel', '_video_rid', '_tags']
100650
-
100651
- def __init__(self, channel: str, tags: Dict[str, str], video_rid: str) -> None:
100652
- self._channel = channel
100653
- self._video_rid = video_rid
100654
- self._tags = tags
100655
-
100656
- @builtins.property
100657
- def channel(self) -> str:
100658
- return self._channel
100659
-
100660
- @builtins.property
100661
- def video_rid(self) -> str:
100662
- return self._video_rid
100663
-
100664
- @builtins.property
100665
- def tags(self) -> Dict[str, str]:
100666
- return self._tags
100667
-
100668
-
100669
- timeseries_logicalseries_api_VideoLocator.__name__ = "VideoLocator"
100670
- timeseries_logicalseries_api_VideoLocator.__qualname__ = "VideoLocator"
100671
- timeseries_logicalseries_api_VideoLocator.__module__ = "nominal_api.timeseries_logicalseries_api"
100672
-
100673
-
100674
100673
  class timeseries_logicalseries_api_VisualCrossingEndpointUri(ConjureEnumType):
100675
100674
 
100676
100675
  HISTORY = 'HISTORY'
@@ -2,6 +2,7 @@
2
2
  from .._impl import (
3
3
  authentication_api_AppearanceSetting as AppearanceSetting,
4
4
  authentication_api_AuthenticationServiceV2 as AuthenticationServiceV2,
5
+ authentication_api_ChartTooltipModeSetting as ChartTooltipModeSetting,
5
6
  authentication_api_DefaultTimeRangeTypeSetting as DefaultTimeRangeTypeSetting,
6
7
  authentication_api_GenerateMediaMtxTokenRequest as GenerateMediaMtxTokenRequest,
7
8
  authentication_api_GenerateMediaMtxTokenResponse as GenerateMediaMtxTokenResponse,
@@ -25,6 +26,7 @@ from .._impl import (
25
26
 
26
27
  __all__ = [
27
28
  'AppearanceSetting',
29
+ 'ChartTooltipModeSetting',
28
30
  'DefaultTimeRangeTypeSetting',
29
31
  'GenerateMediaMtxTokenRequest',
30
32
  'GenerateMediaMtxTokenResponse',
@@ -1079,6 +1079,15 @@
1079
1079
  }
1080
1080
  } ],
1081
1081
  "unsafeArgs" : [ ]
1082
+ }, {
1083
+ "errorName" : {
1084
+ "name" : "NullKey",
1085
+ "package" : "io.nominal.ingest.api"
1086
+ },
1087
+ "namespace" : "UploadService",
1088
+ "code" : "INVALID_ARGUMENT",
1089
+ "safeArgs" : [ ],
1090
+ "unsafeArgs" : [ ]
1082
1091
  }, {
1083
1092
  "errorName" : {
1084
1093
  "name" : "ParallelReingestIntoDatasetV1",
@@ -2461,6 +2470,16 @@
2461
2470
  "code" : "INVALID_ARGUMENT",
2462
2471
  "safeArgs" : [ ],
2463
2472
  "unsafeArgs" : [ ]
2473
+ }, {
2474
+ "errorName" : {
2475
+ "name" : "EmptySet",
2476
+ "package" : "io.nominal.scout.compute.api"
2477
+ },
2478
+ "docs" : "The provided set must contain at least one element.\n",
2479
+ "namespace" : "Compute",
2480
+ "code" : "INVALID_ARGUMENT",
2481
+ "safeArgs" : [ ],
2482
+ "unsafeArgs" : [ ]
2464
2483
  }, {
2465
2484
  "errorName" : {
2466
2485
  "name" : "ExponentialCurveInputTooLarge",
@@ -2549,6 +2568,16 @@
2549
2568
  "code" : "INVALID_ARGUMENT",
2550
2569
  "safeArgs" : [ ],
2551
2570
  "unsafeArgs" : [ ]
2571
+ }, {
2572
+ "errorName" : {
2573
+ "name" : "GroupByMissingTag",
2574
+ "package" : "io.nominal.scout.compute.api"
2575
+ },
2576
+ "docs" : "Attempted to group by a tag that does not exist.\n",
2577
+ "namespace" : "Compute",
2578
+ "code" : "INVALID_ARGUMENT",
2579
+ "safeArgs" : [ ],
2580
+ "unsafeArgs" : [ ]
2552
2581
  }, {
2553
2582
  "errorName" : {
2554
2583
  "name" : "GroupByTagsNotSubset",
@@ -3352,6 +3381,28 @@
3352
3381
  }
3353
3382
  } ],
3354
3383
  "unsafeArgs" : [ ]
3384
+ }, {
3385
+ "errorName" : {
3386
+ "name" : "TooFewInputs",
3387
+ "package" : "io.nominal.scout.compute.api"
3388
+ },
3389
+ "docs" : "The operation requires more input series than were provided.\n",
3390
+ "namespace" : "Compute",
3391
+ "code" : "INVALID_ARGUMENT",
3392
+ "safeArgs" : [ {
3393
+ "fieldName" : "requiredInputCount",
3394
+ "type" : {
3395
+ "type" : "primitive",
3396
+ "primitive" : "INTEGER"
3397
+ }
3398
+ }, {
3399
+ "fieldName" : "providedInputCount",
3400
+ "type" : {
3401
+ "type" : "primitive",
3402
+ "primitive" : "INTEGER"
3403
+ }
3404
+ } ],
3405
+ "unsafeArgs" : [ ]
3355
3406
  }, {
3356
3407
  "errorName" : {
3357
3408
  "name" : "TooManyBuckets",
@@ -7455,6 +7506,23 @@
7455
7506
  "value" : "DARK"
7456
7507
  } ]
7457
7508
  }
7509
+ }, {
7510
+ "type" : "enum",
7511
+ "enum" : {
7512
+ "typeName" : {
7513
+ "name" : "ChartTooltipModeSetting",
7514
+ "package" : "io.nominal.authentication.api"
7515
+ },
7516
+ "values" : [ {
7517
+ "value" : "VERBOSE"
7518
+ }, {
7519
+ "value" : "CONCISE"
7520
+ }, {
7521
+ "value" : "SINGLE"
7522
+ }, {
7523
+ "value" : "NONE"
7524
+ } ]
7525
+ }
7458
7526
  }, {
7459
7527
  "type" : "enum",
7460
7528
  "enum" : {
@@ -7929,6 +7997,21 @@
7929
7997
  "primitive" : "BOOLEAN"
7930
7998
  }
7931
7999
  }
8000
+ },
8001
+ "deprecated" : "Use `chartHoverTooltipMode` instead. If `chartHoverTooltipMode` is not set, this field will be\nused: `true` as `SINGLE` and `false` as `VERBOSE`.\n"
8002
+ }, {
8003
+ "fieldName" : "chartHoverTooltipMode",
8004
+ "type" : {
8005
+ "type" : "optional",
8006
+ "optional" : {
8007
+ "itemType" : {
8008
+ "type" : "reference",
8009
+ "reference" : {
8010
+ "name" : "ChartTooltipModeSetting",
8011
+ "package" : "io.nominal.authentication.api"
8012
+ }
8013
+ }
8014
+ }
7932
8015
  }
7933
8016
  } ]
7934
8017
  }
@@ -13637,13 +13720,18 @@
13637
13720
  }, {
13638
13721
  "fieldName" : "timestampMetadata",
13639
13722
  "type" : {
13640
- "type" : "reference",
13641
- "reference" : {
13642
- "name" : "TimestampMetadata",
13643
- "package" : "io.nominal.ingest.api"
13723
+ "type" : "optional",
13724
+ "optional" : {
13725
+ "itemType" : {
13726
+ "type" : "reference",
13727
+ "reference" : {
13728
+ "name" : "TimestampMetadata",
13729
+ "package" : "io.nominal.ingest.api"
13730
+ }
13731
+ }
13644
13732
  }
13645
13733
  },
13646
- "docs" : "Metadata about the intermediate parquet this extractor will produce\n"
13734
+ "docs" : "Metadata about the intermediate parquet this extractor will produce.\nIf not set, timestamp metadata must be provided at ingest time.\n"
13647
13735
  }, {
13648
13736
  "fieldName" : "outputFileFormat",
13649
13737
  "type" : {
@@ -13724,6 +13812,20 @@
13724
13812
  "package" : "io.nominal.ingest.api"
13725
13813
  }
13726
13814
  }
13815
+ }, {
13816
+ "fieldName" : "timestampMetadata",
13817
+ "type" : {
13818
+ "type" : "optional",
13819
+ "optional" : {
13820
+ "itemType" : {
13821
+ "type" : "reference",
13822
+ "reference" : {
13823
+ "name" : "TimestampMetadata",
13824
+ "package" : "io.nominal.ingest.api"
13825
+ }
13826
+ }
13827
+ }
13828
+ }
13727
13829
  }, {
13728
13830
  "fieldName" : "tag",
13729
13831
  "type" : {
@@ -16857,13 +16959,18 @@
16857
16959
  }, {
16858
16960
  "fieldName" : "timestampMetadata",
16859
16961
  "type" : {
16860
- "type" : "reference",
16861
- "reference" : {
16862
- "name" : "TimestampMetadata",
16863
- "package" : "io.nominal.ingest.api"
16962
+ "type" : "optional",
16963
+ "optional" : {
16964
+ "itemType" : {
16965
+ "type" : "reference",
16966
+ "reference" : {
16967
+ "name" : "TimestampMetadata",
16968
+ "package" : "io.nominal.ingest.api"
16969
+ }
16970
+ }
16864
16971
  }
16865
16972
  },
16866
- "docs" : "Metadata about the intermediate parquet this extractor will produce\n"
16973
+ "docs" : "Metadata about the intermediate parquet this extractor will produce.\nIf not set, timestamp metadata must be provided at ingest time.\n"
16867
16974
  }, {
16868
16975
  "fieldName" : "outputFileFormat",
16869
16976
  "type" : {
@@ -31020,6 +31127,12 @@
31020
31127
  "package" : "io.nominal.scout.run.api"
31021
31128
  }
31022
31129
  }
31130
+ }, {
31131
+ "fieldName" : "autoCreateEvents",
31132
+ "type" : {
31133
+ "type" : "primitive",
31134
+ "primitive" : "BOOLEAN"
31135
+ }
31023
31136
  } ]
31024
31137
  }
31025
31138
  }, {
@@ -31243,7 +31356,7 @@
31243
31356
  }
31244
31357
  }
31245
31358
  },
31246
- "docs" : "Checks can define a single range computation which can evaluate over multiple implementations of a context.\nThe check implementation index will correspond to the implementation index of the check condition.\n"
31359
+ "docs" : "Checks can define a single range computation which can evaluate over multiple implementations of a context.\nassetRid: common.AssetRid\nThe check implementation index will correspond to the implementation index of the check condition.\n"
31247
31360
  } ]
31248
31361
  }
31249
31362
  }, {
@@ -31472,6 +31585,18 @@
31472
31585
  }
31473
31586
  },
31474
31587
  "docs" : "Specifies the minimum amount of time that must pass before a check can recover from a failure.\nMinimum value is 15 seconds.\n"
31588
+ }, {
31589
+ "fieldName" : "autoCreateEvents",
31590
+ "type" : {
31591
+ "type" : "optional",
31592
+ "optional" : {
31593
+ "itemType" : {
31594
+ "type" : "primitive",
31595
+ "primitive" : "BOOLEAN"
31596
+ }
31597
+ }
31598
+ },
31599
+ "docs" : "The option to automatically create events for check status changes.\nIf true, events will be created when checks fail and recover.\nDefaults to false if not specified.\n"
31475
31600
  } ]
31476
31601
  }
31477
31602
  }, {
@@ -46290,7 +46415,8 @@
46290
46415
  }
46291
46416
  }
46292
46417
  }
46293
- } ]
46418
+ } ],
46419
+ "docs" : "Deprecated and should not be created by clients. Use ChannelSeries instead.\n"
46294
46420
  }
46295
46421
  }, {
46296
46422
  "type" : "object",
@@ -48083,7 +48209,8 @@
48083
48209
  "name" : "SeriesSpec",
48084
48210
  "package" : "io.nominal.scout.compute.api"
48085
48211
  }
48086
- }
48212
+ },
48213
+ "deprecated" : "use channel instead"
48087
48214
  }, {
48088
48215
  "fieldName" : "string",
48089
48216
  "type" : {
@@ -77403,15 +77530,6 @@
77403
77530
  "package" : "io.nominal.timeseries.logicalseries.api"
77404
77531
  }
77405
77532
  }
77406
- }, {
77407
- "fieldName" : "videoLocator",
77408
- "type" : {
77409
- "type" : "reference",
77410
- "reference" : {
77411
- "name" : "VideoLocator",
77412
- "package" : "io.nominal.timeseries.logicalseries.api"
77413
- }
77414
- }
77415
77533
  } ]
77416
77534
  }
77417
77535
  }, {
@@ -78003,54 +78121,6 @@
78003
78121
  }
78004
78122
  } ]
78005
78123
  }
78006
- }, {
78007
- "type" : "object",
78008
- "object" : {
78009
- "typeName" : {
78010
- "name" : "VideoLocator",
78011
- "package" : "io.nominal.timeseries.logicalseries.api"
78012
- },
78013
- "fields" : [ {
78014
- "fieldName" : "channel",
78015
- "type" : {
78016
- "type" : "reference",
78017
- "reference" : {
78018
- "name" : "Channel",
78019
- "package" : "io.nominal.api"
78020
- }
78021
- }
78022
- }, {
78023
- "fieldName" : "videoRid",
78024
- "type" : {
78025
- "type" : "reference",
78026
- "reference" : {
78027
- "name" : "VideoRid",
78028
- "package" : "io.nominal.api.rids"
78029
- }
78030
- }
78031
- }, {
78032
- "fieldName" : "tags",
78033
- "type" : {
78034
- "type" : "map",
78035
- "map" : {
78036
- "keyType" : {
78037
- "type" : "reference",
78038
- "reference" : {
78039
- "name" : "TagName",
78040
- "package" : "io.nominal.api"
78041
- }
78042
- },
78043
- "valueType" : {
78044
- "type" : "reference",
78045
- "reference" : {
78046
- "name" : "TagValue",
78047
- "package" : "io.nominal.api"
78048
- }
78049
- }
78050
- }
78051
- }
78052
- } ]
78053
- }
78054
78124
  }, {
78055
78125
  "type" : "enum",
78056
78126
  "enum" : {
@@ -44,7 +44,6 @@ from .._impl import (
44
44
  timeseries_logicalseries_api_UnitUpdate as UnitUpdate,
45
45
  timeseries_logicalseries_api_UnitUpdateVisitor as UnitUpdateVisitor,
46
46
  timeseries_logicalseries_api_UpdateLogicalSeries as UpdateLogicalSeries,
47
- timeseries_logicalseries_api_VideoLocator as VideoLocator,
48
47
  timeseries_logicalseries_api_VisualCrossingEndpointUri as VisualCrossingEndpointUri,
49
48
  timeseries_logicalseries_api_VisualCrossingLocator as VisualCrossingLocator,
50
49
  timeseries_logicalseries_api_VisualCrossingType as VisualCrossingType,
@@ -95,7 +94,6 @@ __all__ = [
95
94
  'UnitUpdate',
96
95
  'UnitUpdateVisitor',
97
96
  'UpdateLogicalSeries',
98
- 'VideoLocator',
99
97
  'VisualCrossingEndpointUri',
100
98
  'VisualCrossingLocator',
101
99
  'VisualCrossingType',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.1025.0
3
+ Version: 0.1037.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<4,>=2.8.0
@@ -1,12 +1,12 @@
1
- nominal_api/__init__.py,sha256=0XJkOl259JeWXikQQH8V6d_5SrAClzyohzoEUNPo7w4,2110
2
- nominal_api/_impl.py,sha256=jko9z0V307CWISzOh-uRECItfJ1s8no9AS7BIseo38I,4078895
3
- nominal_api/nominal-api.conjure.json,sha256=T7rG8BAeOX9mKSssIIlPSL36KYK9nQxvqj-qZomPoE0,2534806
1
+ nominal_api/__init__.py,sha256=EZAJCpLU4wPVf4FocdMNlfDfgXX-IQ6NLT0J-E5thN4,2110
2
+ nominal_api/_impl.py,sha256=Kho62ITezLBtjKyIDt7qPhlG6wxZ7OWRf3FI8KAHWAA,4079329
3
+ nominal_api/nominal-api.conjure.json,sha256=2NtGpTGn0V4SwMd_HgpC-nAiNhylikJVJVckxWJ2Izw,2537196
4
4
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
5
5
  nominal_api/api/__init__.py,sha256=OHAEgaRoUX60742H_U3q_pBoPGpLspsL5XERHQ-rjMs,2299
6
6
  nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
7
7
  nominal_api/api_rids/__init__.py,sha256=M9I8D1hO-CUPS-Cu17z2zwrxJk3sH6YI1mPzo5aSCGk,1510
8
8
  nominal_api/attachments_api/__init__.py,sha256=OYiF9nptXlr47pkina5cOCIJbD4RKSOeAyCNj3kZmbk,901
9
- nominal_api/authentication_api/__init__.py,sha256=n79-K2MkewzKIegsnURlFX-zkJuy_IsrgldSWMh9gXM,1801
9
+ nominal_api/authentication_api/__init__.py,sha256=VTDQE9ufEFLWXwU89rnh0TbYvOyDt7ypshOlcXOottA,1907
10
10
  nominal_api/authorization/__init__.py,sha256=8vSKJxDAQ8byrVKSK5GIBYJx0cRPTEVKzpsmwo53ofo,2248
11
11
  nominal_api/comments_api/__init__.py,sha256=npfzjAE2xkJ7NY8hPzs2AmBNJsm3g8xASjRV9ndPEfU,1165
12
12
  nominal_api/connect_download/__init__.py,sha256=GSnm2ukeKKwci_7Wg-NehwfBLqBwC9H0__aBXRSmChs,114
@@ -73,14 +73,14 @@ nominal_api/themes_api/__init__.py,sha256=5GNGZfslPuTthUYl179XRDS_jR0nrmTi8Z-aiF
73
73
  nominal_api/timeseries_channelmetadata/__init__.py,sha256=K5rQ2FnPxUJJ-763HWInYu0tRfnOyf1V9H232SyliD4,166
74
74
  nominal_api/timeseries_channelmetadata_api/__init__.py,sha256=cnW4lnburn1z58pMO1inqf7DCqbxcTivQmEMCEtqtvQ,1086
75
75
  nominal_api/timeseries_logicalseries/__init__.py,sha256=8GyG6TLiwCUsfooVx8fotkILjCFwsqiDmy9LmSb-OrY,158
76
- nominal_api/timeseries_logicalseries_api/__init__.py,sha256=jT8_HQTtLcyeLg18y_OMbbw3ZQnrENN5nMDmlN3JIjU,4633
76
+ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=mZkVOFQNF9vu6NbpBHZlDDrObCUwuW1j5yqNJnUdxQk,4550
77
77
  nominal_api/timeseries_metadata/__init__.py,sha256=uTklzgxa53J9dqoPygpKPBVngcfxajG6EGvSmV_QaSg,156
78
78
  nominal_api/timeseries_metadata_api/__init__.py,sha256=-VvktmsyID-pFL3HBicojRFZ6PWR4Dk9d32R7JH_aqc,2638
79
79
  nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrRjU6tncpmDeuc_47P4,150
80
80
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=i21vITWBn-6ruVuFZg491TDpx6WcIhJBoF3oNw3w338,1186
81
81
  nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
82
82
  nominal_api/usercreation_api/__init__.py,sha256=Q6M70SlKFVfIxZqRohD4XYmBz5t2DP1DB0a0Q6glqGA,171
83
- nominal_api-0.1025.0.dist-info/METADATA,sha256=PCgBp7coVOxGYVaIh70iOxOX0CuGfsHOQh3_GnFg5Eg,200
84
- nominal_api-0.1025.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
85
- nominal_api-0.1025.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
86
- nominal_api-0.1025.0.dist-info/RECORD,,
83
+ nominal_api-0.1037.0.dist-info/METADATA,sha256=ClbRwVJIOZoXNFWJ9MDckX5OkyCI4KdVJx5no4wpQVc,200
84
+ nominal_api-0.1037.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
85
+ nominal_api-0.1037.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
86
+ nominal_api-0.1037.0.dist-info/RECORD,,