diff --git a/bimdata_api_client/api/collaboration_api.py b/bimdata_api_client/api/collaboration_api.py index f40bfac..ac80ca1 100644 --- a/bimdata_api_client/api/collaboration_api.py +++ b/bimdata_api_client/api/collaboration_api.py @@ -8859,7 +8859,7 @@ def create_document( ): """Create a document # noqa: E501 - Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'DWG', 'GLTF', 'OBJ', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501 + Create a document. If the document is one of {'OBJ', 'IFC', 'DXF', 'GLTF', 'DWG', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/bimdata_api_client/model/full_topic.py b/bimdata_api_client/model/full_topic.py index 90a3a89..771e079 100644 --- a/bimdata_api_client/model/full_topic.py +++ b/bimdata_api_client/model/full_topic.py @@ -128,6 +128,7 @@ def openapi_types(): 'due_date': (datetime, none_type,), # noqa: E501 'comments': ([Comment],), # noqa: E501 'viewpoints': ([Viewpoint],), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -158,6 +159,7 @@ def discriminator(): 'due_date': 'due_date', # noqa: E501 'comments': 'comments', # noqa: E501 'viewpoints': 'viewpoints', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -226,6 +228,7 @@ def _from_openapi_data(cls, modified_date, title, project, *args, **kwargs): # due_date (datetime, none_type): [optional] # noqa: E501 comments ([Comment]): [optional] # noqa: E501 viewpoints ([Viewpoint]): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -332,6 +335,7 @@ def __init__(self, title, project, *args, **kwargs): # noqa: E501 due_date (datetime, none_type): [optional] # noqa: E501 comments ([Comment]): [optional] # noqa: E501 viewpoints ([Viewpoint]): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/bimdata_api_client/model/full_topic_request.py b/bimdata_api_client/model/full_topic_request.py index 3de4fe5..02f563a 100644 --- a/bimdata_api_client/model/full_topic_request.py +++ b/bimdata_api_client/model/full_topic_request.py @@ -143,6 +143,7 @@ def openapi_types(): 'due_date': (datetime, none_type,), # noqa: E501 'comments': ([CommentRequest],), # noqa: E501 'viewpoints': ([ViewpointRequest],), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -172,6 +173,7 @@ def discriminator(): 'due_date': 'due_date', # noqa: E501 'comments': 'comments', # noqa: E501 'viewpoints': 'viewpoints', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -238,6 +240,7 @@ def _from_openapi_data(cls, title, project, *args, **kwargs): # noqa: E501 due_date (datetime, none_type): [optional] # noqa: E501 comments ([CommentRequest]): [optional] # noqa: E501 viewpoints ([ViewpointRequest]): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -344,6 +347,7 @@ def __init__(self, title, project, *args, **kwargs): # noqa: E501 due_date (datetime, none_type): [optional] # noqa: E501 comments ([CommentRequest]): [optional] # noqa: E501 viewpoints ([ViewpointRequest]): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/bimdata_api_client/model/patched_full_topic_request.py b/bimdata_api_client/model/patched_full_topic_request.py index e9e5a6a..f771768 100644 --- a/bimdata_api_client/model/patched_full_topic_request.py +++ b/bimdata_api_client/model/patched_full_topic_request.py @@ -143,6 +143,7 @@ def openapi_types(): 'comments': ([CommentRequest],), # noqa: E501 'viewpoints': ([ViewpointRequest],), # noqa: E501 'project': (int,), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -172,6 +173,7 @@ def discriminator(): 'comments': 'comments', # noqa: E501 'viewpoints': 'viewpoints', # noqa: E501 'project': 'project', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -236,6 +238,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 comments ([CommentRequest]): [optional] # noqa: E501 viewpoints ([ViewpointRequest]): [optional] # noqa: E501 project (int): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -338,6 +341,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 comments ([CommentRequest]): [optional] # noqa: E501 viewpoints ([ViewpointRequest]): [optional] # noqa: E501 project (int): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/bimdata_api_client/model/patched_topic_request.py b/bimdata_api_client/model/patched_topic_request.py index f1232c5..8979b97 100644 --- a/bimdata_api_client/model/patched_topic_request.py +++ b/bimdata_api_client/model/patched_topic_request.py @@ -133,6 +133,7 @@ def openapi_types(): 'format': (str,), # noqa: E501 'index': (int, none_type,), # noqa: E501 'project': (int,), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -160,6 +161,7 @@ def discriminator(): 'format': 'format', # noqa: E501 'index': 'index', # noqa: E501 'project': 'project', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -222,6 +224,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 project (int): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -322,6 +325,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 project (int): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/bimdata_api_client/model/topic.py b/bimdata_api_client/model/topic.py index 6c4a562..230075c 100644 --- a/bimdata_api_client/model/topic.py +++ b/bimdata_api_client/model/topic.py @@ -118,6 +118,7 @@ def openapi_types(): 'models': ([int],), # noqa: E501 'format': (str,), # noqa: E501 'index': (int, none_type,), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -146,6 +147,7 @@ def discriminator(): 'models': 'models', # noqa: E501 'format': 'format', # noqa: E501 'index': 'index', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -212,6 +214,7 @@ def _from_openapi_data(cls, title, modified_date, project, *args, **kwargs): # models ([int]): [optional] # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -317,6 +320,7 @@ def __init__(self, title, project, *args, **kwargs): # noqa: E501 models ([int]): [optional] # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/bimdata_api_client/model/topic_request.py b/bimdata_api_client/model/topic_request.py index 8476d17..98c2f01 100644 --- a/bimdata_api_client/model/topic_request.py +++ b/bimdata_api_client/model/topic_request.py @@ -133,6 +133,7 @@ def openapi_types(): 'models': ([int],), # noqa: E501 'format': (str,), # noqa: E501 'index': (int, none_type,), # noqa: E501 + 'bimdata_viewer_layout': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 } @cached_property @@ -160,6 +161,7 @@ def discriminator(): 'models': 'models', # noqa: E501 'format': 'format', # noqa: E501 'index': 'index', # noqa: E501 + 'bimdata_viewer_layout': 'bimdata_viewer_layout', # noqa: E501 } read_only_vars = { @@ -224,6 +226,7 @@ def _from_openapi_data(cls, title, project, *args, **kwargs): # noqa: E501 models ([int]): [optional] # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -328,6 +331,7 @@ def __init__(self, title, project, *args, **kwargs): # noqa: E501 models ([int]): [optional] # noqa: E501 format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501 index (int, none_type): [optional] # noqa: E501 + bimdata_viewer_layout ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): Non standard field. JSON describing bimdataViewerLayout.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/docs/BcfApi.md b/docs/BcfApi.md index ce99274..74f5305 100644 --- a/docs/BcfApi.md +++ b/docs/BcfApi.md @@ -905,6 +905,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: ), ], project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # FullTopicRequest | img_format = "url" # str | All snapshot_data will be returned as url instead of base64 (optional) if omitted the server will use the default value of "url" @@ -1172,6 +1175,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: format="format_example", index=0, project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # TopicRequest | # example passing only required values which don't have defaults set @@ -2975,6 +2981,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: ), ], project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # FullTopicRequest | img_format = "url" # str | All snapshot_data will be returned as url instead of base64 (optional) if omitted the server will use the default value of "url" @@ -3246,6 +3255,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: format="format_example", index=0, project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # TopicRequest | # example passing only required values which don't have defaults set @@ -7020,6 +7032,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: ), ], project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # PatchedFullTopicRequest | (optional) # example passing only required values which don't have defaults set @@ -7299,6 +7314,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client: format="format_example", index=0, project=1, + bimdata_viewer_layout={ + "key": None, + }, ) # PatchedTopicRequest | (optional) # example passing only required values which don't have defaults set diff --git a/docs/CollaborationApi.md b/docs/CollaborationApi.md index adb0d84..7fd1f47 100644 --- a/docs/CollaborationApi.md +++ b/docs/CollaborationApi.md @@ -1541,7 +1541,7 @@ Name | Type | Description | Notes Create a document -Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'DWG', 'GLTF', 'OBJ', 'IFC'}, a model will be created and attached to this document Required scopes: document:write +Create a document. If the document is one of {'OBJ', 'IFC', 'DXF', 'GLTF', 'DWG', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write ### Example diff --git a/docs/FullTopic.md b/docs/FullTopic.md index d743bde..df32b40 100644 --- a/docs/FullTopic.md +++ b/docs/FullTopic.md @@ -26,6 +26,7 @@ Name | Type | Description | Notes **due_date** | **datetime, none_type** | | [optional] **comments** | [**[Comment]**](Comment.md) | | [optional] **viewpoints** | [**[Viewpoint]**](Viewpoint.md) | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/FullTopicRequest.md b/docs/FullTopicRequest.md index 2e8d4af..37ba22f 100644 --- a/docs/FullTopicRequest.md +++ b/docs/FullTopicRequest.md @@ -25,6 +25,7 @@ Name | Type | Description | Notes **due_date** | **datetime, none_type** | | [optional] **comments** | [**[CommentRequest]**](CommentRequest.md) | | [optional] **viewpoints** | [**[ViewpointRequest]**](ViewpointRequest.md) | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PatchedFullTopicRequest.md b/docs/PatchedFullTopicRequest.md index 46d67bd..4eaeedf 100644 --- a/docs/PatchedFullTopicRequest.md +++ b/docs/PatchedFullTopicRequest.md @@ -25,6 +25,7 @@ Name | Type | Description | Notes **comments** | [**[CommentRequest]**](CommentRequest.md) | | [optional] **viewpoints** | [**[ViewpointRequest]**](ViewpointRequest.md) | | [optional] **project** | **int** | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PatchedTopicRequest.md b/docs/PatchedTopicRequest.md index 865880e..fcbaedc 100644 --- a/docs/PatchedTopicRequest.md +++ b/docs/PatchedTopicRequest.md @@ -23,6 +23,7 @@ Name | Type | Description | Notes **format** | **str** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional] **index** | **int, none_type** | | [optional] **project** | **int** | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/Topic.md b/docs/Topic.md index e52eb46..0094983 100644 --- a/docs/Topic.md +++ b/docs/Topic.md @@ -24,6 +24,7 @@ Name | Type | Description | Notes **models** | **[int]** | | [optional] **format** | **str** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional] **index** | **int, none_type** | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TopicRequest.md b/docs/TopicRequest.md index 5d14efe..3a598d9 100644 --- a/docs/TopicRequest.md +++ b/docs/TopicRequest.md @@ -23,6 +23,7 @@ Name | Type | Description | Notes **models** | **[int]** | | [optional] **format** | **str** | The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. | [optional] **index** | **int, none_type** | | [optional] +**bimdata_viewer_layout** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | Non standard field. JSON describing bimdataViewerLayout. | [optional] **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)