Skip to content

Commit 8ad8d81

Browse files
committed
MINOR: Add pins routes (#663)
* WIP: add pins detail views * fix view and add tests
1 parent 2cc3a34 commit 8ad8d81

File tree

82 files changed

+3915
-20803
lines changed

Some content is hidden

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

82 files changed

+3915
-20803
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ README.md
55
bimdata_api_client/__init__.py
66
bimdata_api_client/api/__init__.py
77
bimdata_api_client/api/bcf_api.py
8-
bimdata_api_client/api/checker_api.py
98
bimdata_api_client/api/collaboration_api.py
109
bimdata_api_client/api/ifc_api.py
1110
bimdata_api_client/api/model_api.py
@@ -21,11 +20,7 @@ bimdata_api_client/model/bcf_project.py
2120
bimdata_api_client/model/bcf_project_request.py
2221
bimdata_api_client/model/building.py
2322
bimdata_api_client/model/building_model_plan_request.py
24-
bimdata_api_client/model/check_plan.py
25-
bimdata_api_client/model/check_plan_request.py
2623
bimdata_api_client/model/check_project_access.py
27-
bimdata_api_client/model/checker_result.py
28-
bimdata_api_client/model/checker_result_request.py
2924
bimdata_api_client/model/classification.py
3025
bimdata_api_client/model/classification_request.py
3126
bimdata_api_client/model/clipping_plane.py
@@ -73,8 +68,6 @@ bimdata_api_client/model/group_folder_read.py
7368
bimdata_api_client/model/group_request.py
7469
bimdata_api_client/model/ifc_access_token.py
7570
bimdata_api_client/model/ifc_access_token_request.py
76-
bimdata_api_client/model/ifc_checker.py
77-
bimdata_api_client/model/ifc_checker_request.py
7871
bimdata_api_client/model/ifc_export_request.py
7972
bimdata_api_client/model/ifc_merge_request.py
8073
bimdata_api_client/model/ifc_optimize_request.py
@@ -101,16 +94,13 @@ bimdata_api_client/model/model_errors.py
10194
bimdata_api_client/model/model_errors_request.py
10295
bimdata_api_client/model/model_files.py
10396
bimdata_api_client/model/model_property.py
104-
bimdata_api_client/model/model_request.py
10597
bimdata_api_client/model/model_serializer_without_children.py
10698
bimdata_api_client/model/model_with_positioning_plan.py
10799
bimdata_api_client/model/organization.py
108100
bimdata_api_client/model/organization_request.py
109101
bimdata_api_client/model/orthogonal_camera.py
110102
bimdata_api_client/model/orthogonal_camera_request.py
111103
bimdata_api_client/model/patched_bcf_project_request.py
112-
bimdata_api_client/model/patched_check_plan_request.py
113-
bimdata_api_client/model/patched_checker_result_request.py
114104
bimdata_api_client/model/patched_classification_request.py
115105
bimdata_api_client/model/patched_cloud_request.py
116106
bimdata_api_client/model/patched_comment_request.py
@@ -121,10 +111,10 @@ bimdata_api_client/model/patched_full_topic_request.py
121111
bimdata_api_client/model/patched_group_folder_request.py
122112
bimdata_api_client/model/patched_group_request.py
123113
bimdata_api_client/model/patched_ifc_access_token_request.py
124-
bimdata_api_client/model/patched_ifc_checker_request.py
125114
bimdata_api_client/model/patched_label_request.py
126115
bimdata_api_client/model/patched_layer_request.py
127116
bimdata_api_client/model/patched_model_request.py
117+
bimdata_api_client/model/patched_pin_request.py
128118
bimdata_api_client/model/patched_positioning_plan_request.py
129119
bimdata_api_client/model/patched_priority_request.py
130120
bimdata_api_client/model/patched_processor_handler_request.py
@@ -133,9 +123,6 @@ bimdata_api_client/model/patched_project_request.py
133123
bimdata_api_client/model/patched_property_definition_request.py
134124
bimdata_api_client/model/patched_property_request.py
135125
bimdata_api_client/model/patched_property_set_request.py
136-
bimdata_api_client/model/patched_rule_component_request.py
137-
bimdata_api_client/model/patched_rule_request.py
138-
bimdata_api_client/model/patched_ruleset_request.py
139126
bimdata_api_client/model/patched_space_request.py
140127
bimdata_api_client/model/patched_stage_request.py
141128
bimdata_api_client/model/patched_storey_building_request.py
@@ -208,12 +195,6 @@ bimdata_api_client/model/raw_system_request.py
208195
bimdata_api_client/model/raw_unit.py
209196
bimdata_api_client/model/raw_unit_request.py
210197
bimdata_api_client/model/recursive_folder_children.py
211-
bimdata_api_client/model/rule.py
212-
bimdata_api_client/model/rule_component.py
213-
bimdata_api_client/model/rule_component_request.py
214-
bimdata_api_client/model/rule_request.py
215-
bimdata_api_client/model/ruleset.py
216-
bimdata_api_client/model/ruleset_request.py
217198
bimdata_api_client/model/self_bcf_user.py
218199
bimdata_api_client/model/self_user.py
219200
bimdata_api_client/model/short_user.py
@@ -275,12 +256,7 @@ docs/BcfProject.md
275256
docs/BcfProjectRequest.md
276257
docs/Building.md
277258
docs/BuildingModelPlanRequest.md
278-
docs/CheckPlan.md
279-
docs/CheckPlanRequest.md
280259
docs/CheckProjectAccess.md
281-
docs/CheckerApi.md
282-
docs/CheckerResult.md
283-
docs/CheckerResultRequest.md
284260
docs/Classification.md
285261
docs/ClassificationRequest.md
286262
docs/ClippingPlane.md
@@ -330,8 +306,6 @@ docs/GroupRequest.md
330306
docs/IfcAccessToken.md
331307
docs/IfcAccessTokenRequest.md
332308
docs/IfcApi.md
333-
docs/IfcChecker.md
334-
docs/IfcCheckerRequest.md
335309
docs/IfcExportRequest.md
336310
docs/IfcMergeRequest.md
337311
docs/IfcOptimizeRequest.md
@@ -359,16 +333,13 @@ docs/ModelErrors.md
359333
docs/ModelErrorsRequest.md
360334
docs/ModelFiles.md
361335
docs/ModelProperty.md
362-
docs/ModelRequest.md
363336
docs/ModelSerializerWithoutChildren.md
364337
docs/ModelWithPositioningPlan.md
365338
docs/Organization.md
366339
docs/OrganizationRequest.md
367340
docs/OrthogonalCamera.md
368341
docs/OrthogonalCameraRequest.md
369342
docs/PatchedBcfProjectRequest.md
370-
docs/PatchedCheckPlanRequest.md
371-
docs/PatchedCheckerResultRequest.md
372343
docs/PatchedClassificationRequest.md
373344
docs/PatchedCloudRequest.md
374345
docs/PatchedCommentRequest.md
@@ -379,10 +350,10 @@ docs/PatchedFullTopicRequest.md
379350
docs/PatchedGroupFolderRequest.md
380351
docs/PatchedGroupRequest.md
381352
docs/PatchedIfcAccessTokenRequest.md
382-
docs/PatchedIfcCheckerRequest.md
383353
docs/PatchedLabelRequest.md
384354
docs/PatchedLayerRequest.md
385355
docs/PatchedModelRequest.md
356+
docs/PatchedPinRequest.md
386357
docs/PatchedPositioningPlanRequest.md
387358
docs/PatchedPriorityRequest.md
388359
docs/PatchedProcessorHandlerRequest.md
@@ -391,9 +362,6 @@ docs/PatchedProjectRequest.md
391362
docs/PatchedPropertyDefinitionRequest.md
392363
docs/PatchedPropertyRequest.md
393364
docs/PatchedPropertySetRequest.md
394-
docs/PatchedRuleComponentRequest.md
395-
docs/PatchedRuleRequest.md
396-
docs/PatchedRulesetRequest.md
397365
docs/PatchedSpaceRequest.md
398366
docs/PatchedStageRequest.md
399367
docs/PatchedStoreyBuildingRequest.md
@@ -466,12 +434,6 @@ docs/RawSystemRequest.md
466434
docs/RawUnit.md
467435
docs/RawUnitRequest.md
468436
docs/RecursiveFolderChildren.md
469-
docs/Rule.md
470-
docs/RuleComponent.md
471-
docs/RuleComponentRequest.md
472-
docs/RuleRequest.md
473-
docs/Ruleset.md
474-
docs/RulesetRequest.md
475437
docs/SelfBcfUser.md
476438
docs/SelfUser.md
477439
docs/ShortUser.md
@@ -536,12 +498,7 @@ test/test_bcf_project.py
536498
test/test_bcf_project_request.py
537499
test/test_building.py
538500
test/test_building_model_plan_request.py
539-
test/test_check_plan.py
540-
test/test_check_plan_request.py
541501
test/test_check_project_access.py
542-
test/test_checker_api.py
543-
test/test_checker_result.py
544-
test/test_checker_result_request.py
545502
test/test_classification.py
546503
test/test_classification_request.py
547504
test/test_clipping_plane.py
@@ -591,8 +548,6 @@ test/test_group_request.py
591548
test/test_ifc_access_token.py
592549
test/test_ifc_access_token_request.py
593550
test/test_ifc_api.py
594-
test/test_ifc_checker.py
595-
test/test_ifc_checker_request.py
596551
test/test_ifc_export_request.py
597552
test/test_ifc_merge_request.py
598553
test/test_ifc_optimize_request.py
@@ -620,16 +575,13 @@ test/test_model_errors.py
620575
test/test_model_errors_request.py
621576
test/test_model_files.py
622577
test/test_model_property.py
623-
test/test_model_request.py
624578
test/test_model_serializer_without_children.py
625579
test/test_model_with_positioning_plan.py
626580
test/test_organization.py
627581
test/test_organization_request.py
628582
test/test_orthogonal_camera.py
629583
test/test_orthogonal_camera_request.py
630584
test/test_patched_bcf_project_request.py
631-
test/test_patched_check_plan_request.py
632-
test/test_patched_checker_result_request.py
633585
test/test_patched_classification_request.py
634586
test/test_patched_cloud_request.py
635587
test/test_patched_comment_request.py
@@ -640,10 +592,10 @@ test/test_patched_full_topic_request.py
640592
test/test_patched_group_folder_request.py
641593
test/test_patched_group_request.py
642594
test/test_patched_ifc_access_token_request.py
643-
test/test_patched_ifc_checker_request.py
644595
test/test_patched_label_request.py
645596
test/test_patched_layer_request.py
646597
test/test_patched_model_request.py
598+
test/test_patched_pin_request.py
647599
test/test_patched_positioning_plan_request.py
648600
test/test_patched_priority_request.py
649601
test/test_patched_processor_handler_request.py
@@ -652,9 +604,6 @@ test/test_patched_project_request.py
652604
test/test_patched_property_definition_request.py
653605
test/test_patched_property_request.py
654606
test/test_patched_property_set_request.py
655-
test/test_patched_rule_component_request.py
656-
test/test_patched_rule_request.py
657-
test/test_patched_ruleset_request.py
658607
test/test_patched_space_request.py
659608
test/test_patched_stage_request.py
660609
test/test_patched_storey_building_request.py
@@ -727,12 +676,6 @@ test/test_raw_system_request.py
727676
test/test_raw_unit.py
728677
test/test_raw_unit_request.py
729678
test/test_recursive_folder_children.py
730-
test/test_rule.py
731-
test/test_rule_component.py
732-
test/test_rule_component_request.py
733-
test/test_rule_request.py
734-
test/test_ruleset.py
735-
test/test_ruleset_request.py
736679
test/test_self_bcf_user.py
737680
test/test_self_user.py
738681
test/test_short_user.py

0 commit comments

Comments
 (0)