You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PATCH: fix(storey): allow to add photosphere as storey plan + fix process_hint on createDocument (#790)
* fix(storey): allow to add photosphere as storey plan
* fix(storey): create STOREY_CHILD_TYPES list + add 'process_hint' to Docuemnt serializer fields
@@ -1670,7 +1671,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1670
1671
}
1671
1672
1672
1673
/**
1673
-
* Create a document. If the document is one of {\'GLTF\', \'OBJ\', \'IFC\', \'DWG\', \'DXF\', \'POINT_CLOUD\'}, a model will be created and attached to this document Required scopes: document:write
1674
+
* Create a document. If the document is one of {\'OBJ\', \'IFC\', \'GLTF\', \'DXF\', \'POINT_CLOUD\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
@@ -1773,11 +1778,11 @@ export class CollaborationApi extends runtime.BaseAPI {
1773
1778
}
1774
1779
1775
1780
/**
1776
-
* Create a document. If the document is one of {\'GLTF\', \'OBJ\', \'IFC\', \'DWG\', \'DXF\', \'POINT_CLOUD\'}, a model will be created and attached to this document Required scopes: document:write
1781
+
* Create a document. If the document is one of {\'OBJ\', \'IFC\', \'GLTF\', \'DXF\', \'POINT_CLOUD\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
Copy file name to clipboardExpand all lines: package/src/apis/ModelApi.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2460,7 +2460,7 @@ export class ModelApi extends runtime.BaseAPI {
2460
2460
}
2461
2461
2462
2462
/**
2463
-
* Create a relation between a 2d model and a building. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\') Required scopes: ifc:write, model:write
2463
+
* Create a relation between a 2d model and a building. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\', \'PHOTOSPHERE\') Required scopes: ifc:write, model:write
2464
2464
* Create a relation between a 2d model and a building
@@ -2520,7 +2520,7 @@ export class ModelApi extends runtime.BaseAPI {
2520
2520
}
2521
2521
2522
2522
/**
2523
-
* Create a relation between a 2d model and a building. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\') Required scopes: ifc:write, model:write
2523
+
* Create a relation between a 2d model and a building. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\', \'PHOTOSPHERE\') Required scopes: ifc:write, model:write
2524
2524
* Create a relation between a 2d model and a building
@@ -3923,7 +3923,7 @@ export class ModelApi extends runtime.BaseAPI {
3923
3923
}
3924
3924
3925
3925
/**
3926
-
* Create a relation between a 2d model and a storey. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\') Required scopes: ifc:write, model:write
3926
+
* Create a relation between a 2d model and a storey. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\', \'PHOTOSPHERE\') Required scopes: ifc:write, model:write
3927
3927
* Create a relation between a 2d model and a storey
@@ -3983,7 +3983,7 @@ export class ModelApi extends runtime.BaseAPI {
3983
3983
}
3984
3984
3985
3985
/**
3986
-
* Create a relation between a 2d model and a storey. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\') Required scopes: ifc:write, model:write
3986
+
* Create a relation between a 2d model and a storey. The model type must be one of : (\'DWG\', \'DXF\', \'PDF\', \'JPEG\', \'PNG\', \'PHOTOSPHERE\') Required scopes: ifc:write, model:write
3987
3987
* Create a relation between a 2d model and a storey
0 commit comments