nominal-api 0.586.0__py3-none-any.whl → 0.587.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.
- nominal_api/__init__.py +1 -1
- nominal_api/_impl.py +3 -3
- {nominal_api-0.586.0.dist-info → nominal_api-0.587.0.dist-info}/METADATA +1 -1
- {nominal_api-0.586.0.dist-info → nominal_api-0.587.0.dist-info}/RECORD +6 -6
- {nominal_api-0.586.0.dist-info → nominal_api-0.587.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.586.0.dist-info → nominal_api-0.587.0.dist-info}/top_level.txt +0 -0
nominal_api/__init__.py
CHANGED
nominal_api/_impl.py
CHANGED
|
@@ -66838,7 +66838,7 @@ class security_api_workspace_Workspace(ConjureBeanType):
|
|
|
66838
66838
|
@builtins.property
|
|
66839
66839
|
def id(self) -> str:
|
|
66840
66840
|
"""
|
|
66841
|
-
A unique identifier for the workspace within the organization.
|
|
66841
|
+
A unique identifier for the workspace within the organization. The workspace ID must be lower case alphanumeric characters, optionally separated by hyphens.
|
|
66842
66842
|
"""
|
|
66843
66843
|
return self._id
|
|
66844
66844
|
|
|
@@ -73136,8 +73136,6 @@ api_PropertyValue = str
|
|
|
73136
73136
|
|
|
73137
73137
|
timeseries_logicalseries_api_AttributeName = str
|
|
73138
73138
|
|
|
73139
|
-
api_ids_WorkspaceId = str
|
|
73140
|
-
|
|
73141
73139
|
themes_api_ChartThemeRid = str
|
|
73142
73140
|
|
|
73143
73141
|
scout_rids_api_SnapshotRid = str
|
|
@@ -73314,6 +73312,8 @@ storage_datasource_api_NominalDataSourceId = str
|
|
|
73314
73312
|
|
|
73315
73313
|
scout_datareview_api_AutomaticCheckEvaluationRid = str
|
|
73316
73314
|
|
|
73315
|
+
api_ids_WorkspaceId = str
|
|
73316
|
+
|
|
73317
73317
|
scout_compute_api_ErrorType = str
|
|
73318
73318
|
|
|
73319
73319
|
comments_api_ResourceRid = str
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
nominal_api/__init__.py,sha256=
|
|
2
|
-
nominal_api/_impl.py,sha256=
|
|
1
|
+
nominal_api/__init__.py,sha256=xfy0xArE8DRnqIlIndR_EuuA-XWpWS0mcOoeAqrNd_8,1938
|
|
2
|
+
nominal_api/_impl.py,sha256=UfUbDGOUp7RT7PZ93HpBtPgEJ9f-GvIBavWiKaGvG1Y,2832333
|
|
3
3
|
nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
|
|
4
4
|
nominal_api/api/__init__.py,sha256=kJBEE_HLVpKYdLH12KyO-cSAVzwxYpBwaaDutCtT-LM,1236
|
|
5
5
|
nominal_api/api_ids/__init__.py,sha256=CAtt44XgNZEEUDv-BbEbYtuxQ8y1wqSZU-STjBYdZv8,80
|
|
@@ -71,7 +71,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=7NlQhIzOKOcjwMNUI89f
|
|
|
71
71
|
nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
|
|
72
72
|
nominal_api/timeseries_seriescache_api/__init__.py,sha256=U9EhlqdF9qzD1O9al0vcvcdgS_C5lq-lN3Kmr0K3g84,1191
|
|
73
73
|
nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
|
|
74
|
-
nominal_api-0.
|
|
75
|
-
nominal_api-0.
|
|
76
|
-
nominal_api-0.
|
|
77
|
-
nominal_api-0.
|
|
74
|
+
nominal_api-0.587.0.dist-info/METADATA,sha256=hHyMRymt_V2XOORDpafjLjMrTCGXy2hdikN2DV2rewE,199
|
|
75
|
+
nominal_api-0.587.0.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
76
|
+
nominal_api-0.587.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
|
|
77
|
+
nominal_api-0.587.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|