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

Commit 902787f

Browse files
Bimdata-ioAmoki
andcommitted
MAJOR: Feat/openapi3 (#508)
* install and pre configure drf-spectacular * finish replace drf-yasg lib by drf-spectacular * fix error on lib generation * recreate data for oauth delete tests * fix some typo * fix null enums * fix some serializer * add bearer auth to swagger * add test operationId and fix numquery MPApp test * fix head action in test doc Co-authored-by: Amoki <hugo@bimdata.io>
1 parent f865954 commit 902787f

774 files changed

Lines changed: 44751 additions & 17923 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 179 additions & 59 deletions
Large diffs are not rendered by default.

docs/BcfApi.md

Lines changed: 801 additions & 677 deletions
Large diffs are not rendered by default.

docs/BcfProject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **Number** | | [optional] [readonly]
8-
**projectId** | **String** | | [optional] [readonly]
7+
**id** | **Number** | | [readonly]
8+
**projectId** | **String** | | [readonly]
99
**name** | **String** | Name of the project |
1010

1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# bimdata.InlineObject11
1+
# bimdata.BcfProjectRequest
22

33
## Properties
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **Number** | model id | [optional]
7+
**name** | **String** | Name of the project |
88

99

docs/Building.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**uuid** | **String** | IFC element or element type UUID | [optional] [readonly]
8-
**name** | **String** | Name of the building | [optional] [readonly]
9-
**plans** | [**[ModelWithPositioningPlan]**](ModelWithPositioningPlan.md) | | [optional] [readonly]
10-
**plansUnreachableCount** | **Number** | | [optional] [readonly]
7+
**uuid** | **String** | IFC element or element type UUID | [readonly]
8+
**name** | **String** | Name of the building | [readonly]
9+
**plans** | [**[ModelWithPositioningPlan]**](ModelWithPositioningPlan.md) | | [readonly]
10+
**plansUnreachableCount** | **Number** | | [readonly]
1111

1212

docs/CheckPlan.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **Number** | | [optional] [readonly]
7+
**id** | **Number** | | [readonly]
88
**name** | **String** | |
99
**description** | **String** | | [optional]
10-
**createdAt** | **Date** | | [optional] [readonly]
11-
**updatedAt** | **Date** | | [optional] [readonly]
10+
**createdAt** | **Date** | | [readonly]
11+
**updatedAt** | **Date** | | [readonly]
1212
**rulesets** | [**[Ruleset]**](Ruleset.md) | | [optional]
13-
**isDefault** | **Boolean** | | [optional] [readonly]
13+
**isDefault** | **Boolean** | | [readonly]
1414

1515

docs/CheckPlanRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# bimdata.CheckPlanRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **String** | |
8+
**description** | **String** | | [optional]
9+
**rulesets** | [**[RulesetRequest]**](RulesetRequest.md) | | [optional]
10+
11+

0 commit comments

Comments
 (0)