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
@@ -1564,7 +1564,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1564
1564
}
1565
1565
1566
1566
/**
1567
-
* Create a document. If the document is one of {\'OBJ\', \'DWG\', \'POINT_CLOUD\', \'DXF\', \'IFC\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1567
+
* 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
@@ -1667,7 +1667,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1667
1667
}
1668
1668
1669
1669
/**
1670
-
* Create a document. If the document is one of {\'OBJ\', \'DWG\', \'POINT_CLOUD\', \'DXF\', \'IFC\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1670
+
* 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
@@ -1387,6 +1398,75 @@ export class IfcApi extends runtime.BaseAPI {
1387
1398
return await response.value();
1388
1399
}
1389
1400
1401
+
/**
1402
+
* Add a space to a zone. The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write, model:write
if (requestParameters.cloud_pk === null || requestParameters.cloud_pk === undefined) {
1407
+
throw new runtime.RequiredError('cloud_pk','Required parameter requestParameters.cloud_pk was null or undefined when calling addZoneSpaceDeprecated.');
1408
+
}
1409
+
1410
+
if (requestParameters.ifc_pk === null || requestParameters.ifc_pk === undefined) {
1411
+
throw new runtime.RequiredError('ifc_pk','Required parameter requestParameters.ifc_pk was null or undefined when calling addZoneSpaceDeprecated.');
1412
+
}
1413
+
1414
+
if (requestParameters.project_pk === null || requestParameters.project_pk === undefined) {
1415
+
throw new runtime.RequiredError('project_pk','Required parameter requestParameters.project_pk was null or undefined when calling addZoneSpaceDeprecated.');
1416
+
}
1417
+
1418
+
if (requestParameters.zone_pk === null || requestParameters.zone_pk === undefined) {
1419
+
throw new runtime.RequiredError('zone_pk','Required parameter requestParameters.zone_pk was null or undefined when calling addZoneSpaceDeprecated.');
1420
+
}
1421
+
1422
+
if (requestParameters.ZoneSpaceRelationRequest === null || requestParameters.ZoneSpaceRelationRequest === undefined) {
1423
+
throw new runtime.RequiredError('ZoneSpaceRelationRequest','Required parameter requestParameters.ZoneSpaceRelationRequest was null or undefined when calling addZoneSpaceDeprecated.');
return new runtime.JSONApiResponse(response, (jsonValue) => ZoneSpaceFromJSON(jsonValue));
1459
+
}
1460
+
1461
+
/**
1462
+
* Add a space to a zone. The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write, model:write
* Delete relation between filtered classifications (eg. /classifications?name=untec) and all mode\'s elements. No classification will be deleted on this endpoint, only the relation between model\'s elements and their classification. Required scopes: ifc:write, model:write
1392
1472
* Remove all classifications from model\'s elements
@@ -4991,8 +5071,8 @@ export class IfcApi extends runtime.BaseAPI {
4991
5071
}
4992
5072
4993
5073
/**
4994
-
* The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
4995
-
* Delete a space of a zone
5074
+
* Delete the relation between a space and a zone. The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
if (requestParameters.cloud_pk === null || requestParameters.cloud_pk === undefined) {
@@ -5048,8 +5128,8 @@ export class IfcApi extends runtime.BaseAPI {
5048
5128
}
5049
5129
5050
5130
/**
5051
-
* The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
5052
-
* Delete a space of a zone
5131
+
* Delete the relation between a space and a zone. The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
@@ -1393,6 +1404,75 @@ export class ModelApi extends runtime.BaseAPI {
1393
1404
return await response.value();
1394
1405
}
1395
1406
1407
+
/**
1408
+
* Add a space to a zone. The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write, model:write
if (requestParameters.cloud_pk === null || requestParameters.cloud_pk === undefined) {
1413
+
throw new runtime.RequiredError('cloud_pk','Required parameter requestParameters.cloud_pk was null or undefined when calling addZoneSpace.');
1414
+
}
1415
+
1416
+
if (requestParameters.model_pk === null || requestParameters.model_pk === undefined) {
1417
+
throw new runtime.RequiredError('model_pk','Required parameter requestParameters.model_pk was null or undefined when calling addZoneSpace.');
1418
+
}
1419
+
1420
+
if (requestParameters.project_pk === null || requestParameters.project_pk === undefined) {
1421
+
throw new runtime.RequiredError('project_pk','Required parameter requestParameters.project_pk was null or undefined when calling addZoneSpace.');
1422
+
}
1423
+
1424
+
if (requestParameters.zone_pk === null || requestParameters.zone_pk === undefined) {
1425
+
throw new runtime.RequiredError('zone_pk','Required parameter requestParameters.zone_pk was null or undefined when calling addZoneSpace.');
1426
+
}
1427
+
1428
+
if (requestParameters.ZoneSpaceRelationRequest === null || requestParameters.ZoneSpaceRelationRequest === undefined) {
1429
+
throw new runtime.RequiredError('ZoneSpaceRelationRequest','Required parameter requestParameters.ZoneSpaceRelationRequest was null or undefined when calling addZoneSpace.');
return new runtime.JSONApiResponse(response, (jsonValue) => ZoneSpaceFromJSON(jsonValue));
1465
+
}
1466
+
1467
+
/**
1468
+
* Add a space to a zone. The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write, model:write
* Delete relation between filtered classifications (eg. /classifications?name=untec) and all mode\'s elements. No classification will be deleted on this endpoint, only the relation between model\'s elements and their classification. Required scopes: ifc:write, model:write
1398
1478
* Remove all classifications from model\'s elements
@@ -4997,8 +5077,8 @@ export class ModelApi extends runtime.BaseAPI {
4997
5077
}
4998
5078
4999
5079
/**
5000
-
* The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
5001
-
* Delete a space of a zone
5080
+
* Delete the relation between a space and a zone. The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
if (requestParameters.cloud_pk === null || requestParameters.cloud_pk === undefined) {
@@ -5054,8 +5134,8 @@ export class ModelApi extends runtime.BaseAPI {
5054
5134
}
5055
5135
5056
5136
/**
5057
-
* The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
5058
-
* Delete a space of a zone
5137
+
* Delete the relation between a space and a zone. The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
* BIMData API is a tool to interact with your models stored on BIMData’s servers. Through the API, you can manage your projects, the clouds, upload your IFC files and manage them through endpoints.
0 commit comments