@@ -1035,7 +1035,7 @@ Name | Type | Description | Notes
10351035
10361036## createBuildingDeprecated
10371037
1038- > Building createBuildingDeprecated(cloudPk, ifcPk, projectPk, data)
1038+ > InlineResponse201 createBuildingDeprecated(cloudPk, ifcPk, projectPk, data)
10391039
10401040Create a building of a model
10411041
@@ -1062,7 +1062,7 @@ let apiInstance = new bimdata.IfcApi();
10621062let cloudPk = " cloudPk_example" ; // String |
10631063let ifcPk = " ifcPk_example" ; // String |
10641064let projectPk = " projectPk_example" ; // String |
1065- let data = new bimdata.Building (); // Building |
1065+ let data = new bimdata.InlineObject4 (); // InlineObject4 |
10661066apiInstance .createBuildingDeprecated (cloudPk, ifcPk, projectPk, data).then ((data ) => {
10671067 console .log (' API called successfully. Returned data: ' + data);
10681068}, (error ) => {
@@ -1079,11 +1079,11 @@ Name | Type | Description | Notes
10791079 ** cloudPk** | ** String** | |
10801080 ** ifcPk** | ** String** | |
10811081 ** projectPk** | ** String** | |
1082- ** data** | [ ** Building ** ] ( Building .md) | |
1082+ ** data** | [ ** InlineObject4 ** ] ( InlineObject4 .md) | |
10831083
10841084### Return type
10851085
1086- [ ** Building ** ] ( Building .md)
1086+ [ ** InlineResponse201 ** ] ( InlineResponse201 .md)
10871087
10881088### Authorization
10891089
@@ -1125,7 +1125,7 @@ let buildingUuid = "buildingUuid_example"; // String |
11251125let cloudPk = " cloudPk_example" ; // String |
11261126let ifcPk = " ifcPk_example" ; // String |
11271127let projectPk = " projectPk_example" ; // String |
1128- let data = new bimdata.InlineObject4 (); // InlineObject4 |
1128+ let data = new bimdata.InlineObject5 (); // InlineObject5 |
11291129apiInstance .createBuildingPlanDeprecated (buildingUuid, cloudPk, ifcPk, projectPk, data).then ((data ) => {
11301130 console .log (' API called successfully. Returned data: ' + data);
11311131}, (error ) => {
@@ -1143,7 +1143,7 @@ Name | Type | Description | Notes
11431143 ** cloudPk** | ** String** | |
11441144 ** ifcPk** | ** String** | |
11451145 ** projectPk** | ** String** | |
1146- ** data** | [ ** InlineObject4 ** ] ( InlineObject4 .md) | |
1146+ ** data** | [ ** InlineObject5 ** ] ( InlineObject5 .md) | |
11471147
11481148### Return type
11491149
@@ -2297,7 +2297,7 @@ Name | Type | Description | Notes
22972297
22982298## createStoreyDeprecated
22992299
2300- > Storey createStoreyDeprecated(cloudPk, ifcPk, projectPk, data)
2300+ > InlineResponse201 createStoreyDeprecated(cloudPk, ifcPk, projectPk, data)
23012301
23022302Create a storey of a model
23032303
@@ -2324,7 +2324,7 @@ let apiInstance = new bimdata.IfcApi();
23242324let cloudPk = " cloudPk_example" ; // String |
23252325let ifcPk = " ifcPk_example" ; // String |
23262326let projectPk = " projectPk_example" ; // String |
2327- let data = new bimdata.Storey (); // Storey |
2327+ let data = new bimdata.InlineObject7 (); // InlineObject7 |
23282328apiInstance .createStoreyDeprecated (cloudPk, ifcPk, projectPk, data).then ((data ) => {
23292329 console .log (' API called successfully. Returned data: ' + data);
23302330}, (error ) => {
@@ -2341,11 +2341,11 @@ Name | Type | Description | Notes
23412341 ** cloudPk** | ** String** | |
23422342 ** ifcPk** | ** String** | |
23432343 ** projectPk** | ** String** | |
2344- ** data** | [ ** Storey ** ] ( Storey .md) | |
2344+ ** data** | [ ** InlineObject7 ** ] ( InlineObject7 .md) | |
23452345
23462346### Return type
23472347
2348- [ ** Storey ** ] ( Storey .md)
2348+ [ ** InlineResponse201 ** ] ( InlineResponse201 .md)
23492349
23502350### Authorization
23512351
@@ -2387,7 +2387,7 @@ let cloudPk = "cloudPk_example"; // String |
23872387let ifcPk = " ifcPk_example" ; // String |
23882388let projectPk = " projectPk_example" ; // String |
23892389let storeyUuid = " storeyUuid_example" ; // String |
2390- let data = new bimdata.InlineObject6 (); // InlineObject6 |
2390+ let data = new bimdata.InlineObject8 (); // InlineObject8 |
23912391apiInstance .createStoreyPlanDeprecated (cloudPk, ifcPk, projectPk, storeyUuid, data).then ((data ) => {
23922392 console .log (' API called successfully. Returned data: ' + data);
23932393}, (error ) => {
@@ -2405,7 +2405,7 @@ Name | Type | Description | Notes
24052405 ** ifcPk** | ** String** | |
24062406 ** projectPk** | ** String** | |
24072407 ** storeyUuid** | ** String** | |
2408- ** data** | [ ** InlineObject6 ** ] ( InlineObject6 .md) | |
2408+ ** data** | [ ** InlineObject8 ** ] ( InlineObject8 .md) | |
24092409
24102410### Return type
24112411
@@ -8389,7 +8389,7 @@ Name | Type | Description | Notes
83898389
83908390## updateBuildingDeprecated
83918391
8392- > InlineResponse2002 updateBuildingDeprecated(cloudPk, ifcPk, projectPk, uuid, data)
8392+ > InlineResponse201 updateBuildingDeprecated(cloudPk, ifcPk, projectPk, uuid, data)
83938393
83948394Update some fields of a building
83958395
@@ -8417,7 +8417,7 @@ let cloudPk = "cloudPk_example"; // String |
84178417let ifcPk = " ifcPk_example" ; // String |
84188418let projectPk = " projectPk_example" ; // String |
84198419let uuid = " uuid_example" ; // String | IFC element or element type UUID
8420- let data = new bimdata.InlineObject5 (); // InlineObject5 |
8420+ let data = new bimdata.InlineObject6 (); // InlineObject6 |
84218421apiInstance .updateBuildingDeprecated (cloudPk, ifcPk, projectPk, uuid, data).then ((data ) => {
84228422 console .log (' API called successfully. Returned data: ' + data);
84238423}, (error ) => {
@@ -8435,11 +8435,11 @@ Name | Type | Description | Notes
84358435 ** ifcPk** | ** String** | |
84368436 ** projectPk** | ** String** | |
84378437 ** uuid** | ** String** | IFC element or element type UUID |
8438- ** data** | [ ** InlineObject5 ** ] ( InlineObject5 .md) | |
8438+ ** data** | [ ** InlineObject6 ** ] ( InlineObject6 .md) | |
84398439
84408440### Return type
84418441
8442- [ ** InlineResponse2002 ** ] ( InlineResponse2002 .md)
8442+ [ ** InlineResponse201 ** ] ( InlineResponse201 .md)
84438443
84448444### Authorization
84458445
@@ -9559,7 +9559,7 @@ Name | Type | Description | Notes
95599559
95609560## updateStoreyDeprecated
95619561
9562- > InlineResponse2002 updateStoreyDeprecated(cloudPk, ifcPk, projectPk, uuid, data)
9562+ > InlineResponse201 updateStoreyDeprecated(cloudPk, ifcPk, projectPk, uuid, data)
95639563
95649564Update some fields of a storey
95659565
@@ -9587,7 +9587,7 @@ let cloudPk = "cloudPk_example"; // String |
95879587let ifcPk = " ifcPk_example" ; // String |
95889588let projectPk = " projectPk_example" ; // String |
95899589let uuid = " uuid_example" ; // String | IFC element or element type UUID
9590- let data = new bimdata.InlineObject7 (); // InlineObject7 |
9590+ let data = new bimdata.InlineObject9 (); // InlineObject9 |
95919591apiInstance .updateStoreyDeprecated (cloudPk, ifcPk, projectPk, uuid, data).then ((data ) => {
95929592 console .log (' API called successfully. Returned data: ' + data);
95939593}, (error ) => {
@@ -9605,11 +9605,11 @@ Name | Type | Description | Notes
96059605 ** ifcPk** | ** String** | |
96069606 ** projectPk** | ** String** | |
96079607 ** uuid** | ** String** | IFC element or element type UUID |
9608- ** data** | [ ** InlineObject7 ** ] ( InlineObject7 .md) | |
9608+ ** data** | [ ** InlineObject9 ** ] ( InlineObject9 .md) | |
96099609
96109610### Return type
96119611
9612- [ ** InlineResponse2002 ** ] ( InlineResponse2002 .md)
9612+ [ ** InlineResponse201 ** ] ( InlineResponse201 .md)
96139613
96149614### Authorization
96159615
0 commit comments