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
Copy file name to clipboardExpand all lines: package/src/apis/CollaborationApi.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1693,7 +1693,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1693
1693
}
1694
1694
1695
1695
/**
1696
-
* Create a document. If the document is one of {\'POINT_CLOUD\', \'DXF\', \'OBJ\', \'DWG\', \'IFC\', \'PHOTOSPHERE\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1696
+
* Create a document. If the document is one of {\'PHOTOSPHERE\', \'GLTF\', \'IFC\', \'DWG\', \'POINT_CLOUD\', \'DXF\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
@@ -1800,7 +1800,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1800
1800
}
1801
1801
1802
1802
/**
1803
-
* Create a document. If the document is one of {\'POINT_CLOUD\', \'DXF\', \'OBJ\', \'DWG\', \'IFC\', \'PHOTOSPHERE\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1803
+
* Create a document. If the document is one of {\'PHOTOSPHERE\', \'GLTF\', \'IFC\', \'DWG\', \'POINT_CLOUD\', \'DXF\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
0 commit comments