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

Commit ca22e54

Browse files
committed
MINOR: update project serialization
1 parent a1055b8 commit ca22e54

23 files changed

Lines changed: 806 additions & 943 deletions

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,6 @@ Class | Method | HTTP request | Description
212212
*bimdata.CheckplanApi* | [**updateRuleComponent**](docs/CheckplanApi.md#updateRuleComponent) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent/{id} | Update some fields of a RuleComponent
213213
*bimdata.CheckplanApi* | [**updateRuleset**](docs/CheckplanApi.md#updateRuleset) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{id} | Update some fields of a Ruleset
214214
*bimdata.CloudApi* | [**cancelCloudUserInvitation**](docs/CloudApi.md#cancelCloudUserInvitation) | **DELETE** /cloud/{cloud_pk}/invitation/{id} | Cancel a pending invitation
215-
*bimdata.CloudApi* | [**cloudProcessorCreate**](docs/CloudApi.md#cloudProcessorCreate) | **POST** /cloud/{cloud_pk}/processor |
216-
*bimdata.CloudApi* | [**cloudProcessorDelete**](docs/CloudApi.md#cloudProcessorDelete) | **DELETE** /cloud/{cloud_pk}/processor/{id} |
217-
*bimdata.CloudApi* | [**cloudProcessorList**](docs/CloudApi.md#cloudProcessorList) | **GET** /cloud/{cloud_pk}/processor |
218-
*bimdata.CloudApi* | [**cloudProcessorPartialUpdate**](docs/CloudApi.md#cloudProcessorPartialUpdate) | **PATCH** /cloud/{cloud_pk}/processor/{id} |
219-
*bimdata.CloudApi* | [**cloudProcessorRead**](docs/CloudApi.md#cloudProcessorRead) | **GET** /cloud/{cloud_pk}/processor/{id} |
220-
*bimdata.CloudApi* | [**cloudProcessorUpdate**](docs/CloudApi.md#cloudProcessorUpdate) | **PUT** /cloud/{cloud_pk}/processor/{id} |
221215
*bimdata.CloudApi* | [**createCloud**](docs/CloudApi.md#createCloud) | **POST** /cloud | Create a cloud
222216
*bimdata.CloudApi* | [**createDemo**](docs/CloudApi.md#createDemo) | **POST** /cloud/{id}/create-demo | Create a Demo project in a cloud
223217
*bimdata.CloudApi* | [**deleteCloud**](docs/CloudApi.md#deleteCloud) | **DELETE** /cloud/{id} | Delete a cloud
@@ -396,8 +390,6 @@ Class | Method | HTTP request | Description
396390
- [bimdata.ElementPropertySetRelation](docs/ElementPropertySetRelation.md)
397391
- [bimdata.Extensions](docs/Extensions.md)
398392
- [bimdata.Feature](docs/Feature.md)
399-
- [bimdata.Folder](docs/Folder.md)
400-
- [bimdata.FolderChildren](docs/FolderChildren.md)
401393
- [bimdata.FullTopic](docs/FullTopic.md)
402394
- [bimdata.Ifc](docs/Ifc.md)
403395
- [bimdata.IfcChecker](docs/IfcChecker.md)
@@ -411,12 +403,12 @@ Class | Method | HTTP request | Description
411403
- [bimdata.PerspectiveCamera](docs/PerspectiveCamera.md)
412404
- [bimdata.Point](docs/Point.md)
413405
- [bimdata.Priority](docs/Priority.md)
414-
- [bimdata.Processor](docs/Processor.md)
415406
- [bimdata.ProcessorHandler](docs/ProcessorHandler.md)
416407
- [bimdata.Project](docs/Project.md)
417408
- [bimdata.ProjectInvitation](docs/ProjectInvitation.md)
418409
- [bimdata.ProjectRole](docs/ProjectRole.md)
419410
- [bimdata.ProjectWithChildren](docs/ProjectWithChildren.md)
411+
- [bimdata.ProjectWithCloud](docs/ProjectWithCloud.md)
420412
- [bimdata.Property](docs/Property.md)
421413
- [bimdata.PropertyDefinition](docs/PropertyDefinition.md)
422414
- [bimdata.PropertySet](docs/PropertySet.md)
@@ -427,6 +419,8 @@ Class | Method | HTTP request | Description
427419
- [bimdata.RawProperty](docs/RawProperty.md)
428420
- [bimdata.RawPropertySet](docs/RawPropertySet.md)
429421
- [bimdata.RawUnit](docs/RawUnit.md)
422+
- [bimdata.RecursiveFolder](docs/RecursiveFolder.md)
423+
- [bimdata.RecursiveFolderChildren](docs/RecursiveFolderChildren.md)
430424
- [bimdata.Rule](docs/Rule.md)
431425
- [bimdata.RuleComponent](docs/RuleComponent.md)
432426
- [bimdata.Ruleset](docs/Ruleset.md)

0 commit comments

Comments
 (0)