@meshmakers/octo-services 3.3.610 → 3.3.630

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.
@@ -85,10 +85,10 @@ class OctoErrorLink extends ApolloLink {
85
85
  request(operation, forward) {
86
86
  return this.errorLink.request(operation, forward);
87
87
  }
88
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoErrorLink, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
89
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoErrorLink });
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 });
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoErrorLink, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoErrorLink, decorators: [{
92
92
  type: Injectable
93
93
  }], ctorParameters: () => [] });
94
94
 
@@ -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": [
@@ -2183,10 +2380,10 @@ class GetCkTypeAttributesDtoGQL extends i1.Query {
2183
2380
  constructor(apollo) {
2184
2381
  super(apollo);
2185
2382
  }
2186
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2187
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
2383
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2384
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, providedIn: 'root' });
2188
2385
  }
2189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
2386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAttributesDtoGQL, decorators: [{
2190
2387
  type: Injectable,
2191
2388
  args: [{
2192
2389
  providedIn: 'root'
@@ -2218,10 +2415,10 @@ class GetCkRecordAttributesDtoGQL extends i1.Query {
2218
2415
  constructor(apollo) {
2219
2416
  super(apollo);
2220
2417
  }
2221
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2222
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
2418
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2419
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, providedIn: 'root' });
2223
2420
  }
2224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
2421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkRecordAttributesDtoGQL, decorators: [{
2225
2422
  type: Injectable,
2226
2423
  args: [{
2227
2424
  providedIn: 'root'
@@ -2271,10 +2468,10 @@ class GetCkTypeAvailableQueryColumnsDtoGQL extends i1.Query {
2271
2468
  constructor(apollo) {
2272
2469
  super(apollo);
2273
2470
  }
2274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2275
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
2471
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2472
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, providedIn: 'root' });
2276
2473
  }
2277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
2474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeAvailableQueryColumnsDtoGQL, decorators: [{
2278
2475
  type: Injectable,
2279
2476
  args: [{
2280
2477
  providedIn: 'root'
@@ -2319,10 +2516,10 @@ class GetCkTypesDtoGQL extends i1.Query {
2319
2516
  constructor(apollo) {
2320
2517
  super(apollo);
2321
2518
  }
2322
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2323
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
2519
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2520
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, providedIn: 'root' });
2324
2521
  }
2325
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
2522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypesDtoGQL, decorators: [{
2326
2523
  type: Injectable,
2327
2524
  args: [{
2328
2525
  providedIn: 'root'
@@ -2367,10 +2564,10 @@ class GetDerivedCkTypesDtoGQL extends i1.Query {
2367
2564
  constructor(apollo) {
2368
2565
  super(apollo);
2369
2566
  }
2370
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2371
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2567
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2568
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, providedIn: 'root' });
2372
2569
  }
2373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetDerivedCkTypesDtoGQL, decorators: [{
2374
2571
  type: Injectable,
2375
2572
  args: [{
2376
2573
  providedIn: 'root'
@@ -2402,10 +2599,10 @@ class GetCkModelByIdDtoGQL extends i1.Query {
2402
2599
  constructor(apollo) {
2403
2600
  super(apollo);
2404
2601
  }
2405
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2406
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2602
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2603
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, providedIn: 'root' });
2407
2604
  }
2408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkModelByIdDtoGQL, decorators: [{
2409
2606
  type: Injectable,
2410
2607
  args: [{
2411
2608
  providedIn: 'root'
@@ -2460,10 +2657,10 @@ class AttributeSelectorService {
2460
2657
  };
2461
2658
  }));
2462
2659
  }
2463
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2464
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2660
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2661
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, providedIn: 'root' });
2465
2662
  }
2466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AttributeSelectorService, decorators: [{
2663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AttributeSelectorService, decorators: [{
2467
2664
  type: Injectable,
2468
2665
  args: [{
2469
2666
  providedIn: 'root'
@@ -2531,10 +2728,10 @@ class CkTypeAttributeService {
2531
2728
  return of([]);
2532
2729
  }));
2533
2730
  }
2534
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2535
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
2731
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2732
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, providedIn: 'root' });
2536
2733
  }
2537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeAttributeService, decorators: [{
2734
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeAttributeService, decorators: [{
2538
2735
  type: Injectable,
2539
2736
  args: [{
2540
2737
  providedIn: 'root'
@@ -2560,10 +2757,10 @@ class GetCkTypeByRtCkTypeIdDtoGQL extends i1.Query {
2560
2757
  constructor(apollo) {
2561
2758
  super(apollo);
2562
2759
  }
2563
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2564
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
2760
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
2761
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, providedIn: 'root' });
2565
2762
  }
2566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
2763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetCkTypeByRtCkTypeIdDtoGQL, decorators: [{
2567
2764
  type: Injectable,
2568
2765
  args: [{
2569
2766
  providedIn: 'root'
@@ -2691,10 +2888,10 @@ class CkTypeSelectorService {
2691
2888
  description: item.description ?? undefined
2692
2889
  };
2693
2890
  }
2694
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2695
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
2891
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2892
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, providedIn: 'root' });
2696
2893
  }
2697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkTypeSelectorService, decorators: [{
2894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkTypeSelectorService, decorators: [{
2698
2895
  type: Injectable,
2699
2896
  args: [{
2700
2897
  providedIn: 'root'
@@ -2799,10 +2996,10 @@ class CkModelService {
2799
2996
  }
2800
2997
  return a.patch - b.patch;
2801
2998
  }
2802
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2803
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkModelService, providedIn: 'root' });
2999
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3000
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, providedIn: 'root' });
2804
3001
  }
2805
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CkModelService, decorators: [{
3002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CkModelService, decorators: [{
2806
3003
  type: Injectable,
2807
3004
  args: [{
2808
3005
  providedIn: 'root'
@@ -2973,10 +3170,10 @@ class AssetRepoService {
2973
3170
  }
2974
3171
  return null;
2975
3172
  }
2976
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2977
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
3173
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3174
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, providedIn: 'root' });
2978
3175
  }
2979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AssetRepoService, decorators: [{
3176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AssetRepoService, decorators: [{
2980
3177
  type: Injectable,
2981
3178
  args: [{
2982
3179
  providedIn: 'root'
@@ -3046,10 +3243,10 @@ class BotService {
3046
3243
  }
3047
3244
  return null;
3048
3245
  }
3049
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3050
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: BotService, providedIn: 'root' });
3246
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3247
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, providedIn: 'root' });
3051
3248
  }
3052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: BotService, decorators: [{
3249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BotService, decorators: [{
3053
3250
  type: Injectable,
3054
3251
  args: [{
3055
3252
  providedIn: 'root'
@@ -3093,10 +3290,10 @@ class HealthService {
3093
3290
  async getMeshAdapterAsync() {
3094
3291
  return this.getStatusAsync(this.configurationService.config.meshAdapterUrl);
3095
3292
  }
3096
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3097
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: HealthService, providedIn: 'root' });
3293
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3294
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, providedIn: 'root' });
3098
3295
  }
3099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: HealthService, decorators: [{
3296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: HealthService, decorators: [{
3100
3297
  type: Injectable,
3101
3298
  args: [{
3102
3299
  providedIn: 'root'
@@ -3608,10 +3805,10 @@ class IdentityService {
3608
3805
  }));
3609
3806
  }
3610
3807
  }
3611
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3612
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IdentityService, providedIn: 'root' });
3808
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3809
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, providedIn: 'root' });
3613
3810
  }
3614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IdentityService, decorators: [{
3811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IdentityService, decorators: [{
3615
3812
  type: Injectable,
3616
3813
  args: [{
3617
3814
  providedIn: 'root'
@@ -3670,10 +3867,10 @@ class JobManagementService {
3670
3867
  }
3671
3868
  return false;
3672
3869
  }
3673
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3674
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: JobManagementService, providedIn: 'root' });
3870
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3871
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, providedIn: 'root' });
3675
3872
  }
3676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: JobManagementService, decorators: [{
3873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: JobManagementService, decorators: [{
3677
3874
  type: Injectable,
3678
3875
  args: [{
3679
3876
  providedIn: 'root'
@@ -3943,10 +4140,10 @@ class CommunicationService {
3943
4140
  }
3944
4141
  return null;
3945
4142
  }
3946
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3947
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CommunicationService, providedIn: 'root' });
4143
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4144
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, providedIn: 'root' });
3948
4145
  }
3949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: CommunicationService, decorators: [{
4146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CommunicationService, decorators: [{
3950
4147
  type: Injectable,
3951
4148
  args: [{
3952
4149
  providedIn: 'root'
@@ -4021,10 +4218,10 @@ class TusUploadService {
4021
4218
  const r = await firstValueFrom(this.httpClient.post(botServicesUrl + 'system/v1/jobs/restore-from-upload', null, { params, observe: 'response' }));
4022
4219
  return r.body;
4023
4220
  }
4024
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4025
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: TusUploadService, providedIn: 'root' });
4221
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4222
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, providedIn: 'root' });
4026
4223
  }
4027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: TusUploadService, decorators: [{
4224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TusUploadService, decorators: [{
4028
4225
  type: Injectable,
4029
4226
  args: [{
4030
4227
  providedIn: 'root'
@@ -4066,10 +4263,10 @@ class GetEntitiesByCkTypeDtoGQL extends i1.Query {
4066
4263
  constructor(apollo) {
4067
4264
  super(apollo);
4068
4265
  }
4069
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
4070
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
4266
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
4267
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
4071
4268
  }
4072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
4269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
4073
4270
  type: Injectable,
4074
4271
  args: [{
4075
4272
  providedIn: 'root'
@@ -4191,11 +4388,11 @@ class OctoServicesModule {
4191
4388
  ]
4192
4389
  };
4193
4390
  }
4194
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4195
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: OctoServicesModule });
4196
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoServicesModule });
4391
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4392
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
4393
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule });
4197
4394
  }
4198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: OctoServicesModule, decorators: [{
4395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OctoServicesModule, decorators: [{
4199
4396
  type: NgModule,
4200
4397
  args: [{
4201
4398
  declarations: [],
@@ -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