Skip to content

Commit 7374fee

Browse files
committed
MINOR: Add pins routes (#663)
* WIP: add pins detail views * fix view and add tests
1 parent 175e060 commit 7374fee

Some content is hidden

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

66 files changed

+1241
-8831
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ docs/BcfProject.md
88
docs/BcfProjectRequest.md
99
docs/Building.md
1010
docs/BuildingModelPlanRequest.md
11-
docs/CheckPlan.md
12-
docs/CheckPlanRequest.md
1311
docs/CheckProjectAccess.md
14-
docs/CheckerApi.md
15-
docs/CheckerResult.md
16-
docs/CheckerResultRequest.md
1712
docs/Classification.md
1813
docs/ClassificationRequest.md
1914
docs/ClippingPlane.md
@@ -63,8 +58,6 @@ docs/GroupRequest.md
6358
docs/IfcAccessToken.md
6459
docs/IfcAccessTokenRequest.md
6560
docs/IfcApi.md
66-
docs/IfcChecker.md
67-
docs/IfcCheckerRequest.md
6861
docs/IfcExportRequest.md
6962
docs/IfcMergeRequest.md
7063
docs/IfcOptimizeRequest.md
@@ -91,16 +84,13 @@ docs/ModelApi.md
9184
docs/ModelErrors.md
9285
docs/ModelErrorsRequest.md
9386
docs/ModelFiles.md
94-
docs/ModelRequest.md
9587
docs/ModelSerializerWithoutChildren.md
9688
docs/ModelWithPositioningPlan.md
9789
docs/Organization.md
9890
docs/OrganizationRequest.md
9991
docs/OrthogonalCamera.md
10092
docs/OrthogonalCameraRequest.md
10193
docs/PatchedBcfProjectRequest.md
102-
docs/PatchedCheckPlanRequest.md
103-
docs/PatchedCheckerResultRequest.md
10494
docs/PatchedClassificationRequest.md
10595
docs/PatchedCloudRequest.md
10696
docs/PatchedCommentRequest.md
@@ -111,10 +101,10 @@ docs/PatchedFullTopicRequest.md
111101
docs/PatchedGroupFolderRequest.md
112102
docs/PatchedGroupRequest.md
113103
docs/PatchedIfcAccessTokenRequest.md
114-
docs/PatchedIfcCheckerRequest.md
115104
docs/PatchedLabelRequest.md
116105
docs/PatchedLayerRequest.md
117106
docs/PatchedModelRequest.md
107+
docs/PatchedPinRequest.md
118108
docs/PatchedPositioningPlanRequest.md
119109
docs/PatchedPriorityRequest.md
120110
docs/PatchedProcessorHandlerRequest.md
@@ -123,9 +113,6 @@ docs/PatchedProjectRequest.md
123113
docs/PatchedPropertyDefinitionRequest.md
124114
docs/PatchedPropertyRequest.md
125115
docs/PatchedPropertySetRequest.md
126-
docs/PatchedRuleComponentRequest.md
127-
docs/PatchedRuleRequest.md
128-
docs/PatchedRulesetRequest.md
129116
docs/PatchedSpaceRequest.md
130117
docs/PatchedStageRequest.md
131118
docs/PatchedStoreyBuildingRequest.md
@@ -199,12 +186,6 @@ docs/RawSystemRequest.md
199186
docs/RawUnit.md
200187
docs/RawUnitRequest.md
201188
docs/RecursiveFolderChildren.md
202-
docs/Rule.md
203-
docs/RuleComponent.md
204-
docs/RuleComponentRequest.md
205-
docs/RuleRequest.md
206-
docs/Ruleset.md
207-
docs/RulesetRequest.md
208189
docs/SelfBcfUser.md
209190
docs/SelfUser.md
210191
docs/ShortUser.md
@@ -263,7 +244,6 @@ git_push.sh
263244
mocha.opts
264245
src/ApiClient.js
265246
src/api/BcfApi.js
266-
src/api/CheckerApi.js
267247
src/api/CollaborationApi.js
268248
src/api/IfcApi.js
269249
src/api/ModelApi.js
@@ -275,11 +255,7 @@ src/model/BcfProject.js
275255
src/model/BcfProjectRequest.js
276256
src/model/Building.js
277257
src/model/BuildingModelPlanRequest.js
278-
src/model/CheckPlan.js
279-
src/model/CheckPlanRequest.js
280258
src/model/CheckProjectAccess.js
281-
src/model/CheckerResult.js
282-
src/model/CheckerResultRequest.js
283259
src/model/Classification.js
284260
src/model/ClassificationRequest.js
285261
src/model/ClippingPlane.js
@@ -327,8 +303,6 @@ src/model/GroupFolderRead.js
327303
src/model/GroupRequest.js
328304
src/model/IfcAccessToken.js
329305
src/model/IfcAccessTokenRequest.js
330-
src/model/IfcChecker.js
331-
src/model/IfcCheckerRequest.js
332306
src/model/IfcExportRequest.js
333307
src/model/IfcMergeRequest.js
334308
src/model/IfcOptimizeRequest.js
@@ -354,16 +328,13 @@ src/model/Model.js
354328
src/model/ModelErrors.js
355329
src/model/ModelErrorsRequest.js
356330
src/model/ModelFiles.js
357-
src/model/ModelRequest.js
358331
src/model/ModelSerializerWithoutChildren.js
359332
src/model/ModelWithPositioningPlan.js
360333
src/model/Organization.js
361334
src/model/OrganizationRequest.js
362335
src/model/OrthogonalCamera.js
363336
src/model/OrthogonalCameraRequest.js
364337
src/model/PatchedBcfProjectRequest.js
365-
src/model/PatchedCheckPlanRequest.js
366-
src/model/PatchedCheckerResultRequest.js
367338
src/model/PatchedClassificationRequest.js
368339
src/model/PatchedCloudRequest.js
369340
src/model/PatchedCommentRequest.js
@@ -374,10 +345,10 @@ src/model/PatchedFullTopicRequest.js
374345
src/model/PatchedGroupFolderRequest.js
375346
src/model/PatchedGroupRequest.js
376347
src/model/PatchedIfcAccessTokenRequest.js
377-
src/model/PatchedIfcCheckerRequest.js
378348
src/model/PatchedLabelRequest.js
379349
src/model/PatchedLayerRequest.js
380350
src/model/PatchedModelRequest.js
351+
src/model/PatchedPinRequest.js
381352
src/model/PatchedPositioningPlanRequest.js
382353
src/model/PatchedPriorityRequest.js
383354
src/model/PatchedProcessorHandlerRequest.js
@@ -386,9 +357,6 @@ src/model/PatchedProjectRequest.js
386357
src/model/PatchedPropertyDefinitionRequest.js
387358
src/model/PatchedPropertyRequest.js
388359
src/model/PatchedPropertySetRequest.js
389-
src/model/PatchedRuleComponentRequest.js
390-
src/model/PatchedRuleRequest.js
391-
src/model/PatchedRulesetRequest.js
392360
src/model/PatchedSpaceRequest.js
393361
src/model/PatchedStageRequest.js
394362
src/model/PatchedStoreyBuildingRequest.js
@@ -462,12 +430,6 @@ src/model/RawSystemRequest.js
462430
src/model/RawUnit.js
463431
src/model/RawUnitRequest.js
464432
src/model/RecursiveFolderChildren.js
465-
src/model/Rule.js
466-
src/model/RuleComponent.js
467-
src/model/RuleComponentRequest.js
468-
src/model/RuleRequest.js
469-
src/model/Ruleset.js
470-
src/model/RulesetRequest.js
471433
src/model/SelfBcfUser.js
472434
src/model/SelfUser.js
473435
src/model/ShortUser.js
@@ -521,7 +483,6 @@ src/model/ZoneRequest.js
521483
src/model/ZoneSpace.js
522484
src/model/ZoneSpaceRequest.js
523485
test/api/BcfApi.spec.js
524-
test/api/CheckerApi.spec.js
525486
test/api/CollaborationApi.spec.js
526487
test/api/IfcApi.spec.js
527488
test/api/ModelApi.spec.js
@@ -532,11 +493,7 @@ test/model/BcfProject.spec.js
532493
test/model/BcfProjectRequest.spec.js
533494
test/model/Building.spec.js
534495
test/model/BuildingModelPlanRequest.spec.js
535-
test/model/CheckPlan.spec.js
536-
test/model/CheckPlanRequest.spec.js
537496
test/model/CheckProjectAccess.spec.js
538-
test/model/CheckerResult.spec.js
539-
test/model/CheckerResultRequest.spec.js
540497
test/model/Classification.spec.js
541498
test/model/ClassificationRequest.spec.js
542499
test/model/ClippingPlane.spec.js
@@ -584,8 +541,6 @@ test/model/GroupFolderRead.spec.js
584541
test/model/GroupRequest.spec.js
585542
test/model/IfcAccessToken.spec.js
586543
test/model/IfcAccessTokenRequest.spec.js
587-
test/model/IfcChecker.spec.js
588-
test/model/IfcCheckerRequest.spec.js
589544
test/model/IfcExportRequest.spec.js
590545
test/model/IfcMergeRequest.spec.js
591546
test/model/IfcOptimizeRequest.spec.js
@@ -611,16 +566,13 @@ test/model/Model.spec.js
611566
test/model/ModelErrors.spec.js
612567
test/model/ModelErrorsRequest.spec.js
613568
test/model/ModelFiles.spec.js
614-
test/model/ModelRequest.spec.js
615569
test/model/ModelSerializerWithoutChildren.spec.js
616570
test/model/ModelWithPositioningPlan.spec.js
617571
test/model/Organization.spec.js
618572
test/model/OrganizationRequest.spec.js
619573
test/model/OrthogonalCamera.spec.js
620574
test/model/OrthogonalCameraRequest.spec.js
621575
test/model/PatchedBcfProjectRequest.spec.js
622-
test/model/PatchedCheckPlanRequest.spec.js
623-
test/model/PatchedCheckerResultRequest.spec.js
624576
test/model/PatchedClassificationRequest.spec.js
625577
test/model/PatchedCloudRequest.spec.js
626578
test/model/PatchedCommentRequest.spec.js
@@ -631,10 +583,10 @@ test/model/PatchedFullTopicRequest.spec.js
631583
test/model/PatchedGroupFolderRequest.spec.js
632584
test/model/PatchedGroupRequest.spec.js
633585
test/model/PatchedIfcAccessTokenRequest.spec.js
634-
test/model/PatchedIfcCheckerRequest.spec.js
635586
test/model/PatchedLabelRequest.spec.js
636587
test/model/PatchedLayerRequest.spec.js
637588
test/model/PatchedModelRequest.spec.js
589+
test/model/PatchedPinRequest.spec.js
638590
test/model/PatchedPositioningPlanRequest.spec.js
639591
test/model/PatchedPriorityRequest.spec.js
640592
test/model/PatchedProcessorHandlerRequest.spec.js
@@ -643,9 +595,6 @@ test/model/PatchedProjectRequest.spec.js
643595
test/model/PatchedPropertyDefinitionRequest.spec.js
644596
test/model/PatchedPropertyRequest.spec.js
645597
test/model/PatchedPropertySetRequest.spec.js
646-
test/model/PatchedRuleComponentRequest.spec.js
647-
test/model/PatchedRuleRequest.spec.js
648-
test/model/PatchedRulesetRequest.spec.js
649598
test/model/PatchedSpaceRequest.spec.js
650599
test/model/PatchedStageRequest.spec.js
651600
test/model/PatchedStoreyBuildingRequest.spec.js
@@ -719,12 +668,6 @@ test/model/RawSystemRequest.spec.js
719668
test/model/RawUnit.spec.js
720669
test/model/RawUnitRequest.spec.js
721670
test/model/RecursiveFolderChildren.spec.js
722-
test/model/Rule.spec.js
723-
test/model/RuleComponent.spec.js
724-
test/model/RuleComponentRequest.spec.js
725-
test/model/RuleRequest.spec.js
726-
test/model/Ruleset.spec.js
727-
test/model/RulesetRequest.spec.js
728671
test/model/SelfBcfUser.spec.js
729672
test/model/SelfUser.spec.js
730673
test/model/ShortUser.spec.js

0 commit comments

Comments
 (0)