Skip to content

Commit 9c80429

Browse files
committed
PATCH: 2d mask improvment (commit for lib release)
1 parent 1e5d513 commit 9c80429

24 files changed

+1045
-5969
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ bimdata_api_client/model/patched_group_request.py
125125
bimdata_api_client/model/patched_ifc_access_token_request.py
126126
bimdata_api_client/model/patched_label_request.py
127127
bimdata_api_client/model/patched_layer_request.py
128+
bimdata_api_client/model/patched_mask2_d_request.py
128129
bimdata_api_client/model/patched_model_request.py
129130
bimdata_api_client/model/patched_pin_request.py
130131
bimdata_api_client/model/patched_positioning_plan_request.py
@@ -390,6 +391,7 @@ docs/PatchedGroupRequest.md
390391
docs/PatchedIfcAccessTokenRequest.md
391392
docs/PatchedLabelRequest.md
392393
docs/PatchedLayerRequest.md
394+
docs/PatchedMask2DRequest.md
393395
docs/PatchedModelRequest.md
394396
docs/PatchedPinRequest.md
395397
docs/PatchedPositioningPlanRequest.md
@@ -658,6 +660,7 @@ test/test_patched_group_request.py
658660
test/test_patched_ifc_access_token_request.py
659661
test/test_patched_label_request.py
660662
test/test_patched_layer_request.py
663+
test/test_patched_mask2_d_request.py
661664
test/test_patched_model_request.py
662665
test/test_patched_pin_request.py
663666
test/test_patched_positioning_plan_request.py

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,6 @@ configuration.api_key['ApiKey'] = 'YOUR_API_KEY'
111111
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
112112
# configuration.api_key_prefix['ApiKey'] = 'Bearer'
113113

114-
# Configure OAuth2 access token for authorization: BIMData_Connect
115-
configuration = bimdata_api_client.Configuration(
116-
host = "http://localhost"
117-
)
118-
configuration.access_token = 'YOUR_ACCESS_TOKEN'
119-
120-
# Configure OAuth2 access token for authorization: BIMData_Connect
121-
configuration = bimdata_api_client.Configuration(
122-
host = "http://localhost"
123-
)
124-
configuration.access_token = 'YOUR_ACCESS_TOKEN'
125-
126114
# Configure API key authorization: Bearer
127115
configuration.api_key['Bearer'] = 'YOUR_API_KEY'
128116

@@ -473,6 +461,7 @@ Class | Method | HTTP request | Description
473461
*ModelApi* | [**update_element**](docs/ModelApi.md#update_element) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/element/{uuid} | Update some fields of an element
474462
*ModelApi* | [**update_element_property_set_property**](docs/ModelApi.md#update_element_property_set_property) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{id} | Update a property from an element
475463
*ModelApi* | [**update_layer**](docs/ModelApi.md#update_layer) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/layer/{id} | Update some fields of a layer
464+
*ModelApi* | [**update_mask2_d**](docs/ModelApi.md#update_mask2_d) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{id}/mask-2d | Partial update of a 2D mask for the model
476465
*ModelApi* | [**update_model**](docs/ModelApi.md#update_model) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{id} | Update some fields of a model
477466
*ModelApi* | [**update_model_files**](docs/ModelApi.md#update_model_files) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{id}/files | Update models file (gltf, svg, structure, etc)
478467
*ModelApi* | [**update_model_property**](docs/ModelApi.md#update_model_property) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/property/{id} | Update some fields of a Property
@@ -623,6 +612,7 @@ Class | Method | HTTP request | Description
623612
- [PatchedIfcAccessTokenRequest](docs/PatchedIfcAccessTokenRequest.md)
624613
- [PatchedLabelRequest](docs/PatchedLabelRequest.md)
625614
- [PatchedLayerRequest](docs/PatchedLayerRequest.md)
615+
- [PatchedMask2DRequest](docs/PatchedMask2DRequest.md)
626616
- [PatchedModelRequest](docs/PatchedModelRequest.md)
627617
- [PatchedPinRequest](docs/PatchedPinRequest.md)
628618
- [PatchedPositioningPlanRequest](docs/PatchedPositioningPlanRequest.md)
@@ -783,22 +773,6 @@ Class | Method | HTTP request | Description
783773
- **Location**: HTTP header
784774

785775

786-
## BIMData_Connect
787-
788-
- **Type**: OAuth
789-
- **Flow**: implicit
790-
- **Authorization URL**: http://fakeurl.bimdata.example/realms/bimdata/protocol/openid-connect/auth
791-
- **Scopes**: N/A
792-
793-
794-
## BIMData_Connect
795-
796-
- **Type**: OAuth
797-
- **Flow**: application
798-
- **Authorization URL**:
799-
- **Scopes**: N/A
800-
801-
802776
## Bearer
803777

804778
- **Type**: API key

0 commit comments

Comments
 (0)