Skip to content

Commit 32044a5

Browse files
committed
MINOR: add space geometry (#672)
* add space geometry * restor deleted code line
1 parent 8855d1c commit 32044a5

26 files changed

+415
-17
lines changed

.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ docs/FolderWithoutChildren.md
5151
docs/FolderWithoutChildrenRequest.md
5252
docs/FullTopic.md
5353
docs/FullTopicRequest.md
54+
docs/GeometryPoint.md
55+
docs/GeometryPointRequest.md
5456
docs/Group.md
5557
docs/GroupFolder.md
5658
docs/GroupFolderRead.md
@@ -298,6 +300,8 @@ src/model/FolderWithoutChildren.js
298300
src/model/FolderWithoutChildrenRequest.js
299301
src/model/FullTopic.js
300302
src/model/FullTopicRequest.js
303+
src/model/GeometryPoint.js
304+
src/model/GeometryPointRequest.js
301305
src/model/Group.js
302306
src/model/GroupFolder.js
303307
src/model/GroupFolderRead.js
@@ -537,6 +541,8 @@ test/model/FolderWithoutChildren.spec.js
537541
test/model/FolderWithoutChildrenRequest.spec.js
538542
test/model/FullTopic.spec.js
539543
test/model/FullTopicRequest.spec.js
544+
test/model/GeometryPoint.spec.js
545+
test/model/GeometryPointRequest.spec.js
540546
test/model/Group.spec.js
541547
test/model/GroupFolder.spec.js
542548
test/model/GroupFolderRead.spec.js

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,8 @@ Class | Method | HTTP request | Description
667667
- [bimdata.FolderWithoutChildrenRequest](docs/FolderWithoutChildrenRequest.md)
668668
- [bimdata.FullTopic](docs/FullTopic.md)
669669
- [bimdata.FullTopicRequest](docs/FullTopicRequest.md)
670+
- [bimdata.GeometryPoint](docs/GeometryPoint.md)
671+
- [bimdata.GeometryPointRequest](docs/GeometryPointRequest.md)
670672
- [bimdata.Group](docs/Group.md)
671673
- [bimdata.GroupFolder](docs/GroupFolder.md)
672674
- [bimdata.GroupFolderRead](docs/GroupFolderRead.md)

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ Name | Type | Description | Notes
956956
957957
Create a document
958958

959-
Create a document. If the document is one of {'GLTF', 'DXF', 'POINT_CLOUD', 'OBJ', 'IFC', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
959+
Create a document. If the document is one of {'POINT_CLOUD', 'OBJ', 'IFC', 'GLTF', 'DXF', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
960960

961961
### Example
962962

docs/GeometryPoint.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# bimdata.GeometryPoint
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**x** | **Number** | |
8+
**y** | **Number** | |
9+
10+

docs/GeometryPointRequest.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# bimdata.GeometryPointRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**x** | **Number** | |
8+
**y** | **Number** | |
9+
10+

docs/PatchedPinRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
99
**color** | **String** | | [optional]
10-
**point** | [**PointRequest**](PointRequest.md) | | [optional]
10+
**point** | [**GeometryPointRequest**](GeometryPointRequest.md) | | [optional]
1111
**index** | **Number** | | [optional]
1212

1313

docs/PatchedSpaceRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
77
**name** | **String** | | [optional]
88
**longname** | **String** | | [optional]
99
**uuid** | **String** | | [optional]
10+
**geometry** | [**[GeometryPointRequest]**](GeometryPointRequest.md) | | [optional]
1011

1112

docs/Pin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
99
**color** | **String** | | [optional]
10-
**point** | [**Point**](Point.md) | |
10+
**point** | [**GeometryPoint**](GeometryPoint.md) | |
1111
**index** | **Number** | | [optional]
1212

1313

docs/PinRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**guid** | **String** | | [optional]
88
**name** | **String** | | [optional]
99
**color** | **String** | | [optional]
10-
**point** | [**PointRequest**](PointRequest.md) | |
10+
**point** | [**GeometryPointRequest**](GeometryPointRequest.md) | |
1111
**index** | **Number** | | [optional]
1212

1313

docs/Space.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**longname** | **String** | | [optional]
1010
**uuid** | **String** | |
1111
**zoneSet** | **[Number]** | | [readonly]
12+
**geometry** | [**[GeometryPoint]**](GeometryPoint.md) | | [optional]
1213
**createdAt** | **Date** | | [readonly]
1314
**updatedAt** | **Date** | | [readonly]
1415

0 commit comments

Comments
 (0)