nominal-api 0.747.3__py3-none-any.whl → 0.748.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 +1 -1
- nominal_api/_impl.py +8 -2
- {nominal_api-0.747.3.dist-info → nominal_api-0.748.0.dist-info}/METADATA +1 -1
- {nominal_api-0.747.3.dist-info → nominal_api-0.748.0.dist-info}/RECORD +6 -6
- {nominal_api-0.747.3.dist-info → nominal_api-0.748.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.747.3.dist-info → nominal_api-0.748.0.dist-info}/top_level.txt +0 -0
nominal_api/__init__.py
CHANGED
nominal_api/_impl.py
CHANGED
|
@@ -61574,6 +61574,7 @@ class scout_datareview_api_DataReview(ConjureBeanType):
|
|
|
61574
61574
|
return {
|
|
61575
61575
|
'rid': ConjureFieldDefinition('rid', scout_rids_api_DataReviewRid),
|
|
61576
61576
|
'run_rid': ConjureFieldDefinition('runRid', scout_run_api_RunRid),
|
|
61577
|
+
'asset_rid': ConjureFieldDefinition('assetRid', scout_rids_api_AssetRid),
|
|
61577
61578
|
'created_at': ConjureFieldDefinition('createdAt', str),
|
|
61578
61579
|
'created_by': ConjureFieldDefinition('createdBy', scout_rids_api_UserRid),
|
|
61579
61580
|
'checklist': ConjureFieldDefinition('checklist', OptionalTypeWrapper[scout_datareview_api_ChecklistEvaluation]),
|
|
@@ -61582,11 +61583,12 @@ class scout_datareview_api_DataReview(ConjureBeanType):
|
|
|
61582
61583
|
'archived': ConjureFieldDefinition('archived', bool)
|
|
61583
61584
|
}
|
|
61584
61585
|
|
|
61585
|
-
__slots__: List[str] = ['_rid', '_run_rid', '_created_at', '_created_by', '_checklist', '_checklist_ref', '_check_evaluations', '_archived']
|
|
61586
|
+
__slots__: List[str] = ['_rid', '_run_rid', '_asset_rid', '_created_at', '_created_by', '_checklist', '_checklist_ref', '_check_evaluations', '_archived']
|
|
61586
61587
|
|
|
61587
|
-
def __init__(self, archived: bool, check_evaluations: List["scout_datareview_api_AutomaticCheckEvaluation"], checklist_ref: "scout_checks_api_PinnedChecklistRef", created_at: str, created_by: str, rid: str, run_rid: str, checklist: Optional["scout_datareview_api_ChecklistEvaluation"] = None) -> None:
|
|
61588
|
+
def __init__(self, archived: bool, asset_rid: str, check_evaluations: List["scout_datareview_api_AutomaticCheckEvaluation"], checklist_ref: "scout_checks_api_PinnedChecklistRef", created_at: str, created_by: str, rid: str, run_rid: str, checklist: Optional["scout_datareview_api_ChecklistEvaluation"] = None) -> None:
|
|
61588
61589
|
self._rid = rid
|
|
61589
61590
|
self._run_rid = run_rid
|
|
61591
|
+
self._asset_rid = asset_rid
|
|
61590
61592
|
self._created_at = created_at
|
|
61591
61593
|
self._created_by = created_by
|
|
61592
61594
|
self._checklist = checklist
|
|
@@ -61602,6 +61604,10 @@ class scout_datareview_api_DataReview(ConjureBeanType):
|
|
|
61602
61604
|
def run_rid(self) -> str:
|
|
61603
61605
|
return self._run_rid
|
|
61604
61606
|
|
|
61607
|
+
@builtins.property
|
|
61608
|
+
def asset_rid(self) -> str:
|
|
61609
|
+
return self._asset_rid
|
|
61610
|
+
|
|
61605
61611
|
@builtins.property
|
|
61606
61612
|
def created_at(self) -> str:
|
|
61607
61613
|
return self._created_at
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
nominal_api/__init__.py,sha256=
|
|
2
|
-
nominal_api/_impl.py,sha256=
|
|
1
|
+
nominal_api/__init__.py,sha256=NAJTlUhNJqm6vLfxvltaHAzaDMHqjpDj7xmbzHJ8btM,1989
|
|
2
|
+
nominal_api/_impl.py,sha256=KCBDp2GrrYmzZRyCzJ5FGzk6uG1Am23jlThRDoDzZbM,3393180
|
|
3
3
|
nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
|
|
4
4
|
nominal_api/api/__init__.py,sha256=PMREKP7UhxJ1_gHkrlJET46qlDHksKMm6-woR1p6WnU,1970
|
|
5
5
|
nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
|
|
@@ -74,7 +74,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=BwdqHLq_98LOsRV14JA3
|
|
|
74
74
|
nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrRjU6tncpmDeuc_47P4,150
|
|
75
75
|
nominal_api/timeseries_seriescache_api/__init__.py,sha256=USBxFmNnVFdnhTPLvWi3UgsvBZ4Iz4ycNgBTi10F-zI,1603
|
|
76
76
|
nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
|
|
77
|
-
nominal_api-0.
|
|
78
|
-
nominal_api-0.
|
|
79
|
-
nominal_api-0.
|
|
80
|
-
nominal_api-0.
|
|
77
|
+
nominal_api-0.748.0.dist-info/METADATA,sha256=wqvUPkeS5lRzTxn7n79D0cBlTKBS3nH52Mk7rS-SsZg,199
|
|
78
|
+
nominal_api-0.748.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
79
|
+
nominal_api-0.748.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
|
|
80
|
+
nominal_api-0.748.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|