nominal-api 0.814.1__py3-none-any.whl → 0.815.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 +9 -3
- {nominal_api-0.814.1.dist-info → nominal_api-0.815.0.dist-info}/METADATA +1 -1
- {nominal_api-0.814.1.dist-info → nominal_api-0.815.0.dist-info}/RECORD +6 -6
- {nominal_api-0.814.1.dist-info → nominal_api-0.815.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.814.1.dist-info → nominal_api-0.815.0.dist-info}/top_level.txt +0 -0
nominal_api/__init__.py
CHANGED
nominal_api/_impl.py
CHANGED
|
@@ -28628,14 +28628,16 @@ class scout_chartdefinition_api_NumberFormat(ConjureBeanType):
|
|
|
28628
28628
|
def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
|
|
28629
28629
|
return {
|
|
28630
28630
|
'sig_figs': ConjureFieldDefinition('sigFigs', OptionalTypeWrapper[int]),
|
|
28631
|
-
'display_option': ConjureFieldDefinition('displayOption', OptionalTypeWrapper[scout_chartdefinition_api_NumberFormatDisplayOption])
|
|
28631
|
+
'display_option': ConjureFieldDefinition('displayOption', OptionalTypeWrapper[scout_chartdefinition_api_NumberFormatDisplayOption]),
|
|
28632
|
+
'fixed_decimal_places': ConjureFieldDefinition('fixedDecimalPlaces', OptionalTypeWrapper[int])
|
|
28632
28633
|
}
|
|
28633
28634
|
|
|
28634
|
-
__slots__: List[str] = ['_sig_figs', '_display_option']
|
|
28635
|
+
__slots__: List[str] = ['_sig_figs', '_display_option', '_fixed_decimal_places']
|
|
28635
28636
|
|
|
28636
|
-
def __init__(self, display_option: Optional["scout_chartdefinition_api_NumberFormatDisplayOption"] = None, sig_figs: Optional[int] = None) -> None:
|
|
28637
|
+
def __init__(self, display_option: Optional["scout_chartdefinition_api_NumberFormatDisplayOption"] = None, fixed_decimal_places: Optional[int] = None, sig_figs: Optional[int] = None) -> None:
|
|
28637
28638
|
self._sig_figs = sig_figs
|
|
28638
28639
|
self._display_option = display_option
|
|
28640
|
+
self._fixed_decimal_places = fixed_decimal_places
|
|
28639
28641
|
|
|
28640
28642
|
@builtins.property
|
|
28641
28643
|
def sig_figs(self) -> Optional[int]:
|
|
@@ -28645,6 +28647,10 @@ class scout_chartdefinition_api_NumberFormat(ConjureBeanType):
|
|
|
28645
28647
|
def display_option(self) -> Optional["scout_chartdefinition_api_NumberFormatDisplayOption"]:
|
|
28646
28648
|
return self._display_option
|
|
28647
28649
|
|
|
28650
|
+
@builtins.property
|
|
28651
|
+
def fixed_decimal_places(self) -> Optional[int]:
|
|
28652
|
+
return self._fixed_decimal_places
|
|
28653
|
+
|
|
28648
28654
|
|
|
28649
28655
|
scout_chartdefinition_api_NumberFormat.__name__ = "NumberFormat"
|
|
28650
28656
|
scout_chartdefinition_api_NumberFormat.__qualname__ = "NumberFormat"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
nominal_api/__init__.py,sha256=
|
|
2
|
-
nominal_api/_impl.py,sha256=
|
|
1
|
+
nominal_api/__init__.py,sha256=e9-K3-8iMfiI0jyjcn-kJwXM6A4dVRQcBiKe-T8HQUQ,2012
|
|
2
|
+
nominal_api/_impl.py,sha256=YAjLFv4ilyyk9nEnL8Pp1WIONdvKxdKyzdO7x84xUlU,3518568
|
|
3
3
|
nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
|
|
4
4
|
nominal_api/api/__init__.py,sha256=ZiGjcYwIBCrZR5pPqyqX2ggRJmVcSlOCazMtF2xCZzw,2171
|
|
5
5
|
nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
|
|
@@ -75,7 +75,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=BwdqHLq_98LOsRV14JA3
|
|
|
75
75
|
nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrRjU6tncpmDeuc_47P4,150
|
|
76
76
|
nominal_api/timeseries_seriescache_api/__init__.py,sha256=USBxFmNnVFdnhTPLvWi3UgsvBZ4Iz4ycNgBTi10F-zI,1603
|
|
77
77
|
nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
|
|
78
|
-
nominal_api-0.
|
|
79
|
-
nominal_api-0.
|
|
80
|
-
nominal_api-0.
|
|
81
|
-
nominal_api-0.
|
|
78
|
+
nominal_api-0.815.0.dist-info/METADATA,sha256=cPaWawRsHkGwAFWzYjqSP_Uw7ipqW9wiW38wQqc3raU,199
|
|
79
|
+
nominal_api-0.815.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
80
|
+
nominal_api-0.815.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
|
|
81
|
+
nominal_api-0.815.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|