nominal-api 0.633.0__py3-none-any.whl → 0.634.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 CHANGED
@@ -76,5 +76,5 @@ __all__ = [
76
76
 
77
77
  __conjure_generator_version__ = "4.9.0"
78
78
 
79
- __version__ = "0.633.0"
79
+ __version__ = "0.634.0"
80
80
 
nominal_api/_impl.py CHANGED
@@ -16925,7 +16925,7 @@ Throws if the asset already has data scopes with data scope names matching those
16925
16925
  _decoder = ConjureDecoder()
16926
16926
  return _decoder.decode(_response.json(), Dict[scout_rids_api_AssetRid, scout_asset_api_Asset], self._return_none_for_unknown_union_types)
16927
16927
 
16928
- def archive(self, auth_header: str, rid: str) -> None:
16928
+ def archive(self, auth_header: str, rid: str, include_linked_workbooks: Optional[bool] = None) -> None:
16929
16929
 
16930
16930
  _headers: Dict[str, Any] = {
16931
16931
  'Accept': 'application/json',
@@ -16933,6 +16933,7 @@ Throws if the asset already has data scopes with data scope names matching those
16933
16933
  }
16934
16934
 
16935
16935
  _params: Dict[str, Any] = {
16936
+ 'includeLinkedWorkbooks': include_linked_workbooks,
16936
16937
  }
16937
16938
 
16938
16939
  _path_params: Dict[str, Any] = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.633.0
3
+ Version: 0.634.0
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=NxnwLhkJTUGKN10HMQ2B9Csqrwi8GoTWad5ui6kCRYc,1995
2
- nominal_api/_impl.py,sha256=QuGB0PGh-riWucAFnVRc7w1GxFHcPoSkIt9rcAPo9t8,3014856
1
+ nominal_api/__init__.py,sha256=PQeA1QFrBT11KX5SoGYukGwCpmC1R9IVIxCUlf89Pb8,1995
2
+ nominal_api/_impl.py,sha256=6bl33eBOZyW5ekgOft-gcdla94sDc1SwC3aDhiBdGyE,3014969
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=1oJPOuAMfV2uClPUW8Ie1nj2Y6j81TDpedcc3yUFTe0,1294
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.633.0.dist-info/METADATA,sha256=v5JptXryXjwmOGLW8yJ3ZuMoVgiVJEhuf8drrNZkQS4,199
77
- nominal_api-0.633.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
78
- nominal_api-0.633.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
- nominal_api-0.633.0.dist-info/RECORD,,
76
+ nominal_api-0.634.0.dist-info/METADATA,sha256=r0fGKK7bmYGb0A2JKKVkUaIu0gxBMeupyevdBZpbV00,199
77
+ nominal_api-0.634.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
78
+ nominal_api-0.634.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
+ nominal_api-0.634.0.dist-info/RECORD,,