nominal-api 0.510.0__py3-none-any.whl → 0.511.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
+ scout_datareview_api_ArchiveDataReview as ArchiveDataReview,
3
4
  scout_datareview_api_AutomaticCheckEvaluation as AutomaticCheckEvaluation,
4
5
  scout_datareview_api_AutomaticCheckEvaluationAction as AutomaticCheckEvaluationAction,
5
6
  scout_datareview_api_AutomaticCheckEvaluationActionLog as AutomaticCheckEvaluationActionLog,
@@ -103,6 +104,7 @@ from .._impl import (
103
104
  scout_datareview_api_SearchCheckAlertsSortOptions as SearchCheckAlertsSortOptions,
104
105
  scout_datareview_api_Status as Status,
105
106
  scout_datareview_api_TooManyAlertsState as TooManyAlertsState,
107
+ scout_datareview_api_UnarchiveDataReview as UnarchiveDataReview,
106
108
  scout_datareview_api_UnlinkNotebook as UnlinkNotebook,
107
109
  scout_datareview_api_UpdateNotes as UpdateNotes,
108
110
  )
@@ -0,0 +1,20 @@
1
+ # coding=utf-8
2
+ from .._impl import (
3
+ themes_api_ChartTheme as ChartTheme,
4
+ themes_api_ChartThemeContent as ChartThemeContent,
5
+ themes_api_ChartThemeContentV1 as ChartThemeContentV1,
6
+ themes_api_ChartThemeContentVisitor as ChartThemeContentVisitor,
7
+ themes_api_ChartThemeRid as ChartThemeRid,
8
+ themes_api_ChartTypeThemes as ChartTypeThemes,
9
+ themes_api_CreateChartThemeRequest as CreateChartThemeRequest,
10
+ themes_api_HexColor as HexColor,
11
+ themes_api_LegendPosition as LegendPosition,
12
+ themes_api_TextAlignment as TextAlignment,
13
+ themes_api_TextDirection as TextDirection,
14
+ themes_api_ThemesService as ThemesService,
15
+ themes_api_TimeSeriesChartTheme as TimeSeriesChartTheme,
16
+ themes_api_TimeSeriesChartThemeV1 as TimeSeriesChartThemeV1,
17
+ themes_api_TimeSeriesChartThemeVisitor as TimeSeriesChartThemeVisitor,
18
+ themes_api_UpdateChartThemeRequest as UpdateChartThemeRequest,
19
+ )
20
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nominal-api
3
- Version: 0.510.0
3
+ Version: 0.511.1
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=Ou55IZcG5gqZrfQeYH-q_Iha0HdmZr7hgiFR1CjvePs,1744
2
- nominal_api/_impl.py,sha256=RuDbj8htWuNoBW0YOuPMXROobImrvn8J_shletpY57I,2528587
1
+ nominal_api/__init__.py,sha256=wT8ypLOE8yB6cofCDID7iAGCHYabA6muFMehg8TBrHI,1762
2
+ nominal_api/_impl.py,sha256=_SN49Q8q-Eufpu12HgNRV4LdlnkbMxP_9OfdAagTJyI,2556418
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=CaUmWhW0zcP8jVWFQEgj-lpoBi-Unm0wBd2s9dPeWmo,656
5
5
  nominal_api/api_rids/__init__.py,sha256=p7dKiMV692oGtYStr5FZJEJNg3YbF7scJK1WFMpBiW0,298
@@ -33,7 +33,7 @@ nominal_api/scout_compute_api_deprecated/__init__.py,sha256=RggSfc6C1VR1-kNXPWyb
33
33
  nominal_api/scout_compute_representation_api/__init__.py,sha256=FezODo7sI8m6tDhPPK_gZX1qXImi4O3TUprDoNUuWpk,1672
34
34
  nominal_api/scout_compute_resolved_api/__init__.py,sha256=k9LeUYDDFbNRNjpFh1F6SBzZ4rKaSVaoGLRCn6QXQHU,7584
35
35
  nominal_api/scout_dataexport_api/__init__.py,sha256=pWRQdQJOObD0jITRYLw3AxeDJSrJQqAdFZACxULqA4o,1487
36
- nominal_api/scout_datareview_api/__init__.py,sha256=HhdJSer6p2UD_ZkdzkS4jyEXmuDnANzIwCE2oQPLc20,8385
36
+ nominal_api/scout_datareview_api/__init__.py,sha256=CxPVFirxckwj_cVSmqCI5X-4EDfp7iGp11o3VvmSNX0,8519
37
37
  nominal_api/scout_datasource/__init__.py,sha256=1NWMrEx-JOEb4Pmd2oAqcpSmQB3g3lxgxFenWEtcF2M,101
38
38
  nominal_api/scout_datasource_connection/__init__.py,sha256=he1CCSqMBwRWnzovWCeYP8Q4m7HwAR2Ou-AeQCAhEqQ,208
39
39
  nominal_api/scout_datasource_connection_api/__init__.py,sha256=cMW6eVvmaznK4Bk_kB_dNILwS1sCKG_Shew3ktBLpB0,5010
@@ -57,6 +57,7 @@ nominal_api/secrets_api/__init__.py,sha256=cHYclGHqwCiu42M3grXjeoxLG4FLC0pIqZfx_
57
57
  nominal_api/storage_datasource_api/__init__.py,sha256=rPs4MPAqfdzQVatoTmebjBLvsFfpl2eKW0oLvXmkkOc,352
58
58
  nominal_api/storage_series_api/__init__.py,sha256=HapfYMCap8kDYXh7_kjsdywLqwterOB0OdVUyU3QZz8,829
59
59
  nominal_api/storage_writer_api/__init__.py,sha256=cvrJv-Vjmt9HfdXKIBGRPBdmlbwsLiWfn8tydflIvJY,774
60
+ nominal_api/themes_api/__init__.py,sha256=w-G93T5f6_2zSSUi-ffyUHxH8QA_2oI9jM7YBSMFpwY,924
60
61
  nominal_api/timeseries_archetype/__init__.py,sha256=eKdgdZoOcZg_9pmec6J86NlgQdhxhi1282WUAFxghJ8,115
61
62
  nominal_api/timeseries_archetype_api/__init__.py,sha256=IREibRlChT9ugCAkeMKm7RiAChsKV4KJZ-DcKkVLC_U,1396
62
63
  nominal_api/timeseries_logicalseries/__init__.py,sha256=8EkKiSUli5RbCEf6CPmkiTUOyFcdiNj292eV0WgVbrs,115
@@ -64,7 +65,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=wr83ByQTVVPOGvbB_KWL
64
65
  nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
65
66
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=YLixotb-W-adYR6t_RBsJDwoHttppkOBesoaXERwhVs,1240
66
67
  nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
67
- nominal_api-0.510.0.dist-info/METADATA,sha256=h2HeJdfodKP2ZfZ0SWhUNyiyAhfBdqxm8XN6RbVCEz4,199
68
- nominal_api-0.510.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
69
- nominal_api-0.510.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
70
- nominal_api-0.510.0.dist-info/RECORD,,
68
+ nominal_api-0.511.1.dist-info/METADATA,sha256=K8VCykpC-jsyGw3LPEWQgXg8xrnQQtnqWRA0IZv1sJQ,199
69
+ nominal_api-0.511.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
70
+ nominal_api-0.511.1.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
71
+ nominal_api-0.511.1.dist-info/RECORD,,