@meshmakers/octo-services 3.3.970 → 3.3.1000
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -329,6 +329,68 @@ var AttributeValueTypeDto;
|
|
|
329
329
|
AttributeValueTypeDto["StringArrayDto"] = "STRING_ARRAY";
|
|
330
330
|
AttributeValueTypeDto["TimeSpanDto"] = "TIME_SPAN";
|
|
331
331
|
})(AttributeValueTypeDto || (AttributeValueTypeDto = {}));
|
|
332
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/CarrierType' */
|
|
333
|
+
var BasicEnergyCarrierTypeDto;
|
|
334
|
+
(function (BasicEnergyCarrierTypeDto) {
|
|
335
|
+
/** Electricity is used as energy carrier */
|
|
336
|
+
BasicEnergyCarrierTypeDto["ElectricityDto"] = "ELECTRICITY";
|
|
337
|
+
/** Gas is used as energy carrier */
|
|
338
|
+
BasicEnergyCarrierTypeDto["GasDto"] = "GAS";
|
|
339
|
+
/** The carrier type is unknown */
|
|
340
|
+
BasicEnergyCarrierTypeDto["UnknownDto"] = "UNKNOWN";
|
|
341
|
+
})(BasicEnergyCarrierTypeDto || (BasicEnergyCarrierTypeDto = {}));
|
|
342
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/DataQuality' */
|
|
343
|
+
var BasicEnergyDataQualityDto;
|
|
344
|
+
(function (BasicEnergyDataQualityDto) {
|
|
345
|
+
/** The data is accurate to 15 minute meter readings */
|
|
346
|
+
BasicEnergyDataQualityDto["L_1Dto"] = "L_1";
|
|
347
|
+
/** The data is a linear interpolation of 2 known meter readings */
|
|
348
|
+
BasicEnergyDataQualityDto["L_2Dto"] = "L_2";
|
|
349
|
+
/** The data is an estimate */
|
|
350
|
+
BasicEnergyDataQualityDto["L_3Dto"] = "L_3";
|
|
351
|
+
/** The data quality is unknown */
|
|
352
|
+
BasicEnergyDataQualityDto["UnknownDto"] = "UNKNOWN";
|
|
353
|
+
})(BasicEnergyDataQualityDto || (BasicEnergyDataQualityDto = {}));
|
|
354
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/FacilityType' */
|
|
355
|
+
var BasicEnergyFacilityTypeDto;
|
|
356
|
+
(function (BasicEnergyFacilityTypeDto) {
|
|
357
|
+
/** The facility type is a business */
|
|
358
|
+
BasicEnergyFacilityTypeDto["BusinessDto"] = "BUSINESS";
|
|
359
|
+
/** The facility type is a single household */
|
|
360
|
+
BasicEnergyFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
|
|
361
|
+
/** The facility type is a industry */
|
|
362
|
+
BasicEnergyFacilityTypeDto["IndustryDto"] = "INDUSTRY";
|
|
363
|
+
/** The facility type is a public building e.g. schools, public offices */
|
|
364
|
+
BasicEnergyFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
|
|
365
|
+
/** The facility type is an energy storage */
|
|
366
|
+
BasicEnergyFacilityTypeDto["StorageDto"] = "STORAGE";
|
|
367
|
+
/** The facility type is unknown or not defined */
|
|
368
|
+
BasicEnergyFacilityTypeDto["UnknownDto"] = "UNKNOWN";
|
|
369
|
+
})(BasicEnergyFacilityTypeDto || (BasicEnergyFacilityTypeDto = {}));
|
|
370
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/ProductionType' */
|
|
371
|
+
var BasicEnergyProductionTypeDto;
|
|
372
|
+
(function (BasicEnergyProductionTypeDto) {
|
|
373
|
+
/** Hydroelectric power was used to produce the energy */
|
|
374
|
+
BasicEnergyProductionTypeDto["HepDto"] = "HEP";
|
|
375
|
+
/** Other methods were used to produce the energy */
|
|
376
|
+
BasicEnergyProductionTypeDto["OtherDto"] = "OTHER";
|
|
377
|
+
/** Solar power was used to produce the energy */
|
|
378
|
+
BasicEnergyProductionTypeDto["SolarDto"] = "SOLAR";
|
|
379
|
+
/** The production type is unknown or not defined */
|
|
380
|
+
BasicEnergyProductionTypeDto["UnknownDto"] = "UNKNOWN";
|
|
381
|
+
/** Wind power was used to produce the energy */
|
|
382
|
+
BasicEnergyProductionTypeDto["WindDto"] = "WIND";
|
|
383
|
+
})(BasicEnergyProductionTypeDto || (BasicEnergyProductionTypeDto = {}));
|
|
384
|
+
/** Runtime entities of construction kit enum 'Basic.Energy/State' */
|
|
385
|
+
var BasicEnergyStateDto;
|
|
386
|
+
(function (BasicEnergyStateDto) {
|
|
387
|
+
/** The object is active and in use */
|
|
388
|
+
BasicEnergyStateDto["ActiveDto"] = "ACTIVE";
|
|
389
|
+
/** The object is inactive but may be reactivated */
|
|
390
|
+
BasicEnergyStateDto["InactiveDto"] = "INACTIVE";
|
|
391
|
+
/** The object is just created and the state is not set */
|
|
392
|
+
BasicEnergyStateDto["NewDto"] = "NEW";
|
|
393
|
+
})(BasicEnergyStateDto || (BasicEnergyStateDto = {}));
|
|
332
394
|
/** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
|
|
333
395
|
var BasicLegalEntityTypeDto;
|
|
334
396
|
(function (BasicLegalEntityTypeDto) {
|
|
@@ -381,6 +443,22 @@ var BasicUnitOfMeasureDto;
|
|
|
381
443
|
/** No unit applicable */
|
|
382
444
|
BasicUnitOfMeasureDto["NonUnitDto"] = "NON_UNIT";
|
|
383
445
|
})(BasicUnitOfMeasureDto || (BasicUnitOfMeasureDto = {}));
|
|
446
|
+
/** Per-entity override for an unlocked-conflict during a blueprint update. */
|
|
447
|
+
var BlueprintConflictResolutionDto;
|
|
448
|
+
(function (BlueprintConflictResolutionDto) {
|
|
449
|
+
BlueprintConflictResolutionDto["KeepBlueprintDto"] = "KEEP_BLUEPRINT";
|
|
450
|
+
BlueprintConflictResolutionDto["KeepUserDto"] = "KEEP_USER";
|
|
451
|
+
BlueprintConflictResolutionDto["MergeDto"] = "MERGE";
|
|
452
|
+
BlueprintConflictResolutionDto["SkipDto"] = "SKIP";
|
|
453
|
+
})(BlueprintConflictResolutionDto || (BlueprintConflictResolutionDto = {}));
|
|
454
|
+
/** How a blueprint update reconciles seed data with tenant state. */
|
|
455
|
+
var BlueprintUpdateModeDto;
|
|
456
|
+
(function (BlueprintUpdateModeDto) {
|
|
457
|
+
BlueprintUpdateModeDto["FullDto"] = "FULL";
|
|
458
|
+
BlueprintUpdateModeDto["MergeDto"] = "MERGE";
|
|
459
|
+
BlueprintUpdateModeDto["MigrationDto"] = "MIGRATION";
|
|
460
|
+
BlueprintUpdateModeDto["SafeDto"] = "SAFE";
|
|
461
|
+
})(BlueprintUpdateModeDto || (BlueprintUpdateModeDto = {}));
|
|
384
462
|
/** Defines the possible operation operations to extend construction elements. */
|
|
385
463
|
var CkExtensionUpdateOperationsDto;
|
|
386
464
|
(function (CkExtensionUpdateOperationsDto) {
|
|
@@ -402,6 +480,76 @@ var DeleteStrategiesDto;
|
|
|
402
480
|
DeleteStrategiesDto["ArchiveDto"] = "ARCHIVE";
|
|
403
481
|
DeleteStrategiesDto["EraseDto"] = "ERASE";
|
|
404
482
|
})(DeleteStrategiesDto || (DeleteStrategiesDto = {}));
|
|
483
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/DayOfWeek' */
|
|
484
|
+
var EnergyIqDayOfWeekDto;
|
|
485
|
+
(function (EnergyIqDayOfWeekDto) {
|
|
486
|
+
EnergyIqDayOfWeekDto["FridayDto"] = "FRIDAY";
|
|
487
|
+
EnergyIqDayOfWeekDto["MondayDto"] = "MONDAY";
|
|
488
|
+
EnergyIqDayOfWeekDto["SaturdayDto"] = "SATURDAY";
|
|
489
|
+
EnergyIqDayOfWeekDto["SundayDto"] = "SUNDAY";
|
|
490
|
+
EnergyIqDayOfWeekDto["ThursdayDto"] = "THURSDAY";
|
|
491
|
+
EnergyIqDayOfWeekDto["TuesdayDto"] = "TUESDAY";
|
|
492
|
+
EnergyIqDayOfWeekDto["WednesdayDto"] = "WEDNESDAY";
|
|
493
|
+
})(EnergyIqDayOfWeekDto || (EnergyIqDayOfWeekDto = {}));
|
|
494
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/LuminaireType' */
|
|
495
|
+
var EnergyIqLuminaireTypeDto;
|
|
496
|
+
(function (EnergyIqLuminaireTypeDto) {
|
|
497
|
+
EnergyIqLuminaireTypeDto["CeilingDto"] = "CEILING";
|
|
498
|
+
EnergyIqLuminaireTypeDto["DeskDto"] = "DESK";
|
|
499
|
+
EnergyIqLuminaireTypeDto["EmergencyDto"] = "EMERGENCY";
|
|
500
|
+
EnergyIqLuminaireTypeDto["FloorDto"] = "FLOOR";
|
|
501
|
+
EnergyIqLuminaireTypeDto["PendantDto"] = "PENDANT";
|
|
502
|
+
EnergyIqLuminaireTypeDto["RecessedDto"] = "RECESSED";
|
|
503
|
+
EnergyIqLuminaireTypeDto["WallDto"] = "WALL";
|
|
504
|
+
})(EnergyIqLuminaireTypeDto || (EnergyIqLuminaireTypeDto = {}));
|
|
505
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/OperatingMode' */
|
|
506
|
+
var EnergyIqOperatingModeDto;
|
|
507
|
+
(function (EnergyIqOperatingModeDto) {
|
|
508
|
+
EnergyIqOperatingModeDto["AutoDto"] = "AUTO";
|
|
509
|
+
EnergyIqOperatingModeDto["ComfortDto"] = "COMFORT";
|
|
510
|
+
EnergyIqOperatingModeDto["EconomyDto"] = "ECONOMY";
|
|
511
|
+
EnergyIqOperatingModeDto["OffDto"] = "OFF";
|
|
512
|
+
EnergyIqOperatingModeDto["ProtectionDto"] = "PROTECTION";
|
|
513
|
+
EnergyIqOperatingModeDto["StandbyDto"] = "STANDBY";
|
|
514
|
+
})(EnergyIqOperatingModeDto || (EnergyIqOperatingModeDto = {}));
|
|
515
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/ShadingType' */
|
|
516
|
+
var EnergyIqShadingTypeDto;
|
|
517
|
+
(function (EnergyIqShadingTypeDto) {
|
|
518
|
+
EnergyIqShadingTypeDto["AwningDto"] = "AWNING";
|
|
519
|
+
EnergyIqShadingTypeDto["BlindDto"] = "BLIND";
|
|
520
|
+
EnergyIqShadingTypeDto["CurtainDto"] = "CURTAIN";
|
|
521
|
+
EnergyIqShadingTypeDto["ScreenDto"] = "SCREEN";
|
|
522
|
+
EnergyIqShadingTypeDto["ShutterDto"] = "SHUTTER";
|
|
523
|
+
})(EnergyIqShadingTypeDto || (EnergyIqShadingTypeDto = {}));
|
|
524
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/SpaceType' */
|
|
525
|
+
var EnergyIqSpaceTypeDto;
|
|
526
|
+
(function (EnergyIqSpaceTypeDto) {
|
|
527
|
+
EnergyIqSpaceTypeDto["CorridorDto"] = "CORRIDOR";
|
|
528
|
+
EnergyIqSpaceTypeDto["ElevatorDto"] = "ELEVATOR";
|
|
529
|
+
EnergyIqSpaceTypeDto["KitchenDto"] = "KITCHEN";
|
|
530
|
+
EnergyIqSpaceTypeDto["LaboratoryDto"] = "LABORATORY";
|
|
531
|
+
EnergyIqSpaceTypeDto["LobbyDto"] = "LOBBY";
|
|
532
|
+
EnergyIqSpaceTypeDto["MeetingRoomDto"] = "MEETING_ROOM";
|
|
533
|
+
EnergyIqSpaceTypeDto["OfficeDto"] = "OFFICE";
|
|
534
|
+
EnergyIqSpaceTypeDto["OtherDto"] = "OTHER";
|
|
535
|
+
EnergyIqSpaceTypeDto["ParkingDto"] = "PARKING";
|
|
536
|
+
EnergyIqSpaceTypeDto["ServerRoomDto"] = "SERVER_ROOM";
|
|
537
|
+
EnergyIqSpaceTypeDto["StaircaseDto"] = "STAIRCASE";
|
|
538
|
+
EnergyIqSpaceTypeDto["StorageDto"] = "STORAGE";
|
|
539
|
+
EnergyIqSpaceTypeDto["TechnicalRoomDto"] = "TECHNICAL_ROOM";
|
|
540
|
+
EnergyIqSpaceTypeDto["ToiletDto"] = "TOILET";
|
|
541
|
+
EnergyIqSpaceTypeDto["WorkshopDto"] = "WORKSHOP";
|
|
542
|
+
})(EnergyIqSpaceTypeDto || (EnergyIqSpaceTypeDto = {}));
|
|
543
|
+
/** Runtime entities of construction kit enum 'EnergyIQ/SystemType' */
|
|
544
|
+
var EnergyIqSystemTypeDto;
|
|
545
|
+
(function (EnergyIqSystemTypeDto) {
|
|
546
|
+
EnergyIqSystemTypeDto["CombinedDto"] = "COMBINED";
|
|
547
|
+
EnergyIqSystemTypeDto["CoolingDto"] = "COOLING";
|
|
548
|
+
EnergyIqSystemTypeDto["HeatingDto"] = "HEATING";
|
|
549
|
+
EnergyIqSystemTypeDto["LightingDto"] = "LIGHTING";
|
|
550
|
+
EnergyIqSystemTypeDto["ShadingDto"] = "SHADING";
|
|
551
|
+
EnergyIqSystemTypeDto["VentilationDto"] = "VENTILATION";
|
|
552
|
+
})(EnergyIqSystemTypeDto || (EnergyIqSystemTypeDto = {}));
|
|
405
553
|
/** Defines the operator of field compare */
|
|
406
554
|
var FieldFilterOperatorsDto;
|
|
407
555
|
(function (FieldFilterOperatorsDto) {
|
|
@@ -595,55 +743,6 @@ var IndustryEnergyTariffTypeDto;
|
|
|
595
743
|
IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
|
|
596
744
|
IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
|
|
597
745
|
})(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
|
|
598
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
|
|
599
|
-
var IndustryMaintenanceAggregationTypeDto;
|
|
600
|
-
(function (IndustryMaintenanceAggregationTypeDto) {
|
|
601
|
-
IndustryMaintenanceAggregationTypeDto["FiscalYearDto"] = "FISCAL_YEAR";
|
|
602
|
-
IndustryMaintenanceAggregationTypeDto["MonthDto"] = "MONTH";
|
|
603
|
-
IndustryMaintenanceAggregationTypeDto["WeekDto"] = "WEEK";
|
|
604
|
-
})(IndustryMaintenanceAggregationTypeDto || (IndustryMaintenanceAggregationTypeDto = {}));
|
|
605
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/CostCategory' */
|
|
606
|
-
var IndustryMaintenanceCostCategoryDto;
|
|
607
|
-
(function (IndustryMaintenanceCostCategoryDto) {
|
|
608
|
-
IndustryMaintenanceCostCategoryDto["ExternalDto"] = "EXTERNAL";
|
|
609
|
-
IndustryMaintenanceCostCategoryDto["InternalDto"] = "INTERNAL";
|
|
610
|
-
IndustryMaintenanceCostCategoryDto["MaterialDto"] = "MATERIAL";
|
|
611
|
-
})(IndustryMaintenanceCostCategoryDto || (IndustryMaintenanceCostCategoryDto = {}));
|
|
612
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceGroup' */
|
|
613
|
-
var IndustryMaintenanceEnergyBalanceGroupDto;
|
|
614
|
-
(function (IndustryMaintenanceEnergyBalanceGroupDto) {
|
|
615
|
-
IndustryMaintenanceEnergyBalanceGroupDto["UndefinedDto"] = "UNDEFINED";
|
|
616
|
-
})(IndustryMaintenanceEnergyBalanceGroupDto || (IndustryMaintenanceEnergyBalanceGroupDto = {}));
|
|
617
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceProduct' */
|
|
618
|
-
var IndustryMaintenanceEnergyBalanceProductDto;
|
|
619
|
-
(function (IndustryMaintenanceEnergyBalanceProductDto) {
|
|
620
|
-
IndustryMaintenanceEnergyBalanceProductDto["UndefinedDto"] = "UNDEFINED";
|
|
621
|
-
})(IndustryMaintenanceEnergyBalanceProductDto || (IndustryMaintenanceEnergyBalanceProductDto = {}));
|
|
622
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/EnergyBalanceUnit' */
|
|
623
|
-
var IndustryMaintenanceEnergyBalanceUnitDto;
|
|
624
|
-
(function (IndustryMaintenanceEnergyBalanceUnitDto) {
|
|
625
|
-
IndustryMaintenanceEnergyBalanceUnitDto["UndefinedDto"] = "UNDEFINED";
|
|
626
|
-
})(IndustryMaintenanceEnergyBalanceUnitDto || (IndustryMaintenanceEnergyBalanceUnitDto = {}));
|
|
627
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderPriority' */
|
|
628
|
-
var IndustryMaintenanceOrderPriorityDto;
|
|
629
|
-
(function (IndustryMaintenanceOrderPriorityDto) {
|
|
630
|
-
IndustryMaintenanceOrderPriorityDto["UndefinedDto"] = "UNDEFINED";
|
|
631
|
-
})(IndustryMaintenanceOrderPriorityDto || (IndustryMaintenanceOrderPriorityDto = {}));
|
|
632
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderState' */
|
|
633
|
-
var IndustryMaintenanceOrderStateDto;
|
|
634
|
-
(function (IndustryMaintenanceOrderStateDto) {
|
|
635
|
-
IndustryMaintenanceOrderStateDto["UndefinedDto"] = "UNDEFINED";
|
|
636
|
-
})(IndustryMaintenanceOrderStateDto || (IndustryMaintenanceOrderStateDto = {}));
|
|
637
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/OrderType' */
|
|
638
|
-
var IndustryMaintenanceOrderTypeDto;
|
|
639
|
-
(function (IndustryMaintenanceOrderTypeDto) {
|
|
640
|
-
IndustryMaintenanceOrderTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
641
|
-
})(IndustryMaintenanceOrderTypeDto || (IndustryMaintenanceOrderTypeDto = {}));
|
|
642
|
-
/** Runtime entities of construction kit enum 'Industry.Maintenance/ServiceType' */
|
|
643
|
-
var IndustryMaintenanceServiceTypeDto;
|
|
644
|
-
(function (IndustryMaintenanceServiceTypeDto) {
|
|
645
|
-
IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
|
|
646
|
-
})(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
|
|
647
746
|
/** Enum of the availability states of models. */
|
|
648
747
|
var ModelStateDto;
|
|
649
748
|
(function (ModelStateDto) {
|
|
@@ -736,6 +835,7 @@ var SystemCommunicationConfigurationStateDto;
|
|
|
736
835
|
var SystemCommunicationDeploymentStateDto;
|
|
737
836
|
(function (SystemCommunicationDeploymentStateDto) {
|
|
738
837
|
SystemCommunicationDeploymentStateDto["DeployedDto"] = "DEPLOYED";
|
|
838
|
+
SystemCommunicationDeploymentStateDto["DisabledDto"] = "DISABLED";
|
|
739
839
|
SystemCommunicationDeploymentStateDto["ErrorDto"] = "ERROR";
|
|
740
840
|
SystemCommunicationDeploymentStateDto["PendingDto"] = "PENDING";
|
|
741
841
|
SystemCommunicationDeploymentStateDto["UndeployedDto"] = "UNDEPLOYED";
|
|
@@ -979,11 +1079,6 @@ const result = {
|
|
|
979
1079
|
"IndustryEnergyPhotovoltaicSystem",
|
|
980
1080
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
981
1081
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
982
|
-
"IndustryFluidHeatMeter",
|
|
983
|
-
"IndustryFluidWaterMeter",
|
|
984
|
-
"IndustryMaintenanceCostCenter",
|
|
985
|
-
"IndustryMaintenanceEmployee",
|
|
986
|
-
"IndustryMaintenanceWorkplace",
|
|
987
1082
|
"OctoSdkDemoMeteringPoint"
|
|
988
1083
|
],
|
|
989
1084
|
"BasicAsset_RelatesFromUnion": [
|
|
@@ -992,9 +1087,33 @@ const result = {
|
|
|
992
1087
|
"BasicCountry",
|
|
993
1088
|
"BasicDistrict",
|
|
994
1089
|
"BasicEmployee",
|
|
1090
|
+
"BasicEnergyConsumer",
|
|
1091
|
+
"BasicEnergyEdaMessage",
|
|
1092
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1093
|
+
"BasicEnergyEdaProcess",
|
|
1094
|
+
"BasicEnergyEnergyMeasurement",
|
|
1095
|
+
"BasicEnergyOperatingFacility",
|
|
1096
|
+
"BasicEnergyProducer",
|
|
995
1097
|
"BasicState",
|
|
996
1098
|
"BasicTree",
|
|
997
1099
|
"BasicTreeNode",
|
|
1100
|
+
"EnergyIQAirHandlingUnit",
|
|
1101
|
+
"EnergyIQBatteryStorage",
|
|
1102
|
+
"EnergyIQBoiler",
|
|
1103
|
+
"EnergyIQBuilding",
|
|
1104
|
+
"EnergyIQBuildingStorey",
|
|
1105
|
+
"EnergyIQChiller",
|
|
1106
|
+
"EnergyIQDoor",
|
|
1107
|
+
"EnergyIQInverter",
|
|
1108
|
+
"EnergyIQLuminaire",
|
|
1109
|
+
"EnergyIQPVString",
|
|
1110
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1111
|
+
"EnergyIQPump",
|
|
1112
|
+
"EnergyIQShadingDevice",
|
|
1113
|
+
"EnergyIQSite",
|
|
1114
|
+
"EnergyIQSpace",
|
|
1115
|
+
"EnergyIQWall",
|
|
1116
|
+
"EnergyIQWindow",
|
|
998
1117
|
"IndustryBasicAlarm",
|
|
999
1118
|
"IndustryBasicEvent",
|
|
1000
1119
|
"IndustryBasicMachine",
|
|
@@ -1010,17 +1129,6 @@ const result = {
|
|
|
1010
1129
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1011
1130
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1012
1131
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1013
|
-
"IndustryFluidHeatMeter",
|
|
1014
|
-
"IndustryFluidWaterMeter",
|
|
1015
|
-
"IndustryMaintenanceAccount",
|
|
1016
|
-
"IndustryMaintenanceCostCenter",
|
|
1017
|
-
"IndustryMaintenanceEmployee",
|
|
1018
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1019
|
-
"IndustryMaintenanceJournalEntry",
|
|
1020
|
-
"IndustryMaintenanceOrder",
|
|
1021
|
-
"IndustryMaintenanceOrderCosts",
|
|
1022
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1023
|
-
"IndustryMaintenanceWorkplace",
|
|
1024
1132
|
"OctoSdkDemoCustomer",
|
|
1025
1133
|
"OctoSdkDemoMeteringPoint",
|
|
1026
1134
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1101,21 +1209,40 @@ const result = {
|
|
|
1101
1209
|
"SystemUISymbolLibrary"
|
|
1102
1210
|
],
|
|
1103
1211
|
"BasicDocumentInterface": [],
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
"IndustryBasicAlarm",
|
|
1107
|
-
"IndustryBasicEvent",
|
|
1108
|
-
"IndustryBasicRuntimeVariable",
|
|
1109
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1110
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1212
|
+
"BasicEnergyEdaMessage_MessagesUnion": [
|
|
1213
|
+
"BasicEnergyEdaMessage"
|
|
1111
1214
|
],
|
|
1112
|
-
"
|
|
1215
|
+
"BasicEnergyEdaProcess_ProcessUnion": [
|
|
1216
|
+
"BasicEnergyEdaProcess"
|
|
1217
|
+
],
|
|
1218
|
+
"BasicEnergyEnergyMeasurement_ChildrenUnion": [
|
|
1219
|
+
"BasicEnergyEnergyMeasurement"
|
|
1220
|
+
],
|
|
1221
|
+
"BasicEnergyMeteringPointInterface": [
|
|
1222
|
+
"BasicEnergyConsumer",
|
|
1223
|
+
"BasicEnergyProducer"
|
|
1224
|
+
],
|
|
1225
|
+
"BasicEnergyMeteringPoint_ChildrenUnion": [
|
|
1113
1226
|
"BasicAsset",
|
|
1114
1227
|
"BasicCity",
|
|
1115
1228
|
"BasicCountry",
|
|
1116
1229
|
"BasicDistrict",
|
|
1230
|
+
"BasicEnergyConsumer",
|
|
1231
|
+
"BasicEnergyOperatingFacility",
|
|
1232
|
+
"BasicEnergyProducer",
|
|
1117
1233
|
"BasicState",
|
|
1118
1234
|
"BasicTreeNode",
|
|
1235
|
+
"EnergyIQAirHandlingUnit",
|
|
1236
|
+
"EnergyIQBatteryStorage",
|
|
1237
|
+
"EnergyIQBoiler",
|
|
1238
|
+
"EnergyIQBuilding",
|
|
1239
|
+
"EnergyIQBuildingStorey",
|
|
1240
|
+
"EnergyIQChiller",
|
|
1241
|
+
"EnergyIQInverter",
|
|
1242
|
+
"EnergyIQPVString",
|
|
1243
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1244
|
+
"EnergyIQPump",
|
|
1245
|
+
"EnergyIQSpace",
|
|
1119
1246
|
"IndustryBasicMachine",
|
|
1120
1247
|
"IndustryEnergyDemandResponseEvent",
|
|
1121
1248
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1128,34 +1255,66 @@ const result = {
|
|
|
1128
1255
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1129
1256
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1130
1257
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1131
|
-
"IndustryFluidHeatMeter",
|
|
1132
|
-
"IndustryFluidWaterMeter",
|
|
1133
|
-
"IndustryMaintenanceCostCenter",
|
|
1134
|
-
"IndustryMaintenanceEmployee",
|
|
1135
|
-
"IndustryMaintenanceWorkplace",
|
|
1136
1258
|
"OctoSdkDemoMeteringPoint",
|
|
1137
1259
|
"OctoSdkDemoOperatingFacility"
|
|
1138
1260
|
],
|
|
1139
|
-
"
|
|
1261
|
+
"BasicEnergyMeteringPoint_ParentUnion": [
|
|
1262
|
+
"BasicEnergyConsumer",
|
|
1263
|
+
"BasicEnergyProducer"
|
|
1264
|
+
],
|
|
1265
|
+
"BasicEnergyOperatingFacility_ParentUnion": [
|
|
1266
|
+
"BasicEnergyOperatingFacility"
|
|
1267
|
+
],
|
|
1268
|
+
"BasicNamedEntityInterface": [
|
|
1269
|
+
"BasicEnergyConsumer",
|
|
1270
|
+
"BasicEnergyEdaProcess",
|
|
1271
|
+
"BasicEnergyMeteringPoint",
|
|
1272
|
+
"BasicEnergyProducer",
|
|
1273
|
+
"BasicTree",
|
|
1274
|
+
"EnergyIQBuildingElement",
|
|
1275
|
+
"EnergyIQDoor",
|
|
1276
|
+
"EnergyIQLuminaire",
|
|
1277
|
+
"EnergyIQShadingDevice",
|
|
1278
|
+
"EnergyIQSite",
|
|
1279
|
+
"EnergyIQWall",
|
|
1280
|
+
"EnergyIQWindow",
|
|
1281
|
+
"IndustryBasicAlarm",
|
|
1282
|
+
"IndustryBasicEvent",
|
|
1283
|
+
"IndustryBasicRuntimeVariable",
|
|
1284
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1285
|
+
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1286
|
+
],
|
|
1287
|
+
"BasicTreeNode_ChildrenUnion": [
|
|
1140
1288
|
"BasicAsset",
|
|
1141
1289
|
"BasicCity",
|
|
1142
1290
|
"BasicCountry",
|
|
1143
1291
|
"BasicDistrict",
|
|
1292
|
+
"BasicEnergyOperatingFacility",
|
|
1144
1293
|
"BasicState",
|
|
1145
1294
|
"BasicTreeNode",
|
|
1295
|
+
"EnergyIQAirHandlingUnit",
|
|
1296
|
+
"EnergyIQBatteryStorage",
|
|
1297
|
+
"EnergyIQBoiler",
|
|
1298
|
+
"EnergyIQBuilding",
|
|
1299
|
+
"EnergyIQBuildingStorey",
|
|
1300
|
+
"EnergyIQChiller",
|
|
1301
|
+
"EnergyIQInverter",
|
|
1302
|
+
"EnergyIQPVString",
|
|
1303
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1304
|
+
"EnergyIQPump",
|
|
1305
|
+
"EnergyIQSpace",
|
|
1146
1306
|
"IndustryBasicMachine",
|
|
1307
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1147
1308
|
"IndustryEnergyEnergyConsumer",
|
|
1309
|
+
"IndustryEnergyEnergyCost",
|
|
1310
|
+
"IndustryEnergyEnergyForecast",
|
|
1148
1311
|
"IndustryEnergyEnergyMeter",
|
|
1312
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1149
1313
|
"IndustryEnergyEnergyStorage",
|
|
1150
1314
|
"IndustryEnergyInverter",
|
|
1151
1315
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1152
1316
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1153
1317
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1154
|
-
"IndustryFluidHeatMeter",
|
|
1155
|
-
"IndustryFluidWaterMeter",
|
|
1156
|
-
"IndustryMaintenanceCostCenter",
|
|
1157
|
-
"IndustryMaintenanceEmployee",
|
|
1158
|
-
"IndustryMaintenanceWorkplace",
|
|
1159
1318
|
"OctoSdkDemoMeteringPoint",
|
|
1160
1319
|
"OctoSdkDemoOperatingFacility"
|
|
1161
1320
|
],
|
|
@@ -1164,8 +1323,20 @@ const result = {
|
|
|
1164
1323
|
"BasicCity",
|
|
1165
1324
|
"BasicCountry",
|
|
1166
1325
|
"BasicDistrict",
|
|
1326
|
+
"BasicEnergyOperatingFacility",
|
|
1167
1327
|
"BasicState",
|
|
1168
1328
|
"BasicTreeNode",
|
|
1329
|
+
"EnergyIQAirHandlingUnit",
|
|
1330
|
+
"EnergyIQBatteryStorage",
|
|
1331
|
+
"EnergyIQBoiler",
|
|
1332
|
+
"EnergyIQBuilding",
|
|
1333
|
+
"EnergyIQBuildingStorey",
|
|
1334
|
+
"EnergyIQChiller",
|
|
1335
|
+
"EnergyIQInverter",
|
|
1336
|
+
"EnergyIQPVString",
|
|
1337
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1338
|
+
"EnergyIQPump",
|
|
1339
|
+
"EnergyIQSpace",
|
|
1169
1340
|
"IndustryBasicMachine",
|
|
1170
1341
|
"IndustryEnergyEnergyConsumer",
|
|
1171
1342
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1174,11 +1345,6 @@ const result = {
|
|
|
1174
1345
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1175
1346
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1176
1347
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1177
|
-
"IndustryFluidHeatMeter",
|
|
1178
|
-
"IndustryFluidWaterMeter",
|
|
1179
|
-
"IndustryMaintenanceCostCenter",
|
|
1180
|
-
"IndustryMaintenanceEmployee",
|
|
1181
|
-
"IndustryMaintenanceWorkplace",
|
|
1182
1348
|
"OctoSdkDemoMeteringPoint",
|
|
1183
1349
|
"OctoSdkDemoOperatingFacility"
|
|
1184
1350
|
],
|
|
@@ -1188,9 +1354,33 @@ const result = {
|
|
|
1188
1354
|
"BasicCountry",
|
|
1189
1355
|
"BasicDistrict",
|
|
1190
1356
|
"BasicEmployee",
|
|
1357
|
+
"BasicEnergyConsumer",
|
|
1358
|
+
"BasicEnergyEdaMessage",
|
|
1359
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1360
|
+
"BasicEnergyEdaProcess",
|
|
1361
|
+
"BasicEnergyEnergyMeasurement",
|
|
1362
|
+
"BasicEnergyOperatingFacility",
|
|
1363
|
+
"BasicEnergyProducer",
|
|
1191
1364
|
"BasicState",
|
|
1192
1365
|
"BasicTree",
|
|
1193
1366
|
"BasicTreeNode",
|
|
1367
|
+
"EnergyIQAirHandlingUnit",
|
|
1368
|
+
"EnergyIQBatteryStorage",
|
|
1369
|
+
"EnergyIQBoiler",
|
|
1370
|
+
"EnergyIQBuilding",
|
|
1371
|
+
"EnergyIQBuildingStorey",
|
|
1372
|
+
"EnergyIQChiller",
|
|
1373
|
+
"EnergyIQDoor",
|
|
1374
|
+
"EnergyIQInverter",
|
|
1375
|
+
"EnergyIQLuminaire",
|
|
1376
|
+
"EnergyIQPVString",
|
|
1377
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1378
|
+
"EnergyIQPump",
|
|
1379
|
+
"EnergyIQShadingDevice",
|
|
1380
|
+
"EnergyIQSite",
|
|
1381
|
+
"EnergyIQSpace",
|
|
1382
|
+
"EnergyIQWall",
|
|
1383
|
+
"EnergyIQWindow",
|
|
1194
1384
|
"IndustryBasicAlarm",
|
|
1195
1385
|
"IndustryBasicEvent",
|
|
1196
1386
|
"IndustryBasicMachine",
|
|
@@ -1206,17 +1396,6 @@ const result = {
|
|
|
1206
1396
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1207
1397
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1208
1398
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1209
|
-
"IndustryFluidHeatMeter",
|
|
1210
|
-
"IndustryFluidWaterMeter",
|
|
1211
|
-
"IndustryMaintenanceAccount",
|
|
1212
|
-
"IndustryMaintenanceCostCenter",
|
|
1213
|
-
"IndustryMaintenanceEmployee",
|
|
1214
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1215
|
-
"IndustryMaintenanceJournalEntry",
|
|
1216
|
-
"IndustryMaintenanceOrder",
|
|
1217
|
-
"IndustryMaintenanceOrderCosts",
|
|
1218
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1219
|
-
"IndustryMaintenanceWorkplace",
|
|
1220
1399
|
"OctoSdkDemoCustomer",
|
|
1221
1400
|
"OctoSdkDemoMeteringPoint",
|
|
1222
1401
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1301,9 +1480,22 @@ const result = {
|
|
|
1301
1480
|
"BasicCity",
|
|
1302
1481
|
"BasicCountry",
|
|
1303
1482
|
"BasicDistrict",
|
|
1483
|
+
"BasicEnergyOperatingFacility",
|
|
1304
1484
|
"BasicState",
|
|
1305
1485
|
"BasicTree",
|
|
1306
1486
|
"BasicTreeNode",
|
|
1487
|
+
"EnergyIQAirHandlingUnit",
|
|
1488
|
+
"EnergyIQBatteryStorage",
|
|
1489
|
+
"EnergyIQBoiler",
|
|
1490
|
+
"EnergyIQBuilding",
|
|
1491
|
+
"EnergyIQBuildingStorey",
|
|
1492
|
+
"EnergyIQChiller",
|
|
1493
|
+
"EnergyIQInverter",
|
|
1494
|
+
"EnergyIQPVString",
|
|
1495
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1496
|
+
"EnergyIQPump",
|
|
1497
|
+
"EnergyIQSite",
|
|
1498
|
+
"EnergyIQSpace",
|
|
1307
1499
|
"IndustryBasicMachine",
|
|
1308
1500
|
"IndustryEnergyEnergyConsumer",
|
|
1309
1501
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1312,17 +1504,59 @@ const result = {
|
|
|
1312
1504
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1313
1505
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1314
1506
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1315
|
-
"IndustryFluidHeatMeter",
|
|
1316
|
-
"IndustryFluidWaterMeter",
|
|
1317
|
-
"IndustryMaintenanceCostCenter",
|
|
1318
|
-
"IndustryMaintenanceEmployee",
|
|
1319
|
-
"IndustryMaintenanceWorkplace",
|
|
1320
1507
|
"OctoSdkDemoMeteringPoint",
|
|
1321
1508
|
"OctoSdkDemoOperatingFacility"
|
|
1322
1509
|
],
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1510
|
+
"EnergyIQAirHandlingUnit_ServesSpacesUnion": [
|
|
1511
|
+
"EnergyIQAirHandlingUnit",
|
|
1512
|
+
"EnergyIQBoiler",
|
|
1513
|
+
"EnergyIQChiller",
|
|
1514
|
+
"EnergyIQPump"
|
|
1515
|
+
],
|
|
1516
|
+
"EnergyIQBuildingElementInterface": [
|
|
1517
|
+
"EnergyIQDoor",
|
|
1518
|
+
"EnergyIQLuminaire",
|
|
1519
|
+
"EnergyIQShadingDevice",
|
|
1520
|
+
"EnergyIQWall",
|
|
1521
|
+
"EnergyIQWindow"
|
|
1522
|
+
],
|
|
1523
|
+
"EnergyIQBuildingElement_ContainedInSpaceUnion": [
|
|
1524
|
+
"EnergyIQDoor",
|
|
1525
|
+
"EnergyIQLuminaire",
|
|
1526
|
+
"EnergyIQShadingDevice",
|
|
1527
|
+
"EnergyIQWall",
|
|
1528
|
+
"EnergyIQWindow"
|
|
1529
|
+
],
|
|
1530
|
+
"EnergyIQDoor_ContainedElementsUnion": [
|
|
1531
|
+
"EnergyIQDoor",
|
|
1532
|
+
"EnergyIQLuminaire",
|
|
1533
|
+
"EnergyIQShadingDevice",
|
|
1534
|
+
"EnergyIQWall",
|
|
1535
|
+
"EnergyIQWindow"
|
|
1536
|
+
],
|
|
1537
|
+
"EnergyIQSpace_ContainedElementsUnion": [
|
|
1538
|
+
"EnergyIQSpace"
|
|
1539
|
+
],
|
|
1540
|
+
"EnergyIQSpace_ContainedInSpaceUnion": [
|
|
1541
|
+
"EnergyIQSpace"
|
|
1542
|
+
],
|
|
1543
|
+
"EnergyIQSpace_ServedByUnion": [
|
|
1544
|
+
"EnergyIQSpace"
|
|
1545
|
+
],
|
|
1546
|
+
"EnergyIQSpace_ServesSpacesUnion": [
|
|
1547
|
+
"EnergyIQSpace"
|
|
1548
|
+
],
|
|
1549
|
+
"EnergyIQTechnicalSystemInterface": [
|
|
1550
|
+
"EnergyIQAirHandlingUnit",
|
|
1551
|
+
"EnergyIQBoiler",
|
|
1552
|
+
"EnergyIQChiller",
|
|
1553
|
+
"EnergyIQPump"
|
|
1554
|
+
],
|
|
1555
|
+
"EnergyIQTechnicalSystem_ServedByUnion": [
|
|
1556
|
+
"EnergyIQAirHandlingUnit",
|
|
1557
|
+
"EnergyIQBoiler",
|
|
1558
|
+
"EnergyIQChiller",
|
|
1559
|
+
"EnergyIQPump"
|
|
1326
1560
|
],
|
|
1327
1561
|
"IndustryBasicEvent_EventsUnion": [
|
|
1328
1562
|
"IndustryBasicAlarm",
|
|
@@ -1334,50 +1568,11 @@ const result = {
|
|
|
1334
1568
|
"IndustryEnergyEnergyMeter",
|
|
1335
1569
|
"IndustryEnergyEnergyStorage",
|
|
1336
1570
|
"IndustryEnergyInverter",
|
|
1337
|
-
"IndustryEnergyPhotovoltaicSystemModule"
|
|
1338
|
-
"IndustryFluidHeatMeter",
|
|
1339
|
-
"IndustryFluidWaterMeter"
|
|
1571
|
+
"IndustryEnergyPhotovoltaicSystemModule"
|
|
1340
1572
|
],
|
|
1341
1573
|
"IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
|
|
1342
1574
|
"IndustryBasicRuntimeVariable"
|
|
1343
1575
|
],
|
|
1344
|
-
"IndustryMaintenanceAccount_ParentUnion": [
|
|
1345
|
-
"IndustryMaintenanceAccount"
|
|
1346
|
-
],
|
|
1347
|
-
"IndustryMaintenanceCostCenter_CostCenterUnion": [
|
|
1348
|
-
"IndustryMaintenanceCostCenter"
|
|
1349
|
-
],
|
|
1350
|
-
"IndustryMaintenanceEmployee_EmployeeUnion": [
|
|
1351
|
-
"IndustryMaintenanceEmployee"
|
|
1352
|
-
],
|
|
1353
|
-
"IndustryMaintenanceEnergyBalance_OrdersUnion": [
|
|
1354
|
-
"IndustryMaintenanceEnergyBalance"
|
|
1355
|
-
],
|
|
1356
|
-
"IndustryMaintenanceJournalEntry_ChildrenUnion": [
|
|
1357
|
-
"IndustryMaintenanceJournalEntry"
|
|
1358
|
-
],
|
|
1359
|
-
"IndustryMaintenanceJournalEntry_JournalEntriesUnion": [
|
|
1360
|
-
"IndustryMaintenanceJournalEntry"
|
|
1361
|
-
],
|
|
1362
|
-
"IndustryMaintenanceOrderCosts_CostsUnion": [
|
|
1363
|
-
"IndustryMaintenanceOrderCosts"
|
|
1364
|
-
],
|
|
1365
|
-
"IndustryMaintenanceOrderFeedback_ChildrenUnion": [
|
|
1366
|
-
"IndustryMaintenanceOrderFeedback"
|
|
1367
|
-
],
|
|
1368
|
-
"IndustryMaintenanceOrderFeedback_OrderFeedbacksUnion": [
|
|
1369
|
-
"IndustryMaintenanceOrderFeedback"
|
|
1370
|
-
],
|
|
1371
|
-
"IndustryMaintenanceOrder_OrderUnion": [
|
|
1372
|
-
"IndustryMaintenanceOrder"
|
|
1373
|
-
],
|
|
1374
|
-
"IndustryMaintenanceOrder_OrdersUnion": [
|
|
1375
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1376
|
-
"IndustryMaintenanceOrder"
|
|
1377
|
-
],
|
|
1378
|
-
"IndustryMaintenanceOrder_ParentUnion": [
|
|
1379
|
-
"IndustryMaintenanceOrder"
|
|
1380
|
-
],
|
|
1381
1576
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1382
1577
|
"OctoSdkDemoCustomer"
|
|
1383
1578
|
],
|
|
@@ -1518,8 +1713,22 @@ const result = {
|
|
|
1518
1713
|
"SystemEntityInterface": [
|
|
1519
1714
|
"BasicDocument",
|
|
1520
1715
|
"BasicEmployee",
|
|
1716
|
+
"BasicEnergyConsumer",
|
|
1717
|
+
"BasicEnergyEdaMessage",
|
|
1718
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1719
|
+
"BasicEnergyEdaProcess",
|
|
1720
|
+
"BasicEnergyEnergyMeasurement",
|
|
1721
|
+
"BasicEnergyMeteringPoint",
|
|
1722
|
+
"BasicEnergyProducer",
|
|
1521
1723
|
"BasicNamedEntity",
|
|
1522
1724
|
"BasicTree",
|
|
1725
|
+
"EnergyIQBuildingElement",
|
|
1726
|
+
"EnergyIQDoor",
|
|
1727
|
+
"EnergyIQLuminaire",
|
|
1728
|
+
"EnergyIQShadingDevice",
|
|
1729
|
+
"EnergyIQSite",
|
|
1730
|
+
"EnergyIQWall",
|
|
1731
|
+
"EnergyIQWindow",
|
|
1523
1732
|
"IndustryBasicAlarm",
|
|
1524
1733
|
"IndustryBasicEvent",
|
|
1525
1734
|
"IndustryBasicRuntimeVariable",
|
|
@@ -1527,12 +1736,6 @@ const result = {
|
|
|
1527
1736
|
"IndustryEnergyEnergyCost",
|
|
1528
1737
|
"IndustryEnergyEnergyForecast",
|
|
1529
1738
|
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1530
|
-
"IndustryMaintenanceAccount",
|
|
1531
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1532
|
-
"IndustryMaintenanceJournalEntry",
|
|
1533
|
-
"IndustryMaintenanceOrder",
|
|
1534
|
-
"IndustryMaintenanceOrderCosts",
|
|
1535
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1536
1739
|
"OctoSdkDemoCustomer",
|
|
1537
1740
|
"SystemAggregationRtQuery",
|
|
1538
1741
|
"SystemAggregationSdQuery",
|
|
@@ -1627,9 +1830,33 @@ const result = {
|
|
|
1627
1830
|
"BasicCountry",
|
|
1628
1831
|
"BasicDistrict",
|
|
1629
1832
|
"BasicEmployee",
|
|
1833
|
+
"BasicEnergyConsumer",
|
|
1834
|
+
"BasicEnergyEdaMessage",
|
|
1835
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1836
|
+
"BasicEnergyEdaProcess",
|
|
1837
|
+
"BasicEnergyEnergyMeasurement",
|
|
1838
|
+
"BasicEnergyOperatingFacility",
|
|
1839
|
+
"BasicEnergyProducer",
|
|
1630
1840
|
"BasicState",
|
|
1631
1841
|
"BasicTree",
|
|
1632
1842
|
"BasicTreeNode",
|
|
1843
|
+
"EnergyIQAirHandlingUnit",
|
|
1844
|
+
"EnergyIQBatteryStorage",
|
|
1845
|
+
"EnergyIQBoiler",
|
|
1846
|
+
"EnergyIQBuilding",
|
|
1847
|
+
"EnergyIQBuildingStorey",
|
|
1848
|
+
"EnergyIQChiller",
|
|
1849
|
+
"EnergyIQDoor",
|
|
1850
|
+
"EnergyIQInverter",
|
|
1851
|
+
"EnergyIQLuminaire",
|
|
1852
|
+
"EnergyIQPVString",
|
|
1853
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1854
|
+
"EnergyIQPump",
|
|
1855
|
+
"EnergyIQShadingDevice",
|
|
1856
|
+
"EnergyIQSite",
|
|
1857
|
+
"EnergyIQSpace",
|
|
1858
|
+
"EnergyIQWall",
|
|
1859
|
+
"EnergyIQWindow",
|
|
1633
1860
|
"IndustryBasicAlarm",
|
|
1634
1861
|
"IndustryBasicEvent",
|
|
1635
1862
|
"IndustryBasicMachine",
|
|
@@ -1645,17 +1872,6 @@ const result = {
|
|
|
1645
1872
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1646
1873
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1647
1874
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1648
|
-
"IndustryFluidHeatMeter",
|
|
1649
|
-
"IndustryFluidWaterMeter",
|
|
1650
|
-
"IndustryMaintenanceAccount",
|
|
1651
|
-
"IndustryMaintenanceCostCenter",
|
|
1652
|
-
"IndustryMaintenanceEmployee",
|
|
1653
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1654
|
-
"IndustryMaintenanceJournalEntry",
|
|
1655
|
-
"IndustryMaintenanceOrder",
|
|
1656
|
-
"IndustryMaintenanceOrderCosts",
|
|
1657
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1658
|
-
"IndustryMaintenanceWorkplace",
|
|
1659
1875
|
"OctoSdkDemoCustomer",
|
|
1660
1876
|
"OctoSdkDemoMeteringPoint",
|
|
1661
1877
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1741,9 +1957,33 @@ const result = {
|
|
|
1741
1957
|
"BasicCountry",
|
|
1742
1958
|
"BasicDistrict",
|
|
1743
1959
|
"BasicEmployee",
|
|
1960
|
+
"BasicEnergyConsumer",
|
|
1961
|
+
"BasicEnergyEdaMessage",
|
|
1962
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1963
|
+
"BasicEnergyEdaProcess",
|
|
1964
|
+
"BasicEnergyEnergyMeasurement",
|
|
1965
|
+
"BasicEnergyOperatingFacility",
|
|
1966
|
+
"BasicEnergyProducer",
|
|
1744
1967
|
"BasicState",
|
|
1745
1968
|
"BasicTree",
|
|
1746
1969
|
"BasicTreeNode",
|
|
1970
|
+
"EnergyIQAirHandlingUnit",
|
|
1971
|
+
"EnergyIQBatteryStorage",
|
|
1972
|
+
"EnergyIQBoiler",
|
|
1973
|
+
"EnergyIQBuilding",
|
|
1974
|
+
"EnergyIQBuildingStorey",
|
|
1975
|
+
"EnergyIQChiller",
|
|
1976
|
+
"EnergyIQDoor",
|
|
1977
|
+
"EnergyIQInverter",
|
|
1978
|
+
"EnergyIQLuminaire",
|
|
1979
|
+
"EnergyIQPVString",
|
|
1980
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1981
|
+
"EnergyIQPump",
|
|
1982
|
+
"EnergyIQShadingDevice",
|
|
1983
|
+
"EnergyIQSite",
|
|
1984
|
+
"EnergyIQSpace",
|
|
1985
|
+
"EnergyIQWall",
|
|
1986
|
+
"EnergyIQWindow",
|
|
1747
1987
|
"IndustryBasicAlarm",
|
|
1748
1988
|
"IndustryBasicEvent",
|
|
1749
1989
|
"IndustryBasicMachine",
|
|
@@ -1759,17 +1999,6 @@ const result = {
|
|
|
1759
1999
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1760
2000
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1761
2001
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1762
|
-
"IndustryFluidHeatMeter",
|
|
1763
|
-
"IndustryFluidWaterMeter",
|
|
1764
|
-
"IndustryMaintenanceAccount",
|
|
1765
|
-
"IndustryMaintenanceCostCenter",
|
|
1766
|
-
"IndustryMaintenanceEmployee",
|
|
1767
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1768
|
-
"IndustryMaintenanceJournalEntry",
|
|
1769
|
-
"IndustryMaintenanceOrder",
|
|
1770
|
-
"IndustryMaintenanceOrderCosts",
|
|
1771
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1772
|
-
"IndustryMaintenanceWorkplace",
|
|
1773
2002
|
"OctoSdkDemoCustomer",
|
|
1774
2003
|
"OctoSdkDemoMeteringPoint",
|
|
1775
2004
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1855,9 +2084,33 @@ const result = {
|
|
|
1855
2084
|
"BasicCountry",
|
|
1856
2085
|
"BasicDistrict",
|
|
1857
2086
|
"BasicEmployee",
|
|
2087
|
+
"BasicEnergyConsumer",
|
|
2088
|
+
"BasicEnergyEdaMessage",
|
|
2089
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2090
|
+
"BasicEnergyEdaProcess",
|
|
2091
|
+
"BasicEnergyEnergyMeasurement",
|
|
2092
|
+
"BasicEnergyOperatingFacility",
|
|
2093
|
+
"BasicEnergyProducer",
|
|
1858
2094
|
"BasicState",
|
|
1859
2095
|
"BasicTree",
|
|
1860
2096
|
"BasicTreeNode",
|
|
2097
|
+
"EnergyIQAirHandlingUnit",
|
|
2098
|
+
"EnergyIQBatteryStorage",
|
|
2099
|
+
"EnergyIQBoiler",
|
|
2100
|
+
"EnergyIQBuilding",
|
|
2101
|
+
"EnergyIQBuildingStorey",
|
|
2102
|
+
"EnergyIQChiller",
|
|
2103
|
+
"EnergyIQDoor",
|
|
2104
|
+
"EnergyIQInverter",
|
|
2105
|
+
"EnergyIQLuminaire",
|
|
2106
|
+
"EnergyIQPVString",
|
|
2107
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2108
|
+
"EnergyIQPump",
|
|
2109
|
+
"EnergyIQShadingDevice",
|
|
2110
|
+
"EnergyIQSite",
|
|
2111
|
+
"EnergyIQSpace",
|
|
2112
|
+
"EnergyIQWall",
|
|
2113
|
+
"EnergyIQWindow",
|
|
1861
2114
|
"IndustryBasicAlarm",
|
|
1862
2115
|
"IndustryBasicEvent",
|
|
1863
2116
|
"IndustryBasicMachine",
|
|
@@ -1873,17 +2126,6 @@ const result = {
|
|
|
1873
2126
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1874
2127
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1875
2128
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1876
|
-
"IndustryFluidHeatMeter",
|
|
1877
|
-
"IndustryFluidWaterMeter",
|
|
1878
|
-
"IndustryMaintenanceAccount",
|
|
1879
|
-
"IndustryMaintenanceCostCenter",
|
|
1880
|
-
"IndustryMaintenanceEmployee",
|
|
1881
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1882
|
-
"IndustryMaintenanceJournalEntry",
|
|
1883
|
-
"IndustryMaintenanceOrder",
|
|
1884
|
-
"IndustryMaintenanceOrderCosts",
|
|
1885
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1886
|
-
"IndustryMaintenanceWorkplace",
|
|
1887
2129
|
"OctoSdkDemoCustomer",
|
|
1888
2130
|
"OctoSdkDemoMeteringPoint",
|
|
1889
2131
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1969,9 +2211,33 @@ const result = {
|
|
|
1969
2211
|
"BasicCountry",
|
|
1970
2212
|
"BasicDistrict",
|
|
1971
2213
|
"BasicEmployee",
|
|
2214
|
+
"BasicEnergyConsumer",
|
|
2215
|
+
"BasicEnergyEdaMessage",
|
|
2216
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2217
|
+
"BasicEnergyEdaProcess",
|
|
2218
|
+
"BasicEnergyEnergyMeasurement",
|
|
2219
|
+
"BasicEnergyOperatingFacility",
|
|
2220
|
+
"BasicEnergyProducer",
|
|
1972
2221
|
"BasicState",
|
|
1973
2222
|
"BasicTree",
|
|
1974
2223
|
"BasicTreeNode",
|
|
2224
|
+
"EnergyIQAirHandlingUnit",
|
|
2225
|
+
"EnergyIQBatteryStorage",
|
|
2226
|
+
"EnergyIQBoiler",
|
|
2227
|
+
"EnergyIQBuilding",
|
|
2228
|
+
"EnergyIQBuildingStorey",
|
|
2229
|
+
"EnergyIQChiller",
|
|
2230
|
+
"EnergyIQDoor",
|
|
2231
|
+
"EnergyIQInverter",
|
|
2232
|
+
"EnergyIQLuminaire",
|
|
2233
|
+
"EnergyIQPVString",
|
|
2234
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2235
|
+
"EnergyIQPump",
|
|
2236
|
+
"EnergyIQShadingDevice",
|
|
2237
|
+
"EnergyIQSite",
|
|
2238
|
+
"EnergyIQSpace",
|
|
2239
|
+
"EnergyIQWall",
|
|
2240
|
+
"EnergyIQWindow",
|
|
1975
2241
|
"IndustryBasicAlarm",
|
|
1976
2242
|
"IndustryBasicEvent",
|
|
1977
2243
|
"IndustryBasicMachine",
|
|
@@ -1987,17 +2253,6 @@ const result = {
|
|
|
1987
2253
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1988
2254
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1989
2255
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1990
|
-
"IndustryFluidHeatMeter",
|
|
1991
|
-
"IndustryFluidWaterMeter",
|
|
1992
|
-
"IndustryMaintenanceAccount",
|
|
1993
|
-
"IndustryMaintenanceCostCenter",
|
|
1994
|
-
"IndustryMaintenanceEmployee",
|
|
1995
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1996
|
-
"IndustryMaintenanceJournalEntry",
|
|
1997
|
-
"IndustryMaintenanceOrder",
|
|
1998
|
-
"IndustryMaintenanceOrderCosts",
|
|
1999
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2000
|
-
"IndustryMaintenanceWorkplace",
|
|
2001
2256
|
"OctoSdkDemoCustomer",
|
|
2002
2257
|
"OctoSdkDemoMeteringPoint",
|
|
2003
2258
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2083,9 +2338,33 @@ const result = {
|
|
|
2083
2338
|
"BasicCountry",
|
|
2084
2339
|
"BasicDistrict",
|
|
2085
2340
|
"BasicEmployee",
|
|
2341
|
+
"BasicEnergyConsumer",
|
|
2342
|
+
"BasicEnergyEdaMessage",
|
|
2343
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2344
|
+
"BasicEnergyEdaProcess",
|
|
2345
|
+
"BasicEnergyEnergyMeasurement",
|
|
2346
|
+
"BasicEnergyOperatingFacility",
|
|
2347
|
+
"BasicEnergyProducer",
|
|
2086
2348
|
"BasicState",
|
|
2087
2349
|
"BasicTree",
|
|
2088
2350
|
"BasicTreeNode",
|
|
2351
|
+
"EnergyIQAirHandlingUnit",
|
|
2352
|
+
"EnergyIQBatteryStorage",
|
|
2353
|
+
"EnergyIQBoiler",
|
|
2354
|
+
"EnergyIQBuilding",
|
|
2355
|
+
"EnergyIQBuildingStorey",
|
|
2356
|
+
"EnergyIQChiller",
|
|
2357
|
+
"EnergyIQDoor",
|
|
2358
|
+
"EnergyIQInverter",
|
|
2359
|
+
"EnergyIQLuminaire",
|
|
2360
|
+
"EnergyIQPVString",
|
|
2361
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2362
|
+
"EnergyIQPump",
|
|
2363
|
+
"EnergyIQShadingDevice",
|
|
2364
|
+
"EnergyIQSite",
|
|
2365
|
+
"EnergyIQSpace",
|
|
2366
|
+
"EnergyIQWall",
|
|
2367
|
+
"EnergyIQWindow",
|
|
2089
2368
|
"IndustryBasicAlarm",
|
|
2090
2369
|
"IndustryBasicEvent",
|
|
2091
2370
|
"IndustryBasicMachine",
|
|
@@ -2101,17 +2380,6 @@ const result = {
|
|
|
2101
2380
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2102
2381
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2103
2382
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2104
|
-
"IndustryFluidHeatMeter",
|
|
2105
|
-
"IndustryFluidWaterMeter",
|
|
2106
|
-
"IndustryMaintenanceAccount",
|
|
2107
|
-
"IndustryMaintenanceCostCenter",
|
|
2108
|
-
"IndustryMaintenanceEmployee",
|
|
2109
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2110
|
-
"IndustryMaintenanceJournalEntry",
|
|
2111
|
-
"IndustryMaintenanceOrder",
|
|
2112
|
-
"IndustryMaintenanceOrderCosts",
|
|
2113
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2114
|
-
"IndustryMaintenanceWorkplace",
|
|
2115
2383
|
"OctoSdkDemoCustomer",
|
|
2116
2384
|
"OctoSdkDemoMeteringPoint",
|
|
2117
2385
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2197,9 +2465,33 @@ const result = {
|
|
|
2197
2465
|
"BasicCountry",
|
|
2198
2466
|
"BasicDistrict",
|
|
2199
2467
|
"BasicEmployee",
|
|
2468
|
+
"BasicEnergyConsumer",
|
|
2469
|
+
"BasicEnergyEdaMessage",
|
|
2470
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2471
|
+
"BasicEnergyEdaProcess",
|
|
2472
|
+
"BasicEnergyEnergyMeasurement",
|
|
2473
|
+
"BasicEnergyOperatingFacility",
|
|
2474
|
+
"BasicEnergyProducer",
|
|
2200
2475
|
"BasicState",
|
|
2201
2476
|
"BasicTree",
|
|
2202
2477
|
"BasicTreeNode",
|
|
2478
|
+
"EnergyIQAirHandlingUnit",
|
|
2479
|
+
"EnergyIQBatteryStorage",
|
|
2480
|
+
"EnergyIQBoiler",
|
|
2481
|
+
"EnergyIQBuilding",
|
|
2482
|
+
"EnergyIQBuildingStorey",
|
|
2483
|
+
"EnergyIQChiller",
|
|
2484
|
+
"EnergyIQDoor",
|
|
2485
|
+
"EnergyIQInverter",
|
|
2486
|
+
"EnergyIQLuminaire",
|
|
2487
|
+
"EnergyIQPVString",
|
|
2488
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2489
|
+
"EnergyIQPump",
|
|
2490
|
+
"EnergyIQShadingDevice",
|
|
2491
|
+
"EnergyIQSite",
|
|
2492
|
+
"EnergyIQSpace",
|
|
2493
|
+
"EnergyIQWall",
|
|
2494
|
+
"EnergyIQWindow",
|
|
2203
2495
|
"IndustryBasicAlarm",
|
|
2204
2496
|
"IndustryBasicEvent",
|
|
2205
2497
|
"IndustryBasicMachine",
|
|
@@ -2215,17 +2507,6 @@ const result = {
|
|
|
2215
2507
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2216
2508
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2217
2509
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2218
|
-
"IndustryFluidHeatMeter",
|
|
2219
|
-
"IndustryFluidWaterMeter",
|
|
2220
|
-
"IndustryMaintenanceAccount",
|
|
2221
|
-
"IndustryMaintenanceCostCenter",
|
|
2222
|
-
"IndustryMaintenanceEmployee",
|
|
2223
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2224
|
-
"IndustryMaintenanceJournalEntry",
|
|
2225
|
-
"IndustryMaintenanceOrder",
|
|
2226
|
-
"IndustryMaintenanceOrderCosts",
|
|
2227
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2228
|
-
"IndustryMaintenanceWorkplace",
|
|
2229
2510
|
"OctoSdkDemoCustomer",
|
|
2230
2511
|
"OctoSdkDemoMeteringPoint",
|
|
2231
2512
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -3522,6 +3803,68 @@ class IdentityService {
|
|
|
3522
3803
|
}));
|
|
3523
3804
|
}
|
|
3524
3805
|
}
|
|
3806
|
+
// ---- Multi-tenant client mirrors (Epic 3054 #4045) -----------------------
|
|
3807
|
+
/**
|
|
3808
|
+
* Lists the sub-tenants this `ClientCredentials` client has been
|
|
3809
|
+
* auto-provisioned into. Empty array when the client has no mirrors.
|
|
3810
|
+
*/
|
|
3811
|
+
async getClientMirrors(clientId) {
|
|
3812
|
+
const baseUrl = await this.getApiBaseUrl();
|
|
3813
|
+
if (baseUrl) {
|
|
3814
|
+
const response = await firstValueFrom(this.httpClient.get(baseUrl + `clients/${clientId}/mirrors`, {
|
|
3815
|
+
observe: 'response'
|
|
3816
|
+
}));
|
|
3817
|
+
return response.body ?? [];
|
|
3818
|
+
}
|
|
3819
|
+
return [];
|
|
3820
|
+
}
|
|
3821
|
+
/**
|
|
3822
|
+
* Backfill: provisions a flagged client into every existing sub-tenant of
|
|
3823
|
+
* the calling tenant. Server returns `400` if the client is not flagged.
|
|
3824
|
+
*/
|
|
3825
|
+
async provisionClientInExistingTenants(clientId) {
|
|
3826
|
+
const baseUrl = await this.getApiBaseUrl();
|
|
3827
|
+
if (baseUrl) {
|
|
3828
|
+
const response = await firstValueFrom(this.httpClient.post(baseUrl + `clients/${clientId}/mirrors/provisionInExistingTenants`, null, { observe: 'response' }));
|
|
3829
|
+
return response.body;
|
|
3830
|
+
}
|
|
3831
|
+
return null;
|
|
3832
|
+
}
|
|
3833
|
+
/**
|
|
3834
|
+
* Manually provisions a flagged client into one specific sub-tenant.
|
|
3835
|
+
*/
|
|
3836
|
+
async provisionClientInTenant(clientId, childTenantId) {
|
|
3837
|
+
const params = new HttpParams().set('childTenantId', childTenantId);
|
|
3838
|
+
const baseUrl = await this.getApiBaseUrl();
|
|
3839
|
+
if (baseUrl) {
|
|
3840
|
+
const response = await firstValueFrom(this.httpClient.post(baseUrl + `clients/${clientId}/mirrors/provisionInTenant`, null, { params, observe: 'response' }));
|
|
3841
|
+
return response.body;
|
|
3842
|
+
}
|
|
3843
|
+
return null;
|
|
3844
|
+
}
|
|
3845
|
+
/**
|
|
3846
|
+
* Removes a single mirror (drops both the child-side client and the parent's
|
|
3847
|
+
* tracking row).
|
|
3848
|
+
*/
|
|
3849
|
+
async unprovisionClientFromTenant(clientId, childTenantId) {
|
|
3850
|
+
const baseUrl = await this.getApiBaseUrl();
|
|
3851
|
+
if (baseUrl) {
|
|
3852
|
+
await firstValueFrom(this.httpClient.delete(baseUrl + `clients/${clientId}/mirrors/${childTenantId}`, {
|
|
3853
|
+
observe: 'response'
|
|
3854
|
+
}));
|
|
3855
|
+
}
|
|
3856
|
+
}
|
|
3857
|
+
/**
|
|
3858
|
+
* Flips the `AutoProvisionInChildTenants` flag on a client without rewriting
|
|
3859
|
+
* the full client object. Flipping `false → true` does NOT auto-backfill —
|
|
3860
|
+
* use {@link provisionClientInExistingTenants} for that.
|
|
3861
|
+
*/
|
|
3862
|
+
async setClientAutoProvisionInChildTenants(clientId, enabled) {
|
|
3863
|
+
const baseUrl = await this.getApiBaseUrl();
|
|
3864
|
+
if (baseUrl) {
|
|
3865
|
+
await firstValueFrom(this.httpClient.patch(baseUrl + `clients/${clientId}/autoProvisionInChildTenants`, { enabled }, { observe: 'response' }));
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3525
3868
|
async generatePassword() {
|
|
3526
3869
|
const params = new HttpParams();
|
|
3527
3870
|
const baseUrl = await this.getApiBaseUrl();
|
|
@@ -3995,6 +4338,29 @@ class CommunicationService {
|
|
|
3995
4338
|
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
3996
4339
|
}
|
|
3997
4340
|
}
|
|
4341
|
+
/**
|
|
4342
|
+
* Deploys a single workload (Adapter or Application) via its parent
|
|
4343
|
+
* pool. Independent of pool deploy — the workload's pool must already
|
|
4344
|
+
* be deployed, but only this workload's helm-install fires.
|
|
4345
|
+
*/
|
|
4346
|
+
async deployWorkload(tenantId, workloadRtId) {
|
|
4347
|
+
if (this.communicationServicesUrl) {
|
|
4348
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4349
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/deploy`;
|
|
4350
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
/**
|
|
4354
|
+
* Undeploys a single workload (Adapter or Application). Triggers a
|
|
4355
|
+
* helm-uninstall for the workload only; the pool itself stays deployed.
|
|
4356
|
+
*/
|
|
4357
|
+
async undeployWorkload(tenantId, workloadRtId) {
|
|
4358
|
+
if (this.communicationServicesUrl) {
|
|
4359
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4360
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/undeploy`;
|
|
4361
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4362
|
+
}
|
|
4363
|
+
}
|
|
3998
4364
|
/**
|
|
3999
4365
|
* Encrypts a plaintext value via the controller's at-rest encryption key
|
|
4000
4366
|
* and returns the sentinel-prefixed ciphertext (`enc:v1:...`). Use this
|
|
@@ -4866,5 +5232,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
4866
5232
|
* Generated bundle index. Do not edit.
|
|
4867
5233
|
*/
|
|
4868
5234
|
|
|
4869
|
-
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto,
|
|
5235
|
+
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, ArchiveStorageHealthDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BlueprintConflictResolutionDto, BlueprintUpdateModeDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkRollupFunctionDto, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyIqDayOfWeekDto, EnergyIqLuminaireTypeDto, EnergyIqOperatingModeDto, EnergyIqShadingTypeDto, EnergyIqSpaceTypeDto, EnergyIqSystemTypeDto, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationEnvironmentDto, SystemCommunicationHelmChannelDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, SystemStreamDataBucketAlignmentDto, SystemStreamDataCkArchiveStatusDto, SystemStreamDataCkRollupFunctionDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
4870
5236
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|