@@ -51,15 +51,12 @@ docs/ImageRelationships.md
51
51
docs/ImageRequest.md
52
52
docs/ImageReturn.md
53
53
docs/ImagesApi.md
54
- docs/JsonLd.md
55
54
docs/JsonLdContext.md
56
- docs/Metadata.md
57
55
docs/NestedPutAttributes.md
58
56
docs/NoteCollectionBase.md
59
57
docs/NoteCollectionList.md
60
58
docs/NoteCollectionRequest.md
61
59
docs/NoteCollectionReturn.md
62
- docs/NoteCollectionReturnAllOf.md
63
60
docs/Pipeline.md
64
61
docs/PipelineConfig.md
65
62
docs/PipelineConfigList.md
@@ -84,21 +81,18 @@ docs/PointRequest.md
84
81
docs/PointReturn.md
85
82
docs/PointValue.md
86
83
docs/PointsApi.md
87
- docs/ReadableResourceAttributes.md
88
84
docs/ResourceAttributes.md
89
85
docs/StoreApi.md
90
86
docs/StudiesApi.md
91
87
docs/StudyBase.md
92
88
docs/StudyCommon.md
93
89
docs/StudyList.md
94
90
docs/StudyRequest.md
95
- docs/StudyRequestAllOf.md
96
91
docs/StudyRequestRelationships.md
97
92
docs/StudyRequestRelationshipsAnalyses.md
98
93
docs/StudyReturn.md
99
- docs/StudyReturnAllOf.md
100
- docs/StudyReturnAllOfStudysetsInner.md
101
- docs/StudyReturnAllOfStudysetsInnerOneOf.md
94
+ docs/StudyReturnAllOfStudysets.md
95
+ docs/StudyReturnAllOfStudysetsOneOf.md
102
96
docs/StudyReturnRelationships.md
103
97
docs/StudyReturnRelationshipsAnalyses.md
104
98
docs/StudysetBase.md
@@ -114,9 +108,7 @@ docs/StudysetsIdPut422Response.md
114
108
docs/User.md
115
109
docs/UserApi.md
116
110
docs/UserList.md
117
- docs/UserResourceAttributes.md
118
111
docs/UserlessResourceAttributes.md
119
- docs/WriteableResourceAttributes.md
120
112
git_push.sh
121
113
neurostore_sdk/__init__.py
122
114
neurostore_sdk/api/__init__.py
@@ -183,15 +175,12 @@ neurostore_sdk/models/image_list.py
183
175
neurostore_sdk/models/image_relationships.py
184
176
neurostore_sdk/models/image_request.py
185
177
neurostore_sdk/models/image_return.py
186
- neurostore_sdk/models/json_ld.py
187
178
neurostore_sdk/models/json_ld_context.py
188
- neurostore_sdk/models/metadata.py
189
179
neurostore_sdk/models/nested_put_attributes.py
190
180
neurostore_sdk/models/note_collection_base.py
191
181
neurostore_sdk/models/note_collection_list.py
192
182
neurostore_sdk/models/note_collection_request.py
193
183
neurostore_sdk/models/note_collection_return.py
194
- neurostore_sdk/models/note_collection_return_all_of.py
195
184
neurostore_sdk/models/pipeline.py
196
185
neurostore_sdk/models/pipeline_config.py
197
186
neurostore_sdk/models/pipeline_config_list.py
@@ -210,19 +199,16 @@ neurostore_sdk/models/point_relationships_values.py
210
199
neurostore_sdk/models/point_request.py
211
200
neurostore_sdk/models/point_return.py
212
201
neurostore_sdk/models/point_value.py
213
- neurostore_sdk/models/readable_resource_attributes.py
214
202
neurostore_sdk/models/resource_attributes.py
215
203
neurostore_sdk/models/study_base.py
216
204
neurostore_sdk/models/study_common.py
217
205
neurostore_sdk/models/study_list.py
218
206
neurostore_sdk/models/study_request.py
219
- neurostore_sdk/models/study_request_all_of.py
220
207
neurostore_sdk/models/study_request_relationships.py
221
208
neurostore_sdk/models/study_request_relationships_analyses.py
222
209
neurostore_sdk/models/study_return.py
223
- neurostore_sdk/models/study_return_all_of.py
224
- neurostore_sdk/models/study_return_all_of_studysets_inner.py
225
- neurostore_sdk/models/study_return_all_of_studysets_inner_one_of.py
210
+ neurostore_sdk/models/study_return_all_of_studysets.py
211
+ neurostore_sdk/models/study_return_all_of_studysets_one_of.py
226
212
neurostore_sdk/models/study_return_relationships.py
227
213
neurostore_sdk/models/study_return_relationships_analyses.py
228
214
neurostore_sdk/models/studyset_base.py
@@ -236,29 +222,15 @@ neurostore_sdk/models/studysets_id_get404_response.py
236
222
neurostore_sdk/models/studysets_id_put422_response.py
237
223
neurostore_sdk/models/user.py
238
224
neurostore_sdk/models/user_list.py
239
- neurostore_sdk/models/user_resource_attributes.py
240
225
neurostore_sdk/models/userless_resource_attributes.py
241
- neurostore_sdk/models/writeable_resource_attributes.py
226
+ neurostore_sdk/py.typed
242
227
neurostore_sdk/rest.py
243
228
pyproject.toml
244
229
requirements.txt
245
230
setup.cfg
246
231
setup.py
247
232
test-requirements.txt
248
233
test/__init__.py
249
- test/test_pipeline.py
250
- test/test_pipeline_config.py
251
- test/test_pipeline_config_list.py
252
- test/test_pipeline_configs_api.py
253
- test/test_pipeline_list.py
254
- test/test_pipeline_run.py
255
- test/test_pipeline_run_list.py
256
- test/test_pipeline_run_result.py
257
- test/test_pipeline_run_result_list.py
258
- test/test_pipeline_run_result_vote.py
259
- test/test_pipeline_run_result_vote_list.py
260
- test/test_pipeline_run_result_votes_api.py
261
- test/test_pipeline_run_results_api.py
262
- test/test_pipeline_runs_api.py
263
- test/test_pipelines_api.py
234
+ test/test_study_return_all_of_studysets.py
235
+ test/test_study_return_all_of_studysets_one_of.py
264
236
tox.ini
0 commit comments