Skip to content

Commit 0d32ce4

Browse files
committed
MINOR: remove bcf project id in response
1 parent 57722a2 commit 0d32ce4

14 files changed

Lines changed: 206 additions & 41 deletions

bimdata_api_client/api/collaboration_api.py

Lines changed: 139 additions & 3 deletions
Large diffs are not rendered by default.

bimdata_api_client/model/label.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def openapi_types():
8787
return {
8888
'id': (int,), # noqa: E501
8989
'label': (str,), # noqa: E501
90-
'project': (int,), # noqa: E501
9190
}
9291

9392
@cached_property
@@ -98,7 +97,6 @@ def discriminator():
9897
attribute_map = {
9998
'id': 'id', # noqa: E501
10099
'label': 'label', # noqa: E501
101-
'project': 'project', # noqa: E501
102100
}
103101

104102
read_only_vars = {
@@ -147,7 +145,6 @@ def _from_openapi_data(cls, id, label, *args, **kwargs): # noqa: E501
147145
Animal class but this time we won't travel
148146
through its discriminator because we passed in
149147
_visited_composed_classes = (Animal,)
150-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
151148
"""
152149

153150
_check_type = kwargs.pop('_check_type', True)
@@ -233,7 +230,6 @@ def __init__(self, label, *args, **kwargs): # noqa: E501
233230
Animal class but this time we won't travel
234231
through its discriminator because we passed in
235232
_visited_composed_classes = (Animal,)
236-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
237233
"""
238234

239235
_check_type = kwargs.pop('_check_type', True)

bimdata_api_client/model/priority.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def openapi_types():
9191
'id': (int,), # noqa: E501
9292
'priority': (str,), # noqa: E501
9393
'color': (str, none_type,), # noqa: E501
94-
'project': (int,), # noqa: E501
9594
}
9695

9796
@cached_property
@@ -103,7 +102,6 @@ def discriminator():
103102
'id': 'id', # noqa: E501
104103
'priority': 'priority', # noqa: E501
105104
'color': 'color', # noqa: E501
106-
'project': 'project', # noqa: E501
107105
}
108106

109107
read_only_vars = {
@@ -153,7 +151,6 @@ def _from_openapi_data(cls, id, priority, *args, **kwargs): # noqa: E501
153151
through its discriminator because we passed in
154152
_visited_composed_classes = (Animal,)
155153
color (str, none_type): [optional] # noqa: E501
156-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
157154
"""
158155

159156
_check_type = kwargs.pop('_check_type', True)
@@ -240,7 +237,6 @@ def __init__(self, priority, *args, **kwargs): # noqa: E501
240237
through its discriminator because we passed in
241238
_visited_composed_classes = (Animal,)
242239
color (str, none_type): [optional] # noqa: E501
243-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
244240
"""
245241

246242
_check_type = kwargs.pop('_check_type', True)

bimdata_api_client/model/stage.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def openapi_types():
8787
return {
8888
'id': (int,), # noqa: E501
8989
'stage': (str,), # noqa: E501
90-
'project': (int,), # noqa: E501
9190
}
9291

9392
@cached_property
@@ -98,7 +97,6 @@ def discriminator():
9897
attribute_map = {
9998
'id': 'id', # noqa: E501
10099
'stage': 'stage', # noqa: E501
101-
'project': 'project', # noqa: E501
102100
}
103101

104102
read_only_vars = {
@@ -147,7 +145,6 @@ def _from_openapi_data(cls, id, stage, *args, **kwargs): # noqa: E501
147145
Animal class but this time we won't travel
148146
through its discriminator because we passed in
149147
_visited_composed_classes = (Animal,)
150-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
151148
"""
152149

153150
_check_type = kwargs.pop('_check_type', True)
@@ -233,7 +230,6 @@ def __init__(self, stage, *args, **kwargs): # noqa: E501
233230
Animal class but this time we won't travel
234231
through its discriminator because we passed in
235232
_visited_composed_classes = (Animal,)
236-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
237233
"""
238234

239235
_check_type = kwargs.pop('_check_type', True)

bimdata_api_client/model/topic_status.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def openapi_types():
9191
'id': (int,), # noqa: E501
9292
'topic_status': (str,), # noqa: E501
9393
'color': (str, none_type,), # noqa: E501
94-
'project': (int,), # noqa: E501
9594
}
9695

9796
@cached_property
@@ -103,7 +102,6 @@ def discriminator():
103102
'id': 'id', # noqa: E501
104103
'topic_status': 'topic_status', # noqa: E501
105104
'color': 'color', # noqa: E501
106-
'project': 'project', # noqa: E501
107105
}
108106

109107
read_only_vars = {
@@ -153,7 +151,6 @@ def _from_openapi_data(cls, id, topic_status, *args, **kwargs): # noqa: E501
153151
through its discriminator because we passed in
154152
_visited_composed_classes = (Animal,)
155153
color (str, none_type): [optional] # noqa: E501
156-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
157154
"""
158155

159156
_check_type = kwargs.pop('_check_type', True)
@@ -240,7 +237,6 @@ def __init__(self, topic_status, *args, **kwargs): # noqa: E501
240237
through its discriminator because we passed in
241238
_visited_composed_classes = (Animal,)
242239
color (str, none_type): [optional] # noqa: E501
243-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
244240
"""
245241

246242
_check_type = kwargs.pop('_check_type', True)

bimdata_api_client/model/topic_type.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def openapi_types():
8787
return {
8888
'id': (int,), # noqa: E501
8989
'topic_type': (str,), # noqa: E501
90-
'project': (int,), # noqa: E501
9190
}
9291

9392
@cached_property
@@ -98,7 +97,6 @@ def discriminator():
9897
attribute_map = {
9998
'id': 'id', # noqa: E501
10099
'topic_type': 'topic_type', # noqa: E501
101-
'project': 'project', # noqa: E501
102100
}
103101

104102
read_only_vars = {
@@ -147,7 +145,6 @@ def _from_openapi_data(cls, id, topic_type, *args, **kwargs): # noqa: E501
147145
Animal class but this time we won't travel
148146
through its discriminator because we passed in
149147
_visited_composed_classes = (Animal,)
150-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
151148
"""
152149

153150
_check_type = kwargs.pop('_check_type', True)
@@ -233,7 +230,6 @@ def __init__(self, topic_type, *args, **kwargs): # noqa: E501
233230
Animal class but this time we won't travel
234231
through its discriminator because we passed in
235232
_visited_composed_classes = (Animal,)
236-
project (int): This field is automatically provided by the route, you don't need to provide it in the body. [optional] # noqa: E501
237233
"""
238234

239235
_check_type = kwargs.pop('_check_type', True)

bimdata_api_client/model/write_folder_request.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def openapi_types():
9696
"""
9797
return {
9898
'name': (str,), # noqa: E501
99-
'default_permission': (int,), # noqa: E501
10099
'parent_id': (int, none_type,), # noqa: E501
100+
'default_permission': (int,), # noqa: E501
101101
'children': ([WriteFolderRequest], none_type,), # noqa: E501
102102
}
103103

@@ -108,8 +108,8 @@ def discriminator():
108108

109109
attribute_map = {
110110
'name': 'name', # noqa: E501
111-
'default_permission': 'default_permission', # noqa: E501
112111
'parent_id': 'parent_id', # noqa: E501
112+
'default_permission': 'default_permission', # noqa: E501
113113
'children': 'children', # noqa: E501
114114
}
115115

@@ -157,8 +157,8 @@ def _from_openapi_data(cls, name, *args, **kwargs): # noqa: E501
157157
Animal class but this time we won't travel
158158
through its discriminator because we passed in
159159
_visited_composed_classes = (Animal,)
160-
default_permission (int): Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write. [optional] # noqa: E501
161160
parent_id (int, none_type): [optional] # noqa: E501
161+
default_permission (int): Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write. [optional] # noqa: E501
162162
children ([WriteFolderRequest], none_type): [optional] # noqa: E501
163163
"""
164164

@@ -245,8 +245,8 @@ def __init__(self, name, *args, **kwargs): # noqa: E501
245245
Animal class but this time we won't travel
246246
through its discriminator because we passed in
247247
_visited_composed_classes = (Animal,)
248-
default_permission (int): Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write. [optional] # noqa: E501
249248
parent_id (int, none_type): [optional] # noqa: E501
249+
default_permission (int): Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write. [optional] # noqa: E501
250250
children ([WriteFolderRequest], none_type): [optional] # noqa: E501
251251
"""
252252

0 commit comments

Comments
 (0)