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

Commit 5d09e66

Browse files
committed
PATCH: update openapi-generator
1 parent a6a6606 commit 5d09e66

File tree

137 files changed

+148
-534
lines changed

Some content is hidden

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

137 files changed

+148
-534
lines changed

.openapi-generator/VERSION

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

docs/IfcCheckerCheckplan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**updatedAt** | **Date** | | [optional]
77
**_protected** | **Boolean** | | [optional]
8-
**name** | **String** | | [optional]
8+
**name** | **String** | |
99
**description** | **String** | | [optional]
1010
**createdAt** | **Date** | | [optional]
11-
**project** | **Number** | | [optional]
11+
**project** | **Number** | |
1212
**id** | **Number** | | [optional]
1313

1414

docs/IfcCheckerResults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**errorDetail** | **String** | | [optional]
1010
**createdAt** | **Date** | | [optional]
1111
**id** | **Number** | | [optional]
12-
**checker** | **Number** | | [optional]
12+
**checker** | **Number** | |
1313
**status** | **String** | | [optional]
1414

1515

src/ApiClient.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*
@@ -458,7 +458,7 @@
458458
// Attach previously saved cookies, if enabled
459459
if (this.enableCookies){
460460
if (typeof window === 'undefined') {
461-
this.agent.attachCookies(request);
461+
this.agent._attachCookies(request);
462462
}
463463
else {
464464
request.withCredentials();
@@ -473,7 +473,7 @@
473473
try {
474474
var data = _this.deserialize(response, returnType);
475475
if (_this.enableCookies && typeof window === 'undefined'){
476-
_this.agent.saveCookies(response);
476+
_this.agent._saveCookies(response);
477477
}
478478
resolve({data: data, response: response});
479479
} catch (err) {

src/api/ApplicationApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

src/api/BcfApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

src/api/CheckplanApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

src/api/CloudApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

src/api/IfcApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

src/api/ProjectApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
99
* https://openapi-generator.tech
1010
*
11-
* OpenAPI Generator version: 3.2.2
11+
* OpenAPI Generator version: 3.3.3
1212
*
1313
* Do not edit the class manually.
1414
*

0 commit comments

Comments
 (0)