@meshmakers/octo-services 3.3.970 → 3.3.980
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) {
|
|
@@ -979,11 +1078,6 @@ const result = {
|
|
|
979
1078
|
"IndustryEnergyPhotovoltaicSystem",
|
|
980
1079
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
981
1080
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
982
|
-
"IndustryFluidHeatMeter",
|
|
983
|
-
"IndustryFluidWaterMeter",
|
|
984
|
-
"IndustryMaintenanceCostCenter",
|
|
985
|
-
"IndustryMaintenanceEmployee",
|
|
986
|
-
"IndustryMaintenanceWorkplace",
|
|
987
1081
|
"OctoSdkDemoMeteringPoint"
|
|
988
1082
|
],
|
|
989
1083
|
"BasicAsset_RelatesFromUnion": [
|
|
@@ -992,9 +1086,33 @@ const result = {
|
|
|
992
1086
|
"BasicCountry",
|
|
993
1087
|
"BasicDistrict",
|
|
994
1088
|
"BasicEmployee",
|
|
1089
|
+
"BasicEnergyConsumer",
|
|
1090
|
+
"BasicEnergyEdaMessage",
|
|
1091
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1092
|
+
"BasicEnergyEdaProcess",
|
|
1093
|
+
"BasicEnergyEnergyMeasurement",
|
|
1094
|
+
"BasicEnergyOperatingFacility",
|
|
1095
|
+
"BasicEnergyProducer",
|
|
995
1096
|
"BasicState",
|
|
996
1097
|
"BasicTree",
|
|
997
1098
|
"BasicTreeNode",
|
|
1099
|
+
"EnergyIQAirHandlingUnit",
|
|
1100
|
+
"EnergyIQBatteryStorage",
|
|
1101
|
+
"EnergyIQBoiler",
|
|
1102
|
+
"EnergyIQBuilding",
|
|
1103
|
+
"EnergyIQBuildingStorey",
|
|
1104
|
+
"EnergyIQChiller",
|
|
1105
|
+
"EnergyIQDoor",
|
|
1106
|
+
"EnergyIQInverter",
|
|
1107
|
+
"EnergyIQLuminaire",
|
|
1108
|
+
"EnergyIQPVString",
|
|
1109
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1110
|
+
"EnergyIQPump",
|
|
1111
|
+
"EnergyIQShadingDevice",
|
|
1112
|
+
"EnergyIQSite",
|
|
1113
|
+
"EnergyIQSpace",
|
|
1114
|
+
"EnergyIQWall",
|
|
1115
|
+
"EnergyIQWindow",
|
|
998
1116
|
"IndustryBasicAlarm",
|
|
999
1117
|
"IndustryBasicEvent",
|
|
1000
1118
|
"IndustryBasicMachine",
|
|
@@ -1010,17 +1128,6 @@ const result = {
|
|
|
1010
1128
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1011
1129
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1012
1130
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1013
|
-
"IndustryFluidHeatMeter",
|
|
1014
|
-
"IndustryFluidWaterMeter",
|
|
1015
|
-
"IndustryMaintenanceAccount",
|
|
1016
|
-
"IndustryMaintenanceCostCenter",
|
|
1017
|
-
"IndustryMaintenanceEmployee",
|
|
1018
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1019
|
-
"IndustryMaintenanceJournalEntry",
|
|
1020
|
-
"IndustryMaintenanceOrder",
|
|
1021
|
-
"IndustryMaintenanceOrderCosts",
|
|
1022
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1023
|
-
"IndustryMaintenanceWorkplace",
|
|
1024
1131
|
"OctoSdkDemoCustomer",
|
|
1025
1132
|
"OctoSdkDemoMeteringPoint",
|
|
1026
1133
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1101,21 +1208,40 @@ const result = {
|
|
|
1101
1208
|
"SystemUISymbolLibrary"
|
|
1102
1209
|
],
|
|
1103
1210
|
"BasicDocumentInterface": [],
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
"IndustryBasicAlarm",
|
|
1107
|
-
"IndustryBasicEvent",
|
|
1108
|
-
"IndustryBasicRuntimeVariable",
|
|
1109
|
-
"IndustryEnergyDemandResponseEvent",
|
|
1110
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1211
|
+
"BasicEnergyEdaMessage_MessagesUnion": [
|
|
1212
|
+
"BasicEnergyEdaMessage"
|
|
1111
1213
|
],
|
|
1112
|
-
"
|
|
1214
|
+
"BasicEnergyEdaProcess_ProcessUnion": [
|
|
1215
|
+
"BasicEnergyEdaProcess"
|
|
1216
|
+
],
|
|
1217
|
+
"BasicEnergyEnergyMeasurement_ChildrenUnion": [
|
|
1218
|
+
"BasicEnergyEnergyMeasurement"
|
|
1219
|
+
],
|
|
1220
|
+
"BasicEnergyMeteringPointInterface": [
|
|
1221
|
+
"BasicEnergyConsumer",
|
|
1222
|
+
"BasicEnergyProducer"
|
|
1223
|
+
],
|
|
1224
|
+
"BasicEnergyMeteringPoint_ChildrenUnion": [
|
|
1113
1225
|
"BasicAsset",
|
|
1114
1226
|
"BasicCity",
|
|
1115
1227
|
"BasicCountry",
|
|
1116
1228
|
"BasicDistrict",
|
|
1229
|
+
"BasicEnergyConsumer",
|
|
1230
|
+
"BasicEnergyOperatingFacility",
|
|
1231
|
+
"BasicEnergyProducer",
|
|
1117
1232
|
"BasicState",
|
|
1118
1233
|
"BasicTreeNode",
|
|
1234
|
+
"EnergyIQAirHandlingUnit",
|
|
1235
|
+
"EnergyIQBatteryStorage",
|
|
1236
|
+
"EnergyIQBoiler",
|
|
1237
|
+
"EnergyIQBuilding",
|
|
1238
|
+
"EnergyIQBuildingStorey",
|
|
1239
|
+
"EnergyIQChiller",
|
|
1240
|
+
"EnergyIQInverter",
|
|
1241
|
+
"EnergyIQPVString",
|
|
1242
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1243
|
+
"EnergyIQPump",
|
|
1244
|
+
"EnergyIQSpace",
|
|
1119
1245
|
"IndustryBasicMachine",
|
|
1120
1246
|
"IndustryEnergyDemandResponseEvent",
|
|
1121
1247
|
"IndustryEnergyEnergyConsumer",
|
|
@@ -1128,34 +1254,66 @@ const result = {
|
|
|
1128
1254
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1129
1255
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1130
1256
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1131
|
-
"IndustryFluidHeatMeter",
|
|
1132
|
-
"IndustryFluidWaterMeter",
|
|
1133
|
-
"IndustryMaintenanceCostCenter",
|
|
1134
|
-
"IndustryMaintenanceEmployee",
|
|
1135
|
-
"IndustryMaintenanceWorkplace",
|
|
1136
1257
|
"OctoSdkDemoMeteringPoint",
|
|
1137
1258
|
"OctoSdkDemoOperatingFacility"
|
|
1138
1259
|
],
|
|
1139
|
-
"
|
|
1260
|
+
"BasicEnergyMeteringPoint_ParentUnion": [
|
|
1261
|
+
"BasicEnergyConsumer",
|
|
1262
|
+
"BasicEnergyProducer"
|
|
1263
|
+
],
|
|
1264
|
+
"BasicEnergyOperatingFacility_ParentUnion": [
|
|
1265
|
+
"BasicEnergyOperatingFacility"
|
|
1266
|
+
],
|
|
1267
|
+
"BasicNamedEntityInterface": [
|
|
1268
|
+
"BasicEnergyConsumer",
|
|
1269
|
+
"BasicEnergyEdaProcess",
|
|
1270
|
+
"BasicEnergyMeteringPoint",
|
|
1271
|
+
"BasicEnergyProducer",
|
|
1272
|
+
"BasicTree",
|
|
1273
|
+
"EnergyIQBuildingElement",
|
|
1274
|
+
"EnergyIQDoor",
|
|
1275
|
+
"EnergyIQLuminaire",
|
|
1276
|
+
"EnergyIQShadingDevice",
|
|
1277
|
+
"EnergyIQSite",
|
|
1278
|
+
"EnergyIQWall",
|
|
1279
|
+
"EnergyIQWindow",
|
|
1280
|
+
"IndustryBasicAlarm",
|
|
1281
|
+
"IndustryBasicEvent",
|
|
1282
|
+
"IndustryBasicRuntimeVariable",
|
|
1283
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1284
|
+
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1285
|
+
],
|
|
1286
|
+
"BasicTreeNode_ChildrenUnion": [
|
|
1140
1287
|
"BasicAsset",
|
|
1141
1288
|
"BasicCity",
|
|
1142
1289
|
"BasicCountry",
|
|
1143
1290
|
"BasicDistrict",
|
|
1291
|
+
"BasicEnergyOperatingFacility",
|
|
1144
1292
|
"BasicState",
|
|
1145
1293
|
"BasicTreeNode",
|
|
1294
|
+
"EnergyIQAirHandlingUnit",
|
|
1295
|
+
"EnergyIQBatteryStorage",
|
|
1296
|
+
"EnergyIQBoiler",
|
|
1297
|
+
"EnergyIQBuilding",
|
|
1298
|
+
"EnergyIQBuildingStorey",
|
|
1299
|
+
"EnergyIQChiller",
|
|
1300
|
+
"EnergyIQInverter",
|
|
1301
|
+
"EnergyIQPVString",
|
|
1302
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1303
|
+
"EnergyIQPump",
|
|
1304
|
+
"EnergyIQSpace",
|
|
1146
1305
|
"IndustryBasicMachine",
|
|
1306
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1147
1307
|
"IndustryEnergyEnergyConsumer",
|
|
1308
|
+
"IndustryEnergyEnergyCost",
|
|
1309
|
+
"IndustryEnergyEnergyForecast",
|
|
1148
1310
|
"IndustryEnergyEnergyMeter",
|
|
1311
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1149
1312
|
"IndustryEnergyEnergyStorage",
|
|
1150
1313
|
"IndustryEnergyInverter",
|
|
1151
1314
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1152
1315
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1153
1316
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1154
|
-
"IndustryFluidHeatMeter",
|
|
1155
|
-
"IndustryFluidWaterMeter",
|
|
1156
|
-
"IndustryMaintenanceCostCenter",
|
|
1157
|
-
"IndustryMaintenanceEmployee",
|
|
1158
|
-
"IndustryMaintenanceWorkplace",
|
|
1159
1317
|
"OctoSdkDemoMeteringPoint",
|
|
1160
1318
|
"OctoSdkDemoOperatingFacility"
|
|
1161
1319
|
],
|
|
@@ -1164,8 +1322,20 @@ const result = {
|
|
|
1164
1322
|
"BasicCity",
|
|
1165
1323
|
"BasicCountry",
|
|
1166
1324
|
"BasicDistrict",
|
|
1325
|
+
"BasicEnergyOperatingFacility",
|
|
1167
1326
|
"BasicState",
|
|
1168
1327
|
"BasicTreeNode",
|
|
1328
|
+
"EnergyIQAirHandlingUnit",
|
|
1329
|
+
"EnergyIQBatteryStorage",
|
|
1330
|
+
"EnergyIQBoiler",
|
|
1331
|
+
"EnergyIQBuilding",
|
|
1332
|
+
"EnergyIQBuildingStorey",
|
|
1333
|
+
"EnergyIQChiller",
|
|
1334
|
+
"EnergyIQInverter",
|
|
1335
|
+
"EnergyIQPVString",
|
|
1336
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1337
|
+
"EnergyIQPump",
|
|
1338
|
+
"EnergyIQSpace",
|
|
1169
1339
|
"IndustryBasicMachine",
|
|
1170
1340
|
"IndustryEnergyEnergyConsumer",
|
|
1171
1341
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1174,11 +1344,6 @@ const result = {
|
|
|
1174
1344
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1175
1345
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1176
1346
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1177
|
-
"IndustryFluidHeatMeter",
|
|
1178
|
-
"IndustryFluidWaterMeter",
|
|
1179
|
-
"IndustryMaintenanceCostCenter",
|
|
1180
|
-
"IndustryMaintenanceEmployee",
|
|
1181
|
-
"IndustryMaintenanceWorkplace",
|
|
1182
1347
|
"OctoSdkDemoMeteringPoint",
|
|
1183
1348
|
"OctoSdkDemoOperatingFacility"
|
|
1184
1349
|
],
|
|
@@ -1188,9 +1353,33 @@ const result = {
|
|
|
1188
1353
|
"BasicCountry",
|
|
1189
1354
|
"BasicDistrict",
|
|
1190
1355
|
"BasicEmployee",
|
|
1356
|
+
"BasicEnergyConsumer",
|
|
1357
|
+
"BasicEnergyEdaMessage",
|
|
1358
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1359
|
+
"BasicEnergyEdaProcess",
|
|
1360
|
+
"BasicEnergyEnergyMeasurement",
|
|
1361
|
+
"BasicEnergyOperatingFacility",
|
|
1362
|
+
"BasicEnergyProducer",
|
|
1191
1363
|
"BasicState",
|
|
1192
1364
|
"BasicTree",
|
|
1193
1365
|
"BasicTreeNode",
|
|
1366
|
+
"EnergyIQAirHandlingUnit",
|
|
1367
|
+
"EnergyIQBatteryStorage",
|
|
1368
|
+
"EnergyIQBoiler",
|
|
1369
|
+
"EnergyIQBuilding",
|
|
1370
|
+
"EnergyIQBuildingStorey",
|
|
1371
|
+
"EnergyIQChiller",
|
|
1372
|
+
"EnergyIQDoor",
|
|
1373
|
+
"EnergyIQInverter",
|
|
1374
|
+
"EnergyIQLuminaire",
|
|
1375
|
+
"EnergyIQPVString",
|
|
1376
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1377
|
+
"EnergyIQPump",
|
|
1378
|
+
"EnergyIQShadingDevice",
|
|
1379
|
+
"EnergyIQSite",
|
|
1380
|
+
"EnergyIQSpace",
|
|
1381
|
+
"EnergyIQWall",
|
|
1382
|
+
"EnergyIQWindow",
|
|
1194
1383
|
"IndustryBasicAlarm",
|
|
1195
1384
|
"IndustryBasicEvent",
|
|
1196
1385
|
"IndustryBasicMachine",
|
|
@@ -1206,17 +1395,6 @@ const result = {
|
|
|
1206
1395
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1207
1396
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1208
1397
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1209
|
-
"IndustryFluidHeatMeter",
|
|
1210
|
-
"IndustryFluidWaterMeter",
|
|
1211
|
-
"IndustryMaintenanceAccount",
|
|
1212
|
-
"IndustryMaintenanceCostCenter",
|
|
1213
|
-
"IndustryMaintenanceEmployee",
|
|
1214
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1215
|
-
"IndustryMaintenanceJournalEntry",
|
|
1216
|
-
"IndustryMaintenanceOrder",
|
|
1217
|
-
"IndustryMaintenanceOrderCosts",
|
|
1218
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1219
|
-
"IndustryMaintenanceWorkplace",
|
|
1220
1398
|
"OctoSdkDemoCustomer",
|
|
1221
1399
|
"OctoSdkDemoMeteringPoint",
|
|
1222
1400
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1301,9 +1479,22 @@ const result = {
|
|
|
1301
1479
|
"BasicCity",
|
|
1302
1480
|
"BasicCountry",
|
|
1303
1481
|
"BasicDistrict",
|
|
1482
|
+
"BasicEnergyOperatingFacility",
|
|
1304
1483
|
"BasicState",
|
|
1305
1484
|
"BasicTree",
|
|
1306
1485
|
"BasicTreeNode",
|
|
1486
|
+
"EnergyIQAirHandlingUnit",
|
|
1487
|
+
"EnergyIQBatteryStorage",
|
|
1488
|
+
"EnergyIQBoiler",
|
|
1489
|
+
"EnergyIQBuilding",
|
|
1490
|
+
"EnergyIQBuildingStorey",
|
|
1491
|
+
"EnergyIQChiller",
|
|
1492
|
+
"EnergyIQInverter",
|
|
1493
|
+
"EnergyIQPVString",
|
|
1494
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1495
|
+
"EnergyIQPump",
|
|
1496
|
+
"EnergyIQSite",
|
|
1497
|
+
"EnergyIQSpace",
|
|
1307
1498
|
"IndustryBasicMachine",
|
|
1308
1499
|
"IndustryEnergyEnergyConsumer",
|
|
1309
1500
|
"IndustryEnergyEnergyMeter",
|
|
@@ -1312,17 +1503,59 @@ const result = {
|
|
|
1312
1503
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1313
1504
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1314
1505
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1315
|
-
"IndustryFluidHeatMeter",
|
|
1316
|
-
"IndustryFluidWaterMeter",
|
|
1317
|
-
"IndustryMaintenanceCostCenter",
|
|
1318
|
-
"IndustryMaintenanceEmployee",
|
|
1319
|
-
"IndustryMaintenanceWorkplace",
|
|
1320
1506
|
"OctoSdkDemoMeteringPoint",
|
|
1321
1507
|
"OctoSdkDemoOperatingFacility"
|
|
1322
1508
|
],
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1509
|
+
"EnergyIQAirHandlingUnit_ServesSpacesUnion": [
|
|
1510
|
+
"EnergyIQAirHandlingUnit",
|
|
1511
|
+
"EnergyIQBoiler",
|
|
1512
|
+
"EnergyIQChiller",
|
|
1513
|
+
"EnergyIQPump"
|
|
1514
|
+
],
|
|
1515
|
+
"EnergyIQBuildingElementInterface": [
|
|
1516
|
+
"EnergyIQDoor",
|
|
1517
|
+
"EnergyIQLuminaire",
|
|
1518
|
+
"EnergyIQShadingDevice",
|
|
1519
|
+
"EnergyIQWall",
|
|
1520
|
+
"EnergyIQWindow"
|
|
1521
|
+
],
|
|
1522
|
+
"EnergyIQBuildingElement_ContainedInSpaceUnion": [
|
|
1523
|
+
"EnergyIQDoor",
|
|
1524
|
+
"EnergyIQLuminaire",
|
|
1525
|
+
"EnergyIQShadingDevice",
|
|
1526
|
+
"EnergyIQWall",
|
|
1527
|
+
"EnergyIQWindow"
|
|
1528
|
+
],
|
|
1529
|
+
"EnergyIQDoor_ContainedElementsUnion": [
|
|
1530
|
+
"EnergyIQDoor",
|
|
1531
|
+
"EnergyIQLuminaire",
|
|
1532
|
+
"EnergyIQShadingDevice",
|
|
1533
|
+
"EnergyIQWall",
|
|
1534
|
+
"EnergyIQWindow"
|
|
1535
|
+
],
|
|
1536
|
+
"EnergyIQSpace_ContainedElementsUnion": [
|
|
1537
|
+
"EnergyIQSpace"
|
|
1538
|
+
],
|
|
1539
|
+
"EnergyIQSpace_ContainedInSpaceUnion": [
|
|
1540
|
+
"EnergyIQSpace"
|
|
1541
|
+
],
|
|
1542
|
+
"EnergyIQSpace_ServedByUnion": [
|
|
1543
|
+
"EnergyIQSpace"
|
|
1544
|
+
],
|
|
1545
|
+
"EnergyIQSpace_ServesSpacesUnion": [
|
|
1546
|
+
"EnergyIQSpace"
|
|
1547
|
+
],
|
|
1548
|
+
"EnergyIQTechnicalSystemInterface": [
|
|
1549
|
+
"EnergyIQAirHandlingUnit",
|
|
1550
|
+
"EnergyIQBoiler",
|
|
1551
|
+
"EnergyIQChiller",
|
|
1552
|
+
"EnergyIQPump"
|
|
1553
|
+
],
|
|
1554
|
+
"EnergyIQTechnicalSystem_ServedByUnion": [
|
|
1555
|
+
"EnergyIQAirHandlingUnit",
|
|
1556
|
+
"EnergyIQBoiler",
|
|
1557
|
+
"EnergyIQChiller",
|
|
1558
|
+
"EnergyIQPump"
|
|
1326
1559
|
],
|
|
1327
1560
|
"IndustryBasicEvent_EventsUnion": [
|
|
1328
1561
|
"IndustryBasicAlarm",
|
|
@@ -1334,50 +1567,11 @@ const result = {
|
|
|
1334
1567
|
"IndustryEnergyEnergyMeter",
|
|
1335
1568
|
"IndustryEnergyEnergyStorage",
|
|
1336
1569
|
"IndustryEnergyInverter",
|
|
1337
|
-
"IndustryEnergyPhotovoltaicSystemModule"
|
|
1338
|
-
"IndustryFluidHeatMeter",
|
|
1339
|
-
"IndustryFluidWaterMeter"
|
|
1570
|
+
"IndustryEnergyPhotovoltaicSystemModule"
|
|
1340
1571
|
],
|
|
1341
1572
|
"IndustryBasicRuntimeVariable_RuntimeVariablesUnion": [
|
|
1342
1573
|
"IndustryBasicRuntimeVariable"
|
|
1343
1574
|
],
|
|
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
1575
|
"OctoSdkDemoCustomer_OwnedByUnion": [
|
|
1382
1576
|
"OctoSdkDemoCustomer"
|
|
1383
1577
|
],
|
|
@@ -1518,8 +1712,22 @@ const result = {
|
|
|
1518
1712
|
"SystemEntityInterface": [
|
|
1519
1713
|
"BasicDocument",
|
|
1520
1714
|
"BasicEmployee",
|
|
1715
|
+
"BasicEnergyConsumer",
|
|
1716
|
+
"BasicEnergyEdaMessage",
|
|
1717
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1718
|
+
"BasicEnergyEdaProcess",
|
|
1719
|
+
"BasicEnergyEnergyMeasurement",
|
|
1720
|
+
"BasicEnergyMeteringPoint",
|
|
1721
|
+
"BasicEnergyProducer",
|
|
1521
1722
|
"BasicNamedEntity",
|
|
1522
1723
|
"BasicTree",
|
|
1724
|
+
"EnergyIQBuildingElement",
|
|
1725
|
+
"EnergyIQDoor",
|
|
1726
|
+
"EnergyIQLuminaire",
|
|
1727
|
+
"EnergyIQShadingDevice",
|
|
1728
|
+
"EnergyIQSite",
|
|
1729
|
+
"EnergyIQWall",
|
|
1730
|
+
"EnergyIQWindow",
|
|
1523
1731
|
"IndustryBasicAlarm",
|
|
1524
1732
|
"IndustryBasicEvent",
|
|
1525
1733
|
"IndustryBasicRuntimeVariable",
|
|
@@ -1527,12 +1735,6 @@ const result = {
|
|
|
1527
1735
|
"IndustryEnergyEnergyCost",
|
|
1528
1736
|
"IndustryEnergyEnergyForecast",
|
|
1529
1737
|
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1530
|
-
"IndustryMaintenanceAccount",
|
|
1531
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1532
|
-
"IndustryMaintenanceJournalEntry",
|
|
1533
|
-
"IndustryMaintenanceOrder",
|
|
1534
|
-
"IndustryMaintenanceOrderCosts",
|
|
1535
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1536
1738
|
"OctoSdkDemoCustomer",
|
|
1537
1739
|
"SystemAggregationRtQuery",
|
|
1538
1740
|
"SystemAggregationSdQuery",
|
|
@@ -1627,9 +1829,33 @@ const result = {
|
|
|
1627
1829
|
"BasicCountry",
|
|
1628
1830
|
"BasicDistrict",
|
|
1629
1831
|
"BasicEmployee",
|
|
1832
|
+
"BasicEnergyConsumer",
|
|
1833
|
+
"BasicEnergyEdaMessage",
|
|
1834
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1835
|
+
"BasicEnergyEdaProcess",
|
|
1836
|
+
"BasicEnergyEnergyMeasurement",
|
|
1837
|
+
"BasicEnergyOperatingFacility",
|
|
1838
|
+
"BasicEnergyProducer",
|
|
1630
1839
|
"BasicState",
|
|
1631
1840
|
"BasicTree",
|
|
1632
1841
|
"BasicTreeNode",
|
|
1842
|
+
"EnergyIQAirHandlingUnit",
|
|
1843
|
+
"EnergyIQBatteryStorage",
|
|
1844
|
+
"EnergyIQBoiler",
|
|
1845
|
+
"EnergyIQBuilding",
|
|
1846
|
+
"EnergyIQBuildingStorey",
|
|
1847
|
+
"EnergyIQChiller",
|
|
1848
|
+
"EnergyIQDoor",
|
|
1849
|
+
"EnergyIQInverter",
|
|
1850
|
+
"EnergyIQLuminaire",
|
|
1851
|
+
"EnergyIQPVString",
|
|
1852
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1853
|
+
"EnergyIQPump",
|
|
1854
|
+
"EnergyIQShadingDevice",
|
|
1855
|
+
"EnergyIQSite",
|
|
1856
|
+
"EnergyIQSpace",
|
|
1857
|
+
"EnergyIQWall",
|
|
1858
|
+
"EnergyIQWindow",
|
|
1633
1859
|
"IndustryBasicAlarm",
|
|
1634
1860
|
"IndustryBasicEvent",
|
|
1635
1861
|
"IndustryBasicMachine",
|
|
@@ -1645,17 +1871,6 @@ const result = {
|
|
|
1645
1871
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1646
1872
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1647
1873
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1648
|
-
"IndustryFluidHeatMeter",
|
|
1649
|
-
"IndustryFluidWaterMeter",
|
|
1650
|
-
"IndustryMaintenanceAccount",
|
|
1651
|
-
"IndustryMaintenanceCostCenter",
|
|
1652
|
-
"IndustryMaintenanceEmployee",
|
|
1653
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1654
|
-
"IndustryMaintenanceJournalEntry",
|
|
1655
|
-
"IndustryMaintenanceOrder",
|
|
1656
|
-
"IndustryMaintenanceOrderCosts",
|
|
1657
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1658
|
-
"IndustryMaintenanceWorkplace",
|
|
1659
1874
|
"OctoSdkDemoCustomer",
|
|
1660
1875
|
"OctoSdkDemoMeteringPoint",
|
|
1661
1876
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1741,9 +1956,33 @@ const result = {
|
|
|
1741
1956
|
"BasicCountry",
|
|
1742
1957
|
"BasicDistrict",
|
|
1743
1958
|
"BasicEmployee",
|
|
1959
|
+
"BasicEnergyConsumer",
|
|
1960
|
+
"BasicEnergyEdaMessage",
|
|
1961
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1962
|
+
"BasicEnergyEdaProcess",
|
|
1963
|
+
"BasicEnergyEnergyMeasurement",
|
|
1964
|
+
"BasicEnergyOperatingFacility",
|
|
1965
|
+
"BasicEnergyProducer",
|
|
1744
1966
|
"BasicState",
|
|
1745
1967
|
"BasicTree",
|
|
1746
1968
|
"BasicTreeNode",
|
|
1969
|
+
"EnergyIQAirHandlingUnit",
|
|
1970
|
+
"EnergyIQBatteryStorage",
|
|
1971
|
+
"EnergyIQBoiler",
|
|
1972
|
+
"EnergyIQBuilding",
|
|
1973
|
+
"EnergyIQBuildingStorey",
|
|
1974
|
+
"EnergyIQChiller",
|
|
1975
|
+
"EnergyIQDoor",
|
|
1976
|
+
"EnergyIQInverter",
|
|
1977
|
+
"EnergyIQLuminaire",
|
|
1978
|
+
"EnergyIQPVString",
|
|
1979
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1980
|
+
"EnergyIQPump",
|
|
1981
|
+
"EnergyIQShadingDevice",
|
|
1982
|
+
"EnergyIQSite",
|
|
1983
|
+
"EnergyIQSpace",
|
|
1984
|
+
"EnergyIQWall",
|
|
1985
|
+
"EnergyIQWindow",
|
|
1747
1986
|
"IndustryBasicAlarm",
|
|
1748
1987
|
"IndustryBasicEvent",
|
|
1749
1988
|
"IndustryBasicMachine",
|
|
@@ -1759,17 +1998,6 @@ const result = {
|
|
|
1759
1998
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1760
1999
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1761
2000
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1762
|
-
"IndustryFluidHeatMeter",
|
|
1763
|
-
"IndustryFluidWaterMeter",
|
|
1764
|
-
"IndustryMaintenanceAccount",
|
|
1765
|
-
"IndustryMaintenanceCostCenter",
|
|
1766
|
-
"IndustryMaintenanceEmployee",
|
|
1767
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1768
|
-
"IndustryMaintenanceJournalEntry",
|
|
1769
|
-
"IndustryMaintenanceOrder",
|
|
1770
|
-
"IndustryMaintenanceOrderCosts",
|
|
1771
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1772
|
-
"IndustryMaintenanceWorkplace",
|
|
1773
2001
|
"OctoSdkDemoCustomer",
|
|
1774
2002
|
"OctoSdkDemoMeteringPoint",
|
|
1775
2003
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1855,9 +2083,33 @@ const result = {
|
|
|
1855
2083
|
"BasicCountry",
|
|
1856
2084
|
"BasicDistrict",
|
|
1857
2085
|
"BasicEmployee",
|
|
2086
|
+
"BasicEnergyConsumer",
|
|
2087
|
+
"BasicEnergyEdaMessage",
|
|
2088
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2089
|
+
"BasicEnergyEdaProcess",
|
|
2090
|
+
"BasicEnergyEnergyMeasurement",
|
|
2091
|
+
"BasicEnergyOperatingFacility",
|
|
2092
|
+
"BasicEnergyProducer",
|
|
1858
2093
|
"BasicState",
|
|
1859
2094
|
"BasicTree",
|
|
1860
2095
|
"BasicTreeNode",
|
|
2096
|
+
"EnergyIQAirHandlingUnit",
|
|
2097
|
+
"EnergyIQBatteryStorage",
|
|
2098
|
+
"EnergyIQBoiler",
|
|
2099
|
+
"EnergyIQBuilding",
|
|
2100
|
+
"EnergyIQBuildingStorey",
|
|
2101
|
+
"EnergyIQChiller",
|
|
2102
|
+
"EnergyIQDoor",
|
|
2103
|
+
"EnergyIQInverter",
|
|
2104
|
+
"EnergyIQLuminaire",
|
|
2105
|
+
"EnergyIQPVString",
|
|
2106
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2107
|
+
"EnergyIQPump",
|
|
2108
|
+
"EnergyIQShadingDevice",
|
|
2109
|
+
"EnergyIQSite",
|
|
2110
|
+
"EnergyIQSpace",
|
|
2111
|
+
"EnergyIQWall",
|
|
2112
|
+
"EnergyIQWindow",
|
|
1861
2113
|
"IndustryBasicAlarm",
|
|
1862
2114
|
"IndustryBasicEvent",
|
|
1863
2115
|
"IndustryBasicMachine",
|
|
@@ -1873,17 +2125,6 @@ const result = {
|
|
|
1873
2125
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1874
2126
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1875
2127
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1876
|
-
"IndustryFluidHeatMeter",
|
|
1877
|
-
"IndustryFluidWaterMeter",
|
|
1878
|
-
"IndustryMaintenanceAccount",
|
|
1879
|
-
"IndustryMaintenanceCostCenter",
|
|
1880
|
-
"IndustryMaintenanceEmployee",
|
|
1881
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1882
|
-
"IndustryMaintenanceJournalEntry",
|
|
1883
|
-
"IndustryMaintenanceOrder",
|
|
1884
|
-
"IndustryMaintenanceOrderCosts",
|
|
1885
|
-
"IndustryMaintenanceOrderFeedback",
|
|
1886
|
-
"IndustryMaintenanceWorkplace",
|
|
1887
2128
|
"OctoSdkDemoCustomer",
|
|
1888
2129
|
"OctoSdkDemoMeteringPoint",
|
|
1889
2130
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1969,9 +2210,33 @@ const result = {
|
|
|
1969
2210
|
"BasicCountry",
|
|
1970
2211
|
"BasicDistrict",
|
|
1971
2212
|
"BasicEmployee",
|
|
2213
|
+
"BasicEnergyConsumer",
|
|
2214
|
+
"BasicEnergyEdaMessage",
|
|
2215
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2216
|
+
"BasicEnergyEdaProcess",
|
|
2217
|
+
"BasicEnergyEnergyMeasurement",
|
|
2218
|
+
"BasicEnergyOperatingFacility",
|
|
2219
|
+
"BasicEnergyProducer",
|
|
1972
2220
|
"BasicState",
|
|
1973
2221
|
"BasicTree",
|
|
1974
2222
|
"BasicTreeNode",
|
|
2223
|
+
"EnergyIQAirHandlingUnit",
|
|
2224
|
+
"EnergyIQBatteryStorage",
|
|
2225
|
+
"EnergyIQBoiler",
|
|
2226
|
+
"EnergyIQBuilding",
|
|
2227
|
+
"EnergyIQBuildingStorey",
|
|
2228
|
+
"EnergyIQChiller",
|
|
2229
|
+
"EnergyIQDoor",
|
|
2230
|
+
"EnergyIQInverter",
|
|
2231
|
+
"EnergyIQLuminaire",
|
|
2232
|
+
"EnergyIQPVString",
|
|
2233
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2234
|
+
"EnergyIQPump",
|
|
2235
|
+
"EnergyIQShadingDevice",
|
|
2236
|
+
"EnergyIQSite",
|
|
2237
|
+
"EnergyIQSpace",
|
|
2238
|
+
"EnergyIQWall",
|
|
2239
|
+
"EnergyIQWindow",
|
|
1975
2240
|
"IndustryBasicAlarm",
|
|
1976
2241
|
"IndustryBasicEvent",
|
|
1977
2242
|
"IndustryBasicMachine",
|
|
@@ -1987,17 +2252,6 @@ const result = {
|
|
|
1987
2252
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1988
2253
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1989
2254
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1990
|
-
"IndustryFluidHeatMeter",
|
|
1991
|
-
"IndustryFluidWaterMeter",
|
|
1992
|
-
"IndustryMaintenanceAccount",
|
|
1993
|
-
"IndustryMaintenanceCostCenter",
|
|
1994
|
-
"IndustryMaintenanceEmployee",
|
|
1995
|
-
"IndustryMaintenanceEnergyBalance",
|
|
1996
|
-
"IndustryMaintenanceJournalEntry",
|
|
1997
|
-
"IndustryMaintenanceOrder",
|
|
1998
|
-
"IndustryMaintenanceOrderCosts",
|
|
1999
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2000
|
-
"IndustryMaintenanceWorkplace",
|
|
2001
2255
|
"OctoSdkDemoCustomer",
|
|
2002
2256
|
"OctoSdkDemoMeteringPoint",
|
|
2003
2257
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2083,9 +2337,33 @@ const result = {
|
|
|
2083
2337
|
"BasicCountry",
|
|
2084
2338
|
"BasicDistrict",
|
|
2085
2339
|
"BasicEmployee",
|
|
2340
|
+
"BasicEnergyConsumer",
|
|
2341
|
+
"BasicEnergyEdaMessage",
|
|
2342
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2343
|
+
"BasicEnergyEdaProcess",
|
|
2344
|
+
"BasicEnergyEnergyMeasurement",
|
|
2345
|
+
"BasicEnergyOperatingFacility",
|
|
2346
|
+
"BasicEnergyProducer",
|
|
2086
2347
|
"BasicState",
|
|
2087
2348
|
"BasicTree",
|
|
2088
2349
|
"BasicTreeNode",
|
|
2350
|
+
"EnergyIQAirHandlingUnit",
|
|
2351
|
+
"EnergyIQBatteryStorage",
|
|
2352
|
+
"EnergyIQBoiler",
|
|
2353
|
+
"EnergyIQBuilding",
|
|
2354
|
+
"EnergyIQBuildingStorey",
|
|
2355
|
+
"EnergyIQChiller",
|
|
2356
|
+
"EnergyIQDoor",
|
|
2357
|
+
"EnergyIQInverter",
|
|
2358
|
+
"EnergyIQLuminaire",
|
|
2359
|
+
"EnergyIQPVString",
|
|
2360
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2361
|
+
"EnergyIQPump",
|
|
2362
|
+
"EnergyIQShadingDevice",
|
|
2363
|
+
"EnergyIQSite",
|
|
2364
|
+
"EnergyIQSpace",
|
|
2365
|
+
"EnergyIQWall",
|
|
2366
|
+
"EnergyIQWindow",
|
|
2089
2367
|
"IndustryBasicAlarm",
|
|
2090
2368
|
"IndustryBasicEvent",
|
|
2091
2369
|
"IndustryBasicMachine",
|
|
@@ -2101,17 +2379,6 @@ const result = {
|
|
|
2101
2379
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2102
2380
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2103
2381
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2104
|
-
"IndustryFluidHeatMeter",
|
|
2105
|
-
"IndustryFluidWaterMeter",
|
|
2106
|
-
"IndustryMaintenanceAccount",
|
|
2107
|
-
"IndustryMaintenanceCostCenter",
|
|
2108
|
-
"IndustryMaintenanceEmployee",
|
|
2109
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2110
|
-
"IndustryMaintenanceJournalEntry",
|
|
2111
|
-
"IndustryMaintenanceOrder",
|
|
2112
|
-
"IndustryMaintenanceOrderCosts",
|
|
2113
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2114
|
-
"IndustryMaintenanceWorkplace",
|
|
2115
2382
|
"OctoSdkDemoCustomer",
|
|
2116
2383
|
"OctoSdkDemoMeteringPoint",
|
|
2117
2384
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2197,9 +2464,33 @@ const result = {
|
|
|
2197
2464
|
"BasicCountry",
|
|
2198
2465
|
"BasicDistrict",
|
|
2199
2466
|
"BasicEmployee",
|
|
2467
|
+
"BasicEnergyConsumer",
|
|
2468
|
+
"BasicEnergyEdaMessage",
|
|
2469
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2470
|
+
"BasicEnergyEdaProcess",
|
|
2471
|
+
"BasicEnergyEnergyMeasurement",
|
|
2472
|
+
"BasicEnergyOperatingFacility",
|
|
2473
|
+
"BasicEnergyProducer",
|
|
2200
2474
|
"BasicState",
|
|
2201
2475
|
"BasicTree",
|
|
2202
2476
|
"BasicTreeNode",
|
|
2477
|
+
"EnergyIQAirHandlingUnit",
|
|
2478
|
+
"EnergyIQBatteryStorage",
|
|
2479
|
+
"EnergyIQBoiler",
|
|
2480
|
+
"EnergyIQBuilding",
|
|
2481
|
+
"EnergyIQBuildingStorey",
|
|
2482
|
+
"EnergyIQChiller",
|
|
2483
|
+
"EnergyIQDoor",
|
|
2484
|
+
"EnergyIQInverter",
|
|
2485
|
+
"EnergyIQLuminaire",
|
|
2486
|
+
"EnergyIQPVString",
|
|
2487
|
+
"EnergyIQPhotovoltaicSystem",
|
|
2488
|
+
"EnergyIQPump",
|
|
2489
|
+
"EnergyIQShadingDevice",
|
|
2490
|
+
"EnergyIQSite",
|
|
2491
|
+
"EnergyIQSpace",
|
|
2492
|
+
"EnergyIQWall",
|
|
2493
|
+
"EnergyIQWindow",
|
|
2203
2494
|
"IndustryBasicAlarm",
|
|
2204
2495
|
"IndustryBasicEvent",
|
|
2205
2496
|
"IndustryBasicMachine",
|
|
@@ -2215,17 +2506,6 @@ const result = {
|
|
|
2215
2506
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2216
2507
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2217
2508
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2218
|
-
"IndustryFluidHeatMeter",
|
|
2219
|
-
"IndustryFluidWaterMeter",
|
|
2220
|
-
"IndustryMaintenanceAccount",
|
|
2221
|
-
"IndustryMaintenanceCostCenter",
|
|
2222
|
-
"IndustryMaintenanceEmployee",
|
|
2223
|
-
"IndustryMaintenanceEnergyBalance",
|
|
2224
|
-
"IndustryMaintenanceJournalEntry",
|
|
2225
|
-
"IndustryMaintenanceOrder",
|
|
2226
|
-
"IndustryMaintenanceOrderCosts",
|
|
2227
|
-
"IndustryMaintenanceOrderFeedback",
|
|
2228
|
-
"IndustryMaintenanceWorkplace",
|
|
2229
2509
|
"OctoSdkDemoCustomer",
|
|
2230
2510
|
"OctoSdkDemoMeteringPoint",
|
|
2231
2511
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -3995,6 +4275,29 @@ class CommunicationService {
|
|
|
3995
4275
|
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
3996
4276
|
}
|
|
3997
4277
|
}
|
|
4278
|
+
/**
|
|
4279
|
+
* Deploys a single workload (Adapter or Application) via its parent
|
|
4280
|
+
* pool. Independent of pool deploy — the workload's pool must already
|
|
4281
|
+
* be deployed, but only this workload's helm-install fires.
|
|
4282
|
+
*/
|
|
4283
|
+
async deployWorkload(tenantId, workloadRtId) {
|
|
4284
|
+
if (this.communicationServicesUrl) {
|
|
4285
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4286
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/deploy`;
|
|
4287
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4288
|
+
}
|
|
4289
|
+
}
|
|
4290
|
+
/**
|
|
4291
|
+
* Undeploys a single workload (Adapter or Application). Triggers a
|
|
4292
|
+
* helm-uninstall for the workload only; the pool itself stays deployed.
|
|
4293
|
+
*/
|
|
4294
|
+
async undeployWorkload(tenantId, workloadRtId) {
|
|
4295
|
+
if (this.communicationServicesUrl) {
|
|
4296
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4297
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/undeploy`;
|
|
4298
|
+
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4299
|
+
}
|
|
4300
|
+
}
|
|
3998
4301
|
/**
|
|
3999
4302
|
* Encrypts a plaintext value via the controller's at-rest encryption key
|
|
4000
4303
|
* and returns the sentinel-prefixed ciphertext (`enc:v1:...`). Use this
|
|
@@ -4866,5 +5169,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
4866
5169
|
* Generated bundle index. Do not edit.
|
|
4867
5170
|
*/
|
|
4868
5171
|
|
|
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,
|
|
5172
|
+
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
5173
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|