Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit df973d6

Browse files
committed
MINOR: update generator to version 3.2.2
1 parent 0291291 commit df973d6

File tree

106 files changed

+684
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+684
-126
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.2.2

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ api.createChecker(cloudPk, ifcPk, projectPk, ifcChecker).then(function(data) {
119119

120120
## Documentation for API Endpoints
121121

122-
All URIs are relative to *https://api-beta.bimdata.io/*
122+
All URIs are relative to *https://api-beta.bimdata.io*
123123

124124
Class | Method | HTTP request | Description
125125
------------ | ------------- | ------------- | -------------
@@ -328,6 +328,8 @@ Class | Method | HTTP request | Description
328328
- [bimdata.ForgotPassword](docs/ForgotPassword.md)
329329
- [bimdata.Ifc](docs/Ifc.md)
330330
- [bimdata.IfcChecker](docs/IfcChecker.md)
331+
- [bimdata.IfcCheckerCheckplan](docs/IfcCheckerCheckplan.md)
332+
- [bimdata.IfcCheckerResults](docs/IfcCheckerResults.md)
331333
- [bimdata.IfcFiles](docs/IfcFiles.md)
332334
- [bimdata.InviteUser](docs/InviteUser.md)
333335
- [bimdata.InvitedSignUpUser](docs/InvitedSignUpUser.md)

docs/CheckplanApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bimdata.CheckplanApi
22

3-
All URIs are relative to *https://api-beta.bimdata.io/*
3+
All URIs are relative to *https://api-beta.bimdata.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/CloudApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bimdata.CloudApi
22

3-
All URIs are relative to *https://api-beta.bimdata.io/*
3+
All URIs are relative to *https://api-beta.bimdata.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/IfcApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bimdata.IfcApi
22

3-
All URIs are relative to *https://api-beta.bimdata.io/*
3+
All URIs are relative to *https://api-beta.bimdata.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

docs/IfcChecker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
77
**creator** | [**User**](User.md) | | [optional]
88
**name** | **String** | | [optional]
99
**checkplanId** | **Number** | | [optional]
10-
**results** | **[Object]** | | [optional]
10+
**results** | [**[IfcCheckerResults]**](IfcCheckerResults.md) | | [optional]
1111
**createdAt** | **Date** | | [optional]
1212
**updatedAt** | **Date** | | [optional]
13-
**checkplan** | **Object** | | [optional]
13+
**checkplan** | [**IfcCheckerCheckplan**](IfcCheckerCheckplan.md) | | [optional]
1414

1515

docs/IfcCheckerCheckplan.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# bimdata.IfcCheckerCheckplan
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**updatedAt** | **Date** | | [optional]
7+
**_protected** | **Boolean** | | [optional]
8+
**name** | **String** | | [optional]
9+
**description** | **String** | | [optional]
10+
**createdAt** | **Date** | | [optional]
11+
**project** | **Number** | | [optional]
12+
**id** | **Number** | | [optional]
13+
14+

docs/IfcCheckerResults.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# bimdata.IfcCheckerResults
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**result** | **String** | | [optional]
7+
**collisions** | **String** | | [optional]
8+
**updatedAt** | **Date** | | [optional]
9+
**errorDetail** | **String** | | [optional]
10+
**createdAt** | **Date** | | [optional]
11+
**id** | **Number** | | [optional]
12+
**checker** | **Number** | | [optional]
13+
**status** | **String** | | [optional]
14+
15+
16+
<a name="StatusEnum"></a>
17+
## Enum: StatusEnum
18+
19+
20+
* `C` (value: `"C"`)
21+
22+
* `P` (value: `"P"`)
23+
24+
* `E` (value: `"E"`)
25+
26+
27+
28+

docs/ProjectApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bimdata.ProjectApi
22

3-
All URIs are relative to *https://api-beta.bimdata.io/*
3+
All URIs are relative to *https://api-beta.bimdata.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -604,7 +604,7 @@ Name | Type | Description | Notes
604604

605605
<a name="fullUpdateDocument"></a>
606606
# **fullUpdateDocument**
607-
> Document fullUpdateDocument(cloudPk, id2, projectPk, name, opts)
607+
> Document fullUpdateDocument(cloudPk, id, projectPk, name, opts)
608608
609609

610610

@@ -620,7 +620,7 @@ Bearer.apiKey = 'YOUR API KEY';
620620

621621
var apiInstance = new bimdata.ProjectApi();
622622
var cloudPk = "cloudPk_example"; // String |
623-
var id2 = 56; // Number | A unique integer value identifying this document.
623+
var id = 56; // Number | A unique integer value identifying this document.
624624
var projectPk = "projectPk_example"; // String |
625625
var name = "name_example"; // String |
626626
var opts = {
@@ -637,7 +637,7 @@ var opts = {
637637
'updatedAt': new Date("2013-10-20T19:20:30+01:00"), // Date |
638638
'ifcId': "ifcId_example" // String |
639639
};
640-
apiInstance.fullUpdateDocument(cloudPk, id2, projectPk, name, opts).then(function(data) {
640+
apiInstance.fullUpdateDocument(cloudPk, id, projectPk, name, opts).then(function(data) {
641641
console.log('API called successfully. Returned data: ' + data);
642642
}, function(error) {
643643
console.error(error);
@@ -650,7 +650,7 @@ apiInstance.fullUpdateDocument(cloudPk, id2, projectPk, name, opts).then(functio
650650
Name | Type | Description | Notes
651651
------------- | ------------- | ------------- | -------------
652652
**cloudPk** | **String**| |
653-
**id2** | **Number**| A unique integer value identifying this document. |
653+
**id** | **Number**| A unique integer value identifying this document. |
654654
**projectPk** | **String**| |
655655
**name** | **String**| |
656656
**id** | **Number**| | [optional]

docs/UserApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bimdata.UserApi
22

3-
All URIs are relative to *https://api-beta.bimdata.io/*
3+
All URIs are relative to *https://api-beta.bimdata.io*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------

0 commit comments

Comments
 (0)