@meshmakers/octo-services 3.3.960 → 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) {
|
|
@@ -665,14 +743,6 @@ var IndustryEnergyTariffTypeDto;
|
|
|
665
743
|
IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
|
|
666
744
|
IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
|
|
667
745
|
})(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
|
|
668
|
-
/** Runtime entities of construction kit enum 'Loxone/ConnectionState' */
|
|
669
|
-
var LoxoneConnectionStateDto;
|
|
670
|
-
(function (LoxoneConnectionStateDto) {
|
|
671
|
-
LoxoneConnectionStateDto["ConnectedDto"] = "CONNECTED";
|
|
672
|
-
LoxoneConnectionStateDto["DisconnectedDto"] = "DISCONNECTED";
|
|
673
|
-
LoxoneConnectionStateDto["ErrorDto"] = "ERROR";
|
|
674
|
-
LoxoneConnectionStateDto["ReconnectingDto"] = "RECONNECTING";
|
|
675
|
-
})(LoxoneConnectionStateDto || (LoxoneConnectionStateDto = {}));
|
|
676
746
|
/** Enum of the availability states of models. */
|
|
677
747
|
var ModelStateDto;
|
|
678
748
|
(function (ModelStateDto) {
|
|
@@ -1016,6 +1086,13 @@ const result = {
|
|
|
1016
1086
|
"BasicCountry",
|
|
1017
1087
|
"BasicDistrict",
|
|
1018
1088
|
"BasicEmployee",
|
|
1089
|
+
"BasicEnergyConsumer",
|
|
1090
|
+
"BasicEnergyEdaMessage",
|
|
1091
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1092
|
+
"BasicEnergyEdaProcess",
|
|
1093
|
+
"BasicEnergyEnergyMeasurement",
|
|
1094
|
+
"BasicEnergyOperatingFacility",
|
|
1095
|
+
"BasicEnergyProducer",
|
|
1019
1096
|
"BasicState",
|
|
1020
1097
|
"BasicTree",
|
|
1021
1098
|
"BasicTreeNode",
|
|
@@ -1051,11 +1128,6 @@ const result = {
|
|
|
1051
1128
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1052
1129
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1053
1130
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1054
|
-
"LoxoneCategory",
|
|
1055
|
-
"LoxoneControl",
|
|
1056
|
-
"LoxoneMiniserver",
|
|
1057
|
-
"LoxoneRoom",
|
|
1058
|
-
"LoxoneSubControl",
|
|
1059
1131
|
"OctoSdkDemoCustomer",
|
|
1060
1132
|
"OctoSdkDemoMeteringPoint",
|
|
1061
1133
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1136,7 +1208,67 @@ const result = {
|
|
|
1136
1208
|
"SystemUISymbolLibrary"
|
|
1137
1209
|
],
|
|
1138
1210
|
"BasicDocumentInterface": [],
|
|
1211
|
+
"BasicEnergyEdaMessage_MessagesUnion": [
|
|
1212
|
+
"BasicEnergyEdaMessage"
|
|
1213
|
+
],
|
|
1214
|
+
"BasicEnergyEdaProcess_ProcessUnion": [
|
|
1215
|
+
"BasicEnergyEdaProcess"
|
|
1216
|
+
],
|
|
1217
|
+
"BasicEnergyEnergyMeasurement_ChildrenUnion": [
|
|
1218
|
+
"BasicEnergyEnergyMeasurement"
|
|
1219
|
+
],
|
|
1220
|
+
"BasicEnergyMeteringPointInterface": [
|
|
1221
|
+
"BasicEnergyConsumer",
|
|
1222
|
+
"BasicEnergyProducer"
|
|
1223
|
+
],
|
|
1224
|
+
"BasicEnergyMeteringPoint_ChildrenUnion": [
|
|
1225
|
+
"BasicAsset",
|
|
1226
|
+
"BasicCity",
|
|
1227
|
+
"BasicCountry",
|
|
1228
|
+
"BasicDistrict",
|
|
1229
|
+
"BasicEnergyConsumer",
|
|
1230
|
+
"BasicEnergyOperatingFacility",
|
|
1231
|
+
"BasicEnergyProducer",
|
|
1232
|
+
"BasicState",
|
|
1233
|
+
"BasicTreeNode",
|
|
1234
|
+
"EnergyIQAirHandlingUnit",
|
|
1235
|
+
"EnergyIQBatteryStorage",
|
|
1236
|
+
"EnergyIQBoiler",
|
|
1237
|
+
"EnergyIQBuilding",
|
|
1238
|
+
"EnergyIQBuildingStorey",
|
|
1239
|
+
"EnergyIQChiller",
|
|
1240
|
+
"EnergyIQInverter",
|
|
1241
|
+
"EnergyIQPVString",
|
|
1242
|
+
"EnergyIQPhotovoltaicSystem",
|
|
1243
|
+
"EnergyIQPump",
|
|
1244
|
+
"EnergyIQSpace",
|
|
1245
|
+
"IndustryBasicMachine",
|
|
1246
|
+
"IndustryEnergyDemandResponseEvent",
|
|
1247
|
+
"IndustryEnergyEnergyConsumer",
|
|
1248
|
+
"IndustryEnergyEnergyCost",
|
|
1249
|
+
"IndustryEnergyEnergyForecast",
|
|
1250
|
+
"IndustryEnergyEnergyMeter",
|
|
1251
|
+
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1252
|
+
"IndustryEnergyEnergyStorage",
|
|
1253
|
+
"IndustryEnergyInverter",
|
|
1254
|
+
"IndustryEnergyPhotovoltaicSystem",
|
|
1255
|
+
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1256
|
+
"IndustryEnergyPhotovoltaicSystemString",
|
|
1257
|
+
"OctoSdkDemoMeteringPoint",
|
|
1258
|
+
"OctoSdkDemoOperatingFacility"
|
|
1259
|
+
],
|
|
1260
|
+
"BasicEnergyMeteringPoint_ParentUnion": [
|
|
1261
|
+
"BasicEnergyConsumer",
|
|
1262
|
+
"BasicEnergyProducer"
|
|
1263
|
+
],
|
|
1264
|
+
"BasicEnergyOperatingFacility_ParentUnion": [
|
|
1265
|
+
"BasicEnergyOperatingFacility"
|
|
1266
|
+
],
|
|
1139
1267
|
"BasicNamedEntityInterface": [
|
|
1268
|
+
"BasicEnergyConsumer",
|
|
1269
|
+
"BasicEnergyEdaProcess",
|
|
1270
|
+
"BasicEnergyMeteringPoint",
|
|
1271
|
+
"BasicEnergyProducer",
|
|
1140
1272
|
"BasicTree",
|
|
1141
1273
|
"EnergyIQBuildingElement",
|
|
1142
1274
|
"EnergyIQDoor",
|
|
@@ -1149,14 +1281,14 @@ const result = {
|
|
|
1149
1281
|
"IndustryBasicEvent",
|
|
1150
1282
|
"IndustryBasicRuntimeVariable",
|
|
1151
1283
|
"IndustryEnergyDemandResponseEvent",
|
|
1152
|
-
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1153
|
-
"LoxoneMiniserver"
|
|
1284
|
+
"IndustryEnergyEnergyPerformanceIndicator"
|
|
1154
1285
|
],
|
|
1155
1286
|
"BasicTreeNode_ChildrenUnion": [
|
|
1156
1287
|
"BasicAsset",
|
|
1157
1288
|
"BasicCity",
|
|
1158
1289
|
"BasicCountry",
|
|
1159
1290
|
"BasicDistrict",
|
|
1291
|
+
"BasicEnergyOperatingFacility",
|
|
1160
1292
|
"BasicState",
|
|
1161
1293
|
"BasicTreeNode",
|
|
1162
1294
|
"EnergyIQAirHandlingUnit",
|
|
@@ -1182,10 +1314,6 @@ const result = {
|
|
|
1182
1314
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1183
1315
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1184
1316
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1185
|
-
"LoxoneCategory",
|
|
1186
|
-
"LoxoneControl",
|
|
1187
|
-
"LoxoneRoom",
|
|
1188
|
-
"LoxoneSubControl",
|
|
1189
1317
|
"OctoSdkDemoMeteringPoint",
|
|
1190
1318
|
"OctoSdkDemoOperatingFacility"
|
|
1191
1319
|
],
|
|
@@ -1194,6 +1322,7 @@ const result = {
|
|
|
1194
1322
|
"BasicCity",
|
|
1195
1323
|
"BasicCountry",
|
|
1196
1324
|
"BasicDistrict",
|
|
1325
|
+
"BasicEnergyOperatingFacility",
|
|
1197
1326
|
"BasicState",
|
|
1198
1327
|
"BasicTreeNode",
|
|
1199
1328
|
"EnergyIQAirHandlingUnit",
|
|
@@ -1215,10 +1344,6 @@ const result = {
|
|
|
1215
1344
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1216
1345
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1217
1346
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1218
|
-
"LoxoneCategory",
|
|
1219
|
-
"LoxoneControl",
|
|
1220
|
-
"LoxoneRoom",
|
|
1221
|
-
"LoxoneSubControl",
|
|
1222
1347
|
"OctoSdkDemoMeteringPoint",
|
|
1223
1348
|
"OctoSdkDemoOperatingFacility"
|
|
1224
1349
|
],
|
|
@@ -1228,6 +1353,13 @@ const result = {
|
|
|
1228
1353
|
"BasicCountry",
|
|
1229
1354
|
"BasicDistrict",
|
|
1230
1355
|
"BasicEmployee",
|
|
1356
|
+
"BasicEnergyConsumer",
|
|
1357
|
+
"BasicEnergyEdaMessage",
|
|
1358
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1359
|
+
"BasicEnergyEdaProcess",
|
|
1360
|
+
"BasicEnergyEnergyMeasurement",
|
|
1361
|
+
"BasicEnergyOperatingFacility",
|
|
1362
|
+
"BasicEnergyProducer",
|
|
1231
1363
|
"BasicState",
|
|
1232
1364
|
"BasicTree",
|
|
1233
1365
|
"BasicTreeNode",
|
|
@@ -1263,11 +1395,6 @@ const result = {
|
|
|
1263
1395
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1264
1396
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1265
1397
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1266
|
-
"LoxoneCategory",
|
|
1267
|
-
"LoxoneControl",
|
|
1268
|
-
"LoxoneMiniserver",
|
|
1269
|
-
"LoxoneRoom",
|
|
1270
|
-
"LoxoneSubControl",
|
|
1271
1398
|
"OctoSdkDemoCustomer",
|
|
1272
1399
|
"OctoSdkDemoMeteringPoint",
|
|
1273
1400
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1352,6 +1479,7 @@ const result = {
|
|
|
1352
1479
|
"BasicCity",
|
|
1353
1480
|
"BasicCountry",
|
|
1354
1481
|
"BasicDistrict",
|
|
1482
|
+
"BasicEnergyOperatingFacility",
|
|
1355
1483
|
"BasicState",
|
|
1356
1484
|
"BasicTree",
|
|
1357
1485
|
"BasicTreeNode",
|
|
@@ -1375,11 +1503,6 @@ const result = {
|
|
|
1375
1503
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1376
1504
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1377
1505
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1378
|
-
"LoxoneCategory",
|
|
1379
|
-
"LoxoneControl",
|
|
1380
|
-
"LoxoneMiniserver",
|
|
1381
|
-
"LoxoneRoom",
|
|
1382
|
-
"LoxoneSubControl",
|
|
1383
1506
|
"OctoSdkDemoMeteringPoint",
|
|
1384
1507
|
"OctoSdkDemoOperatingFacility"
|
|
1385
1508
|
],
|
|
@@ -1589,6 +1712,13 @@ const result = {
|
|
|
1589
1712
|
"SystemEntityInterface": [
|
|
1590
1713
|
"BasicDocument",
|
|
1591
1714
|
"BasicEmployee",
|
|
1715
|
+
"BasicEnergyConsumer",
|
|
1716
|
+
"BasicEnergyEdaMessage",
|
|
1717
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1718
|
+
"BasicEnergyEdaProcess",
|
|
1719
|
+
"BasicEnergyEnergyMeasurement",
|
|
1720
|
+
"BasicEnergyMeteringPoint",
|
|
1721
|
+
"BasicEnergyProducer",
|
|
1592
1722
|
"BasicNamedEntity",
|
|
1593
1723
|
"BasicTree",
|
|
1594
1724
|
"EnergyIQBuildingElement",
|
|
@@ -1605,7 +1735,6 @@ const result = {
|
|
|
1605
1735
|
"IndustryEnergyEnergyCost",
|
|
1606
1736
|
"IndustryEnergyEnergyForecast",
|
|
1607
1737
|
"IndustryEnergyEnergyPerformanceIndicator",
|
|
1608
|
-
"LoxoneMiniserver",
|
|
1609
1738
|
"OctoSdkDemoCustomer",
|
|
1610
1739
|
"SystemAggregationRtQuery",
|
|
1611
1740
|
"SystemAggregationSdQuery",
|
|
@@ -1700,6 +1829,13 @@ const result = {
|
|
|
1700
1829
|
"BasicCountry",
|
|
1701
1830
|
"BasicDistrict",
|
|
1702
1831
|
"BasicEmployee",
|
|
1832
|
+
"BasicEnergyConsumer",
|
|
1833
|
+
"BasicEnergyEdaMessage",
|
|
1834
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1835
|
+
"BasicEnergyEdaProcess",
|
|
1836
|
+
"BasicEnergyEnergyMeasurement",
|
|
1837
|
+
"BasicEnergyOperatingFacility",
|
|
1838
|
+
"BasicEnergyProducer",
|
|
1703
1839
|
"BasicState",
|
|
1704
1840
|
"BasicTree",
|
|
1705
1841
|
"BasicTreeNode",
|
|
@@ -1735,11 +1871,6 @@ const result = {
|
|
|
1735
1871
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1736
1872
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1737
1873
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1738
|
-
"LoxoneCategory",
|
|
1739
|
-
"LoxoneControl",
|
|
1740
|
-
"LoxoneMiniserver",
|
|
1741
|
-
"LoxoneRoom",
|
|
1742
|
-
"LoxoneSubControl",
|
|
1743
1874
|
"OctoSdkDemoCustomer",
|
|
1744
1875
|
"OctoSdkDemoMeteringPoint",
|
|
1745
1876
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1825,6 +1956,13 @@ const result = {
|
|
|
1825
1956
|
"BasicCountry",
|
|
1826
1957
|
"BasicDistrict",
|
|
1827
1958
|
"BasicEmployee",
|
|
1959
|
+
"BasicEnergyConsumer",
|
|
1960
|
+
"BasicEnergyEdaMessage",
|
|
1961
|
+
"BasicEnergyEdaMeteringPoint",
|
|
1962
|
+
"BasicEnergyEdaProcess",
|
|
1963
|
+
"BasicEnergyEnergyMeasurement",
|
|
1964
|
+
"BasicEnergyOperatingFacility",
|
|
1965
|
+
"BasicEnergyProducer",
|
|
1828
1966
|
"BasicState",
|
|
1829
1967
|
"BasicTree",
|
|
1830
1968
|
"BasicTreeNode",
|
|
@@ -1860,11 +1998,6 @@ const result = {
|
|
|
1860
1998
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1861
1999
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1862
2000
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1863
|
-
"LoxoneCategory",
|
|
1864
|
-
"LoxoneControl",
|
|
1865
|
-
"LoxoneMiniserver",
|
|
1866
|
-
"LoxoneRoom",
|
|
1867
|
-
"LoxoneSubControl",
|
|
1868
2001
|
"OctoSdkDemoCustomer",
|
|
1869
2002
|
"OctoSdkDemoMeteringPoint",
|
|
1870
2003
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -1950,6 +2083,13 @@ const result = {
|
|
|
1950
2083
|
"BasicCountry",
|
|
1951
2084
|
"BasicDistrict",
|
|
1952
2085
|
"BasicEmployee",
|
|
2086
|
+
"BasicEnergyConsumer",
|
|
2087
|
+
"BasicEnergyEdaMessage",
|
|
2088
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2089
|
+
"BasicEnergyEdaProcess",
|
|
2090
|
+
"BasicEnergyEnergyMeasurement",
|
|
2091
|
+
"BasicEnergyOperatingFacility",
|
|
2092
|
+
"BasicEnergyProducer",
|
|
1953
2093
|
"BasicState",
|
|
1954
2094
|
"BasicTree",
|
|
1955
2095
|
"BasicTreeNode",
|
|
@@ -1985,11 +2125,6 @@ const result = {
|
|
|
1985
2125
|
"IndustryEnergyPhotovoltaicSystem",
|
|
1986
2126
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
1987
2127
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
1988
|
-
"LoxoneCategory",
|
|
1989
|
-
"LoxoneControl",
|
|
1990
|
-
"LoxoneMiniserver",
|
|
1991
|
-
"LoxoneRoom",
|
|
1992
|
-
"LoxoneSubControl",
|
|
1993
2128
|
"OctoSdkDemoCustomer",
|
|
1994
2129
|
"OctoSdkDemoMeteringPoint",
|
|
1995
2130
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2075,6 +2210,13 @@ const result = {
|
|
|
2075
2210
|
"BasicCountry",
|
|
2076
2211
|
"BasicDistrict",
|
|
2077
2212
|
"BasicEmployee",
|
|
2213
|
+
"BasicEnergyConsumer",
|
|
2214
|
+
"BasicEnergyEdaMessage",
|
|
2215
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2216
|
+
"BasicEnergyEdaProcess",
|
|
2217
|
+
"BasicEnergyEnergyMeasurement",
|
|
2218
|
+
"BasicEnergyOperatingFacility",
|
|
2219
|
+
"BasicEnergyProducer",
|
|
2078
2220
|
"BasicState",
|
|
2079
2221
|
"BasicTree",
|
|
2080
2222
|
"BasicTreeNode",
|
|
@@ -2110,11 +2252,6 @@ const result = {
|
|
|
2110
2252
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2111
2253
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2112
2254
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2113
|
-
"LoxoneCategory",
|
|
2114
|
-
"LoxoneControl",
|
|
2115
|
-
"LoxoneMiniserver",
|
|
2116
|
-
"LoxoneRoom",
|
|
2117
|
-
"LoxoneSubControl",
|
|
2118
2255
|
"OctoSdkDemoCustomer",
|
|
2119
2256
|
"OctoSdkDemoMeteringPoint",
|
|
2120
2257
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2200,6 +2337,13 @@ const result = {
|
|
|
2200
2337
|
"BasicCountry",
|
|
2201
2338
|
"BasicDistrict",
|
|
2202
2339
|
"BasicEmployee",
|
|
2340
|
+
"BasicEnergyConsumer",
|
|
2341
|
+
"BasicEnergyEdaMessage",
|
|
2342
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2343
|
+
"BasicEnergyEdaProcess",
|
|
2344
|
+
"BasicEnergyEnergyMeasurement",
|
|
2345
|
+
"BasicEnergyOperatingFacility",
|
|
2346
|
+
"BasicEnergyProducer",
|
|
2203
2347
|
"BasicState",
|
|
2204
2348
|
"BasicTree",
|
|
2205
2349
|
"BasicTreeNode",
|
|
@@ -2235,11 +2379,6 @@ const result = {
|
|
|
2235
2379
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2236
2380
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2237
2381
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2238
|
-
"LoxoneCategory",
|
|
2239
|
-
"LoxoneControl",
|
|
2240
|
-
"LoxoneMiniserver",
|
|
2241
|
-
"LoxoneRoom",
|
|
2242
|
-
"LoxoneSubControl",
|
|
2243
2382
|
"OctoSdkDemoCustomer",
|
|
2244
2383
|
"OctoSdkDemoMeteringPoint",
|
|
2245
2384
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -2325,6 +2464,13 @@ const result = {
|
|
|
2325
2464
|
"BasicCountry",
|
|
2326
2465
|
"BasicDistrict",
|
|
2327
2466
|
"BasicEmployee",
|
|
2467
|
+
"BasicEnergyConsumer",
|
|
2468
|
+
"BasicEnergyEdaMessage",
|
|
2469
|
+
"BasicEnergyEdaMeteringPoint",
|
|
2470
|
+
"BasicEnergyEdaProcess",
|
|
2471
|
+
"BasicEnergyEnergyMeasurement",
|
|
2472
|
+
"BasicEnergyOperatingFacility",
|
|
2473
|
+
"BasicEnergyProducer",
|
|
2328
2474
|
"BasicState",
|
|
2329
2475
|
"BasicTree",
|
|
2330
2476
|
"BasicTreeNode",
|
|
@@ -2360,11 +2506,6 @@ const result = {
|
|
|
2360
2506
|
"IndustryEnergyPhotovoltaicSystem",
|
|
2361
2507
|
"IndustryEnergyPhotovoltaicSystemModule",
|
|
2362
2508
|
"IndustryEnergyPhotovoltaicSystemString",
|
|
2363
|
-
"LoxoneCategory",
|
|
2364
|
-
"LoxoneControl",
|
|
2365
|
-
"LoxoneMiniserver",
|
|
2366
|
-
"LoxoneRoom",
|
|
2367
|
-
"LoxoneSubControl",
|
|
2368
2509
|
"OctoSdkDemoCustomer",
|
|
2369
2510
|
"OctoSdkDemoMeteringPoint",
|
|
2370
2511
|
"OctoSdkDemoOperatingFacility",
|
|
@@ -4135,66 +4276,42 @@ class CommunicationService {
|
|
|
4135
4276
|
}
|
|
4136
4277
|
}
|
|
4137
4278
|
/**
|
|
4138
|
-
*
|
|
4139
|
-
*
|
|
4140
|
-
*
|
|
4141
|
-
* plaintext is never persisted in MongoDB. Already-encrypted values pass
|
|
4142
|
-
* through unchanged.
|
|
4143
|
-
*/
|
|
4144
|
-
async encryptValue(tenantId, plaintext) {
|
|
4145
|
-
if (!this.communicationServicesUrl) {
|
|
4146
|
-
throw new Error('Communication services URL is not configured');
|
|
4147
|
-
}
|
|
4148
|
-
const uri = `${this.communicationServicesUrl}${tenantId}/v1/communication/encrypt-value`;
|
|
4149
|
-
const response = await firstValueFrom(this.httpClient.post(uri, { plaintext }));
|
|
4150
|
-
return response.ciphertext;
|
|
4151
|
-
}
|
|
4152
|
-
/**
|
|
4153
|
-
* Deploys all adapters of a pool.
|
|
4154
|
-
*/
|
|
4155
|
-
async deployAllAdaptersOfPool(tenantId, poolRtId) {
|
|
4156
|
-
if (this.communicationServicesUrl) {
|
|
4157
|
-
const params = new HttpParams().set('poolRtId', poolRtId);
|
|
4158
|
-
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/deployAllAdaptersOfPool`;
|
|
4159
|
-
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4160
|
-
}
|
|
4161
|
-
}
|
|
4162
|
-
/**
|
|
4163
|
-
* Undeploys all adapters of a pool.
|
|
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.
|
|
4164
4282
|
*/
|
|
4165
|
-
async
|
|
4283
|
+
async deployWorkload(tenantId, workloadRtId) {
|
|
4166
4284
|
if (this.communicationServicesUrl) {
|
|
4167
|
-
const params = new HttpParams().set('
|
|
4168
|
-
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/
|
|
4285
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4286
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/deploy`;
|
|
4169
4287
|
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4170
4288
|
}
|
|
4171
4289
|
}
|
|
4172
|
-
// ============================================================================
|
|
4173
|
-
// Individual Adapter Deployment
|
|
4174
|
-
// ============================================================================
|
|
4175
4290
|
/**
|
|
4176
|
-
*
|
|
4291
|
+
* Undeploys a single workload (Adapter or Application). Triggers a
|
|
4292
|
+
* helm-uninstall for the workload only; the pool itself stays deployed.
|
|
4177
4293
|
*/
|
|
4178
|
-
async
|
|
4294
|
+
async undeployWorkload(tenantId, workloadRtId) {
|
|
4179
4295
|
if (this.communicationServicesUrl) {
|
|
4180
|
-
const params = new HttpParams()
|
|
4181
|
-
|
|
4182
|
-
.set('adapterRtEntityId', `${adapterCkTypeId}@${adapterRtId}`);
|
|
4183
|
-
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/deployAdapter`;
|
|
4296
|
+
const params = new HttpParams().set('workloadRtId', workloadRtId);
|
|
4297
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/workloads/undeploy`;
|
|
4184
4298
|
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4185
4299
|
}
|
|
4186
4300
|
}
|
|
4187
4301
|
/**
|
|
4188
|
-
*
|
|
4302
|
+
* Encrypts a plaintext value via the controller's at-rest encryption key
|
|
4303
|
+
* and returns the sentinel-prefixed ciphertext (`enc:v1:...`). Use this
|
|
4304
|
+
* before saving Helm ValueOverride entries flagged IsSecret so the
|
|
4305
|
+
* plaintext is never persisted in MongoDB. Already-encrypted values pass
|
|
4306
|
+
* through unchanged.
|
|
4189
4307
|
*/
|
|
4190
|
-
async
|
|
4191
|
-
if (this.communicationServicesUrl) {
|
|
4192
|
-
|
|
4193
|
-
.set('poolRtId', poolRtId)
|
|
4194
|
-
.set('adapterRtEntityId', `${adapterCkTypeId}@${adapterRtId}`);
|
|
4195
|
-
const uri = `${this.communicationServicesUrl}${tenantId}/v1/pool/unDeployAdapter`;
|
|
4196
|
-
await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
|
|
4308
|
+
async encryptValue(tenantId, plaintext) {
|
|
4309
|
+
if (!this.communicationServicesUrl) {
|
|
4310
|
+
throw new Error('Communication services URL is not configured');
|
|
4197
4311
|
}
|
|
4312
|
+
const uri = `${this.communicationServicesUrl}${tenantId}/v1/communication/encrypt-value`;
|
|
4313
|
+
const response = await firstValueFrom(this.httpClient.post(uri, { plaintext }));
|
|
4314
|
+
return response.ciphertext;
|
|
4198
4315
|
}
|
|
4199
4316
|
// ============================================================================
|
|
4200
4317
|
// Pipeline Execution
|
|
@@ -5052,5 +5169,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
5052
5169
|
* Generated bundle index. Do not edit.
|
|
5053
5170
|
*/
|
|
5054
5171
|
|
|
5055
|
-
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, 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,
|
|
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 };
|
|
5056
5173
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|