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
@@ -1541,7 +1541,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1541
1541
}
1542
1542
1543
1543
/**
1544
-
* Create a document. If the document is one of {\'IFC\', \'POINT_CLOUD\', \'DXF\', \'DWG\', \'OBJ\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1544
+
* Create a document. If the document is one of {\'GLTF\', \'POINT_CLOUD\', \'IFC\', \'DXF\', \'OBJ\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
@@ -1638,7 +1638,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1638
1638
}
1639
1639
1640
1640
/**
1641
-
* Create a document. If the document is one of {\'IFC\', \'POINT_CLOUD\', \'DXF\', \'DWG\', \'OBJ\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1641
+
* Create a document. If the document is one of {\'GLTF\', \'POINT_CLOUD\', \'IFC\', \'DXF\', \'OBJ\', \'DWG\'}, a model will be created and attached to this document Required scopes: document:write
@@ -2960,10 +2960,6 @@ export class ModelApi extends runtime.BaseAPI {
2960
2960
throw new runtime.RequiredError('project_pk','Required parameter requestParameters.project_pk was null or undefined when calling createMask2D.');
2961
2961
}
2962
2962
2963
-
if (requestParameters.Mask2DRequest === null || requestParameters.Mask2DRequest === undefined) {
2964
-
throw new runtime.RequiredError('Mask2DRequest','Required parameter requestParameters.Mask2DRequest was null or undefined when calling createMask2D.');
2965
-
}
2966
-
2967
2963
const queryParameters: any = {};
2968
2964
2969
2965
const headerParameters: runtime.HTTPHeaders = {};
@@ -2993,7 +2989,7 @@ export class ModelApi extends runtime.BaseAPI {
2993
2989
* Create or update a 2D mask for the model. Only available for PDF, JPEG and PNG models
0 commit comments