nominal-api 0.970.0__py3-none-any.whl → 0.971.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
@@ -82,5 +82,5 @@ __all__ = [
82
82
 
83
83
  __conjure_generator_version__ = "4.17.0"
84
84
 
85
- __version__ = "0.970.0"
85
+ __version__ = "0.971.0"
86
86
 
nominal_api/_impl.py CHANGED
@@ -97959,6 +97959,8 @@ scout_versioning_api_BranchRid = str
97959
97959
 
97960
97960
  datasource_DatasetFileId = str
97961
97961
 
97962
+ api_rids_AiConversationRid = str
97963
+
97962
97964
  api_rids_WorkspaceRid = str
97963
97965
 
97964
97966
  persistent_compute_api_SubscriptionId = str
@@ -1,5 +1,6 @@
1
1
  # coding=utf-8
2
2
  from .._impl import (
3
+ api_rids_AiConversationRid as AiConversationRid,
3
4
  api_rids_AttachmentRid as AttachmentRid,
4
5
  api_rids_AutomaticCheckEvaluationRid as AutomaticCheckEvaluationRid,
5
6
  api_rids_ChunkRid as ChunkRid,
@@ -21,6 +22,7 @@ from .._impl import (
21
22
  )
22
23
 
23
24
  __all__ = [
25
+ 'AiConversationRid',
24
26
  'AttachmentRid',
25
27
  'AutomaticCheckEvaluationRid',
26
28
  'ChunkRid',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.970.0
3
+ Version: 0.971.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<4,>=2.8.0
@@ -1,9 +1,9 @@
1
- nominal_api/__init__.py,sha256=GBzGAVB3wEZ6VfxadV7ly65c5V7V8xs9SIu4V6CTl-0,2109
2
- nominal_api/_impl.py,sha256=qEVeuwC8o83-yVBwHGhxL8f4m0EeOUZKmblL1MUBZw0,3880322
1
+ nominal_api/__init__.py,sha256=SlwpNMi3dLyykV4oOtLbvFCnoGEYocn6jXK5YCMnigo,2109
2
+ nominal_api/_impl.py,sha256=gM1GU4GxvCevpZRwzuVlQbaYBk0cAIi6G8FvKffw4oA,3880356
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=OHAEgaRoUX60742H_U3q_pBoPGpLspsL5XERHQ-rjMs,2299
5
5
  nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
6
- nominal_api/api_rids/__init__.py,sha256=aSOwY2GcEN7dvhnHUcTwpMRA7QGkySIkdBvG-R7VZ5M,1357
6
+ nominal_api/api_rids/__init__.py,sha256=iSaUMCJrloFJ5_RuCKiClolCqEW-2-RJFw_qN1vOZAc,1435
7
7
  nominal_api/attachments_api/__init__.py,sha256=OYiF9nptXlr47pkina5cOCIJbD4RKSOeAyCNj3kZmbk,901
8
8
  nominal_api/authentication_api/__init__.py,sha256=n79-K2MkewzKIegsnURlFX-zkJuy_IsrgldSWMh9gXM,1801
9
9
  nominal_api/authorization/__init__.py,sha256=76PqMnOKri5j9wb9XtT_OwBJox9qia6VyloR_-urasM,1529
@@ -79,7 +79,7 @@ nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrR
79
79
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=i21vITWBn-6ruVuFZg491TDpx6WcIhJBoF3oNw3w338,1186
80
80
  nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
81
81
  nominal_api/usercreation_api/__init__.py,sha256=Q6M70SlKFVfIxZqRohD4XYmBz5t2DP1DB0a0Q6glqGA,171
82
- nominal_api-0.970.0.dist-info/METADATA,sha256=Evi7OGzZF17Ef4vRs0WXdID0612EaKD6Vp_kurN7x04,199
83
- nominal_api-0.970.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
- nominal_api-0.970.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
85
- nominal_api-0.970.0.dist-info/RECORD,,
82
+ nominal_api-0.971.0.dist-info/METADATA,sha256=5l8qazfTLMnd4UOniTl9o2pYmJjOty8nML743pMwcPs,199
83
+ nominal_api-0.971.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
84
+ nominal_api-0.971.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
85
+ nominal_api-0.971.0.dist-info/RECORD,,