@meshmakers/octo-services 3.3.600 → 3.3.620

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.
@@ -271,8 +271,10 @@ var AggregationInputTypesDto;
271
271
  var AggregationTypeDto;
272
272
  (function (AggregationTypeDto) {
273
273
  AggregationTypeDto["AvgDto"] = "AVG";
274
+ AggregationTypeDto["CountDto"] = "COUNT";
274
275
  AggregationTypeDto["MaxDto"] = "MAX";
275
276
  AggregationTypeDto["MinDto"] = "MIN";
277
+ AggregationTypeDto["SumDto"] = "SUM";
276
278
  })(AggregationTypeDto || (AggregationTypeDto = {}));
277
279
  /** Defines the type of aggregation for runtime query results. */
278
280
  var AggregationTypesDto;
@@ -705,6 +707,35 @@ var IndustryMaintenanceServiceTypeDto;
705
707
  (function (IndustryMaintenanceServiceTypeDto) {
706
708
  IndustryMaintenanceServiceTypeDto["UndefinedDto"] = "UNDEFINED";
707
709
  })(IndustryMaintenanceServiceTypeDto || (IndustryMaintenanceServiceTypeDto = {}));
710
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/FeedbackSyncState' */
711
+ var IndustryManufacturingFeedbackSyncStateDto;
712
+ (function (IndustryManufacturingFeedbackSyncStateDto) {
713
+ IndustryManufacturingFeedbackSyncStateDto["SyncedDto"] = "SYNCED";
714
+ IndustryManufacturingFeedbackSyncStateDto["UnsyncedDto"] = "UNSYNCED";
715
+ })(IndustryManufacturingFeedbackSyncStateDto || (IndustryManufacturingFeedbackSyncStateDto = {}));
716
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderItemState' */
717
+ var IndustryManufacturingProductionOrderItemStateDto;
718
+ (function (IndustryManufacturingProductionOrderItemStateDto) {
719
+ IndustryManufacturingProductionOrderItemStateDto["CancelledDto"] = "CANCELLED";
720
+ IndustryManufacturingProductionOrderItemStateDto["ConfirmedDto"] = "CONFIRMED";
721
+ IndustryManufacturingProductionOrderItemStateDto["CreatedDto"] = "CREATED";
722
+ IndustryManufacturingProductionOrderItemStateDto["DeliveredDto"] = "DELIVERED";
723
+ IndustryManufacturingProductionOrderItemStateDto["InterruptedDto"] = "INTERRUPTED";
724
+ IndustryManufacturingProductionOrderItemStateDto["InProgressDto"] = "IN_PROGRESS";
725
+ IndustryManufacturingProductionOrderItemStateDto["PausedDto"] = "PAUSED";
726
+ IndustryManufacturingProductionOrderItemStateDto["ReleasedDto"] = "RELEASED";
727
+ IndustryManufacturingProductionOrderItemStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
728
+ })(IndustryManufacturingProductionOrderItemStateDto || (IndustryManufacturingProductionOrderItemStateDto = {}));
729
+ /** Runtime entities of construction kit enum 'Industry.Manufacturing/ProductionOrderState' */
730
+ var IndustryManufacturingProductionOrderStateDto;
731
+ (function (IndustryManufacturingProductionOrderStateDto) {
732
+ IndustryManufacturingProductionOrderStateDto["CancelledDto"] = "CANCELLED";
733
+ IndustryManufacturingProductionOrderStateDto["ConfirmedDto"] = "CONFIRMED";
734
+ IndustryManufacturingProductionOrderStateDto["CreatedDto"] = "CREATED";
735
+ IndustryManufacturingProductionOrderStateDto["DeliveredDto"] = "DELIVERED";
736
+ IndustryManufacturingProductionOrderStateDto["ReleasedDto"] = "RELEASED";
737
+ IndustryManufacturingProductionOrderStateDto["TechnicallyCompletedDto"] = "TECHNICALLY_COMPLETED";
738
+ })(IndustryManufacturingProductionOrderStateDto || (IndustryManufacturingProductionOrderStateDto = {}));
708
739
  /** Enum of the availability states of models. */
709
740
  var ModelStateDto;
710
741
  (function (ModelStateDto) {
@@ -1044,6 +1075,13 @@ const result = {
1044
1075
  "IndustryMaintenanceOrderCosts",
1045
1076
  "IndustryMaintenanceOrderFeedback",
1046
1077
  "IndustryMaintenanceWorkplace",
1078
+ "IndustryManufacturingPartialFeedback",
1079
+ "IndustryManufacturingProductionOrder",
1080
+ "IndustryManufacturingProductionOrderItem",
1081
+ "IndustryManufacturingShift",
1082
+ "IndustryManufacturingShiftMachine",
1083
+ "IndustryManufacturingShiftOrderItem",
1084
+ "IndustryManufacturingShiftTemplate",
1047
1085
  "OctoSdkDemoCustomer",
1048
1086
  "OctoSdkDemoMeteringPoint",
1049
1087
  "OctoSdkDemoOperatingFacility",
@@ -1074,12 +1112,16 @@ const result = {
1074
1112
  "SystemIdentityApiScope",
1075
1113
  "SystemIdentityAzureEntraIdIdentityProvider",
1076
1114
  "SystemIdentityClient",
1115
+ "SystemIdentityEmailDomainGroupRule",
1116
+ "SystemIdentityExternalTenantUserMapping",
1077
1117
  "SystemIdentityFacebookIdentityProvider",
1078
1118
  "SystemIdentityGoogleIdentityProvider",
1119
+ "SystemIdentityGroup",
1079
1120
  "SystemIdentityIdentityResource",
1080
1121
  "SystemIdentityMailNotificationConfiguration",
1081
1122
  "SystemIdentityMicrosoftAdIdentityProvider",
1082
1123
  "SystemIdentityMicrosoftIdentityProvider",
1124
+ "SystemIdentityOctoTenantIdentityProvider",
1083
1125
  "SystemIdentityOpenLdapIdentityProvider",
1084
1126
  "SystemIdentityPermission",
1085
1127
  "SystemIdentityPermissionRole",
@@ -1097,6 +1139,9 @@ const result = {
1097
1139
  "SystemReportingFolder",
1098
1140
  "SystemReportingFolderRoot",
1099
1141
  "SystemSimpleRtQuery",
1142
+ "SystemStreamDataAggregationQuery",
1143
+ "SystemStreamDataDownsamplingQuery",
1144
+ "SystemStreamDataGroupingAggregationQuery",
1100
1145
  "SystemStreamDataSimpleQuery",
1101
1146
  "SystemTenant",
1102
1147
  "SystemTenantConfiguration",
@@ -1110,6 +1155,12 @@ const result = {
1110
1155
  "BasicDocumentInterface": [
1111
1156
  "EnergyCommunityBillingDocument"
1112
1157
  ],
1158
+ "BasicEmployee_EmployeeUnion": [
1159
+ "BasicEmployee"
1160
+ ],
1161
+ "BasicEmployee_EmployeesUnion": [
1162
+ "BasicEmployee"
1163
+ ],
1113
1164
  "BasicNamedEntityInterface": [
1114
1165
  "BasicTree",
1115
1166
  "EnergyCommunityConsumer",
@@ -1119,7 +1170,8 @@ const result = {
1119
1170
  "EnvironmentEnvironmentalGoal",
1120
1171
  "IndustryBasicAlarm",
1121
1172
  "IndustryBasicEvent",
1122
- "IndustryBasicRuntimeVariable"
1173
+ "IndustryBasicRuntimeVariable",
1174
+ "IndustryManufacturingShiftTemplate"
1123
1175
  ],
1124
1176
  "BasicTreeNode_ChildrenUnion": [
1125
1177
  "BasicAsset",
@@ -1237,6 +1289,13 @@ const result = {
1237
1289
  "IndustryMaintenanceOrderCosts",
1238
1290
  "IndustryMaintenanceOrderFeedback",
1239
1291
  "IndustryMaintenanceWorkplace",
1292
+ "IndustryManufacturingPartialFeedback",
1293
+ "IndustryManufacturingProductionOrder",
1294
+ "IndustryManufacturingProductionOrderItem",
1295
+ "IndustryManufacturingShift",
1296
+ "IndustryManufacturingShiftMachine",
1297
+ "IndustryManufacturingShiftOrderItem",
1298
+ "IndustryManufacturingShiftTemplate",
1240
1299
  "OctoSdkDemoCustomer",
1241
1300
  "OctoSdkDemoMeteringPoint",
1242
1301
  "OctoSdkDemoOperatingFacility",
@@ -1267,12 +1326,16 @@ const result = {
1267
1326
  "SystemIdentityApiScope",
1268
1327
  "SystemIdentityAzureEntraIdIdentityProvider",
1269
1328
  "SystemIdentityClient",
1329
+ "SystemIdentityEmailDomainGroupRule",
1330
+ "SystemIdentityExternalTenantUserMapping",
1270
1331
  "SystemIdentityFacebookIdentityProvider",
1271
1332
  "SystemIdentityGoogleIdentityProvider",
1333
+ "SystemIdentityGroup",
1272
1334
  "SystemIdentityIdentityResource",
1273
1335
  "SystemIdentityMailNotificationConfiguration",
1274
1336
  "SystemIdentityMicrosoftAdIdentityProvider",
1275
1337
  "SystemIdentityMicrosoftIdentityProvider",
1338
+ "SystemIdentityOctoTenantIdentityProvider",
1276
1339
  "SystemIdentityOpenLdapIdentityProvider",
1277
1340
  "SystemIdentityPermission",
1278
1341
  "SystemIdentityPermissionRole",
@@ -1290,6 +1353,9 @@ const result = {
1290
1353
  "SystemReportingFolder",
1291
1354
  "SystemReportingFolderRoot",
1292
1355
  "SystemSimpleRtQuery",
1356
+ "SystemStreamDataAggregationQuery",
1357
+ "SystemStreamDataDownsamplingQuery",
1358
+ "SystemStreamDataGroupingAggregationQuery",
1293
1359
  "SystemStreamDataSimpleQuery",
1294
1360
  "SystemTenant",
1295
1361
  "SystemTenantConfiguration",
@@ -1460,6 +1526,43 @@ const result = {
1460
1526
  "IndustryMaintenanceOrder_ParentUnion": [
1461
1527
  "IndustryMaintenanceOrder"
1462
1528
  ],
1529
+ "IndustryManufacturingPartialFeedback_ChildrenUnion": [
1530
+ "IndustryManufacturingPartialFeedback"
1531
+ ],
1532
+ "IndustryManufacturingPartialFeedback_PartialFeedbacksUnion": [
1533
+ "IndustryManufacturingPartialFeedback"
1534
+ ],
1535
+ "IndustryManufacturingProductionOrderItem_ChildrenUnion": [
1536
+ "IndustryManufacturingProductionOrderItem"
1537
+ ],
1538
+ "IndustryManufacturingProductionOrderItem_OrderItemsUnion": [
1539
+ "IndustryManufacturingProductionOrderItem"
1540
+ ],
1541
+ "IndustryManufacturingProductionOrderItem_ProductionOrderItemUnion": [
1542
+ "IndustryManufacturingProductionOrderItem"
1543
+ ],
1544
+ "IndustryManufacturingProductionOrder_ParentUnion": [
1545
+ "IndustryManufacturingProductionOrder"
1546
+ ],
1547
+ "IndustryManufacturingShiftMachine_ChildrenUnion": [
1548
+ "IndustryManufacturingShiftMachine",
1549
+ "IndustryManufacturingShiftOrderItem"
1550
+ ],
1551
+ "IndustryManufacturingShiftMachine_ShiftAssignmentsUnion": [
1552
+ "IndustryManufacturingShiftMachine"
1553
+ ],
1554
+ "IndustryManufacturingShiftMachine_ShiftMachinesUnion": [
1555
+ "IndustryManufacturingShiftMachine"
1556
+ ],
1557
+ "IndustryManufacturingShiftOrderItem_ParentUnion": [
1558
+ "IndustryManufacturingShiftOrderItem"
1559
+ ],
1560
+ "IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnion": [
1561
+ "IndustryManufacturingShiftOrderItem"
1562
+ ],
1563
+ "IndustryManufacturingShift_ParentUnion": [
1564
+ "IndustryManufacturingShift"
1565
+ ],
1463
1566
  "OctoSdkDemoCustomer_OwnedByUnion": [
1464
1567
  "OctoSdkDemoCustomer"
1465
1568
  ],
@@ -1604,6 +1707,13 @@ const result = {
1604
1707
  "IndustryMaintenanceOrder",
1605
1708
  "IndustryMaintenanceOrderCosts",
1606
1709
  "IndustryMaintenanceOrderFeedback",
1710
+ "IndustryManufacturingPartialFeedback",
1711
+ "IndustryManufacturingProductionOrder",
1712
+ "IndustryManufacturingProductionOrderItem",
1713
+ "IndustryManufacturingShift",
1714
+ "IndustryManufacturingShiftMachine",
1715
+ "IndustryManufacturingShiftOrderItem",
1716
+ "IndustryManufacturingShiftTemplate",
1607
1717
  "OctoSdkDemoCustomer",
1608
1718
  "SystemAggregationRtQuery",
1609
1719
  "SystemAutoIncrement",
@@ -1636,13 +1746,17 @@ const result = {
1636
1746
  "SystemIdentityApiScope",
1637
1747
  "SystemIdentityAzureEntraIdIdentityProvider",
1638
1748
  "SystemIdentityClient",
1749
+ "SystemIdentityEmailDomainGroupRule",
1750
+ "SystemIdentityExternalTenantUserMapping",
1639
1751
  "SystemIdentityFacebookIdentityProvider",
1640
1752
  "SystemIdentityGoogleIdentityProvider",
1753
+ "SystemIdentityGroup",
1641
1754
  "SystemIdentityIdentityProvider",
1642
1755
  "SystemIdentityIdentityResource",
1643
1756
  "SystemIdentityMailNotificationConfiguration",
1644
1757
  "SystemIdentityMicrosoftAdIdentityProvider",
1645
1758
  "SystemIdentityMicrosoftIdentityProvider",
1759
+ "SystemIdentityOctoTenantIdentityProvider",
1646
1760
  "SystemIdentityOpenLdapIdentityProvider",
1647
1761
  "SystemIdentityPermission",
1648
1762
  "SystemIdentityPermissionRole",
@@ -1664,6 +1778,9 @@ const result = {
1664
1778
  "SystemReportingFolder",
1665
1779
  "SystemReportingFolderRoot",
1666
1780
  "SystemSimpleRtQuery",
1781
+ "SystemStreamDataAggregationQuery",
1782
+ "SystemStreamDataDownsamplingQuery",
1783
+ "SystemStreamDataGroupingAggregationQuery",
1667
1784
  "SystemStreamDataSimpleQuery",
1668
1785
  "SystemTenant",
1669
1786
  "SystemTenantConfiguration",
@@ -1718,6 +1835,13 @@ const result = {
1718
1835
  "IndustryMaintenanceOrderCosts",
1719
1836
  "IndustryMaintenanceOrderFeedback",
1720
1837
  "IndustryMaintenanceWorkplace",
1838
+ "IndustryManufacturingPartialFeedback",
1839
+ "IndustryManufacturingProductionOrder",
1840
+ "IndustryManufacturingProductionOrderItem",
1841
+ "IndustryManufacturingShift",
1842
+ "IndustryManufacturingShiftMachine",
1843
+ "IndustryManufacturingShiftOrderItem",
1844
+ "IndustryManufacturingShiftTemplate",
1721
1845
  "OctoSdkDemoCustomer",
1722
1846
  "OctoSdkDemoMeteringPoint",
1723
1847
  "OctoSdkDemoOperatingFacility",
@@ -1748,12 +1872,16 @@ const result = {
1748
1872
  "SystemIdentityApiScope",
1749
1873
  "SystemIdentityAzureEntraIdIdentityProvider",
1750
1874
  "SystemIdentityClient",
1875
+ "SystemIdentityEmailDomainGroupRule",
1876
+ "SystemIdentityExternalTenantUserMapping",
1751
1877
  "SystemIdentityFacebookIdentityProvider",
1752
1878
  "SystemIdentityGoogleIdentityProvider",
1879
+ "SystemIdentityGroup",
1753
1880
  "SystemIdentityIdentityResource",
1754
1881
  "SystemIdentityMailNotificationConfiguration",
1755
1882
  "SystemIdentityMicrosoftAdIdentityProvider",
1756
1883
  "SystemIdentityMicrosoftIdentityProvider",
1884
+ "SystemIdentityOctoTenantIdentityProvider",
1757
1885
  "SystemIdentityOpenLdapIdentityProvider",
1758
1886
  "SystemIdentityPermission",
1759
1887
  "SystemIdentityPermissionRole",
@@ -1771,6 +1899,9 @@ const result = {
1771
1899
  "SystemReportingFolder",
1772
1900
  "SystemReportingFolderRoot",
1773
1901
  "SystemSimpleRtQuery",
1902
+ "SystemStreamDataAggregationQuery",
1903
+ "SystemStreamDataDownsamplingQuery",
1904
+ "SystemStreamDataGroupingAggregationQuery",
1774
1905
  "SystemStreamDataSimpleQuery",
1775
1906
  "SystemTenant",
1776
1907
  "SystemTenantConfiguration",
@@ -1824,6 +1955,13 @@ const result = {
1824
1955
  "IndustryMaintenanceOrderCosts",
1825
1956
  "IndustryMaintenanceOrderFeedback",
1826
1957
  "IndustryMaintenanceWorkplace",
1958
+ "IndustryManufacturingPartialFeedback",
1959
+ "IndustryManufacturingProductionOrder",
1960
+ "IndustryManufacturingProductionOrderItem",
1961
+ "IndustryManufacturingShift",
1962
+ "IndustryManufacturingShiftMachine",
1963
+ "IndustryManufacturingShiftOrderItem",
1964
+ "IndustryManufacturingShiftTemplate",
1827
1965
  "OctoSdkDemoCustomer",
1828
1966
  "OctoSdkDemoMeteringPoint",
1829
1967
  "OctoSdkDemoOperatingFacility",
@@ -1854,12 +1992,16 @@ const result = {
1854
1992
  "SystemIdentityApiScope",
1855
1993
  "SystemIdentityAzureEntraIdIdentityProvider",
1856
1994
  "SystemIdentityClient",
1995
+ "SystemIdentityEmailDomainGroupRule",
1996
+ "SystemIdentityExternalTenantUserMapping",
1857
1997
  "SystemIdentityFacebookIdentityProvider",
1858
1998
  "SystemIdentityGoogleIdentityProvider",
1999
+ "SystemIdentityGroup",
1859
2000
  "SystemIdentityIdentityResource",
1860
2001
  "SystemIdentityMailNotificationConfiguration",
1861
2002
  "SystemIdentityMicrosoftAdIdentityProvider",
1862
2003
  "SystemIdentityMicrosoftIdentityProvider",
2004
+ "SystemIdentityOctoTenantIdentityProvider",
1863
2005
  "SystemIdentityOpenLdapIdentityProvider",
1864
2006
  "SystemIdentityPermission",
1865
2007
  "SystemIdentityPermissionRole",
@@ -1877,6 +2019,9 @@ const result = {
1877
2019
  "SystemReportingFolder",
1878
2020
  "SystemReportingFolderRoot",
1879
2021
  "SystemSimpleRtQuery",
2022
+ "SystemStreamDataAggregationQuery",
2023
+ "SystemStreamDataDownsamplingQuery",
2024
+ "SystemStreamDataGroupingAggregationQuery",
1880
2025
  "SystemStreamDataSimpleQuery",
1881
2026
  "SystemTenant",
1882
2027
  "SystemTenantConfiguration",
@@ -1930,6 +2075,13 @@ const result = {
1930
2075
  "IndustryMaintenanceOrderCosts",
1931
2076
  "IndustryMaintenanceOrderFeedback",
1932
2077
  "IndustryMaintenanceWorkplace",
2078
+ "IndustryManufacturingPartialFeedback",
2079
+ "IndustryManufacturingProductionOrder",
2080
+ "IndustryManufacturingProductionOrderItem",
2081
+ "IndustryManufacturingShift",
2082
+ "IndustryManufacturingShiftMachine",
2083
+ "IndustryManufacturingShiftOrderItem",
2084
+ "IndustryManufacturingShiftTemplate",
1933
2085
  "OctoSdkDemoCustomer",
1934
2086
  "OctoSdkDemoMeteringPoint",
1935
2087
  "OctoSdkDemoOperatingFacility",
@@ -1960,12 +2112,16 @@ const result = {
1960
2112
  "SystemIdentityApiScope",
1961
2113
  "SystemIdentityAzureEntraIdIdentityProvider",
1962
2114
  "SystemIdentityClient",
2115
+ "SystemIdentityEmailDomainGroupRule",
2116
+ "SystemIdentityExternalTenantUserMapping",
1963
2117
  "SystemIdentityFacebookIdentityProvider",
1964
2118
  "SystemIdentityGoogleIdentityProvider",
2119
+ "SystemIdentityGroup",
1965
2120
  "SystemIdentityIdentityResource",
1966
2121
  "SystemIdentityMailNotificationConfiguration",
1967
2122
  "SystemIdentityMicrosoftAdIdentityProvider",
1968
2123
  "SystemIdentityMicrosoftIdentityProvider",
2124
+ "SystemIdentityOctoTenantIdentityProvider",
1969
2125
  "SystemIdentityOpenLdapIdentityProvider",
1970
2126
  "SystemIdentityPermission",
1971
2127
  "SystemIdentityPermissionRole",
@@ -1983,6 +2139,9 @@ const result = {
1983
2139
  "SystemReportingFolder",
1984
2140
  "SystemReportingFolderRoot",
1985
2141
  "SystemSimpleRtQuery",
2142
+ "SystemStreamDataAggregationQuery",
2143
+ "SystemStreamDataDownsamplingQuery",
2144
+ "SystemStreamDataGroupingAggregationQuery",
1986
2145
  "SystemStreamDataSimpleQuery",
1987
2146
  "SystemTenant",
1988
2147
  "SystemTenantConfiguration",
@@ -2036,6 +2195,13 @@ const result = {
2036
2195
  "IndustryMaintenanceOrderCosts",
2037
2196
  "IndustryMaintenanceOrderFeedback",
2038
2197
  "IndustryMaintenanceWorkplace",
2198
+ "IndustryManufacturingPartialFeedback",
2199
+ "IndustryManufacturingProductionOrder",
2200
+ "IndustryManufacturingProductionOrderItem",
2201
+ "IndustryManufacturingShift",
2202
+ "IndustryManufacturingShiftMachine",
2203
+ "IndustryManufacturingShiftOrderItem",
2204
+ "IndustryManufacturingShiftTemplate",
2039
2205
  "OctoSdkDemoCustomer",
2040
2206
  "OctoSdkDemoMeteringPoint",
2041
2207
  "OctoSdkDemoOperatingFacility",
@@ -2066,12 +2232,16 @@ const result = {
2066
2232
  "SystemIdentityApiScope",
2067
2233
  "SystemIdentityAzureEntraIdIdentityProvider",
2068
2234
  "SystemIdentityClient",
2235
+ "SystemIdentityEmailDomainGroupRule",
2236
+ "SystemIdentityExternalTenantUserMapping",
2069
2237
  "SystemIdentityFacebookIdentityProvider",
2070
2238
  "SystemIdentityGoogleIdentityProvider",
2239
+ "SystemIdentityGroup",
2071
2240
  "SystemIdentityIdentityResource",
2072
2241
  "SystemIdentityMailNotificationConfiguration",
2073
2242
  "SystemIdentityMicrosoftAdIdentityProvider",
2074
2243
  "SystemIdentityMicrosoftIdentityProvider",
2244
+ "SystemIdentityOctoTenantIdentityProvider",
2075
2245
  "SystemIdentityOpenLdapIdentityProvider",
2076
2246
  "SystemIdentityPermission",
2077
2247
  "SystemIdentityPermissionRole",
@@ -2089,6 +2259,9 @@ const result = {
2089
2259
  "SystemReportingFolder",
2090
2260
  "SystemReportingFolderRoot",
2091
2261
  "SystemSimpleRtQuery",
2262
+ "SystemStreamDataAggregationQuery",
2263
+ "SystemStreamDataDownsamplingQuery",
2264
+ "SystemStreamDataGroupingAggregationQuery",
2092
2265
  "SystemStreamDataSimpleQuery",
2093
2266
  "SystemTenant",
2094
2267
  "SystemTenantConfiguration",
@@ -2099,12 +2272,26 @@ const result = {
2099
2272
  "SystemUISymbolDefinition",
2100
2273
  "SystemUISymbolLibrary"
2101
2274
  ],
2275
+ "SystemIdentityGroup_AssignedEntitiesUnion": [
2276
+ "SystemIdentityGroup",
2277
+ "SystemIdentityUser"
2278
+ ],
2279
+ "SystemIdentityGroup_ChildGroupsUnion": [
2280
+ "SystemIdentityGroup"
2281
+ ],
2282
+ "SystemIdentityGroup_MemberOfGroupsUnion": [
2283
+ "SystemIdentityGroup"
2284
+ ],
2285
+ "SystemIdentityGroup_ParentGroupsUnion": [
2286
+ "SystemIdentityGroup"
2287
+ ],
2102
2288
  "SystemIdentityIdentityProviderInterface": [
2103
2289
  "SystemIdentityAzureEntraIdIdentityProvider",
2104
2290
  "SystemIdentityFacebookIdentityProvider",
2105
2291
  "SystemIdentityGoogleIdentityProvider",
2106
2292
  "SystemIdentityMicrosoftAdIdentityProvider",
2107
2293
  "SystemIdentityMicrosoftIdentityProvider",
2294
+ "SystemIdentityOctoTenantIdentityProvider",
2108
2295
  "SystemIdentityOpenLdapIdentityProvider"
2109
2296
  ],
2110
2297
  "SystemIdentityResourceInterface": [
@@ -2112,10 +2299,20 @@ const result = {
2112
2299
  "SystemIdentityApiScope",
2113
2300
  "SystemIdentityIdentityResource"
2114
2301
  ],
2302
+ "SystemIdentityRole_AssignedRolesUnion": [
2303
+ "SystemIdentityRole"
2304
+ ],
2305
+ "SystemIdentityUser_MembersUnion": [
2306
+ "SystemIdentityExternalTenantUserMapping",
2307
+ "SystemIdentityUser"
2308
+ ],
2115
2309
  "SystemPersistentQueryInterface": [
2116
2310
  "SystemAggregationRtQuery",
2117
2311
  "SystemGroupingAggregationRtQuery",
2118
2312
  "SystemSimpleRtQuery",
2313
+ "SystemStreamDataAggregationQuery",
2314
+ "SystemStreamDataDownsamplingQuery",
2315
+ "SystemStreamDataGroupingAggregationQuery",
2119
2316
  "SystemStreamDataSimpleQuery"
2120
2317
  ],
2121
2318
  "SystemReportingFileSystemContainerInterface": [
@@ -4462,5 +4659,5 @@ function provideOctoServices(octoServiceOptions) {
4462
4659
  * Generated bundle index. Do not edit.
4463
4660
  */
4464
4661
 
4465
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, 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, 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 };
4662
+ export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, 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 };
4466
4663
  //# sourceMappingURL=meshmakers-octo-services.mjs.map