neurograph-core 1.202602031533__py3-none-any.whl → 1.202602032311__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.
@@ -5511,6 +5511,7 @@ class PersonaApi:
5511
5511
 
5512
5512
  # authentication setting
5513
5513
  _auth_settings: List[str] = [
5514
+ 'TokenAuth',
5514
5515
  'ApiKeyAuth'
5515
5516
  ]
5516
5517
 
@@ -5793,6 +5794,7 @@ class PersonaApi:
5793
5794
 
5794
5795
  # authentication setting
5795
5796
  _auth_settings: List[str] = [
5797
+ 'TokenAuth',
5796
5798
  'ApiKeyAuth'
5797
5799
  ]
5798
5800
 
@@ -6079,6 +6081,7 @@ class PersonaApi:
6079
6081
 
6080
6082
  # authentication setting
6081
6083
  _auth_settings: List[str] = [
6084
+ 'TokenAuth',
6082
6085
  'ApiKeyAuth'
6083
6086
  ]
6084
6087
 
@@ -6346,6 +6349,7 @@ class PersonaApi:
6346
6349
 
6347
6350
  # authentication setting
6348
6351
  _auth_settings: List[str] = [
6352
+ 'TokenAuth',
6349
6353
  'ApiKeyAuth'
6350
6354
  ]
6351
6355
 
@@ -6628,6 +6632,7 @@ class PersonaApi:
6628
6632
 
6629
6633
  # authentication setting
6630
6634
  _auth_settings: List[str] = [
6635
+ 'TokenAuth',
6631
6636
  'ApiKeyAuth'
6632
6637
  ]
6633
6638
 
@@ -27,7 +27,7 @@ class PersonasInstanceCreateRequest(BaseModel):
27
27
  PersonasInstanceCreateRequest
28
28
  """ # noqa: E501
29
29
  age: Optional[Union[StrictFloat, StrictInt]] = None
30
- change_metadata: Optional[List[StrictInt]] = None
30
+ change_metadata: Optional[Dict[str, Any]] = None
31
31
  description: Optional[StrictStr] = None
32
32
  female: Optional[Union[StrictFloat, StrictInt]] = None
33
33
  income: Optional[StrictStr] = None
@@ -27,7 +27,7 @@ class PersonasInstanceCreateResponse(BaseModel):
27
27
  PersonasInstanceCreateResponse
28
28
  """ # noqa: E501
29
29
  age: Optional[Union[StrictFloat, StrictInt]] = None
30
- change_metadata: Optional[List[StrictInt]] = None
30
+ change_metadata: Optional[Dict[str, Any]] = None
31
31
  description: Optional[StrictStr] = None
32
32
  error: Optional[StrictStr] = None
33
33
  female: Optional[Union[StrictFloat, StrictInt]] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neurograph-core
3
- Version: 1.202602031533
3
+ Version: 1.202602032311
4
4
  Summary: Neurograph Core
5
5
  Home-page:
6
6
  Author: Neurograph Development Team
@@ -17,7 +17,7 @@ neurograph/v1/api/knowledge_extract_api.py,sha256=ggHBzFsfXEqaWJgX21jnDNnE4NRwiJ
17
17
  neurograph/v1/api/lookup_api.py,sha256=Agoj04UIGDyMKWqb13FMViHyZMuUTZDZ9Cp9JqCdlyY,70273
18
18
  neurograph/v1/api/organization_api.py,sha256=rmr9X3agXNKdr_DJlKuSzf72tZ20qCyDyjlt4mntugo,326616
19
19
  neurograph/v1/api/organization_metadata_api.py,sha256=PtwuBFSY0FjCAB7fuR710CRkQbtR-xpruX9780hGQxk,34860
20
- neurograph/v1/api/persona_api.py,sha256=W9jlqctaWSHXWsI1VpcPfLW4QO8bHGy4eVF-axdv0ag,269041
20
+ neurograph/v1/api/persona_api.py,sha256=be5wDs88V36TJWlHYziDjEtP8dSwfyM5N-r-9Tpnl5A,269171
21
21
  neurograph/v1/api/pixel_api.py,sha256=1tmF0IWix3KbgAhDFkOgpZOv0X8P2H4xknjQfHrSXTQ,22853
22
22
  neurograph/v1/api/reporting_api.py,sha256=YyxE-OTsQVZY0T0mJLW7ZeJkfLlP6kRDIpcrXYAzzlU,169520
23
23
  neurograph/v1/api/reports_api.py,sha256=wc3eq8ydpIHlh61TtP5miiGE45bV5RYQAoqm27K0dIo,207082
@@ -226,8 +226,8 @@ neurograph/v1/models/personas_factor_update_response.py,sha256=bPo_Fqm3_yfE9OKlq
226
226
  neurograph/v1/models/personas_get_persona_instance_response.py,sha256=8FCU8CQJu52zv8Y-8jEjStwVhInL7t8e4oLDcGnHv1c,8705
227
227
  neurograph/v1/models/personas_insight_create_request.py,sha256=x7iuyG07Y2LftYLSBbu8LVpiS5Jx7kk3Viqtf-8jyzg,3049
228
228
  neurograph/v1/models/personas_insight_create_response.py,sha256=4LRuoyG41k3s9V0rsSvDUD183-TkxtJyTFICvcMNvmk,3082
229
- neurograph/v1/models/personas_instance_create_request.py,sha256=-eowzMDdfwcBSom_-6EToH5dGZfsvUNDbTZCsECqOMI,5278
230
- neurograph/v1/models/personas_instance_create_response.py,sha256=WEPHieoCbDAPgUFe76J7qBooTfb7nDXMzAZrbsTHEVk,5617
229
+ neurograph/v1/models/personas_instance_create_request.py,sha256=xrS5yhwVmxtd5MMABvo2yXIOCd3ly8q1UuV5rgTdRDU,5277
230
+ neurograph/v1/models/personas_instance_create_response.py,sha256=O2_RZ6Y6q7GHyUz76msziGBY9mWNYOTNjNQxxj6_sks,5616
231
231
  neurograph/v1/models/personas_instance_delete_many_request.py,sha256=5isrgWLbntRa1_6_dT5qayY50xLecpjLCQT1w-D2bvA,2651
232
232
  neurograph/v1/models/personas_instance_delete_many_response.py,sha256=qIa_56Au1ROx6v0CYlklQqwKblRUEwuM9UOHJb4I-nE,2725
233
233
  neurograph/v1/models/personas_instances_response.py,sha256=EsPK4DvRSObNJ-crcM_OFR4nhKMvc-2TX-zMRIn4os4,3447
@@ -416,7 +416,7 @@ neurograph/v1/models/workbench_workbench_version.py,sha256=AsgikzRU6BRj99gRFGGTl
416
416
  neurograph/v1/models/workbench_workbench_version_many_response.py,sha256=xuOxnMscyIo8DhsR-yyir1rruExSgNWMu3yMWzgWbc0,3195
417
417
  neurograph/v1/models/workbench_workbench_version_response.py,sha256=nMupKXBsoi4eXD-fsp_5PHrMislATwoBpVIZU7mG9RM,3283
418
418
  neurograph/v1/models/workbench_workbench_version_upsert_request.py,sha256=bAxjBeFe8EG3bXPUrLjfntlC65lK5p_ddPs_0yX3A9g,2994
419
- neurograph_core-1.202602031533.dist-info/METADATA,sha256=SrqT0YEP9Gc6CB69OaM9fFZjJYJTJtLBF4a6hxLEVVI,1902
420
- neurograph_core-1.202602031533.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
421
- neurograph_core-1.202602031533.dist-info/top_level.txt,sha256=iajcSUfGanaBq4McklJQ4IXVuwV24WJhY7FRzlQybxI,11
422
- neurograph_core-1.202602031533.dist-info/RECORD,,
419
+ neurograph_core-1.202602032311.dist-info/METADATA,sha256=H73LOPT_b30IfN9I-uECxFy-8g-yhzoi9isj3_UiEnE,1902
420
+ neurograph_core-1.202602032311.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
421
+ neurograph_core-1.202602032311.dist-info/top_level.txt,sha256=iajcSUfGanaBq4McklJQ4IXVuwV24WJhY7FRzlQybxI,11
422
+ neurograph_core-1.202602032311.dist-info/RECORD,,