@meshmakers/octo-services 3.3.560 → 3.3.580
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.
|
@@ -7,7 +7,7 @@ import { CombinedGraphQLErrors } from '@apollo/client';
|
|
|
7
7
|
import * as i1 from 'apollo-angular';
|
|
8
8
|
import { gql } from 'apollo-angular';
|
|
9
9
|
import { map, catchError, finalize } from 'rxjs/operators';
|
|
10
|
-
import { of, firstValueFrom, map as map$1, Subject, throwError, filter } from 'rxjs';
|
|
10
|
+
import { of, firstValueFrom, map as map$1, Subject, throwError, from, filter } from 'rxjs';
|
|
11
11
|
import { HttpClient, HttpParams, HttpErrorResponse, HttpHeaders } from '@angular/common/http';
|
|
12
12
|
import { Upload } from 'tus-js-client';
|
|
13
13
|
import { AuthorizeService } from '@meshmakers/shared-auth';
|
|
@@ -1033,17 +1033,21 @@ const result = {
|
|
|
1033
1033
|
"SystemBotFixup",
|
|
1034
1034
|
"SystemCommunicationDataPipeline",
|
|
1035
1035
|
"SystemCommunicationDataPipelineTrigger",
|
|
1036
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1036
1037
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1038
|
+
"SystemCommunicationEdaConfiguration",
|
|
1037
1039
|
"SystemCommunicationEdgeAdapter",
|
|
1038
1040
|
"SystemCommunicationEdgePipeline",
|
|
1039
1041
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1040
1042
|
"SystemCommunicationFinApiConfiguration",
|
|
1041
1043
|
"SystemCommunicationMeshAdapter",
|
|
1042
1044
|
"SystemCommunicationMeshPipeline",
|
|
1045
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1043
1046
|
"SystemCommunicationPipelineExecution",
|
|
1044
1047
|
"SystemCommunicationPipelineStatistics",
|
|
1045
1048
|
"SystemCommunicationPool",
|
|
1046
1049
|
"SystemCommunicationSapConfiguration",
|
|
1050
|
+
"SystemCommunicationSftpConfiguration",
|
|
1047
1051
|
"SystemCommunicationTag",
|
|
1048
1052
|
"SystemGroupingAggregationRtQuery",
|
|
1049
1053
|
"SystemIdentityApiResource",
|
|
@@ -1104,6 +1108,7 @@ const result = {
|
|
|
1104
1108
|
"BasicState",
|
|
1105
1109
|
"BasicTreeNode",
|
|
1106
1110
|
"EnergyCommunityOperatingFacility",
|
|
1111
|
+
"EnvironmentEnvironmentalGoal",
|
|
1107
1112
|
"EnvironmentWasteMeter",
|
|
1108
1113
|
"IndustryBasicMachine",
|
|
1109
1114
|
"IndustryEnergyBattery",
|
|
@@ -1220,17 +1225,21 @@ const result = {
|
|
|
1220
1225
|
"SystemBotFixup",
|
|
1221
1226
|
"SystemCommunicationDataPipeline",
|
|
1222
1227
|
"SystemCommunicationDataPipelineTrigger",
|
|
1228
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1223
1229
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1230
|
+
"SystemCommunicationEdaConfiguration",
|
|
1224
1231
|
"SystemCommunicationEdgeAdapter",
|
|
1225
1232
|
"SystemCommunicationEdgePipeline",
|
|
1226
1233
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1227
1234
|
"SystemCommunicationFinApiConfiguration",
|
|
1228
1235
|
"SystemCommunicationMeshAdapter",
|
|
1229
1236
|
"SystemCommunicationMeshPipeline",
|
|
1237
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1230
1238
|
"SystemCommunicationPipelineExecution",
|
|
1231
1239
|
"SystemCommunicationPipelineStatistics",
|
|
1232
1240
|
"SystemCommunicationPool",
|
|
1233
1241
|
"SystemCommunicationSapConfiguration",
|
|
1242
|
+
"SystemCommunicationSftpConfiguration",
|
|
1234
1243
|
"SystemCommunicationTag",
|
|
1235
1244
|
"SystemGroupingAggregationRtQuery",
|
|
1236
1245
|
"SystemIdentityApiResource",
|
|
@@ -1511,10 +1520,14 @@ const result = {
|
|
|
1511
1520
|
"SystemCommunicationTag"
|
|
1512
1521
|
],
|
|
1513
1522
|
"SystemConfigurationInterface": [
|
|
1523
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1514
1524
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1525
|
+
"SystemCommunicationEdaConfiguration",
|
|
1515
1526
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1516
1527
|
"SystemCommunicationFinApiConfiguration",
|
|
1528
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1517
1529
|
"SystemCommunicationSapConfiguration",
|
|
1530
|
+
"SystemCommunicationSftpConfiguration",
|
|
1518
1531
|
"SystemIdentityMailNotificationConfiguration",
|
|
1519
1532
|
"SystemNotificationCssTemplateConfiguration",
|
|
1520
1533
|
"SystemReportingConnectionInfo",
|
|
@@ -1522,10 +1535,14 @@ const result = {
|
|
|
1522
1535
|
"SystemTenantModeConfiguration"
|
|
1523
1536
|
],
|
|
1524
1537
|
"SystemConfiguration_IsUsingUnion": [
|
|
1538
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1525
1539
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1540
|
+
"SystemCommunicationEdaConfiguration",
|
|
1526
1541
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1527
1542
|
"SystemCommunicationFinApiConfiguration",
|
|
1543
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1528
1544
|
"SystemCommunicationSapConfiguration",
|
|
1545
|
+
"SystemCommunicationSftpConfiguration",
|
|
1529
1546
|
"SystemIdentityMailNotificationConfiguration",
|
|
1530
1547
|
"SystemNotificationCssTemplateConfiguration",
|
|
1531
1548
|
"SystemReportingConnectionInfo",
|
|
@@ -1567,18 +1584,22 @@ const result = {
|
|
|
1567
1584
|
"SystemCommunicationDataPipeline",
|
|
1568
1585
|
"SystemCommunicationDataPipelineTrigger",
|
|
1569
1586
|
"SystemCommunicationDeployableEntity",
|
|
1587
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1570
1588
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1589
|
+
"SystemCommunicationEdaConfiguration",
|
|
1571
1590
|
"SystemCommunicationEdgeAdapter",
|
|
1572
1591
|
"SystemCommunicationEdgePipeline",
|
|
1573
1592
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1574
1593
|
"SystemCommunicationFinApiConfiguration",
|
|
1575
1594
|
"SystemCommunicationMeshAdapter",
|
|
1576
1595
|
"SystemCommunicationMeshPipeline",
|
|
1596
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1577
1597
|
"SystemCommunicationPipeline",
|
|
1578
1598
|
"SystemCommunicationPipelineExecution",
|
|
1579
1599
|
"SystemCommunicationPipelineStatistics",
|
|
1580
1600
|
"SystemCommunicationPool",
|
|
1581
1601
|
"SystemCommunicationSapConfiguration",
|
|
1602
|
+
"SystemCommunicationSftpConfiguration",
|
|
1582
1603
|
"SystemCommunicationTag",
|
|
1583
1604
|
"SystemConfiguration",
|
|
1584
1605
|
"SystemGroupingAggregationRtQuery",
|
|
@@ -1676,17 +1697,21 @@ const result = {
|
|
|
1676
1697
|
"SystemBotFixup",
|
|
1677
1698
|
"SystemCommunicationDataPipeline",
|
|
1678
1699
|
"SystemCommunicationDataPipelineTrigger",
|
|
1700
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1679
1701
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1702
|
+
"SystemCommunicationEdaConfiguration",
|
|
1680
1703
|
"SystemCommunicationEdgeAdapter",
|
|
1681
1704
|
"SystemCommunicationEdgePipeline",
|
|
1682
1705
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1683
1706
|
"SystemCommunicationFinApiConfiguration",
|
|
1684
1707
|
"SystemCommunicationMeshAdapter",
|
|
1685
1708
|
"SystemCommunicationMeshPipeline",
|
|
1709
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1686
1710
|
"SystemCommunicationPipelineExecution",
|
|
1687
1711
|
"SystemCommunicationPipelineStatistics",
|
|
1688
1712
|
"SystemCommunicationPool",
|
|
1689
1713
|
"SystemCommunicationSapConfiguration",
|
|
1714
|
+
"SystemCommunicationSftpConfiguration",
|
|
1690
1715
|
"SystemCommunicationTag",
|
|
1691
1716
|
"SystemGroupingAggregationRtQuery",
|
|
1692
1717
|
"SystemIdentityApiResource",
|
|
@@ -1777,17 +1802,21 @@ const result = {
|
|
|
1777
1802
|
"SystemBotFixup",
|
|
1778
1803
|
"SystemCommunicationDataPipeline",
|
|
1779
1804
|
"SystemCommunicationDataPipelineTrigger",
|
|
1805
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1780
1806
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1807
|
+
"SystemCommunicationEdaConfiguration",
|
|
1781
1808
|
"SystemCommunicationEdgeAdapter",
|
|
1782
1809
|
"SystemCommunicationEdgePipeline",
|
|
1783
1810
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1784
1811
|
"SystemCommunicationFinApiConfiguration",
|
|
1785
1812
|
"SystemCommunicationMeshAdapter",
|
|
1786
1813
|
"SystemCommunicationMeshPipeline",
|
|
1814
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1787
1815
|
"SystemCommunicationPipelineExecution",
|
|
1788
1816
|
"SystemCommunicationPipelineStatistics",
|
|
1789
1817
|
"SystemCommunicationPool",
|
|
1790
1818
|
"SystemCommunicationSapConfiguration",
|
|
1819
|
+
"SystemCommunicationSftpConfiguration",
|
|
1791
1820
|
"SystemCommunicationTag",
|
|
1792
1821
|
"SystemGroupingAggregationRtQuery",
|
|
1793
1822
|
"SystemIdentityApiResource",
|
|
@@ -1878,17 +1907,21 @@ const result = {
|
|
|
1878
1907
|
"SystemBotFixup",
|
|
1879
1908
|
"SystemCommunicationDataPipeline",
|
|
1880
1909
|
"SystemCommunicationDataPipelineTrigger",
|
|
1910
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1881
1911
|
"SystemCommunicationEMailSenderConfiguration",
|
|
1912
|
+
"SystemCommunicationEdaConfiguration",
|
|
1882
1913
|
"SystemCommunicationEdgeAdapter",
|
|
1883
1914
|
"SystemCommunicationEdgePipeline",
|
|
1884
1915
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1885
1916
|
"SystemCommunicationFinApiConfiguration",
|
|
1886
1917
|
"SystemCommunicationMeshAdapter",
|
|
1887
1918
|
"SystemCommunicationMeshPipeline",
|
|
1919
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1888
1920
|
"SystemCommunicationPipelineExecution",
|
|
1889
1921
|
"SystemCommunicationPipelineStatistics",
|
|
1890
1922
|
"SystemCommunicationPool",
|
|
1891
1923
|
"SystemCommunicationSapConfiguration",
|
|
1924
|
+
"SystemCommunicationSftpConfiguration",
|
|
1892
1925
|
"SystemCommunicationTag",
|
|
1893
1926
|
"SystemGroupingAggregationRtQuery",
|
|
1894
1927
|
"SystemIdentityApiResource",
|
|
@@ -1979,17 +2012,21 @@ const result = {
|
|
|
1979
2012
|
"SystemBotFixup",
|
|
1980
2013
|
"SystemCommunicationDataPipeline",
|
|
1981
2014
|
"SystemCommunicationDataPipelineTrigger",
|
|
2015
|
+
"SystemCommunicationEMailReceiverConfiguration",
|
|
1982
2016
|
"SystemCommunicationEMailSenderConfiguration",
|
|
2017
|
+
"SystemCommunicationEdaConfiguration",
|
|
1983
2018
|
"SystemCommunicationEdgeAdapter",
|
|
1984
2019
|
"SystemCommunicationEdgePipeline",
|
|
1985
2020
|
"SystemCommunicationEnergyCommunityConfiguration",
|
|
1986
2021
|
"SystemCommunicationFinApiConfiguration",
|
|
1987
2022
|
"SystemCommunicationMeshAdapter",
|
|
1988
2023
|
"SystemCommunicationMeshPipeline",
|
|
2024
|
+
"SystemCommunicationMicrosoftGraphConfiguration",
|
|
1989
2025
|
"SystemCommunicationPipelineExecution",
|
|
1990
2026
|
"SystemCommunicationPipelineStatistics",
|
|
1991
2027
|
"SystemCommunicationPool",
|
|
1992
2028
|
"SystemCommunicationSapConfiguration",
|
|
2029
|
+
"SystemCommunicationSftpConfiguration",
|
|
1993
2030
|
"SystemCommunicationTag",
|
|
1994
2031
|
"SystemGroupingAggregationRtQuery",
|
|
1995
2032
|
"SystemIdentityApiResource",
|
|
@@ -3637,6 +3674,147 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
|
|
|
3637
3674
|
*/
|
|
3638
3675
|
const TENANT_ID_PROVIDER = new InjectionToken('TENANT_ID_PROVIDER');
|
|
3639
3676
|
|
|
3677
|
+
const GetEntitiesByCkTypeDocumentDto = gql `
|
|
3678
|
+
query getEntitiesByCkType($ckTypeId: String!, $rtId: OctoObjectId, $after: String, $first: Int, $searchFilter: SearchFilter, $fieldFilters: [FieldFilter], $sort: [Sort]) {
|
|
3679
|
+
runtime {
|
|
3680
|
+
runtimeEntities(
|
|
3681
|
+
ckId: $ckTypeId
|
|
3682
|
+
rtId: $rtId
|
|
3683
|
+
after: $after
|
|
3684
|
+
first: $first
|
|
3685
|
+
searchFilter: $searchFilter
|
|
3686
|
+
fieldFilter: $fieldFilters
|
|
3687
|
+
sortOrder: $sort
|
|
3688
|
+
) {
|
|
3689
|
+
totalCount
|
|
3690
|
+
items {
|
|
3691
|
+
rtId
|
|
3692
|
+
ckTypeId
|
|
3693
|
+
rtWellKnownName
|
|
3694
|
+
rtCreationDateTime
|
|
3695
|
+
rtChangedDateTime
|
|
3696
|
+
attributes(resolveEnumValuesToNames: true) {
|
|
3697
|
+
items {
|
|
3698
|
+
attributeName
|
|
3699
|
+
value
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
}
|
|
3704
|
+
}
|
|
3705
|
+
}
|
|
3706
|
+
`;
|
|
3707
|
+
class GetEntitiesByCkTypeDtoGQL extends i1.Query {
|
|
3708
|
+
document = GetEntitiesByCkTypeDocumentDto;
|
|
3709
|
+
constructor(apollo) {
|
|
3710
|
+
super(apollo);
|
|
3711
|
+
}
|
|
3712
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, deps: [{ token: i1.Apollo }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3713
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, providedIn: 'root' });
|
|
3714
|
+
}
|
|
3715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: GetEntitiesByCkTypeDtoGQL, decorators: [{
|
|
3716
|
+
type: Injectable,
|
|
3717
|
+
args: [{
|
|
3718
|
+
providedIn: 'root'
|
|
3719
|
+
}]
|
|
3720
|
+
}], ctorParameters: () => [{ type: i1.Apollo }] });
|
|
3721
|
+
|
|
3722
|
+
/**
|
|
3723
|
+
* Data source for entity autocomplete input - filters entities by CK Type
|
|
3724
|
+
*/
|
|
3725
|
+
class RuntimeEntitySelectDataSource {
|
|
3726
|
+
getEntitiesByCkTypeGQL;
|
|
3727
|
+
ckTypeId;
|
|
3728
|
+
constructor(getEntitiesByCkTypeGQL, ckTypeId) {
|
|
3729
|
+
this.getEntitiesByCkTypeGQL = getEntitiesByCkTypeGQL;
|
|
3730
|
+
this.ckTypeId = ckTypeId;
|
|
3731
|
+
}
|
|
3732
|
+
async onFilter(filter, take) {
|
|
3733
|
+
const result = await firstValueFrom(this.getEntitiesByCkTypeGQL.fetch({
|
|
3734
|
+
variables: {
|
|
3735
|
+
ckTypeId: this.ckTypeId,
|
|
3736
|
+
first: take ?? 10,
|
|
3737
|
+
fieldFilters: [
|
|
3738
|
+
{ attributePath: 'rtId', operator: FieldFilterOperatorsDto.LikeDto, comparisonValue: filter }
|
|
3739
|
+
]
|
|
3740
|
+
}
|
|
3741
|
+
}));
|
|
3742
|
+
const items = (result.data?.runtime?.runtimeEntities?.items ?? [])
|
|
3743
|
+
.filter((item) => item !== null)
|
|
3744
|
+
.map(item => ({
|
|
3745
|
+
rtId: item.rtId,
|
|
3746
|
+
ckTypeId: item.ckTypeId,
|
|
3747
|
+
rtWellKnownName: item.rtWellKnownName ?? undefined,
|
|
3748
|
+
displayName: item.rtWellKnownName || item.rtId
|
|
3749
|
+
}));
|
|
3750
|
+
return {
|
|
3751
|
+
totalCount: result.data?.runtime?.runtimeEntities?.totalCount ?? 0,
|
|
3752
|
+
items
|
|
3753
|
+
};
|
|
3754
|
+
}
|
|
3755
|
+
onDisplayEntity(entity) {
|
|
3756
|
+
return entity.displayName;
|
|
3757
|
+
}
|
|
3758
|
+
getIdEntity(entity) {
|
|
3759
|
+
return entity.rtId;
|
|
3760
|
+
}
|
|
3761
|
+
}
|
|
3762
|
+
/**
|
|
3763
|
+
* Dialog data source for entity selection grid with pagination and search
|
|
3764
|
+
*/
|
|
3765
|
+
class RuntimeEntityDialogDataSource {
|
|
3766
|
+
getEntitiesByCkTypeGQL;
|
|
3767
|
+
ckTypeId;
|
|
3768
|
+
constructor(getEntitiesByCkTypeGQL, ckTypeId) {
|
|
3769
|
+
this.getEntitiesByCkTypeGQL = getEntitiesByCkTypeGQL;
|
|
3770
|
+
this.ckTypeId = ckTypeId;
|
|
3771
|
+
}
|
|
3772
|
+
getColumns() {
|
|
3773
|
+
return [
|
|
3774
|
+
{ field: 'rtId', displayName: 'RT-ID' },
|
|
3775
|
+
{ field: 'rtWellKnownName', displayName: 'Name' },
|
|
3776
|
+
{ field: 'ckTypeId', displayName: 'CK Type' }
|
|
3777
|
+
];
|
|
3778
|
+
}
|
|
3779
|
+
fetchData(options) {
|
|
3780
|
+
const fieldFilters = [];
|
|
3781
|
+
if (options.textSearch && options.textSearch.trim()) {
|
|
3782
|
+
fieldFilters.push({
|
|
3783
|
+
attributePath: 'rtId',
|
|
3784
|
+
operator: FieldFilterOperatorsDto.LikeDto,
|
|
3785
|
+
comparisonValue: options.textSearch.trim()
|
|
3786
|
+
});
|
|
3787
|
+
}
|
|
3788
|
+
return from(this.getEntitiesByCkTypeGQL.fetch({
|
|
3789
|
+
variables: {
|
|
3790
|
+
ckTypeId: this.ckTypeId,
|
|
3791
|
+
first: options.take,
|
|
3792
|
+
after: options.skip > 0 ? btoa(`arrayconnection:${options.skip - 1}`) : undefined,
|
|
3793
|
+
fieldFilters: fieldFilters.length > 0 ? fieldFilters : undefined
|
|
3794
|
+
}
|
|
3795
|
+
})).pipe(map$1(result => {
|
|
3796
|
+
const items = (result.data?.runtime?.runtimeEntities?.items ?? [])
|
|
3797
|
+
.filter((item) => item !== null)
|
|
3798
|
+
.map(item => ({
|
|
3799
|
+
rtId: item.rtId,
|
|
3800
|
+
ckTypeId: item.ckTypeId,
|
|
3801
|
+
rtWellKnownName: item.rtWellKnownName ?? undefined,
|
|
3802
|
+
displayName: item.rtWellKnownName || item.rtId
|
|
3803
|
+
}));
|
|
3804
|
+
return {
|
|
3805
|
+
data: items,
|
|
3806
|
+
totalCount: result.data?.runtime?.runtimeEntities?.totalCount ?? 0
|
|
3807
|
+
};
|
|
3808
|
+
}));
|
|
3809
|
+
}
|
|
3810
|
+
onDisplayEntity(entity) {
|
|
3811
|
+
return entity.displayName;
|
|
3812
|
+
}
|
|
3813
|
+
getIdEntity(entity) {
|
|
3814
|
+
return entity.rtId;
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3640
3818
|
/**
|
|
3641
3819
|
* Backward-compatible OctoServicesModule for legacy apps that use
|
|
3642
3820
|
* importProvidersFrom(OctoServicesModule.forRoot(options)).
|
|
@@ -3927,5 +4105,5 @@ function provideOctoServices(octoServiceOptions) {
|
|
|
3927
4105
|
* Generated bundle index. Do not edit.
|
|
3928
4106
|
*/
|
|
3929
4107
|
|
|
3930
|
-
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, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, 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, 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 };
|
|
4108
|
+
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, 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 };
|
|
3931
4109
|
//# sourceMappingURL=meshmakers-octo-services.mjs.map
|