Skip to content

Commit fce5e01

Browse files
c181e9390d707fc9004c86a3a71fc4dfb731a903
1 parent ae902fb commit fce5e01

24 files changed

+1520
-1280
lines changed

docs/models/AnalysisRequestRelationships.md

Lines changed: 46 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,39 @@ dict, frozendict.frozendict, | frozendict.frozendict, | |
99
Key | Input Type | Accessed Type | Description | Notes
1010
------------ | ------------- | ------------- | ------------- | -------------
1111
**study** | str, | str, | | [optional]
12-
**[images](#images)** | list, tuple, | tuple, | | [optional]
13-
**[points](#points)** | list, tuple, | tuple, | | [optional]
14-
**[conditions](#conditions)** | list, tuple, | tuple, | | [optional]
12+
**[images](#images)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
13+
**[points](#points)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
14+
**[conditions](#conditions)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
1515
**any_string_name** | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional]
1616

1717
# images
1818

1919
## Model Type Info
2020
Input Type | Accessed Type | Description | Notes
2121
------------ | ------------- | ------------- | -------------
22-
list, tuple, | tuple, | |
22+
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
2323

24-
### Tuple Items
24+
### Composed Schemas (allOf/anyOf/oneOf/not)
25+
#### oneOf
2526
Class Name | Input Type | Accessed Type | Description | Notes
2627
------------- | ------------- | ------------- | ------------- | -------------
27-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
28+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
29+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
2830

29-
# items
31+
# one_of_0
3032

3133
## Model Type Info
3234
Input Type | Accessed Type | Description | Notes
3335
------------ | ------------- | ------------- | -------------
34-
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
36+
list, tuple, | tuple, | |
3537

36-
### Composed Schemas (allOf/anyOf/oneOf/not)
37-
#### oneOf
38+
### Tuple Items
3839
Class Name | Input Type | Accessed Type | Description | Notes
3940
------------- | ------------- | ------------- | ------------- | -------------
40-
[ImageRequest](ImageRequest.md) | [**ImageRequest**](ImageRequest.md) | [**ImageRequest**](ImageRequest.md) | |
41-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
41+
[**ImageRequest**](ImageRequest.md) | [**ImageRequest**](ImageRequest.md) | [**ImageRequest**](ImageRequest.md) | |
4242

4343
# one_of_1
4444

45-
## Model Type Info
46-
Input Type | Accessed Type | Description | Notes
47-
------------ | ------------- | ------------- | -------------
48-
None, str, | NoneClass, str, | |
49-
50-
# points
51-
5245
## Model Type Info
5346
Input Type | Accessed Type | Description | Notes
5447
------------ | ------------- | ------------- | -------------
@@ -57,9 +50,9 @@ list, tuple, | tuple, | |
5750
### Tuple Items
5851
Class Name | Input Type | Accessed Type | Description | Notes
5952
------------- | ------------- | ------------- | ------------- | -------------
60-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
53+
items | str, | str, | |
6154

62-
# items
55+
# points
6356

6457
## Model Type Info
6558
Input Type | Accessed Type | Description | Notes
@@ -70,17 +63,22 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
7063
#### oneOf
7164
Class Name | Input Type | Accessed Type | Description | Notes
7265
------------- | ------------- | ------------- | ------------- | -------------
73-
[PointRequest](PointRequest.md) | [**PointRequest**](PointRequest.md) | [**PointRequest**](PointRequest.md) | |
74-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
66+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
67+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
7568

76-
# one_of_1
69+
# one_of_0
7770

7871
## Model Type Info
7972
Input Type | Accessed Type | Description | Notes
8073
------------ | ------------- | ------------- | -------------
81-
None, str, | NoneClass, str, | |
74+
list, tuple, | tuple, | |
8275

83-
# conditions
76+
### Tuple Items
77+
Class Name | Input Type | Accessed Type | Description | Notes
78+
------------- | ------------- | ------------- | ------------- | -------------
79+
[**PointRequest**](PointRequest.md) | [**PointRequest**](PointRequest.md) | [**PointRequest**](PointRequest.md) | |
80+
81+
# one_of_1
8482

8583
## Model Type Info
8684
Input Type | Accessed Type | Description | Notes
@@ -90,9 +88,9 @@ list, tuple, | tuple, | |
9088
### Tuple Items
9189
Class Name | Input Type | Accessed Type | Description | Notes
9290
------------- | ------------- | ------------- | ------------- | -------------
93-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
91+
items | str, | str, | |
9492

95-
# items
93+
# conditions
9694

9795
## Model Type Info
9896
Input Type | Accessed Type | Description | Notes
@@ -103,15 +101,32 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
103101
#### oneOf
104102
Class Name | Input Type | Accessed Type | Description | Notes
105103
------------- | ------------- | ------------- | ------------- | -------------
106-
[ConditionRequest](ConditionRequest.md) | [**ConditionRequest**](ConditionRequest.md) | [**ConditionRequest**](ConditionRequest.md) | |
107-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
104+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
105+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
106+
107+
# one_of_0
108+
109+
## Model Type Info
110+
Input Type | Accessed Type | Description | Notes
111+
------------ | ------------- | ------------- | -------------
112+
list, tuple, | tuple, | |
113+
114+
### Tuple Items
115+
Class Name | Input Type | Accessed Type | Description | Notes
116+
------------- | ------------- | ------------- | ------------- | -------------
117+
[**ConditionRequest**](ConditionRequest.md) | [**ConditionRequest**](ConditionRequest.md) | [**ConditionRequest**](ConditionRequest.md) | |
108118

109119
# one_of_1
110120

111121
## Model Type Info
112122
Input Type | Accessed Type | Description | Notes
113123
------------ | ------------- | ------------- | -------------
114-
None, str, | NoneClass, str, | |
124+
list, tuple, | tuple, | |
125+
126+
### Tuple Items
127+
Class Name | Input Type | Accessed Type | Description | Notes
128+
------------- | ------------- | ------------- | ------------- | -------------
129+
items | str, | str, | |
115130

116131
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
117132

docs/models/AnalysisReturnRelationships.md

Lines changed: 46 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,39 @@ dict, frozendict.frozendict, | frozendict.frozendict, | |
99
Key | Input Type | Accessed Type | Description | Notes
1010
------------ | ------------- | ------------- | ------------- | -------------
1111
**study** | str, | str, | | [optional]
12-
**[images](#images)** | list, tuple, | tuple, | | [optional]
13-
**[points](#points)** | list, tuple, | tuple, | | [optional]
14-
**[conditions](#conditions)** | list, tuple, | tuple, | | [optional]
12+
**[images](#images)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
13+
**[points](#points)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
14+
**[conditions](#conditions)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
1515
**any_string_name** | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional]
1616

1717
# images
1818

1919
## Model Type Info
2020
Input Type | Accessed Type | Description | Notes
2121
------------ | ------------- | ------------- | -------------
22-
list, tuple, | tuple, | |
22+
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
2323

24-
### Tuple Items
24+
### Composed Schemas (allOf/anyOf/oneOf/not)
25+
#### oneOf
2526
Class Name | Input Type | Accessed Type | Description | Notes
2627
------------- | ------------- | ------------- | ------------- | -------------
27-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
28+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
29+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
2830

29-
# items
31+
# one_of_0
3032

3133
## Model Type Info
3234
Input Type | Accessed Type | Description | Notes
3335
------------ | ------------- | ------------- | -------------
34-
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
36+
list, tuple, | tuple, | |
3537

36-
### Composed Schemas (allOf/anyOf/oneOf/not)
37-
#### oneOf
38+
### Tuple Items
3839
Class Name | Input Type | Accessed Type | Description | Notes
3940
------------- | ------------- | ------------- | ------------- | -------------
40-
[ImageReturn](ImageReturn.md) | [**ImageReturn**](ImageReturn.md) | [**ImageReturn**](ImageReturn.md) | |
41-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
41+
[**ImageReturn**](ImageReturn.md) | [**ImageReturn**](ImageReturn.md) | [**ImageReturn**](ImageReturn.md) | |
4242

4343
# one_of_1
4444

45-
## Model Type Info
46-
Input Type | Accessed Type | Description | Notes
47-
------------ | ------------- | ------------- | -------------
48-
None, str, | NoneClass, str, | |
49-
50-
# points
51-
5245
## Model Type Info
5346
Input Type | Accessed Type | Description | Notes
5447
------------ | ------------- | ------------- | -------------
@@ -57,9 +50,9 @@ list, tuple, | tuple, | |
5750
### Tuple Items
5851
Class Name | Input Type | Accessed Type | Description | Notes
5952
------------- | ------------- | ------------- | ------------- | -------------
60-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
53+
items | str, | str, | |
6154

62-
# items
55+
# points
6356

6457
## Model Type Info
6558
Input Type | Accessed Type | Description | Notes
@@ -70,17 +63,22 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
7063
#### oneOf
7164
Class Name | Input Type | Accessed Type | Description | Notes
7265
------------- | ------------- | ------------- | ------------- | -------------
73-
[PointReturn](PointReturn.md) | [**PointReturn**](PointReturn.md) | [**PointReturn**](PointReturn.md) | |
74-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
66+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
67+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
7568

76-
# one_of_1
69+
# one_of_0
7770

7871
## Model Type Info
7972
Input Type | Accessed Type | Description | Notes
8073
------------ | ------------- | ------------- | -------------
81-
None, str, | NoneClass, str, | |
74+
list, tuple, | tuple, | |
8275

83-
# conditions
76+
### Tuple Items
77+
Class Name | Input Type | Accessed Type | Description | Notes
78+
------------- | ------------- | ------------- | ------------- | -------------
79+
[**PointReturn**](PointReturn.md) | [**PointReturn**](PointReturn.md) | [**PointReturn**](PointReturn.md) | |
80+
81+
# one_of_1
8482

8583
## Model Type Info
8684
Input Type | Accessed Type | Description | Notes
@@ -90,9 +88,9 @@ list, tuple, | tuple, | |
9088
### Tuple Items
9189
Class Name | Input Type | Accessed Type | Description | Notes
9290
------------- | ------------- | ------------- | ------------- | -------------
93-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
91+
items | str, | str, | |
9492

95-
# items
93+
# conditions
9694

9795
## Model Type Info
9896
Input Type | Accessed Type | Description | Notes
@@ -103,15 +101,32 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
103101
#### oneOf
104102
Class Name | Input Type | Accessed Type | Description | Notes
105103
------------- | ------------- | ------------- | ------------- | -------------
106-
[ConditionReturn](ConditionReturn.md) | [**ConditionReturn**](ConditionReturn.md) | [**ConditionReturn**](ConditionReturn.md) | |
107-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
104+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
105+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
106+
107+
# one_of_0
108+
109+
## Model Type Info
110+
Input Type | Accessed Type | Description | Notes
111+
------------ | ------------- | ------------- | -------------
112+
list, tuple, | tuple, | |
113+
114+
### Tuple Items
115+
Class Name | Input Type | Accessed Type | Description | Notes
116+
------------- | ------------- | ------------- | ------------- | -------------
117+
[**ConditionReturn**](ConditionReturn.md) | [**ConditionReturn**](ConditionReturn.md) | [**ConditionReturn**](ConditionReturn.md) | |
108118

109119
# one_of_1
110120

111121
## Model Type Info
112122
Input Type | Accessed Type | Description | Notes
113123
------------ | ------------- | ------------- | -------------
114-
None, str, | NoneClass, str, | |
124+
list, tuple, | tuple, | |
125+
126+
### Tuple Items
127+
Class Name | Input Type | Accessed Type | Description | Notes
128+
------------- | ------------- | ------------- | ------------- | -------------
129+
items | str, | str, | |
115130

116131
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
117132

docs/models/AnnotationRequestRelationships.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,46 @@ dict, frozendict.frozendict, | frozendict.frozendict, | |
88
### Dictionary Keys
99
Key | Input Type | Accessed Type | Description | Notes
1010
------------ | ------------- | ------------- | ------------- | -------------
11-
**[notes](#notes)** | list, tuple, | tuple, | | [optional]
11+
**[notes](#notes)** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [optional]
1212
**any_string_name** | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional]
1313

1414
# notes
1515

1616
## Model Type Info
1717
Input Type | Accessed Type | Description | Notes
1818
------------ | ------------- | ------------- | -------------
19-
list, tuple, | tuple, | |
19+
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
2020

21-
### Tuple Items
21+
### Composed Schemas (allOf/anyOf/oneOf/not)
22+
#### oneOf
2223
Class Name | Input Type | Accessed Type | Description | Notes
2324
------------- | ------------- | ------------- | ------------- | -------------
24-
[items](#items) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
25+
[one_of_0](#one_of_0) | list, tuple, | tuple, | |
26+
[one_of_1](#one_of_1) | list, tuple, | tuple, | |
2527

26-
# items
28+
# one_of_0
2729

2830
## Model Type Info
2931
Input Type | Accessed Type | Description | Notes
3032
------------ | ------------- | ------------- | -------------
31-
dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
33+
list, tuple, | tuple, | |
3234

33-
### Composed Schemas (allOf/anyOf/oneOf/not)
34-
#### oneOf
35+
### Tuple Items
3536
Class Name | Input Type | Accessed Type | Description | Notes
3637
------------- | ------------- | ------------- | ------------- | -------------
37-
[NoteCollectionRequest](NoteCollectionRequest.md) | [**NoteCollectionRequest**](NoteCollectionRequest.md) | [**NoteCollectionRequest**](NoteCollectionRequest.md) | |
38-
[one_of_1](#one_of_1) | None, str, | NoneClass, str, | |
38+
[**NoteCollectionRequest**](NoteCollectionRequest.md) | [**NoteCollectionRequest**](NoteCollectionRequest.md) | [**NoteCollectionRequest**](NoteCollectionRequest.md) | |
3939

4040
# one_of_1
4141

4242
## Model Type Info
4343
Input Type | Accessed Type | Description | Notes
4444
------------ | ------------- | ------------- | -------------
45-
None, str, | NoneClass, str, | |
45+
list, tuple, | tuple, | |
46+
47+
### Tuple Items
48+
Class Name | Input Type | Accessed Type | Description | Notes
49+
------------- | ------------- | ------------- | ------------- | -------------
50+
items | str, | str, | |
4651

4752
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
4853

0 commit comments

Comments
 (0)