Skip to content

Commit ffcaa3d

Browse files
User Object For DTO Only
1 parent 0895cce commit ffcaa3d

58 files changed

Lines changed: 402 additions & 1639 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

python-restclient/.openapi-generator/FILES

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ docs/SimulationResourceApi.md
5252
docs/SimulationStatusPersistentRecord.md
5353
docs/SolverResourceApi.md
5454
docs/SourceModel.md
55-
docs/SpecialUser.md
5655
docs/Status.md
5756
docs/StatusMessage.md
5857
docs/User.md
@@ -70,6 +69,73 @@ docs/VariableType.md
7069
docs/Version.md
7170
docs/VersionFlag.md
7271
test/__init__.py
72+
test/test_acces_token_representation_record.py
73+
test/test_admin_resource_api.py
74+
test/test_application_info.py
75+
test/test_batch_system_type.py
76+
test/test_bio_model.py
77+
test/test_bio_model_child_summary.py
78+
test/test_bio_model_resource_api.py
79+
test/test_bio_model_summary.py
80+
test/test_biomodel_ref.py
81+
test/test_data_identifier.py
82+
test/test_detailed_state.py
83+
test/test_domain.py
84+
test/test_extent.py
85+
test/test_external_data_identifier.py
86+
test/test_field_data.py
87+
test/test_field_data_reference.py
88+
test/test_field_data_resource_api.py
89+
test/test_field_data_saved_results.py
90+
test/test_field_data_shape.py
91+
test/test_geometry_resource_api.py
92+
test/test_geometry_summary.py
93+
test/test_group_access.py
94+
test/test_group_access_all.py
95+
test/test_group_access_none.py
96+
test/test_group_access_some.py
97+
test/test_hello_world_api.py
98+
test/test_hello_world_message.py
99+
test/test_htc_job_id.py
100+
test/test_i_size.py
101+
test/test_identity.py
102+
test/test_math_model_child_summary.py
103+
test/test_math_model_resource_api.py
104+
test/test_math_model_summary.py
105+
test/test_math_type.py
106+
test/test_mathmodel_ref.py
107+
test/test_model_type.py
108+
test/test_origin.py
109+
test/test_publication.py
110+
test/test_publication_info.py
111+
test/test_publication_resource_api.py
112+
test/test_scheduler_status.py
113+
test/test_simulation_execution_status_record.py
114+
test/test_simulation_job_status_record.py
115+
test/test_simulation_message.py
116+
test/test_simulation_queue_entry_status_record.py
117+
test/test_simulation_queue_id.py
118+
test/test_simulation_resource_api.py
119+
test/test_simulation_status_persistent_record.py
120+
test/test_solver_resource_api.py
121+
test/test_source_model.py
122+
test/test_specialclaim.py
123+
test/test_status.py
124+
test/test_status_message.py
125+
test/test_user.py
126+
test/test_user_identity_json_safe.py
127+
test/test_user_login_info_for_mapping.py
128+
test/test_user_registration_info.py
129+
test/test_users_resource_api.py
130+
test/test_v_cell_http_error.py
131+
test/test_v_cell_site.py
132+
test/test_v_cell_software_version.py
133+
test/test_variable_domain.py
134+
test/test_variable_type.py
135+
test/test_vc_document_type.py
136+
test/test_vc_simulation_identifier.py
137+
test/test_version.py
138+
test/test_version_flag.py
73139
tox.ini
74140
vcell_client/__init__.py
75141
vcell_client/api/__init__.py
@@ -129,7 +195,6 @@ vcell_client/models/simulation_queue_entry_status_record.py
129195
vcell_client/models/simulation_queue_id.py
130196
vcell_client/models/simulation_status_persistent_record.py
131197
vcell_client/models/source_model.py
132-
vcell_client/models/special_user.py
133198
vcell_client/models/specialclaim.py
134199
vcell_client/models/status.py
135200
vcell_client/models/status_message.py

python-restclient/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ Class | Method | HTTP request | Description
182182
- [SimulationQueueID](docs/SimulationQueueID.md)
183183
- [SimulationStatusPersistentRecord](docs/SimulationStatusPersistentRecord.md)
184184
- [SourceModel](docs/SourceModel.md)
185-
- [SpecialUser](docs/SpecialUser.md)
186185
- [Status](docs/Status.md)
187186
- [StatusMessage](docs/StatusMessage.md)
188187
- [User](docs/User.md)

python-restclient/docs/User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**is_special** | **str** | | [default to 'no']
87
**user_name** | **str** | | [optional]
98
**key** | **str** | | [optional]
9+
**my_specials** | [**List[SPECIALCLAIM]**](SPECIALCLAIM.md) | | [optional]
1010

1111
## Example
1212

python-restclient/test/test_analyzed_file.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

python-restclient/test/test_analyzed_results_from_field_data.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

python-restclient/test/test_bio_model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def make_instance(self, include_optional) -> BioModel:
5050
owner_name = '',
5151
owner_key = '',
5252
simulation_key_list = [
53-
vcell_client.models.key_value.KeyValue(
54-
value = 1.337, )
53+
''
5554
],
5655
applications = [
5756
vcell_client.models.application.Application()

0 commit comments

Comments
 (0)