@meshmakers/octo-services 3.3.580 → 3.3.590

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.
@@ -879,7 +879,7 @@ var SystemNavigationFilterModesDto;
879
879
  (function (SystemNavigationFilterModesDto) {
880
880
  /** Entities without matching associations are filtered out (pre-pagination). */
881
881
  SystemNavigationFilterModesDto["FilterDto"] = "FILTER";
882
- /** Entities without matching associations are kept with null values (post-pagination, better performance). */
882
+ /** Entities without matching associations are kept with null values (post-pagination). */
883
883
  SystemNavigationFilterModesDto["IncludeDto"] = "INCLUDE";
884
884
  })(SystemNavigationFilterModesDto || (SystemNavigationFilterModesDto = {}));
885
885
  /** Runtime entities of construction kit enum 'System.Notification/EventLevels' */
@@ -1077,6 +1077,7 @@ const result = {
1077
1077
  "SystemReportingFolder",
1078
1078
  "SystemReportingFolderRoot",
1079
1079
  "SystemSimpleRtQuery",
1080
+ "SystemStreamDataSimpleQuery",
1080
1081
  "SystemTenant",
1081
1082
  "SystemTenantConfiguration",
1082
1083
  "SystemTenantModeConfiguration",
@@ -1269,6 +1270,7 @@ const result = {
1269
1270
  "SystemReportingFolder",
1270
1271
  "SystemReportingFolderRoot",
1271
1272
  "SystemSimpleRtQuery",
1273
+ "SystemStreamDataSimpleQuery",
1272
1274
  "SystemTenant",
1273
1275
  "SystemTenantConfiguration",
1274
1276
  "SystemTenantModeConfiguration",
@@ -1306,6 +1308,9 @@ const result = {
1306
1308
  "EnergyCommunityBillingDocumentLineItem_BillingUnion": [
1307
1309
  "EnergyCommunityBillingDocumentLineItem"
1308
1310
  ],
1311
+ "EnergyCommunityBillingDocumentLineItem_BillingsUnion": [
1312
+ "EnergyCommunityBillingDocumentLineItem"
1313
+ ],
1309
1314
  "EnergyCommunityBillingDocumentLineItem_ChildrenUnion": [
1310
1315
  "EnergyCommunityBillingDocumentLineItem"
1311
1316
  ],
@@ -1364,6 +1369,10 @@ const result = {
1364
1369
  "OctoSdkDemoMeteringPoint",
1365
1370
  "OctoSdkDemoOperatingFacility"
1366
1371
  ],
1372
+ "EnergyCommunityMeteringPoint_MeteringPointUnion": [
1373
+ "EnergyCommunityConsumer",
1374
+ "EnergyCommunityProducer"
1375
+ ],
1367
1376
  "EnergyCommunityMeteringPoint_ParentUnion": [
1368
1377
  "EnergyCommunityConsumer",
1369
1378
  "EnergyCommunityProducer"
@@ -1635,6 +1644,7 @@ const result = {
1635
1644
  "SystemReportingFolder",
1636
1645
  "SystemReportingFolderRoot",
1637
1646
  "SystemSimpleRtQuery",
1647
+ "SystemStreamDataSimpleQuery",
1638
1648
  "SystemTenant",
1639
1649
  "SystemTenantConfiguration",
1640
1650
  "SystemTenantModeConfiguration",
@@ -1741,6 +1751,7 @@ const result = {
1741
1751
  "SystemReportingFolder",
1742
1752
  "SystemReportingFolderRoot",
1743
1753
  "SystemSimpleRtQuery",
1754
+ "SystemStreamDataSimpleQuery",
1744
1755
  "SystemTenant",
1745
1756
  "SystemTenantConfiguration",
1746
1757
  "SystemTenantModeConfiguration",
@@ -1846,6 +1857,7 @@ const result = {
1846
1857
  "SystemReportingFolder",
1847
1858
  "SystemReportingFolderRoot",
1848
1859
  "SystemSimpleRtQuery",
1860
+ "SystemStreamDataSimpleQuery",
1849
1861
  "SystemTenant",
1850
1862
  "SystemTenantConfiguration",
1851
1863
  "SystemTenantModeConfiguration",
@@ -1951,6 +1963,7 @@ const result = {
1951
1963
  "SystemReportingFolder",
1952
1964
  "SystemReportingFolderRoot",
1953
1965
  "SystemSimpleRtQuery",
1966
+ "SystemStreamDataSimpleQuery",
1954
1967
  "SystemTenant",
1955
1968
  "SystemTenantConfiguration",
1956
1969
  "SystemTenantModeConfiguration",
@@ -2056,6 +2069,7 @@ const result = {
2056
2069
  "SystemReportingFolder",
2057
2070
  "SystemReportingFolderRoot",
2058
2071
  "SystemSimpleRtQuery",
2072
+ "SystemStreamDataSimpleQuery",
2059
2073
  "SystemTenant",
2060
2074
  "SystemTenantConfiguration",
2061
2075
  "SystemTenantModeConfiguration",
@@ -2081,7 +2095,8 @@ const result = {
2081
2095
  "SystemPersistentQueryInterface": [
2082
2096
  "SystemAggregationRtQuery",
2083
2097
  "SystemGroupingAggregationRtQuery",
2084
- "SystemSimpleRtQuery"
2098
+ "SystemSimpleRtQuery",
2099
+ "SystemStreamDataSimpleQuery"
2085
2100
  ],
2086
2101
  "SystemReportingFileSystemContainerInterface": [
2087
2102
  "SystemReportingFileSystemItem",
@@ -2194,7 +2209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
2194
2209
  }], ctorParameters: () => [{ type: i1.Apollo }] });
2195
2210
 
2196
2211
  const GetCkTypeAvailableQueryColumnsDocumentDto = gql `
2197
- query getCkTypeAvailableQueryColumns($after: String, $first: Int, $rtCkId: String!, $filter: String, $attributeValueType: AttributeValueType, $searchTerm: String, $includeNavigationProperties: Boolean, $maxDepth: Int) {
2212
+ query getCkTypeAvailableQueryColumns($after: String, $first: Int, $rtCkId: String!, $filter: String, $attributeValueType: AttributeValueType, $searchTerm: String, $includeNavigationProperties: Boolean, $maxDepth: Int, $attributePaths: [String]) {
2198
2213
  constructionKit {
2199
2214
  types(rtCkId: $rtCkId) {
2200
2215
  items {
@@ -2211,6 +2226,7 @@ const GetCkTypeAvailableQueryColumnsDocumentDto = gql `
2211
2226
  searchTerm: $searchTerm
2212
2227
  includeNavigationProperties: $includeNavigationProperties
2213
2228
  maxDepth: $maxDepth
2229
+ attributePaths: $attributePaths
2214
2230
  ) {
2215
2231
  totalCount
2216
2232
  pageInfo {
@@ -2392,7 +2408,7 @@ const CONFIGURATION_SERVICE = new InjectionToken('IConfigurationService');
2392
2408
 
2393
2409
  class AttributeSelectorService {
2394
2410
  getCkTypeAvailableQueryColumnsGQL = inject(GetCkTypeAvailableQueryColumnsDtoGQL);
2395
- getAvailableAttributes(ckTypeId, filter, first = 1000, after, attributeValueType, searchTerm, includeNavigationProperties, maxDepth) {
2411
+ getAvailableAttributes(ckTypeId, filter, first = 1000, after, attributeValueType, searchTerm, includeNavigationProperties, maxDepth, attributePaths) {
2396
2412
  return this.getCkTypeAvailableQueryColumnsGQL.fetch({
2397
2413
  variables: {
2398
2414
  rtCkId: ckTypeId,
@@ -2402,7 +2418,8 @@ class AttributeSelectorService {
2402
2418
  attributeValueType: attributeValueType,
2403
2419
  searchTerm: searchTerm,
2404
2420
  includeNavigationProperties: includeNavigationProperties,
2405
- maxDepth: maxDepth
2421
+ maxDepth: maxDepth,
2422
+ attributePaths: attributePaths
2406
2423
  },
2407
2424
  fetchPolicy: 'network-only'
2408
2425
  }).pipe(map(result => {