@meshmakers/octo-services 3.3.770 → 3.3.790

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.
@@ -41,6 +41,12 @@ class OctoErrorLink extends ApolloLink {
41
41
  });
42
42
  }
43
43
  showErrorLike(error) {
44
+ // Network connectivity errors (HTTP status 0) are already handled by MmHttpErrorInterceptor
45
+ // which either shows the connection error overlay (via ON_CONNECTION_LOST) or a toast.
46
+ // Suppress the raw "Http failure response for ...: 0 Unknown Error" message here.
47
+ if ('status' in error && error['status'] === 0) {
48
+ return;
49
+ }
44
50
  const messageService = this.injector.get(MessageService);
45
51
  console.error(error);
46
52
  messageService.showError(error.message);
@@ -85,10 +91,10 @@ class OctoErrorLink extends ApolloLink {
85
91
  request(operation, forward) {
86
92
  return this.errorLink.request(operation, forward);
87
93
  }
88
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
89
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink });
94
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
95
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink });
90
96
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink, decorators: [{
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoErrorLink, decorators: [{
92
98
  type: Injectable
93
99
  }], ctorParameters: () => [] });
94
100
 
@@ -315,68 +321,6 @@ var AttributeValueTypeDto;
315
321
  AttributeValueTypeDto["StringArrayDto"] = "STRING_ARRAY";
316
322
  AttributeValueTypeDto["TimeSpanDto"] = "TIME_SPAN";
317
323
  })(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 = {}));
380
324
  /** Runtime entities of construction kit enum 'Basic/LegalEntityType' */
381
325
  var BasicLegalEntityTypeDto;
382
326
  (function (BasicLegalEntityTypeDto) {
@@ -590,10 +534,13 @@ var FieldFilterOperatorsDto;
590
534
  (function (FieldFilterOperatorsDto) {
591
535
  FieldFilterOperatorsDto["AnyEqDto"] = "ANY_EQ";
592
536
  FieldFilterOperatorsDto["AnyLikeDto"] = "ANY_LIKE";
537
+ FieldFilterOperatorsDto["BetweenDto"] = "BETWEEN";
593
538
  FieldFilterOperatorsDto["EqualsDto"] = "EQUALS";
594
539
  FieldFilterOperatorsDto["GreaterEqualThanDto"] = "GREATER_EQUAL_THAN";
595
540
  FieldFilterOperatorsDto["GreaterThanDto"] = "GREATER_THAN";
596
541
  FieldFilterOperatorsDto["InDto"] = "IN";
542
+ FieldFilterOperatorsDto["IsNotNullDto"] = "IS_NOT_NULL";
543
+ FieldFilterOperatorsDto["IsNullDto"] = "IS_NULL";
597
544
  FieldFilterOperatorsDto["LessEqualThanDto"] = "LESS_EQUAL_THAN";
598
545
  FieldFilterOperatorsDto["LessThanDto"] = "LESS_THAN";
599
546
  FieldFilterOperatorsDto["LikeDto"] = "LIKE";
@@ -1156,13 +1103,6 @@ const result = {
1156
1103
  "BasicCountry",
1157
1104
  "BasicDistrict",
1158
1105
  "BasicEmployee",
1159
- "BasicEnergyConsumer",
1160
- "BasicEnergyEdaMessage",
1161
- "BasicEnergyEdaMeteringPoint",
1162
- "BasicEnergyEdaProcess",
1163
- "BasicEnergyEnergyMeasurement",
1164
- "BasicEnergyOperatingFacility",
1165
- "BasicEnergyProducer",
1166
1106
  "BasicState",
1167
1107
  "BasicTree",
1168
1108
  "BasicTreeNode",
@@ -1221,6 +1161,7 @@ const result = {
1221
1161
  "OctoSdkDemoMeteringPoint",
1222
1162
  "OctoSdkDemoOperatingFacility",
1223
1163
  "SystemAggregationRtQuery",
1164
+ "SystemAggregationSdQuery",
1224
1165
  "SystemAutoIncrement",
1225
1166
  "SystemBotAttributeAggregateConfiguration",
1226
1167
  "SystemBotFixup",
@@ -1232,6 +1173,7 @@ const result = {
1232
1173
  "SystemCommunicationEnergyCommunityConfiguration",
1233
1174
  "SystemCommunicationFinApiConfiguration",
1234
1175
  "SystemCommunicationGrafanaConfiguration",
1176
+ "SystemCommunicationLoxoneConfiguration",
1235
1177
  "SystemCommunicationMicrosoftGraphConfiguration",
1236
1178
  "SystemCommunicationPipeline",
1237
1179
  "SystemCommunicationPipelineExecution",
@@ -1241,7 +1183,9 @@ const result = {
1241
1183
  "SystemCommunicationSapConfiguration",
1242
1184
  "SystemCommunicationSftpConfiguration",
1243
1185
  "SystemCommunicationTag",
1186
+ "SystemDownsamplingSdQuery",
1244
1187
  "SystemGroupingAggregationRtQuery",
1188
+ "SystemGroupingAggregationSdQuery",
1245
1189
  "SystemIdentityApiResource",
1246
1190
  "SystemIdentityApiScope",
1247
1191
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1267,16 +1211,12 @@ const result = {
1267
1211
  "SystemNotificationEvent",
1268
1212
  "SystemNotificationNotificationTemplate",
1269
1213
  "SystemNotificationStatefulEvent",
1270
- "SystemQuery",
1271
1214
  "SystemReportingConnectionInfo",
1272
1215
  "SystemReportingFileSystemItem",
1273
1216
  "SystemReportingFolder",
1274
1217
  "SystemReportingFolderRoot",
1275
1218
  "SystemSimpleRtQuery",
1276
- "SystemStreamDataAggregationQuery",
1277
- "SystemStreamDataDownsamplingQuery",
1278
- "SystemStreamDataGroupingAggregationQuery",
1279
- "SystemStreamDataSimpleQuery",
1219
+ "SystemSimpleSdQuery",
1280
1220
  "SystemTenant",
1281
1221
  "SystemTenantConfiguration",
1282
1222
  "SystemTenantModeConfiguration",
@@ -1295,68 +1235,7 @@ const result = {
1295
1235
  "BasicEmployee_EmployeesUnion": [
1296
1236
  "BasicEmployee"
1297
1237
  ],
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
- ],
1355
1238
  "BasicNamedEntityInterface": [
1356
- "BasicEnergyConsumer",
1357
- "BasicEnergyEdaProcess",
1358
- "BasicEnergyMeteringPoint",
1359
- "BasicEnergyProducer",
1360
1239
  "BasicTree",
1361
1240
  "EnergyCommunityConsumer",
1362
1241
  "EnergyCommunityEdaProcess",
@@ -1378,7 +1257,6 @@ const result = {
1378
1257
  "BasicCity",
1379
1258
  "BasicCountry",
1380
1259
  "BasicDistrict",
1381
- "BasicEnergyOperatingFacility",
1382
1260
  "BasicState",
1383
1261
  "BasicTreeNode",
1384
1262
  "EnergyCommunityOperatingFacility",
@@ -1413,7 +1291,6 @@ const result = {
1413
1291
  "BasicCity",
1414
1292
  "BasicCountry",
1415
1293
  "BasicDistrict",
1416
- "BasicEnergyOperatingFacility",
1417
1294
  "BasicState",
1418
1295
  "BasicTreeNode",
1419
1296
  "EnergyCommunityOperatingFacility",
@@ -1439,7 +1316,6 @@ const result = {
1439
1316
  "BasicCity",
1440
1317
  "BasicCountry",
1441
1318
  "BasicDistrict",
1442
- "BasicEnergyOperatingFacility",
1443
1319
  "BasicState",
1444
1320
  "BasicTreeNode",
1445
1321
  "EnergyCommunityOperatingFacility",
@@ -1466,13 +1342,6 @@ const result = {
1466
1342
  "BasicCountry",
1467
1343
  "BasicDistrict",
1468
1344
  "BasicEmployee",
1469
- "BasicEnergyConsumer",
1470
- "BasicEnergyEdaMessage",
1471
- "BasicEnergyEdaMeteringPoint",
1472
- "BasicEnergyEdaProcess",
1473
- "BasicEnergyEnergyMeasurement",
1474
- "BasicEnergyOperatingFacility",
1475
- "BasicEnergyProducer",
1476
1345
  "BasicState",
1477
1346
  "BasicTree",
1478
1347
  "BasicTreeNode",
@@ -1531,6 +1400,7 @@ const result = {
1531
1400
  "OctoSdkDemoMeteringPoint",
1532
1401
  "OctoSdkDemoOperatingFacility",
1533
1402
  "SystemAggregationRtQuery",
1403
+ "SystemAggregationSdQuery",
1534
1404
  "SystemAutoIncrement",
1535
1405
  "SystemBotAttributeAggregateConfiguration",
1536
1406
  "SystemBotFixup",
@@ -1542,6 +1412,7 @@ const result = {
1542
1412
  "SystemCommunicationEnergyCommunityConfiguration",
1543
1413
  "SystemCommunicationFinApiConfiguration",
1544
1414
  "SystemCommunicationGrafanaConfiguration",
1415
+ "SystemCommunicationLoxoneConfiguration",
1545
1416
  "SystemCommunicationMicrosoftGraphConfiguration",
1546
1417
  "SystemCommunicationPipeline",
1547
1418
  "SystemCommunicationPipelineExecution",
@@ -1551,7 +1422,9 @@ const result = {
1551
1422
  "SystemCommunicationSapConfiguration",
1552
1423
  "SystemCommunicationSftpConfiguration",
1553
1424
  "SystemCommunicationTag",
1425
+ "SystemDownsamplingSdQuery",
1554
1426
  "SystemGroupingAggregationRtQuery",
1427
+ "SystemGroupingAggregationSdQuery",
1555
1428
  "SystemIdentityApiResource",
1556
1429
  "SystemIdentityApiScope",
1557
1430
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -1577,16 +1450,12 @@ const result = {
1577
1450
  "SystemNotificationEvent",
1578
1451
  "SystemNotificationNotificationTemplate",
1579
1452
  "SystemNotificationStatefulEvent",
1580
- "SystemQuery",
1581
1453
  "SystemReportingConnectionInfo",
1582
1454
  "SystemReportingFileSystemItem",
1583
1455
  "SystemReportingFolder",
1584
1456
  "SystemReportingFolderRoot",
1585
1457
  "SystemSimpleRtQuery",
1586
- "SystemStreamDataAggregationQuery",
1587
- "SystemStreamDataDownsamplingQuery",
1588
- "SystemStreamDataGroupingAggregationQuery",
1589
- "SystemStreamDataSimpleQuery",
1458
+ "SystemSimpleSdQuery",
1590
1459
  "SystemTenant",
1591
1460
  "SystemTenantConfiguration",
1592
1461
  "SystemTenantModeConfiguration",
@@ -1601,7 +1470,6 @@ const result = {
1601
1470
  "BasicCity",
1602
1471
  "BasicCountry",
1603
1472
  "BasicDistrict",
1604
- "BasicEnergyOperatingFacility",
1605
1473
  "BasicState",
1606
1474
  "BasicTree",
1607
1475
  "BasicTreeNode",
@@ -1665,7 +1533,6 @@ const result = {
1665
1533
  "BasicCity",
1666
1534
  "BasicCountry",
1667
1535
  "BasicDistrict",
1668
- "BasicEnergyOperatingFacility",
1669
1536
  "BasicState",
1670
1537
  "BasicTreeNode",
1671
1538
  "EnergyCommunityConsumer",
@@ -1866,6 +1733,12 @@ const result = {
1866
1733
  "SystemCommunicationPipeline_PipelineStatisticsUnion": [
1867
1734
  "SystemCommunicationPipeline"
1868
1735
  ],
1736
+ "SystemCommunicationPipeline_ReceivesDataFromUnion": [
1737
+ "SystemCommunicationPipeline"
1738
+ ],
1739
+ "SystemCommunicationPipeline_SendsDataToUnion": [
1740
+ "SystemCommunicationPipeline"
1741
+ ],
1869
1742
  "SystemCommunicationPipeline_TriggeredByUnion": [
1870
1743
  "SystemCommunicationPipeline"
1871
1744
  ],
@@ -1885,6 +1758,7 @@ const result = {
1885
1758
  "SystemCommunicationEnergyCommunityConfiguration",
1886
1759
  "SystemCommunicationFinApiConfiguration",
1887
1760
  "SystemCommunicationGrafanaConfiguration",
1761
+ "SystemCommunicationLoxoneConfiguration",
1888
1762
  "SystemCommunicationMicrosoftGraphConfiguration",
1889
1763
  "SystemCommunicationSapConfiguration",
1890
1764
  "SystemCommunicationSftpConfiguration",
@@ -1901,6 +1775,7 @@ const result = {
1901
1775
  "SystemCommunicationEnergyCommunityConfiguration",
1902
1776
  "SystemCommunicationFinApiConfiguration",
1903
1777
  "SystemCommunicationGrafanaConfiguration",
1778
+ "SystemCommunicationLoxoneConfiguration",
1904
1779
  "SystemCommunicationMicrosoftGraphConfiguration",
1905
1780
  "SystemCommunicationSapConfiguration",
1906
1781
  "SystemCommunicationSftpConfiguration",
@@ -1913,13 +1788,6 @@ const result = {
1913
1788
  "SystemEntityInterface": [
1914
1789
  "BasicDocument",
1915
1790
  "BasicEmployee",
1916
- "BasicEnergyConsumer",
1917
- "BasicEnergyEdaMessage",
1918
- "BasicEnergyEdaMeteringPoint",
1919
- "BasicEnergyEdaProcess",
1920
- "BasicEnergyEnergyMeasurement",
1921
- "BasicEnergyMeteringPoint",
1922
- "BasicEnergyProducer",
1923
1791
  "BasicNamedEntity",
1924
1792
  "BasicTree",
1925
1793
  "EnergyCommunityBillingDocument",
@@ -1961,6 +1829,7 @@ const result = {
1961
1829
  "IndustryManufacturingShiftTemplate",
1962
1830
  "OctoSdkDemoCustomer",
1963
1831
  "SystemAggregationRtQuery",
1832
+ "SystemAggregationSdQuery",
1964
1833
  "SystemAutoIncrement",
1965
1834
  "SystemBotAttributeAggregateConfiguration",
1966
1835
  "SystemBotFixup",
@@ -1973,6 +1842,7 @@ const result = {
1973
1842
  "SystemCommunicationEnergyCommunityConfiguration",
1974
1843
  "SystemCommunicationFinApiConfiguration",
1975
1844
  "SystemCommunicationGrafanaConfiguration",
1845
+ "SystemCommunicationLoxoneConfiguration",
1976
1846
  "SystemCommunicationMicrosoftGraphConfiguration",
1977
1847
  "SystemCommunicationPipeline",
1978
1848
  "SystemCommunicationPipelineExecution",
@@ -1983,7 +1853,9 @@ const result = {
1983
1853
  "SystemCommunicationSftpConfiguration",
1984
1854
  "SystemCommunicationTag",
1985
1855
  "SystemConfiguration",
1856
+ "SystemDownsamplingSdQuery",
1986
1857
  "SystemGroupingAggregationRtQuery",
1858
+ "SystemGroupingAggregationSdQuery",
1987
1859
  "SystemIdentityApiResource",
1988
1860
  "SystemIdentityApiScope",
1989
1861
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -2012,7 +1884,6 @@ const result = {
2012
1884
  "SystemNotificationNotificationTemplate",
2013
1885
  "SystemNotificationStatefulEvent",
2014
1886
  "SystemPersistentQuery",
2015
- "SystemQuery",
2016
1887
  "SystemReportingConnectionInfo",
2017
1888
  "SystemReportingFileSystemContainer",
2018
1889
  "SystemReportingFileSystemEntity",
@@ -2020,10 +1891,8 @@ const result = {
2020
1891
  "SystemReportingFolder",
2021
1892
  "SystemReportingFolderRoot",
2022
1893
  "SystemSimpleRtQuery",
2023
- "SystemStreamDataAggregationQuery",
2024
- "SystemStreamDataDownsamplingQuery",
2025
- "SystemStreamDataGroupingAggregationQuery",
2026
- "SystemStreamDataSimpleQuery",
1894
+ "SystemSimpleSdQuery",
1895
+ "SystemStreamDataQuery",
2027
1896
  "SystemTenant",
2028
1897
  "SystemTenantConfiguration",
2029
1898
  "SystemTenantModeConfiguration",
@@ -2040,13 +1909,6 @@ const result = {
2040
1909
  "BasicCountry",
2041
1910
  "BasicDistrict",
2042
1911
  "BasicEmployee",
2043
- "BasicEnergyConsumer",
2044
- "BasicEnergyEdaMessage",
2045
- "BasicEnergyEdaMeteringPoint",
2046
- "BasicEnergyEdaProcess",
2047
- "BasicEnergyEnergyMeasurement",
2048
- "BasicEnergyOperatingFacility",
2049
- "BasicEnergyProducer",
2050
1912
  "BasicState",
2051
1913
  "BasicTree",
2052
1914
  "BasicTreeNode",
@@ -2105,6 +1967,7 @@ const result = {
2105
1967
  "OctoSdkDemoMeteringPoint",
2106
1968
  "OctoSdkDemoOperatingFacility",
2107
1969
  "SystemAggregationRtQuery",
1970
+ "SystemAggregationSdQuery",
2108
1971
  "SystemAutoIncrement",
2109
1972
  "SystemBotAttributeAggregateConfiguration",
2110
1973
  "SystemBotFixup",
@@ -2116,6 +1979,7 @@ const result = {
2116
1979
  "SystemCommunicationEnergyCommunityConfiguration",
2117
1980
  "SystemCommunicationFinApiConfiguration",
2118
1981
  "SystemCommunicationGrafanaConfiguration",
1982
+ "SystemCommunicationLoxoneConfiguration",
2119
1983
  "SystemCommunicationMicrosoftGraphConfiguration",
2120
1984
  "SystemCommunicationPipeline",
2121
1985
  "SystemCommunicationPipelineExecution",
@@ -2125,7 +1989,9 @@ const result = {
2125
1989
  "SystemCommunicationSapConfiguration",
2126
1990
  "SystemCommunicationSftpConfiguration",
2127
1991
  "SystemCommunicationTag",
1992
+ "SystemDownsamplingSdQuery",
2128
1993
  "SystemGroupingAggregationRtQuery",
1994
+ "SystemGroupingAggregationSdQuery",
2129
1995
  "SystemIdentityApiResource",
2130
1996
  "SystemIdentityApiScope",
2131
1997
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -2151,16 +2017,12 @@ const result = {
2151
2017
  "SystemNotificationEvent",
2152
2018
  "SystemNotificationNotificationTemplate",
2153
2019
  "SystemNotificationStatefulEvent",
2154
- "SystemQuery",
2155
2020
  "SystemReportingConnectionInfo",
2156
2021
  "SystemReportingFileSystemItem",
2157
2022
  "SystemReportingFolder",
2158
2023
  "SystemReportingFolderRoot",
2159
2024
  "SystemSimpleRtQuery",
2160
- "SystemStreamDataAggregationQuery",
2161
- "SystemStreamDataDownsamplingQuery",
2162
- "SystemStreamDataGroupingAggregationQuery",
2163
- "SystemStreamDataSimpleQuery",
2025
+ "SystemSimpleSdQuery",
2164
2026
  "SystemTenant",
2165
2027
  "SystemTenantConfiguration",
2166
2028
  "SystemTenantModeConfiguration",
@@ -2176,13 +2038,6 @@ const result = {
2176
2038
  "BasicCountry",
2177
2039
  "BasicDistrict",
2178
2040
  "BasicEmployee",
2179
- "BasicEnergyConsumer",
2180
- "BasicEnergyEdaMessage",
2181
- "BasicEnergyEdaMeteringPoint",
2182
- "BasicEnergyEdaProcess",
2183
- "BasicEnergyEnergyMeasurement",
2184
- "BasicEnergyOperatingFacility",
2185
- "BasicEnergyProducer",
2186
2041
  "BasicState",
2187
2042
  "BasicTree",
2188
2043
  "BasicTreeNode",
@@ -2241,6 +2096,7 @@ const result = {
2241
2096
  "OctoSdkDemoMeteringPoint",
2242
2097
  "OctoSdkDemoOperatingFacility",
2243
2098
  "SystemAggregationRtQuery",
2099
+ "SystemAggregationSdQuery",
2244
2100
  "SystemAutoIncrement",
2245
2101
  "SystemBotAttributeAggregateConfiguration",
2246
2102
  "SystemBotFixup",
@@ -2252,6 +2108,7 @@ const result = {
2252
2108
  "SystemCommunicationEnergyCommunityConfiguration",
2253
2109
  "SystemCommunicationFinApiConfiguration",
2254
2110
  "SystemCommunicationGrafanaConfiguration",
2111
+ "SystemCommunicationLoxoneConfiguration",
2255
2112
  "SystemCommunicationMicrosoftGraphConfiguration",
2256
2113
  "SystemCommunicationPipeline",
2257
2114
  "SystemCommunicationPipelineExecution",
@@ -2261,7 +2118,9 @@ const result = {
2261
2118
  "SystemCommunicationSapConfiguration",
2262
2119
  "SystemCommunicationSftpConfiguration",
2263
2120
  "SystemCommunicationTag",
2121
+ "SystemDownsamplingSdQuery",
2264
2122
  "SystemGroupingAggregationRtQuery",
2123
+ "SystemGroupingAggregationSdQuery",
2265
2124
  "SystemIdentityApiResource",
2266
2125
  "SystemIdentityApiScope",
2267
2126
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -2287,16 +2146,12 @@ const result = {
2287
2146
  "SystemNotificationEvent",
2288
2147
  "SystemNotificationNotificationTemplate",
2289
2148
  "SystemNotificationStatefulEvent",
2290
- "SystemQuery",
2291
2149
  "SystemReportingConnectionInfo",
2292
2150
  "SystemReportingFileSystemItem",
2293
2151
  "SystemReportingFolder",
2294
2152
  "SystemReportingFolderRoot",
2295
2153
  "SystemSimpleRtQuery",
2296
- "SystemStreamDataAggregationQuery",
2297
- "SystemStreamDataDownsamplingQuery",
2298
- "SystemStreamDataGroupingAggregationQuery",
2299
- "SystemStreamDataSimpleQuery",
2154
+ "SystemSimpleSdQuery",
2300
2155
  "SystemTenant",
2301
2156
  "SystemTenantConfiguration",
2302
2157
  "SystemTenantModeConfiguration",
@@ -2312,13 +2167,6 @@ const result = {
2312
2167
  "BasicCountry",
2313
2168
  "BasicDistrict",
2314
2169
  "BasicEmployee",
2315
- "BasicEnergyConsumer",
2316
- "BasicEnergyEdaMessage",
2317
- "BasicEnergyEdaMeteringPoint",
2318
- "BasicEnergyEdaProcess",
2319
- "BasicEnergyEnergyMeasurement",
2320
- "BasicEnergyOperatingFacility",
2321
- "BasicEnergyProducer",
2322
2170
  "BasicState",
2323
2171
  "BasicTree",
2324
2172
  "BasicTreeNode",
@@ -2377,6 +2225,7 @@ const result = {
2377
2225
  "OctoSdkDemoMeteringPoint",
2378
2226
  "OctoSdkDemoOperatingFacility",
2379
2227
  "SystemAggregationRtQuery",
2228
+ "SystemAggregationSdQuery",
2380
2229
  "SystemAutoIncrement",
2381
2230
  "SystemBotAttributeAggregateConfiguration",
2382
2231
  "SystemBotFixup",
@@ -2388,6 +2237,7 @@ const result = {
2388
2237
  "SystemCommunicationEnergyCommunityConfiguration",
2389
2238
  "SystemCommunicationFinApiConfiguration",
2390
2239
  "SystemCommunicationGrafanaConfiguration",
2240
+ "SystemCommunicationLoxoneConfiguration",
2391
2241
  "SystemCommunicationMicrosoftGraphConfiguration",
2392
2242
  "SystemCommunicationPipeline",
2393
2243
  "SystemCommunicationPipelineExecution",
@@ -2397,7 +2247,9 @@ const result = {
2397
2247
  "SystemCommunicationSapConfiguration",
2398
2248
  "SystemCommunicationSftpConfiguration",
2399
2249
  "SystemCommunicationTag",
2250
+ "SystemDownsamplingSdQuery",
2400
2251
  "SystemGroupingAggregationRtQuery",
2252
+ "SystemGroupingAggregationSdQuery",
2401
2253
  "SystemIdentityApiResource",
2402
2254
  "SystemIdentityApiScope",
2403
2255
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -2423,16 +2275,12 @@ const result = {
2423
2275
  "SystemNotificationEvent",
2424
2276
  "SystemNotificationNotificationTemplate",
2425
2277
  "SystemNotificationStatefulEvent",
2426
- "SystemQuery",
2427
2278
  "SystemReportingConnectionInfo",
2428
2279
  "SystemReportingFileSystemItem",
2429
2280
  "SystemReportingFolder",
2430
2281
  "SystemReportingFolderRoot",
2431
2282
  "SystemSimpleRtQuery",
2432
- "SystemStreamDataAggregationQuery",
2433
- "SystemStreamDataDownsamplingQuery",
2434
- "SystemStreamDataGroupingAggregationQuery",
2435
- "SystemStreamDataSimpleQuery",
2283
+ "SystemSimpleSdQuery",
2436
2284
  "SystemTenant",
2437
2285
  "SystemTenantConfiguration",
2438
2286
  "SystemTenantModeConfiguration",
@@ -2448,13 +2296,6 @@ const result = {
2448
2296
  "BasicCountry",
2449
2297
  "BasicDistrict",
2450
2298
  "BasicEmployee",
2451
- "BasicEnergyConsumer",
2452
- "BasicEnergyEdaMessage",
2453
- "BasicEnergyEdaMeteringPoint",
2454
- "BasicEnergyEdaProcess",
2455
- "BasicEnergyEnergyMeasurement",
2456
- "BasicEnergyOperatingFacility",
2457
- "BasicEnergyProducer",
2458
2299
  "BasicState",
2459
2300
  "BasicTree",
2460
2301
  "BasicTreeNode",
@@ -2513,6 +2354,7 @@ const result = {
2513
2354
  "OctoSdkDemoMeteringPoint",
2514
2355
  "OctoSdkDemoOperatingFacility",
2515
2356
  "SystemAggregationRtQuery",
2357
+ "SystemAggregationSdQuery",
2516
2358
  "SystemAutoIncrement",
2517
2359
  "SystemBotAttributeAggregateConfiguration",
2518
2360
  "SystemBotFixup",
@@ -2524,6 +2366,7 @@ const result = {
2524
2366
  "SystemCommunicationEnergyCommunityConfiguration",
2525
2367
  "SystemCommunicationFinApiConfiguration",
2526
2368
  "SystemCommunicationGrafanaConfiguration",
2369
+ "SystemCommunicationLoxoneConfiguration",
2527
2370
  "SystemCommunicationMicrosoftGraphConfiguration",
2528
2371
  "SystemCommunicationPipeline",
2529
2372
  "SystemCommunicationPipelineExecution",
@@ -2533,7 +2376,9 @@ const result = {
2533
2376
  "SystemCommunicationSapConfiguration",
2534
2377
  "SystemCommunicationSftpConfiguration",
2535
2378
  "SystemCommunicationTag",
2379
+ "SystemDownsamplingSdQuery",
2536
2380
  "SystemGroupingAggregationRtQuery",
2381
+ "SystemGroupingAggregationSdQuery",
2537
2382
  "SystemIdentityApiResource",
2538
2383
  "SystemIdentityApiScope",
2539
2384
  "SystemIdentityAzureEntraIdIdentityProvider",
@@ -2559,16 +2404,12 @@ const result = {
2559
2404
  "SystemNotificationEvent",
2560
2405
  "SystemNotificationNotificationTemplate",
2561
2406
  "SystemNotificationStatefulEvent",
2562
- "SystemQuery",
2563
2407
  "SystemReportingConnectionInfo",
2564
2408
  "SystemReportingFileSystemItem",
2565
2409
  "SystemReportingFolder",
2566
2410
  "SystemReportingFolderRoot",
2567
2411
  "SystemSimpleRtQuery",
2568
- "SystemStreamDataAggregationQuery",
2569
- "SystemStreamDataDownsamplingQuery",
2570
- "SystemStreamDataGroupingAggregationQuery",
2571
- "SystemStreamDataSimpleQuery",
2412
+ "SystemSimpleSdQuery",
2572
2413
  "SystemTenant",
2573
2414
  "SystemTenantConfiguration",
2574
2415
  "SystemTenantModeConfiguration",
@@ -2614,12 +2455,13 @@ const result = {
2614
2455
  ],
2615
2456
  "SystemPersistentQueryInterface": [
2616
2457
  "SystemAggregationRtQuery",
2458
+ "SystemAggregationSdQuery",
2459
+ "SystemDownsamplingSdQuery",
2617
2460
  "SystemGroupingAggregationRtQuery",
2461
+ "SystemGroupingAggregationSdQuery",
2618
2462
  "SystemSimpleRtQuery",
2619
- "SystemStreamDataAggregationQuery",
2620
- "SystemStreamDataDownsamplingQuery",
2621
- "SystemStreamDataGroupingAggregationQuery",
2622
- "SystemStreamDataSimpleQuery"
2463
+ "SystemSimpleSdQuery",
2464
+ "SystemStreamDataQuery"
2623
2465
  ],
2624
2466
  "SystemReportingFileSystemContainerInterface": [
2625
2467
  "SystemReportingFileSystemItem",
@@ -2639,6 +2481,12 @@ const result = {
2639
2481
  "SystemReportingFolder",
2640
2482
  "SystemReportingFolderRoot"
2641
2483
  ],
2484
+ "SystemStreamDataQueryInterface": [
2485
+ "SystemAggregationSdQuery",
2486
+ "SystemDownsamplingSdQuery",
2487
+ "SystemGroupingAggregationSdQuery",
2488
+ "SystemSimpleSdQuery"
2489
+ ],
2642
2490
  "SystemUIDashboardWidget_ChildrenUnion": [
2643
2491
  "SystemUIDashboardWidget"
2644
2492
  ],
@@ -2686,10 +2534,10 @@ class GetCkTypeAttributesDtoGQL extends i1.Query {
2686
2534
  constructor(apollo) {
2687
2535
  super(apollo);
2688
2536
  }
2689
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2690
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
2537
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2538
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
2691
2539
  }
2692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
2540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
2693
2541
  type: Injectable,
2694
2542
  args: [{
2695
2543
  providedIn: 'root'
@@ -2721,10 +2569,10 @@ class GetCkRecordAttributesDtoGQL extends i1.Query {
2721
2569
  constructor(apollo) {
2722
2570
  super(apollo);
2723
2571
  }
2724
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2725
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
2572
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2573
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
2726
2574
  }
2727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
2575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
2728
2576
  type: Injectable,
2729
2577
  args: [{
2730
2578
  providedIn: 'root'
@@ -2774,10 +2622,10 @@ class GetCkTypeAvailableQueryColumnsDtoGQL extends i1.Query {
2774
2622
  constructor(apollo) {
2775
2623
  super(apollo);
2776
2624
  }
2777
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2778
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
2625
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2626
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
2779
2627
  }
2780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
2628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
2781
2629
  type: Injectable,
2782
2630
  args: [{
2783
2631
  providedIn: 'root'
@@ -2822,10 +2670,10 @@ class GetCkTypesDtoGQL extends i1.Query {
2822
2670
  constructor(apollo) {
2823
2671
  super(apollo);
2824
2672
  }
2825
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2826
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
2673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2674
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
2827
2675
  }
2828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
2676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
2829
2677
  type: Injectable,
2830
2678
  args: [{
2831
2679
  providedIn: 'root'
@@ -2870,10 +2718,10 @@ class GetDerivedCkTypesDtoGQL extends i1.Query {
2870
2718
  constructor(apollo) {
2871
2719
  super(apollo);
2872
2720
  }
2873
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2874
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2721
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2722
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2875
2723
  }
2876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2724
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2877
2725
  type: Injectable,
2878
2726
  args: [{
2879
2727
  providedIn: 'root'
@@ -2905,10 +2753,10 @@ class GetCkModelByIdDtoGQL extends i1.Query {
2905
2753
  constructor(apollo) {
2906
2754
  super(apollo);
2907
2755
  }
2908
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2909
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2756
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2757
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2910
2758
  }
2911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2912
2760
  type: Injectable,
2913
2761
  args: [{
2914
2762
  providedIn: 'root'
@@ -2963,10 +2811,10 @@ class AttributeSelectorService {
2963
2811
  };
2964
2812
  }));
2965
2813
  }
2966
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2967
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2814
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2815
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2968
2816
  }
2969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, decorators: [{
2817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AttributeSelectorService, decorators: [{
2970
2818
  type: Injectable,
2971
2819
  args: [{
2972
2820
  providedIn: 'root'
@@ -3034,10 +2882,10 @@ class CkTypeAttributeService {
3034
2882
  return of([]);
3035
2883
  }));
3036
2884
  }
3037
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3038
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
2885
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2886
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
3039
2887
  }
3040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, decorators: [{
2888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeAttributeService, decorators: [{
3041
2889
  type: Injectable,
3042
2890
  args: [{
3043
2891
  providedIn: 'root'
@@ -3063,10 +2911,10 @@ class GetCkTypeByRtCkTypeIdDtoGQL extends i1.Query {
3063
2911
  constructor(apollo) {
3064
2912
  super(apollo);
3065
2913
  }
3066
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
3067
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
2914
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2915
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
3068
2916
  }
3069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
2917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
3070
2918
  type: Injectable,
3071
2919
  args: [{
3072
2920
  providedIn: 'root'
@@ -3194,10 +3042,10 @@ class CkTypeSelectorService {
3194
3042
  description: item.description ?? undefined
3195
3043
  };
3196
3044
  }
3197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3198
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
3045
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3046
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
3199
3047
  }
3200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, decorators: [{
3048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkTypeSelectorService, decorators: [{
3201
3049
  type: Injectable,
3202
3050
  args: [{
3203
3051
  providedIn: 'root'
@@ -3302,10 +3150,10 @@ class CkModelService {
3302
3150
  }
3303
3151
  return a.patch - b.patch;
3304
3152
  }
3305
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3306
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, providedIn: 'root' });
3153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3154
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, providedIn: 'root' });
3307
3155
  }
3308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, decorators: [{
3156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelService, decorators: [{
3309
3157
  type: Injectable,
3310
3158
  args: [{
3311
3159
  providedIn: 'root'
@@ -3476,10 +3324,10 @@ class AssetRepoService {
3476
3324
  }
3477
3325
  return null;
3478
3326
  }
3479
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3480
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
3327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3328
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
3481
3329
  }
3482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, decorators: [{
3330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: AssetRepoService, decorators: [{
3483
3331
  type: Injectable,
3484
3332
  args: [{
3485
3333
  providedIn: 'root'
@@ -3549,10 +3397,10 @@ class BotService {
3549
3397
  }
3550
3398
  return null;
3551
3399
  }
3552
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3553
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, providedIn: 'root' });
3400
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3401
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, providedIn: 'root' });
3554
3402
  }
3555
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, decorators: [{
3403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: BotService, decorators: [{
3556
3404
  type: Injectable,
3557
3405
  args: [{
3558
3406
  providedIn: 'root'
@@ -3596,10 +3444,10 @@ class HealthService {
3596
3444
  async getMeshAdapterAsync() {
3597
3445
  return this.getStatusAsync(this.configurationService.config.meshAdapterUrl);
3598
3446
  }
3599
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3600
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, providedIn: 'root' });
3447
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3448
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, providedIn: 'root' });
3601
3449
  }
3602
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, decorators: [{
3450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: HealthService, decorators: [{
3603
3451
  type: Injectable,
3604
3452
  args: [{
3605
3453
  providedIn: 'root'
@@ -4111,10 +3959,10 @@ class IdentityService {
4111
3959
  }));
4112
3960
  }
4113
3961
  }
4114
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4115
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, providedIn: 'root' });
3962
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3963
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, providedIn: 'root' });
4116
3964
  }
4117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, decorators: [{
3965
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: IdentityService, decorators: [{
4118
3966
  type: Injectable,
4119
3967
  args: [{
4120
3968
  providedIn: 'root'
@@ -4173,10 +4021,10 @@ class JobManagementService {
4173
4021
  }
4174
4022
  return false;
4175
4023
  }
4176
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4177
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, providedIn: 'root' });
4024
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4025
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, providedIn: 'root' });
4178
4026
  }
4179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, decorators: [{
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: JobManagementService, decorators: [{
4180
4028
  type: Injectable,
4181
4029
  args: [{
4182
4030
  providedIn: 'root'
@@ -4352,6 +4200,44 @@ class CommunicationService {
4352
4200
  return null;
4353
4201
  }
4354
4202
  // ============================================================================
4203
+ // Node Descriptors
4204
+ // ============================================================================
4205
+ /**
4206
+ * Gets all node descriptors from all connected adapters.
4207
+ * Each descriptor contains the node name, version, category, and configuration schema.
4208
+ */
4209
+ async getNodeDescriptors(tenantId) {
4210
+ if (this.communicationServicesUrl) {
4211
+ const uri = `${this.communicationServicesUrl}${tenantId}/v1/adapter/nodes`;
4212
+ try {
4213
+ return await firstValueFrom(this.httpClient.get(uri));
4214
+ }
4215
+ catch {
4216
+ return [];
4217
+ }
4218
+ }
4219
+ return [];
4220
+ }
4221
+ // ============================================================================
4222
+ // Pipeline Definition Parsing
4223
+ // ============================================================================
4224
+ /**
4225
+ * Parses a YAML pipeline definition on the backend and returns the properties
4226
+ * of a specific node instance identified by type and occurrence index.
4227
+ */
4228
+ async parseNodeProperties(tenantId, definition, nodeType, nodeIndex) {
4229
+ if (this.communicationServicesUrl) {
4230
+ const uri = `${this.communicationServicesUrl}${tenantId}/v1/pipelineDefinition/parse-node`;
4231
+ try {
4232
+ return await firstValueFrom(this.httpClient.post(uri, { definition, nodeType, nodeIndex }));
4233
+ }
4234
+ catch {
4235
+ return null;
4236
+ }
4237
+ }
4238
+ return null;
4239
+ }
4240
+ // ============================================================================
4355
4241
  // Pipeline Schema
4356
4242
  // ============================================================================
4357
4243
  /**
@@ -4446,10 +4332,10 @@ class CommunicationService {
4446
4332
  }
4447
4333
  return null;
4448
4334
  }
4449
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4450
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, providedIn: 'root' });
4335
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4336
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, providedIn: 'root' });
4451
4337
  }
4452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, decorators: [{
4338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CommunicationService, decorators: [{
4453
4339
  type: Injectable,
4454
4340
  args: [{
4455
4341
  providedIn: 'root'
@@ -4524,10 +4410,10 @@ class TusUploadService {
4524
4410
  const r = await firstValueFrom(this.httpClient.post(botServicesUrl + 'system/v1/jobs/restore-from-upload', null, { params, observe: 'response' }));
4525
4411
  return r.body;
4526
4412
  }
4527
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4528
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, providedIn: 'root' });
4413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4414
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, providedIn: 'root' });
4529
4415
  }
4530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, decorators: [{
4416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: TusUploadService, decorators: [{
4531
4417
  type: Injectable,
4532
4418
  args: [{
4533
4419
  providedIn: 'root'
@@ -4637,10 +4523,10 @@ class CkModelCatalogService {
4637
4523
  const r = await firstValueFrom(this.httpClient.get(url, { observe: 'response' }));
4638
4524
  return r.body;
4639
4525
  }
4640
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4641
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, providedIn: 'root' });
4526
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4527
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, providedIn: 'root' });
4642
4528
  }
4643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelCatalogService, decorators: [{
4529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: CkModelCatalogService, decorators: [{
4644
4530
  type: Injectable,
4645
4531
  args: [{
4646
4532
  providedIn: 'root'
@@ -4682,10 +4568,10 @@ class GetEntitiesByCkTypeDtoGQL extends i1.Query {
4682
4568
  constructor(apollo) {
4683
4569
  super(apollo);
4684
4570
  }
4685
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
4686
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
4571
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
4572
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
4687
4573
  }
4688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
4574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
4689
4575
  type: Injectable,
4690
4576
  args: [{
4691
4577
  providedIn: 'root'
@@ -4807,11 +4693,11 @@ class OctoServicesModule {
4807
4693
  ]
4808
4694
  };
4809
4695
  }
4810
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4811
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
4812
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
4696
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4697
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule });
4698
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule });
4813
4699
  }
4814
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, decorators: [{
4700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: OctoServicesModule, decorators: [{
4815
4701
  type: NgModule,
4816
4702
  args: [{
4817
4703
  declarations: [],
@@ -5078,5 +4964,5 @@ function provideOctoServices(octoServiceOptions) {
5078
4964
  * Generated bundle index. Do not edit.
5079
4965
  */
5080
4966
 
5081
- 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 };
4967
+ 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, 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 };
5082
4968
  //# sourceMappingURL=meshmakers-octo-services.mjs.map