@meshmakers/octo-services 3.3.730 → 3.3.740

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.
@@ -315,6 +315,68 @@ var AttributeValueTypeDto;
315
315
  AttributeValueTypeDto["StringArrayDto"] = "STRING_ARRAY";
316
316
  AttributeValueTypeDto["TimeSpanDto"] = "TIME_SPAN";
317
317
  })(AttributeValueTypeDto || (AttributeValueTypeDto = {}));
318
+ /** Runtime entities of construction kit enum 'Basic.Energy/CarrierType' */
319
+ var BasicEnergyCarrierTypeDto;
320
+ (function (BasicEnergyCarrierTypeDto) {
321
+ /** Electricity is used as energy carrier */
322
+ BasicEnergyCarrierTypeDto["ElectricityDto"] = "ELECTRICITY";
323
+ /** Gas is used as energy carrier */
324
+ BasicEnergyCarrierTypeDto["GasDto"] = "GAS";
325
+ /** The carrier type is unknown */
326
+ BasicEnergyCarrierTypeDto["UnknownDto"] = "UNKNOWN";
327
+ })(BasicEnergyCarrierTypeDto || (BasicEnergyCarrierTypeDto = {}));
328
+ /** Runtime entities of construction kit enum 'Basic.Energy/DataQuality' */
329
+ var BasicEnergyDataQualityDto;
330
+ (function (BasicEnergyDataQualityDto) {
331
+ /** The data is accurate to 15 minute meter readings */
332
+ BasicEnergyDataQualityDto["L_1Dto"] = "L_1";
333
+ /** The data is a linear interpolation of 2 known meter readings */
334
+ BasicEnergyDataQualityDto["L_2Dto"] = "L_2";
335
+ /** The data is an estimate */
336
+ BasicEnergyDataQualityDto["L_3Dto"] = "L_3";
337
+ /** The data quality is unknown */
338
+ BasicEnergyDataQualityDto["UnknownDto"] = "UNKNOWN";
339
+ })(BasicEnergyDataQualityDto || (BasicEnergyDataQualityDto = {}));
340
+ /** Runtime entities of construction kit enum 'Basic.Energy/FacilityType' */
341
+ var BasicEnergyFacilityTypeDto;
342
+ (function (BasicEnergyFacilityTypeDto) {
343
+ /** The facility type is a business */
344
+ BasicEnergyFacilityTypeDto["BusinessDto"] = "BUSINESS";
345
+ /** The facility type is a single household */
346
+ BasicEnergyFacilityTypeDto["HouseholdDto"] = "HOUSEHOLD";
347
+ /** The facility type is a industry */
348
+ BasicEnergyFacilityTypeDto["IndustryDto"] = "INDUSTRY";
349
+ /** The facility type is a public building e.g. schools, public offices */
350
+ BasicEnergyFacilityTypeDto["PublicBuildingDto"] = "PUBLIC_BUILDING";
351
+ /** The facility type is an energy storage */
352
+ BasicEnergyFacilityTypeDto["StorageDto"] = "STORAGE";
353
+ /** The facility type is unknown or not defined */
354
+ BasicEnergyFacilityTypeDto["UnknownDto"] = "UNKNOWN";
355
+ })(BasicEnergyFacilityTypeDto || (BasicEnergyFacilityTypeDto = {}));
356
+ /** Runtime entities of construction kit enum 'Basic.Energy/ProductionType' */
357
+ var BasicEnergyProductionTypeDto;
358
+ (function (BasicEnergyProductionTypeDto) {
359
+ /** Hydroelectric power was used to produce the energy */
360
+ BasicEnergyProductionTypeDto["HepDto"] = "HEP";
361
+ /** Other methods were used to produce the energy */
362
+ BasicEnergyProductionTypeDto["OtherDto"] = "OTHER";
363
+ /** Solar power was used to produce the energy */
364
+ BasicEnergyProductionTypeDto["SolarDto"] = "SOLAR";
365
+ /** The production type is unknown or not defined */
366
+ BasicEnergyProductionTypeDto["UnknownDto"] = "UNKNOWN";
367
+ /** Wind power was used to produce the energy */
368
+ BasicEnergyProductionTypeDto["WindDto"] = "WIND";
369
+ })(BasicEnergyProductionTypeDto || (BasicEnergyProductionTypeDto = {}));
370
+ /** Runtime entities of construction kit enum 'Basic.Energy/State' */
371
+ var BasicEnergyStateDto;
372
+ (function (BasicEnergyStateDto) {
373
+ /** The object is active and in use */
374
+ BasicEnergyStateDto["ActiveDto"] = "ACTIVE";
375
+ /** The object is inactive but may be reactivated */
376
+ BasicEnergyStateDto["InactiveDto"] = "INACTIVE";
377
+ /** The object is just created and the state is not set */
378
+ BasicEnergyStateDto["NewDto"] = "NEW";
379
+ })(BasicEnergyStateDto || (BasicEnergyStateDto = {}));
318
380
  /** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
319
381
  var BasicLegalEntityTypeDto;
320
382
  (function (BasicLegalEntityTypeDto) {
@@ -483,6 +545,40 @@ var EnergyCommunityTaxProcedureCreditNoteDto;
483
545
  /** No tax procedure is applied for small business owners */
484
546
  EnergyCommunityTaxProcedureCreditNoteDto["SmallBusinessOwnersDto"] = "SMALL_BUSINESS_OWNERS";
485
547
  })(EnergyCommunityTaxProcedureCreditNoteDto || (EnergyCommunityTaxProcedureCreditNoteDto = {}));
548
+ /** Runtime entities of construction kit enum 'Environment/CarbonScope' */
549
+ var EnvironmentCarbonScopeDto;
550
+ (function (EnvironmentCarbonScopeDto) {
551
+ EnvironmentCarbonScopeDto["Scope_1Dto"] = "SCOPE_1";
552
+ EnvironmentCarbonScopeDto["Scope_2Dto"] = "SCOPE_2";
553
+ EnvironmentCarbonScopeDto["Scope_3Dto"] = "SCOPE_3";
554
+ })(EnvironmentCarbonScopeDto || (EnvironmentCarbonScopeDto = {}));
555
+ /** Runtime entities of construction kit enum 'Environment/ComplianceCategory' */
556
+ var EnvironmentComplianceCategoryDto;
557
+ (function (EnvironmentComplianceCategoryDto) {
558
+ EnvironmentComplianceCategoryDto["CsrdDto"] = "CSRD";
559
+ EnvironmentComplianceCategoryDto["EEffGDto"] = "E_EFF_G";
560
+ EnvironmentComplianceCategoryDto["Iso_50001Dto"] = "ISO_50001";
561
+ EnvironmentComplianceCategoryDto["Nis_2Dto"] = "NIS_2";
562
+ })(EnvironmentComplianceCategoryDto || (EnvironmentComplianceCategoryDto = {}));
563
+ /** Runtime entities of construction kit enum 'Environment/ComplianceStatus' */
564
+ var EnvironmentComplianceStatusDto;
565
+ (function (EnvironmentComplianceStatusDto) {
566
+ EnvironmentComplianceStatusDto["CompliantDto"] = "COMPLIANT";
567
+ EnvironmentComplianceStatusDto["InProgressDto"] = "IN_PROGRESS";
568
+ EnvironmentComplianceStatusDto["OpenDto"] = "OPEN";
569
+ EnvironmentComplianceStatusDto["PassedDto"] = "PASSED";
570
+ EnvironmentComplianceStatusDto["SubmittedDto"] = "SUBMITTED";
571
+ })(EnvironmentComplianceStatusDto || (EnvironmentComplianceStatusDto = {}));
572
+ /** Runtime entities of construction kit enum 'Environment/EnergySource' */
573
+ var EnvironmentEnergySourceDto;
574
+ (function (EnvironmentEnergySourceDto) {
575
+ EnvironmentEnergySourceDto["BiomassDto"] = "BIOMASS";
576
+ EnvironmentEnergySourceDto["GeothermalDto"] = "GEOTHERMAL";
577
+ EnvironmentEnergySourceDto["HydroDto"] = "HYDRO";
578
+ EnvironmentEnergySourceDto["OtherDto"] = "OTHER";
579
+ EnvironmentEnergySourceDto["SolarDto"] = "SOLAR";
580
+ EnvironmentEnergySourceDto["WindDto"] = "WIND";
581
+ })(EnvironmentEnergySourceDto || (EnvironmentEnergySourceDto = {}));
486
582
  /** Runtime entities of construction kit enum 'Environment/GoalState' */
487
583
  var EnvironmentGoalStateDto;
488
584
  (function (EnvironmentGoalStateDto) {
@@ -658,6 +754,27 @@ var IndustryBasicMachineStateDto;
658
754
  IndustryBasicMachineStateDto["OnDto"] = "ON";
659
755
  IndustryBasicMachineStateDto["UnknownDto"] = "UNKNOWN";
660
756
  })(IndustryBasicMachineStateDto || (IndustryBasicMachineStateDto = {}));
757
+ /** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseMarket' */
758
+ var IndustryEnergyDemandResponseMarketDto;
759
+ (function (IndustryEnergyDemandResponseMarketDto) {
760
+ IndustryEnergyDemandResponseMarketDto["ApcsDto"] = "APCS";
761
+ IndustryEnergyDemandResponseMarketDto["ExaaDto"] = "EXAA";
762
+ IndustryEnergyDemandResponseMarketDto["SpotDto"] = "SPOT";
763
+ })(IndustryEnergyDemandResponseMarketDto || (IndustryEnergyDemandResponseMarketDto = {}));
764
+ /** Runtime entities of construction kit enum 'Industry.Energy/DemandResponseStatus' */
765
+ var IndustryEnergyDemandResponseStatusDto;
766
+ (function (IndustryEnergyDemandResponseStatusDto) {
767
+ IndustryEnergyDemandResponseStatusDto["ActiveDto"] = "ACTIVE";
768
+ IndustryEnergyDemandResponseStatusDto["CancelledDto"] = "CANCELLED";
769
+ IndustryEnergyDemandResponseStatusDto["CompletedDto"] = "COMPLETED";
770
+ })(IndustryEnergyDemandResponseStatusDto || (IndustryEnergyDemandResponseStatusDto = {}));
771
+ /** Runtime entities of construction kit enum 'Industry.Energy/TariffType' */
772
+ var IndustryEnergyTariffTypeDto;
773
+ (function (IndustryEnergyTariffTypeDto) {
774
+ IndustryEnergyTariffTypeDto["OffPeakDto"] = "OFF_PEAK";
775
+ IndustryEnergyTariffTypeDto["PeakDto"] = "PEAK";
776
+ IndustryEnergyTariffTypeDto["StandardDto"] = "STANDARD";
777
+ })(IndustryEnergyTariffTypeDto || (IndustryEnergyTariffTypeDto = {}));
661
778
  /** Runtime entities of construction kit enum 'Industry.Maintenance/AggregationType' */
662
779
  var IndustryMaintenanceAggregationTypeDto;
663
780
  (function (IndustryMaintenanceAggregationTypeDto) {
@@ -1019,12 +1136,13 @@ const result = {
1019
1136
  "BasicAsset",
1020
1137
  "EnvironmentWasteMeter",
1021
1138
  "IndustryBasicMachine",
1022
- "IndustryEnergyBattery",
1139
+ "IndustryEnergyEnergyConsumer",
1023
1140
  "IndustryEnergyEnergyMeter",
1141
+ "IndustryEnergyEnergyStorage",
1024
1142
  "IndustryEnergyInverter",
1025
- "IndustryEnergyPhotovoltaic",
1026
- "IndustryEnergyPhotovoltaicModule",
1027
- "IndustryEnergyPhotovoltaicString",
1143
+ "IndustryEnergyPhotovoltaicSystem",
1144
+ "IndustryEnergyPhotovoltaicSystemModule",
1145
+ "IndustryEnergyPhotovoltaicSystemString",
1028
1146
  "IndustryFluidHeatMeter",
1029
1147
  "IndustryFluidWaterMeter",
1030
1148
  "IndustryMaintenanceCostCenter",
@@ -1038,6 +1156,13 @@ const result = {
1038
1156
  "BasicCountry",
1039
1157
  "BasicDistrict",
1040
1158
  "BasicEmployee",
1159
+ "BasicEnergyConsumer",
1160
+ "BasicEnergyEdaMessage",
1161
+ "BasicEnergyEdaMeteringPoint",
1162
+ "BasicEnergyEdaProcess",
1163
+ "BasicEnergyEnergyMeasurement",
1164
+ "BasicEnergyOperatingFacility",
1165
+ "BasicEnergyProducer",
1041
1166
  "BasicState",
1042
1167
  "BasicTree",
1043
1168
  "BasicTreeNode",
@@ -1051,19 +1176,29 @@ const result = {
1051
1176
  "EnergyCommunityEnergyPrice",
1052
1177
  "EnergyCommunityEnergyQuantity",
1053
1178
  "EnergyCommunityOperatingFacility",
1179
+ "EnergyCommunityParticipationPeriod",
1054
1180
  "EnergyCommunityProducer",
1181
+ "EnvironmentCarbonBudget",
1182
+ "EnvironmentCarbonEmission",
1183
+ "EnvironmentCertificateOfOrigin",
1184
+ "EnvironmentComplianceRecord",
1055
1185
  "EnvironmentEnvironmentalGoal",
1056
1186
  "EnvironmentWasteMeter",
1057
1187
  "IndustryBasicAlarm",
1058
1188
  "IndustryBasicEvent",
1059
1189
  "IndustryBasicMachine",
1060
1190
  "IndustryBasicRuntimeVariable",
1061
- "IndustryEnergyBattery",
1191
+ "IndustryEnergyDemandResponseEvent",
1192
+ "IndustryEnergyEnergyConsumer",
1193
+ "IndustryEnergyEnergyCost",
1194
+ "IndustryEnergyEnergyForecast",
1062
1195
  "IndustryEnergyEnergyMeter",
1196
+ "IndustryEnergyEnergyPerformanceIndicator",
1197
+ "IndustryEnergyEnergyStorage",
1063
1198
  "IndustryEnergyInverter",
1064
- "IndustryEnergyPhotovoltaic",
1065
- "IndustryEnergyPhotovoltaicModule",
1066
- "IndustryEnergyPhotovoltaicString",
1199
+ "IndustryEnergyPhotovoltaicSystem",
1200
+ "IndustryEnergyPhotovoltaicSystemModule",
1201
+ "IndustryEnergyPhotovoltaicSystemString",
1067
1202
  "IndustryFluidHeatMeter",
1068
1203
  "IndustryFluidWaterMeter",
1069
1204
  "IndustryMaintenanceAccount",
@@ -1089,20 +1224,19 @@ const result = {
1089
1224
  "SystemAutoIncrement",
1090
1225
  "SystemBotAttributeAggregateConfiguration",
1091
1226
  "SystemBotFixup",
1092
- "SystemCommunicationDataPipeline",
1093
- "SystemCommunicationDataPipelineTrigger",
1227
+ "SystemCommunicationAdapter",
1228
+ "SystemCommunicationDataFlow",
1094
1229
  "SystemCommunicationEMailReceiverConfiguration",
1095
1230
  "SystemCommunicationEMailSenderConfiguration",
1096
1231
  "SystemCommunicationEdaConfiguration",
1097
- "SystemCommunicationEdgeAdapter",
1098
- "SystemCommunicationEdgePipeline",
1099
1232
  "SystemCommunicationEnergyCommunityConfiguration",
1100
1233
  "SystemCommunicationFinApiConfiguration",
1101
- "SystemCommunicationMeshAdapter",
1102
- "SystemCommunicationMeshPipeline",
1234
+ "SystemCommunicationGrafanaConfiguration",
1103
1235
  "SystemCommunicationMicrosoftGraphConfiguration",
1236
+ "SystemCommunicationPipeline",
1104
1237
  "SystemCommunicationPipelineExecution",
1105
1238
  "SystemCommunicationPipelineStatistics",
1239
+ "SystemCommunicationPipelineTrigger",
1106
1240
  "SystemCommunicationPool",
1107
1241
  "SystemCommunicationSapConfiguration",
1108
1242
  "SystemCommunicationSftpConfiguration",
@@ -1161,16 +1295,82 @@ const result = {
1161
1295
  "BasicEmployee_EmployeesUnion": [
1162
1296
  "BasicEmployee"
1163
1297
  ],
1298
+ "BasicEnergyEdaMessage_MessagesUnion": [
1299
+ "BasicEnergyEdaMessage"
1300
+ ],
1301
+ "BasicEnergyEdaProcess_ProcessUnion": [
1302
+ "BasicEnergyEdaProcess"
1303
+ ],
1304
+ "BasicEnergyEnergyMeasurement_ChildrenUnion": [
1305
+ "BasicEnergyEnergyMeasurement"
1306
+ ],
1307
+ "BasicEnergyMeteringPointInterface": [
1308
+ "BasicEnergyConsumer",
1309
+ "BasicEnergyProducer"
1310
+ ],
1311
+ "BasicEnergyMeteringPoint_ChildrenUnion": [
1312
+ "BasicAsset",
1313
+ "BasicCity",
1314
+ "BasicCountry",
1315
+ "BasicDistrict",
1316
+ "BasicEnergyConsumer",
1317
+ "BasicEnergyOperatingFacility",
1318
+ "BasicEnergyProducer",
1319
+ "BasicState",
1320
+ "BasicTreeNode",
1321
+ "EnergyCommunityOperatingFacility",
1322
+ "EnvironmentCarbonBudget",
1323
+ "EnvironmentCarbonEmission",
1324
+ "EnvironmentCertificateOfOrigin",
1325
+ "EnvironmentComplianceRecord",
1326
+ "EnvironmentEnvironmentalGoal",
1327
+ "EnvironmentWasteMeter",
1328
+ "IndustryBasicMachine",
1329
+ "IndustryEnergyDemandResponseEvent",
1330
+ "IndustryEnergyEnergyConsumer",
1331
+ "IndustryEnergyEnergyCost",
1332
+ "IndustryEnergyEnergyForecast",
1333
+ "IndustryEnergyEnergyMeter",
1334
+ "IndustryEnergyEnergyPerformanceIndicator",
1335
+ "IndustryEnergyEnergyStorage",
1336
+ "IndustryEnergyInverter",
1337
+ "IndustryEnergyPhotovoltaicSystem",
1338
+ "IndustryEnergyPhotovoltaicSystemModule",
1339
+ "IndustryEnergyPhotovoltaicSystemString",
1340
+ "IndustryFluidHeatMeter",
1341
+ "IndustryFluidWaterMeter",
1342
+ "IndustryMaintenanceCostCenter",
1343
+ "IndustryMaintenanceEmployee",
1344
+ "IndustryMaintenanceWorkplace",
1345
+ "OctoSdkDemoMeteringPoint",
1346
+ "OctoSdkDemoOperatingFacility"
1347
+ ],
1348
+ "BasicEnergyMeteringPoint_ParentUnion": [
1349
+ "BasicEnergyConsumer",
1350
+ "BasicEnergyProducer"
1351
+ ],
1352
+ "BasicEnergyOperatingFacility_ParentUnion": [
1353
+ "BasicEnergyOperatingFacility"
1354
+ ],
1164
1355
  "BasicNamedEntityInterface": [
1356
+ "BasicEnergyConsumer",
1357
+ "BasicEnergyEdaProcess",
1358
+ "BasicEnergyMeteringPoint",
1359
+ "BasicEnergyProducer",
1165
1360
  "BasicTree",
1166
1361
  "EnergyCommunityConsumer",
1167
1362
  "EnergyCommunityEdaProcess",
1168
1363
  "EnergyCommunityMeteringPoint",
1169
1364
  "EnergyCommunityProducer",
1365
+ "EnvironmentCarbonBudget",
1366
+ "EnvironmentCertificateOfOrigin",
1367
+ "EnvironmentComplianceRecord",
1170
1368
  "EnvironmentEnvironmentalGoal",
1171
1369
  "IndustryBasicAlarm",
1172
1370
  "IndustryBasicEvent",
1173
1371
  "IndustryBasicRuntimeVariable",
1372
+ "IndustryEnergyDemandResponseEvent",
1373
+ "IndustryEnergyEnergyPerformanceIndicator",
1174
1374
  "IndustryManufacturingShiftTemplate"
1175
1375
  ],
1176
1376
  "BasicTreeNode_ChildrenUnion": [
@@ -1178,18 +1378,28 @@ const result = {
1178
1378
  "BasicCity",
1179
1379
  "BasicCountry",
1180
1380
  "BasicDistrict",
1381
+ "BasicEnergyOperatingFacility",
1181
1382
  "BasicState",
1182
1383
  "BasicTreeNode",
1183
1384
  "EnergyCommunityOperatingFacility",
1385
+ "EnvironmentCarbonBudget",
1386
+ "EnvironmentCarbonEmission",
1387
+ "EnvironmentCertificateOfOrigin",
1388
+ "EnvironmentComplianceRecord",
1184
1389
  "EnvironmentEnvironmentalGoal",
1185
1390
  "EnvironmentWasteMeter",
1186
1391
  "IndustryBasicMachine",
1187
- "IndustryEnergyBattery",
1392
+ "IndustryEnergyDemandResponseEvent",
1393
+ "IndustryEnergyEnergyConsumer",
1394
+ "IndustryEnergyEnergyCost",
1395
+ "IndustryEnergyEnergyForecast",
1188
1396
  "IndustryEnergyEnergyMeter",
1397
+ "IndustryEnergyEnergyPerformanceIndicator",
1398
+ "IndustryEnergyEnergyStorage",
1189
1399
  "IndustryEnergyInverter",
1190
- "IndustryEnergyPhotovoltaic",
1191
- "IndustryEnergyPhotovoltaicModule",
1192
- "IndustryEnergyPhotovoltaicString",
1400
+ "IndustryEnergyPhotovoltaicSystem",
1401
+ "IndustryEnergyPhotovoltaicSystemModule",
1402
+ "IndustryEnergyPhotovoltaicSystemString",
1193
1403
  "IndustryFluidHeatMeter",
1194
1404
  "IndustryFluidWaterMeter",
1195
1405
  "IndustryMaintenanceCostCenter",
@@ -1203,17 +1413,19 @@ const result = {
1203
1413
  "BasicCity",
1204
1414
  "BasicCountry",
1205
1415
  "BasicDistrict",
1416
+ "BasicEnergyOperatingFacility",
1206
1417
  "BasicState",
1207
1418
  "BasicTreeNode",
1208
1419
  "EnergyCommunityOperatingFacility",
1209
1420
  "EnvironmentWasteMeter",
1210
1421
  "IndustryBasicMachine",
1211
- "IndustryEnergyBattery",
1422
+ "IndustryEnergyEnergyConsumer",
1212
1423
  "IndustryEnergyEnergyMeter",
1424
+ "IndustryEnergyEnergyStorage",
1213
1425
  "IndustryEnergyInverter",
1214
- "IndustryEnergyPhotovoltaic",
1215
- "IndustryEnergyPhotovoltaicModule",
1216
- "IndustryEnergyPhotovoltaicString",
1426
+ "IndustryEnergyPhotovoltaicSystem",
1427
+ "IndustryEnergyPhotovoltaicSystemModule",
1428
+ "IndustryEnergyPhotovoltaicSystemString",
1217
1429
  "IndustryFluidHeatMeter",
1218
1430
  "IndustryFluidWaterMeter",
1219
1431
  "IndustryMaintenanceCostCenter",
@@ -1227,17 +1439,19 @@ const result = {
1227
1439
  "BasicCity",
1228
1440
  "BasicCountry",
1229
1441
  "BasicDistrict",
1442
+ "BasicEnergyOperatingFacility",
1230
1443
  "BasicState",
1231
1444
  "BasicTreeNode",
1232
1445
  "EnergyCommunityOperatingFacility",
1233
1446
  "EnvironmentWasteMeter",
1234
1447
  "IndustryBasicMachine",
1235
- "IndustryEnergyBattery",
1448
+ "IndustryEnergyEnergyConsumer",
1236
1449
  "IndustryEnergyEnergyMeter",
1450
+ "IndustryEnergyEnergyStorage",
1237
1451
  "IndustryEnergyInverter",
1238
- "IndustryEnergyPhotovoltaic",
1239
- "IndustryEnergyPhotovoltaicModule",
1240
- "IndustryEnergyPhotovoltaicString",
1452
+ "IndustryEnergyPhotovoltaicSystem",
1453
+ "IndustryEnergyPhotovoltaicSystemModule",
1454
+ "IndustryEnergyPhotovoltaicSystemString",
1241
1455
  "IndustryFluidHeatMeter",
1242
1456
  "IndustryFluidWaterMeter",
1243
1457
  "IndustryMaintenanceCostCenter",
@@ -1252,6 +1466,13 @@ const result = {
1252
1466
  "BasicCountry",
1253
1467
  "BasicDistrict",
1254
1468
  "BasicEmployee",
1469
+ "BasicEnergyConsumer",
1470
+ "BasicEnergyEdaMessage",
1471
+ "BasicEnergyEdaMeteringPoint",
1472
+ "BasicEnergyEdaProcess",
1473
+ "BasicEnergyEnergyMeasurement",
1474
+ "BasicEnergyOperatingFacility",
1475
+ "BasicEnergyProducer",
1255
1476
  "BasicState",
1256
1477
  "BasicTree",
1257
1478
  "BasicTreeNode",
@@ -1265,19 +1486,29 @@ const result = {
1265
1486
  "EnergyCommunityEnergyPrice",
1266
1487
  "EnergyCommunityEnergyQuantity",
1267
1488
  "EnergyCommunityOperatingFacility",
1489
+ "EnergyCommunityParticipationPeriod",
1268
1490
  "EnergyCommunityProducer",
1491
+ "EnvironmentCarbonBudget",
1492
+ "EnvironmentCarbonEmission",
1493
+ "EnvironmentCertificateOfOrigin",
1494
+ "EnvironmentComplianceRecord",
1269
1495
  "EnvironmentEnvironmentalGoal",
1270
1496
  "EnvironmentWasteMeter",
1271
1497
  "IndustryBasicAlarm",
1272
1498
  "IndustryBasicEvent",
1273
1499
  "IndustryBasicMachine",
1274
1500
  "IndustryBasicRuntimeVariable",
1275
- "IndustryEnergyBattery",
1501
+ "IndustryEnergyDemandResponseEvent",
1502
+ "IndustryEnergyEnergyConsumer",
1503
+ "IndustryEnergyEnergyCost",
1504
+ "IndustryEnergyEnergyForecast",
1276
1505
  "IndustryEnergyEnergyMeter",
1506
+ "IndustryEnergyEnergyPerformanceIndicator",
1507
+ "IndustryEnergyEnergyStorage",
1277
1508
  "IndustryEnergyInverter",
1278
- "IndustryEnergyPhotovoltaic",
1279
- "IndustryEnergyPhotovoltaicModule",
1280
- "IndustryEnergyPhotovoltaicString",
1509
+ "IndustryEnergyPhotovoltaicSystem",
1510
+ "IndustryEnergyPhotovoltaicSystemModule",
1511
+ "IndustryEnergyPhotovoltaicSystemString",
1281
1512
  "IndustryFluidHeatMeter",
1282
1513
  "IndustryFluidWaterMeter",
1283
1514
  "IndustryMaintenanceAccount",
@@ -1303,20 +1534,19 @@ const result = {
1303
1534
  "SystemAutoIncrement",
1304
1535
  "SystemBotAttributeAggregateConfiguration",
1305
1536
  "SystemBotFixup",
1306
- "SystemCommunicationDataPipeline",
1307
- "SystemCommunicationDataPipelineTrigger",
1537
+ "SystemCommunicationAdapter",
1538
+ "SystemCommunicationDataFlow",
1308
1539
  "SystemCommunicationEMailReceiverConfiguration",
1309
1540
  "SystemCommunicationEMailSenderConfiguration",
1310
1541
  "SystemCommunicationEdaConfiguration",
1311
- "SystemCommunicationEdgeAdapter",
1312
- "SystemCommunicationEdgePipeline",
1313
1542
  "SystemCommunicationEnergyCommunityConfiguration",
1314
1543
  "SystemCommunicationFinApiConfiguration",
1315
- "SystemCommunicationMeshAdapter",
1316
- "SystemCommunicationMeshPipeline",
1544
+ "SystemCommunicationGrafanaConfiguration",
1317
1545
  "SystemCommunicationMicrosoftGraphConfiguration",
1546
+ "SystemCommunicationPipeline",
1318
1547
  "SystemCommunicationPipelineExecution",
1319
1548
  "SystemCommunicationPipelineStatistics",
1549
+ "SystemCommunicationPipelineTrigger",
1320
1550
  "SystemCommunicationPool",
1321
1551
  "SystemCommunicationSapConfiguration",
1322
1552
  "SystemCommunicationSftpConfiguration",
@@ -1371,18 +1601,20 @@ const result = {
1371
1601
  "BasicCity",
1372
1602
  "BasicCountry",
1373
1603
  "BasicDistrict",
1604
+ "BasicEnergyOperatingFacility",
1374
1605
  "BasicState",
1375
1606
  "BasicTree",
1376
1607
  "BasicTreeNode",
1377
1608
  "EnergyCommunityOperatingFacility",
1378
1609
  "EnvironmentWasteMeter",
1379
1610
  "IndustryBasicMachine",
1380
- "IndustryEnergyBattery",
1611
+ "IndustryEnergyEnergyConsumer",
1381
1612
  "IndustryEnergyEnergyMeter",
1613
+ "IndustryEnergyEnergyStorage",
1382
1614
  "IndustryEnergyInverter",
1383
- "IndustryEnergyPhotovoltaic",
1384
- "IndustryEnergyPhotovoltaicModule",
1385
- "IndustryEnergyPhotovoltaicString",
1615
+ "IndustryEnergyPhotovoltaicSystem",
1616
+ "IndustryEnergyPhotovoltaicSystemModule",
1617
+ "IndustryEnergyPhotovoltaicSystemString",
1386
1618
  "IndustryFluidHeatMeter",
1387
1619
  "IndustryFluidWaterMeter",
1388
1620
  "IndustryMaintenanceCostCenter",
@@ -1433,20 +1665,30 @@ const result = {
1433
1665
  "BasicCity",
1434
1666
  "BasicCountry",
1435
1667
  "BasicDistrict",
1668
+ "BasicEnergyOperatingFacility",
1436
1669
  "BasicState",
1437
1670
  "BasicTreeNode",
1438
1671
  "EnergyCommunityConsumer",
1439
1672
  "EnergyCommunityOperatingFacility",
1440
1673
  "EnergyCommunityProducer",
1674
+ "EnvironmentCarbonBudget",
1675
+ "EnvironmentCarbonEmission",
1676
+ "EnvironmentCertificateOfOrigin",
1677
+ "EnvironmentComplianceRecord",
1441
1678
  "EnvironmentEnvironmentalGoal",
1442
1679
  "EnvironmentWasteMeter",
1443
1680
  "IndustryBasicMachine",
1444
- "IndustryEnergyBattery",
1681
+ "IndustryEnergyDemandResponseEvent",
1682
+ "IndustryEnergyEnergyConsumer",
1683
+ "IndustryEnergyEnergyCost",
1684
+ "IndustryEnergyEnergyForecast",
1445
1685
  "IndustryEnergyEnergyMeter",
1686
+ "IndustryEnergyEnergyPerformanceIndicator",
1687
+ "IndustryEnergyEnergyStorage",
1446
1688
  "IndustryEnergyInverter",
1447
- "IndustryEnergyPhotovoltaic",
1448
- "IndustryEnergyPhotovoltaicModule",
1449
- "IndustryEnergyPhotovoltaicString",
1689
+ "IndustryEnergyPhotovoltaicSystem",
1690
+ "IndustryEnergyPhotovoltaicSystemModule",
1691
+ "IndustryEnergyPhotovoltaicSystemString",
1450
1692
  "IndustryFluidHeatMeter",
1451
1693
  "IndustryFluidWaterMeter",
1452
1694
  "IndustryMaintenanceCostCenter",
@@ -1469,6 +1711,9 @@ const result = {
1469
1711
  "EnergyCommunityOperatingFacility_ParentUnion": [
1470
1712
  "EnergyCommunityOperatingFacility"
1471
1713
  ],
1714
+ "EnergyCommunityParticipationPeriod_PeriodsUnion": [
1715
+ "EnergyCommunityParticipationPeriod"
1716
+ ],
1472
1717
  "IndustryBasicEvent_EventUnion": [
1473
1718
  "IndustryBasicAlarm",
1474
1719
  "IndustryBasicEvent"
@@ -1479,10 +1724,11 @@ const result = {
1479
1724
  ],
1480
1725
  "IndustryBasicMachine_MachineUnion": [
1481
1726
  "IndustryBasicMachine",
1482
- "IndustryEnergyBattery",
1727
+ "IndustryEnergyEnergyConsumer",
1483
1728
  "IndustryEnergyEnergyMeter",
1729
+ "IndustryEnergyEnergyStorage",
1484
1730
  "IndustryEnergyInverter",
1485
- "IndustryEnergyPhotovoltaicModule",
1731
+ "IndustryEnergyPhotovoltaicSystemModule",
1486
1732
  "IndustryFluidHeatMeter",
1487
1733
  "IndustryFluidWaterMeter"
1488
1734
  ],
@@ -1577,73 +1823,54 @@ const result = {
1577
1823
  "SystemBotAttributeAggregateConfiguration_ConfiguredByUnion": [
1578
1824
  "SystemBotAttributeAggregateConfiguration"
1579
1825
  ],
1580
- "SystemCommunicationAdapterInterface": [
1581
- "SystemCommunicationEdgeAdapter",
1582
- "SystemCommunicationMeshAdapter"
1583
- ],
1584
1826
  "SystemCommunicationAdapter_AdapterExecutionsUnion": [
1585
- "SystemCommunicationEdgeAdapter",
1586
- "SystemCommunicationMeshAdapter"
1827
+ "SystemCommunicationAdapter"
1587
1828
  ],
1588
1829
  "SystemCommunicationAdapter_ExecutedByUnion": [
1589
- "SystemCommunicationEdgeAdapter",
1590
- "SystemCommunicationMeshAdapter"
1830
+ "SystemCommunicationAdapter"
1591
1831
  ],
1592
1832
  "SystemCommunicationAdapter_ManagesUnion": [
1593
- "SystemCommunicationEdgeAdapter",
1594
- "SystemCommunicationMeshAdapter"
1833
+ "SystemCommunicationAdapter"
1595
1834
  ],
1596
- "SystemCommunicationDataPipelineTrigger_TriggeredByUnion": [
1597
- "SystemCommunicationDataPipelineTrigger"
1598
- ],
1599
- "SystemCommunicationDataPipeline_ParentUnion": [
1600
- "SystemCommunicationDataPipeline"
1835
+ "SystemCommunicationDataFlow_ParentUnion": [
1836
+ "SystemCommunicationDataFlow"
1601
1837
  ],
1602
1838
  "SystemCommunicationDeployableEntityInterface": [
1603
1839
  "SystemCommunicationAdapter",
1604
- "SystemCommunicationDataPipelineTrigger",
1605
- "SystemCommunicationEdgeAdapter",
1606
- "SystemCommunicationEdgePipeline",
1607
- "SystemCommunicationMeshAdapter",
1608
- "SystemCommunicationMeshPipeline",
1609
1840
  "SystemCommunicationPipeline",
1841
+ "SystemCommunicationPipelineTrigger",
1610
1842
  "SystemCommunicationPool"
1611
1843
  ],
1612
- "SystemCommunicationMeshPipeline_TriggersUnion": [
1613
- "SystemCommunicationMeshPipeline"
1614
- ],
1615
1844
  "SystemCommunicationPipelineExecution_ExecutedPipelineUnion": [
1616
1845
  "SystemCommunicationPipelineExecution"
1617
1846
  ],
1618
1847
  "SystemCommunicationPipelineExecution_ExecutingAdapterUnion": [
1619
1848
  "SystemCommunicationPipelineExecution"
1620
1849
  ],
1621
- "SystemCommunicationPipelineInterface": [
1622
- "SystemCommunicationEdgePipeline",
1623
- "SystemCommunicationMeshPipeline"
1624
- ],
1625
1850
  "SystemCommunicationPipelineStatistics_StatisticsForPipelineUnion": [
1626
1851
  "SystemCommunicationPipelineStatistics"
1627
1852
  ],
1853
+ "SystemCommunicationPipelineTrigger_TriggersUnion": [
1854
+ "SystemCommunicationPipelineTrigger"
1855
+ ],
1628
1856
  "SystemCommunicationPipeline_ChildrenUnion": [
1629
- "SystemCommunicationEdgePipeline",
1630
- "SystemCommunicationMeshPipeline"
1857
+ "SystemCommunicationPipeline",
1858
+ "SystemCommunicationPipelineTrigger"
1631
1859
  ],
1632
1860
  "SystemCommunicationPipeline_ExecutesUnion": [
1633
- "SystemCommunicationEdgePipeline",
1634
- "SystemCommunicationMeshPipeline"
1861
+ "SystemCommunicationPipeline"
1635
1862
  ],
1636
1863
  "SystemCommunicationPipeline_PipelineExecutionsUnion": [
1637
- "SystemCommunicationEdgePipeline",
1638
- "SystemCommunicationMeshPipeline"
1864
+ "SystemCommunicationPipeline"
1639
1865
  ],
1640
1866
  "SystemCommunicationPipeline_PipelineStatisticsUnion": [
1641
- "SystemCommunicationEdgePipeline",
1642
- "SystemCommunicationMeshPipeline"
1867
+ "SystemCommunicationPipeline"
1868
+ ],
1869
+ "SystemCommunicationPipeline_TriggeredByUnion": [
1870
+ "SystemCommunicationPipeline"
1643
1871
  ],
1644
1872
  "SystemCommunicationPipeline_UsedByUnion": [
1645
- "SystemCommunicationEdgePipeline",
1646
- "SystemCommunicationMeshPipeline"
1873
+ "SystemCommunicationPipeline"
1647
1874
  ],
1648
1875
  "SystemCommunicationPool_ManagedByUnion": [
1649
1876
  "SystemCommunicationPool"
@@ -1657,6 +1884,7 @@ const result = {
1657
1884
  "SystemCommunicationEdaConfiguration",
1658
1885
  "SystemCommunicationEnergyCommunityConfiguration",
1659
1886
  "SystemCommunicationFinApiConfiguration",
1887
+ "SystemCommunicationGrafanaConfiguration",
1660
1888
  "SystemCommunicationMicrosoftGraphConfiguration",
1661
1889
  "SystemCommunicationSapConfiguration",
1662
1890
  "SystemCommunicationSftpConfiguration",
@@ -1672,6 +1900,7 @@ const result = {
1672
1900
  "SystemCommunicationEdaConfiguration",
1673
1901
  "SystemCommunicationEnergyCommunityConfiguration",
1674
1902
  "SystemCommunicationFinApiConfiguration",
1903
+ "SystemCommunicationGrafanaConfiguration",
1675
1904
  "SystemCommunicationMicrosoftGraphConfiguration",
1676
1905
  "SystemCommunicationSapConfiguration",
1677
1906
  "SystemCommunicationSftpConfiguration",
@@ -1684,6 +1913,13 @@ const result = {
1684
1913
  "SystemEntityInterface": [
1685
1914
  "BasicDocument",
1686
1915
  "BasicEmployee",
1916
+ "BasicEnergyConsumer",
1917
+ "BasicEnergyEdaMessage",
1918
+ "BasicEnergyEdaMeteringPoint",
1919
+ "BasicEnergyEdaProcess",
1920
+ "BasicEnergyEnergyMeasurement",
1921
+ "BasicEnergyMeteringPoint",
1922
+ "BasicEnergyProducer",
1687
1923
  "BasicNamedEntity",
1688
1924
  "BasicTree",
1689
1925
  "EnergyCommunityBillingDocument",
@@ -1696,11 +1932,20 @@ const result = {
1696
1932
  "EnergyCommunityEnergyPrice",
1697
1933
  "EnergyCommunityEnergyQuantity",
1698
1934
  "EnergyCommunityMeteringPoint",
1935
+ "EnergyCommunityParticipationPeriod",
1699
1936
  "EnergyCommunityProducer",
1937
+ "EnvironmentCarbonBudget",
1938
+ "EnvironmentCarbonEmission",
1939
+ "EnvironmentCertificateOfOrigin",
1940
+ "EnvironmentComplianceRecord",
1700
1941
  "EnvironmentEnvironmentalGoal",
1701
1942
  "IndustryBasicAlarm",
1702
1943
  "IndustryBasicEvent",
1703
1944
  "IndustryBasicRuntimeVariable",
1945
+ "IndustryEnergyDemandResponseEvent",
1946
+ "IndustryEnergyEnergyCost",
1947
+ "IndustryEnergyEnergyForecast",
1948
+ "IndustryEnergyEnergyPerformanceIndicator",
1704
1949
  "IndustryMaintenanceAccount",
1705
1950
  "IndustryMaintenanceEnergyBalance",
1706
1951
  "IndustryMaintenanceJournalEntry",
@@ -1720,22 +1965,19 @@ const result = {
1720
1965
  "SystemBotAttributeAggregateConfiguration",
1721
1966
  "SystemBotFixup",
1722
1967
  "SystemCommunicationAdapter",
1723
- "SystemCommunicationDataPipeline",
1724
- "SystemCommunicationDataPipelineTrigger",
1968
+ "SystemCommunicationDataFlow",
1725
1969
  "SystemCommunicationDeployableEntity",
1726
1970
  "SystemCommunicationEMailReceiverConfiguration",
1727
1971
  "SystemCommunicationEMailSenderConfiguration",
1728
1972
  "SystemCommunicationEdaConfiguration",
1729
- "SystemCommunicationEdgeAdapter",
1730
- "SystemCommunicationEdgePipeline",
1731
1973
  "SystemCommunicationEnergyCommunityConfiguration",
1732
1974
  "SystemCommunicationFinApiConfiguration",
1733
- "SystemCommunicationMeshAdapter",
1734
- "SystemCommunicationMeshPipeline",
1975
+ "SystemCommunicationGrafanaConfiguration",
1735
1976
  "SystemCommunicationMicrosoftGraphConfiguration",
1736
1977
  "SystemCommunicationPipeline",
1737
1978
  "SystemCommunicationPipelineExecution",
1738
1979
  "SystemCommunicationPipelineStatistics",
1980
+ "SystemCommunicationPipelineTrigger",
1739
1981
  "SystemCommunicationPool",
1740
1982
  "SystemCommunicationSapConfiguration",
1741
1983
  "SystemCommunicationSftpConfiguration",
@@ -1798,6 +2040,13 @@ const result = {
1798
2040
  "BasicCountry",
1799
2041
  "BasicDistrict",
1800
2042
  "BasicEmployee",
2043
+ "BasicEnergyConsumer",
2044
+ "BasicEnergyEdaMessage",
2045
+ "BasicEnergyEdaMeteringPoint",
2046
+ "BasicEnergyEdaProcess",
2047
+ "BasicEnergyEnergyMeasurement",
2048
+ "BasicEnergyOperatingFacility",
2049
+ "BasicEnergyProducer",
1801
2050
  "BasicState",
1802
2051
  "BasicTree",
1803
2052
  "BasicTreeNode",
@@ -1811,19 +2060,29 @@ const result = {
1811
2060
  "EnergyCommunityEnergyPrice",
1812
2061
  "EnergyCommunityEnergyQuantity",
1813
2062
  "EnergyCommunityOperatingFacility",
2063
+ "EnergyCommunityParticipationPeriod",
1814
2064
  "EnergyCommunityProducer",
2065
+ "EnvironmentCarbonBudget",
2066
+ "EnvironmentCarbonEmission",
2067
+ "EnvironmentCertificateOfOrigin",
2068
+ "EnvironmentComplianceRecord",
1815
2069
  "EnvironmentEnvironmentalGoal",
1816
2070
  "EnvironmentWasteMeter",
1817
2071
  "IndustryBasicAlarm",
1818
2072
  "IndustryBasicEvent",
1819
2073
  "IndustryBasicMachine",
1820
2074
  "IndustryBasicRuntimeVariable",
1821
- "IndustryEnergyBattery",
2075
+ "IndustryEnergyDemandResponseEvent",
2076
+ "IndustryEnergyEnergyConsumer",
2077
+ "IndustryEnergyEnergyCost",
2078
+ "IndustryEnergyEnergyForecast",
1822
2079
  "IndustryEnergyEnergyMeter",
2080
+ "IndustryEnergyEnergyPerformanceIndicator",
2081
+ "IndustryEnergyEnergyStorage",
1823
2082
  "IndustryEnergyInverter",
1824
- "IndustryEnergyPhotovoltaic",
1825
- "IndustryEnergyPhotovoltaicModule",
1826
- "IndustryEnergyPhotovoltaicString",
2083
+ "IndustryEnergyPhotovoltaicSystem",
2084
+ "IndustryEnergyPhotovoltaicSystemModule",
2085
+ "IndustryEnergyPhotovoltaicSystemString",
1827
2086
  "IndustryFluidHeatMeter",
1828
2087
  "IndustryFluidWaterMeter",
1829
2088
  "IndustryMaintenanceAccount",
@@ -1849,20 +2108,19 @@ const result = {
1849
2108
  "SystemAutoIncrement",
1850
2109
  "SystemBotAttributeAggregateConfiguration",
1851
2110
  "SystemBotFixup",
1852
- "SystemCommunicationDataPipeline",
1853
- "SystemCommunicationDataPipelineTrigger",
2111
+ "SystemCommunicationAdapter",
2112
+ "SystemCommunicationDataFlow",
1854
2113
  "SystemCommunicationEMailReceiverConfiguration",
1855
2114
  "SystemCommunicationEMailSenderConfiguration",
1856
2115
  "SystemCommunicationEdaConfiguration",
1857
- "SystemCommunicationEdgeAdapter",
1858
- "SystemCommunicationEdgePipeline",
1859
2116
  "SystemCommunicationEnergyCommunityConfiguration",
1860
2117
  "SystemCommunicationFinApiConfiguration",
1861
- "SystemCommunicationMeshAdapter",
1862
- "SystemCommunicationMeshPipeline",
2118
+ "SystemCommunicationGrafanaConfiguration",
1863
2119
  "SystemCommunicationMicrosoftGraphConfiguration",
2120
+ "SystemCommunicationPipeline",
1864
2121
  "SystemCommunicationPipelineExecution",
1865
2122
  "SystemCommunicationPipelineStatistics",
2123
+ "SystemCommunicationPipelineTrigger",
1866
2124
  "SystemCommunicationPool",
1867
2125
  "SystemCommunicationSapConfiguration",
1868
2126
  "SystemCommunicationSftpConfiguration",
@@ -1918,6 +2176,13 @@ const result = {
1918
2176
  "BasicCountry",
1919
2177
  "BasicDistrict",
1920
2178
  "BasicEmployee",
2179
+ "BasicEnergyConsumer",
2180
+ "BasicEnergyEdaMessage",
2181
+ "BasicEnergyEdaMeteringPoint",
2182
+ "BasicEnergyEdaProcess",
2183
+ "BasicEnergyEnergyMeasurement",
2184
+ "BasicEnergyOperatingFacility",
2185
+ "BasicEnergyProducer",
1921
2186
  "BasicState",
1922
2187
  "BasicTree",
1923
2188
  "BasicTreeNode",
@@ -1931,19 +2196,29 @@ const result = {
1931
2196
  "EnergyCommunityEnergyPrice",
1932
2197
  "EnergyCommunityEnergyQuantity",
1933
2198
  "EnergyCommunityOperatingFacility",
2199
+ "EnergyCommunityParticipationPeriod",
1934
2200
  "EnergyCommunityProducer",
2201
+ "EnvironmentCarbonBudget",
2202
+ "EnvironmentCarbonEmission",
2203
+ "EnvironmentCertificateOfOrigin",
2204
+ "EnvironmentComplianceRecord",
1935
2205
  "EnvironmentEnvironmentalGoal",
1936
2206
  "EnvironmentWasteMeter",
1937
2207
  "IndustryBasicAlarm",
1938
2208
  "IndustryBasicEvent",
1939
2209
  "IndustryBasicMachine",
1940
2210
  "IndustryBasicRuntimeVariable",
1941
- "IndustryEnergyBattery",
2211
+ "IndustryEnergyDemandResponseEvent",
2212
+ "IndustryEnergyEnergyConsumer",
2213
+ "IndustryEnergyEnergyCost",
2214
+ "IndustryEnergyEnergyForecast",
1942
2215
  "IndustryEnergyEnergyMeter",
2216
+ "IndustryEnergyEnergyPerformanceIndicator",
2217
+ "IndustryEnergyEnergyStorage",
1943
2218
  "IndustryEnergyInverter",
1944
- "IndustryEnergyPhotovoltaic",
1945
- "IndustryEnergyPhotovoltaicModule",
1946
- "IndustryEnergyPhotovoltaicString",
2219
+ "IndustryEnergyPhotovoltaicSystem",
2220
+ "IndustryEnergyPhotovoltaicSystemModule",
2221
+ "IndustryEnergyPhotovoltaicSystemString",
1947
2222
  "IndustryFluidHeatMeter",
1948
2223
  "IndustryFluidWaterMeter",
1949
2224
  "IndustryMaintenanceAccount",
@@ -1969,20 +2244,19 @@ const result = {
1969
2244
  "SystemAutoIncrement",
1970
2245
  "SystemBotAttributeAggregateConfiguration",
1971
2246
  "SystemBotFixup",
1972
- "SystemCommunicationDataPipeline",
1973
- "SystemCommunicationDataPipelineTrigger",
2247
+ "SystemCommunicationAdapter",
2248
+ "SystemCommunicationDataFlow",
1974
2249
  "SystemCommunicationEMailReceiverConfiguration",
1975
2250
  "SystemCommunicationEMailSenderConfiguration",
1976
2251
  "SystemCommunicationEdaConfiguration",
1977
- "SystemCommunicationEdgeAdapter",
1978
- "SystemCommunicationEdgePipeline",
1979
2252
  "SystemCommunicationEnergyCommunityConfiguration",
1980
2253
  "SystemCommunicationFinApiConfiguration",
1981
- "SystemCommunicationMeshAdapter",
1982
- "SystemCommunicationMeshPipeline",
2254
+ "SystemCommunicationGrafanaConfiguration",
1983
2255
  "SystemCommunicationMicrosoftGraphConfiguration",
2256
+ "SystemCommunicationPipeline",
1984
2257
  "SystemCommunicationPipelineExecution",
1985
2258
  "SystemCommunicationPipelineStatistics",
2259
+ "SystemCommunicationPipelineTrigger",
1986
2260
  "SystemCommunicationPool",
1987
2261
  "SystemCommunicationSapConfiguration",
1988
2262
  "SystemCommunicationSftpConfiguration",
@@ -2038,6 +2312,13 @@ const result = {
2038
2312
  "BasicCountry",
2039
2313
  "BasicDistrict",
2040
2314
  "BasicEmployee",
2315
+ "BasicEnergyConsumer",
2316
+ "BasicEnergyEdaMessage",
2317
+ "BasicEnergyEdaMeteringPoint",
2318
+ "BasicEnergyEdaProcess",
2319
+ "BasicEnergyEnergyMeasurement",
2320
+ "BasicEnergyOperatingFacility",
2321
+ "BasicEnergyProducer",
2041
2322
  "BasicState",
2042
2323
  "BasicTree",
2043
2324
  "BasicTreeNode",
@@ -2051,19 +2332,29 @@ const result = {
2051
2332
  "EnergyCommunityEnergyPrice",
2052
2333
  "EnergyCommunityEnergyQuantity",
2053
2334
  "EnergyCommunityOperatingFacility",
2335
+ "EnergyCommunityParticipationPeriod",
2054
2336
  "EnergyCommunityProducer",
2337
+ "EnvironmentCarbonBudget",
2338
+ "EnvironmentCarbonEmission",
2339
+ "EnvironmentCertificateOfOrigin",
2340
+ "EnvironmentComplianceRecord",
2055
2341
  "EnvironmentEnvironmentalGoal",
2056
2342
  "EnvironmentWasteMeter",
2057
2343
  "IndustryBasicAlarm",
2058
2344
  "IndustryBasicEvent",
2059
2345
  "IndustryBasicMachine",
2060
2346
  "IndustryBasicRuntimeVariable",
2061
- "IndustryEnergyBattery",
2347
+ "IndustryEnergyDemandResponseEvent",
2348
+ "IndustryEnergyEnergyConsumer",
2349
+ "IndustryEnergyEnergyCost",
2350
+ "IndustryEnergyEnergyForecast",
2062
2351
  "IndustryEnergyEnergyMeter",
2352
+ "IndustryEnergyEnergyPerformanceIndicator",
2353
+ "IndustryEnergyEnergyStorage",
2063
2354
  "IndustryEnergyInverter",
2064
- "IndustryEnergyPhotovoltaic",
2065
- "IndustryEnergyPhotovoltaicModule",
2066
- "IndustryEnergyPhotovoltaicString",
2355
+ "IndustryEnergyPhotovoltaicSystem",
2356
+ "IndustryEnergyPhotovoltaicSystemModule",
2357
+ "IndustryEnergyPhotovoltaicSystemString",
2067
2358
  "IndustryFluidHeatMeter",
2068
2359
  "IndustryFluidWaterMeter",
2069
2360
  "IndustryMaintenanceAccount",
@@ -2089,20 +2380,19 @@ const result = {
2089
2380
  "SystemAutoIncrement",
2090
2381
  "SystemBotAttributeAggregateConfiguration",
2091
2382
  "SystemBotFixup",
2092
- "SystemCommunicationDataPipeline",
2093
- "SystemCommunicationDataPipelineTrigger",
2383
+ "SystemCommunicationAdapter",
2384
+ "SystemCommunicationDataFlow",
2094
2385
  "SystemCommunicationEMailReceiverConfiguration",
2095
2386
  "SystemCommunicationEMailSenderConfiguration",
2096
2387
  "SystemCommunicationEdaConfiguration",
2097
- "SystemCommunicationEdgeAdapter",
2098
- "SystemCommunicationEdgePipeline",
2099
2388
  "SystemCommunicationEnergyCommunityConfiguration",
2100
2389
  "SystemCommunicationFinApiConfiguration",
2101
- "SystemCommunicationMeshAdapter",
2102
- "SystemCommunicationMeshPipeline",
2390
+ "SystemCommunicationGrafanaConfiguration",
2103
2391
  "SystemCommunicationMicrosoftGraphConfiguration",
2392
+ "SystemCommunicationPipeline",
2104
2393
  "SystemCommunicationPipelineExecution",
2105
2394
  "SystemCommunicationPipelineStatistics",
2395
+ "SystemCommunicationPipelineTrigger",
2106
2396
  "SystemCommunicationPool",
2107
2397
  "SystemCommunicationSapConfiguration",
2108
2398
  "SystemCommunicationSftpConfiguration",
@@ -2158,6 +2448,13 @@ const result = {
2158
2448
  "BasicCountry",
2159
2449
  "BasicDistrict",
2160
2450
  "BasicEmployee",
2451
+ "BasicEnergyConsumer",
2452
+ "BasicEnergyEdaMessage",
2453
+ "BasicEnergyEdaMeteringPoint",
2454
+ "BasicEnergyEdaProcess",
2455
+ "BasicEnergyEnergyMeasurement",
2456
+ "BasicEnergyOperatingFacility",
2457
+ "BasicEnergyProducer",
2161
2458
  "BasicState",
2162
2459
  "BasicTree",
2163
2460
  "BasicTreeNode",
@@ -2171,19 +2468,29 @@ const result = {
2171
2468
  "EnergyCommunityEnergyPrice",
2172
2469
  "EnergyCommunityEnergyQuantity",
2173
2470
  "EnergyCommunityOperatingFacility",
2471
+ "EnergyCommunityParticipationPeriod",
2174
2472
  "EnergyCommunityProducer",
2473
+ "EnvironmentCarbonBudget",
2474
+ "EnvironmentCarbonEmission",
2475
+ "EnvironmentCertificateOfOrigin",
2476
+ "EnvironmentComplianceRecord",
2175
2477
  "EnvironmentEnvironmentalGoal",
2176
2478
  "EnvironmentWasteMeter",
2177
2479
  "IndustryBasicAlarm",
2178
2480
  "IndustryBasicEvent",
2179
2481
  "IndustryBasicMachine",
2180
2482
  "IndustryBasicRuntimeVariable",
2181
- "IndustryEnergyBattery",
2483
+ "IndustryEnergyDemandResponseEvent",
2484
+ "IndustryEnergyEnergyConsumer",
2485
+ "IndustryEnergyEnergyCost",
2486
+ "IndustryEnergyEnergyForecast",
2182
2487
  "IndustryEnergyEnergyMeter",
2488
+ "IndustryEnergyEnergyPerformanceIndicator",
2489
+ "IndustryEnergyEnergyStorage",
2183
2490
  "IndustryEnergyInverter",
2184
- "IndustryEnergyPhotovoltaic",
2185
- "IndustryEnergyPhotovoltaicModule",
2186
- "IndustryEnergyPhotovoltaicString",
2491
+ "IndustryEnergyPhotovoltaicSystem",
2492
+ "IndustryEnergyPhotovoltaicSystemModule",
2493
+ "IndustryEnergyPhotovoltaicSystemString",
2187
2494
  "IndustryFluidHeatMeter",
2188
2495
  "IndustryFluidWaterMeter",
2189
2496
  "IndustryMaintenanceAccount",
@@ -2209,20 +2516,19 @@ const result = {
2209
2516
  "SystemAutoIncrement",
2210
2517
  "SystemBotAttributeAggregateConfiguration",
2211
2518
  "SystemBotFixup",
2212
- "SystemCommunicationDataPipeline",
2213
- "SystemCommunicationDataPipelineTrigger",
2519
+ "SystemCommunicationAdapter",
2520
+ "SystemCommunicationDataFlow",
2214
2521
  "SystemCommunicationEMailReceiverConfiguration",
2215
2522
  "SystemCommunicationEMailSenderConfiguration",
2216
2523
  "SystemCommunicationEdaConfiguration",
2217
- "SystemCommunicationEdgeAdapter",
2218
- "SystemCommunicationEdgePipeline",
2219
2524
  "SystemCommunicationEnergyCommunityConfiguration",
2220
2525
  "SystemCommunicationFinApiConfiguration",
2221
- "SystemCommunicationMeshAdapter",
2222
- "SystemCommunicationMeshPipeline",
2526
+ "SystemCommunicationGrafanaConfiguration",
2223
2527
  "SystemCommunicationMicrosoftGraphConfiguration",
2528
+ "SystemCommunicationPipeline",
2224
2529
  "SystemCommunicationPipelineExecution",
2225
2530
  "SystemCommunicationPipelineStatistics",
2531
+ "SystemCommunicationPipelineTrigger",
2226
2532
  "SystemCommunicationPool",
2227
2533
  "SystemCommunicationSapConfiguration",
2228
2534
  "SystemCommunicationSftpConfiguration",
@@ -3902,7 +4208,7 @@ class CommunicationService {
3902
4208
  */
3903
4209
  async deployTrigger(tenantId) {
3904
4210
  if (this.communicationServicesUrl) {
3905
- const uri = `${this.communicationServicesUrl}${tenantId}/v1/dataPipelineTrigger/deploy`;
4211
+ const uri = `${this.communicationServicesUrl}${tenantId}/v1/pipelineTrigger/deploy`;
3906
4212
  await firstValueFrom(this.httpClient.post(uri, null, { observe: 'response' }));
3907
4213
  }
3908
4214
  }
@@ -3977,9 +4283,9 @@ class CommunicationService {
3977
4283
  /**
3978
4284
  * Executes a data pipeline manually.
3979
4285
  */
3980
- async executePipeline(tenantId, dataPipelineRtId) {
4286
+ async executePipeline(tenantId, pipelineRtId) {
3981
4287
  if (this.communicationServicesUrl) {
3982
- const params = new HttpParams().set('dataPipelineRtId', dataPipelineRtId);
4288
+ const params = new HttpParams().set('pipelineRtId', pipelineRtId);
3983
4289
  const uri = `${this.communicationServicesUrl}${tenantId}/v1/pipeline/execute`;
3984
4290
  const response = await firstValueFrom(this.httpClient.post(uri, null, {
3985
4291
  params,
@@ -4009,22 +4315,22 @@ class CommunicationService {
4009
4315
  }
4010
4316
  }
4011
4317
  /**
4012
- * Deploys a data pipeline.
4318
+ * Deploys a data flow.
4013
4319
  */
4014
- async deployDataPipeline(tenantId, dataPipelineRtId) {
4320
+ async deployDataFlow(tenantId, dataFlowRtId) {
4015
4321
  if (this.communicationServicesUrl) {
4016
- const params = new HttpParams().set('dataPipelineRtId', dataPipelineRtId);
4017
- const uri = `${this.communicationServicesUrl}${tenantId}/v1/dataPipeline/deploy`;
4322
+ const params = new HttpParams().set('dataFlowRtId', dataFlowRtId);
4323
+ const uri = `${this.communicationServicesUrl}${tenantId}/v1/dataFlow/deploy`;
4018
4324
  await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
4019
4325
  }
4020
4326
  }
4021
4327
  /**
4022
- * Undeploys a data pipeline.
4328
+ * Undeploys a data flow.
4023
4329
  */
4024
- async undeployDataPipeline(tenantId, dataPipelineRtId) {
4330
+ async undeployDataFlow(tenantId, dataFlowRtId) {
4025
4331
  if (this.communicationServicesUrl) {
4026
- const params = new HttpParams().set('dataPipelineRtId', dataPipelineRtId);
4027
- const uri = `${this.communicationServicesUrl}${tenantId}/v1/dataPipeline/undeploy`;
4332
+ const params = new HttpParams().set('dataFlowRtId', dataFlowRtId);
4333
+ const uri = `${this.communicationServicesUrl}${tenantId}/v1/dataFlow/undeploy`;
4028
4334
  await firstValueFrom(this.httpClient.post(uri, null, { params, observe: 'response' }));
4029
4335
  }
4030
4336
  }
@@ -4765,5 +5071,5 @@ function provideOctoServices(octoServiceOptions) {
4765
5071
  * Generated bundle index. Do not edit.
4766
5072
  */
4767
5073
 
4768
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentGoalStateDto, 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, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
5074
+ export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentCarbonScopeDto, EnvironmentComplianceCategoryDto, EnvironmentComplianceStatusDto, EnvironmentEnergySourceDto, EnvironmentGoalStateDto, 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, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
4769
5075
  //# sourceMappingURL=meshmakers-octo-services.mjs.map