nominal-api 0.622.1__py3-none-any.whl → 0.622.3__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 +1 -1
- nominal_api/_impl.py +3 -0
- {nominal_api-0.622.1.dist-info → nominal_api-0.622.3.dist-info}/METADATA +1 -1
- {nominal_api-0.622.1.dist-info → nominal_api-0.622.3.dist-info}/RECORD +6 -6
- {nominal_api-0.622.1.dist-info → nominal_api-0.622.3.dist-info}/WHEEL +0 -0
- {nominal_api-0.622.1.dist-info → nominal_api-0.622.3.dist-info}/top_level.txt +0 -0
nominal_api/__init__.py
CHANGED
nominal_api/_impl.py
CHANGED
|
@@ -65080,6 +65080,9 @@ class scout_run_api_UpdateRunRequest(ConjureBeanType):
|
|
|
65080
65080
|
|
|
65081
65081
|
@builtins.property
|
|
65082
65082
|
def run_prefix(self) -> Optional[str]:
|
|
65083
|
+
"""
|
|
65084
|
+
Pass in an empty string to remove the run prefix.
|
|
65085
|
+
"""
|
|
65083
65086
|
return self._run_prefix
|
|
65084
65087
|
|
|
65085
65088
|
@builtins.property
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
nominal_api/__init__.py,sha256=
|
|
2
|
-
nominal_api/_impl.py,sha256=
|
|
1
|
+
nominal_api/__init__.py,sha256=wdGTDalvV3UBnSa7kSBJbsy8n7YwXcj4qzswDts--ZQ,1995
|
|
2
|
+
nominal_api/_impl.py,sha256=4SPkC1z2YVLR5yVTKHgJrp6fCY-ij0n01_RUhH6yv-w,2992953
|
|
3
3
|
nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
|
|
4
4
|
nominal_api/api/__init__.py,sha256=f6fvZACzXUPSIN-H855AjAYLwmisy_VrHy4Ie2HXiNE,1270
|
|
5
5
|
nominal_api/api_ids/__init__.py,sha256=CAtt44XgNZEEUDv-BbEbYtuxQ8y1wqSZU-STjBYdZv8,80
|
|
@@ -73,7 +73,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=Q9iZHurmyDsJIFbUg-Eb
|
|
|
73
73
|
nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
|
|
74
74
|
nominal_api/timeseries_seriescache_api/__init__.py,sha256=U9EhlqdF9qzD1O9al0vcvcdgS_C5lq-lN3Kmr0K3g84,1191
|
|
75
75
|
nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
|
|
76
|
-
nominal_api-0.622.
|
|
77
|
-
nominal_api-0.622.
|
|
78
|
-
nominal_api-0.622.
|
|
79
|
-
nominal_api-0.622.
|
|
76
|
+
nominal_api-0.622.3.dist-info/METADATA,sha256=YCOJmOO9FugdNI12sM1gUMrfLbaL4WJVjql7J2QNRuE,199
|
|
77
|
+
nominal_api-0.622.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
78
|
+
nominal_api-0.622.3.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
|
|
79
|
+
nominal_api-0.622.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|