Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit c47f1c7

Browse files
committed
MINOR: Remove folder groups and history fields form DMS-Tree(#599)
* optimize some routes and remove group_permissions from dms-tree * add more tests * remove history from dms-tree * typo * fix documentation * restore features prefetch * remove useless prefetch * fix prefetch * remove useless prefetch
1 parent acaaa01 commit c47f1c7

20 files changed

+320
-323
lines changed

.openapi-generator/FILES

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ docs/LayerElementRequest.md
7777
docs/LayerRequest.md
7878
docs/Line.md
7979
docs/LineRequest.md
80-
docs/MarketplaceApp.md
8180
docs/MarketplaceAppImage.md
82-
docs/MarketplaceAppImageRequest.md
83-
docs/MarketplaceAppRequest.md
81+
docs/MarketplaceAppLight.md
82+
docs/MarketplaceAppLightRequest.md
8483
docs/Material.md
8584
docs/MaterialListComponent.md
8685
docs/MaterialListComponentRequest.md
@@ -337,10 +336,9 @@ src/model/LayerElementRequest.js
337336
src/model/LayerRequest.js
338337
src/model/Line.js
339338
src/model/LineRequest.js
340-
src/model/MarketplaceApp.js
341339
src/model/MarketplaceAppImage.js
342-
src/model/MarketplaceAppImageRequest.js
343-
src/model/MarketplaceAppRequest.js
340+
src/model/MarketplaceAppLight.js
341+
src/model/MarketplaceAppLightRequest.js
344342
src/model/Material.js
345343
src/model/MaterialListComponent.js
346344
src/model/MaterialListComponentRequest.js
@@ -590,10 +588,9 @@ test/model/LayerElementRequest.spec.js
590588
test/model/LayerRequest.spec.js
591589
test/model/Line.spec.js
592590
test/model/LineRequest.spec.js
593-
test/model/MarketplaceApp.spec.js
594591
test/model/MarketplaceAppImage.spec.js
595-
test/model/MarketplaceAppImageRequest.spec.js
596-
test/model/MarketplaceAppRequest.spec.js
592+
test/model/MarketplaceAppLight.spec.js
593+
test/model/MarketplaceAppLightRequest.spec.js
597594
test/model/Material.spec.js
598595
test/model/MaterialListComponent.spec.js
599596
test/model/MaterialListComponentRequest.spec.js

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,10 +719,9 @@ Class | Method | HTTP request | Description
719719
- [bimdata.LayerRequest](docs/LayerRequest.md)
720720
- [bimdata.Line](docs/Line.md)
721721
- [bimdata.LineRequest](docs/LineRequest.md)
722-
- [bimdata.MarketplaceApp](docs/MarketplaceApp.md)
723722
- [bimdata.MarketplaceAppImage](docs/MarketplaceAppImage.md)
724-
- [bimdata.MarketplaceAppImageRequest](docs/MarketplaceAppImageRequest.md)
725-
- [bimdata.MarketplaceAppRequest](docs/MarketplaceAppRequest.md)
723+
- [bimdata.MarketplaceAppLight](docs/MarketplaceAppLight.md)
724+
- [bimdata.MarketplaceAppLightRequest](docs/MarketplaceAppLightRequest.md)
726725
- [bimdata.Material](docs/Material.md)
727726
- [bimdata.MaterialListComponent](docs/MaterialListComponent.md)
728727
- [bimdata.MaterialListComponentRequest](docs/MaterialListComponentRequest.md)

docs/Cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**id** | **Number** | | [readonly]
88
**name** | **String** | Name of the cloud |
99
**features** | [**[Feature]**](Feature.md) | | [readonly]
10-
**marketplaceApps** | [**[MarketplaceApp]**](MarketplaceApp.md) | | [readonly]
10+
**marketplaceApps** | [**[MarketplaceAppLight]**](MarketplaceAppLight.md) | | [readonly]
1111
**organization** | [**Organization**](Organization.md) | | [readonly]
1212
**creator** | [**User**](User.md) | | [readonly]
1313
**creatorApp** | **String** | | [readonly]

docs/CollaborationApi.md

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

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

959959
### Example
960960

docs/MarketplaceApp.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/MarketplaceAppImageRequest.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/MarketplaceAppLight.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# bimdata.MarketplaceAppLight
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **Number** | | [readonly]
8+
**name** | **String** | |
9+
**viewerPluginsUrls** | **[String]** | | [optional]
10+
**file** | **String** | | [optional]
11+
**organization** | [**PublicOrganization**](PublicOrganization.md) | | [readonly]
12+
**images** | [**[MarketplaceAppImage]**](MarketplaceAppImage.md) | | [readonly]
13+
14+

docs/MarketplaceAppLightRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# bimdata.MarketplaceAppLightRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **String** | |
8+
**viewerPluginsUrls** | **[String]** | | [optional]
9+
**file** | **File** | | [optional]
10+
11+

docs/MarketplaceAppRequest.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/RecursiveFolderChildren.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Name | Type | Description | Notes
2020
**modelId** | **Number** | | [readonly]
2121
**ifcId** | **Number** | DEPRECATED: Use 'model_id' instead | [readonly]
2222
**file** | **String** | | [optional]
23-
**groupsPermissions** | [**[FolderGroupPermission]**](FolderGroupPermission.md) | Groups permissions of folder | [readonly]
23+
**groupsPermissions** | **Boolean** | DEPRECATED: This field must be present because of legacy constraints but will always be empty. If you want to see group permissions of a folder, see `getFolder` | [readonly]
2424
**defaultPermission** | **Number** | Default permissions of folder | [readonly]
2525
**userPermission** | **Number** | Aggregate of group user permissions and folder default permission | [readonly]
26-
**history** | [**[Document]**](Document.md) | History of a document | [readonly]
26+
**historyCount** | **Number** | Number of previous versions | [readonly]
2727
**tags** | [**[Tag]**](Tag.md) | Tags of a document | [readonly]
2828
**children** | [**[RecursiveFolderChildren]**](RecursiveFolderChildren.md) | | [optional]
2929

0 commit comments

Comments
 (0)