@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.
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, ModuleWithProviders, EnvironmentProviders } from '@angular/core';
3
3
  import * as rxjs from 'rxjs';
4
4
  import { Observable } from 'rxjs';
5
- import { PagedResultDto, DataSourceBase, MessageService } from '@meshmakers/shared-services';
5
+ import { PagedResultDto, EntitySelectDataSource, EntitySelectResult, DataSourceBase, MessageService } from '@meshmakers/shared-services';
6
6
  import { ApolloLink, OperationVariables } from '@apollo/client/core';
7
7
  import { SVGIcon } from '@progress/kendo-svg-icons/dist/svg-icon.interface';
8
8
  import * as Apollo from 'apollo-angular';
@@ -11,6 +11,7 @@ import * as graphql from 'graphql';
11
11
  import { DocumentNode } from 'graphql';
12
12
  import { HttpLink } from 'apollo-angular/http';
13
13
  import { DeepPartial } from '@apollo/client/utilities';
14
+ import { EntitySelectDialogDataSource, ColumnDefinition, DialogFetchOptions, DialogFetchResult } from '@meshmakers/shared-ui';
14
15
 
15
16
  declare class OctoServiceOptions {
16
17
  assetServices: string | null;
@@ -756,7 +757,7 @@ type BasicAsset_EventSourceUnionEdgeDto = {
756
757
  node?: Maybe<BasicAsset_EventSourceUnionDto>;
757
758
  };
758
759
  /** Union of types derived from Basic/Asset for RelatesFrom association */
759
- type BasicAsset_RelatesFromUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
760
+ type BasicAsset_RelatesFromUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
760
761
  /** A connection to `BasicAsset_RelatesFromUnion`. */
761
762
  type BasicAsset_RelatesFromUnionConnectionDto = {
762
763
  __typename?: 'BasicAsset_RelatesFromUnionConnection';
@@ -2546,7 +2547,7 @@ type BasicTreeNodeUpdateMessageDto = {
2546
2547
  items?: Maybe<Array<Maybe<BasicTreeNodeUpdateDto>>>;
2547
2548
  };
2548
2549
  /** Union of types derived from Basic/TreeNode for Children association */
2549
- type BasicTreeNode_ChildrenUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicStateDto | BasicTreeNodeDto | EnergyCommunityOperatingFacilityDto | EnvironmentWasteMeterDto | IndustryBasicMachineDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto;
2550
+ type BasicTreeNode_ChildrenUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicStateDto | BasicTreeNodeDto | EnergyCommunityOperatingFacilityDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicMachineDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto;
2550
2551
  /** A connection to `BasicTreeNode_ChildrenUnion`. */
2551
2552
  type BasicTreeNode_ChildrenUnionConnectionDto = {
2552
2553
  __typename?: 'BasicTreeNode_ChildrenUnionConnection';
@@ -2624,7 +2625,7 @@ type BasicTreeNode_ParentUnionEdgeDto = {
2624
2625
  node?: Maybe<BasicTreeNode_ParentUnionDto>;
2625
2626
  };
2626
2627
  /** Union of types derived from Basic/TreeNode for RelatesTo association */
2627
- type BasicTreeNode_RelatesToUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
2628
+ type BasicTreeNode_RelatesToUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
2628
2629
  /** A connection to `BasicTreeNode_RelatesToUnion`. */
2629
2630
  type BasicTreeNode_RelatesToUnionConnectionDto = {
2630
2631
  __typename?: 'BasicTreeNode_RelatesToUnionConnection';
@@ -12162,18 +12163,22 @@ type OctoSubscriptionsDto = {
12162
12163
  systemCommunicationDataPipelineEvents?: Maybe<SystemCommunicationDataPipelineUpdateMessageDto>;
12163
12164
  systemCommunicationDataPipelineTriggerEvents?: Maybe<SystemCommunicationDataPipelineTriggerUpdateMessageDto>;
12164
12165
  systemCommunicationDeployableEntityEvents?: Maybe<SystemCommunicationDeployableEntityUpdateMessageDto>;
12166
+ systemCommunicationEMailReceiverConfigurationEvents?: Maybe<SystemCommunicationEMailReceiverConfigurationUpdateMessageDto>;
12165
12167
  systemCommunicationEMailSenderConfigurationEvents?: Maybe<SystemCommunicationEMailSenderConfigurationUpdateMessageDto>;
12168
+ systemCommunicationEdaConfigurationEvents?: Maybe<SystemCommunicationEdaConfigurationUpdateMessageDto>;
12166
12169
  systemCommunicationEdgeAdapterEvents?: Maybe<SystemCommunicationEdgeAdapterUpdateMessageDto>;
12167
12170
  systemCommunicationEdgePipelineEvents?: Maybe<SystemCommunicationEdgePipelineUpdateMessageDto>;
12168
12171
  systemCommunicationEnergyCommunityConfigurationEvents?: Maybe<SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto>;
12169
12172
  systemCommunicationFinApiConfigurationEvents?: Maybe<SystemCommunicationFinApiConfigurationUpdateMessageDto>;
12170
12173
  systemCommunicationMeshAdapterEvents?: Maybe<SystemCommunicationMeshAdapterUpdateMessageDto>;
12171
12174
  systemCommunicationMeshPipelineEvents?: Maybe<SystemCommunicationMeshPipelineUpdateMessageDto>;
12175
+ systemCommunicationMicrosoftGraphConfigurationEvents?: Maybe<SystemCommunicationMicrosoftGraphConfigurationUpdateMessageDto>;
12172
12176
  systemCommunicationPipelineEvents?: Maybe<SystemCommunicationPipelineUpdateMessageDto>;
12173
12177
  systemCommunicationPipelineExecutionEvents?: Maybe<SystemCommunicationPipelineExecutionUpdateMessageDto>;
12174
12178
  systemCommunicationPipelineStatisticsEvents?: Maybe<SystemCommunicationPipelineStatisticsUpdateMessageDto>;
12175
12179
  systemCommunicationPoolEvents?: Maybe<SystemCommunicationPoolUpdateMessageDto>;
12176
12180
  systemCommunicationSapConfigurationEvents?: Maybe<SystemCommunicationSapConfigurationUpdateMessageDto>;
12181
+ systemCommunicationSftpConfigurationEvents?: Maybe<SystemCommunicationSftpConfigurationUpdateMessageDto>;
12177
12182
  systemCommunicationTagEvents?: Maybe<SystemCommunicationTagUpdateMessageDto>;
12178
12183
  systemConfigurationEvents?: Maybe<SystemConfigurationUpdateMessageDto>;
12179
12184
  systemEntityEvents?: Maybe<SystemEntityUpdateMessageDto>;
@@ -12556,12 +12561,24 @@ type OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto = {
12556
12561
  rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12557
12562
  updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12558
12563
  };
12564
+ type OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto = {
12565
+ beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12566
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12567
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12568
+ updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12569
+ };
12559
12570
  type OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto = {
12560
12571
  beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12561
12572
  fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12562
12573
  rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12563
12574
  updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12564
12575
  };
12576
+ type OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto = {
12577
+ beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12578
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12579
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12580
+ updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12581
+ };
12565
12582
  type OctoSubscriptionsSystemCommunicationEdgeAdapterEventsArgsDto = {
12566
12583
  beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12567
12584
  fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
@@ -12598,6 +12615,12 @@ type OctoSubscriptionsSystemCommunicationMeshPipelineEventsArgsDto = {
12598
12615
  rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12599
12616
  updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12600
12617
  };
12618
+ type OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto = {
12619
+ beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12620
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12621
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12622
+ updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12623
+ };
12601
12624
  type OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto = {
12602
12625
  beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12603
12626
  fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
@@ -12628,6 +12651,12 @@ type OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto = {
12628
12651
  rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12629
12652
  updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12630
12653
  };
12654
+ type OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto = {
12655
+ beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12656
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12657
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
12658
+ updateTypes: Array<InputMaybe<UpdateTypeDto>>;
12659
+ };
12631
12660
  type OctoSubscriptionsSystemCommunicationTagEventsArgsDto = {
12632
12661
  beforeFieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
12633
12662
  fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
@@ -13537,8 +13566,12 @@ type RuntimeDto = {
13537
13566
  systemCommunicationDataPipelineTriggers?: Maybe<SystemCommunicationDataPipelineTriggerMutationsDto>;
13538
13567
  /** Mutation for entities of type 'SystemCommunicationDataPipeline'. */
13539
13568
  systemCommunicationDataPipelines?: Maybe<SystemCommunicationDataPipelineMutationsDto>;
13569
+ /** Mutation for entities of type 'SystemCommunicationEMailReceiverConfiguration'. */
13570
+ systemCommunicationEMailReceiverConfigurations?: Maybe<SystemCommunicationEMailReceiverConfigurationMutationsDto>;
13540
13571
  /** Mutation for entities of type 'SystemCommunicationEMailSenderConfiguration'. */
13541
13572
  systemCommunicationEMailSenderConfigurations?: Maybe<SystemCommunicationEMailSenderConfigurationMutationsDto>;
13573
+ /** Mutation for entities of type 'SystemCommunicationEdaConfiguration'. */
13574
+ systemCommunicationEdaConfigurations?: Maybe<SystemCommunicationEdaConfigurationMutationsDto>;
13542
13575
  /** Mutation for entities of type 'SystemCommunicationEdgeAdapter'. */
13543
13576
  systemCommunicationEdgeAdapters?: Maybe<SystemCommunicationEdgeAdapterMutationsDto>;
13544
13577
  /** Mutation for entities of type 'SystemCommunicationEdgePipeline'. */
@@ -13551,6 +13584,8 @@ type RuntimeDto = {
13551
13584
  systemCommunicationMeshAdapters?: Maybe<SystemCommunicationMeshAdapterMutationsDto>;
13552
13585
  /** Mutation for entities of type 'SystemCommunicationMeshPipeline'. */
13553
13586
  systemCommunicationMeshPipelines?: Maybe<SystemCommunicationMeshPipelineMutationsDto>;
13587
+ /** Mutation for entities of type 'SystemCommunicationMicrosoftGraphConfiguration'. */
13588
+ systemCommunicationMicrosoftGraphConfigurations?: Maybe<SystemCommunicationMicrosoftGraphConfigurationMutationsDto>;
13554
13589
  /** Mutation for entities of type 'SystemCommunicationPipelineExecution'. */
13555
13590
  systemCommunicationPipelineExecutions?: Maybe<SystemCommunicationPipelineExecutionMutationsDto>;
13556
13591
  /** Mutation for entities of type 'SystemCommunicationPipelineStatistics'. */
@@ -13559,6 +13594,8 @@ type RuntimeDto = {
13559
13594
  systemCommunicationPools?: Maybe<SystemCommunicationPoolMutationsDto>;
13560
13595
  /** Mutation for entities of type 'SystemCommunicationSapConfiguration'. */
13561
13596
  systemCommunicationSapConfigurations?: Maybe<SystemCommunicationSapConfigurationMutationsDto>;
13597
+ /** Mutation for entities of type 'SystemCommunicationSftpConfiguration'. */
13598
+ systemCommunicationSftpConfigurations?: Maybe<SystemCommunicationSftpConfigurationMutationsDto>;
13562
13599
  /** Mutation for entities of type 'SystemCommunicationTag'. */
13563
13600
  systemCommunicationTags?: Maybe<SystemCommunicationTagMutationsDto>;
13564
13601
  /** Mutation for entities of type 'SystemGroupingAggregationRtQuery'. */
@@ -13697,18 +13734,22 @@ type RuntimeModelQueryDto = {
13697
13734
  systemCommunicationDataPipeline?: Maybe<SystemCommunicationDataPipelineConnectionDto>;
13698
13735
  systemCommunicationDataPipelineTrigger?: Maybe<SystemCommunicationDataPipelineTriggerConnectionDto>;
13699
13736
  systemCommunicationDeployableEntity?: Maybe<SystemCommunicationDeployableEntityConnectionDto>;
13737
+ systemCommunicationEMailReceiverConfiguration?: Maybe<SystemCommunicationEMailReceiverConfigurationConnectionDto>;
13700
13738
  systemCommunicationEMailSenderConfiguration?: Maybe<SystemCommunicationEMailSenderConfigurationConnectionDto>;
13739
+ systemCommunicationEdaConfiguration?: Maybe<SystemCommunicationEdaConfigurationConnectionDto>;
13701
13740
  systemCommunicationEdgeAdapter?: Maybe<SystemCommunicationEdgeAdapterConnectionDto>;
13702
13741
  systemCommunicationEdgePipeline?: Maybe<SystemCommunicationEdgePipelineConnectionDto>;
13703
13742
  systemCommunicationEnergyCommunityConfiguration?: Maybe<SystemCommunicationEnergyCommunityConfigurationConnectionDto>;
13704
13743
  systemCommunicationFinApiConfiguration?: Maybe<SystemCommunicationFinApiConfigurationConnectionDto>;
13705
13744
  systemCommunicationMeshAdapter?: Maybe<SystemCommunicationMeshAdapterConnectionDto>;
13706
13745
  systemCommunicationMeshPipeline?: Maybe<SystemCommunicationMeshPipelineConnectionDto>;
13746
+ systemCommunicationMicrosoftGraphConfiguration?: Maybe<SystemCommunicationMicrosoftGraphConfigurationConnectionDto>;
13707
13747
  systemCommunicationPipeline?: Maybe<SystemCommunicationPipelineConnectionDto>;
13708
13748
  systemCommunicationPipelineExecution?: Maybe<SystemCommunicationPipelineExecutionConnectionDto>;
13709
13749
  systemCommunicationPipelineStatistics?: Maybe<SystemCommunicationPipelineStatisticsConnectionDto>;
13710
13750
  systemCommunicationPool?: Maybe<SystemCommunicationPoolConnectionDto>;
13711
13751
  systemCommunicationSapConfiguration?: Maybe<SystemCommunicationSapConfigurationConnectionDto>;
13752
+ systemCommunicationSftpConfiguration?: Maybe<SystemCommunicationSftpConfigurationConnectionDto>;
13712
13753
  systemCommunicationTag?: Maybe<SystemCommunicationTagConnectionDto>;
13713
13754
  systemConfiguration?: Maybe<SystemConfigurationConnectionDto>;
13714
13755
  systemEntity?: Maybe<SystemEntityConnectionDto>;
@@ -14446,6 +14487,18 @@ type RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto = {
14446
14487
  searchFilter?: InputMaybe<SearchFilterDto>;
14447
14488
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14448
14489
  };
14490
+ type RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto = {
14491
+ after?: InputMaybe<Scalars['String']['input']>;
14492
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
14493
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
14494
+ first?: InputMaybe<Scalars['Int']['input']>;
14495
+ geoNearFilter?: InputMaybe<NearGeospatialFilterDto>;
14496
+ options?: InputMaybe<GlobalQueryOptionsDto>;
14497
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
14498
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
14499
+ searchFilter?: InputMaybe<SearchFilterDto>;
14500
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14501
+ };
14449
14502
  type RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto = {
14450
14503
  after?: InputMaybe<Scalars['String']['input']>;
14451
14504
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -14458,6 +14511,18 @@ type RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto = {
14458
14511
  searchFilter?: InputMaybe<SearchFilterDto>;
14459
14512
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14460
14513
  };
14514
+ type RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto = {
14515
+ after?: InputMaybe<Scalars['String']['input']>;
14516
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
14517
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
14518
+ first?: InputMaybe<Scalars['Int']['input']>;
14519
+ geoNearFilter?: InputMaybe<NearGeospatialFilterDto>;
14520
+ options?: InputMaybe<GlobalQueryOptionsDto>;
14521
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
14522
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
14523
+ searchFilter?: InputMaybe<SearchFilterDto>;
14524
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14525
+ };
14461
14526
  type RuntimeModelQuerySystemCommunicationEdgeAdapterArgsDto = {
14462
14527
  after?: InputMaybe<Scalars['String']['input']>;
14463
14528
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -14530,6 +14595,18 @@ type RuntimeModelQuerySystemCommunicationMeshPipelineArgsDto = {
14530
14595
  searchFilter?: InputMaybe<SearchFilterDto>;
14531
14596
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14532
14597
  };
14598
+ type RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto = {
14599
+ after?: InputMaybe<Scalars['String']['input']>;
14600
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
14601
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
14602
+ first?: InputMaybe<Scalars['Int']['input']>;
14603
+ geoNearFilter?: InputMaybe<NearGeospatialFilterDto>;
14604
+ options?: InputMaybe<GlobalQueryOptionsDto>;
14605
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
14606
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
14607
+ searchFilter?: InputMaybe<SearchFilterDto>;
14608
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14609
+ };
14533
14610
  type RuntimeModelQuerySystemCommunicationPipelineArgsDto = {
14534
14611
  after?: InputMaybe<Scalars['String']['input']>;
14535
14612
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -14590,6 +14667,18 @@ type RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto = {
14590
14667
  searchFilter?: InputMaybe<SearchFilterDto>;
14591
14668
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14592
14669
  };
14670
+ type RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto = {
14671
+ after?: InputMaybe<Scalars['String']['input']>;
14672
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
14673
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
14674
+ first?: InputMaybe<Scalars['Int']['input']>;
14675
+ geoNearFilter?: InputMaybe<NearGeospatialFilterDto>;
14676
+ options?: InputMaybe<GlobalQueryOptionsDto>;
14677
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
14678
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
14679
+ searchFilter?: InputMaybe<SearchFilterDto>;
14680
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
14681
+ };
14593
14682
  type RuntimeModelQuerySystemCommunicationTagArgsDto = {
14594
14683
  after?: InputMaybe<Scalars['String']['input']>;
14595
14684
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -15967,7 +16056,7 @@ type SystemBotFixupUpdateMessageDto = {
15967
16056
  /** The corresponding items */
15968
16057
  items?: Maybe<Array<Maybe<SystemBotFixupUpdateDto>>>;
15969
16058
  };
15970
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16059
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
15971
16060
  type SystemCommunicationAdapterDto = SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
15972
16061
  __typename?: 'SystemCommunicationAdapter';
15973
16062
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -16000,7 +16089,7 @@ type SystemCommunicationAdapterDto = SystemCommunicationDeployableEntityInterfac
16000
16089
  statusMessage?: Maybe<Scalars['String']['output']>;
16001
16090
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16002
16091
  };
16003
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16092
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16004
16093
  type SystemCommunicationAdapterAssociationsArgsDto = {
16005
16094
  after?: InputMaybe<Scalars['String']['input']>;
16006
16095
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16013,7 +16102,7 @@ type SystemCommunicationAdapterAssociationsArgsDto = {
16013
16102
  searchFilter?: InputMaybe<SearchFilterDto>;
16014
16103
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16015
16104
  };
16016
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16105
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16017
16106
  type SystemCommunicationAdapterConfiguredByArgsDto = {
16018
16107
  after?: InputMaybe<Scalars['String']['input']>;
16019
16108
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16025,7 +16114,7 @@ type SystemCommunicationAdapterConfiguredByArgsDto = {
16025
16114
  searchFilter?: InputMaybe<SearchFilterDto>;
16026
16115
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16027
16116
  };
16028
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16117
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16029
16118
  type SystemCommunicationAdapterExecutesArgsDto = {
16030
16119
  after?: InputMaybe<Scalars['String']['input']>;
16031
16120
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16037,7 +16126,7 @@ type SystemCommunicationAdapterExecutesArgsDto = {
16037
16126
  searchFilter?: InputMaybe<SearchFilterDto>;
16038
16127
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16039
16128
  };
16040
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16129
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16041
16130
  type SystemCommunicationAdapterExecutingAdapterArgsDto = {
16042
16131
  after?: InputMaybe<Scalars['String']['input']>;
16043
16132
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16049,7 +16138,7 @@ type SystemCommunicationAdapterExecutingAdapterArgsDto = {
16049
16138
  searchFilter?: InputMaybe<SearchFilterDto>;
16050
16139
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16051
16140
  };
16052
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16141
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16053
16142
  type SystemCommunicationAdapterManagedByArgsDto = {
16054
16143
  after?: InputMaybe<Scalars['String']['input']>;
16055
16144
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16061,7 +16150,7 @@ type SystemCommunicationAdapterManagedByArgsDto = {
16061
16150
  searchFilter?: InputMaybe<SearchFilterDto>;
16062
16151
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16063
16152
  };
16064
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16153
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16065
16154
  type SystemCommunicationAdapterRelatesFromArgsDto = {
16066
16155
  after?: InputMaybe<Scalars['String']['input']>;
16067
16156
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16073,7 +16162,7 @@ type SystemCommunicationAdapterRelatesFromArgsDto = {
16073
16162
  searchFilter?: InputMaybe<SearchFilterDto>;
16074
16163
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16075
16164
  };
16076
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16165
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16077
16166
  type SystemCommunicationAdapterRelatesToArgsDto = {
16078
16167
  after?: InputMaybe<Scalars['String']['input']>;
16079
16168
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16085,7 +16174,7 @@ type SystemCommunicationAdapterRelatesToArgsDto = {
16085
16174
  searchFilter?: InputMaybe<SearchFilterDto>;
16086
16175
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16087
16176
  };
16088
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16177
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16089
16178
  type SystemCommunicationAdapterTaggedByArgsDto = {
16090
16179
  after?: InputMaybe<Scalars['String']['input']>;
16091
16180
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16121,7 +16210,7 @@ type SystemCommunicationAdapterEdgeDto = {
16121
16210
  /** The item at the end of the edge */
16122
16211
  node?: Maybe<SystemCommunicationAdapterDto>;
16123
16212
  };
16124
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16213
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16125
16214
  type SystemCommunicationAdapterInterfaceDto = {
16126
16215
  ckTypeId: Scalars['RtCkTypeId']['output'];
16127
16216
  communicationState: SystemCommunicationCommunicationStateDto;
@@ -16151,7 +16240,7 @@ type SystemCommunicationAdapterInterfaceDto = {
16151
16240
  statusMessage?: Maybe<Scalars['String']['output']>;
16152
16241
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16153
16242
  };
16154
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16243
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16155
16244
  type SystemCommunicationAdapterInterfaceConfiguredByArgsDto = {
16156
16245
  after?: InputMaybe<Scalars['String']['input']>;
16157
16246
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16163,7 +16252,7 @@ type SystemCommunicationAdapterInterfaceConfiguredByArgsDto = {
16163
16252
  searchFilter?: InputMaybe<SearchFilterDto>;
16164
16253
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16165
16254
  };
16166
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16255
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16167
16256
  type SystemCommunicationAdapterInterfaceExecutesArgsDto = {
16168
16257
  after?: InputMaybe<Scalars['String']['input']>;
16169
16258
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16175,7 +16264,7 @@ type SystemCommunicationAdapterInterfaceExecutesArgsDto = {
16175
16264
  searchFilter?: InputMaybe<SearchFilterDto>;
16176
16265
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16177
16266
  };
16178
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16267
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16179
16268
  type SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto = {
16180
16269
  after?: InputMaybe<Scalars['String']['input']>;
16181
16270
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16187,7 +16276,7 @@ type SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto = {
16187
16276
  searchFilter?: InputMaybe<SearchFilterDto>;
16188
16277
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16189
16278
  };
16190
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16279
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16191
16280
  type SystemCommunicationAdapterInterfaceManagedByArgsDto = {
16192
16281
  after?: InputMaybe<Scalars['String']['input']>;
16193
16282
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16199,7 +16288,7 @@ type SystemCommunicationAdapterInterfaceManagedByArgsDto = {
16199
16288
  searchFilter?: InputMaybe<SearchFilterDto>;
16200
16289
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16201
16290
  };
16202
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16291
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16203
16292
  type SystemCommunicationAdapterInterfaceRelatesFromArgsDto = {
16204
16293
  after?: InputMaybe<Scalars['String']['input']>;
16205
16294
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16211,7 +16300,7 @@ type SystemCommunicationAdapterInterfaceRelatesFromArgsDto = {
16211
16300
  searchFilter?: InputMaybe<SearchFilterDto>;
16212
16301
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16213
16302
  };
16214
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16303
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16215
16304
  type SystemCommunicationAdapterInterfaceRelatesToArgsDto = {
16216
16305
  after?: InputMaybe<Scalars['String']['input']>;
16217
16306
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16223,7 +16312,7 @@ type SystemCommunicationAdapterInterfaceRelatesToArgsDto = {
16223
16312
  searchFilter?: InputMaybe<SearchFilterDto>;
16224
16313
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16225
16314
  };
16226
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Adapter-1' */
16315
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Adapter-1' */
16227
16316
  type SystemCommunicationAdapterInterfaceTaggedByArgsDto = {
16228
16317
  after?: InputMaybe<Scalars['String']['input']>;
16229
16318
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16337,7 +16426,7 @@ declare enum SystemCommunicationConfigurationStateDto {
16337
16426
  PendingDto = "PENDING",
16338
16427
  UnconfiguredDto = "UNCONFIGURED"
16339
16428
  }
16340
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16429
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16341
16430
  type SystemCommunicationDataPipelineDto = SystemEntityInterfaceDto & {
16342
16431
  __typename?: 'SystemCommunicationDataPipeline';
16343
16432
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -16359,7 +16448,7 @@ type SystemCommunicationDataPipelineDto = SystemEntityInterfaceDto & {
16359
16448
  rtWellKnownName?: Maybe<Scalars['String']['output']>;
16360
16449
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16361
16450
  };
16362
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16451
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16363
16452
  type SystemCommunicationDataPipelineAssociationsArgsDto = {
16364
16453
  after?: InputMaybe<Scalars['String']['input']>;
16365
16454
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16372,7 +16461,7 @@ type SystemCommunicationDataPipelineAssociationsArgsDto = {
16372
16461
  searchFilter?: InputMaybe<SearchFilterDto>;
16373
16462
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16374
16463
  };
16375
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16464
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16376
16465
  type SystemCommunicationDataPipelineChildrenArgsDto = {
16377
16466
  after?: InputMaybe<Scalars['String']['input']>;
16378
16467
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16384,7 +16473,7 @@ type SystemCommunicationDataPipelineChildrenArgsDto = {
16384
16473
  searchFilter?: InputMaybe<SearchFilterDto>;
16385
16474
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16386
16475
  };
16387
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16476
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16388
16477
  type SystemCommunicationDataPipelineConfiguredByArgsDto = {
16389
16478
  after?: InputMaybe<Scalars['String']['input']>;
16390
16479
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16396,7 +16485,7 @@ type SystemCommunicationDataPipelineConfiguredByArgsDto = {
16396
16485
  searchFilter?: InputMaybe<SearchFilterDto>;
16397
16486
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16398
16487
  };
16399
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16488
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16400
16489
  type SystemCommunicationDataPipelineRelatesFromArgsDto = {
16401
16490
  after?: InputMaybe<Scalars['String']['input']>;
16402
16491
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16408,7 +16497,7 @@ type SystemCommunicationDataPipelineRelatesFromArgsDto = {
16408
16497
  searchFilter?: InputMaybe<SearchFilterDto>;
16409
16498
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16410
16499
  };
16411
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16500
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16412
16501
  type SystemCommunicationDataPipelineRelatesToArgsDto = {
16413
16502
  after?: InputMaybe<Scalars['String']['input']>;
16414
16503
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16420,7 +16509,7 @@ type SystemCommunicationDataPipelineRelatesToArgsDto = {
16420
16509
  searchFilter?: InputMaybe<SearchFilterDto>;
16421
16510
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16422
16511
  };
16423
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipeline-1' */
16512
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipeline-1' */
16424
16513
  type SystemCommunicationDataPipelineTaggedByArgsDto = {
16425
16514
  after?: InputMaybe<Scalars['String']['input']>;
16426
16515
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16487,7 +16576,7 @@ type SystemCommunicationDataPipelineMutationsCreateArgsDto = {
16487
16576
  type SystemCommunicationDataPipelineMutationsUpdateArgsDto = {
16488
16577
  entities: Array<InputMaybe<SystemCommunicationDataPipelineInputUpdateDto>>;
16489
16578
  };
16490
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16579
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16491
16580
  type SystemCommunicationDataPipelineTriggerDto = SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
16492
16581
  __typename?: 'SystemCommunicationDataPipelineTrigger';
16493
16582
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -16513,7 +16602,7 @@ type SystemCommunicationDataPipelineTriggerDto = SystemCommunicationDeployableEn
16513
16602
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16514
16603
  triggers?: Maybe<SystemCommunicationMeshPipeline_TriggersUnionConnectionDto>;
16515
16604
  };
16516
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16605
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16517
16606
  type SystemCommunicationDataPipelineTriggerAssociationsArgsDto = {
16518
16607
  after?: InputMaybe<Scalars['String']['input']>;
16519
16608
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16526,7 +16615,7 @@ type SystemCommunicationDataPipelineTriggerAssociationsArgsDto = {
16526
16615
  searchFilter?: InputMaybe<SearchFilterDto>;
16527
16616
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16528
16617
  };
16529
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16618
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16530
16619
  type SystemCommunicationDataPipelineTriggerConfiguredByArgsDto = {
16531
16620
  after?: InputMaybe<Scalars['String']['input']>;
16532
16621
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16538,7 +16627,7 @@ type SystemCommunicationDataPipelineTriggerConfiguredByArgsDto = {
16538
16627
  searchFilter?: InputMaybe<SearchFilterDto>;
16539
16628
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16540
16629
  };
16541
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16630
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16542
16631
  type SystemCommunicationDataPipelineTriggerRelatesFromArgsDto = {
16543
16632
  after?: InputMaybe<Scalars['String']['input']>;
16544
16633
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16550,7 +16639,7 @@ type SystemCommunicationDataPipelineTriggerRelatesFromArgsDto = {
16550
16639
  searchFilter?: InputMaybe<SearchFilterDto>;
16551
16640
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16552
16641
  };
16553
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16642
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16554
16643
  type SystemCommunicationDataPipelineTriggerRelatesToArgsDto = {
16555
16644
  after?: InputMaybe<Scalars['String']['input']>;
16556
16645
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16562,7 +16651,7 @@ type SystemCommunicationDataPipelineTriggerRelatesToArgsDto = {
16562
16651
  searchFilter?: InputMaybe<SearchFilterDto>;
16563
16652
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16564
16653
  };
16565
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16654
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16566
16655
  type SystemCommunicationDataPipelineTriggerTaggedByArgsDto = {
16567
16656
  after?: InputMaybe<Scalars['String']['input']>;
16568
16657
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16574,7 +16663,7 @@ type SystemCommunicationDataPipelineTriggerTaggedByArgsDto = {
16574
16663
  searchFilter?: InputMaybe<SearchFilterDto>;
16575
16664
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16576
16665
  };
16577
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DataPipelineTrigger-1' */
16666
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DataPipelineTrigger-1' */
16578
16667
  type SystemCommunicationDataPipelineTriggerTriggersArgsDto = {
16579
16668
  after?: InputMaybe<Scalars['String']['input']>;
16580
16669
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16719,7 +16808,7 @@ type SystemCommunicationDataPipeline_ParentUnionEdgeDto = {
16719
16808
  /** The item at the end of the edge */
16720
16809
  node?: Maybe<SystemCommunicationDataPipeline_ParentUnionDto>;
16721
16810
  };
16722
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16811
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16723
16812
  type SystemCommunicationDeployableEntityDto = SystemEntityInterfaceDto & {
16724
16813
  __typename?: 'SystemCommunicationDeployableEntity';
16725
16814
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -16742,7 +16831,7 @@ type SystemCommunicationDeployableEntityDto = SystemEntityInterfaceDto & {
16742
16831
  statusMessage?: Maybe<Scalars['String']['output']>;
16743
16832
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16744
16833
  };
16745
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16834
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16746
16835
  type SystemCommunicationDeployableEntityAssociationsArgsDto = {
16747
16836
  after?: InputMaybe<Scalars['String']['input']>;
16748
16837
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16755,7 +16844,7 @@ type SystemCommunicationDeployableEntityAssociationsArgsDto = {
16755
16844
  searchFilter?: InputMaybe<SearchFilterDto>;
16756
16845
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16757
16846
  };
16758
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16847
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16759
16848
  type SystemCommunicationDeployableEntityConfiguredByArgsDto = {
16760
16849
  after?: InputMaybe<Scalars['String']['input']>;
16761
16850
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16767,7 +16856,7 @@ type SystemCommunicationDeployableEntityConfiguredByArgsDto = {
16767
16856
  searchFilter?: InputMaybe<SearchFilterDto>;
16768
16857
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16769
16858
  };
16770
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16859
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16771
16860
  type SystemCommunicationDeployableEntityRelatesFromArgsDto = {
16772
16861
  after?: InputMaybe<Scalars['String']['input']>;
16773
16862
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16779,7 +16868,7 @@ type SystemCommunicationDeployableEntityRelatesFromArgsDto = {
16779
16868
  searchFilter?: InputMaybe<SearchFilterDto>;
16780
16869
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16781
16870
  };
16782
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16871
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16783
16872
  type SystemCommunicationDeployableEntityRelatesToArgsDto = {
16784
16873
  after?: InputMaybe<Scalars['String']['input']>;
16785
16874
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16791,7 +16880,7 @@ type SystemCommunicationDeployableEntityRelatesToArgsDto = {
16791
16880
  searchFilter?: InputMaybe<SearchFilterDto>;
16792
16881
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16793
16882
  };
16794
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16883
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16795
16884
  type SystemCommunicationDeployableEntityTaggedByArgsDto = {
16796
16885
  after?: InputMaybe<Scalars['String']['input']>;
16797
16886
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16827,7 +16916,7 @@ type SystemCommunicationDeployableEntityEdgeDto = {
16827
16916
  /** The item at the end of the edge */
16828
16917
  node?: Maybe<SystemCommunicationDeployableEntityDto>;
16829
16918
  };
16830
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16919
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16831
16920
  type SystemCommunicationDeployableEntityInterfaceDto = {
16832
16921
  ckTypeId: Scalars['RtCkTypeId']['output'];
16833
16922
  configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
@@ -16847,7 +16936,7 @@ type SystemCommunicationDeployableEntityInterfaceDto = {
16847
16936
  statusMessage?: Maybe<Scalars['String']['output']>;
16848
16937
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
16849
16938
  };
16850
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16939
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16851
16940
  type SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto = {
16852
16941
  after?: InputMaybe<Scalars['String']['input']>;
16853
16942
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16859,7 +16948,7 @@ type SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto = {
16859
16948
  searchFilter?: InputMaybe<SearchFilterDto>;
16860
16949
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16861
16950
  };
16862
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16951
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16863
16952
  type SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto = {
16864
16953
  after?: InputMaybe<Scalars['String']['input']>;
16865
16954
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16871,7 +16960,7 @@ type SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto = {
16871
16960
  searchFilter?: InputMaybe<SearchFilterDto>;
16872
16961
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16873
16962
  };
16874
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16963
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16875
16964
  type SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto = {
16876
16965
  after?: InputMaybe<Scalars['String']['input']>;
16877
16966
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16883,7 +16972,7 @@ type SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto = {
16883
16972
  searchFilter?: InputMaybe<SearchFilterDto>;
16884
16973
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16885
16974
  };
16886
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/DeployableEntity-1' */
16975
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/DeployableEntity-1' */
16887
16976
  type SystemCommunicationDeployableEntityInterfaceTaggedByArgsDto = {
16888
16977
  after?: InputMaybe<Scalars['String']['input']>;
16889
16978
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16913,7 +17002,176 @@ declare enum SystemCommunicationDeploymentStateDto {
16913
17002
  PendingDto = "PENDING",
16914
17003
  UndeployedDto = "UNDEPLOYED"
16915
17004
  }
16916
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17005
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17006
+ type SystemCommunicationEMailReceiverConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
17007
+ __typename?: 'SystemCommunicationEMailReceiverConfiguration';
17008
+ associations?: Maybe<RtEntityGenericDtoConnectionDto>;
17009
+ ckTypeId: Scalars['RtCkTypeId']['output'];
17010
+ configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
17011
+ constructionKitType?: Maybe<CkTypeDto>;
17012
+ folder?: Maybe<Scalars['String']['output']>;
17013
+ host: Scalars['String']['output'];
17014
+ isSslEnabled: Scalars['Boolean']['output'];
17015
+ password: Scalars['String']['output'];
17016
+ port: Scalars['Int']['output'];
17017
+ relatesFrom?: Maybe<SystemEntity_RelatesFromUnionConnectionDto>;
17018
+ relatesTo?: Maybe<SystemEntity_RelatesToUnionConnectionDto>;
17019
+ rtBlueprintAppliedAt?: Maybe<Scalars['DateTime']['output']>;
17020
+ rtBlueprintLocked?: Maybe<Scalars['Boolean']['output']>;
17021
+ rtBlueprintSource?: Maybe<Scalars['String']['output']>;
17022
+ rtChangedDateTime?: Maybe<Scalars['DateTime']['output']>;
17023
+ rtCreationDateTime?: Maybe<Scalars['DateTime']['output']>;
17024
+ rtId: Scalars['OctoObjectId']['output'];
17025
+ rtVersion?: Maybe<Scalars['ULong']['output']>;
17026
+ rtWellKnownName?: Maybe<Scalars['String']['output']>;
17027
+ taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
17028
+ usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
17029
+ username: Scalars['String']['output'];
17030
+ };
17031
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17032
+ type SystemCommunicationEMailReceiverConfigurationAssociationsArgsDto = {
17033
+ after?: InputMaybe<Scalars['String']['input']>;
17034
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17035
+ ckId: Scalars['String']['input'];
17036
+ direction: GraphDirectionDto;
17037
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17038
+ first?: InputMaybe<Scalars['Int']['input']>;
17039
+ includeIndirect?: InputMaybe<Scalars['Boolean']['input']>;
17040
+ roleId: Scalars['String']['input'];
17041
+ searchFilter?: InputMaybe<SearchFilterDto>;
17042
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17043
+ };
17044
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17045
+ type SystemCommunicationEMailReceiverConfigurationConfiguredByArgsDto = {
17046
+ after?: InputMaybe<Scalars['String']['input']>;
17047
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17048
+ ckTypeIds: Array<Scalars['String']['input']>;
17049
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17050
+ first?: InputMaybe<Scalars['Int']['input']>;
17051
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17052
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17053
+ searchFilter?: InputMaybe<SearchFilterDto>;
17054
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17055
+ };
17056
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17057
+ type SystemCommunicationEMailReceiverConfigurationRelatesFromArgsDto = {
17058
+ after?: InputMaybe<Scalars['String']['input']>;
17059
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17060
+ ckTypeIds: Array<Scalars['String']['input']>;
17061
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17062
+ first?: InputMaybe<Scalars['Int']['input']>;
17063
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17064
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17065
+ searchFilter?: InputMaybe<SearchFilterDto>;
17066
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17067
+ };
17068
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17069
+ type SystemCommunicationEMailReceiverConfigurationRelatesToArgsDto = {
17070
+ after?: InputMaybe<Scalars['String']['input']>;
17071
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17072
+ ckTypeIds: Array<Scalars['String']['input']>;
17073
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17074
+ first?: InputMaybe<Scalars['Int']['input']>;
17075
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17076
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17077
+ searchFilter?: InputMaybe<SearchFilterDto>;
17078
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17079
+ };
17080
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17081
+ type SystemCommunicationEMailReceiverConfigurationTaggedByArgsDto = {
17082
+ after?: InputMaybe<Scalars['String']['input']>;
17083
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17084
+ ckTypeIds: Array<Scalars['String']['input']>;
17085
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17086
+ first?: InputMaybe<Scalars['Int']['input']>;
17087
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17088
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17089
+ searchFilter?: InputMaybe<SearchFilterDto>;
17090
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17091
+ };
17092
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailReceiverConfiguration-1' */
17093
+ type SystemCommunicationEMailReceiverConfigurationUsedByArgsDto = {
17094
+ after?: InputMaybe<Scalars['String']['input']>;
17095
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17096
+ ckTypeIds: Array<Scalars['String']['input']>;
17097
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17098
+ first?: InputMaybe<Scalars['Int']['input']>;
17099
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17100
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17101
+ searchFilter?: InputMaybe<SearchFilterDto>;
17102
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17103
+ };
17104
+ /** A connection to `SystemCommunicationEMailReceiverConfiguration`. */
17105
+ type SystemCommunicationEMailReceiverConfigurationConnectionDto = {
17106
+ __typename?: 'SystemCommunicationEMailReceiverConfigurationConnection';
17107
+ /** Result of aggregating the items of the result set. */
17108
+ aggregation?: Maybe<AggregationDto>;
17109
+ /** Information to aid in pagination. */
17110
+ edges?: Maybe<Array<Maybe<SystemCommunicationEMailReceiverConfigurationEdgeDto>>>;
17111
+ /** Result of aggregating the items by fields. */
17112
+ fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
17113
+ /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
17114
+ items?: Maybe<Array<Maybe<SystemCommunicationEMailReceiverConfigurationDto>>>;
17115
+ /** Information to aid in pagination. */
17116
+ pageInfo?: Maybe<PageInfoDto>;
17117
+ /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
17118
+ totalCount?: Maybe<Scalars['Int']['output']>;
17119
+ };
17120
+ /** An edge in a connection from an object to another object of type `SystemCommunicationEMailReceiverConfiguration`. */
17121
+ type SystemCommunicationEMailReceiverConfigurationEdgeDto = {
17122
+ __typename?: 'SystemCommunicationEMailReceiverConfigurationEdge';
17123
+ /** A cursor for use in pagination */
17124
+ cursor: Scalars['String']['output'];
17125
+ /** The item at the end of the edge */
17126
+ node?: Maybe<SystemCommunicationEMailReceiverConfigurationDto>;
17127
+ };
17128
+ type SystemCommunicationEMailReceiverConfigurationInputDto = {
17129
+ configuredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17130
+ folder?: InputMaybe<Scalars['String']['input']>;
17131
+ host?: InputMaybe<Scalars['String']['input']>;
17132
+ isSslEnabled?: InputMaybe<Scalars['Boolean']['input']>;
17133
+ password?: InputMaybe<Scalars['String']['input']>;
17134
+ port?: InputMaybe<Scalars['Int']['input']>;
17135
+ relatesFrom?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17136
+ relatesTo?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17137
+ rtBlueprintAppliedAt?: InputMaybe<Scalars['DateTime']['input']>;
17138
+ rtBlueprintLocked?: InputMaybe<Scalars['Boolean']['input']>;
17139
+ rtBlueprintSource?: InputMaybe<Scalars['String']['input']>;
17140
+ rtWellKnownName?: InputMaybe<Scalars['String']['input']>;
17141
+ taggedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17142
+ usedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17143
+ username?: InputMaybe<Scalars['String']['input']>;
17144
+ };
17145
+ type SystemCommunicationEMailReceiverConfigurationInputUpdateDto = {
17146
+ /** Item to update */
17147
+ item: SystemCommunicationEMailReceiverConfigurationInputDto;
17148
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17149
+ };
17150
+ type SystemCommunicationEMailReceiverConfigurationMutationsDto = {
17151
+ __typename?: 'SystemCommunicationEMailReceiverConfigurationMutations';
17152
+ /** Creates new entities of type 'SystemCommunicationEMailReceiverConfiguration'. */
17153
+ create?: Maybe<Array<Maybe<SystemCommunicationEMailReceiverConfigurationDto>>>;
17154
+ /** Updates existing entity of type 'SystemCommunicationEMailReceiverConfiguration'. */
17155
+ update?: Maybe<Array<Maybe<SystemCommunicationEMailReceiverConfigurationDto>>>;
17156
+ };
17157
+ type SystemCommunicationEMailReceiverConfigurationMutationsCreateArgsDto = {
17158
+ entities: Array<InputMaybe<SystemCommunicationEMailReceiverConfigurationInputDto>>;
17159
+ };
17160
+ type SystemCommunicationEMailReceiverConfigurationMutationsUpdateArgsDto = {
17161
+ entities: Array<InputMaybe<SystemCommunicationEMailReceiverConfigurationInputUpdateDto>>;
17162
+ };
17163
+ type SystemCommunicationEMailReceiverConfigurationUpdateDto = {
17164
+ __typename?: 'SystemCommunicationEMailReceiverConfigurationUpdate';
17165
+ /** The corresponding item */
17166
+ item?: Maybe<SystemCommunicationEMailReceiverConfigurationDto>;
17167
+ updateState?: Maybe<UpdateTypeDto>;
17168
+ };
17169
+ type SystemCommunicationEMailReceiverConfigurationUpdateMessageDto = {
17170
+ __typename?: 'SystemCommunicationEMailReceiverConfigurationUpdateMessage';
17171
+ /** The corresponding items */
17172
+ items?: Maybe<Array<Maybe<SystemCommunicationEMailReceiverConfigurationUpdateDto>>>;
17173
+ };
17174
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16917
17175
  type SystemCommunicationEMailSenderConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
16918
17176
  __typename?: 'SystemCommunicationEMailSenderConfiguration';
16919
17177
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -16939,7 +17197,7 @@ type SystemCommunicationEMailSenderConfigurationDto = SystemConfigurationInterfa
16939
17197
  usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
16940
17198
  username: Scalars['String']['output'];
16941
17199
  };
16942
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17200
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16943
17201
  type SystemCommunicationEMailSenderConfigurationAssociationsArgsDto = {
16944
17202
  after?: InputMaybe<Scalars['String']['input']>;
16945
17203
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16952,7 +17210,7 @@ type SystemCommunicationEMailSenderConfigurationAssociationsArgsDto = {
16952
17210
  searchFilter?: InputMaybe<SearchFilterDto>;
16953
17211
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16954
17212
  };
16955
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17213
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16956
17214
  type SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto = {
16957
17215
  after?: InputMaybe<Scalars['String']['input']>;
16958
17216
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16964,7 +17222,7 @@ type SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto = {
16964
17222
  searchFilter?: InputMaybe<SearchFilterDto>;
16965
17223
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16966
17224
  };
16967
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17225
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16968
17226
  type SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto = {
16969
17227
  after?: InputMaybe<Scalars['String']['input']>;
16970
17228
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16976,7 +17234,7 @@ type SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto = {
16976
17234
  searchFilter?: InputMaybe<SearchFilterDto>;
16977
17235
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16978
17236
  };
16979
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17237
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16980
17238
  type SystemCommunicationEMailSenderConfigurationRelatesToArgsDto = {
16981
17239
  after?: InputMaybe<Scalars['String']['input']>;
16982
17240
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -16988,7 +17246,7 @@ type SystemCommunicationEMailSenderConfigurationRelatesToArgsDto = {
16988
17246
  searchFilter?: InputMaybe<SearchFilterDto>;
16989
17247
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
16990
17248
  };
16991
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17249
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
16992
17250
  type SystemCommunicationEMailSenderConfigurationTaggedByArgsDto = {
16993
17251
  after?: InputMaybe<Scalars['String']['input']>;
16994
17252
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17000,7 +17258,7 @@ type SystemCommunicationEMailSenderConfigurationTaggedByArgsDto = {
17000
17258
  searchFilter?: InputMaybe<SearchFilterDto>;
17001
17259
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17002
17260
  };
17003
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EMailSenderConfiguration-1' */
17261
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EMailSenderConfiguration-1' */
17004
17262
  type SystemCommunicationEMailSenderConfigurationUsedByArgsDto = {
17005
17263
  after?: InputMaybe<Scalars['String']['input']>;
17006
17264
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17082,7 +17340,166 @@ type SystemCommunicationEMailSenderConfigurationUpdateMessageDto = {
17082
17340
  /** The corresponding items */
17083
17341
  items?: Maybe<Array<Maybe<SystemCommunicationEMailSenderConfigurationUpdateDto>>>;
17084
17342
  };
17085
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17343
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17344
+ type SystemCommunicationEdaConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
17345
+ __typename?: 'SystemCommunicationEdaConfiguration';
17346
+ associations?: Maybe<RtEntityGenericDtoConnectionDto>;
17347
+ ckTypeId: Scalars['RtCkTypeId']['output'];
17348
+ configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
17349
+ constructionKitType?: Maybe<CkTypeDto>;
17350
+ partnerId: Scalars['String']['output'];
17351
+ relatesFrom?: Maybe<SystemEntity_RelatesFromUnionConnectionDto>;
17352
+ relatesTo?: Maybe<SystemEntity_RelatesToUnionConnectionDto>;
17353
+ rtBlueprintAppliedAt?: Maybe<Scalars['DateTime']['output']>;
17354
+ rtBlueprintLocked?: Maybe<Scalars['Boolean']['output']>;
17355
+ rtBlueprintSource?: Maybe<Scalars['String']['output']>;
17356
+ rtChangedDateTime?: Maybe<Scalars['DateTime']['output']>;
17357
+ rtCreationDateTime?: Maybe<Scalars['DateTime']['output']>;
17358
+ rtId: Scalars['OctoObjectId']['output'];
17359
+ rtVersion?: Maybe<Scalars['ULong']['output']>;
17360
+ rtWellKnownName?: Maybe<Scalars['String']['output']>;
17361
+ taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
17362
+ usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
17363
+ };
17364
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17365
+ type SystemCommunicationEdaConfigurationAssociationsArgsDto = {
17366
+ after?: InputMaybe<Scalars['String']['input']>;
17367
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17368
+ ckId: Scalars['String']['input'];
17369
+ direction: GraphDirectionDto;
17370
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17371
+ first?: InputMaybe<Scalars['Int']['input']>;
17372
+ includeIndirect?: InputMaybe<Scalars['Boolean']['input']>;
17373
+ roleId: Scalars['String']['input'];
17374
+ searchFilter?: InputMaybe<SearchFilterDto>;
17375
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17376
+ };
17377
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17378
+ type SystemCommunicationEdaConfigurationConfiguredByArgsDto = {
17379
+ after?: InputMaybe<Scalars['String']['input']>;
17380
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17381
+ ckTypeIds: Array<Scalars['String']['input']>;
17382
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17383
+ first?: InputMaybe<Scalars['Int']['input']>;
17384
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17385
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17386
+ searchFilter?: InputMaybe<SearchFilterDto>;
17387
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17388
+ };
17389
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17390
+ type SystemCommunicationEdaConfigurationRelatesFromArgsDto = {
17391
+ after?: InputMaybe<Scalars['String']['input']>;
17392
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17393
+ ckTypeIds: Array<Scalars['String']['input']>;
17394
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17395
+ first?: InputMaybe<Scalars['Int']['input']>;
17396
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17397
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17398
+ searchFilter?: InputMaybe<SearchFilterDto>;
17399
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17400
+ };
17401
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17402
+ type SystemCommunicationEdaConfigurationRelatesToArgsDto = {
17403
+ after?: InputMaybe<Scalars['String']['input']>;
17404
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17405
+ ckTypeIds: Array<Scalars['String']['input']>;
17406
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17407
+ first?: InputMaybe<Scalars['Int']['input']>;
17408
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17409
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17410
+ searchFilter?: InputMaybe<SearchFilterDto>;
17411
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17412
+ };
17413
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17414
+ type SystemCommunicationEdaConfigurationTaggedByArgsDto = {
17415
+ after?: InputMaybe<Scalars['String']['input']>;
17416
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17417
+ ckTypeIds: Array<Scalars['String']['input']>;
17418
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17419
+ first?: InputMaybe<Scalars['Int']['input']>;
17420
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17421
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17422
+ searchFilter?: InputMaybe<SearchFilterDto>;
17423
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17424
+ };
17425
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdaConfiguration-1' */
17426
+ type SystemCommunicationEdaConfigurationUsedByArgsDto = {
17427
+ after?: InputMaybe<Scalars['String']['input']>;
17428
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
17429
+ ckTypeIds: Array<Scalars['String']['input']>;
17430
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
17431
+ first?: InputMaybe<Scalars['Int']['input']>;
17432
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17433
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
17434
+ searchFilter?: InputMaybe<SearchFilterDto>;
17435
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17436
+ };
17437
+ /** A connection to `SystemCommunicationEdaConfiguration`. */
17438
+ type SystemCommunicationEdaConfigurationConnectionDto = {
17439
+ __typename?: 'SystemCommunicationEdaConfigurationConnection';
17440
+ /** Result of aggregating the items of the result set. */
17441
+ aggregation?: Maybe<AggregationDto>;
17442
+ /** Information to aid in pagination. */
17443
+ edges?: Maybe<Array<Maybe<SystemCommunicationEdaConfigurationEdgeDto>>>;
17444
+ /** Result of aggregating the items by fields. */
17445
+ fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
17446
+ /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
17447
+ items?: Maybe<Array<Maybe<SystemCommunicationEdaConfigurationDto>>>;
17448
+ /** Information to aid in pagination. */
17449
+ pageInfo?: Maybe<PageInfoDto>;
17450
+ /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
17451
+ totalCount?: Maybe<Scalars['Int']['output']>;
17452
+ };
17453
+ /** An edge in a connection from an object to another object of type `SystemCommunicationEdaConfiguration`. */
17454
+ type SystemCommunicationEdaConfigurationEdgeDto = {
17455
+ __typename?: 'SystemCommunicationEdaConfigurationEdge';
17456
+ /** A cursor for use in pagination */
17457
+ cursor: Scalars['String']['output'];
17458
+ /** The item at the end of the edge */
17459
+ node?: Maybe<SystemCommunicationEdaConfigurationDto>;
17460
+ };
17461
+ type SystemCommunicationEdaConfigurationInputDto = {
17462
+ configuredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17463
+ partnerId?: InputMaybe<Scalars['String']['input']>;
17464
+ relatesFrom?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17465
+ relatesTo?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17466
+ rtBlueprintAppliedAt?: InputMaybe<Scalars['DateTime']['input']>;
17467
+ rtBlueprintLocked?: InputMaybe<Scalars['Boolean']['input']>;
17468
+ rtBlueprintSource?: InputMaybe<Scalars['String']['input']>;
17469
+ rtWellKnownName?: InputMaybe<Scalars['String']['input']>;
17470
+ taggedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17471
+ usedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
17472
+ };
17473
+ type SystemCommunicationEdaConfigurationInputUpdateDto = {
17474
+ /** Item to update */
17475
+ item: SystemCommunicationEdaConfigurationInputDto;
17476
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
17477
+ };
17478
+ type SystemCommunicationEdaConfigurationMutationsDto = {
17479
+ __typename?: 'SystemCommunicationEdaConfigurationMutations';
17480
+ /** Creates new entities of type 'SystemCommunicationEdaConfiguration'. */
17481
+ create?: Maybe<Array<Maybe<SystemCommunicationEdaConfigurationDto>>>;
17482
+ /** Updates existing entity of type 'SystemCommunicationEdaConfiguration'. */
17483
+ update?: Maybe<Array<Maybe<SystemCommunicationEdaConfigurationDto>>>;
17484
+ };
17485
+ type SystemCommunicationEdaConfigurationMutationsCreateArgsDto = {
17486
+ entities: Array<InputMaybe<SystemCommunicationEdaConfigurationInputDto>>;
17487
+ };
17488
+ type SystemCommunicationEdaConfigurationMutationsUpdateArgsDto = {
17489
+ entities: Array<InputMaybe<SystemCommunicationEdaConfigurationInputUpdateDto>>;
17490
+ };
17491
+ type SystemCommunicationEdaConfigurationUpdateDto = {
17492
+ __typename?: 'SystemCommunicationEdaConfigurationUpdate';
17493
+ /** The corresponding item */
17494
+ item?: Maybe<SystemCommunicationEdaConfigurationDto>;
17495
+ updateState?: Maybe<UpdateTypeDto>;
17496
+ };
17497
+ type SystemCommunicationEdaConfigurationUpdateMessageDto = {
17498
+ __typename?: 'SystemCommunicationEdaConfigurationUpdateMessage';
17499
+ /** The corresponding items */
17500
+ items?: Maybe<Array<Maybe<SystemCommunicationEdaConfigurationUpdateDto>>>;
17501
+ };
17502
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17086
17503
  type SystemCommunicationEdgeAdapterDto = SystemCommunicationAdapterInterfaceDto & SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
17087
17504
  __typename?: 'SystemCommunicationEdgeAdapter';
17088
17505
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -17115,7 +17532,7 @@ type SystemCommunicationEdgeAdapterDto = SystemCommunicationAdapterInterfaceDto
17115
17532
  statusMessage?: Maybe<Scalars['String']['output']>;
17116
17533
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
17117
17534
  };
17118
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17535
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17119
17536
  type SystemCommunicationEdgeAdapterAssociationsArgsDto = {
17120
17537
  after?: InputMaybe<Scalars['String']['input']>;
17121
17538
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17128,7 +17545,7 @@ type SystemCommunicationEdgeAdapterAssociationsArgsDto = {
17128
17545
  searchFilter?: InputMaybe<SearchFilterDto>;
17129
17546
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17130
17547
  };
17131
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17548
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17132
17549
  type SystemCommunicationEdgeAdapterConfiguredByArgsDto = {
17133
17550
  after?: InputMaybe<Scalars['String']['input']>;
17134
17551
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17140,7 +17557,7 @@ type SystemCommunicationEdgeAdapterConfiguredByArgsDto = {
17140
17557
  searchFilter?: InputMaybe<SearchFilterDto>;
17141
17558
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17142
17559
  };
17143
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17560
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17144
17561
  type SystemCommunicationEdgeAdapterExecutesArgsDto = {
17145
17562
  after?: InputMaybe<Scalars['String']['input']>;
17146
17563
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17152,7 +17569,7 @@ type SystemCommunicationEdgeAdapterExecutesArgsDto = {
17152
17569
  searchFilter?: InputMaybe<SearchFilterDto>;
17153
17570
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17154
17571
  };
17155
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17572
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17156
17573
  type SystemCommunicationEdgeAdapterExecutingAdapterArgsDto = {
17157
17574
  after?: InputMaybe<Scalars['String']['input']>;
17158
17575
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17164,7 +17581,7 @@ type SystemCommunicationEdgeAdapterExecutingAdapterArgsDto = {
17164
17581
  searchFilter?: InputMaybe<SearchFilterDto>;
17165
17582
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17166
17583
  };
17167
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17584
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17168
17585
  type SystemCommunicationEdgeAdapterManagedByArgsDto = {
17169
17586
  after?: InputMaybe<Scalars['String']['input']>;
17170
17587
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17176,7 +17593,7 @@ type SystemCommunicationEdgeAdapterManagedByArgsDto = {
17176
17593
  searchFilter?: InputMaybe<SearchFilterDto>;
17177
17594
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17178
17595
  };
17179
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17596
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17180
17597
  type SystemCommunicationEdgeAdapterRelatesFromArgsDto = {
17181
17598
  after?: InputMaybe<Scalars['String']['input']>;
17182
17599
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17188,7 +17605,7 @@ type SystemCommunicationEdgeAdapterRelatesFromArgsDto = {
17188
17605
  searchFilter?: InputMaybe<SearchFilterDto>;
17189
17606
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17190
17607
  };
17191
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17608
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17192
17609
  type SystemCommunicationEdgeAdapterRelatesToArgsDto = {
17193
17610
  after?: InputMaybe<Scalars['String']['input']>;
17194
17611
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17200,7 +17617,7 @@ type SystemCommunicationEdgeAdapterRelatesToArgsDto = {
17200
17617
  searchFilter?: InputMaybe<SearchFilterDto>;
17201
17618
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17202
17619
  };
17203
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgeAdapter-1' */
17620
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgeAdapter-1' */
17204
17621
  type SystemCommunicationEdgeAdapterTaggedByArgsDto = {
17205
17622
  after?: InputMaybe<Scalars['String']['input']>;
17206
17623
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17289,7 +17706,7 @@ type SystemCommunicationEdgeAdapterUpdateMessageDto = {
17289
17706
  /** The corresponding items */
17290
17707
  items?: Maybe<Array<Maybe<SystemCommunicationEdgeAdapterUpdateDto>>>;
17291
17708
  };
17292
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17709
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17293
17710
  type SystemCommunicationEdgePipelineDto = SystemCommunicationDeployableEntityInterfaceDto & SystemCommunicationPipelineInterfaceDto & SystemEntityInterfaceDto & {
17294
17711
  __typename?: 'SystemCommunicationEdgePipeline';
17295
17712
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -17319,7 +17736,7 @@ type SystemCommunicationEdgePipelineDto = SystemCommunicationDeployableEntityInt
17319
17736
  statusMessage?: Maybe<Scalars['String']['output']>;
17320
17737
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
17321
17738
  };
17322
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17739
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17323
17740
  type SystemCommunicationEdgePipelineAssociationsArgsDto = {
17324
17741
  after?: InputMaybe<Scalars['String']['input']>;
17325
17742
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17332,7 +17749,7 @@ type SystemCommunicationEdgePipelineAssociationsArgsDto = {
17332
17749
  searchFilter?: InputMaybe<SearchFilterDto>;
17333
17750
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17334
17751
  };
17335
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17752
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17336
17753
  type SystemCommunicationEdgePipelineConfiguredByArgsDto = {
17337
17754
  after?: InputMaybe<Scalars['String']['input']>;
17338
17755
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17344,7 +17761,7 @@ type SystemCommunicationEdgePipelineConfiguredByArgsDto = {
17344
17761
  searchFilter?: InputMaybe<SearchFilterDto>;
17345
17762
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17346
17763
  };
17347
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17764
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17348
17765
  type SystemCommunicationEdgePipelineExecutedByArgsDto = {
17349
17766
  after?: InputMaybe<Scalars['String']['input']>;
17350
17767
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17356,7 +17773,7 @@ type SystemCommunicationEdgePipelineExecutedByArgsDto = {
17356
17773
  searchFilter?: InputMaybe<SearchFilterDto>;
17357
17774
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17358
17775
  };
17359
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17776
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17360
17777
  type SystemCommunicationEdgePipelineExecutedPipelineArgsDto = {
17361
17778
  after?: InputMaybe<Scalars['String']['input']>;
17362
17779
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17368,7 +17785,7 @@ type SystemCommunicationEdgePipelineExecutedPipelineArgsDto = {
17368
17785
  searchFilter?: InputMaybe<SearchFilterDto>;
17369
17786
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17370
17787
  };
17371
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17788
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17372
17789
  type SystemCommunicationEdgePipelineIsUsingArgsDto = {
17373
17790
  after?: InputMaybe<Scalars['String']['input']>;
17374
17791
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17380,7 +17797,7 @@ type SystemCommunicationEdgePipelineIsUsingArgsDto = {
17380
17797
  searchFilter?: InputMaybe<SearchFilterDto>;
17381
17798
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17382
17799
  };
17383
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17800
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17384
17801
  type SystemCommunicationEdgePipelineParentArgsDto = {
17385
17802
  after?: InputMaybe<Scalars['String']['input']>;
17386
17803
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17392,7 +17809,7 @@ type SystemCommunicationEdgePipelineParentArgsDto = {
17392
17809
  searchFilter?: InputMaybe<SearchFilterDto>;
17393
17810
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17394
17811
  };
17395
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17812
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17396
17813
  type SystemCommunicationEdgePipelineRelatesFromArgsDto = {
17397
17814
  after?: InputMaybe<Scalars['String']['input']>;
17398
17815
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17404,7 +17821,7 @@ type SystemCommunicationEdgePipelineRelatesFromArgsDto = {
17404
17821
  searchFilter?: InputMaybe<SearchFilterDto>;
17405
17822
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17406
17823
  };
17407
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17824
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17408
17825
  type SystemCommunicationEdgePipelineRelatesToArgsDto = {
17409
17826
  after?: InputMaybe<Scalars['String']['input']>;
17410
17827
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17416,7 +17833,7 @@ type SystemCommunicationEdgePipelineRelatesToArgsDto = {
17416
17833
  searchFilter?: InputMaybe<SearchFilterDto>;
17417
17834
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17418
17835
  };
17419
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17836
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17420
17837
  type SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto = {
17421
17838
  after?: InputMaybe<Scalars['String']['input']>;
17422
17839
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17428,7 +17845,7 @@ type SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto = {
17428
17845
  searchFilter?: InputMaybe<SearchFilterDto>;
17429
17846
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17430
17847
  };
17431
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EdgePipeline-1' */
17848
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EdgePipeline-1' */
17432
17849
  type SystemCommunicationEdgePipelineTaggedByArgsDto = {
17433
17850
  after?: InputMaybe<Scalars['String']['input']>;
17434
17851
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17514,7 +17931,7 @@ type SystemCommunicationEdgePipelineUpdateMessageDto = {
17514
17931
  /** The corresponding items */
17515
17932
  items?: Maybe<Array<Maybe<SystemCommunicationEdgePipelineUpdateDto>>>;
17516
17933
  };
17517
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
17934
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17518
17935
  type SystemCommunicationEnergyCommunityConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
17519
17936
  __typename?: 'SystemCommunicationEnergyCommunityConfiguration';
17520
17937
  appHeading?: Maybe<Scalars['String']['output']>;
@@ -17554,7 +17971,7 @@ type SystemCommunicationEnergyCommunityConfigurationDto = SystemConfigurationInt
17554
17971
  taxRate: Scalars['Decimal']['output'];
17555
17972
  usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
17556
17973
  };
17557
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
17974
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17558
17975
  type SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto = {
17559
17976
  after?: InputMaybe<Scalars['String']['input']>;
17560
17977
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17567,7 +17984,7 @@ type SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto = {
17567
17984
  searchFilter?: InputMaybe<SearchFilterDto>;
17568
17985
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17569
17986
  };
17570
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
17987
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17571
17988
  type SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto = {
17572
17989
  after?: InputMaybe<Scalars['String']['input']>;
17573
17990
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17579,7 +17996,7 @@ type SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto = {
17579
17996
  searchFilter?: InputMaybe<SearchFilterDto>;
17580
17997
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17581
17998
  };
17582
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
17999
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17583
18000
  type SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto = {
17584
18001
  after?: InputMaybe<Scalars['String']['input']>;
17585
18002
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17591,7 +18008,7 @@ type SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto = {
17591
18008
  searchFilter?: InputMaybe<SearchFilterDto>;
17592
18009
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17593
18010
  };
17594
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
18011
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17595
18012
  type SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto = {
17596
18013
  after?: InputMaybe<Scalars['String']['input']>;
17597
18014
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17603,7 +18020,7 @@ type SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto = {
17603
18020
  searchFilter?: InputMaybe<SearchFilterDto>;
17604
18021
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17605
18022
  };
17606
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
18023
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17607
18024
  type SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto = {
17608
18025
  after?: InputMaybe<Scalars['String']['input']>;
17609
18026
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17615,7 +18032,7 @@ type SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto = {
17615
18032
  searchFilter?: InputMaybe<SearchFilterDto>;
17616
18033
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17617
18034
  };
17618
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/EnergyCommunityConfiguration-1' */
18035
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/EnergyCommunityConfiguration-1' */
17619
18036
  type SystemCommunicationEnergyCommunityConfigurationUsedByArgsDto = {
17620
18037
  after?: InputMaybe<Scalars['String']['input']>;
17621
18038
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17711,7 +18128,7 @@ type SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto = {
17711
18128
  /** The corresponding items */
17712
18129
  items?: Maybe<Array<Maybe<SystemCommunicationEnergyCommunityConfigurationUpdateDto>>>;
17713
18130
  };
17714
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18131
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17715
18132
  type SystemCommunicationFinApiConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
17716
18133
  __typename?: 'SystemCommunicationFinApiConfiguration';
17717
18134
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -17737,7 +18154,7 @@ type SystemCommunicationFinApiConfigurationDto = SystemConfigurationInterfaceDto
17737
18154
  usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
17738
18155
  username: Scalars['String']['output'];
17739
18156
  };
17740
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18157
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17741
18158
  type SystemCommunicationFinApiConfigurationAssociationsArgsDto = {
17742
18159
  after?: InputMaybe<Scalars['String']['input']>;
17743
18160
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17750,7 +18167,7 @@ type SystemCommunicationFinApiConfigurationAssociationsArgsDto = {
17750
18167
  searchFilter?: InputMaybe<SearchFilterDto>;
17751
18168
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17752
18169
  };
17753
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18170
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17754
18171
  type SystemCommunicationFinApiConfigurationConfiguredByArgsDto = {
17755
18172
  after?: InputMaybe<Scalars['String']['input']>;
17756
18173
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17762,7 +18179,7 @@ type SystemCommunicationFinApiConfigurationConfiguredByArgsDto = {
17762
18179
  searchFilter?: InputMaybe<SearchFilterDto>;
17763
18180
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17764
18181
  };
17765
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18182
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17766
18183
  type SystemCommunicationFinApiConfigurationRelatesFromArgsDto = {
17767
18184
  after?: InputMaybe<Scalars['String']['input']>;
17768
18185
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17774,7 +18191,7 @@ type SystemCommunicationFinApiConfigurationRelatesFromArgsDto = {
17774
18191
  searchFilter?: InputMaybe<SearchFilterDto>;
17775
18192
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17776
18193
  };
17777
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18194
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17778
18195
  type SystemCommunicationFinApiConfigurationRelatesToArgsDto = {
17779
18196
  after?: InputMaybe<Scalars['String']['input']>;
17780
18197
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17786,7 +18203,7 @@ type SystemCommunicationFinApiConfigurationRelatesToArgsDto = {
17786
18203
  searchFilter?: InputMaybe<SearchFilterDto>;
17787
18204
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17788
18205
  };
17789
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18206
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17790
18207
  type SystemCommunicationFinApiConfigurationTaggedByArgsDto = {
17791
18208
  after?: InputMaybe<Scalars['String']['input']>;
17792
18209
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17798,7 +18215,7 @@ type SystemCommunicationFinApiConfigurationTaggedByArgsDto = {
17798
18215
  searchFilter?: InputMaybe<SearchFilterDto>;
17799
18216
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17800
18217
  };
17801
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/FinApiConfiguration-1' */
18218
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/FinApiConfiguration-1' */
17802
18219
  type SystemCommunicationFinApiConfigurationUsedByArgsDto = {
17803
18220
  after?: InputMaybe<Scalars['String']['input']>;
17804
18221
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17880,7 +18297,7 @@ type SystemCommunicationFinApiConfigurationUpdateMessageDto = {
17880
18297
  /** The corresponding items */
17881
18298
  items?: Maybe<Array<Maybe<SystemCommunicationFinApiConfigurationUpdateDto>>>;
17882
18299
  };
17883
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18300
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17884
18301
  type SystemCommunicationMeshAdapterDto = SystemCommunicationAdapterInterfaceDto & SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
17885
18302
  __typename?: 'SystemCommunicationMeshAdapter';
17886
18303
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -17913,7 +18330,7 @@ type SystemCommunicationMeshAdapterDto = SystemCommunicationAdapterInterfaceDto
17913
18330
  statusMessage?: Maybe<Scalars['String']['output']>;
17914
18331
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
17915
18332
  };
17916
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18333
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17917
18334
  type SystemCommunicationMeshAdapterAssociationsArgsDto = {
17918
18335
  after?: InputMaybe<Scalars['String']['input']>;
17919
18336
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17926,7 +18343,7 @@ type SystemCommunicationMeshAdapterAssociationsArgsDto = {
17926
18343
  searchFilter?: InputMaybe<SearchFilterDto>;
17927
18344
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17928
18345
  };
17929
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18346
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17930
18347
  type SystemCommunicationMeshAdapterConfiguredByArgsDto = {
17931
18348
  after?: InputMaybe<Scalars['String']['input']>;
17932
18349
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17938,7 +18355,7 @@ type SystemCommunicationMeshAdapterConfiguredByArgsDto = {
17938
18355
  searchFilter?: InputMaybe<SearchFilterDto>;
17939
18356
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17940
18357
  };
17941
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18358
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17942
18359
  type SystemCommunicationMeshAdapterExecutesArgsDto = {
17943
18360
  after?: InputMaybe<Scalars['String']['input']>;
17944
18361
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17950,7 +18367,7 @@ type SystemCommunicationMeshAdapterExecutesArgsDto = {
17950
18367
  searchFilter?: InputMaybe<SearchFilterDto>;
17951
18368
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17952
18369
  };
17953
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18370
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17954
18371
  type SystemCommunicationMeshAdapterExecutingAdapterArgsDto = {
17955
18372
  after?: InputMaybe<Scalars['String']['input']>;
17956
18373
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17962,7 +18379,7 @@ type SystemCommunicationMeshAdapterExecutingAdapterArgsDto = {
17962
18379
  searchFilter?: InputMaybe<SearchFilterDto>;
17963
18380
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17964
18381
  };
17965
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18382
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17966
18383
  type SystemCommunicationMeshAdapterManagedByArgsDto = {
17967
18384
  after?: InputMaybe<Scalars['String']['input']>;
17968
18385
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17974,7 +18391,7 @@ type SystemCommunicationMeshAdapterManagedByArgsDto = {
17974
18391
  searchFilter?: InputMaybe<SearchFilterDto>;
17975
18392
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17976
18393
  };
17977
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18394
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17978
18395
  type SystemCommunicationMeshAdapterRelatesFromArgsDto = {
17979
18396
  after?: InputMaybe<Scalars['String']['input']>;
17980
18397
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17986,7 +18403,7 @@ type SystemCommunicationMeshAdapterRelatesFromArgsDto = {
17986
18403
  searchFilter?: InputMaybe<SearchFilterDto>;
17987
18404
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
17988
18405
  };
17989
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18406
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
17990
18407
  type SystemCommunicationMeshAdapterRelatesToArgsDto = {
17991
18408
  after?: InputMaybe<Scalars['String']['input']>;
17992
18409
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -17998,7 +18415,7 @@ type SystemCommunicationMeshAdapterRelatesToArgsDto = {
17998
18415
  searchFilter?: InputMaybe<SearchFilterDto>;
17999
18416
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18000
18417
  };
18001
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshAdapter-1' */
18418
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshAdapter-1' */
18002
18419
  type SystemCommunicationMeshAdapterTaggedByArgsDto = {
18003
18420
  after?: InputMaybe<Scalars['String']['input']>;
18004
18421
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18087,7 +18504,7 @@ type SystemCommunicationMeshAdapterUpdateMessageDto = {
18087
18504
  /** The corresponding items */
18088
18505
  items?: Maybe<Array<Maybe<SystemCommunicationMeshAdapterUpdateDto>>>;
18089
18506
  };
18090
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18507
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18091
18508
  type SystemCommunicationMeshPipelineDto = SystemCommunicationDeployableEntityInterfaceDto & SystemCommunicationPipelineInterfaceDto & SystemEntityInterfaceDto & {
18092
18509
  __typename?: 'SystemCommunicationMeshPipeline';
18093
18510
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -18118,7 +18535,7 @@ type SystemCommunicationMeshPipelineDto = SystemCommunicationDeployableEntityInt
18118
18535
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18119
18536
  triggeredBy?: Maybe<SystemCommunicationDataPipelineTrigger_TriggeredByUnionConnectionDto>;
18120
18537
  };
18121
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18538
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18122
18539
  type SystemCommunicationMeshPipelineAssociationsArgsDto = {
18123
18540
  after?: InputMaybe<Scalars['String']['input']>;
18124
18541
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18131,7 +18548,7 @@ type SystemCommunicationMeshPipelineAssociationsArgsDto = {
18131
18548
  searchFilter?: InputMaybe<SearchFilterDto>;
18132
18549
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18133
18550
  };
18134
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18551
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18135
18552
  type SystemCommunicationMeshPipelineConfiguredByArgsDto = {
18136
18553
  after?: InputMaybe<Scalars['String']['input']>;
18137
18554
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18143,7 +18560,7 @@ type SystemCommunicationMeshPipelineConfiguredByArgsDto = {
18143
18560
  searchFilter?: InputMaybe<SearchFilterDto>;
18144
18561
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18145
18562
  };
18146
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18563
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18147
18564
  type SystemCommunicationMeshPipelineExecutedByArgsDto = {
18148
18565
  after?: InputMaybe<Scalars['String']['input']>;
18149
18566
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18155,7 +18572,7 @@ type SystemCommunicationMeshPipelineExecutedByArgsDto = {
18155
18572
  searchFilter?: InputMaybe<SearchFilterDto>;
18156
18573
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18157
18574
  };
18158
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18575
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18159
18576
  type SystemCommunicationMeshPipelineExecutedPipelineArgsDto = {
18160
18577
  after?: InputMaybe<Scalars['String']['input']>;
18161
18578
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18167,7 +18584,7 @@ type SystemCommunicationMeshPipelineExecutedPipelineArgsDto = {
18167
18584
  searchFilter?: InputMaybe<SearchFilterDto>;
18168
18585
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18169
18586
  };
18170
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18587
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18171
18588
  type SystemCommunicationMeshPipelineIsUsingArgsDto = {
18172
18589
  after?: InputMaybe<Scalars['String']['input']>;
18173
18590
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18179,20 +18596,217 @@ type SystemCommunicationMeshPipelineIsUsingArgsDto = {
18179
18596
  searchFilter?: InputMaybe<SearchFilterDto>;
18180
18597
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18181
18598
  };
18182
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18183
- type SystemCommunicationMeshPipelineParentArgsDto = {
18599
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18600
+ type SystemCommunicationMeshPipelineParentArgsDto = {
18601
+ after?: InputMaybe<Scalars['String']['input']>;
18602
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18603
+ ckTypeIds: Array<Scalars['String']['input']>;
18604
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18605
+ first?: InputMaybe<Scalars['Int']['input']>;
18606
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18607
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18608
+ searchFilter?: InputMaybe<SearchFilterDto>;
18609
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18610
+ };
18611
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18612
+ type SystemCommunicationMeshPipelineRelatesFromArgsDto = {
18613
+ after?: InputMaybe<Scalars['String']['input']>;
18614
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18615
+ ckTypeIds: Array<Scalars['String']['input']>;
18616
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18617
+ first?: InputMaybe<Scalars['Int']['input']>;
18618
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18619
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18620
+ searchFilter?: InputMaybe<SearchFilterDto>;
18621
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18622
+ };
18623
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18624
+ type SystemCommunicationMeshPipelineRelatesToArgsDto = {
18625
+ after?: InputMaybe<Scalars['String']['input']>;
18626
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18627
+ ckTypeIds: Array<Scalars['String']['input']>;
18628
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18629
+ first?: InputMaybe<Scalars['Int']['input']>;
18630
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18631
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18632
+ searchFilter?: InputMaybe<SearchFilterDto>;
18633
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18634
+ };
18635
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18636
+ type SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto = {
18637
+ after?: InputMaybe<Scalars['String']['input']>;
18638
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18639
+ ckTypeIds: Array<Scalars['String']['input']>;
18640
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18641
+ first?: InputMaybe<Scalars['Int']['input']>;
18642
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18643
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18644
+ searchFilter?: InputMaybe<SearchFilterDto>;
18645
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18646
+ };
18647
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18648
+ type SystemCommunicationMeshPipelineTaggedByArgsDto = {
18649
+ after?: InputMaybe<Scalars['String']['input']>;
18650
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18651
+ ckTypeIds: Array<Scalars['String']['input']>;
18652
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18653
+ first?: InputMaybe<Scalars['Int']['input']>;
18654
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18655
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18656
+ searchFilter?: InputMaybe<SearchFilterDto>;
18657
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18658
+ };
18659
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MeshPipeline-1' */
18660
+ type SystemCommunicationMeshPipelineTriggeredByArgsDto = {
18661
+ after?: InputMaybe<Scalars['String']['input']>;
18662
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
18663
+ ckTypeIds: Array<Scalars['String']['input']>;
18664
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18665
+ first?: InputMaybe<Scalars['Int']['input']>;
18666
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18667
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18668
+ searchFilter?: InputMaybe<SearchFilterDto>;
18669
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18670
+ };
18671
+ /** A connection to `SystemCommunicationMeshPipeline`. */
18672
+ type SystemCommunicationMeshPipelineConnectionDto = {
18673
+ __typename?: 'SystemCommunicationMeshPipelineConnection';
18674
+ /** Result of aggregating the items of the result set. */
18675
+ aggregation?: Maybe<AggregationDto>;
18676
+ /** Information to aid in pagination. */
18677
+ edges?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineEdgeDto>>>;
18678
+ /** Result of aggregating the items by fields. */
18679
+ fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
18680
+ /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
18681
+ items?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18682
+ /** Information to aid in pagination. */
18683
+ pageInfo?: Maybe<PageInfoDto>;
18684
+ /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
18685
+ totalCount?: Maybe<Scalars['Int']['output']>;
18686
+ };
18687
+ /** An edge in a connection from an object to another object of type `SystemCommunicationMeshPipeline`. */
18688
+ type SystemCommunicationMeshPipelineEdgeDto = {
18689
+ __typename?: 'SystemCommunicationMeshPipelineEdge';
18690
+ /** A cursor for use in pagination */
18691
+ cursor: Scalars['String']['output'];
18692
+ /** The item at the end of the edge */
18693
+ node?: Maybe<SystemCommunicationMeshPipelineDto>;
18694
+ };
18695
+ type SystemCommunicationMeshPipelineInputDto = {
18696
+ configuredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18697
+ deploymentState?: InputMaybe<SystemCommunicationDeploymentStateDto>;
18698
+ description?: InputMaybe<Scalars['String']['input']>;
18699
+ enabled?: InputMaybe<Scalars['Boolean']['input']>;
18700
+ executedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18701
+ executedPipeline?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18702
+ isUsing?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18703
+ name?: InputMaybe<Scalars['String']['input']>;
18704
+ parent?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18705
+ pipelineDefinition?: InputMaybe<Scalars['String']['input']>;
18706
+ relatesFrom?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18707
+ relatesTo?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18708
+ rtBlueprintAppliedAt?: InputMaybe<Scalars['DateTime']['input']>;
18709
+ rtBlueprintLocked?: InputMaybe<Scalars['Boolean']['input']>;
18710
+ rtBlueprintSource?: InputMaybe<Scalars['String']['input']>;
18711
+ rtWellKnownName?: InputMaybe<Scalars['String']['input']>;
18712
+ statisticsForPipeline?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18713
+ statusMessage?: InputMaybe<Scalars['String']['input']>;
18714
+ taggedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18715
+ triggeredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18716
+ };
18717
+ type SystemCommunicationMeshPipelineInputUpdateDto = {
18718
+ /** Item to update */
18719
+ item: SystemCommunicationMeshPipelineInputDto;
18720
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18721
+ };
18722
+ type SystemCommunicationMeshPipelineMutationsDto = {
18723
+ __typename?: 'SystemCommunicationMeshPipelineMutations';
18724
+ /** Creates new entities of type 'SystemCommunicationMeshPipeline'. */
18725
+ create?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18726
+ /** Updates existing entity of type 'SystemCommunicationMeshPipeline'. */
18727
+ update?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18728
+ };
18729
+ type SystemCommunicationMeshPipelineMutationsCreateArgsDto = {
18730
+ entities: Array<InputMaybe<SystemCommunicationMeshPipelineInputDto>>;
18731
+ };
18732
+ type SystemCommunicationMeshPipelineMutationsUpdateArgsDto = {
18733
+ entities: Array<InputMaybe<SystemCommunicationMeshPipelineInputUpdateDto>>;
18734
+ };
18735
+ type SystemCommunicationMeshPipelineUpdateDto = {
18736
+ __typename?: 'SystemCommunicationMeshPipelineUpdate';
18737
+ /** The corresponding item */
18738
+ item?: Maybe<SystemCommunicationMeshPipelineDto>;
18739
+ updateState?: Maybe<UpdateTypeDto>;
18740
+ };
18741
+ type SystemCommunicationMeshPipelineUpdateMessageDto = {
18742
+ __typename?: 'SystemCommunicationMeshPipelineUpdateMessage';
18743
+ /** The corresponding items */
18744
+ items?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineUpdateDto>>>;
18745
+ };
18746
+ /** Union of types derived from System.Communication/MeshPipeline for Triggers association */
18747
+ type SystemCommunicationMeshPipeline_TriggersUnionDto = SystemCommunicationMeshPipelineDto;
18748
+ /** A connection to `SystemCommunicationMeshPipeline_TriggersUnion`. */
18749
+ type SystemCommunicationMeshPipeline_TriggersUnionConnectionDto = {
18750
+ __typename?: 'SystemCommunicationMeshPipeline_TriggersUnionConnection';
18751
+ /** Result of aggregating the items of the result set. */
18752
+ aggregation?: Maybe<AggregationDto>;
18753
+ /** Information to aid in pagination. */
18754
+ edges?: Maybe<Array<Maybe<SystemCommunicationMeshPipeline_TriggersUnionEdgeDto>>>;
18755
+ /** Result of aggregating the items by fields. */
18756
+ fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
18757
+ /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
18758
+ items?: Maybe<Array<Maybe<SystemCommunicationMeshPipeline_TriggersUnionDto>>>;
18759
+ /** Information to aid in pagination. */
18760
+ pageInfo?: Maybe<PageInfoDto>;
18761
+ /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
18762
+ totalCount?: Maybe<Scalars['Int']['output']>;
18763
+ };
18764
+ /** An edge in a connection from an object to another object of type `SystemCommunicationMeshPipeline_TriggersUnion`. */
18765
+ type SystemCommunicationMeshPipeline_TriggersUnionEdgeDto = {
18766
+ __typename?: 'SystemCommunicationMeshPipeline_TriggersUnionEdge';
18767
+ /** A cursor for use in pagination */
18768
+ cursor: Scalars['String']['output'];
18769
+ /** The item at the end of the edge */
18770
+ node?: Maybe<SystemCommunicationMeshPipeline_TriggersUnionDto>;
18771
+ };
18772
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18773
+ type SystemCommunicationMicrosoftGraphConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
18774
+ __typename?: 'SystemCommunicationMicrosoftGraphConfiguration';
18775
+ associations?: Maybe<RtEntityGenericDtoConnectionDto>;
18776
+ azureTenantId: Scalars['String']['output'];
18777
+ ckTypeId: Scalars['RtCkTypeId']['output'];
18778
+ clientId: Scalars['String']['output'];
18779
+ clientSecret: Scalars['String']['output'];
18780
+ configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
18781
+ constructionKitType?: Maybe<CkTypeDto>;
18782
+ relatesFrom?: Maybe<SystemEntity_RelatesFromUnionConnectionDto>;
18783
+ relatesTo?: Maybe<SystemEntity_RelatesToUnionConnectionDto>;
18784
+ rtBlueprintAppliedAt?: Maybe<Scalars['DateTime']['output']>;
18785
+ rtBlueprintLocked?: Maybe<Scalars['Boolean']['output']>;
18786
+ rtBlueprintSource?: Maybe<Scalars['String']['output']>;
18787
+ rtChangedDateTime?: Maybe<Scalars['DateTime']['output']>;
18788
+ rtCreationDateTime?: Maybe<Scalars['DateTime']['output']>;
18789
+ rtId: Scalars['OctoObjectId']['output'];
18790
+ rtVersion?: Maybe<Scalars['ULong']['output']>;
18791
+ rtWellKnownName?: Maybe<Scalars['String']['output']>;
18792
+ taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18793
+ usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
18794
+ };
18795
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18796
+ type SystemCommunicationMicrosoftGraphConfigurationAssociationsArgsDto = {
18184
18797
  after?: InputMaybe<Scalars['String']['input']>;
18185
18798
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18186
- ckTypeIds: Array<Scalars['String']['input']>;
18799
+ ckId: Scalars['String']['input'];
18800
+ direction: GraphDirectionDto;
18187
18801
  fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
18188
18802
  first?: InputMaybe<Scalars['Int']['input']>;
18189
- rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18190
- rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
18803
+ includeIndirect?: InputMaybe<Scalars['Boolean']['input']>;
18804
+ roleId: Scalars['String']['input'];
18191
18805
  searchFilter?: InputMaybe<SearchFilterDto>;
18192
18806
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18193
18807
  };
18194
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18195
- type SystemCommunicationMeshPipelineRelatesFromArgsDto = {
18808
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18809
+ type SystemCommunicationMicrosoftGraphConfigurationConfiguredByArgsDto = {
18196
18810
  after?: InputMaybe<Scalars['String']['input']>;
18197
18811
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18198
18812
  ckTypeIds: Array<Scalars['String']['input']>;
@@ -18203,8 +18817,8 @@ type SystemCommunicationMeshPipelineRelatesFromArgsDto = {
18203
18817
  searchFilter?: InputMaybe<SearchFilterDto>;
18204
18818
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18205
18819
  };
18206
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18207
- type SystemCommunicationMeshPipelineRelatesToArgsDto = {
18820
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18821
+ type SystemCommunicationMicrosoftGraphConfigurationRelatesFromArgsDto = {
18208
18822
  after?: InputMaybe<Scalars['String']['input']>;
18209
18823
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18210
18824
  ckTypeIds: Array<Scalars['String']['input']>;
@@ -18215,8 +18829,8 @@ type SystemCommunicationMeshPipelineRelatesToArgsDto = {
18215
18829
  searchFilter?: InputMaybe<SearchFilterDto>;
18216
18830
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18217
18831
  };
18218
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18219
- type SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto = {
18832
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18833
+ type SystemCommunicationMicrosoftGraphConfigurationRelatesToArgsDto = {
18220
18834
  after?: InputMaybe<Scalars['String']['input']>;
18221
18835
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18222
18836
  ckTypeIds: Array<Scalars['String']['input']>;
@@ -18227,8 +18841,8 @@ type SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto = {
18227
18841
  searchFilter?: InputMaybe<SearchFilterDto>;
18228
18842
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18229
18843
  };
18230
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18231
- type SystemCommunicationMeshPipelineTaggedByArgsDto = {
18844
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18845
+ type SystemCommunicationMicrosoftGraphConfigurationTaggedByArgsDto = {
18232
18846
  after?: InputMaybe<Scalars['String']['input']>;
18233
18847
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18234
18848
  ckTypeIds: Array<Scalars['String']['input']>;
@@ -18239,8 +18853,8 @@ type SystemCommunicationMeshPipelineTaggedByArgsDto = {
18239
18853
  searchFilter?: InputMaybe<SearchFilterDto>;
18240
18854
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18241
18855
  };
18242
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/MeshPipeline-1' */
18243
- type SystemCommunicationMeshPipelineTriggeredByArgsDto = {
18856
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/MicrosoftGraphConfiguration-1' */
18857
+ type SystemCommunicationMicrosoftGraphConfigurationUsedByArgsDto = {
18244
18858
  after?: InputMaybe<Scalars['String']['input']>;
18245
18859
  aggregations?: InputMaybe<ResultAggregationInputDto>;
18246
18860
  ckTypeIds: Array<Scalars['String']['input']>;
@@ -18251,108 +18865,74 @@ type SystemCommunicationMeshPipelineTriggeredByArgsDto = {
18251
18865
  searchFilter?: InputMaybe<SearchFilterDto>;
18252
18866
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18253
18867
  };
18254
- /** A connection to `SystemCommunicationMeshPipeline`. */
18255
- type SystemCommunicationMeshPipelineConnectionDto = {
18256
- __typename?: 'SystemCommunicationMeshPipelineConnection';
18868
+ /** A connection to `SystemCommunicationMicrosoftGraphConfiguration`. */
18869
+ type SystemCommunicationMicrosoftGraphConfigurationConnectionDto = {
18870
+ __typename?: 'SystemCommunicationMicrosoftGraphConfigurationConnection';
18257
18871
  /** Result of aggregating the items of the result set. */
18258
18872
  aggregation?: Maybe<AggregationDto>;
18259
18873
  /** Information to aid in pagination. */
18260
- edges?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineEdgeDto>>>;
18874
+ edges?: Maybe<Array<Maybe<SystemCommunicationMicrosoftGraphConfigurationEdgeDto>>>;
18261
18875
  /** Result of aggregating the items by fields. */
18262
18876
  fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
18263
18877
  /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
18264
- items?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18878
+ items?: Maybe<Array<Maybe<SystemCommunicationMicrosoftGraphConfigurationDto>>>;
18265
18879
  /** Information to aid in pagination. */
18266
18880
  pageInfo?: Maybe<PageInfoDto>;
18267
18881
  /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
18268
18882
  totalCount?: Maybe<Scalars['Int']['output']>;
18269
18883
  };
18270
- /** An edge in a connection from an object to another object of type `SystemCommunicationMeshPipeline`. */
18271
- type SystemCommunicationMeshPipelineEdgeDto = {
18272
- __typename?: 'SystemCommunicationMeshPipelineEdge';
18884
+ /** An edge in a connection from an object to another object of type `SystemCommunicationMicrosoftGraphConfiguration`. */
18885
+ type SystemCommunicationMicrosoftGraphConfigurationEdgeDto = {
18886
+ __typename?: 'SystemCommunicationMicrosoftGraphConfigurationEdge';
18273
18887
  /** A cursor for use in pagination */
18274
18888
  cursor: Scalars['String']['output'];
18275
18889
  /** The item at the end of the edge */
18276
- node?: Maybe<SystemCommunicationMeshPipelineDto>;
18890
+ node?: Maybe<SystemCommunicationMicrosoftGraphConfigurationDto>;
18277
18891
  };
18278
- type SystemCommunicationMeshPipelineInputDto = {
18892
+ type SystemCommunicationMicrosoftGraphConfigurationInputDto = {
18893
+ azureTenantId?: InputMaybe<Scalars['String']['input']>;
18894
+ clientId?: InputMaybe<Scalars['String']['input']>;
18895
+ clientSecret?: InputMaybe<Scalars['String']['input']>;
18279
18896
  configuredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18280
- deploymentState?: InputMaybe<SystemCommunicationDeploymentStateDto>;
18281
- description?: InputMaybe<Scalars['String']['input']>;
18282
- enabled?: InputMaybe<Scalars['Boolean']['input']>;
18283
- executedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18284
- executedPipeline?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18285
- isUsing?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18286
- name?: InputMaybe<Scalars['String']['input']>;
18287
- parent?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18288
- pipelineDefinition?: InputMaybe<Scalars['String']['input']>;
18289
18897
  relatesFrom?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18290
18898
  relatesTo?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18291
18899
  rtBlueprintAppliedAt?: InputMaybe<Scalars['DateTime']['input']>;
18292
18900
  rtBlueprintLocked?: InputMaybe<Scalars['Boolean']['input']>;
18293
18901
  rtBlueprintSource?: InputMaybe<Scalars['String']['input']>;
18294
18902
  rtWellKnownName?: InputMaybe<Scalars['String']['input']>;
18295
- statisticsForPipeline?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18296
- statusMessage?: InputMaybe<Scalars['String']['input']>;
18297
18903
  taggedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18298
- triggeredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18904
+ usedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
18299
18905
  };
18300
- type SystemCommunicationMeshPipelineInputUpdateDto = {
18906
+ type SystemCommunicationMicrosoftGraphConfigurationInputUpdateDto = {
18301
18907
  /** Item to update */
18302
- item: SystemCommunicationMeshPipelineInputDto;
18908
+ item: SystemCommunicationMicrosoftGraphConfigurationInputDto;
18303
18909
  rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
18304
18910
  };
18305
- type SystemCommunicationMeshPipelineMutationsDto = {
18306
- __typename?: 'SystemCommunicationMeshPipelineMutations';
18307
- /** Creates new entities of type 'SystemCommunicationMeshPipeline'. */
18308
- create?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18309
- /** Updates existing entity of type 'SystemCommunicationMeshPipeline'. */
18310
- update?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineDto>>>;
18911
+ type SystemCommunicationMicrosoftGraphConfigurationMutationsDto = {
18912
+ __typename?: 'SystemCommunicationMicrosoftGraphConfigurationMutations';
18913
+ /** Creates new entities of type 'SystemCommunicationMicrosoftGraphConfiguration'. */
18914
+ create?: Maybe<Array<Maybe<SystemCommunicationMicrosoftGraphConfigurationDto>>>;
18915
+ /** Updates existing entity of type 'SystemCommunicationMicrosoftGraphConfiguration'. */
18916
+ update?: Maybe<Array<Maybe<SystemCommunicationMicrosoftGraphConfigurationDto>>>;
18311
18917
  };
18312
- type SystemCommunicationMeshPipelineMutationsCreateArgsDto = {
18313
- entities: Array<InputMaybe<SystemCommunicationMeshPipelineInputDto>>;
18918
+ type SystemCommunicationMicrosoftGraphConfigurationMutationsCreateArgsDto = {
18919
+ entities: Array<InputMaybe<SystemCommunicationMicrosoftGraphConfigurationInputDto>>;
18314
18920
  };
18315
- type SystemCommunicationMeshPipelineMutationsUpdateArgsDto = {
18316
- entities: Array<InputMaybe<SystemCommunicationMeshPipelineInputUpdateDto>>;
18921
+ type SystemCommunicationMicrosoftGraphConfigurationMutationsUpdateArgsDto = {
18922
+ entities: Array<InputMaybe<SystemCommunicationMicrosoftGraphConfigurationInputUpdateDto>>;
18317
18923
  };
18318
- type SystemCommunicationMeshPipelineUpdateDto = {
18319
- __typename?: 'SystemCommunicationMeshPipelineUpdate';
18924
+ type SystemCommunicationMicrosoftGraphConfigurationUpdateDto = {
18925
+ __typename?: 'SystemCommunicationMicrosoftGraphConfigurationUpdate';
18320
18926
  /** The corresponding item */
18321
- item?: Maybe<SystemCommunicationMeshPipelineDto>;
18927
+ item?: Maybe<SystemCommunicationMicrosoftGraphConfigurationDto>;
18322
18928
  updateState?: Maybe<UpdateTypeDto>;
18323
18929
  };
18324
- type SystemCommunicationMeshPipelineUpdateMessageDto = {
18325
- __typename?: 'SystemCommunicationMeshPipelineUpdateMessage';
18930
+ type SystemCommunicationMicrosoftGraphConfigurationUpdateMessageDto = {
18931
+ __typename?: 'SystemCommunicationMicrosoftGraphConfigurationUpdateMessage';
18326
18932
  /** The corresponding items */
18327
- items?: Maybe<Array<Maybe<SystemCommunicationMeshPipelineUpdateDto>>>;
18328
- };
18329
- /** Union of types derived from System.Communication/MeshPipeline for Triggers association */
18330
- type SystemCommunicationMeshPipeline_TriggersUnionDto = SystemCommunicationMeshPipelineDto;
18331
- /** A connection to `SystemCommunicationMeshPipeline_TriggersUnion`. */
18332
- type SystemCommunicationMeshPipeline_TriggersUnionConnectionDto = {
18333
- __typename?: 'SystemCommunicationMeshPipeline_TriggersUnionConnection';
18334
- /** Result of aggregating the items of the result set. */
18335
- aggregation?: Maybe<AggregationDto>;
18336
- /** Information to aid in pagination. */
18337
- edges?: Maybe<Array<Maybe<SystemCommunicationMeshPipeline_TriggersUnionEdgeDto>>>;
18338
- /** Result of aggregating the items by fields. */
18339
- fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
18340
- /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
18341
- items?: Maybe<Array<Maybe<SystemCommunicationMeshPipeline_TriggersUnionDto>>>;
18342
- /** Information to aid in pagination. */
18343
- pageInfo?: Maybe<PageInfoDto>;
18344
- /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
18345
- totalCount?: Maybe<Scalars['Int']['output']>;
18346
- };
18347
- /** An edge in a connection from an object to another object of type `SystemCommunicationMeshPipeline_TriggersUnion`. */
18348
- type SystemCommunicationMeshPipeline_TriggersUnionEdgeDto = {
18349
- __typename?: 'SystemCommunicationMeshPipeline_TriggersUnionEdge';
18350
- /** A cursor for use in pagination */
18351
- cursor: Scalars['String']['output'];
18352
- /** The item at the end of the edge */
18353
- node?: Maybe<SystemCommunicationMeshPipeline_TriggersUnionDto>;
18933
+ items?: Maybe<Array<Maybe<SystemCommunicationMicrosoftGraphConfigurationUpdateDto>>>;
18354
18934
  };
18355
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
18935
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18356
18936
  type SystemCommunicationPipelineDto = SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
18357
18937
  __typename?: 'SystemCommunicationPipeline';
18358
18938
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -18382,7 +18962,7 @@ type SystemCommunicationPipelineDto = SystemCommunicationDeployableEntityInterfa
18382
18962
  statusMessage?: Maybe<Scalars['String']['output']>;
18383
18963
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18384
18964
  };
18385
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
18965
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18386
18966
  type SystemCommunicationPipelineAssociationsArgsDto = {
18387
18967
  after?: InputMaybe<Scalars['String']['input']>;
18388
18968
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18395,7 +18975,7 @@ type SystemCommunicationPipelineAssociationsArgsDto = {
18395
18975
  searchFilter?: InputMaybe<SearchFilterDto>;
18396
18976
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18397
18977
  };
18398
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
18978
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18399
18979
  type SystemCommunicationPipelineConfiguredByArgsDto = {
18400
18980
  after?: InputMaybe<Scalars['String']['input']>;
18401
18981
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18407,7 +18987,7 @@ type SystemCommunicationPipelineConfiguredByArgsDto = {
18407
18987
  searchFilter?: InputMaybe<SearchFilterDto>;
18408
18988
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18409
18989
  };
18410
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
18990
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18411
18991
  type SystemCommunicationPipelineExecutedByArgsDto = {
18412
18992
  after?: InputMaybe<Scalars['String']['input']>;
18413
18993
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18419,7 +18999,7 @@ type SystemCommunicationPipelineExecutedByArgsDto = {
18419
18999
  searchFilter?: InputMaybe<SearchFilterDto>;
18420
19000
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18421
19001
  };
18422
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19002
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18423
19003
  type SystemCommunicationPipelineExecutedPipelineArgsDto = {
18424
19004
  after?: InputMaybe<Scalars['String']['input']>;
18425
19005
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18431,7 +19011,7 @@ type SystemCommunicationPipelineExecutedPipelineArgsDto = {
18431
19011
  searchFilter?: InputMaybe<SearchFilterDto>;
18432
19012
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18433
19013
  };
18434
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19014
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18435
19015
  type SystemCommunicationPipelineIsUsingArgsDto = {
18436
19016
  after?: InputMaybe<Scalars['String']['input']>;
18437
19017
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18443,7 +19023,7 @@ type SystemCommunicationPipelineIsUsingArgsDto = {
18443
19023
  searchFilter?: InputMaybe<SearchFilterDto>;
18444
19024
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18445
19025
  };
18446
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19026
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18447
19027
  type SystemCommunicationPipelineParentArgsDto = {
18448
19028
  after?: InputMaybe<Scalars['String']['input']>;
18449
19029
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18455,7 +19035,7 @@ type SystemCommunicationPipelineParentArgsDto = {
18455
19035
  searchFilter?: InputMaybe<SearchFilterDto>;
18456
19036
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18457
19037
  };
18458
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19038
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18459
19039
  type SystemCommunicationPipelineRelatesFromArgsDto = {
18460
19040
  after?: InputMaybe<Scalars['String']['input']>;
18461
19041
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18467,7 +19047,7 @@ type SystemCommunicationPipelineRelatesFromArgsDto = {
18467
19047
  searchFilter?: InputMaybe<SearchFilterDto>;
18468
19048
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18469
19049
  };
18470
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19050
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18471
19051
  type SystemCommunicationPipelineRelatesToArgsDto = {
18472
19052
  after?: InputMaybe<Scalars['String']['input']>;
18473
19053
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18479,7 +19059,7 @@ type SystemCommunicationPipelineRelatesToArgsDto = {
18479
19059
  searchFilter?: InputMaybe<SearchFilterDto>;
18480
19060
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18481
19061
  };
18482
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19062
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18483
19063
  type SystemCommunicationPipelineStatisticsForPipelineArgsDto = {
18484
19064
  after?: InputMaybe<Scalars['String']['input']>;
18485
19065
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18491,7 +19071,7 @@ type SystemCommunicationPipelineStatisticsForPipelineArgsDto = {
18491
19071
  searchFilter?: InputMaybe<SearchFilterDto>;
18492
19072
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18493
19073
  };
18494
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19074
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18495
19075
  type SystemCommunicationPipelineTaggedByArgsDto = {
18496
19076
  after?: InputMaybe<Scalars['String']['input']>;
18497
19077
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18527,7 +19107,7 @@ type SystemCommunicationPipelineEdgeDto = {
18527
19107
  /** The item at the end of the edge */
18528
19108
  node?: Maybe<SystemCommunicationPipelineDto>;
18529
19109
  };
18530
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19110
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18531
19111
  type SystemCommunicationPipelineExecutionDto = SystemEntityInterfaceDto & {
18532
19112
  __typename?: 'SystemCommunicationPipelineExecution';
18533
19113
  adapterExecutions?: Maybe<SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto>;
@@ -18556,7 +19136,7 @@ type SystemCommunicationPipelineExecutionDto = SystemEntityInterfaceDto & {
18556
19136
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18557
19137
  triggerType: SystemCommunicationPipelineTriggerTypeDto;
18558
19138
  };
18559
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19139
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18560
19140
  type SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto = {
18561
19141
  after?: InputMaybe<Scalars['String']['input']>;
18562
19142
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18568,7 +19148,7 @@ type SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto = {
18568
19148
  searchFilter?: InputMaybe<SearchFilterDto>;
18569
19149
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18570
19150
  };
18571
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19151
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18572
19152
  type SystemCommunicationPipelineExecutionAssociationsArgsDto = {
18573
19153
  after?: InputMaybe<Scalars['String']['input']>;
18574
19154
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18581,7 +19161,7 @@ type SystemCommunicationPipelineExecutionAssociationsArgsDto = {
18581
19161
  searchFilter?: InputMaybe<SearchFilterDto>;
18582
19162
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18583
19163
  };
18584
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19164
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18585
19165
  type SystemCommunicationPipelineExecutionConfiguredByArgsDto = {
18586
19166
  after?: InputMaybe<Scalars['String']['input']>;
18587
19167
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18593,7 +19173,7 @@ type SystemCommunicationPipelineExecutionConfiguredByArgsDto = {
18593
19173
  searchFilter?: InputMaybe<SearchFilterDto>;
18594
19174
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18595
19175
  };
18596
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19176
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18597
19177
  type SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto = {
18598
19178
  after?: InputMaybe<Scalars['String']['input']>;
18599
19179
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18605,7 +19185,7 @@ type SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto = {
18605
19185
  searchFilter?: InputMaybe<SearchFilterDto>;
18606
19186
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18607
19187
  };
18608
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19188
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18609
19189
  type SystemCommunicationPipelineExecutionRelatesFromArgsDto = {
18610
19190
  after?: InputMaybe<Scalars['String']['input']>;
18611
19191
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18617,7 +19197,7 @@ type SystemCommunicationPipelineExecutionRelatesFromArgsDto = {
18617
19197
  searchFilter?: InputMaybe<SearchFilterDto>;
18618
19198
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18619
19199
  };
18620
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19200
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18621
19201
  type SystemCommunicationPipelineExecutionRelatesToArgsDto = {
18622
19202
  after?: InputMaybe<Scalars['String']['input']>;
18623
19203
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18629,7 +19209,7 @@ type SystemCommunicationPipelineExecutionRelatesToArgsDto = {
18629
19209
  searchFilter?: InputMaybe<SearchFilterDto>;
18630
19210
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18631
19211
  };
18632
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineExecution-1' */
19212
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineExecution-1' */
18633
19213
  type SystemCommunicationPipelineExecutionTaggedByArgsDto = {
18634
19214
  after?: InputMaybe<Scalars['String']['input']>;
18635
19215
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18774,7 +19354,7 @@ type SystemCommunicationPipelineExecution_ExecutingAdapterUnionEdgeDto = {
18774
19354
  /** The item at the end of the edge */
18775
19355
  node?: Maybe<SystemCommunicationPipelineExecution_ExecutingAdapterUnionDto>;
18776
19356
  };
18777
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19357
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18778
19358
  type SystemCommunicationPipelineInterfaceDto = {
18779
19359
  ckTypeId: Scalars['RtCkTypeId']['output'];
18780
19360
  configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
@@ -18801,7 +19381,7 @@ type SystemCommunicationPipelineInterfaceDto = {
18801
19381
  statusMessage?: Maybe<Scalars['String']['output']>;
18802
19382
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18803
19383
  };
18804
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19384
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18805
19385
  type SystemCommunicationPipelineInterfaceConfiguredByArgsDto = {
18806
19386
  after?: InputMaybe<Scalars['String']['input']>;
18807
19387
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18813,7 +19393,7 @@ type SystemCommunicationPipelineInterfaceConfiguredByArgsDto = {
18813
19393
  searchFilter?: InputMaybe<SearchFilterDto>;
18814
19394
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18815
19395
  };
18816
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19396
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18817
19397
  type SystemCommunicationPipelineInterfaceExecutedByArgsDto = {
18818
19398
  after?: InputMaybe<Scalars['String']['input']>;
18819
19399
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18825,7 +19405,7 @@ type SystemCommunicationPipelineInterfaceExecutedByArgsDto = {
18825
19405
  searchFilter?: InputMaybe<SearchFilterDto>;
18826
19406
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18827
19407
  };
18828
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19408
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18829
19409
  type SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto = {
18830
19410
  after?: InputMaybe<Scalars['String']['input']>;
18831
19411
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18837,7 +19417,7 @@ type SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto = {
18837
19417
  searchFilter?: InputMaybe<SearchFilterDto>;
18838
19418
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18839
19419
  };
18840
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19420
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18841
19421
  type SystemCommunicationPipelineInterfaceIsUsingArgsDto = {
18842
19422
  after?: InputMaybe<Scalars['String']['input']>;
18843
19423
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18849,7 +19429,7 @@ type SystemCommunicationPipelineInterfaceIsUsingArgsDto = {
18849
19429
  searchFilter?: InputMaybe<SearchFilterDto>;
18850
19430
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18851
19431
  };
18852
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19432
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18853
19433
  type SystemCommunicationPipelineInterfaceParentArgsDto = {
18854
19434
  after?: InputMaybe<Scalars['String']['input']>;
18855
19435
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18861,7 +19441,7 @@ type SystemCommunicationPipelineInterfaceParentArgsDto = {
18861
19441
  searchFilter?: InputMaybe<SearchFilterDto>;
18862
19442
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18863
19443
  };
18864
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19444
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18865
19445
  type SystemCommunicationPipelineInterfaceRelatesFromArgsDto = {
18866
19446
  after?: InputMaybe<Scalars['String']['input']>;
18867
19447
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18873,7 +19453,7 @@ type SystemCommunicationPipelineInterfaceRelatesFromArgsDto = {
18873
19453
  searchFilter?: InputMaybe<SearchFilterDto>;
18874
19454
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18875
19455
  };
18876
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19456
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18877
19457
  type SystemCommunicationPipelineInterfaceRelatesToArgsDto = {
18878
19458
  after?: InputMaybe<Scalars['String']['input']>;
18879
19459
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18885,7 +19465,7 @@ type SystemCommunicationPipelineInterfaceRelatesToArgsDto = {
18885
19465
  searchFilter?: InputMaybe<SearchFilterDto>;
18886
19466
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18887
19467
  };
18888
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19468
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18889
19469
  type SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto = {
18890
19470
  after?: InputMaybe<Scalars['String']['input']>;
18891
19471
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18897,7 +19477,7 @@ type SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto = {
18897
19477
  searchFilter?: InputMaybe<SearchFilterDto>;
18898
19478
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18899
19479
  };
18900
- /** Interface for runtime entities of construction kit type 'System.Communication-2.0.13/Pipeline-1' */
19480
+ /** Interface for runtime entities of construction kit type 'System.Communication-2.1.3/Pipeline-1' */
18901
19481
  type SystemCommunicationPipelineInterfaceTaggedByArgsDto = {
18902
19482
  after?: InputMaybe<Scalars['String']['input']>;
18903
19483
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18909,7 +19489,7 @@ type SystemCommunicationPipelineInterfaceTaggedByArgsDto = {
18909
19489
  searchFilter?: InputMaybe<SearchFilterDto>;
18910
19490
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18911
19491
  };
18912
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19492
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18913
19493
  type SystemCommunicationPipelineStatisticsDto = SystemEntityInterfaceDto & {
18914
19494
  __typename?: 'SystemCommunicationPipelineStatistics';
18915
19495
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -18943,7 +19523,7 @@ type SystemCommunicationPipelineStatisticsDto = SystemEntityInterfaceDto & {
18943
19523
  rtWellKnownName?: Maybe<Scalars['String']['output']>;
18944
19524
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
18945
19525
  };
18946
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19526
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18947
19527
  type SystemCommunicationPipelineStatisticsAssociationsArgsDto = {
18948
19528
  after?: InputMaybe<Scalars['String']['input']>;
18949
19529
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18956,7 +19536,7 @@ type SystemCommunicationPipelineStatisticsAssociationsArgsDto = {
18956
19536
  searchFilter?: InputMaybe<SearchFilterDto>;
18957
19537
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18958
19538
  };
18959
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19539
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18960
19540
  type SystemCommunicationPipelineStatisticsConfiguredByArgsDto = {
18961
19541
  after?: InputMaybe<Scalars['String']['input']>;
18962
19542
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18968,7 +19548,7 @@ type SystemCommunicationPipelineStatisticsConfiguredByArgsDto = {
18968
19548
  searchFilter?: InputMaybe<SearchFilterDto>;
18969
19549
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18970
19550
  };
18971
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19551
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18972
19552
  type SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto = {
18973
19553
  after?: InputMaybe<Scalars['String']['input']>;
18974
19554
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18980,7 +19560,7 @@ type SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto = {
18980
19560
  searchFilter?: InputMaybe<SearchFilterDto>;
18981
19561
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18982
19562
  };
18983
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19563
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18984
19564
  type SystemCommunicationPipelineStatisticsRelatesFromArgsDto = {
18985
19565
  after?: InputMaybe<Scalars['String']['input']>;
18986
19566
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -18992,7 +19572,7 @@ type SystemCommunicationPipelineStatisticsRelatesFromArgsDto = {
18992
19572
  searchFilter?: InputMaybe<SearchFilterDto>;
18993
19573
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
18994
19574
  };
18995
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19575
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
18996
19576
  type SystemCommunicationPipelineStatisticsRelatesToArgsDto = {
18997
19577
  after?: InputMaybe<Scalars['String']['input']>;
18998
19578
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19004,7 +19584,7 @@ type SystemCommunicationPipelineStatisticsRelatesToArgsDto = {
19004
19584
  searchFilter?: InputMaybe<SearchFilterDto>;
19005
19585
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19006
19586
  };
19007
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/PipelineStatistics-1' */
19587
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/PipelineStatistics-1' */
19008
19588
  type SystemCommunicationPipelineStatisticsTaggedByArgsDto = {
19009
19589
  after?: InputMaybe<Scalars['String']['input']>;
19010
19590
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19268,7 +19848,7 @@ type SystemCommunicationPipeline_UsedByUnionEdgeDto = {
19268
19848
  /** The item at the end of the edge */
19269
19849
  node?: Maybe<SystemCommunicationPipeline_UsedByUnionDto>;
19270
19850
  };
19271
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19851
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19272
19852
  type SystemCommunicationPoolDto = SystemCommunicationDeployableEntityInterfaceDto & SystemEntityInterfaceDto & {
19273
19853
  __typename?: 'SystemCommunicationPool';
19274
19854
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -19295,7 +19875,7 @@ type SystemCommunicationPoolDto = SystemCommunicationDeployableEntityInterfaceDt
19295
19875
  statusMessage?: Maybe<Scalars['String']['output']>;
19296
19876
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
19297
19877
  };
19298
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19878
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19299
19879
  type SystemCommunicationPoolAssociationsArgsDto = {
19300
19880
  after?: InputMaybe<Scalars['String']['input']>;
19301
19881
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19308,7 +19888,7 @@ type SystemCommunicationPoolAssociationsArgsDto = {
19308
19888
  searchFilter?: InputMaybe<SearchFilterDto>;
19309
19889
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19310
19890
  };
19311
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19891
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19312
19892
  type SystemCommunicationPoolConfiguredByArgsDto = {
19313
19893
  after?: InputMaybe<Scalars['String']['input']>;
19314
19894
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19320,7 +19900,7 @@ type SystemCommunicationPoolConfiguredByArgsDto = {
19320
19900
  searchFilter?: InputMaybe<SearchFilterDto>;
19321
19901
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19322
19902
  };
19323
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19903
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19324
19904
  type SystemCommunicationPoolManagesArgsDto = {
19325
19905
  after?: InputMaybe<Scalars['String']['input']>;
19326
19906
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19332,7 +19912,7 @@ type SystemCommunicationPoolManagesArgsDto = {
19332
19912
  searchFilter?: InputMaybe<SearchFilterDto>;
19333
19913
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19334
19914
  };
19335
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19915
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19336
19916
  type SystemCommunicationPoolRelatesFromArgsDto = {
19337
19917
  after?: InputMaybe<Scalars['String']['input']>;
19338
19918
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19344,7 +19924,7 @@ type SystemCommunicationPoolRelatesFromArgsDto = {
19344
19924
  searchFilter?: InputMaybe<SearchFilterDto>;
19345
19925
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19346
19926
  };
19347
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19927
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19348
19928
  type SystemCommunicationPoolRelatesToArgsDto = {
19349
19929
  after?: InputMaybe<Scalars['String']['input']>;
19350
19930
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19356,7 +19936,7 @@ type SystemCommunicationPoolRelatesToArgsDto = {
19356
19936
  searchFilter?: InputMaybe<SearchFilterDto>;
19357
19937
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19358
19938
  };
19359
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Pool-1' */
19939
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Pool-1' */
19360
19940
  type SystemCommunicationPoolTaggedByArgsDto = {
19361
19941
  after?: InputMaybe<Scalars['String']['input']>;
19362
19942
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19465,7 +20045,7 @@ type SystemCommunicationPool_ManagedByUnionEdgeDto = {
19465
20045
  /** The item at the end of the edge */
19466
20046
  node?: Maybe<SystemCommunicationPool_ManagedByUnionDto>;
19467
20047
  };
19468
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20048
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19469
20049
  type SystemCommunicationSapConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
19470
20050
  __typename?: 'SystemCommunicationSapConfiguration';
19471
20051
  appServerHost: Scalars['String']['output'];
@@ -19497,7 +20077,7 @@ type SystemCommunicationSapConfigurationDto = SystemConfigurationInterfaceDto &
19497
20077
  usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
19498
20078
  user: Scalars['String']['output'];
19499
20079
  };
19500
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20080
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19501
20081
  type SystemCommunicationSapConfigurationAssociationsArgsDto = {
19502
20082
  after?: InputMaybe<Scalars['String']['input']>;
19503
20083
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19510,7 +20090,7 @@ type SystemCommunicationSapConfigurationAssociationsArgsDto = {
19510
20090
  searchFilter?: InputMaybe<SearchFilterDto>;
19511
20091
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19512
20092
  };
19513
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20093
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19514
20094
  type SystemCommunicationSapConfigurationConfiguredByArgsDto = {
19515
20095
  after?: InputMaybe<Scalars['String']['input']>;
19516
20096
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19522,7 +20102,7 @@ type SystemCommunicationSapConfigurationConfiguredByArgsDto = {
19522
20102
  searchFilter?: InputMaybe<SearchFilterDto>;
19523
20103
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19524
20104
  };
19525
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20105
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19526
20106
  type SystemCommunicationSapConfigurationRelatesFromArgsDto = {
19527
20107
  after?: InputMaybe<Scalars['String']['input']>;
19528
20108
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19534,7 +20114,7 @@ type SystemCommunicationSapConfigurationRelatesFromArgsDto = {
19534
20114
  searchFilter?: InputMaybe<SearchFilterDto>;
19535
20115
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19536
20116
  };
19537
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20117
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19538
20118
  type SystemCommunicationSapConfigurationRelatesToArgsDto = {
19539
20119
  after?: InputMaybe<Scalars['String']['input']>;
19540
20120
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19546,7 +20126,7 @@ type SystemCommunicationSapConfigurationRelatesToArgsDto = {
19546
20126
  searchFilter?: InputMaybe<SearchFilterDto>;
19547
20127
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19548
20128
  };
19549
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20129
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19550
20130
  type SystemCommunicationSapConfigurationTaggedByArgsDto = {
19551
20131
  after?: InputMaybe<Scalars['String']['input']>;
19552
20132
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19558,7 +20138,7 @@ type SystemCommunicationSapConfigurationTaggedByArgsDto = {
19558
20138
  searchFilter?: InputMaybe<SearchFilterDto>;
19559
20139
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19560
20140
  };
19561
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/SapConfiguration-1' */
20141
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SapConfiguration-1' */
19562
20142
  type SystemCommunicationSapConfigurationUsedByArgsDto = {
19563
20143
  after?: InputMaybe<Scalars['String']['input']>;
19564
20144
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19646,7 +20226,178 @@ type SystemCommunicationSapConfigurationUpdateMessageDto = {
19646
20226
  /** The corresponding items */
19647
20227
  items?: Maybe<Array<Maybe<SystemCommunicationSapConfigurationUpdateDto>>>;
19648
20228
  };
19649
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20229
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20230
+ type SystemCommunicationSftpConfigurationDto = SystemConfigurationInterfaceDto & SystemEntityInterfaceDto & {
20231
+ __typename?: 'SystemCommunicationSftpConfiguration';
20232
+ associations?: Maybe<RtEntityGenericDtoConnectionDto>;
20233
+ ckTypeId: Scalars['RtCkTypeId']['output'];
20234
+ configuredBy?: Maybe<SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto>;
20235
+ constructionKitType?: Maybe<CkTypeDto>;
20236
+ host: Scalars['String']['output'];
20237
+ maxConcurrentConnections?: Maybe<Scalars['Int']['output']>;
20238
+ password?: Maybe<Scalars['String']['output']>;
20239
+ port: Scalars['Int']['output'];
20240
+ privateKey?: Maybe<Scalars['String']['output']>;
20241
+ privateKeyPassphrase?: Maybe<Scalars['String']['output']>;
20242
+ relatesFrom?: Maybe<SystemEntity_RelatesFromUnionConnectionDto>;
20243
+ relatesTo?: Maybe<SystemEntity_RelatesToUnionConnectionDto>;
20244
+ rtBlueprintAppliedAt?: Maybe<Scalars['DateTime']['output']>;
20245
+ rtBlueprintLocked?: Maybe<Scalars['Boolean']['output']>;
20246
+ rtBlueprintSource?: Maybe<Scalars['String']['output']>;
20247
+ rtChangedDateTime?: Maybe<Scalars['DateTime']['output']>;
20248
+ rtCreationDateTime?: Maybe<Scalars['DateTime']['output']>;
20249
+ rtId: Scalars['OctoObjectId']['output'];
20250
+ rtVersion?: Maybe<Scalars['ULong']['output']>;
20251
+ rtWellKnownName?: Maybe<Scalars['String']['output']>;
20252
+ taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
20253
+ usedBy?: Maybe<SystemCommunicationPipeline_UsedByUnionConnectionDto>;
20254
+ username: Scalars['String']['output'];
20255
+ };
20256
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20257
+ type SystemCommunicationSftpConfigurationAssociationsArgsDto = {
20258
+ after?: InputMaybe<Scalars['String']['input']>;
20259
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20260
+ ckId: Scalars['String']['input'];
20261
+ direction: GraphDirectionDto;
20262
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20263
+ first?: InputMaybe<Scalars['Int']['input']>;
20264
+ includeIndirect?: InputMaybe<Scalars['Boolean']['input']>;
20265
+ roleId: Scalars['String']['input'];
20266
+ searchFilter?: InputMaybe<SearchFilterDto>;
20267
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20268
+ };
20269
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20270
+ type SystemCommunicationSftpConfigurationConfiguredByArgsDto = {
20271
+ after?: InputMaybe<Scalars['String']['input']>;
20272
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20273
+ ckTypeIds: Array<Scalars['String']['input']>;
20274
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20275
+ first?: InputMaybe<Scalars['Int']['input']>;
20276
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20277
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
20278
+ searchFilter?: InputMaybe<SearchFilterDto>;
20279
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20280
+ };
20281
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20282
+ type SystemCommunicationSftpConfigurationRelatesFromArgsDto = {
20283
+ after?: InputMaybe<Scalars['String']['input']>;
20284
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20285
+ ckTypeIds: Array<Scalars['String']['input']>;
20286
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20287
+ first?: InputMaybe<Scalars['Int']['input']>;
20288
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20289
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
20290
+ searchFilter?: InputMaybe<SearchFilterDto>;
20291
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20292
+ };
20293
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20294
+ type SystemCommunicationSftpConfigurationRelatesToArgsDto = {
20295
+ after?: InputMaybe<Scalars['String']['input']>;
20296
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20297
+ ckTypeIds: Array<Scalars['String']['input']>;
20298
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20299
+ first?: InputMaybe<Scalars['Int']['input']>;
20300
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20301
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
20302
+ searchFilter?: InputMaybe<SearchFilterDto>;
20303
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20304
+ };
20305
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20306
+ type SystemCommunicationSftpConfigurationTaggedByArgsDto = {
20307
+ after?: InputMaybe<Scalars['String']['input']>;
20308
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20309
+ ckTypeIds: Array<Scalars['String']['input']>;
20310
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20311
+ first?: InputMaybe<Scalars['Int']['input']>;
20312
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20313
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
20314
+ searchFilter?: InputMaybe<SearchFilterDto>;
20315
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20316
+ };
20317
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/SftpConfiguration-1' */
20318
+ type SystemCommunicationSftpConfigurationUsedByArgsDto = {
20319
+ after?: InputMaybe<Scalars['String']['input']>;
20320
+ aggregations?: InputMaybe<ResultAggregationInputDto>;
20321
+ ckTypeIds: Array<Scalars['String']['input']>;
20322
+ fieldFilter?: InputMaybe<Array<InputMaybe<FieldFilterDto>>>;
20323
+ first?: InputMaybe<Scalars['Int']['input']>;
20324
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20325
+ rtIds?: InputMaybe<Array<InputMaybe<Scalars['OctoObjectId']['input']>>>;
20326
+ searchFilter?: InputMaybe<SearchFilterDto>;
20327
+ sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
20328
+ };
20329
+ /** A connection to `SystemCommunicationSftpConfiguration`. */
20330
+ type SystemCommunicationSftpConfigurationConnectionDto = {
20331
+ __typename?: 'SystemCommunicationSftpConfigurationConnection';
20332
+ /** Result of aggregating the items of the result set. */
20333
+ aggregation?: Maybe<AggregationDto>;
20334
+ /** Information to aid in pagination. */
20335
+ edges?: Maybe<Array<Maybe<SystemCommunicationSftpConfigurationEdgeDto>>>;
20336
+ /** Result of aggregating the items by fields. */
20337
+ fieldAggregations?: Maybe<Array<Maybe<FieldAggregationDto>>>;
20338
+ /** A list of all of the objects returned in the connection. This is a convenience field provided for quickly exploring the API; rather than querying for "{ edges { node } }" when no edge data is needed, this field can be used instead. Note that when clients like Relay need to fetch the "cursor" field on the edge to enable efficient pagination, this shortcut cannot be used, and the full "{ edges { node } } " version should be used instead. */
20339
+ items?: Maybe<Array<Maybe<SystemCommunicationSftpConfigurationDto>>>;
20340
+ /** Information to aid in pagination. */
20341
+ pageInfo?: Maybe<PageInfoDto>;
20342
+ /** A count of the total number of objects in this connection, ignoring pagination. This allows a client to fetch the first five objects by passing "5" as the argument to `first`, then fetch the total count so it could display "5 of 83", for example. In cases where we employ infinite scrolling or don't have an exact count of entries, this field will return `null`. */
20343
+ totalCount?: Maybe<Scalars['Int']['output']>;
20344
+ };
20345
+ /** An edge in a connection from an object to another object of type `SystemCommunicationSftpConfiguration`. */
20346
+ type SystemCommunicationSftpConfigurationEdgeDto = {
20347
+ __typename?: 'SystemCommunicationSftpConfigurationEdge';
20348
+ /** A cursor for use in pagination */
20349
+ cursor: Scalars['String']['output'];
20350
+ /** The item at the end of the edge */
20351
+ node?: Maybe<SystemCommunicationSftpConfigurationDto>;
20352
+ };
20353
+ type SystemCommunicationSftpConfigurationInputDto = {
20354
+ configuredBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
20355
+ host?: InputMaybe<Scalars['String']['input']>;
20356
+ maxConcurrentConnections?: InputMaybe<Scalars['Int']['input']>;
20357
+ password?: InputMaybe<Scalars['String']['input']>;
20358
+ port?: InputMaybe<Scalars['Int']['input']>;
20359
+ privateKey?: InputMaybe<Scalars['String']['input']>;
20360
+ privateKeyPassphrase?: InputMaybe<Scalars['String']['input']>;
20361
+ relatesFrom?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
20362
+ relatesTo?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
20363
+ rtBlueprintAppliedAt?: InputMaybe<Scalars['DateTime']['input']>;
20364
+ rtBlueprintLocked?: InputMaybe<Scalars['Boolean']['input']>;
20365
+ rtBlueprintSource?: InputMaybe<Scalars['String']['input']>;
20366
+ rtWellKnownName?: InputMaybe<Scalars['String']['input']>;
20367
+ taggedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
20368
+ usedBy?: InputMaybe<Array<InputMaybe<RtAssociationInputDto>>>;
20369
+ username?: InputMaybe<Scalars['String']['input']>;
20370
+ };
20371
+ type SystemCommunicationSftpConfigurationInputUpdateDto = {
20372
+ /** Item to update */
20373
+ item: SystemCommunicationSftpConfigurationInputDto;
20374
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
20375
+ };
20376
+ type SystemCommunicationSftpConfigurationMutationsDto = {
20377
+ __typename?: 'SystemCommunicationSftpConfigurationMutations';
20378
+ /** Creates new entities of type 'SystemCommunicationSftpConfiguration'. */
20379
+ create?: Maybe<Array<Maybe<SystemCommunicationSftpConfigurationDto>>>;
20380
+ /** Updates existing entity of type 'SystemCommunicationSftpConfiguration'. */
20381
+ update?: Maybe<Array<Maybe<SystemCommunicationSftpConfigurationDto>>>;
20382
+ };
20383
+ type SystemCommunicationSftpConfigurationMutationsCreateArgsDto = {
20384
+ entities: Array<InputMaybe<SystemCommunicationSftpConfigurationInputDto>>;
20385
+ };
20386
+ type SystemCommunicationSftpConfigurationMutationsUpdateArgsDto = {
20387
+ entities: Array<InputMaybe<SystemCommunicationSftpConfigurationInputUpdateDto>>;
20388
+ };
20389
+ type SystemCommunicationSftpConfigurationUpdateDto = {
20390
+ __typename?: 'SystemCommunicationSftpConfigurationUpdate';
20391
+ /** The corresponding item */
20392
+ item?: Maybe<SystemCommunicationSftpConfigurationDto>;
20393
+ updateState?: Maybe<UpdateTypeDto>;
20394
+ };
20395
+ type SystemCommunicationSftpConfigurationUpdateMessageDto = {
20396
+ __typename?: 'SystemCommunicationSftpConfigurationUpdateMessage';
20397
+ /** The corresponding items */
20398
+ items?: Maybe<Array<Maybe<SystemCommunicationSftpConfigurationUpdateDto>>>;
20399
+ };
20400
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19650
20401
  type SystemCommunicationTagDto = SystemEntityInterfaceDto & {
19651
20402
  __typename?: 'SystemCommunicationTag';
19652
20403
  associations?: Maybe<RtEntityGenericDtoConnectionDto>;
@@ -19668,7 +20419,7 @@ type SystemCommunicationTagDto = SystemEntityInterfaceDto & {
19668
20419
  tag: Scalars['String']['output'];
19669
20420
  taggedBy?: Maybe<SystemCommunicationTag_TaggedByUnionConnectionDto>;
19670
20421
  };
19671
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20422
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19672
20423
  type SystemCommunicationTagAssociationsArgsDto = {
19673
20424
  after?: InputMaybe<Scalars['String']['input']>;
19674
20425
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19681,7 +20432,7 @@ type SystemCommunicationTagAssociationsArgsDto = {
19681
20432
  searchFilter?: InputMaybe<SearchFilterDto>;
19682
20433
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19683
20434
  };
19684
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20435
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19685
20436
  type SystemCommunicationTagConfiguredByArgsDto = {
19686
20437
  after?: InputMaybe<Scalars['String']['input']>;
19687
20438
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19693,7 +20444,7 @@ type SystemCommunicationTagConfiguredByArgsDto = {
19693
20444
  searchFilter?: InputMaybe<SearchFilterDto>;
19694
20445
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19695
20446
  };
19696
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20447
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19697
20448
  type SystemCommunicationTagIsTaggingArgsDto = {
19698
20449
  after?: InputMaybe<Scalars['String']['input']>;
19699
20450
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19705,7 +20456,7 @@ type SystemCommunicationTagIsTaggingArgsDto = {
19705
20456
  searchFilter?: InputMaybe<SearchFilterDto>;
19706
20457
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19707
20458
  };
19708
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20459
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19709
20460
  type SystemCommunicationTagRelatesFromArgsDto = {
19710
20461
  after?: InputMaybe<Scalars['String']['input']>;
19711
20462
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19717,7 +20468,7 @@ type SystemCommunicationTagRelatesFromArgsDto = {
19717
20468
  searchFilter?: InputMaybe<SearchFilterDto>;
19718
20469
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19719
20470
  };
19720
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20471
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19721
20472
  type SystemCommunicationTagRelatesToArgsDto = {
19722
20473
  after?: InputMaybe<Scalars['String']['input']>;
19723
20474
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -19729,7 +20480,7 @@ type SystemCommunicationTagRelatesToArgsDto = {
19729
20480
  searchFilter?: InputMaybe<SearchFilterDto>;
19730
20481
  sortOrder?: InputMaybe<Array<InputMaybe<SortDto>>>;
19731
20482
  };
19732
- /** Runtime entities of construction kit type 'System.Communication-2.0.13/Tag-1' */
20483
+ /** Runtime entities of construction kit type 'System.Communication-2.1.3/Tag-1' */
19733
20484
  type SystemCommunicationTagTaggedByArgsDto = {
19734
20485
  after?: InputMaybe<Scalars['String']['input']>;
19735
20486
  aggregations?: InputMaybe<ResultAggregationInputDto>;
@@ -20054,7 +20805,7 @@ type SystemConfigurationUpdateMessageDto = {
20054
20805
  items?: Maybe<Array<Maybe<SystemConfigurationUpdateDto>>>;
20055
20806
  };
20056
20807
  /** Union of types derived from System/Configuration for IsUsing association */
20057
- type SystemConfiguration_IsUsingUnionDto = SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationSapConfigurationDto | SystemIdentityMailNotificationConfigurationDto | SystemNotificationCssTemplateConfigurationDto | SystemReportingConnectionInfoDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto;
20808
+ type SystemConfiguration_IsUsingUnionDto = SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemIdentityMailNotificationConfigurationDto | SystemNotificationCssTemplateConfigurationDto | SystemReportingConnectionInfoDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto;
20058
20809
  /** A connection to `SystemConfiguration_IsUsingUnion`. */
20059
20810
  type SystemConfiguration_IsUsingUnionConnectionDto = {
20060
20811
  __typename?: 'SystemConfiguration_IsUsingUnionConnection';
@@ -20259,7 +21010,7 @@ type SystemEntityUpdateMessageDto = {
20259
21010
  items?: Maybe<Array<Maybe<SystemEntityUpdateDto>>>;
20260
21011
  };
20261
21012
  /** Union of types derived from System/Entity for Configures association */
20262
- type SystemEntity_ConfiguresUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
21013
+ type SystemEntity_ConfiguresUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
20263
21014
  /** A connection to `SystemEntity_ConfiguresUnion`. */
20264
21015
  type SystemEntity_ConfiguresUnionConnectionDto = {
20265
21016
  __typename?: 'SystemEntity_ConfiguresUnionConnection';
@@ -20285,7 +21036,7 @@ type SystemEntity_ConfiguresUnionEdgeDto = {
20285
21036
  node?: Maybe<SystemEntity_ConfiguresUnionDto>;
20286
21037
  };
20287
21038
  /** Union of types derived from System/Entity for IsTagging association */
20288
- type SystemEntity_IsTaggingUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
21039
+ type SystemEntity_IsTaggingUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
20289
21040
  /** A connection to `SystemEntity_IsTaggingUnion`. */
20290
21041
  type SystemEntity_IsTaggingUnionConnectionDto = {
20291
21042
  __typename?: 'SystemEntity_IsTaggingUnionConnection';
@@ -20311,7 +21062,7 @@ type SystemEntity_IsTaggingUnionEdgeDto = {
20311
21062
  node?: Maybe<SystemEntity_IsTaggingUnionDto>;
20312
21063
  };
20313
21064
  /** Union of types derived from System/Entity for RelatesFrom association */
20314
- type SystemEntity_RelatesFromUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
21065
+ type SystemEntity_RelatesFromUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
20315
21066
  /** A connection to `SystemEntity_RelatesFromUnion`. */
20316
21067
  type SystemEntity_RelatesFromUnionConnectionDto = {
20317
21068
  __typename?: 'SystemEntity_RelatesFromUnionConnection';
@@ -20337,7 +21088,7 @@ type SystemEntity_RelatesFromUnionEdgeDto = {
20337
21088
  node?: Maybe<SystemEntity_RelatesFromUnionDto>;
20338
21089
  };
20339
21090
  /** Union of types derived from System/Entity for RelatesTo association */
20340
- type SystemEntity_RelatesToUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
21091
+ type SystemEntity_RelatesToUnionDto = BasicAssetDto | BasicCityDto | BasicCountryDto | BasicDistrictDto | BasicEmployeeDto | BasicStateDto | BasicTreeDto | BasicTreeNodeDto | EnergyCommunityBillingDocumentDto | EnergyCommunityBillingDocumentLineItemDto | EnergyCommunityConsumerDto | EnergyCommunityCustomerDto | EnergyCommunityEdaMessageDto | EnergyCommunityEdaMeteringPointDto | EnergyCommunityEdaProcessDto | EnergyCommunityEnergyPriceDto | EnergyCommunityEnergyQuantityDto | EnergyCommunityOperatingFacilityDto | EnergyCommunityProducerDto | EnvironmentEnvironmentalGoalDto | EnvironmentWasteMeterDto | IndustryBasicAlarmDto | IndustryBasicEventDto | IndustryBasicMachineDto | IndustryBasicRuntimeVariableDto | IndustryEnergyBatteryDto | IndustryEnergyEnergyMeterDto | IndustryEnergyInverterDto | IndustryEnergyPhotovoltaicDto | IndustryEnergyPhotovoltaicModuleDto | IndustryEnergyPhotovoltaicStringDto | IndustryFluidHeatMeterDto | IndustryFluidWaterMeterDto | IndustryMaintenanceAccountDto | IndustryMaintenanceCostCenterDto | IndustryMaintenanceEmployeeDto | IndustryMaintenanceEnergyBalanceDto | IndustryMaintenanceJournalEntryDto | IndustryMaintenanceOrderDto | IndustryMaintenanceOrderCostsDto | IndustryMaintenanceOrderFeedbackDto | IndustryMaintenanceWorkplaceDto | OctoSdkDemoCustomerDto | OctoSdkDemoMeteringPointDto | OctoSdkDemoOperatingFacilityDto | SystemAggregationRtQueryDto | SystemAutoIncrementDto | SystemBotAttributeAggregateConfigurationDto | SystemBotFixupDto | SystemCommunicationDataPipelineDto | SystemCommunicationDataPipelineTriggerDto | SystemCommunicationEMailReceiverConfigurationDto | SystemCommunicationEMailSenderConfigurationDto | SystemCommunicationEdaConfigurationDto | SystemCommunicationEdgeAdapterDto | SystemCommunicationEdgePipelineDto | SystemCommunicationEnergyCommunityConfigurationDto | SystemCommunicationFinApiConfigurationDto | SystemCommunicationMeshAdapterDto | SystemCommunicationMeshPipelineDto | SystemCommunicationMicrosoftGraphConfigurationDto | SystemCommunicationPipelineExecutionDto | SystemCommunicationPipelineStatisticsDto | SystemCommunicationPoolDto | SystemCommunicationSapConfigurationDto | SystemCommunicationSftpConfigurationDto | SystemCommunicationTagDto | SystemGroupingAggregationRtQueryDto | SystemIdentityApiResourceDto | SystemIdentityApiScopeDto | SystemIdentityAzureEntraIdIdentityProviderDto | SystemIdentityClientDto | SystemIdentityFacebookIdentityProviderDto | SystemIdentityGoogleIdentityProviderDto | SystemIdentityIdentityResourceDto | SystemIdentityMailNotificationConfigurationDto | SystemIdentityMicrosoftAdIdentityProviderDto | SystemIdentityMicrosoftIdentityProviderDto | SystemIdentityOpenLdapIdentityProviderDto | SystemIdentityPermissionDto | SystemIdentityPermissionRoleDto | SystemIdentityPersistedGrantDto | SystemIdentityRoleDto | SystemIdentityUserDto | SystemMigrationHistoryDto | SystemNotificationCssTemplateConfigurationDto | SystemNotificationEventDto | SystemNotificationNotificationTemplateDto | SystemNotificationStatefulEventDto | SystemQueryDto | SystemReportingConnectionInfoDto | SystemReportingFileSystemItemDto | SystemReportingFolderDto | SystemReportingFolderRootDto | SystemSimpleRtQueryDto | SystemTenantDto | SystemTenantConfigurationDto | SystemTenantModeConfigurationDto | SystemUiDashboardDto | SystemUiDashboardWidgetDto | SystemUiProcessDiagramDto | SystemUiSymbolDefinitionDto | SystemUiSymbolLibraryDto;
20341
21092
  /** A connection to `SystemEntity_RelatesToUnion`. */
20342
21093
  type SystemEntity_RelatesToUnionConnectionDto = {
20343
21094
  __typename?: 'SystemEntity_RelatesToUnionConnection';
@@ -28763,17 +29514,21 @@ type PossibleTypesResultData = {
28763
29514
  "SystemBotFixup",
28764
29515
  "SystemCommunicationDataPipeline",
28765
29516
  "SystemCommunicationDataPipelineTrigger",
29517
+ "SystemCommunicationEMailReceiverConfiguration",
28766
29518
  "SystemCommunicationEMailSenderConfiguration",
29519
+ "SystemCommunicationEdaConfiguration",
28767
29520
  "SystemCommunicationEdgeAdapter",
28768
29521
  "SystemCommunicationEdgePipeline",
28769
29522
  "SystemCommunicationEnergyCommunityConfiguration",
28770
29523
  "SystemCommunicationFinApiConfiguration",
28771
29524
  "SystemCommunicationMeshAdapter",
28772
29525
  "SystemCommunicationMeshPipeline",
29526
+ "SystemCommunicationMicrosoftGraphConfiguration",
28773
29527
  "SystemCommunicationPipelineExecution",
28774
29528
  "SystemCommunicationPipelineStatistics",
28775
29529
  "SystemCommunicationPool",
28776
29530
  "SystemCommunicationSapConfiguration",
29531
+ "SystemCommunicationSftpConfiguration",
28777
29532
  "SystemCommunicationTag",
28778
29533
  "SystemGroupingAggregationRtQuery",
28779
29534
  "SystemIdentityApiResource",
@@ -28834,6 +29589,7 @@ type PossibleTypesResultData = {
28834
29589
  "BasicState",
28835
29590
  "BasicTreeNode",
28836
29591
  "EnergyCommunityOperatingFacility",
29592
+ "EnvironmentEnvironmentalGoal",
28837
29593
  "EnvironmentWasteMeter",
28838
29594
  "IndustryBasicMachine",
28839
29595
  "IndustryEnergyBattery",
@@ -28950,17 +29706,21 @@ type PossibleTypesResultData = {
28950
29706
  "SystemBotFixup",
28951
29707
  "SystemCommunicationDataPipeline",
28952
29708
  "SystemCommunicationDataPipelineTrigger",
29709
+ "SystemCommunicationEMailReceiverConfiguration",
28953
29710
  "SystemCommunicationEMailSenderConfiguration",
29711
+ "SystemCommunicationEdaConfiguration",
28954
29712
  "SystemCommunicationEdgeAdapter",
28955
29713
  "SystemCommunicationEdgePipeline",
28956
29714
  "SystemCommunicationEnergyCommunityConfiguration",
28957
29715
  "SystemCommunicationFinApiConfiguration",
28958
29716
  "SystemCommunicationMeshAdapter",
28959
29717
  "SystemCommunicationMeshPipeline",
29718
+ "SystemCommunicationMicrosoftGraphConfiguration",
28960
29719
  "SystemCommunicationPipelineExecution",
28961
29720
  "SystemCommunicationPipelineStatistics",
28962
29721
  "SystemCommunicationPool",
28963
29722
  "SystemCommunicationSapConfiguration",
29723
+ "SystemCommunicationSftpConfiguration",
28964
29724
  "SystemCommunicationTag",
28965
29725
  "SystemGroupingAggregationRtQuery",
28966
29726
  "SystemIdentityApiResource",
@@ -29241,10 +30001,14 @@ type PossibleTypesResultData = {
29241
30001
  "SystemCommunicationTag"
29242
30002
  ];
29243
30003
  "SystemConfigurationInterface": [
30004
+ "SystemCommunicationEMailReceiverConfiguration",
29244
30005
  "SystemCommunicationEMailSenderConfiguration",
30006
+ "SystemCommunicationEdaConfiguration",
29245
30007
  "SystemCommunicationEnergyCommunityConfiguration",
29246
30008
  "SystemCommunicationFinApiConfiguration",
30009
+ "SystemCommunicationMicrosoftGraphConfiguration",
29247
30010
  "SystemCommunicationSapConfiguration",
30011
+ "SystemCommunicationSftpConfiguration",
29248
30012
  "SystemIdentityMailNotificationConfiguration",
29249
30013
  "SystemNotificationCssTemplateConfiguration",
29250
30014
  "SystemReportingConnectionInfo",
@@ -29252,10 +30016,14 @@ type PossibleTypesResultData = {
29252
30016
  "SystemTenantModeConfiguration"
29253
30017
  ];
29254
30018
  "SystemConfiguration_IsUsingUnion": [
30019
+ "SystemCommunicationEMailReceiverConfiguration",
29255
30020
  "SystemCommunicationEMailSenderConfiguration",
30021
+ "SystemCommunicationEdaConfiguration",
29256
30022
  "SystemCommunicationEnergyCommunityConfiguration",
29257
30023
  "SystemCommunicationFinApiConfiguration",
30024
+ "SystemCommunicationMicrosoftGraphConfiguration",
29258
30025
  "SystemCommunicationSapConfiguration",
30026
+ "SystemCommunicationSftpConfiguration",
29259
30027
  "SystemIdentityMailNotificationConfiguration",
29260
30028
  "SystemNotificationCssTemplateConfiguration",
29261
30029
  "SystemReportingConnectionInfo",
@@ -29297,18 +30065,22 @@ type PossibleTypesResultData = {
29297
30065
  "SystemCommunicationDataPipeline",
29298
30066
  "SystemCommunicationDataPipelineTrigger",
29299
30067
  "SystemCommunicationDeployableEntity",
30068
+ "SystemCommunicationEMailReceiverConfiguration",
29300
30069
  "SystemCommunicationEMailSenderConfiguration",
30070
+ "SystemCommunicationEdaConfiguration",
29301
30071
  "SystemCommunicationEdgeAdapter",
29302
30072
  "SystemCommunicationEdgePipeline",
29303
30073
  "SystemCommunicationEnergyCommunityConfiguration",
29304
30074
  "SystemCommunicationFinApiConfiguration",
29305
30075
  "SystemCommunicationMeshAdapter",
29306
30076
  "SystemCommunicationMeshPipeline",
30077
+ "SystemCommunicationMicrosoftGraphConfiguration",
29307
30078
  "SystemCommunicationPipeline",
29308
30079
  "SystemCommunicationPipelineExecution",
29309
30080
  "SystemCommunicationPipelineStatistics",
29310
30081
  "SystemCommunicationPool",
29311
30082
  "SystemCommunicationSapConfiguration",
30083
+ "SystemCommunicationSftpConfiguration",
29312
30084
  "SystemCommunicationTag",
29313
30085
  "SystemConfiguration",
29314
30086
  "SystemGroupingAggregationRtQuery",
@@ -29406,17 +30178,21 @@ type PossibleTypesResultData = {
29406
30178
  "SystemBotFixup",
29407
30179
  "SystemCommunicationDataPipeline",
29408
30180
  "SystemCommunicationDataPipelineTrigger",
30181
+ "SystemCommunicationEMailReceiverConfiguration",
29409
30182
  "SystemCommunicationEMailSenderConfiguration",
30183
+ "SystemCommunicationEdaConfiguration",
29410
30184
  "SystemCommunicationEdgeAdapter",
29411
30185
  "SystemCommunicationEdgePipeline",
29412
30186
  "SystemCommunicationEnergyCommunityConfiguration",
29413
30187
  "SystemCommunicationFinApiConfiguration",
29414
30188
  "SystemCommunicationMeshAdapter",
29415
30189
  "SystemCommunicationMeshPipeline",
30190
+ "SystemCommunicationMicrosoftGraphConfiguration",
29416
30191
  "SystemCommunicationPipelineExecution",
29417
30192
  "SystemCommunicationPipelineStatistics",
29418
30193
  "SystemCommunicationPool",
29419
30194
  "SystemCommunicationSapConfiguration",
30195
+ "SystemCommunicationSftpConfiguration",
29420
30196
  "SystemCommunicationTag",
29421
30197
  "SystemGroupingAggregationRtQuery",
29422
30198
  "SystemIdentityApiResource",
@@ -29507,17 +30283,21 @@ type PossibleTypesResultData = {
29507
30283
  "SystemBotFixup",
29508
30284
  "SystemCommunicationDataPipeline",
29509
30285
  "SystemCommunicationDataPipelineTrigger",
30286
+ "SystemCommunicationEMailReceiverConfiguration",
29510
30287
  "SystemCommunicationEMailSenderConfiguration",
30288
+ "SystemCommunicationEdaConfiguration",
29511
30289
  "SystemCommunicationEdgeAdapter",
29512
30290
  "SystemCommunicationEdgePipeline",
29513
30291
  "SystemCommunicationEnergyCommunityConfiguration",
29514
30292
  "SystemCommunicationFinApiConfiguration",
29515
30293
  "SystemCommunicationMeshAdapter",
29516
30294
  "SystemCommunicationMeshPipeline",
30295
+ "SystemCommunicationMicrosoftGraphConfiguration",
29517
30296
  "SystemCommunicationPipelineExecution",
29518
30297
  "SystemCommunicationPipelineStatistics",
29519
30298
  "SystemCommunicationPool",
29520
30299
  "SystemCommunicationSapConfiguration",
30300
+ "SystemCommunicationSftpConfiguration",
29521
30301
  "SystemCommunicationTag",
29522
30302
  "SystemGroupingAggregationRtQuery",
29523
30303
  "SystemIdentityApiResource",
@@ -29608,17 +30388,21 @@ type PossibleTypesResultData = {
29608
30388
  "SystemBotFixup",
29609
30389
  "SystemCommunicationDataPipeline",
29610
30390
  "SystemCommunicationDataPipelineTrigger",
30391
+ "SystemCommunicationEMailReceiverConfiguration",
29611
30392
  "SystemCommunicationEMailSenderConfiguration",
30393
+ "SystemCommunicationEdaConfiguration",
29612
30394
  "SystemCommunicationEdgeAdapter",
29613
30395
  "SystemCommunicationEdgePipeline",
29614
30396
  "SystemCommunicationEnergyCommunityConfiguration",
29615
30397
  "SystemCommunicationFinApiConfiguration",
29616
30398
  "SystemCommunicationMeshAdapter",
29617
30399
  "SystemCommunicationMeshPipeline",
30400
+ "SystemCommunicationMicrosoftGraphConfiguration",
29618
30401
  "SystemCommunicationPipelineExecution",
29619
30402
  "SystemCommunicationPipelineStatistics",
29620
30403
  "SystemCommunicationPool",
29621
30404
  "SystemCommunicationSapConfiguration",
30405
+ "SystemCommunicationSftpConfiguration",
29622
30406
  "SystemCommunicationTag",
29623
30407
  "SystemGroupingAggregationRtQuery",
29624
30408
  "SystemIdentityApiResource",
@@ -29709,17 +30493,21 @@ type PossibleTypesResultData = {
29709
30493
  "SystemBotFixup",
29710
30494
  "SystemCommunicationDataPipeline",
29711
30495
  "SystemCommunicationDataPipelineTrigger",
30496
+ "SystemCommunicationEMailReceiverConfiguration",
29712
30497
  "SystemCommunicationEMailSenderConfiguration",
30498
+ "SystemCommunicationEdaConfiguration",
29713
30499
  "SystemCommunicationEdgeAdapter",
29714
30500
  "SystemCommunicationEdgePipeline",
29715
30501
  "SystemCommunicationEnergyCommunityConfiguration",
29716
30502
  "SystemCommunicationFinApiConfiguration",
29717
30503
  "SystemCommunicationMeshAdapter",
29718
30504
  "SystemCommunicationMeshPipeline",
30505
+ "SystemCommunicationMicrosoftGraphConfiguration",
29719
30506
  "SystemCommunicationPipelineExecution",
29720
30507
  "SystemCommunicationPipelineStatistics",
29721
30508
  "SystemCommunicationPool",
29722
30509
  "SystemCommunicationSapConfiguration",
30510
+ "SystemCommunicationSftpConfiguration",
29723
30511
  "SystemCommunicationTag",
29724
30512
  "SystemGroupingAggregationRtQuery",
29725
30513
  "SystemIdentityApiResource",
@@ -30498,6 +31286,82 @@ type TenantIdProvider = () => Promise<string | null>;
30498
31286
  */
30499
31287
  declare const TENANT_ID_PROVIDER: InjectionToken<TenantIdProvider>;
30500
31288
 
31289
+ type GetEntitiesByCkTypeQueryVariablesDto = Exact<{
31290
+ ckTypeId: Scalars['String']['input'];
31291
+ rtId?: InputMaybe<Scalars['OctoObjectId']['input']>;
31292
+ after?: InputMaybe<Scalars['String']['input']>;
31293
+ first?: InputMaybe<Scalars['Int']['input']>;
31294
+ searchFilter?: InputMaybe<SearchFilterDto>;
31295
+ fieldFilters?: InputMaybe<Array<InputMaybe<FieldFilterDto>> | InputMaybe<FieldFilterDto>>;
31296
+ sort?: InputMaybe<Array<InputMaybe<SortDto>> | InputMaybe<SortDto>>;
31297
+ }>;
31298
+ type GetEntitiesByCkTypeQueryDto = {
31299
+ __typename?: 'OctoQuery';
31300
+ runtime?: {
31301
+ __typename?: 'RuntimeModelQuery';
31302
+ runtimeEntities?: {
31303
+ __typename?: 'RtEntityGenericDtoConnection';
31304
+ totalCount?: number | null;
31305
+ items?: Array<{
31306
+ __typename?: 'RtEntity';
31307
+ rtId: any;
31308
+ ckTypeId: any;
31309
+ rtWellKnownName?: string | null;
31310
+ rtCreationDateTime?: any | null;
31311
+ rtChangedDateTime?: any | null;
31312
+ attributes?: {
31313
+ __typename?: 'RtEntityAttributeDtoConnection';
31314
+ items?: Array<{
31315
+ __typename?: 'RtEntityAttribute';
31316
+ attributeName?: string | null;
31317
+ value?: any | null;
31318
+ } | null> | null;
31319
+ } | null;
31320
+ } | null> | null;
31321
+ } | null;
31322
+ } | null;
31323
+ };
31324
+ declare const GetEntitiesByCkTypeDocumentDto: Apollo.TypedDocumentNode<unknown, unknown>;
31325
+ declare class GetEntitiesByCkTypeDtoGQL extends Apollo.Query<GetEntitiesByCkTypeQueryDto, GetEntitiesByCkTypeQueryVariablesDto> {
31326
+ document: Apollo.TypedDocumentNode<unknown, unknown>;
31327
+ constructor(apollo: Apollo.Apollo);
31328
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetEntitiesByCkTypeDtoGQL, never>;
31329
+ static ɵprov: i0.ɵɵInjectableDeclaration<GetEntitiesByCkTypeDtoGQL>;
31330
+ }
31331
+
31332
+ /**
31333
+ * Represents a runtime entity for selection in config dialogs
31334
+ */
31335
+ interface RuntimeEntityItem {
31336
+ rtId: string;
31337
+ ckTypeId: string;
31338
+ rtWellKnownName?: string;
31339
+ displayName: string;
31340
+ }
31341
+ /**
31342
+ * Data source for entity autocomplete input - filters entities by CK Type
31343
+ */
31344
+ declare class RuntimeEntitySelectDataSource implements EntitySelectDataSource<RuntimeEntityItem> {
31345
+ private getEntitiesByCkTypeGQL;
31346
+ private ckTypeId;
31347
+ constructor(getEntitiesByCkTypeGQL: GetEntitiesByCkTypeDtoGQL, ckTypeId: string);
31348
+ onFilter(filter: string, take?: number): Promise<EntitySelectResult<RuntimeEntityItem>>;
31349
+ onDisplayEntity(entity: RuntimeEntityItem): string;
31350
+ getIdEntity(entity: RuntimeEntityItem): string;
31351
+ }
31352
+ /**
31353
+ * Dialog data source for entity selection grid with pagination and search
31354
+ */
31355
+ declare class RuntimeEntityDialogDataSource implements EntitySelectDialogDataSource<RuntimeEntityItem> {
31356
+ private getEntitiesByCkTypeGQL;
31357
+ private ckTypeId;
31358
+ constructor(getEntitiesByCkTypeGQL: GetEntitiesByCkTypeDtoGQL, ckTypeId: string);
31359
+ getColumns(): ColumnDefinition[];
31360
+ fetchData(options: DialogFetchOptions): Observable<DialogFetchResult<RuntimeEntityItem>>;
31361
+ onDisplayEntity(entity: RuntimeEntityItem): string;
31362
+ getIdEntity(entity: RuntimeEntityItem): string;
31363
+ }
31364
+
30501
31365
  /**
30502
31366
  * Backward-compatible OctoServicesModule for legacy apps that use
30503
31367
  * importProvidersFrom(OctoServicesModule.forRoot(options)).
@@ -30592,5 +31456,5 @@ declare class OctoGraphQLServiceBase {
30592
31456
 
30593
31457
  declare function provideOctoServices(octoServiceOptions?: OctoServiceOptions): EnvironmentProviders;
30594
31458
 
30595
- 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 };
30596
- export type { AddInConfiguration, AdminPanelConfigurationDto, AggregationDto, AttributeArgumentDto, AttributeItem, AttributeSelectorResult, BasicAddressDto, BasicAddressInputDto, BasicAmountDto, BasicAmountInputDto, BasicAssetAssociationsArgsDto, BasicAssetChildrenArgsDto, BasicAssetConfiguredByArgsDto, BasicAssetConnectionDto, BasicAssetDto, BasicAssetEdgeDto, BasicAssetEventsArgsDto, BasicAssetInputDto, BasicAssetInputUpdateDto, BasicAssetMutationsCreateArgsDto, BasicAssetMutationsDto, BasicAssetMutationsUpdateArgsDto, BasicAssetOrdersArgsDto, BasicAssetParentArgsDto, BasicAssetRelatesFromArgsDto, BasicAssetRelatesToArgsDto, BasicAssetTaggedByArgsDto, BasicAssetUpdateDto, BasicAssetUpdateMessageDto, BasicAsset_EventSourceUnionConnectionDto, BasicAsset_EventSourceUnionDto, BasicAsset_EventSourceUnionEdgeDto, BasicAsset_RelatesFromUnionConnectionDto, BasicAsset_RelatesFromUnionDto, BasicAsset_RelatesFromUnionEdgeDto, BasicBankAccountDto, BasicBankAccountInputDto, BasicCityAssociationsArgsDto, BasicCityChildrenArgsDto, BasicCityConfiguredByArgsDto, BasicCityConnectionDto, BasicCityDto, BasicCityEdgeDto, BasicCityInputDto, BasicCityInputUpdateDto, BasicCityMutationsCreateArgsDto, BasicCityMutationsDto, BasicCityMutationsUpdateArgsDto, BasicCityOrdersArgsDto, BasicCityParentArgsDto, BasicCityRelatesFromArgsDto, BasicCityRelatesToArgsDto, BasicCityTaggedByArgsDto, BasicCityUpdateDto, BasicCityUpdateMessageDto, BasicContactDto, BasicContactInputDto, BasicCountryAssociationsArgsDto, BasicCountryChildrenArgsDto, BasicCountryConfiguredByArgsDto, BasicCountryConnectionDto, BasicCountryDto, BasicCountryEdgeDto, BasicCountryInputDto, BasicCountryInputUpdateDto, BasicCountryMutationsCreateArgsDto, BasicCountryMutationsDto, BasicCountryMutationsUpdateArgsDto, BasicCountryOrdersArgsDto, BasicCountryParentArgsDto, BasicCountryRelatesFromArgsDto, BasicCountryRelatesToArgsDto, BasicCountryTaggedByArgsDto, BasicCountryUpdateDto, BasicCountryUpdateMessageDto, BasicDistrictAssociationsArgsDto, BasicDistrictChildrenArgsDto, BasicDistrictConfiguredByArgsDto, BasicDistrictConnectionDto, BasicDistrictDto, BasicDistrictEdgeDto, BasicDistrictInputDto, BasicDistrictInputUpdateDto, BasicDistrictMutationsCreateArgsDto, BasicDistrictMutationsDto, BasicDistrictMutationsUpdateArgsDto, BasicDistrictOrdersArgsDto, BasicDistrictParentArgsDto, BasicDistrictRelatesFromArgsDto, BasicDistrictRelatesToArgsDto, BasicDistrictTaggedByArgsDto, BasicDistrictUpdateDto, BasicDistrictUpdateMessageDto, BasicDocumentAssociationsArgsDto, BasicDocumentConfiguredByArgsDto, BasicDocumentConnectionDto, BasicDocumentDto, BasicDocumentEdgeDto, BasicDocumentInterfaceConfiguredByArgsDto, BasicDocumentInterfaceDto, BasicDocumentInterfaceRelatesFromArgsDto, BasicDocumentInterfaceRelatesToArgsDto, BasicDocumentInterfaceTaggedByArgsDto, BasicDocumentRelatesFromArgsDto, BasicDocumentRelatesToArgsDto, BasicDocumentTaggedByArgsDto, BasicDocumentUpdateDto, BasicDocumentUpdateMessageDto, BasicEMailDto, BasicEMailInputDto, BasicEmployeeAssociationsArgsDto, BasicEmployeeConfiguredByArgsDto, BasicEmployeeConnectionDto, BasicEmployeeDto, BasicEmployeeEdgeDto, BasicEmployeeInputDto, BasicEmployeeInputUpdateDto, BasicEmployeeMutationsCreateArgsDto, BasicEmployeeMutationsDto, BasicEmployeeMutationsUpdateArgsDto, BasicEmployeeRelatesFromArgsDto, BasicEmployeeRelatesToArgsDto, BasicEmployeeTaggedByArgsDto, BasicEmployeeUpdateDto, BasicEmployeeUpdateMessageDto, BasicFaxNumberDto, BasicFaxNumberInputDto, BasicMarkingDto, BasicMarkingInputDto, BasicNamePlateDto, BasicNamePlateInputDto, BasicNamedEntityAssociationsArgsDto, BasicNamedEntityConfiguredByArgsDto, BasicNamedEntityConnectionDto, BasicNamedEntityDto, BasicNamedEntityEdgeDto, BasicNamedEntityInterfaceConfiguredByArgsDto, BasicNamedEntityInterfaceDto, BasicNamedEntityInterfaceRelatesFromArgsDto, BasicNamedEntityInterfaceRelatesToArgsDto, BasicNamedEntityInterfaceTaggedByArgsDto, BasicNamedEntityRelatesFromArgsDto, BasicNamedEntityRelatesToArgsDto, BasicNamedEntityTaggedByArgsDto, BasicNamedEntityUpdateDto, BasicNamedEntityUpdateMessageDto, BasicPhoneNumberDto, BasicPhoneNumberInputDto, BasicStateAssociationsArgsDto, BasicStateChildrenArgsDto, BasicStateConfiguredByArgsDto, BasicStateConnectionDto, BasicStateDto, BasicStateEdgeDto, BasicStateInputDto, BasicStateInputUpdateDto, BasicStateMutationsCreateArgsDto, BasicStateMutationsDto, BasicStateMutationsUpdateArgsDto, BasicStateOrdersArgsDto, BasicStateParentArgsDto, BasicStateRelatesFromArgsDto, BasicStateRelatesToArgsDto, BasicStateTaggedByArgsDto, BasicStateUpdateDto, BasicStateUpdateMessageDto, BasicTimeRangeDto, BasicTimeRangeInputDto, BasicTreeAssociationsArgsDto, BasicTreeChildrenArgsDto, BasicTreeConfiguredByArgsDto, BasicTreeConnectionDto, BasicTreeDto, BasicTreeEdgeDto, BasicTreeInputDto, BasicTreeInputUpdateDto, BasicTreeMutationsCreateArgsDto, BasicTreeMutationsDto, BasicTreeMutationsUpdateArgsDto, BasicTreeNodeAssociationsArgsDto, BasicTreeNodeChildrenArgsDto, BasicTreeNodeConfiguredByArgsDto, BasicTreeNodeConnectionDto, BasicTreeNodeDto, BasicTreeNodeEdgeDto, BasicTreeNodeInputDto, BasicTreeNodeInputUpdateDto, BasicTreeNodeMutationsCreateArgsDto, BasicTreeNodeMutationsDto, BasicTreeNodeMutationsUpdateArgsDto, BasicTreeNodeOrdersArgsDto, BasicTreeNodeParentArgsDto, BasicTreeNodeRelatesFromArgsDto, BasicTreeNodeRelatesToArgsDto, BasicTreeNodeTaggedByArgsDto, BasicTreeNodeUpdateDto, BasicTreeNodeUpdateMessageDto, BasicTreeNode_ChildrenUnionConnectionDto, BasicTreeNode_ChildrenUnionDto, BasicTreeNode_ChildrenUnionEdgeDto, BasicTreeNode_MachineUnionConnectionDto, BasicTreeNode_MachineUnionDto, BasicTreeNode_MachineUnionEdgeDto, BasicTreeNode_ParentUnionConnectionDto, BasicTreeNode_ParentUnionDto, BasicTreeNode_ParentUnionEdgeDto, BasicTreeNode_RelatesToUnionConnectionDto, BasicTreeNode_RelatesToUnionDto, BasicTreeNode_RelatesToUnionEdgeDto, BasicTreeRelatesFromArgsDto, BasicTreeRelatesToArgsDto, BasicTreeTaggedByArgsDto, BasicTreeUpdateDto, BasicTreeUpdateMessageDto, BasicTree_ParentUnionConnectionDto, BasicTree_ParentUnionDto, BasicTree_ParentUnionEdgeDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelRecordsArgsDto, CkModelTypesArgsDto, CkRecordAttributesArgsDto, CkRecordDerivedRecordTypesArgsDto, CkRecordDto, CkRecordDtoConnectionDto, CkRecordDtoEdgeDto, CkRecordIdDto, CkTypeAssociationDirectionDto, CkTypeAssociationDto, CkTypeAssociationSourceDto, CkTypeAttributeDto, CkTypeAttributeDtoConnectionDto, CkTypeAttributeDtoEdgeDto, CkTypeAttributeInfo, CkTypeAttributesArgsDto, CkTypeAvailableQueryColumnsArgsDto, CkTypeDerivedTypesArgsDto, CkTypeDirectAndIndirectDerivedTypesArgsDto, CkTypeDto, CkTypeDtoConnectionDto, CkTypeDtoEdgeDto, CkTypeIdDto, CkTypeQueryColumnDto, CkTypeQueryColumnDtoConnectionDto, CkTypeQueryColumnDtoEdgeDto, CkTypeSelectorItem, CkTypeSelectorResult, ClientDto, ClientScope, ConfigurationDto, ConstructionKitMutationsDto, ConstructionKitMutationsEnumsArgsDto, ConstructionKitQueryAssociationRolesArgsDto, ConstructionKitQueryAttributesArgsDto, ConstructionKitQueryDto, ConstructionKitQueryEnumsArgsDto, ConstructionKitQueryModelsArgsDto, ConstructionKitQueryRecordsArgsDto, ConstructionKitQueryTypesArgsDto, DebugMessage, DebugPointDataDto, DebugPointNode, DeploymentResultDto, DiagnosticsModel, EnergyCommunityBillingDocumentAssignedToArgsDto, EnergyCommunityBillingDocumentAssociationsArgsDto, EnergyCommunityBillingDocumentChildrenArgsDto, EnergyCommunityBillingDocumentConfiguredByArgsDto, EnergyCommunityBillingDocumentConnectionDto, EnergyCommunityBillingDocumentDto, EnergyCommunityBillingDocumentEdgeDto, EnergyCommunityBillingDocumentInputDto, EnergyCommunityBillingDocumentInputUpdateDto, EnergyCommunityBillingDocumentLineItemAssignedToArgsDto, EnergyCommunityBillingDocumentLineItemAssociationsArgsDto, EnergyCommunityBillingDocumentLineItemConfiguredByArgsDto, EnergyCommunityBillingDocumentLineItemConnectionDto, EnergyCommunityBillingDocumentLineItemDto, EnergyCommunityBillingDocumentLineItemEdgeDto, EnergyCommunityBillingDocumentLineItemInputDto, EnergyCommunityBillingDocumentLineItemInputUpdateDto, EnergyCommunityBillingDocumentLineItemMutationsCreateArgsDto, EnergyCommunityBillingDocumentLineItemMutationsDto, EnergyCommunityBillingDocumentLineItemMutationsUpdateArgsDto, EnergyCommunityBillingDocumentLineItemParentArgsDto, EnergyCommunityBillingDocumentLineItemRelatesFromArgsDto, EnergyCommunityBillingDocumentLineItemRelatesToArgsDto, EnergyCommunityBillingDocumentLineItemTaggedByArgsDto, EnergyCommunityBillingDocumentLineItemUpdateDto, EnergyCommunityBillingDocumentLineItemUpdateMessageDto, EnergyCommunityBillingDocumentLineItem_BillingUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionEdgeDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionEdgeDto, EnergyCommunityBillingDocumentMutationsCreateArgsDto, EnergyCommunityBillingDocumentMutationsDto, EnergyCommunityBillingDocumentMutationsUpdateArgsDto, EnergyCommunityBillingDocumentRelatesFromArgsDto, EnergyCommunityBillingDocumentRelatesToArgsDto, EnergyCommunityBillingDocumentTaggedByArgsDto, EnergyCommunityBillingDocumentUpdateDto, EnergyCommunityBillingDocumentUpdateMessageDto, EnergyCommunityBillingDocument_BillingUnionConnectionDto, EnergyCommunityBillingDocument_BillingUnionDto, EnergyCommunityBillingDocument_BillingUnionEdgeDto, EnergyCommunityBillingDocument_ParentUnionConnectionDto, EnergyCommunityBillingDocument_ParentUnionDto, EnergyCommunityBillingDocument_ParentUnionEdgeDto, EnergyCommunityConsumerAssociationsArgsDto, EnergyCommunityConsumerChildrenArgsDto, EnergyCommunityConsumerConfiguredByArgsDto, EnergyCommunityConsumerConnectionDto, EnergyCommunityConsumerDto, EnergyCommunityConsumerEdgeDto, EnergyCommunityConsumerInputDto, EnergyCommunityConsumerInputUpdateDto, EnergyCommunityConsumerMutationsCreateArgsDto, EnergyCommunityConsumerMutationsDto, EnergyCommunityConsumerMutationsUpdateArgsDto, EnergyCommunityConsumerParentArgsDto, EnergyCommunityConsumerRelatesFromArgsDto, EnergyCommunityConsumerRelatesToArgsDto, EnergyCommunityConsumerTaggedByArgsDto, EnergyCommunityConsumerUpdateDto, EnergyCommunityConsumerUpdateMessageDto, EnergyCommunityCustomerAssociationsArgsDto, EnergyCommunityCustomerBillingArgsDto, EnergyCommunityCustomerConfiguredByArgsDto, EnergyCommunityCustomerConnectionDto, EnergyCommunityCustomerDto, EnergyCommunityCustomerEdgeDto, EnergyCommunityCustomerFacilitiesArgsDto, EnergyCommunityCustomerInputDto, EnergyCommunityCustomerInputUpdateDto, EnergyCommunityCustomerMutationsCreateArgsDto, EnergyCommunityCustomerMutationsDto, EnergyCommunityCustomerMutationsUpdateArgsDto, EnergyCommunityCustomerRelatesFromArgsDto, EnergyCommunityCustomerRelatesToArgsDto, EnergyCommunityCustomerTaggedByArgsDto, EnergyCommunityCustomerUpdateDto, EnergyCommunityCustomerUpdateMessageDto, EnergyCommunityCustomer_AssignedToUnionConnectionDto, EnergyCommunityCustomer_AssignedToUnionDto, EnergyCommunityCustomer_AssignedToUnionEdgeDto, EnergyCommunityCustomer_CustomerUnionConnectionDto, EnergyCommunityCustomer_CustomerUnionDto, EnergyCommunityCustomer_CustomerUnionEdgeDto, EnergyCommunityEdaMessageAssociationsArgsDto, EnergyCommunityEdaMessageConfiguredByArgsDto, EnergyCommunityEdaMessageConnectionDto, EnergyCommunityEdaMessageDto, EnergyCommunityEdaMessageEdgeDto, EnergyCommunityEdaMessageInputDto, EnergyCommunityEdaMessageInputUpdateDto, EnergyCommunityEdaMessageMutationsCreateArgsDto, EnergyCommunityEdaMessageMutationsDto, EnergyCommunityEdaMessageMutationsUpdateArgsDto, EnergyCommunityEdaMessageProcessArgsDto, EnergyCommunityEdaMessageRelatesFromArgsDto, EnergyCommunityEdaMessageRelatesToArgsDto, EnergyCommunityEdaMessageTaggedByArgsDto, EnergyCommunityEdaMessageUpdateDto, EnergyCommunityEdaMessageUpdateMessageDto, EnergyCommunityEdaMessage_MessagesUnionConnectionDto, EnergyCommunityEdaMessage_MessagesUnionDto, EnergyCommunityEdaMessage_MessagesUnionEdgeDto, EnergyCommunityEdaMeteringPointAssociationsArgsDto, EnergyCommunityEdaMeteringPointConfiguredByArgsDto, EnergyCommunityEdaMeteringPointConnectionDto, EnergyCommunityEdaMeteringPointDto, EnergyCommunityEdaMeteringPointEdgeDto, EnergyCommunityEdaMeteringPointInputDto, EnergyCommunityEdaMeteringPointInputUpdateDto, EnergyCommunityEdaMeteringPointMutationsCreateArgsDto, EnergyCommunityEdaMeteringPointMutationsDto, EnergyCommunityEdaMeteringPointMutationsUpdateArgsDto, EnergyCommunityEdaMeteringPointRelatesFromArgsDto, EnergyCommunityEdaMeteringPointRelatesToArgsDto, EnergyCommunityEdaMeteringPointTaggedByArgsDto, EnergyCommunityEdaMeteringPointUpdateDto, EnergyCommunityEdaMeteringPointUpdateMessageDto, EnergyCommunityEdaProcessAssociationsArgsDto, EnergyCommunityEdaProcessConfiguredByArgsDto, EnergyCommunityEdaProcessConnectionDto, EnergyCommunityEdaProcessDto, EnergyCommunityEdaProcessEdgeDto, EnergyCommunityEdaProcessInputDto, EnergyCommunityEdaProcessInputUpdateDto, EnergyCommunityEdaProcessMessagesArgsDto, EnergyCommunityEdaProcessMutationsCreateArgsDto, EnergyCommunityEdaProcessMutationsDto, EnergyCommunityEdaProcessMutationsUpdateArgsDto, EnergyCommunityEdaProcessRelatesFromArgsDto, EnergyCommunityEdaProcessRelatesToArgsDto, EnergyCommunityEdaProcessTaggedByArgsDto, EnergyCommunityEdaProcessUpdateDto, EnergyCommunityEdaProcessUpdateMessageDto, EnergyCommunityEdaProcess_ProcessUnionConnectionDto, EnergyCommunityEdaProcess_ProcessUnionDto, EnergyCommunityEdaProcess_ProcessUnionEdgeDto, EnergyCommunityEnergyPriceAssociationsArgsDto, EnergyCommunityEnergyPriceConfiguredByArgsDto, EnergyCommunityEnergyPriceConnectionDto, EnergyCommunityEnergyPriceDto, EnergyCommunityEnergyPriceEdgeDto, EnergyCommunityEnergyPriceInputDto, EnergyCommunityEnergyPriceInputUpdateDto, EnergyCommunityEnergyPriceMutationsCreateArgsDto, EnergyCommunityEnergyPriceMutationsDto, EnergyCommunityEnergyPriceMutationsUpdateArgsDto, EnergyCommunityEnergyPriceRelatesFromArgsDto, EnergyCommunityEnergyPriceRelatesToArgsDto, EnergyCommunityEnergyPriceTaggedByArgsDto, EnergyCommunityEnergyPriceUpdateDto, EnergyCommunityEnergyPriceUpdateMessageDto, EnergyCommunityEnergyQuantityAssociationsArgsDto, EnergyCommunityEnergyQuantityBillingArgsDto, EnergyCommunityEnergyQuantityConfiguredByArgsDto, EnergyCommunityEnergyQuantityConnectionDto, EnergyCommunityEnergyQuantityDto, EnergyCommunityEnergyQuantityEdgeDto, EnergyCommunityEnergyQuantityInputDto, EnergyCommunityEnergyQuantityInputUpdateDto, EnergyCommunityEnergyQuantityMutationsCreateArgsDto, EnergyCommunityEnergyQuantityMutationsDto, EnergyCommunityEnergyQuantityMutationsUpdateArgsDto, EnergyCommunityEnergyQuantityParentArgsDto, EnergyCommunityEnergyQuantityRelatesFromArgsDto, EnergyCommunityEnergyQuantityRelatesToArgsDto, EnergyCommunityEnergyQuantityTaggedByArgsDto, EnergyCommunityEnergyQuantityUpdateDto, EnergyCommunityEnergyQuantityUpdateMessageDto, EnergyCommunityEnergyQuantity_AssignedToUnionConnectionDto, EnergyCommunityEnergyQuantity_AssignedToUnionDto, EnergyCommunityEnergyQuantity_AssignedToUnionEdgeDto, EnergyCommunityEnergyQuantity_ChildrenUnionConnectionDto, EnergyCommunityEnergyQuantity_ChildrenUnionDto, EnergyCommunityEnergyQuantity_ChildrenUnionEdgeDto, EnergyCommunityMeteringPointAssociationsArgsDto, EnergyCommunityMeteringPointChildrenArgsDto, EnergyCommunityMeteringPointConfiguredByArgsDto, EnergyCommunityMeteringPointConnectionDto, EnergyCommunityMeteringPointDto, EnergyCommunityMeteringPointEdgeDto, EnergyCommunityMeteringPointInterfaceChildrenArgsDto, EnergyCommunityMeteringPointInterfaceConfiguredByArgsDto, EnergyCommunityMeteringPointInterfaceDto, EnergyCommunityMeteringPointInterfaceParentArgsDto, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, EnergyCommunityMeteringPointRelatesFromArgsDto, EnergyCommunityMeteringPointRelatesToArgsDto, EnergyCommunityMeteringPointTaggedByArgsDto, EnergyCommunityMeteringPointUpdateDto, EnergyCommunityMeteringPointUpdateMessageDto, EnergyCommunityMeteringPoint_ChildrenUnionConnectionDto, EnergyCommunityMeteringPoint_ChildrenUnionDto, EnergyCommunityMeteringPoint_ChildrenUnionEdgeDto, EnergyCommunityMeteringPoint_ParentUnionConnectionDto, EnergyCommunityMeteringPoint_ParentUnionDto, EnergyCommunityMeteringPoint_ParentUnionEdgeDto, EnergyCommunityOperatingFacilityAssociationsArgsDto, EnergyCommunityOperatingFacilityChildrenArgsDto, EnergyCommunityOperatingFacilityConfiguredByArgsDto, EnergyCommunityOperatingFacilityConnectionDto, EnergyCommunityOperatingFacilityCustomerArgsDto, EnergyCommunityOperatingFacilityDto, EnergyCommunityOperatingFacilityEdgeDto, EnergyCommunityOperatingFacilityInputDto, EnergyCommunityOperatingFacilityInputUpdateDto, EnergyCommunityOperatingFacilityMutationsCreateArgsDto, EnergyCommunityOperatingFacilityMutationsDto, EnergyCommunityOperatingFacilityMutationsUpdateArgsDto, EnergyCommunityOperatingFacilityOrdersArgsDto, EnergyCommunityOperatingFacilityParentArgsDto, EnergyCommunityOperatingFacilityRelatesFromArgsDto, EnergyCommunityOperatingFacilityRelatesToArgsDto, EnergyCommunityOperatingFacilityTaggedByArgsDto, EnergyCommunityOperatingFacilityUpdateDto, EnergyCommunityOperatingFacilityUpdateMessageDto, EnergyCommunityOperatingFacility_FacilitiesUnionConnectionDto, EnergyCommunityOperatingFacility_FacilitiesUnionDto, EnergyCommunityOperatingFacility_FacilitiesUnionEdgeDto, EnergyCommunityOperatingFacility_ParentUnionConnectionDto, EnergyCommunityOperatingFacility_ParentUnionDto, EnergyCommunityOperatingFacility_ParentUnionEdgeDto, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentEnvironmentalGoalAssociationsArgsDto, EnvironmentEnvironmentalGoalConfiguredByArgsDto, EnvironmentEnvironmentalGoalConnectionDto, EnvironmentEnvironmentalGoalDto, EnvironmentEnvironmentalGoalEdgeDto, EnvironmentEnvironmentalGoalInputDto, EnvironmentEnvironmentalGoalInputUpdateDto, EnvironmentEnvironmentalGoalMutationsCreateArgsDto, EnvironmentEnvironmentalGoalMutationsDto, EnvironmentEnvironmentalGoalMutationsUpdateArgsDto, EnvironmentEnvironmentalGoalParentArgsDto, EnvironmentEnvironmentalGoalRelatesFromArgsDto, EnvironmentEnvironmentalGoalRelatesToArgsDto, EnvironmentEnvironmentalGoalTaggedByArgsDto, EnvironmentEnvironmentalGoalUpdateDto, EnvironmentEnvironmentalGoalUpdateMessageDto, EnvironmentWasteMeterAssociationsArgsDto, EnvironmentWasteMeterChildrenArgsDto, EnvironmentWasteMeterConfiguredByArgsDto, EnvironmentWasteMeterConnectionDto, EnvironmentWasteMeterDto, EnvironmentWasteMeterEdgeDto, EnvironmentWasteMeterEventsArgsDto, EnvironmentWasteMeterInputDto, EnvironmentWasteMeterInputUpdateDto, EnvironmentWasteMeterMutationsCreateArgsDto, EnvironmentWasteMeterMutationsDto, EnvironmentWasteMeterMutationsUpdateArgsDto, EnvironmentWasteMeterOrdersArgsDto, EnvironmentWasteMeterParentArgsDto, EnvironmentWasteMeterRelatesFromArgsDto, EnvironmentWasteMeterRelatesToArgsDto, EnvironmentWasteMeterTaggedByArgsDto, EnvironmentWasteMeterUpdateDto, EnvironmentWasteMeterUpdateMessageDto, Exact, ExportModelResponseDto, ExternalLoginDto, FieldAggregationDto, FieldFilterDto, FieldGroupByAggregationInputDto, GeneratedPasswordDto, GetCkModelByIdQueryDto, GetCkModelByIdQueryVariablesDto, GetCkRecordAttributesQueryDto, GetCkRecordAttributesQueryVariablesDto, GetCkTypeAttributesQueryDto, GetCkTypeAttributesQueryVariablesDto, GetCkTypeAvailableQueryColumnsQueryDto, GetCkTypeAvailableQueryColumnsQueryVariablesDto, GetCkTypesQueryDto, GetCkTypesQueryVariablesDto, GetDerivedCkTypesQueryDto, GetDerivedCkTypesQueryVariablesDto, GlobalQueryOptionsDto, GrantTypes, HealthCheck, HealthCheckResult, IConfigurationService, IQueryVariablesDto, ImportModelResponseDto, Incremental, IndustryBasicAlarmAssociationsArgsDto, IndustryBasicAlarmConfiguredByArgsDto, IndustryBasicAlarmConnectionDto, IndustryBasicAlarmDto, IndustryBasicAlarmEdgeDto, IndustryBasicAlarmEventSourceArgsDto, IndustryBasicAlarmInputDto, IndustryBasicAlarmInputUpdateDto, IndustryBasicAlarmMutationsCreateArgsDto, IndustryBasicAlarmMutationsDto, IndustryBasicAlarmMutationsUpdateArgsDto, IndustryBasicAlarmOrderArgsDto, IndustryBasicAlarmRelatesFromArgsDto, IndustryBasicAlarmRelatesToArgsDto, IndustryBasicAlarmTaggedByArgsDto, IndustryBasicAlarmUpdateDto, IndustryBasicAlarmUpdateMessageDto, IndustryBasicEventAssociationsArgsDto, IndustryBasicEventConfiguredByArgsDto, IndustryBasicEventConnectionDto, IndustryBasicEventDto, IndustryBasicEventEdgeDto, IndustryBasicEventEventSourceArgsDto, IndustryBasicEventInputDto, IndustryBasicEventInputUpdateDto, IndustryBasicEventMutationsCreateArgsDto, IndustryBasicEventMutationsDto, IndustryBasicEventMutationsUpdateArgsDto, IndustryBasicEventOrderArgsDto, IndustryBasicEventRelatesFromArgsDto, IndustryBasicEventRelatesToArgsDto, IndustryBasicEventTaggedByArgsDto, IndustryBasicEventUpdateDto, IndustryBasicEventUpdateMessageDto, IndustryBasicEvent_EventUnionConnectionDto, IndustryBasicEvent_EventUnionDto, IndustryBasicEvent_EventUnionEdgeDto, IndustryBasicEvent_EventsUnionConnectionDto, IndustryBasicEvent_EventsUnionDto, IndustryBasicEvent_EventsUnionEdgeDto, IndustryBasicMachineAssociationsArgsDto, IndustryBasicMachineChildrenArgsDto, IndustryBasicMachineConfiguredByArgsDto, IndustryBasicMachineConnectionDto, IndustryBasicMachineDto, IndustryBasicMachineEdgeDto, IndustryBasicMachineEventsArgsDto, IndustryBasicMachineInputDto, IndustryBasicMachineInputUpdateDto, IndustryBasicMachineMutationsCreateArgsDto, IndustryBasicMachineMutationsDto, IndustryBasicMachineMutationsUpdateArgsDto, IndustryBasicMachineOrdersArgsDto, IndustryBasicMachineParentArgsDto, IndustryBasicMachineRelatesFromArgsDto, IndustryBasicMachineRelatesToArgsDto, IndustryBasicMachineRuntimeVariablesArgsDto, IndustryBasicMachineTaggedByArgsDto, IndustryBasicMachineUpdateDto, IndustryBasicMachineUpdateMessageDto, IndustryBasicMachine_MachineUnionConnectionDto, IndustryBasicMachine_MachineUnionDto, IndustryBasicMachine_MachineUnionEdgeDto, IndustryBasicRuntimeVariableAssociationsArgsDto, IndustryBasicRuntimeVariableConfiguredByArgsDto, IndustryBasicRuntimeVariableConnectionDto, IndustryBasicRuntimeVariableDto, IndustryBasicRuntimeVariableEdgeDto, IndustryBasicRuntimeVariableInputDto, IndustryBasicRuntimeVariableInputUpdateDto, IndustryBasicRuntimeVariableMachineArgsDto, IndustryBasicRuntimeVariableMutationsCreateArgsDto, IndustryBasicRuntimeVariableMutationsDto, IndustryBasicRuntimeVariableMutationsUpdateArgsDto, IndustryBasicRuntimeVariableRelatesFromArgsDto, IndustryBasicRuntimeVariableRelatesToArgsDto, IndustryBasicRuntimeVariableTaggedByArgsDto, IndustryBasicRuntimeVariableUpdateDto, IndustryBasicRuntimeVariableUpdateMessageDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionConnectionDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionEdgeDto, IndustryEnergyBatteryAssociationsArgsDto, IndustryEnergyBatteryChildrenArgsDto, IndustryEnergyBatteryConfiguredByArgsDto, IndustryEnergyBatteryConnectionDto, IndustryEnergyBatteryDto, IndustryEnergyBatteryEdgeDto, IndustryEnergyBatteryEventsArgsDto, IndustryEnergyBatteryInputDto, IndustryEnergyBatteryInputUpdateDto, IndustryEnergyBatteryMutationsCreateArgsDto, IndustryEnergyBatteryMutationsDto, IndustryEnergyBatteryMutationsUpdateArgsDto, IndustryEnergyBatteryOrdersArgsDto, IndustryEnergyBatteryParentArgsDto, IndustryEnergyBatteryRelatesFromArgsDto, IndustryEnergyBatteryRelatesToArgsDto, IndustryEnergyBatteryRuntimeVariablesArgsDto, IndustryEnergyBatteryTaggedByArgsDto, IndustryEnergyBatteryUpdateDto, IndustryEnergyBatteryUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicAssociationsArgsDto, IndustryEnergyPhotovoltaicChildrenArgsDto, IndustryEnergyPhotovoltaicConfiguredByArgsDto, IndustryEnergyPhotovoltaicConnectionDto, IndustryEnergyPhotovoltaicDto, IndustryEnergyPhotovoltaicEdgeDto, IndustryEnergyPhotovoltaicEventsArgsDto, IndustryEnergyPhotovoltaicInputDto, IndustryEnergyPhotovoltaicInputUpdateDto, IndustryEnergyPhotovoltaicModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicModuleChildrenArgsDto, IndustryEnergyPhotovoltaicModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicModuleConnectionDto, IndustryEnergyPhotovoltaicModuleDto, IndustryEnergyPhotovoltaicModuleEdgeDto, IndustryEnergyPhotovoltaicModuleEventsArgsDto, IndustryEnergyPhotovoltaicModuleInputDto, IndustryEnergyPhotovoltaicModuleInputUpdateDto, IndustryEnergyPhotovoltaicModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicModuleMutationsDto, IndustryEnergyPhotovoltaicModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicModuleOrdersArgsDto, IndustryEnergyPhotovoltaicModuleParentArgsDto, IndustryEnergyPhotovoltaicModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicModuleUpdateDto, IndustryEnergyPhotovoltaicModuleUpdateMessageDto, IndustryEnergyPhotovoltaicMutationsCreateArgsDto, IndustryEnergyPhotovoltaicMutationsDto, IndustryEnergyPhotovoltaicMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicOrdersArgsDto, IndustryEnergyPhotovoltaicParentArgsDto, IndustryEnergyPhotovoltaicRelatesFromArgsDto, IndustryEnergyPhotovoltaicRelatesToArgsDto, IndustryEnergyPhotovoltaicStringAssociationsArgsDto, IndustryEnergyPhotovoltaicStringChildrenArgsDto, IndustryEnergyPhotovoltaicStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicStringConnectionDto, IndustryEnergyPhotovoltaicStringDto, IndustryEnergyPhotovoltaicStringEdgeDto, IndustryEnergyPhotovoltaicStringEventsArgsDto, IndustryEnergyPhotovoltaicStringInputDto, IndustryEnergyPhotovoltaicStringInputUpdateDto, IndustryEnergyPhotovoltaicStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicStringMutationsDto, IndustryEnergyPhotovoltaicStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicStringOrdersArgsDto, IndustryEnergyPhotovoltaicStringParentArgsDto, IndustryEnergyPhotovoltaicStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicStringRelatesToArgsDto, IndustryEnergyPhotovoltaicStringTaggedByArgsDto, IndustryEnergyPhotovoltaicStringUpdateDto, IndustryEnergyPhotovoltaicStringUpdateMessageDto, IndustryEnergyPhotovoltaicTaggedByArgsDto, IndustryEnergyPhotovoltaicUpdateDto, IndustryEnergyPhotovoltaicUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, IndustryFluidHeatMeterOrdersArgsDto, IndustryFluidHeatMeterParentArgsDto, IndustryFluidHeatMeterRelatesFromArgsDto, IndustryFluidHeatMeterRelatesToArgsDto, IndustryFluidHeatMeterRuntimeVariablesArgsDto, IndustryFluidHeatMeterTaggedByArgsDto, IndustryFluidHeatMeterUpdateDto, IndustryFluidHeatMeterUpdateMessageDto, IndustryFluidWaterMeterAssociationsArgsDto, IndustryFluidWaterMeterChildrenArgsDto, IndustryFluidWaterMeterConfiguredByArgsDto, IndustryFluidWaterMeterConnectionDto, IndustryFluidWaterMeterDto, IndustryFluidWaterMeterEdgeDto, IndustryFluidWaterMeterEventsArgsDto, IndustryFluidWaterMeterInputDto, IndustryFluidWaterMeterInputUpdateDto, IndustryFluidWaterMeterMutationsCreateArgsDto, IndustryFluidWaterMeterMutationsDto, IndustryFluidWaterMeterMutationsUpdateArgsDto, IndustryFluidWaterMeterOrdersArgsDto, IndustryFluidWaterMeterParentArgsDto, IndustryFluidWaterMeterRelatesFromArgsDto, IndustryFluidWaterMeterRelatesToArgsDto, IndustryFluidWaterMeterRuntimeVariablesArgsDto, IndustryFluidWaterMeterTaggedByArgsDto, IndustryFluidWaterMeterUpdateDto, IndustryFluidWaterMeterUpdateMessageDto, IndustryMaintenanceAccountAssociationsArgsDto, IndustryMaintenanceAccountChildrenArgsDto, IndustryMaintenanceAccountConfiguredByArgsDto, IndustryMaintenanceAccountConnectionDto, IndustryMaintenanceAccountDto, IndustryMaintenanceAccountEdgeDto, IndustryMaintenanceAccountInputDto, IndustryMaintenanceAccountInputUpdateDto, IndustryMaintenanceAccountMutationsCreateArgsDto, IndustryMaintenanceAccountMutationsDto, IndustryMaintenanceAccountMutationsUpdateArgsDto, IndustryMaintenanceAccountRelatesFromArgsDto, IndustryMaintenanceAccountRelatesToArgsDto, IndustryMaintenanceAccountTaggedByArgsDto, IndustryMaintenanceAccountUpdateDto, IndustryMaintenanceAccountUpdateMessageDto, IndustryMaintenanceAccount_ParentUnionConnectionDto, IndustryMaintenanceAccount_ParentUnionDto, IndustryMaintenanceAccount_ParentUnionEdgeDto, IndustryMaintenanceCostCenterAssociationsArgsDto, IndustryMaintenanceCostCenterChildrenArgsDto, IndustryMaintenanceCostCenterConfiguredByArgsDto, IndustryMaintenanceCostCenterConnectionDto, IndustryMaintenanceCostCenterDto, IndustryMaintenanceCostCenterEdgeDto, IndustryMaintenanceCostCenterEventsArgsDto, IndustryMaintenanceCostCenterInputDto, IndustryMaintenanceCostCenterInputUpdateDto, IndustryMaintenanceCostCenterJournalEntriesArgsDto, IndustryMaintenanceCostCenterMutationsCreateArgsDto, IndustryMaintenanceCostCenterMutationsDto, IndustryMaintenanceCostCenterMutationsUpdateArgsDto, IndustryMaintenanceCostCenterOrdersArgsDto, IndustryMaintenanceCostCenterParentArgsDto, IndustryMaintenanceCostCenterRelatesFromArgsDto, IndustryMaintenanceCostCenterRelatesToArgsDto, IndustryMaintenanceCostCenterTaggedByArgsDto, IndustryMaintenanceCostCenterUpdateDto, IndustryMaintenanceCostCenterUpdateMessageDto, IndustryMaintenanceCostCenter_CostCenterUnionConnectionDto, IndustryMaintenanceCostCenter_CostCenterUnionDto, IndustryMaintenanceCostCenter_CostCenterUnionEdgeDto, IndustryMaintenanceEmployeeAssociationsArgsDto, IndustryMaintenanceEmployeeChildrenArgsDto, IndustryMaintenanceEmployeeConfiguredByArgsDto, IndustryMaintenanceEmployeeConnectionDto, IndustryMaintenanceEmployeeDto, IndustryMaintenanceEmployeeEdgeDto, IndustryMaintenanceEmployeeEventsArgsDto, IndustryMaintenanceEmployeeInputDto, IndustryMaintenanceEmployeeInputUpdateDto, IndustryMaintenanceEmployeeMutationsCreateArgsDto, IndustryMaintenanceEmployeeMutationsDto, IndustryMaintenanceEmployeeMutationsUpdateArgsDto, IndustryMaintenanceEmployeeOrderFeedbacksArgsDto, IndustryMaintenanceEmployeeOrdersArgsDto, IndustryMaintenanceEmployeeParentArgsDto, IndustryMaintenanceEmployeeRelatesFromArgsDto, IndustryMaintenanceEmployeeRelatesToArgsDto, IndustryMaintenanceEmployeeTaggedByArgsDto, IndustryMaintenanceEmployeeUpdateDto, IndustryMaintenanceEmployeeUpdateMessageDto, IndustryMaintenanceEmployee_EmployeeUnionConnectionDto, IndustryMaintenanceEmployee_EmployeeUnionDto, IndustryMaintenanceEmployee_EmployeeUnionEdgeDto, IndustryMaintenanceEnergyBalanceAssociationsArgsDto, IndustryMaintenanceEnergyBalanceConfiguredByArgsDto, IndustryMaintenanceEnergyBalanceConnectionDto, IndustryMaintenanceEnergyBalanceDto, IndustryMaintenanceEnergyBalanceEdgeDto, IndustryMaintenanceEnergyBalanceInputDto, IndustryMaintenanceEnergyBalanceInputUpdateDto, IndustryMaintenanceEnergyBalanceMachineArgsDto, IndustryMaintenanceEnergyBalanceMutationsCreateArgsDto, IndustryMaintenanceEnergyBalanceMutationsDto, IndustryMaintenanceEnergyBalanceMutationsUpdateArgsDto, IndustryMaintenanceEnergyBalanceRelatesFromArgsDto, IndustryMaintenanceEnergyBalanceRelatesToArgsDto, IndustryMaintenanceEnergyBalanceTaggedByArgsDto, IndustryMaintenanceEnergyBalanceUpdateDto, IndustryMaintenanceEnergyBalanceUpdateMessageDto, IndustryMaintenanceEnergyBalance_OrdersUnionConnectionDto, IndustryMaintenanceEnergyBalance_OrdersUnionDto, IndustryMaintenanceEnergyBalance_OrdersUnionEdgeDto, IndustryMaintenanceJournalEntryAssociationsArgsDto, IndustryMaintenanceJournalEntryConfiguredByArgsDto, IndustryMaintenanceJournalEntryConnectionDto, IndustryMaintenanceJournalEntryCostCenterArgsDto, IndustryMaintenanceJournalEntryDto, IndustryMaintenanceJournalEntryEdgeDto, IndustryMaintenanceJournalEntryInputDto, IndustryMaintenanceJournalEntryInputUpdateDto, IndustryMaintenanceJournalEntryMutationsCreateArgsDto, IndustryMaintenanceJournalEntryMutationsDto, IndustryMaintenanceJournalEntryMutationsUpdateArgsDto, IndustryMaintenanceJournalEntryParentArgsDto, IndustryMaintenanceJournalEntryRelatesFromArgsDto, IndustryMaintenanceJournalEntryRelatesToArgsDto, IndustryMaintenanceJournalEntryTaggedByArgsDto, IndustryMaintenanceJournalEntryUpdateDto, IndustryMaintenanceJournalEntryUpdateMessageDto, IndustryMaintenanceJournalEntry_ChildrenUnionConnectionDto, IndustryMaintenanceJournalEntry_ChildrenUnionDto, IndustryMaintenanceJournalEntry_ChildrenUnionEdgeDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionConnectionDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionEdgeDto, IndustryMaintenanceOrderAssociationsArgsDto, IndustryMaintenanceOrderChildrenArgsDto, IndustryMaintenanceOrderConfiguredByArgsDto, IndustryMaintenanceOrderConnectionDto, IndustryMaintenanceOrderCostsArgsDto, IndustryMaintenanceOrderCostsAssociationsArgsDto, IndustryMaintenanceOrderCostsConfiguredByArgsDto, IndustryMaintenanceOrderCostsConnectionDto, IndustryMaintenanceOrderCostsDto, IndustryMaintenanceOrderCostsEdgeDto, IndustryMaintenanceOrderCostsInputDto, IndustryMaintenanceOrderCostsInputUpdateDto, IndustryMaintenanceOrderCostsMutationsCreateArgsDto, IndustryMaintenanceOrderCostsMutationsDto, IndustryMaintenanceOrderCostsMutationsUpdateArgsDto, IndustryMaintenanceOrderCostsOrderArgsDto, IndustryMaintenanceOrderCostsRelatesFromArgsDto, IndustryMaintenanceOrderCostsRelatesToArgsDto, IndustryMaintenanceOrderCostsTaggedByArgsDto, IndustryMaintenanceOrderCostsUpdateDto, IndustryMaintenanceOrderCostsUpdateMessageDto, IndustryMaintenanceOrderCosts_CostsUnionConnectionDto, IndustryMaintenanceOrderCosts_CostsUnionDto, IndustryMaintenanceOrderCosts_CostsUnionEdgeDto, IndustryMaintenanceOrderDto, IndustryMaintenanceOrderEdgeDto, IndustryMaintenanceOrderEventArgsDto, IndustryMaintenanceOrderFeedbackAssociationsArgsDto, IndustryMaintenanceOrderFeedbackConfiguredByArgsDto, IndustryMaintenanceOrderFeedbackConnectionDto, IndustryMaintenanceOrderFeedbackDto, IndustryMaintenanceOrderFeedbackEdgeDto, IndustryMaintenanceOrderFeedbackEmployeeArgsDto, IndustryMaintenanceOrderFeedbackInputDto, IndustryMaintenanceOrderFeedbackInputUpdateDto, IndustryMaintenanceOrderFeedbackMutationsCreateArgsDto, IndustryMaintenanceOrderFeedbackMutationsDto, IndustryMaintenanceOrderFeedbackMutationsUpdateArgsDto, IndustryMaintenanceOrderFeedbackParentArgsDto, IndustryMaintenanceOrderFeedbackRelatesFromArgsDto, IndustryMaintenanceOrderFeedbackRelatesToArgsDto, IndustryMaintenanceOrderFeedbackTaggedByArgsDto, IndustryMaintenanceOrderFeedbackUpdateDto, IndustryMaintenanceOrderFeedbackUpdateMessageDto, IndustryMaintenanceOrderFeedback_ChildrenUnionConnectionDto, IndustryMaintenanceOrderFeedback_ChildrenUnionDto, IndustryMaintenanceOrderFeedback_ChildrenUnionEdgeDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionConnectionDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionEdgeDto, IndustryMaintenanceOrderInputDto, IndustryMaintenanceOrderInputUpdateDto, IndustryMaintenanceOrderMachineArgsDto, IndustryMaintenanceOrderMutationsCreateArgsDto, IndustryMaintenanceOrderMutationsDto, IndustryMaintenanceOrderMutationsUpdateArgsDto, IndustryMaintenanceOrderRelatesFromArgsDto, IndustryMaintenanceOrderRelatesToArgsDto, IndustryMaintenanceOrderTaggedByArgsDto, IndustryMaintenanceOrderUpdateDto, IndustryMaintenanceOrderUpdateMessageDto, IndustryMaintenanceOrder_OrderUnionConnectionDto, IndustryMaintenanceOrder_OrderUnionDto, IndustryMaintenanceOrder_OrderUnionEdgeDto, IndustryMaintenanceOrder_OrdersUnionConnectionDto, IndustryMaintenanceOrder_OrdersUnionDto, IndustryMaintenanceOrder_OrdersUnionEdgeDto, IndustryMaintenanceOrder_ParentUnionConnectionDto, IndustryMaintenanceOrder_ParentUnionDto, IndustryMaintenanceOrder_ParentUnionEdgeDto, IndustryMaintenanceWorkplaceAssociationsArgsDto, IndustryMaintenanceWorkplaceChildrenArgsDto, IndustryMaintenanceWorkplaceConfiguredByArgsDto, IndustryMaintenanceWorkplaceConnectionDto, IndustryMaintenanceWorkplaceDto, IndustryMaintenanceWorkplaceEdgeDto, IndustryMaintenanceWorkplaceEventsArgsDto, IndustryMaintenanceWorkplaceInputDto, IndustryMaintenanceWorkplaceInputUpdateDto, IndustryMaintenanceWorkplaceMutationsCreateArgsDto, IndustryMaintenanceWorkplaceMutationsDto, IndustryMaintenanceWorkplaceMutationsUpdateArgsDto, IndustryMaintenanceWorkplaceOrdersArgsDto, IndustryMaintenanceWorkplaceParentArgsDto, IndustryMaintenanceWorkplaceRelatesFromArgsDto, IndustryMaintenanceWorkplaceRelatesToArgsDto, IndustryMaintenanceWorkplaceTaggedByArgsDto, IndustryMaintenanceWorkplaceUpdateDto, IndustryMaintenanceWorkplaceUpdateMessageDto, InputMaybe, JobDto, JobResponseDto, LargeBinaryInfoDto, MakeEmpty, MakeMaybe, MakeOptional, Maybe, MergeUsersRequestDto, NearGeospatialFilterDto, OctoMutationDto, OctoQueryDto, OctoSdkDemoCustomerAssociationsArgsDto, OctoSdkDemoCustomerConfiguredByArgsDto, OctoSdkDemoCustomerConnectionDto, OctoSdkDemoCustomerDto, OctoSdkDemoCustomerEdgeDto, OctoSdkDemoCustomerInputDto, OctoSdkDemoCustomerInputUpdateDto, OctoSdkDemoCustomerMutationsCreateArgsDto, OctoSdkDemoCustomerMutationsDto, OctoSdkDemoCustomerMutationsUpdateArgsDto, OctoSdkDemoCustomerNoteDto, OctoSdkDemoCustomerNoteInputDto, OctoSdkDemoCustomerOwnsArgsDto, OctoSdkDemoCustomerRelatesFromArgsDto, OctoSdkDemoCustomerRelatesToArgsDto, OctoSdkDemoCustomerTaggedByArgsDto, OctoSdkDemoCustomerUpdateDto, OctoSdkDemoCustomerUpdateMessageDto, OctoSdkDemoCustomer_OwnedByUnionConnectionDto, OctoSdkDemoCustomer_OwnedByUnionDto, OctoSdkDemoCustomer_OwnedByUnionEdgeDto, OctoSdkDemoMeteringPointAssociationsArgsDto, OctoSdkDemoMeteringPointChildrenArgsDto, OctoSdkDemoMeteringPointConfiguredByArgsDto, OctoSdkDemoMeteringPointConnectionDto, OctoSdkDemoMeteringPointDto, OctoSdkDemoMeteringPointEdgeDto, OctoSdkDemoMeteringPointEventsArgsDto, OctoSdkDemoMeteringPointInputDto, OctoSdkDemoMeteringPointInputUpdateDto, OctoSdkDemoMeteringPointMutationsCreateArgsDto, OctoSdkDemoMeteringPointMutationsDto, OctoSdkDemoMeteringPointMutationsUpdateArgsDto, OctoSdkDemoMeteringPointOrdersArgsDto, OctoSdkDemoMeteringPointParentArgsDto, OctoSdkDemoMeteringPointRelatesFromArgsDto, OctoSdkDemoMeteringPointRelatesToArgsDto, OctoSdkDemoMeteringPointTaggedByArgsDto, OctoSdkDemoMeteringPointUpdateDto, OctoSdkDemoMeteringPointUpdateMessageDto, OctoSdkDemoOperatingFacilityAssociationsArgsDto, OctoSdkDemoOperatingFacilityChildrenArgsDto, OctoSdkDemoOperatingFacilityConfiguredByArgsDto, OctoSdkDemoOperatingFacilityConnectionDto, OctoSdkDemoOperatingFacilityDto, OctoSdkDemoOperatingFacilityEdgeDto, OctoSdkDemoOperatingFacilityInputDto, OctoSdkDemoOperatingFacilityInputUpdateDto, OctoSdkDemoOperatingFacilityMutationsCreateArgsDto, OctoSdkDemoOperatingFacilityMutationsDto, OctoSdkDemoOperatingFacilityMutationsUpdateArgsDto, OctoSdkDemoOperatingFacilityOrdersArgsDto, OctoSdkDemoOperatingFacilityOwnedByArgsDto, OctoSdkDemoOperatingFacilityParentArgsDto, OctoSdkDemoOperatingFacilityRelatesFromArgsDto, OctoSdkDemoOperatingFacilityRelatesToArgsDto, OctoSdkDemoOperatingFacilityTaggedByArgsDto, OctoSdkDemoOperatingFacilityUpdateDto, OctoSdkDemoOperatingFacilityUpdateMessageDto, OctoSdkDemoOperatingFacility_OwnsUnionConnectionDto, OctoSdkDemoOperatingFacility_OwnsUnionDto, OctoSdkDemoOperatingFacility_OwnsUnionEdgeDto, OctoSubscriptionsBasicAssetEventsArgsDto, OctoSubscriptionsBasicCityEventsArgsDto, OctoSubscriptionsBasicCountryEventsArgsDto, OctoSubscriptionsBasicDistrictEventsArgsDto, OctoSubscriptionsBasicDocumentEventsArgsDto, OctoSubscriptionsBasicEmployeeEventsArgsDto, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyBatteryEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgeAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgePipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, OctoSubscriptionsSystemIdentityFacebookIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGoogleIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityMailNotificationConfigurationEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftAdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOpenLdapIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionRoleEventsArgsDto, OctoSubscriptionsSystemIdentityPersistedGrantEventsArgsDto, OctoSubscriptionsSystemIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityRoleEventsArgsDto, OctoSubscriptionsSystemIdentityUserEventsArgsDto, OctoSubscriptionsSystemMigrationHistoryEventsArgsDto, OctoSubscriptionsSystemNotificationCssTemplateConfigurationEventsArgsDto, OctoSubscriptionsSystemNotificationEventEventsArgsDto, OctoSubscriptionsSystemNotificationNotificationTemplateEventsArgsDto, OctoSubscriptionsSystemNotificationStatefulEventEventsArgsDto, OctoSubscriptionsSystemPersistentQueryEventsArgsDto, OctoSubscriptionsSystemQueryEventsArgsDto, OctoSubscriptionsSystemReportingConnectionInfoEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemContainerEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemEntityEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemItemEventsArgsDto, OctoSubscriptionsSystemReportingFolderEventsArgsDto, OctoSubscriptionsSystemReportingFolderRootEventsArgsDto, OctoSubscriptionsSystemSimpleRtQueryEventsArgsDto, OctoSubscriptionsSystemTenantConfigurationEventsArgsDto, OctoSubscriptionsSystemTenantEventsArgsDto, OctoSubscriptionsSystemTenantModeConfigurationEventsArgsDto, OctoSubscriptionsSystemUiDashboardEventsArgsDto, OctoSubscriptionsSystemUiDashboardWidgetEventsArgsDto, OctoSubscriptionsSystemUiProcessDiagramEventsArgsDto, OctoSubscriptionsSystemUiSymbolDefinitionEventsArgsDto, OctoSubscriptionsSystemUiSymbolLibraryEventsArgsDto, OctoSubscriptionsSystemUiuiElementEventsArgsDto, PageInfoDto, PipelineExecutionDataDto, PointInputDto, PositionInputDto, ProgressDialogRef, ProgressWindowOptions, QueryAggregationResultConnectionDto, QueryAggregationResultDto, QueryAggregationResultEdgeDto, RegisterUserDto, ResultAggregationInputDto, RoleDto, RtAggregationQueryRowCellsArgsDto, RtAggregationQueryRowDto, RtAssociationAttributesArgsDto, RtAssociationDto, RtAssociationDtoConnectionDto, RtAssociationDtoEdgeDto, RtAssociationInputDto, RtEntityAssociationInputDto, RtEntityAttributeDto, RtEntityAttributeDtoConnectionDto, RtEntityAttributeDtoEdgeDto, RtEntityAttributeInputDto, RtEntityAttributesArgsDto, RtEntityDto, RtEntityGenericAssociationDefinitionsArgsDto, RtEntityGenericAssociationDto, RtEntityGenericAssociationTargetsArgsDto, RtEntityGenericDtoConnectionDto, RtEntityGenericDtoEdgeDto, RtEntityIdDto, RtEntityInputDto, RtEntityMutationsCreateArgsDto, RtEntityMutationsDeleteArgsDto, RtEntityMutationsDto, RtEntityMutationsUpdateArgsDto, RtEntityUpdateDto, RtGroupingAggregationQueryRowCellsArgsDto, RtGroupingAggregationQueryRowDto, RtQueryAggregationsArgsDto, RtQueryCellDto, RtQueryCellDtoConnectionDto, RtQueryCellDtoEdgeDto, RtQueryCellInputDto, RtQueryColumnDto, RtQueryColumnInputDto, RtQueryDto, RtQueryDtoConnectionDto, RtQueryDtoEdgeDto, RtQueryMutationsCreateArgsDto, RtQueryMutationsDeleteArgsDto, RtQueryMutationsDto, RtQueryMutationsUpdateArgsDto, RtQueryRowCellsArgsDto, RtQueryRowDto, RtQueryRowDtoConnectionDto, RtQueryRowDtoEdgeDto, RtQueryRowInputDto, RtQueryRowUpdateDto, RtQueryRowsArgsDto, RtSimpleQueryRowCellsArgsDto, RtSimpleQueryRowDto, RtTransientAggregationArgsDto, RtTransientDto, RtTransientGroupingAggregationArgsDto, RtTransientQueryAggregationsArgsDto, RtTransientQueryDto, RtTransientQueryDtoConnectionDto, RtTransientQueryDtoEdgeDto, RtTransientQueryRowsArgsDto, RtTransientSimpleArgsDto, RuntimeDto, RuntimeModelQueryBasicAssetArgsDto, RuntimeModelQueryBasicCityArgsDto, RuntimeModelQueryBasicCountryArgsDto, RuntimeModelQueryBasicDistrictArgsDto, RuntimeModelQueryBasicDocumentArgsDto, RuntimeModelQueryBasicEmployeeArgsDto, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyBatteryArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdgeAdapterArgsDto, RuntimeModelQuerySystemCommunicationEdgePipelineArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMeshAdapterArgsDto, RuntimeModelQuerySystemCommunicationMeshPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, RuntimeModelQuerySystemIdentityFacebookIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGoogleIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityMailNotificationConfigurationArgsDto, RuntimeModelQuerySystemIdentityMicrosoftAdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityMicrosoftIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOpenLdapIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityPermissionArgsDto, RuntimeModelQuerySystemIdentityPermissionRoleArgsDto, RuntimeModelQuerySystemIdentityPersistedGrantArgsDto, RuntimeModelQuerySystemIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityRoleArgsDto, RuntimeModelQuerySystemIdentityUserArgsDto, RuntimeModelQuerySystemMigrationHistoryArgsDto, RuntimeModelQuerySystemNotificationCssTemplateConfigurationArgsDto, RuntimeModelQuerySystemNotificationEventArgsDto, RuntimeModelQuerySystemNotificationNotificationTemplateArgsDto, RuntimeModelQuerySystemNotificationStatefulEventArgsDto, RuntimeModelQuerySystemPersistentQueryArgsDto, RuntimeModelQuerySystemQueryArgsDto, RuntimeModelQuerySystemReportingConnectionInfoArgsDto, RuntimeModelQuerySystemReportingFileSystemContainerArgsDto, RuntimeModelQuerySystemReportingFileSystemEntityArgsDto, RuntimeModelQuerySystemReportingFileSystemItemArgsDto, RuntimeModelQuerySystemReportingFolderArgsDto, RuntimeModelQuerySystemReportingFolderRootArgsDto, RuntimeModelQuerySystemSimpleRtQueryArgsDto, RuntimeModelQuerySystemTenantArgsDto, RuntimeModelQuerySystemTenantConfigurationArgsDto, RuntimeModelQuerySystemTenantModeConfigurationArgsDto, RuntimeModelQuerySystemUiDashboardArgsDto, RuntimeModelQuerySystemUiDashboardWidgetArgsDto, RuntimeModelQuerySystemUiProcessDiagramArgsDto, RuntimeModelQuerySystemUiSymbolDefinitionArgsDto, RuntimeModelQuerySystemUiSymbolLibraryArgsDto, RuntimeModelQuerySystemUiuiElementArgsDto, RuntimeRuntimeQueryArgsDto, Scalars, SearchFilterDto, SortDto, StatisticsDto, StreamDataArgumentsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyBatteryArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmAcknowledgedArgsDto, StreamIndustryBasicAlarmCategoryArgsDto, StreamIndustryBasicAlarmCauseArgsDto, StreamIndustryBasicAlarmClearedArgsDto, StreamIndustryBasicAlarmConnectionDto, StreamIndustryBasicAlarmDto, StreamIndustryBasicAlarmEdgeDto, StreamIndustryBasicAlarmLastModifiedArgsDto, StreamIndustryBasicAlarmMessageArgsDto, StreamIndustryBasicAlarmPriorityArgsDto, StreamIndustryBasicAlarmReactivatedArgsDto, StreamIndustryBasicAlarmReactivatedCountArgsDto, StreamIndustryBasicAlarmReceivedArgsDto, StreamIndustryBasicAlarmRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmSourceArgsDto, StreamIndustryBasicAlarmStateArgsDto, StreamIndustryBasicAlarmTagNameArgsDto, StreamIndustryBasicAlarmTypeArgsDto, StreamIndustryBasicEventCategoryArgsDto, StreamIndustryBasicEventConnectionDto, StreamIndustryBasicEventDto, StreamIndustryBasicEventEdgeDto, StreamIndustryBasicEventMessageArgsDto, StreamIndustryBasicEventReceivedArgsDto, StreamIndustryBasicEventRtChangedDateTimeArgsDto, StreamIndustryBasicEventTagNameArgsDto, StreamIndustryBasicMachineConnectionDto, StreamIndustryBasicMachineDto, StreamIndustryBasicMachineEdgeDto, StreamIndustryBasicMachineMachineStateArgsDto, StreamIndustryBasicMachineOperatingHoursArgsDto, StreamIndustryBasicMachineRtChangedDateTimeArgsDto, StreamIndustryBasicMachineStandStillCounterArgsDto, StreamIndustryBasicRuntimeVariableBooleanValueArgsDto, StreamIndustryBasicRuntimeVariableConnectionDto, StreamIndustryBasicRuntimeVariableDateTimeValueArgsDto, StreamIndustryBasicRuntimeVariableDoubleValueArgsDto, StreamIndustryBasicRuntimeVariableDto, StreamIndustryBasicRuntimeVariableEdgeDto, StreamIndustryBasicRuntimeVariableIecDataTypeArgsDto, StreamIndustryBasicRuntimeVariableInt64ValueArgsDto, StreamIndustryBasicRuntimeVariableIntValueArgsDto, StreamIndustryBasicRuntimeVariableRtChangedDateTimeArgsDto, StreamIndustryBasicRuntimeVariableStringValueArgsDto, StreamIndustryBasicRuntimeVariableTimeSpanValueArgsDto, StreamIndustryEnergyBatteryAmpereArgsDto, StreamIndustryEnergyBatteryCapacityArgsDto, StreamIndustryEnergyBatteryConnectionDto, StreamIndustryEnergyBatteryDto, StreamIndustryEnergyBatteryEdgeDto, StreamIndustryEnergyBatteryExportedEnergyArgsDto, StreamIndustryEnergyBatteryImportedEnergyArgsDto, StreamIndustryEnergyBatteryMachineStateArgsDto, StreamIndustryEnergyBatteryNumOfCyclesArgsDto, StreamIndustryEnergyBatteryOperatingHoursArgsDto, StreamIndustryEnergyBatteryPowerArgsDto, StreamIndustryEnergyBatteryRtChangedDateTimeArgsDto, StreamIndustryEnergyBatterySoCArgsDto, StreamIndustryEnergyBatterySoHArgsDto, StreamIndustryEnergyBatteryStandStillCounterArgsDto, StreamIndustryEnergyBatteryVoltageArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicModuleConnectionDto, StreamIndustryEnergyPhotovoltaicModuleDto, StreamIndustryEnergyPhotovoltaicModuleEdgeDto, StreamIndustryEnergyPhotovoltaicModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicStringConnectionDto, StreamIndustryEnergyPhotovoltaicStringDto, StreamIndustryEnergyPhotovoltaicStringEdgeDto, StreamIndustryEnergyPhotovoltaicStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, SystemAggregationQueryColumnDto, SystemAggregationQueryColumnInputDto, SystemAggregationRtQueryAssociationsArgsDto, SystemAggregationRtQueryConfiguredByArgsDto, SystemAggregationRtQueryConnectionDto, SystemAggregationRtQueryDto, SystemAggregationRtQueryEdgeDto, SystemAggregationRtQueryInputDto, SystemAggregationRtQueryInputUpdateDto, SystemAggregationRtQueryMutationsCreateArgsDto, SystemAggregationRtQueryMutationsDto, SystemAggregationRtQueryMutationsUpdateArgsDto, SystemAggregationRtQueryRelatesFromArgsDto, SystemAggregationRtQueryRelatesToArgsDto, SystemAggregationRtQueryTaggedByArgsDto, SystemAggregationRtQueryUpdateDto, SystemAggregationRtQueryUpdateMessageDto, SystemAttributeSearchFilterDto, SystemAttributeSearchFilterInputDto, SystemAutoIncrementAssociationsArgsDto, SystemAutoIncrementConfiguredByArgsDto, SystemAutoIncrementConnectionDto, SystemAutoIncrementDto, SystemAutoIncrementEdgeDto, SystemAutoIncrementInputDto, SystemAutoIncrementInputUpdateDto, SystemAutoIncrementMutationsCreateArgsDto, SystemAutoIncrementMutationsDto, SystemAutoIncrementMutationsUpdateArgsDto, SystemAutoIncrementRelatesFromArgsDto, SystemAutoIncrementRelatesToArgsDto, SystemAutoIncrementTaggedByArgsDto, SystemAutoIncrementUpdateDto, SystemAutoIncrementUpdateMessageDto, SystemBotAttributeAggregateConfigurationAssociationsArgsDto, SystemBotAttributeAggregateConfigurationConfiguredByArgsDto, SystemBotAttributeAggregateConfigurationConfiguresArgsDto, SystemBotAttributeAggregateConfigurationConnectionDto, SystemBotAttributeAggregateConfigurationDto, SystemBotAttributeAggregateConfigurationEdgeDto, SystemBotAttributeAggregateConfigurationInputDto, SystemBotAttributeAggregateConfigurationInputUpdateDto, SystemBotAttributeAggregateConfigurationMutationsCreateArgsDto, SystemBotAttributeAggregateConfigurationMutationsDto, SystemBotAttributeAggregateConfigurationMutationsUpdateArgsDto, SystemBotAttributeAggregateConfigurationRelatesFromArgsDto, SystemBotAttributeAggregateConfigurationRelatesToArgsDto, SystemBotAttributeAggregateConfigurationTaggedByArgsDto, SystemBotAttributeAggregateConfigurationUpdateDto, SystemBotAttributeAggregateConfigurationUpdateMessageDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionEdgeDto, SystemBotFixupAssociationsArgsDto, SystemBotFixupConfiguredByArgsDto, SystemBotFixupConnectionDto, SystemBotFixupDto, SystemBotFixupEdgeDto, SystemBotFixupInputDto, SystemBotFixupInputUpdateDto, SystemBotFixupMutationsCreateArgsDto, SystemBotFixupMutationsDto, SystemBotFixupMutationsUpdateArgsDto, SystemBotFixupRelatesFromArgsDto, SystemBotFixupRelatesToArgsDto, SystemBotFixupTaggedByArgsDto, SystemBotFixupUpdateDto, SystemBotFixupUpdateMessageDto, SystemCommunicationAdapterAssociationsArgsDto, SystemCommunicationAdapterConfiguredByArgsDto, SystemCommunicationAdapterConnectionDto, SystemCommunicationAdapterDto, SystemCommunicationAdapterEdgeDto, SystemCommunicationAdapterExecutesArgsDto, SystemCommunicationAdapterExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceConfiguredByArgsDto, SystemCommunicationAdapterInterfaceDto, SystemCommunicationAdapterInterfaceExecutesArgsDto, SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceManagedByArgsDto, SystemCommunicationAdapterInterfaceRelatesFromArgsDto, SystemCommunicationAdapterInterfaceRelatesToArgsDto, SystemCommunicationAdapterInterfaceTaggedByArgsDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataPipelineAssociationsArgsDto, SystemCommunicationDataPipelineChildrenArgsDto, SystemCommunicationDataPipelineConfiguredByArgsDto, SystemCommunicationDataPipelineConnectionDto, SystemCommunicationDataPipelineDto, SystemCommunicationDataPipelineEdgeDto, SystemCommunicationDataPipelineInputDto, SystemCommunicationDataPipelineInputUpdateDto, SystemCommunicationDataPipelineMutationsCreateArgsDto, SystemCommunicationDataPipelineMutationsDto, SystemCommunicationDataPipelineMutationsUpdateArgsDto, SystemCommunicationDataPipelineRelatesFromArgsDto, SystemCommunicationDataPipelineRelatesToArgsDto, SystemCommunicationDataPipelineTaggedByArgsDto, SystemCommunicationDataPipelineTriggerAssociationsArgsDto, SystemCommunicationDataPipelineTriggerConfiguredByArgsDto, SystemCommunicationDataPipelineTriggerConnectionDto, SystemCommunicationDataPipelineTriggerDto, SystemCommunicationDataPipelineTriggerEdgeDto, SystemCommunicationDataPipelineTriggerInputDto, SystemCommunicationDataPipelineTriggerInputUpdateDto, SystemCommunicationDataPipelineTriggerMutationsCreateArgsDto, SystemCommunicationDataPipelineTriggerMutationsDto, SystemCommunicationDataPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationDataPipelineTriggerRelatesFromArgsDto, SystemCommunicationDataPipelineTriggerRelatesToArgsDto, SystemCommunicationDataPipelineTriggerTaggedByArgsDto, SystemCommunicationDataPipelineTriggerTriggersArgsDto, SystemCommunicationDataPipelineTriggerUpdateDto, SystemCommunicationDataPipelineTriggerUpdateMessageDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionConnectionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionEdgeDto, SystemCommunicationDataPipelineUpdateDto, SystemCommunicationDataPipelineUpdateMessageDto, SystemCommunicationDataPipeline_ParentUnionConnectionDto, SystemCommunicationDataPipeline_ParentUnionDto, SystemCommunicationDataPipeline_ParentUnionEdgeDto, SystemCommunicationDeployableEntityAssociationsArgsDto, SystemCommunicationDeployableEntityConfiguredByArgsDto, SystemCommunicationDeployableEntityConnectionDto, SystemCommunicationDeployableEntityDto, SystemCommunicationDeployableEntityEdgeDto, SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto, SystemCommunicationDeployableEntityInterfaceDto, SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto, SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto, SystemCommunicationDeployableEntityInterfaceTaggedByArgsDto, SystemCommunicationDeployableEntityRelatesFromArgsDto, SystemCommunicationDeployableEntityRelatesToArgsDto, SystemCommunicationDeployableEntityTaggedByArgsDto, SystemCommunicationDeployableEntityUpdateDto, SystemCommunicationDeployableEntityUpdateMessageDto, SystemCommunicationEMailSenderConfigurationAssociationsArgsDto, SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto, SystemCommunicationEMailSenderConfigurationConnectionDto, SystemCommunicationEMailSenderConfigurationDto, SystemCommunicationEMailSenderConfigurationEdgeDto, SystemCommunicationEMailSenderConfigurationInputDto, SystemCommunicationEMailSenderConfigurationInputUpdateDto, SystemCommunicationEMailSenderConfigurationMutationsCreateArgsDto, SystemCommunicationEMailSenderConfigurationMutationsDto, SystemCommunicationEMailSenderConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto, SystemCommunicationEMailSenderConfigurationRelatesToArgsDto, SystemCommunicationEMailSenderConfigurationTaggedByArgsDto, SystemCommunicationEMailSenderConfigurationUpdateDto, SystemCommunicationEMailSenderConfigurationUpdateMessageDto, SystemCommunicationEMailSenderConfigurationUsedByArgsDto, SystemCommunicationEdgeAdapterAssociationsArgsDto, SystemCommunicationEdgeAdapterConfiguredByArgsDto, SystemCommunicationEdgeAdapterConnectionDto, SystemCommunicationEdgeAdapterDto, SystemCommunicationEdgeAdapterEdgeDto, SystemCommunicationEdgeAdapterExecutesArgsDto, SystemCommunicationEdgeAdapterExecutingAdapterArgsDto, SystemCommunicationEdgeAdapterInputDto, SystemCommunicationEdgeAdapterInputUpdateDto, SystemCommunicationEdgeAdapterManagedByArgsDto, SystemCommunicationEdgeAdapterMutationsCreateArgsDto, SystemCommunicationEdgeAdapterMutationsDto, SystemCommunicationEdgeAdapterMutationsUpdateArgsDto, SystemCommunicationEdgeAdapterRelatesFromArgsDto, SystemCommunicationEdgeAdapterRelatesToArgsDto, SystemCommunicationEdgeAdapterTaggedByArgsDto, SystemCommunicationEdgeAdapterUpdateDto, SystemCommunicationEdgeAdapterUpdateMessageDto, SystemCommunicationEdgePipelineAssociationsArgsDto, SystemCommunicationEdgePipelineConfiguredByArgsDto, SystemCommunicationEdgePipelineConnectionDto, SystemCommunicationEdgePipelineDto, SystemCommunicationEdgePipelineEdgeDto, SystemCommunicationEdgePipelineExecutedByArgsDto, SystemCommunicationEdgePipelineExecutedPipelineArgsDto, SystemCommunicationEdgePipelineInputDto, SystemCommunicationEdgePipelineInputUpdateDto, SystemCommunicationEdgePipelineIsUsingArgsDto, SystemCommunicationEdgePipelineMutationsCreateArgsDto, SystemCommunicationEdgePipelineMutationsDto, SystemCommunicationEdgePipelineMutationsUpdateArgsDto, SystemCommunicationEdgePipelineParentArgsDto, SystemCommunicationEdgePipelineRelatesFromArgsDto, SystemCommunicationEdgePipelineRelatesToArgsDto, SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto, SystemCommunicationEdgePipelineTaggedByArgsDto, SystemCommunicationEdgePipelineUpdateDto, SystemCommunicationEdgePipelineUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto, SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto, SystemCommunicationEnergyCommunityConfigurationConnectionDto, SystemCommunicationEnergyCommunityConfigurationDto, SystemCommunicationEnergyCommunityConfigurationEdgeDto, SystemCommunicationEnergyCommunityConfigurationInputDto, SystemCommunicationEnergyCommunityConfigurationInputUpdateDto, SystemCommunicationEnergyCommunityConfigurationMutationsCreateArgsDto, SystemCommunicationEnergyCommunityConfigurationMutationsDto, SystemCommunicationEnergyCommunityConfigurationMutationsUpdateArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto, SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto, SystemCommunicationEnergyCommunityConfigurationUpdateDto, SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationUsedByArgsDto, SystemCommunicationFinApiConfigurationAssociationsArgsDto, SystemCommunicationFinApiConfigurationConfiguredByArgsDto, SystemCommunicationFinApiConfigurationConnectionDto, SystemCommunicationFinApiConfigurationDto, SystemCommunicationFinApiConfigurationEdgeDto, SystemCommunicationFinApiConfigurationInputDto, SystemCommunicationFinApiConfigurationInputUpdateDto, SystemCommunicationFinApiConfigurationMutationsCreateArgsDto, SystemCommunicationFinApiConfigurationMutationsDto, SystemCommunicationFinApiConfigurationMutationsUpdateArgsDto, SystemCommunicationFinApiConfigurationRelatesFromArgsDto, SystemCommunicationFinApiConfigurationRelatesToArgsDto, SystemCommunicationFinApiConfigurationTaggedByArgsDto, SystemCommunicationFinApiConfigurationUpdateDto, SystemCommunicationFinApiConfigurationUpdateMessageDto, SystemCommunicationFinApiConfigurationUsedByArgsDto, SystemCommunicationMeshAdapterAssociationsArgsDto, SystemCommunicationMeshAdapterConfiguredByArgsDto, SystemCommunicationMeshAdapterConnectionDto, SystemCommunicationMeshAdapterDto, SystemCommunicationMeshAdapterEdgeDto, SystemCommunicationMeshAdapterExecutesArgsDto, SystemCommunicationMeshAdapterExecutingAdapterArgsDto, SystemCommunicationMeshAdapterInputDto, SystemCommunicationMeshAdapterInputUpdateDto, SystemCommunicationMeshAdapterManagedByArgsDto, SystemCommunicationMeshAdapterMutationsCreateArgsDto, SystemCommunicationMeshAdapterMutationsDto, SystemCommunicationMeshAdapterMutationsUpdateArgsDto, SystemCommunicationMeshAdapterRelatesFromArgsDto, SystemCommunicationMeshAdapterRelatesToArgsDto, SystemCommunicationMeshAdapterTaggedByArgsDto, SystemCommunicationMeshAdapterUpdateDto, SystemCommunicationMeshAdapterUpdateMessageDto, SystemCommunicationMeshPipelineAssociationsArgsDto, SystemCommunicationMeshPipelineConfiguredByArgsDto, SystemCommunicationMeshPipelineConnectionDto, SystemCommunicationMeshPipelineDto, SystemCommunicationMeshPipelineEdgeDto, SystemCommunicationMeshPipelineExecutedByArgsDto, SystemCommunicationMeshPipelineExecutedPipelineArgsDto, SystemCommunicationMeshPipelineInputDto, SystemCommunicationMeshPipelineInputUpdateDto, SystemCommunicationMeshPipelineIsUsingArgsDto, SystemCommunicationMeshPipelineMutationsCreateArgsDto, SystemCommunicationMeshPipelineMutationsDto, SystemCommunicationMeshPipelineMutationsUpdateArgsDto, SystemCommunicationMeshPipelineParentArgsDto, SystemCommunicationMeshPipelineRelatesFromArgsDto, SystemCommunicationMeshPipelineRelatesToArgsDto, SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto, SystemCommunicationMeshPipelineTaggedByArgsDto, SystemCommunicationMeshPipelineTriggeredByArgsDto, SystemCommunicationMeshPipelineUpdateDto, SystemCommunicationMeshPipelineUpdateMessageDto, SystemCommunicationMeshPipeline_TriggersUnionConnectionDto, SystemCommunicationMeshPipeline_TriggersUnionDto, SystemCommunicationMeshPipeline_TriggersUnionEdgeDto, SystemCommunicationPipelineAssociationsArgsDto, SystemCommunicationPipelineConfiguredByArgsDto, SystemCommunicationPipelineConnectionDto, SystemCommunicationPipelineDto, SystemCommunicationPipelineEdgeDto, SystemCommunicationPipelineExecutedByArgsDto, SystemCommunicationPipelineExecutedPipelineArgsDto, SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto, SystemCommunicationPipelineExecutionAssociationsArgsDto, SystemCommunicationPipelineExecutionConfiguredByArgsDto, SystemCommunicationPipelineExecutionConnectionDto, SystemCommunicationPipelineExecutionDto, SystemCommunicationPipelineExecutionEdgeDto, SystemCommunicationPipelineExecutionInputDto, SystemCommunicationPipelineExecutionInputUpdateDto, SystemCommunicationPipelineExecutionMutationsCreateArgsDto, SystemCommunicationPipelineExecutionMutationsDto, SystemCommunicationPipelineExecutionMutationsUpdateArgsDto, SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto, SystemCommunicationPipelineExecutionRelatesFromArgsDto, SystemCommunicationPipelineExecutionRelatesToArgsDto, SystemCommunicationPipelineExecutionTaggedByArgsDto, SystemCommunicationPipelineExecutionUpdateDto, SystemCommunicationPipelineExecutionUpdateMessageDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionEdgeDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionEdgeDto, SystemCommunicationPipelineInterfaceConfiguredByArgsDto, SystemCommunicationPipelineInterfaceDto, SystemCommunicationPipelineInterfaceExecutedByArgsDto, SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto, SystemCommunicationPipelineInterfaceIsUsingArgsDto, SystemCommunicationPipelineInterfaceParentArgsDto, SystemCommunicationPipelineInterfaceRelatesFromArgsDto, SystemCommunicationPipelineInterfaceRelatesToArgsDto, SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto, SystemCommunicationPipelineInterfaceTaggedByArgsDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineParentArgsDto, SystemCommunicationPipelineRelatesFromArgsDto, SystemCommunicationPipelineRelatesToArgsDto, SystemCommunicationPipelineStatisticsAssociationsArgsDto, SystemCommunicationPipelineStatisticsConfiguredByArgsDto, SystemCommunicationPipelineStatisticsConnectionDto, SystemCommunicationPipelineStatisticsDto, SystemCommunicationPipelineStatisticsEdgeDto, SystemCommunicationPipelineStatisticsForPipelineArgsDto, SystemCommunicationPipelineStatisticsInputDto, SystemCommunicationPipelineStatisticsInputUpdateDto, SystemCommunicationPipelineStatisticsMutationsCreateArgsDto, SystemCommunicationPipelineStatisticsMutationsDto, SystemCommunicationPipelineStatisticsMutationsUpdateArgsDto, SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto, SystemCommunicationPipelineStatisticsRelatesFromArgsDto, SystemCommunicationPipelineStatisticsRelatesToArgsDto, SystemCommunicationPipelineStatisticsTaggedByArgsDto, SystemCommunicationPipelineStatisticsUpdateDto, SystemCommunicationPipelineStatisticsUpdateMessageDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionConnectionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionEdgeDto, SystemCommunicationPipelineTaggedByArgsDto, SystemCommunicationPipelineUpdateDto, SystemCommunicationPipelineUpdateMessageDto, SystemCommunicationPipeline_ChildrenUnionConnectionDto, SystemCommunicationPipeline_ChildrenUnionDto, SystemCommunicationPipeline_ChildrenUnionEdgeDto, SystemCommunicationPipeline_ExecutesUnionConnectionDto, SystemCommunicationPipeline_ExecutesUnionDto, SystemCommunicationPipeline_ExecutesUnionEdgeDto, SystemCommunicationPipeline_PipelineExecutionsUnionConnectionDto, SystemCommunicationPipeline_PipelineExecutionsUnionDto, SystemCommunicationPipeline_PipelineExecutionsUnionEdgeDto, SystemCommunicationPipeline_PipelineStatisticsUnionConnectionDto, SystemCommunicationPipeline_PipelineStatisticsUnionDto, SystemCommunicationPipeline_PipelineStatisticsUnionEdgeDto, SystemCommunicationPipeline_UsedByUnionConnectionDto, SystemCommunicationPipeline_UsedByUnionDto, SystemCommunicationPipeline_UsedByUnionEdgeDto, SystemCommunicationPoolAssociationsArgsDto, SystemCommunicationPoolConfiguredByArgsDto, SystemCommunicationPoolConnectionDto, SystemCommunicationPoolDto, SystemCommunicationPoolEdgeDto, SystemCommunicationPoolInputDto, SystemCommunicationPoolInputUpdateDto, SystemCommunicationPoolManagesArgsDto, SystemCommunicationPoolMutationsCreateArgsDto, SystemCommunicationPoolMutationsDto, SystemCommunicationPoolMutationsUpdateArgsDto, SystemCommunicationPoolRelatesFromArgsDto, SystemCommunicationPoolRelatesToArgsDto, SystemCommunicationPoolTaggedByArgsDto, SystemCommunicationPoolUpdateDto, SystemCommunicationPoolUpdateMessageDto, SystemCommunicationPool_ManagedByUnionConnectionDto, SystemCommunicationPool_ManagedByUnionDto, SystemCommunicationPool_ManagedByUnionEdgeDto, SystemCommunicationSapConfigurationAssociationsArgsDto, SystemCommunicationSapConfigurationConfiguredByArgsDto, SystemCommunicationSapConfigurationConnectionDto, SystemCommunicationSapConfigurationDto, SystemCommunicationSapConfigurationEdgeDto, SystemCommunicationSapConfigurationInputDto, SystemCommunicationSapConfigurationInputUpdateDto, SystemCommunicationSapConfigurationMutationsCreateArgsDto, SystemCommunicationSapConfigurationMutationsDto, SystemCommunicationSapConfigurationMutationsUpdateArgsDto, SystemCommunicationSapConfigurationRelatesFromArgsDto, SystemCommunicationSapConfigurationRelatesToArgsDto, SystemCommunicationSapConfigurationTaggedByArgsDto, SystemCommunicationSapConfigurationUpdateDto, SystemCommunicationSapConfigurationUpdateMessageDto, SystemCommunicationSapConfigurationUsedByArgsDto, SystemCommunicationTagAssociationsArgsDto, SystemCommunicationTagConfiguredByArgsDto, SystemCommunicationTagConnectionDto, SystemCommunicationTagDto, SystemCommunicationTagEdgeDto, SystemCommunicationTagInputDto, SystemCommunicationTagInputUpdateDto, SystemCommunicationTagIsTaggingArgsDto, SystemCommunicationTagMutationsCreateArgsDto, SystemCommunicationTagMutationsDto, SystemCommunicationTagMutationsUpdateArgsDto, SystemCommunicationTagRelatesFromArgsDto, SystemCommunicationTagRelatesToArgsDto, SystemCommunicationTagTaggedByArgsDto, SystemCommunicationTagUpdateDto, SystemCommunicationTagUpdateMessageDto, SystemCommunicationTag_TaggedByUnionConnectionDto, SystemCommunicationTag_TaggedByUnionDto, SystemCommunicationTag_TaggedByUnionEdgeDto, SystemCommunicationUiThemeColorsDto, SystemCommunicationUiThemeColorsInputDto, SystemConfigurationAssociationsArgsDto, SystemConfigurationConfiguredByArgsDto, SystemConfigurationConnectionDto, SystemConfigurationDto, SystemConfigurationEdgeDto, SystemConfigurationInterfaceConfiguredByArgsDto, SystemConfigurationInterfaceDto, SystemConfigurationInterfaceRelatesFromArgsDto, SystemConfigurationInterfaceRelatesToArgsDto, SystemConfigurationInterfaceTaggedByArgsDto, SystemConfigurationInterfaceUsedByArgsDto, SystemConfigurationRelatesFromArgsDto, SystemConfigurationRelatesToArgsDto, SystemConfigurationTaggedByArgsDto, SystemConfigurationUpdateDto, SystemConfigurationUpdateMessageDto, SystemConfigurationUsedByArgsDto, SystemConfiguration_IsUsingUnionConnectionDto, SystemConfiguration_IsUsingUnionDto, SystemConfiguration_IsUsingUnionEdgeDto, SystemEntityAssociationsArgsDto, SystemEntityConfiguredByArgsDto, SystemEntityConnectionDto, SystemEntityDto, SystemEntityEdgeDto, SystemEntityInterfaceConfiguredByArgsDto, SystemEntityInterfaceDto, SystemEntityInterfaceRelatesFromArgsDto, SystemEntityInterfaceRelatesToArgsDto, SystemEntityInterfaceTaggedByArgsDto, SystemEntityRelatesFromArgsDto, SystemEntityRelatesToArgsDto, SystemEntityTaggedByArgsDto, SystemEntityUpdateDto, SystemEntityUpdateMessageDto, SystemEntity_ConfiguresUnionConnectionDto, SystemEntity_ConfiguresUnionDto, SystemEntity_ConfiguresUnionEdgeDto, SystemEntity_IsTaggingUnionConnectionDto, SystemEntity_IsTaggingUnionDto, SystemEntity_IsTaggingUnionEdgeDto, SystemEntity_RelatesFromUnionConnectionDto, SystemEntity_RelatesFromUnionDto, SystemEntity_RelatesFromUnionEdgeDto, SystemEntity_RelatesToUnionConnectionDto, SystemEntity_RelatesToUnionDto, SystemEntity_RelatesToUnionEdgeDto, SystemFieldFilterDto, SystemFieldFilterInputDto, SystemGroupingAggregationRtQueryAssociationsArgsDto, SystemGroupingAggregationRtQueryConfiguredByArgsDto, SystemGroupingAggregationRtQueryConnectionDto, SystemGroupingAggregationRtQueryDto, SystemGroupingAggregationRtQueryEdgeDto, SystemGroupingAggregationRtQueryInputDto, SystemGroupingAggregationRtQueryInputUpdateDto, SystemGroupingAggregationRtQueryMutationsCreateArgsDto, SystemGroupingAggregationRtQueryMutationsDto, SystemGroupingAggregationRtQueryMutationsUpdateArgsDto, SystemGroupingAggregationRtQueryRelatesFromArgsDto, SystemGroupingAggregationRtQueryRelatesToArgsDto, SystemGroupingAggregationRtQueryTaggedByArgsDto, SystemGroupingAggregationRtQueryUpdateDto, SystemGroupingAggregationRtQueryUpdateMessageDto, SystemIdentityApiResourceAssociationsArgsDto, SystemIdentityApiResourceConfiguredByArgsDto, SystemIdentityApiResourceConnectionDto, SystemIdentityApiResourceDto, SystemIdentityApiResourceEdgeDto, SystemIdentityApiResourceInputDto, SystemIdentityApiResourceInputUpdateDto, SystemIdentityApiResourceMutationsCreateArgsDto, SystemIdentityApiResourceMutationsDto, SystemIdentityApiResourceMutationsUpdateArgsDto, SystemIdentityApiResourceRelatesFromArgsDto, SystemIdentityApiResourceRelatesToArgsDto, SystemIdentityApiResourceTaggedByArgsDto, SystemIdentityApiResourceUpdateDto, SystemIdentityApiResourceUpdateMessageDto, SystemIdentityApiScopeAssociationsArgsDto, SystemIdentityApiScopeConfiguredByArgsDto, SystemIdentityApiScopeConnectionDto, SystemIdentityApiScopeDto, SystemIdentityApiScopeEdgeDto, SystemIdentityApiScopeInputDto, SystemIdentityApiScopeInputUpdateDto, SystemIdentityApiScopeMutationsCreateArgsDto, SystemIdentityApiScopeMutationsDto, SystemIdentityApiScopeMutationsUpdateArgsDto, SystemIdentityApiScopeRelatesFromArgsDto, SystemIdentityApiScopeRelatesToArgsDto, SystemIdentityApiScopeTaggedByArgsDto, SystemIdentityApiScopeUpdateDto, SystemIdentityApiScopeUpdateMessageDto, SystemIdentityAzureEntraIdIdentityProviderAssociationsArgsDto, SystemIdentityAzureEntraIdIdentityProviderConfiguredByArgsDto, SystemIdentityAzureEntraIdIdentityProviderConnectionDto, SystemIdentityAzureEntraIdIdentityProviderDto, SystemIdentityAzureEntraIdIdentityProviderEdgeDto, SystemIdentityAzureEntraIdIdentityProviderInputDto, SystemIdentityAzureEntraIdIdentityProviderInputUpdateDto, SystemIdentityAzureEntraIdIdentityProviderMutationsCreateArgsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsUpdateArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesFromArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesToArgsDto, SystemIdentityAzureEntraIdIdentityProviderTaggedByArgsDto, SystemIdentityAzureEntraIdIdentityProviderUpdateDto, SystemIdentityAzureEntraIdIdentityProviderUpdateMessageDto, SystemIdentityClientAssociationsArgsDto, SystemIdentityClientClaimDto, SystemIdentityClientClaimInputDto, SystemIdentityClientConfiguredByArgsDto, SystemIdentityClientConnectionDto, SystemIdentityClientDto, SystemIdentityClientEdgeDto, SystemIdentityClientInputDto, SystemIdentityClientInputUpdateDto, SystemIdentityClientMutationsCreateArgsDto, SystemIdentityClientMutationsDto, SystemIdentityClientMutationsUpdateArgsDto, SystemIdentityClientRelatesFromArgsDto, SystemIdentityClientRelatesToArgsDto, SystemIdentityClientTaggedByArgsDto, SystemIdentityClientUpdateDto, SystemIdentityClientUpdateMessageDto, SystemIdentityFacebookIdentityProviderAssociationsArgsDto, SystemIdentityFacebookIdentityProviderConfiguredByArgsDto, SystemIdentityFacebookIdentityProviderConnectionDto, SystemIdentityFacebookIdentityProviderDto, SystemIdentityFacebookIdentityProviderEdgeDto, SystemIdentityFacebookIdentityProviderInputDto, SystemIdentityFacebookIdentityProviderInputUpdateDto, SystemIdentityFacebookIdentityProviderMutationsCreateArgsDto, SystemIdentityFacebookIdentityProviderMutationsDto, SystemIdentityFacebookIdentityProviderMutationsUpdateArgsDto, SystemIdentityFacebookIdentityProviderRelatesFromArgsDto, SystemIdentityFacebookIdentityProviderRelatesToArgsDto, SystemIdentityFacebookIdentityProviderTaggedByArgsDto, SystemIdentityFacebookIdentityProviderUpdateDto, SystemIdentityFacebookIdentityProviderUpdateMessageDto, SystemIdentityGoogleIdentityProviderAssociationsArgsDto, SystemIdentityGoogleIdentityProviderConfiguredByArgsDto, SystemIdentityGoogleIdentityProviderConnectionDto, SystemIdentityGoogleIdentityProviderDto, SystemIdentityGoogleIdentityProviderEdgeDto, SystemIdentityGoogleIdentityProviderInputDto, SystemIdentityGoogleIdentityProviderInputUpdateDto, SystemIdentityGoogleIdentityProviderMutationsCreateArgsDto, SystemIdentityGoogleIdentityProviderMutationsDto, SystemIdentityGoogleIdentityProviderMutationsUpdateArgsDto, SystemIdentityGoogleIdentityProviderRelatesFromArgsDto, SystemIdentityGoogleIdentityProviderRelatesToArgsDto, SystemIdentityGoogleIdentityProviderTaggedByArgsDto, SystemIdentityGoogleIdentityProviderUpdateDto, SystemIdentityGoogleIdentityProviderUpdateMessageDto, SystemIdentityIdentityProviderAssociationsArgsDto, SystemIdentityIdentityProviderConfiguredByArgsDto, SystemIdentityIdentityProviderConnectionDto, SystemIdentityIdentityProviderDto, SystemIdentityIdentityProviderEdgeDto, SystemIdentityIdentityProviderInterfaceConfiguredByArgsDto, SystemIdentityIdentityProviderInterfaceDto, SystemIdentityIdentityProviderInterfaceRelatesFromArgsDto, SystemIdentityIdentityProviderInterfaceRelatesToArgsDto, SystemIdentityIdentityProviderInterfaceTaggedByArgsDto, SystemIdentityIdentityProviderRelatesFromArgsDto, SystemIdentityIdentityProviderRelatesToArgsDto, SystemIdentityIdentityProviderTaggedByArgsDto, SystemIdentityIdentityProviderUpdateDto, SystemIdentityIdentityProviderUpdateMessageDto, SystemIdentityIdentityResourceAssociationsArgsDto, SystemIdentityIdentityResourceConfiguredByArgsDto, SystemIdentityIdentityResourceConnectionDto, SystemIdentityIdentityResourceDto, SystemIdentityIdentityResourceEdgeDto, SystemIdentityIdentityResourceInputDto, SystemIdentityIdentityResourceInputUpdateDto, SystemIdentityIdentityResourceMutationsCreateArgsDto, SystemIdentityIdentityResourceMutationsDto, SystemIdentityIdentityResourceMutationsUpdateArgsDto, SystemIdentityIdentityResourceRelatesFromArgsDto, SystemIdentityIdentityResourceRelatesToArgsDto, SystemIdentityIdentityResourceTaggedByArgsDto, SystemIdentityIdentityResourceUpdateDto, SystemIdentityIdentityResourceUpdateMessageDto, SystemIdentityMailNotificationConfigurationAssociationsArgsDto, SystemIdentityMailNotificationConfigurationConfiguredByArgsDto, SystemIdentityMailNotificationConfigurationConnectionDto, SystemIdentityMailNotificationConfigurationDto, SystemIdentityMailNotificationConfigurationEdgeDto, SystemIdentityMailNotificationConfigurationInputDto, SystemIdentityMailNotificationConfigurationInputUpdateDto, SystemIdentityMailNotificationConfigurationMutationsCreateArgsDto, SystemIdentityMailNotificationConfigurationMutationsDto, SystemIdentityMailNotificationConfigurationMutationsUpdateArgsDto, SystemIdentityMailNotificationConfigurationRelatesFromArgsDto, SystemIdentityMailNotificationConfigurationRelatesToArgsDto, SystemIdentityMailNotificationConfigurationTaggedByArgsDto, SystemIdentityMailNotificationConfigurationUpdateDto, SystemIdentityMailNotificationConfigurationUpdateMessageDto, SystemIdentityMailNotificationConfigurationUsedByArgsDto, SystemIdentityMicrosoftAdIdentityProviderAssociationsArgsDto, SystemIdentityMicrosoftAdIdentityProviderConfiguredByArgsDto, SystemIdentityMicrosoftAdIdentityProviderConnectionDto, SystemIdentityMicrosoftAdIdentityProviderDto, SystemIdentityMicrosoftAdIdentityProviderEdgeDto, SystemIdentityMicrosoftAdIdentityProviderInputDto, SystemIdentityMicrosoftAdIdentityProviderInputUpdateDto, SystemIdentityMicrosoftAdIdentityProviderMutationsCreateArgsDto, SystemIdentityMicrosoftAdIdentityProviderMutationsDto, SystemIdentityMicrosoftAdIdentityProviderMutationsUpdateArgsDto, SystemIdentityMicrosoftAdIdentityProviderRelatesFromArgsDto, SystemIdentityMicrosoftAdIdentityProviderRelatesToArgsDto, SystemIdentityMicrosoftAdIdentityProviderTaggedByArgsDto, SystemIdentityMicrosoftAdIdentityProviderUpdateDto, SystemIdentityMicrosoftAdIdentityProviderUpdateMessageDto, SystemIdentityMicrosoftIdentityProviderAssociationsArgsDto, SystemIdentityMicrosoftIdentityProviderConfiguredByArgsDto, SystemIdentityMicrosoftIdentityProviderConnectionDto, SystemIdentityMicrosoftIdentityProviderDto, SystemIdentityMicrosoftIdentityProviderEdgeDto, SystemIdentityMicrosoftIdentityProviderInputDto, SystemIdentityMicrosoftIdentityProviderInputUpdateDto, SystemIdentityMicrosoftIdentityProviderMutationsCreateArgsDto, SystemIdentityMicrosoftIdentityProviderMutationsDto, SystemIdentityMicrosoftIdentityProviderMutationsUpdateArgsDto, SystemIdentityMicrosoftIdentityProviderRelatesFromArgsDto, SystemIdentityMicrosoftIdentityProviderRelatesToArgsDto, SystemIdentityMicrosoftIdentityProviderTaggedByArgsDto, SystemIdentityMicrosoftIdentityProviderUpdateDto, SystemIdentityMicrosoftIdentityProviderUpdateMessageDto, SystemIdentityOpenLdapIdentityProviderAssociationsArgsDto, SystemIdentityOpenLdapIdentityProviderConfiguredByArgsDto, SystemIdentityOpenLdapIdentityProviderConnectionDto, SystemIdentityOpenLdapIdentityProviderDto, SystemIdentityOpenLdapIdentityProviderEdgeDto, SystemIdentityOpenLdapIdentityProviderInputDto, SystemIdentityOpenLdapIdentityProviderInputUpdateDto, SystemIdentityOpenLdapIdentityProviderMutationsCreateArgsDto, SystemIdentityOpenLdapIdentityProviderMutationsDto, SystemIdentityOpenLdapIdentityProviderMutationsUpdateArgsDto, SystemIdentityOpenLdapIdentityProviderRelatesFromArgsDto, SystemIdentityOpenLdapIdentityProviderRelatesToArgsDto, SystemIdentityOpenLdapIdentityProviderTaggedByArgsDto, SystemIdentityOpenLdapIdentityProviderUpdateDto, SystemIdentityOpenLdapIdentityProviderUpdateMessageDto, SystemIdentityPermissionAssociationsArgsDto, SystemIdentityPermissionConfiguredByArgsDto, SystemIdentityPermissionConnectionDto, SystemIdentityPermissionDto, SystemIdentityPermissionEdgeDto, SystemIdentityPermissionInputDto, SystemIdentityPermissionInputUpdateDto, SystemIdentityPermissionMutationsCreateArgsDto, SystemIdentityPermissionMutationsDto, SystemIdentityPermissionMutationsUpdateArgsDto, SystemIdentityPermissionRelatesFromArgsDto, SystemIdentityPermissionRelatesToArgsDto, SystemIdentityPermissionRoleAssociationsArgsDto, SystemIdentityPermissionRoleConfiguredByArgsDto, SystemIdentityPermissionRoleConnectionDto, SystemIdentityPermissionRoleDto, SystemIdentityPermissionRoleEdgeDto, SystemIdentityPermissionRoleInputDto, SystemIdentityPermissionRoleInputUpdateDto, SystemIdentityPermissionRoleMutationsCreateArgsDto, SystemIdentityPermissionRoleMutationsDto, SystemIdentityPermissionRoleMutationsUpdateArgsDto, SystemIdentityPermissionRoleRelatesFromArgsDto, SystemIdentityPermissionRoleRelatesToArgsDto, SystemIdentityPermissionRoleTaggedByArgsDto, SystemIdentityPermissionRoleUpdateDto, SystemIdentityPermissionRoleUpdateMessageDto, SystemIdentityPermissionTaggedByArgsDto, SystemIdentityPermissionUpdateDto, SystemIdentityPermissionUpdateMessageDto, SystemIdentityPersistedGrantAssociationsArgsDto, SystemIdentityPersistedGrantConfiguredByArgsDto, SystemIdentityPersistedGrantConnectionDto, SystemIdentityPersistedGrantDto, SystemIdentityPersistedGrantEdgeDto, SystemIdentityPersistedGrantInputDto, SystemIdentityPersistedGrantInputUpdateDto, SystemIdentityPersistedGrantMutationsCreateArgsDto, SystemIdentityPersistedGrantMutationsDto, SystemIdentityPersistedGrantMutationsUpdateArgsDto, SystemIdentityPersistedGrantRelatesFromArgsDto, SystemIdentityPersistedGrantRelatesToArgsDto, SystemIdentityPersistedGrantTaggedByArgsDto, SystemIdentityPersistedGrantUpdateDto, SystemIdentityPersistedGrantUpdateMessageDto, SystemIdentityResourceAssociationsArgsDto, SystemIdentityResourceConfiguredByArgsDto, SystemIdentityResourceConnectionDto, SystemIdentityResourceDto, SystemIdentityResourceEdgeDto, SystemIdentityResourceInterfaceConfiguredByArgsDto, SystemIdentityResourceInterfaceDto, SystemIdentityResourceInterfaceRelatesFromArgsDto, SystemIdentityResourceInterfaceRelatesToArgsDto, SystemIdentityResourceInterfaceTaggedByArgsDto, SystemIdentityResourceRelatesFromArgsDto, SystemIdentityResourceRelatesToArgsDto, SystemIdentityResourceTaggedByArgsDto, SystemIdentityResourceUpdateDto, SystemIdentityResourceUpdateMessageDto, SystemIdentityRoleAssociationsArgsDto, SystemIdentityRoleClaimDto, SystemIdentityRoleClaimInputDto, SystemIdentityRoleConfiguredByArgsDto, SystemIdentityRoleConnectionDto, SystemIdentityRoleDto, SystemIdentityRoleEdgeDto, SystemIdentityRoleInputDto, SystemIdentityRoleInputUpdateDto, SystemIdentityRoleMutationsCreateArgsDto, SystemIdentityRoleMutationsDto, SystemIdentityRoleMutationsUpdateArgsDto, SystemIdentityRoleRelatesFromArgsDto, SystemIdentityRoleRelatesToArgsDto, SystemIdentityRoleTaggedByArgsDto, SystemIdentityRoleUpdateDto, SystemIdentityRoleUpdateMessageDto, SystemIdentitySecretDto, SystemIdentitySecretInputDto, SystemIdentityUserAssociationsArgsDto, SystemIdentityUserClaimDto, SystemIdentityUserClaimInputDto, SystemIdentityUserConfiguredByArgsDto, SystemIdentityUserConnectionDto, SystemIdentityUserDto, SystemIdentityUserEdgeDto, SystemIdentityUserInputDto, SystemIdentityUserInputUpdateDto, SystemIdentityUserLoginDto, SystemIdentityUserLoginInputDto, SystemIdentityUserMutationsCreateArgsDto, SystemIdentityUserMutationsDto, SystemIdentityUserMutationsUpdateArgsDto, SystemIdentityUserRelatesFromArgsDto, SystemIdentityUserRelatesToArgsDto, SystemIdentityUserTaggedByArgsDto, SystemIdentityUserTokenDto, SystemIdentityUserTokenInputDto, SystemIdentityUserUpdateDto, SystemIdentityUserUpdateMessageDto, SystemMigrationHistoryAssociationsArgsDto, SystemMigrationHistoryConfiguredByArgsDto, SystemMigrationHistoryConnectionDto, SystemMigrationHistoryDto, SystemMigrationHistoryEdgeDto, SystemMigrationHistoryInputDto, SystemMigrationHistoryInputUpdateDto, SystemMigrationHistoryMutationsCreateArgsDto, SystemMigrationHistoryMutationsDto, SystemMigrationHistoryMutationsUpdateArgsDto, SystemMigrationHistoryRelatesFromArgsDto, SystemMigrationHistoryRelatesToArgsDto, SystemMigrationHistoryTaggedByArgsDto, SystemMigrationHistoryUpdateDto, SystemMigrationHistoryUpdateMessageDto, SystemNotificationCssTemplateConfigurationAssociationsArgsDto, SystemNotificationCssTemplateConfigurationConfiguredByArgsDto, SystemNotificationCssTemplateConfigurationConnectionDto, SystemNotificationCssTemplateConfigurationDto, SystemNotificationCssTemplateConfigurationEdgeDto, SystemNotificationCssTemplateConfigurationInputDto, SystemNotificationCssTemplateConfigurationInputUpdateDto, SystemNotificationCssTemplateConfigurationMutationsCreateArgsDto, SystemNotificationCssTemplateConfigurationMutationsDto, SystemNotificationCssTemplateConfigurationMutationsUpdateArgsDto, SystemNotificationCssTemplateConfigurationRelatesFromArgsDto, SystemNotificationCssTemplateConfigurationRelatesToArgsDto, SystemNotificationCssTemplateConfigurationTaggedByArgsDto, SystemNotificationCssTemplateConfigurationUpdateDto, SystemNotificationCssTemplateConfigurationUpdateMessageDto, SystemNotificationCssTemplateConfigurationUsedByArgsDto, SystemNotificationEventAssociationsArgsDto, SystemNotificationEventConfiguredByArgsDto, SystemNotificationEventConnectionDto, SystemNotificationEventDto, SystemNotificationEventEdgeDto, SystemNotificationEventInputDto, SystemNotificationEventInputUpdateDto, SystemNotificationEventMutationsCreateArgsDto, SystemNotificationEventMutationsDto, SystemNotificationEventMutationsUpdateArgsDto, SystemNotificationEventRelatesFromArgsDto, SystemNotificationEventRelatesToArgsDto, SystemNotificationEventTaggedByArgsDto, SystemNotificationEventUpdateDto, SystemNotificationEventUpdateMessageDto, SystemNotificationNotificationTemplateAssociationsArgsDto, SystemNotificationNotificationTemplateConfiguredByArgsDto, SystemNotificationNotificationTemplateConnectionDto, SystemNotificationNotificationTemplateDto, SystemNotificationNotificationTemplateEdgeDto, SystemNotificationNotificationTemplateInputDto, SystemNotificationNotificationTemplateInputUpdateDto, SystemNotificationNotificationTemplateMutationsCreateArgsDto, SystemNotificationNotificationTemplateMutationsDto, SystemNotificationNotificationTemplateMutationsUpdateArgsDto, SystemNotificationNotificationTemplateRelatesFromArgsDto, SystemNotificationNotificationTemplateRelatesToArgsDto, SystemNotificationNotificationTemplateTaggedByArgsDto, SystemNotificationNotificationTemplateUpdateDto, SystemNotificationNotificationTemplateUpdateMessageDto, SystemNotificationStatefulEventAssociationsArgsDto, SystemNotificationStatefulEventConfiguredByArgsDto, SystemNotificationStatefulEventConnectionDto, SystemNotificationStatefulEventDto, SystemNotificationStatefulEventEdgeDto, SystemNotificationStatefulEventInputDto, SystemNotificationStatefulEventInputUpdateDto, SystemNotificationStatefulEventMutationsCreateArgsDto, SystemNotificationStatefulEventMutationsDto, SystemNotificationStatefulEventMutationsUpdateArgsDto, SystemNotificationStatefulEventRelatesFromArgsDto, SystemNotificationStatefulEventRelatesToArgsDto, SystemNotificationStatefulEventTaggedByArgsDto, SystemNotificationStatefulEventUpdateDto, SystemNotificationStatefulEventUpdateMessageDto, SystemPersistentQueryAssociationsArgsDto, SystemPersistentQueryConfiguredByArgsDto, SystemPersistentQueryConnectionDto, SystemPersistentQueryDto, SystemPersistentQueryEdgeDto, SystemPersistentQueryInterfaceConfiguredByArgsDto, SystemPersistentQueryInterfaceDto, SystemPersistentQueryInterfaceRelatesFromArgsDto, SystemPersistentQueryInterfaceRelatesToArgsDto, SystemPersistentQueryInterfaceTaggedByArgsDto, SystemPersistentQueryRelatesFromArgsDto, SystemPersistentQueryRelatesToArgsDto, SystemPersistentQueryTaggedByArgsDto, SystemPersistentQueryUpdateDto, SystemPersistentQueryUpdateMessageDto, SystemQueryAssociationsArgsDto, SystemQueryConfiguredByArgsDto, SystemQueryConnectionDto, SystemQueryDto, SystemQueryEdgeDto, SystemQueryInputDto, SystemQueryInputUpdateDto, SystemQueryMutationsCreateArgsDto, SystemQueryMutationsDto, SystemQueryMutationsUpdateArgsDto, SystemQueryRelatesFromArgsDto, SystemQueryRelatesToArgsDto, SystemQueryTaggedByArgsDto, SystemQueryUpdateDto, SystemQueryUpdateMessageDto, SystemReportingConnectionInfoAssociationsArgsDto, SystemReportingConnectionInfoConfiguredByArgsDto, SystemReportingConnectionInfoConnectionDto, SystemReportingConnectionInfoDto, SystemReportingConnectionInfoEdgeDto, SystemReportingConnectionInfoInputDto, SystemReportingConnectionInfoInputUpdateDto, SystemReportingConnectionInfoMutationsCreateArgsDto, SystemReportingConnectionInfoMutationsDto, SystemReportingConnectionInfoMutationsUpdateArgsDto, SystemReportingConnectionInfoRelatesFromArgsDto, SystemReportingConnectionInfoRelatesToArgsDto, SystemReportingConnectionInfoTaggedByArgsDto, SystemReportingConnectionInfoUpdateDto, SystemReportingConnectionInfoUpdateMessageDto, SystemReportingConnectionInfoUsedByArgsDto, SystemReportingFileSystemContainerAssociationsArgsDto, SystemReportingFileSystemContainerConfiguredByArgsDto, SystemReportingFileSystemContainerConnectionDto, SystemReportingFileSystemContainerDto, SystemReportingFileSystemContainerEdgeDto, SystemReportingFileSystemContainerInterfaceConfiguredByArgsDto, SystemReportingFileSystemContainerInterfaceDto, SystemReportingFileSystemContainerInterfaceParentArgsDto, SystemReportingFileSystemContainerInterfaceRelatesFromArgsDto, SystemReportingFileSystemContainerInterfaceRelatesToArgsDto, SystemReportingFileSystemContainerInterfaceTaggedByArgsDto, SystemReportingFileSystemContainerParentArgsDto, SystemReportingFileSystemContainerRelatesFromArgsDto, SystemReportingFileSystemContainerRelatesToArgsDto, SystemReportingFileSystemContainerTaggedByArgsDto, SystemReportingFileSystemContainerUpdateDto, SystemReportingFileSystemContainerUpdateMessageDto, SystemReportingFileSystemContainer_ChildrenUnionConnectionDto, SystemReportingFileSystemContainer_ChildrenUnionDto, SystemReportingFileSystemContainer_ChildrenUnionEdgeDto, SystemReportingFileSystemEntityAssociationsArgsDto, SystemReportingFileSystemEntityConfiguredByArgsDto, SystemReportingFileSystemEntityConnectionDto, SystemReportingFileSystemEntityDto, SystemReportingFileSystemEntityEdgeDto, SystemReportingFileSystemEntityInterfaceConfiguredByArgsDto, SystemReportingFileSystemEntityInterfaceDto, SystemReportingFileSystemEntityInterfaceRelatesFromArgsDto, SystemReportingFileSystemEntityInterfaceRelatesToArgsDto, SystemReportingFileSystemEntityInterfaceTaggedByArgsDto, SystemReportingFileSystemEntityRelatesFromArgsDto, SystemReportingFileSystemEntityRelatesToArgsDto, SystemReportingFileSystemEntityTaggedByArgsDto, SystemReportingFileSystemEntityUpdateDto, SystemReportingFileSystemEntityUpdateMessageDto, SystemReportingFileSystemItemAssociationsArgsDto, SystemReportingFileSystemItemConfiguredByArgsDto, SystemReportingFileSystemItemConnectionDto, SystemReportingFileSystemItemDto, SystemReportingFileSystemItemEdgeDto, SystemReportingFileSystemItemInputDto, SystemReportingFileSystemItemInputUpdateDto, SystemReportingFileSystemItemMutationsCreateArgsDto, SystemReportingFileSystemItemMutationsDto, SystemReportingFileSystemItemMutationsUpdateArgsDto, SystemReportingFileSystemItemParentArgsDto, SystemReportingFileSystemItemRelatesFromArgsDto, SystemReportingFileSystemItemRelatesToArgsDto, SystemReportingFileSystemItemTaggedByArgsDto, SystemReportingFileSystemItemUpdateDto, SystemReportingFileSystemItemUpdateMessageDto, SystemReportingFolderAssociationsArgsDto, SystemReportingFolderChildrenArgsDto, SystemReportingFolderConfiguredByArgsDto, SystemReportingFolderConnectionDto, SystemReportingFolderDto, SystemReportingFolderEdgeDto, SystemReportingFolderInputDto, SystemReportingFolderInputUpdateDto, SystemReportingFolderMutationsCreateArgsDto, SystemReportingFolderMutationsDto, SystemReportingFolderMutationsUpdateArgsDto, SystemReportingFolderParentArgsDto, SystemReportingFolderRelatesFromArgsDto, SystemReportingFolderRelatesToArgsDto, SystemReportingFolderRootAssociationsArgsDto, SystemReportingFolderRootChildrenArgsDto, SystemReportingFolderRootConfiguredByArgsDto, SystemReportingFolderRootConnectionDto, SystemReportingFolderRootDto, SystemReportingFolderRootEdgeDto, SystemReportingFolderRootInputDto, SystemReportingFolderRootInputUpdateDto, SystemReportingFolderRootMutationsCreateArgsDto, SystemReportingFolderRootMutationsDto, SystemReportingFolderRootMutationsUpdateArgsDto, SystemReportingFolderRootRelatesFromArgsDto, SystemReportingFolderRootRelatesToArgsDto, SystemReportingFolderRootTaggedByArgsDto, SystemReportingFolderRootUpdateDto, SystemReportingFolderRootUpdateMessageDto, SystemReportingFolderTaggedByArgsDto, SystemReportingFolderUpdateDto, SystemReportingFolderUpdateMessageDto, SystemReportingFolder_ParentUnionConnectionDto, SystemReportingFolder_ParentUnionDto, SystemReportingFolder_ParentUnionEdgeDto, SystemSimpleRtQueryAssociationsArgsDto, SystemSimpleRtQueryConfiguredByArgsDto, SystemSimpleRtQueryConnectionDto, SystemSimpleRtQueryDto, SystemSimpleRtQueryEdgeDto, SystemSimpleRtQueryInputDto, SystemSimpleRtQueryInputUpdateDto, SystemSimpleRtQueryMutationsCreateArgsDto, SystemSimpleRtQueryMutationsDto, SystemSimpleRtQueryMutationsUpdateArgsDto, SystemSimpleRtQueryRelatesFromArgsDto, SystemSimpleRtQueryRelatesToArgsDto, SystemSimpleRtQueryTaggedByArgsDto, SystemSimpleRtQueryUpdateDto, SystemSimpleRtQueryUpdateMessageDto, SystemSortOrderItemDto, SystemSortOrderItemInputDto, SystemTenantAssociationsArgsDto, SystemTenantConfigurationAssociationsArgsDto, SystemTenantConfigurationConfiguredByArgsDto, SystemTenantConfigurationConnectionDto, SystemTenantConfigurationDto, SystemTenantConfigurationEdgeDto, SystemTenantConfigurationInputDto, SystemTenantConfigurationInputUpdateDto, SystemTenantConfigurationMutationsCreateArgsDto, SystemTenantConfigurationMutationsDto, SystemTenantConfigurationMutationsUpdateArgsDto, SystemTenantConfigurationRelatesFromArgsDto, SystemTenantConfigurationRelatesToArgsDto, SystemTenantConfigurationTaggedByArgsDto, SystemTenantConfigurationUpdateDto, SystemTenantConfigurationUpdateMessageDto, SystemTenantConfigurationUsedByArgsDto, SystemTenantConfiguredByArgsDto, SystemTenantConnectionDto, SystemTenantDto, SystemTenantEdgeDto, SystemTenantInputDto, SystemTenantInputUpdateDto, SystemTenantModeConfigurationAssociationsArgsDto, SystemTenantModeConfigurationConfiguredByArgsDto, SystemTenantModeConfigurationConnectionDto, SystemTenantModeConfigurationDto, SystemTenantModeConfigurationEdgeDto, SystemTenantModeConfigurationInputDto, SystemTenantModeConfigurationInputUpdateDto, SystemTenantModeConfigurationMutationsCreateArgsDto, SystemTenantModeConfigurationMutationsDto, SystemTenantModeConfigurationMutationsUpdateArgsDto, SystemTenantModeConfigurationRelatesFromArgsDto, SystemTenantModeConfigurationRelatesToArgsDto, SystemTenantModeConfigurationTaggedByArgsDto, SystemTenantModeConfigurationUpdateDto, SystemTenantModeConfigurationUpdateMessageDto, SystemTenantModeConfigurationUsedByArgsDto, SystemTenantMutationsCreateArgsDto, SystemTenantMutationsDto, SystemTenantMutationsUpdateArgsDto, SystemTenantRelatesFromArgsDto, SystemTenantRelatesToArgsDto, SystemTenantTaggedByArgsDto, SystemTenantUpdateDto, SystemTenantUpdateMessageDto, SystemTextSearchFilterDto, SystemTextSearchFilterInputDto, SystemUiDashboardAssociationsArgsDto, SystemUiDashboardChildrenArgsDto, SystemUiDashboardConfiguredByArgsDto, SystemUiDashboardConnectionDto, SystemUiDashboardDto, SystemUiDashboardEdgeDto, SystemUiDashboardInputDto, SystemUiDashboardInputUpdateDto, SystemUiDashboardMutationsCreateArgsDto, SystemUiDashboardMutationsDto, SystemUiDashboardMutationsUpdateArgsDto, SystemUiDashboardRelatesFromArgsDto, SystemUiDashboardRelatesToArgsDto, SystemUiDashboardTaggedByArgsDto, SystemUiDashboardUpdateDto, SystemUiDashboardUpdateMessageDto, SystemUiDashboardWidgetAssociationsArgsDto, SystemUiDashboardWidgetConfiguredByArgsDto, SystemUiDashboardWidgetConnectionDto, SystemUiDashboardWidgetDto, SystemUiDashboardWidgetEdgeDto, SystemUiDashboardWidgetInputDto, SystemUiDashboardWidgetInputUpdateDto, SystemUiDashboardWidgetMutationsCreateArgsDto, SystemUiDashboardWidgetMutationsDto, SystemUiDashboardWidgetMutationsUpdateArgsDto, SystemUiDashboardWidgetParentArgsDto, SystemUiDashboardWidgetRelatesFromArgsDto, SystemUiDashboardWidgetRelatesToArgsDto, SystemUiDashboardWidgetTaggedByArgsDto, SystemUiDashboardWidgetUpdateDto, SystemUiDashboardWidgetUpdateMessageDto, SystemUiDashboardWidget_ChildrenUnionConnectionDto, SystemUiDashboardWidget_ChildrenUnionDto, SystemUiDashboardWidget_ChildrenUnionEdgeDto, SystemUiDashboard_ParentUnionConnectionDto, SystemUiDashboard_ParentUnionDto, SystemUiDashboard_ParentUnionEdgeDto, SystemUiProcessDiagramAssociationsArgsDto, SystemUiProcessDiagramConfiguredByArgsDto, SystemUiProcessDiagramConnectionDto, SystemUiProcessDiagramDto, SystemUiProcessDiagramEdgeDto, SystemUiProcessDiagramInputDto, SystemUiProcessDiagramInputUpdateDto, SystemUiProcessDiagramMutationsCreateArgsDto, SystemUiProcessDiagramMutationsDto, SystemUiProcessDiagramMutationsUpdateArgsDto, SystemUiProcessDiagramRelatesFromArgsDto, SystemUiProcessDiagramRelatesToArgsDto, SystemUiProcessDiagramTaggedByArgsDto, SystemUiProcessDiagramUpdateDto, SystemUiProcessDiagramUpdateMessageDto, SystemUiSymbolDefinitionAssociationsArgsDto, SystemUiSymbolDefinitionConfiguredByArgsDto, SystemUiSymbolDefinitionConnectionDto, SystemUiSymbolDefinitionDto, SystemUiSymbolDefinitionEdgeDto, SystemUiSymbolDefinitionInputDto, SystemUiSymbolDefinitionInputUpdateDto, SystemUiSymbolDefinitionMutationsCreateArgsDto, SystemUiSymbolDefinitionMutationsDto, SystemUiSymbolDefinitionMutationsUpdateArgsDto, SystemUiSymbolDefinitionParentArgsDto, SystemUiSymbolDefinitionRelatesFromArgsDto, SystemUiSymbolDefinitionRelatesToArgsDto, SystemUiSymbolDefinitionTaggedByArgsDto, SystemUiSymbolDefinitionUpdateDto, SystemUiSymbolDefinitionUpdateMessageDto, SystemUiSymbolDefinition_ChildrenUnionConnectionDto, SystemUiSymbolDefinition_ChildrenUnionDto, SystemUiSymbolDefinition_ChildrenUnionEdgeDto, SystemUiSymbolLibraryAssociationsArgsDto, SystemUiSymbolLibraryChildrenArgsDto, SystemUiSymbolLibraryConfiguredByArgsDto, SystemUiSymbolLibraryConnectionDto, SystemUiSymbolLibraryDto, SystemUiSymbolLibraryEdgeDto, SystemUiSymbolLibraryInputDto, SystemUiSymbolLibraryInputUpdateDto, SystemUiSymbolLibraryMutationsCreateArgsDto, SystemUiSymbolLibraryMutationsDto, SystemUiSymbolLibraryMutationsUpdateArgsDto, SystemUiSymbolLibraryRelatesFromArgsDto, SystemUiSymbolLibraryRelatesToArgsDto, SystemUiSymbolLibraryTaggedByArgsDto, SystemUiSymbolLibraryUpdateDto, SystemUiSymbolLibraryUpdateMessageDto, SystemUiSymbolLibrary_ParentUnionConnectionDto, SystemUiSymbolLibrary_ParentUnionDto, SystemUiSymbolLibrary_ParentUnionEdgeDto, SystemUiuiElementAssociationsArgsDto, SystemUiuiElementConfiguredByArgsDto, SystemUiuiElementConnectionDto, SystemUiuiElementDto, SystemUiuiElementEdgeDto, SystemUiuiElementInterfaceConfiguredByArgsDto, SystemUiuiElementInterfaceDto, SystemUiuiElementInterfaceRelatesFromArgsDto, SystemUiuiElementInterfaceRelatesToArgsDto, SystemUiuiElementInterfaceTaggedByArgsDto, SystemUiuiElementRelatesFromArgsDto, SystemUiuiElementRelatesToArgsDto, SystemUiuiElementTaggedByArgsDto, SystemUiuiElementUpdateDto, SystemUiuiElementUpdateMessageDto, TenantDto, TenantIdProvider, TusUploadOptions, TusUploadResult, UserDto };
31459
+ 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 };
31460
+ export type { AddInConfiguration, AdminPanelConfigurationDto, AggregationDto, AttributeArgumentDto, AttributeItem, AttributeSelectorResult, BasicAddressDto, BasicAddressInputDto, BasicAmountDto, BasicAmountInputDto, BasicAssetAssociationsArgsDto, BasicAssetChildrenArgsDto, BasicAssetConfiguredByArgsDto, BasicAssetConnectionDto, BasicAssetDto, BasicAssetEdgeDto, BasicAssetEventsArgsDto, BasicAssetInputDto, BasicAssetInputUpdateDto, BasicAssetMutationsCreateArgsDto, BasicAssetMutationsDto, BasicAssetMutationsUpdateArgsDto, BasicAssetOrdersArgsDto, BasicAssetParentArgsDto, BasicAssetRelatesFromArgsDto, BasicAssetRelatesToArgsDto, BasicAssetTaggedByArgsDto, BasicAssetUpdateDto, BasicAssetUpdateMessageDto, BasicAsset_EventSourceUnionConnectionDto, BasicAsset_EventSourceUnionDto, BasicAsset_EventSourceUnionEdgeDto, BasicAsset_RelatesFromUnionConnectionDto, BasicAsset_RelatesFromUnionDto, BasicAsset_RelatesFromUnionEdgeDto, BasicBankAccountDto, BasicBankAccountInputDto, BasicCityAssociationsArgsDto, BasicCityChildrenArgsDto, BasicCityConfiguredByArgsDto, BasicCityConnectionDto, BasicCityDto, BasicCityEdgeDto, BasicCityInputDto, BasicCityInputUpdateDto, BasicCityMutationsCreateArgsDto, BasicCityMutationsDto, BasicCityMutationsUpdateArgsDto, BasicCityOrdersArgsDto, BasicCityParentArgsDto, BasicCityRelatesFromArgsDto, BasicCityRelatesToArgsDto, BasicCityTaggedByArgsDto, BasicCityUpdateDto, BasicCityUpdateMessageDto, BasicContactDto, BasicContactInputDto, BasicCountryAssociationsArgsDto, BasicCountryChildrenArgsDto, BasicCountryConfiguredByArgsDto, BasicCountryConnectionDto, BasicCountryDto, BasicCountryEdgeDto, BasicCountryInputDto, BasicCountryInputUpdateDto, BasicCountryMutationsCreateArgsDto, BasicCountryMutationsDto, BasicCountryMutationsUpdateArgsDto, BasicCountryOrdersArgsDto, BasicCountryParentArgsDto, BasicCountryRelatesFromArgsDto, BasicCountryRelatesToArgsDto, BasicCountryTaggedByArgsDto, BasicCountryUpdateDto, BasicCountryUpdateMessageDto, BasicDistrictAssociationsArgsDto, BasicDistrictChildrenArgsDto, BasicDistrictConfiguredByArgsDto, BasicDistrictConnectionDto, BasicDistrictDto, BasicDistrictEdgeDto, BasicDistrictInputDto, BasicDistrictInputUpdateDto, BasicDistrictMutationsCreateArgsDto, BasicDistrictMutationsDto, BasicDistrictMutationsUpdateArgsDto, BasicDistrictOrdersArgsDto, BasicDistrictParentArgsDto, BasicDistrictRelatesFromArgsDto, BasicDistrictRelatesToArgsDto, BasicDistrictTaggedByArgsDto, BasicDistrictUpdateDto, BasicDistrictUpdateMessageDto, BasicDocumentAssociationsArgsDto, BasicDocumentConfiguredByArgsDto, BasicDocumentConnectionDto, BasicDocumentDto, BasicDocumentEdgeDto, BasicDocumentInterfaceConfiguredByArgsDto, BasicDocumentInterfaceDto, BasicDocumentInterfaceRelatesFromArgsDto, BasicDocumentInterfaceRelatesToArgsDto, BasicDocumentInterfaceTaggedByArgsDto, BasicDocumentRelatesFromArgsDto, BasicDocumentRelatesToArgsDto, BasicDocumentTaggedByArgsDto, BasicDocumentUpdateDto, BasicDocumentUpdateMessageDto, BasicEMailDto, BasicEMailInputDto, BasicEmployeeAssociationsArgsDto, BasicEmployeeConfiguredByArgsDto, BasicEmployeeConnectionDto, BasicEmployeeDto, BasicEmployeeEdgeDto, BasicEmployeeInputDto, BasicEmployeeInputUpdateDto, BasicEmployeeMutationsCreateArgsDto, BasicEmployeeMutationsDto, BasicEmployeeMutationsUpdateArgsDto, BasicEmployeeRelatesFromArgsDto, BasicEmployeeRelatesToArgsDto, BasicEmployeeTaggedByArgsDto, BasicEmployeeUpdateDto, BasicEmployeeUpdateMessageDto, BasicFaxNumberDto, BasicFaxNumberInputDto, BasicMarkingDto, BasicMarkingInputDto, BasicNamePlateDto, BasicNamePlateInputDto, BasicNamedEntityAssociationsArgsDto, BasicNamedEntityConfiguredByArgsDto, BasicNamedEntityConnectionDto, BasicNamedEntityDto, BasicNamedEntityEdgeDto, BasicNamedEntityInterfaceConfiguredByArgsDto, BasicNamedEntityInterfaceDto, BasicNamedEntityInterfaceRelatesFromArgsDto, BasicNamedEntityInterfaceRelatesToArgsDto, BasicNamedEntityInterfaceTaggedByArgsDto, BasicNamedEntityRelatesFromArgsDto, BasicNamedEntityRelatesToArgsDto, BasicNamedEntityTaggedByArgsDto, BasicNamedEntityUpdateDto, BasicNamedEntityUpdateMessageDto, BasicPhoneNumberDto, BasicPhoneNumberInputDto, BasicStateAssociationsArgsDto, BasicStateChildrenArgsDto, BasicStateConfiguredByArgsDto, BasicStateConnectionDto, BasicStateDto, BasicStateEdgeDto, BasicStateInputDto, BasicStateInputUpdateDto, BasicStateMutationsCreateArgsDto, BasicStateMutationsDto, BasicStateMutationsUpdateArgsDto, BasicStateOrdersArgsDto, BasicStateParentArgsDto, BasicStateRelatesFromArgsDto, BasicStateRelatesToArgsDto, BasicStateTaggedByArgsDto, BasicStateUpdateDto, BasicStateUpdateMessageDto, BasicTimeRangeDto, BasicTimeRangeInputDto, BasicTreeAssociationsArgsDto, BasicTreeChildrenArgsDto, BasicTreeConfiguredByArgsDto, BasicTreeConnectionDto, BasicTreeDto, BasicTreeEdgeDto, BasicTreeInputDto, BasicTreeInputUpdateDto, BasicTreeMutationsCreateArgsDto, BasicTreeMutationsDto, BasicTreeMutationsUpdateArgsDto, BasicTreeNodeAssociationsArgsDto, BasicTreeNodeChildrenArgsDto, BasicTreeNodeConfiguredByArgsDto, BasicTreeNodeConnectionDto, BasicTreeNodeDto, BasicTreeNodeEdgeDto, BasicTreeNodeInputDto, BasicTreeNodeInputUpdateDto, BasicTreeNodeMutationsCreateArgsDto, BasicTreeNodeMutationsDto, BasicTreeNodeMutationsUpdateArgsDto, BasicTreeNodeOrdersArgsDto, BasicTreeNodeParentArgsDto, BasicTreeNodeRelatesFromArgsDto, BasicTreeNodeRelatesToArgsDto, BasicTreeNodeTaggedByArgsDto, BasicTreeNodeUpdateDto, BasicTreeNodeUpdateMessageDto, BasicTreeNode_ChildrenUnionConnectionDto, BasicTreeNode_ChildrenUnionDto, BasicTreeNode_ChildrenUnionEdgeDto, BasicTreeNode_MachineUnionConnectionDto, BasicTreeNode_MachineUnionDto, BasicTreeNode_MachineUnionEdgeDto, BasicTreeNode_ParentUnionConnectionDto, BasicTreeNode_ParentUnionDto, BasicTreeNode_ParentUnionEdgeDto, BasicTreeNode_RelatesToUnionConnectionDto, BasicTreeNode_RelatesToUnionDto, BasicTreeNode_RelatesToUnionEdgeDto, BasicTreeRelatesFromArgsDto, BasicTreeRelatesToArgsDto, BasicTreeTaggedByArgsDto, BasicTreeUpdateDto, BasicTreeUpdateMessageDto, BasicTree_ParentUnionConnectionDto, BasicTree_ParentUnionDto, BasicTree_ParentUnionEdgeDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelRecordsArgsDto, CkModelTypesArgsDto, CkRecordAttributesArgsDto, CkRecordDerivedRecordTypesArgsDto, CkRecordDto, CkRecordDtoConnectionDto, CkRecordDtoEdgeDto, CkRecordIdDto, CkTypeAssociationDirectionDto, CkTypeAssociationDto, CkTypeAssociationSourceDto, CkTypeAttributeDto, CkTypeAttributeDtoConnectionDto, CkTypeAttributeDtoEdgeDto, CkTypeAttributeInfo, CkTypeAttributesArgsDto, CkTypeAvailableQueryColumnsArgsDto, CkTypeDerivedTypesArgsDto, CkTypeDirectAndIndirectDerivedTypesArgsDto, CkTypeDto, CkTypeDtoConnectionDto, CkTypeDtoEdgeDto, CkTypeIdDto, CkTypeQueryColumnDto, CkTypeQueryColumnDtoConnectionDto, CkTypeQueryColumnDtoEdgeDto, CkTypeSelectorItem, CkTypeSelectorResult, ClientDto, ClientScope, ConfigurationDto, ConstructionKitMutationsDto, ConstructionKitMutationsEnumsArgsDto, ConstructionKitQueryAssociationRolesArgsDto, ConstructionKitQueryAttributesArgsDto, ConstructionKitQueryDto, ConstructionKitQueryEnumsArgsDto, ConstructionKitQueryModelsArgsDto, ConstructionKitQueryRecordsArgsDto, ConstructionKitQueryTypesArgsDto, DebugMessage, DebugPointDataDto, DebugPointNode, DeploymentResultDto, DiagnosticsModel, EnergyCommunityBillingDocumentAssignedToArgsDto, EnergyCommunityBillingDocumentAssociationsArgsDto, EnergyCommunityBillingDocumentChildrenArgsDto, EnergyCommunityBillingDocumentConfiguredByArgsDto, EnergyCommunityBillingDocumentConnectionDto, EnergyCommunityBillingDocumentDto, EnergyCommunityBillingDocumentEdgeDto, EnergyCommunityBillingDocumentInputDto, EnergyCommunityBillingDocumentInputUpdateDto, EnergyCommunityBillingDocumentLineItemAssignedToArgsDto, EnergyCommunityBillingDocumentLineItemAssociationsArgsDto, EnergyCommunityBillingDocumentLineItemConfiguredByArgsDto, EnergyCommunityBillingDocumentLineItemConnectionDto, EnergyCommunityBillingDocumentLineItemDto, EnergyCommunityBillingDocumentLineItemEdgeDto, EnergyCommunityBillingDocumentLineItemInputDto, EnergyCommunityBillingDocumentLineItemInputUpdateDto, EnergyCommunityBillingDocumentLineItemMutationsCreateArgsDto, EnergyCommunityBillingDocumentLineItemMutationsDto, EnergyCommunityBillingDocumentLineItemMutationsUpdateArgsDto, EnergyCommunityBillingDocumentLineItemParentArgsDto, EnergyCommunityBillingDocumentLineItemRelatesFromArgsDto, EnergyCommunityBillingDocumentLineItemRelatesToArgsDto, EnergyCommunityBillingDocumentLineItemTaggedByArgsDto, EnergyCommunityBillingDocumentLineItemUpdateDto, EnergyCommunityBillingDocumentLineItemUpdateMessageDto, EnergyCommunityBillingDocumentLineItem_BillingUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionEdgeDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionDto, EnergyCommunityBillingDocumentLineItem_ChildrenUnionEdgeDto, EnergyCommunityBillingDocumentMutationsCreateArgsDto, EnergyCommunityBillingDocumentMutationsDto, EnergyCommunityBillingDocumentMutationsUpdateArgsDto, EnergyCommunityBillingDocumentRelatesFromArgsDto, EnergyCommunityBillingDocumentRelatesToArgsDto, EnergyCommunityBillingDocumentTaggedByArgsDto, EnergyCommunityBillingDocumentUpdateDto, EnergyCommunityBillingDocumentUpdateMessageDto, EnergyCommunityBillingDocument_BillingUnionConnectionDto, EnergyCommunityBillingDocument_BillingUnionDto, EnergyCommunityBillingDocument_BillingUnionEdgeDto, EnergyCommunityBillingDocument_ParentUnionConnectionDto, EnergyCommunityBillingDocument_ParentUnionDto, EnergyCommunityBillingDocument_ParentUnionEdgeDto, EnergyCommunityConsumerAssociationsArgsDto, EnergyCommunityConsumerChildrenArgsDto, EnergyCommunityConsumerConfiguredByArgsDto, EnergyCommunityConsumerConnectionDto, EnergyCommunityConsumerDto, EnergyCommunityConsumerEdgeDto, EnergyCommunityConsumerInputDto, EnergyCommunityConsumerInputUpdateDto, EnergyCommunityConsumerMutationsCreateArgsDto, EnergyCommunityConsumerMutationsDto, EnergyCommunityConsumerMutationsUpdateArgsDto, EnergyCommunityConsumerParentArgsDto, EnergyCommunityConsumerRelatesFromArgsDto, EnergyCommunityConsumerRelatesToArgsDto, EnergyCommunityConsumerTaggedByArgsDto, EnergyCommunityConsumerUpdateDto, EnergyCommunityConsumerUpdateMessageDto, EnergyCommunityCustomerAssociationsArgsDto, EnergyCommunityCustomerBillingArgsDto, EnergyCommunityCustomerConfiguredByArgsDto, EnergyCommunityCustomerConnectionDto, EnergyCommunityCustomerDto, EnergyCommunityCustomerEdgeDto, EnergyCommunityCustomerFacilitiesArgsDto, EnergyCommunityCustomerInputDto, EnergyCommunityCustomerInputUpdateDto, EnergyCommunityCustomerMutationsCreateArgsDto, EnergyCommunityCustomerMutationsDto, EnergyCommunityCustomerMutationsUpdateArgsDto, EnergyCommunityCustomerRelatesFromArgsDto, EnergyCommunityCustomerRelatesToArgsDto, EnergyCommunityCustomerTaggedByArgsDto, EnergyCommunityCustomerUpdateDto, EnergyCommunityCustomerUpdateMessageDto, EnergyCommunityCustomer_AssignedToUnionConnectionDto, EnergyCommunityCustomer_AssignedToUnionDto, EnergyCommunityCustomer_AssignedToUnionEdgeDto, EnergyCommunityCustomer_CustomerUnionConnectionDto, EnergyCommunityCustomer_CustomerUnionDto, EnergyCommunityCustomer_CustomerUnionEdgeDto, EnergyCommunityEdaMessageAssociationsArgsDto, EnergyCommunityEdaMessageConfiguredByArgsDto, EnergyCommunityEdaMessageConnectionDto, EnergyCommunityEdaMessageDto, EnergyCommunityEdaMessageEdgeDto, EnergyCommunityEdaMessageInputDto, EnergyCommunityEdaMessageInputUpdateDto, EnergyCommunityEdaMessageMutationsCreateArgsDto, EnergyCommunityEdaMessageMutationsDto, EnergyCommunityEdaMessageMutationsUpdateArgsDto, EnergyCommunityEdaMessageProcessArgsDto, EnergyCommunityEdaMessageRelatesFromArgsDto, EnergyCommunityEdaMessageRelatesToArgsDto, EnergyCommunityEdaMessageTaggedByArgsDto, EnergyCommunityEdaMessageUpdateDto, EnergyCommunityEdaMessageUpdateMessageDto, EnergyCommunityEdaMessage_MessagesUnionConnectionDto, EnergyCommunityEdaMessage_MessagesUnionDto, EnergyCommunityEdaMessage_MessagesUnionEdgeDto, EnergyCommunityEdaMeteringPointAssociationsArgsDto, EnergyCommunityEdaMeteringPointConfiguredByArgsDto, EnergyCommunityEdaMeteringPointConnectionDto, EnergyCommunityEdaMeteringPointDto, EnergyCommunityEdaMeteringPointEdgeDto, EnergyCommunityEdaMeteringPointInputDto, EnergyCommunityEdaMeteringPointInputUpdateDto, EnergyCommunityEdaMeteringPointMutationsCreateArgsDto, EnergyCommunityEdaMeteringPointMutationsDto, EnergyCommunityEdaMeteringPointMutationsUpdateArgsDto, EnergyCommunityEdaMeteringPointRelatesFromArgsDto, EnergyCommunityEdaMeteringPointRelatesToArgsDto, EnergyCommunityEdaMeteringPointTaggedByArgsDto, EnergyCommunityEdaMeteringPointUpdateDto, EnergyCommunityEdaMeteringPointUpdateMessageDto, EnergyCommunityEdaProcessAssociationsArgsDto, EnergyCommunityEdaProcessConfiguredByArgsDto, EnergyCommunityEdaProcessConnectionDto, EnergyCommunityEdaProcessDto, EnergyCommunityEdaProcessEdgeDto, EnergyCommunityEdaProcessInputDto, EnergyCommunityEdaProcessInputUpdateDto, EnergyCommunityEdaProcessMessagesArgsDto, EnergyCommunityEdaProcessMutationsCreateArgsDto, EnergyCommunityEdaProcessMutationsDto, EnergyCommunityEdaProcessMutationsUpdateArgsDto, EnergyCommunityEdaProcessRelatesFromArgsDto, EnergyCommunityEdaProcessRelatesToArgsDto, EnergyCommunityEdaProcessTaggedByArgsDto, EnergyCommunityEdaProcessUpdateDto, EnergyCommunityEdaProcessUpdateMessageDto, EnergyCommunityEdaProcess_ProcessUnionConnectionDto, EnergyCommunityEdaProcess_ProcessUnionDto, EnergyCommunityEdaProcess_ProcessUnionEdgeDto, EnergyCommunityEnergyPriceAssociationsArgsDto, EnergyCommunityEnergyPriceConfiguredByArgsDto, EnergyCommunityEnergyPriceConnectionDto, EnergyCommunityEnergyPriceDto, EnergyCommunityEnergyPriceEdgeDto, EnergyCommunityEnergyPriceInputDto, EnergyCommunityEnergyPriceInputUpdateDto, EnergyCommunityEnergyPriceMutationsCreateArgsDto, EnergyCommunityEnergyPriceMutationsDto, EnergyCommunityEnergyPriceMutationsUpdateArgsDto, EnergyCommunityEnergyPriceRelatesFromArgsDto, EnergyCommunityEnergyPriceRelatesToArgsDto, EnergyCommunityEnergyPriceTaggedByArgsDto, EnergyCommunityEnergyPriceUpdateDto, EnergyCommunityEnergyPriceUpdateMessageDto, EnergyCommunityEnergyQuantityAssociationsArgsDto, EnergyCommunityEnergyQuantityBillingArgsDto, EnergyCommunityEnergyQuantityConfiguredByArgsDto, EnergyCommunityEnergyQuantityConnectionDto, EnergyCommunityEnergyQuantityDto, EnergyCommunityEnergyQuantityEdgeDto, EnergyCommunityEnergyQuantityInputDto, EnergyCommunityEnergyQuantityInputUpdateDto, EnergyCommunityEnergyQuantityMutationsCreateArgsDto, EnergyCommunityEnergyQuantityMutationsDto, EnergyCommunityEnergyQuantityMutationsUpdateArgsDto, EnergyCommunityEnergyQuantityParentArgsDto, EnergyCommunityEnergyQuantityRelatesFromArgsDto, EnergyCommunityEnergyQuantityRelatesToArgsDto, EnergyCommunityEnergyQuantityTaggedByArgsDto, EnergyCommunityEnergyQuantityUpdateDto, EnergyCommunityEnergyQuantityUpdateMessageDto, EnergyCommunityEnergyQuantity_AssignedToUnionConnectionDto, EnergyCommunityEnergyQuantity_AssignedToUnionDto, EnergyCommunityEnergyQuantity_AssignedToUnionEdgeDto, EnergyCommunityEnergyQuantity_ChildrenUnionConnectionDto, EnergyCommunityEnergyQuantity_ChildrenUnionDto, EnergyCommunityEnergyQuantity_ChildrenUnionEdgeDto, EnergyCommunityMeteringPointAssociationsArgsDto, EnergyCommunityMeteringPointChildrenArgsDto, EnergyCommunityMeteringPointConfiguredByArgsDto, EnergyCommunityMeteringPointConnectionDto, EnergyCommunityMeteringPointDto, EnergyCommunityMeteringPointEdgeDto, EnergyCommunityMeteringPointInterfaceChildrenArgsDto, EnergyCommunityMeteringPointInterfaceConfiguredByArgsDto, EnergyCommunityMeteringPointInterfaceDto, EnergyCommunityMeteringPointInterfaceParentArgsDto, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, EnergyCommunityMeteringPointRelatesFromArgsDto, EnergyCommunityMeteringPointRelatesToArgsDto, EnergyCommunityMeteringPointTaggedByArgsDto, EnergyCommunityMeteringPointUpdateDto, EnergyCommunityMeteringPointUpdateMessageDto, EnergyCommunityMeteringPoint_ChildrenUnionConnectionDto, EnergyCommunityMeteringPoint_ChildrenUnionDto, EnergyCommunityMeteringPoint_ChildrenUnionEdgeDto, EnergyCommunityMeteringPoint_ParentUnionConnectionDto, EnergyCommunityMeteringPoint_ParentUnionDto, EnergyCommunityMeteringPoint_ParentUnionEdgeDto, EnergyCommunityOperatingFacilityAssociationsArgsDto, EnergyCommunityOperatingFacilityChildrenArgsDto, EnergyCommunityOperatingFacilityConfiguredByArgsDto, EnergyCommunityOperatingFacilityConnectionDto, EnergyCommunityOperatingFacilityCustomerArgsDto, EnergyCommunityOperatingFacilityDto, EnergyCommunityOperatingFacilityEdgeDto, EnergyCommunityOperatingFacilityInputDto, EnergyCommunityOperatingFacilityInputUpdateDto, EnergyCommunityOperatingFacilityMutationsCreateArgsDto, EnergyCommunityOperatingFacilityMutationsDto, EnergyCommunityOperatingFacilityMutationsUpdateArgsDto, EnergyCommunityOperatingFacilityOrdersArgsDto, EnergyCommunityOperatingFacilityParentArgsDto, EnergyCommunityOperatingFacilityRelatesFromArgsDto, EnergyCommunityOperatingFacilityRelatesToArgsDto, EnergyCommunityOperatingFacilityTaggedByArgsDto, EnergyCommunityOperatingFacilityUpdateDto, EnergyCommunityOperatingFacilityUpdateMessageDto, EnergyCommunityOperatingFacility_FacilitiesUnionConnectionDto, EnergyCommunityOperatingFacility_FacilitiesUnionDto, EnergyCommunityOperatingFacility_FacilitiesUnionEdgeDto, EnergyCommunityOperatingFacility_ParentUnionConnectionDto, EnergyCommunityOperatingFacility_ParentUnionDto, EnergyCommunityOperatingFacility_ParentUnionEdgeDto, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentEnvironmentalGoalAssociationsArgsDto, EnvironmentEnvironmentalGoalConfiguredByArgsDto, EnvironmentEnvironmentalGoalConnectionDto, EnvironmentEnvironmentalGoalDto, EnvironmentEnvironmentalGoalEdgeDto, EnvironmentEnvironmentalGoalInputDto, EnvironmentEnvironmentalGoalInputUpdateDto, EnvironmentEnvironmentalGoalMutationsCreateArgsDto, EnvironmentEnvironmentalGoalMutationsDto, EnvironmentEnvironmentalGoalMutationsUpdateArgsDto, EnvironmentEnvironmentalGoalParentArgsDto, EnvironmentEnvironmentalGoalRelatesFromArgsDto, EnvironmentEnvironmentalGoalRelatesToArgsDto, EnvironmentEnvironmentalGoalTaggedByArgsDto, EnvironmentEnvironmentalGoalUpdateDto, EnvironmentEnvironmentalGoalUpdateMessageDto, EnvironmentWasteMeterAssociationsArgsDto, EnvironmentWasteMeterChildrenArgsDto, EnvironmentWasteMeterConfiguredByArgsDto, EnvironmentWasteMeterConnectionDto, EnvironmentWasteMeterDto, EnvironmentWasteMeterEdgeDto, EnvironmentWasteMeterEventsArgsDto, EnvironmentWasteMeterInputDto, EnvironmentWasteMeterInputUpdateDto, EnvironmentWasteMeterMutationsCreateArgsDto, EnvironmentWasteMeterMutationsDto, EnvironmentWasteMeterMutationsUpdateArgsDto, EnvironmentWasteMeterOrdersArgsDto, EnvironmentWasteMeterParentArgsDto, EnvironmentWasteMeterRelatesFromArgsDto, EnvironmentWasteMeterRelatesToArgsDto, EnvironmentWasteMeterTaggedByArgsDto, EnvironmentWasteMeterUpdateDto, EnvironmentWasteMeterUpdateMessageDto, Exact, ExportModelResponseDto, ExternalLoginDto, FieldAggregationDto, FieldFilterDto, FieldGroupByAggregationInputDto, GeneratedPasswordDto, GetCkModelByIdQueryDto, GetCkModelByIdQueryVariablesDto, GetCkRecordAttributesQueryDto, GetCkRecordAttributesQueryVariablesDto, GetCkTypeAttributesQueryDto, GetCkTypeAttributesQueryVariablesDto, GetCkTypeAvailableQueryColumnsQueryDto, GetCkTypeAvailableQueryColumnsQueryVariablesDto, GetCkTypesQueryDto, GetCkTypesQueryVariablesDto, GetDerivedCkTypesQueryDto, GetDerivedCkTypesQueryVariablesDto, GetEntitiesByCkTypeQueryDto, GetEntitiesByCkTypeQueryVariablesDto, GlobalQueryOptionsDto, GrantTypes, HealthCheck, HealthCheckResult, IConfigurationService, IQueryVariablesDto, ImportModelResponseDto, Incremental, IndustryBasicAlarmAssociationsArgsDto, IndustryBasicAlarmConfiguredByArgsDto, IndustryBasicAlarmConnectionDto, IndustryBasicAlarmDto, IndustryBasicAlarmEdgeDto, IndustryBasicAlarmEventSourceArgsDto, IndustryBasicAlarmInputDto, IndustryBasicAlarmInputUpdateDto, IndustryBasicAlarmMutationsCreateArgsDto, IndustryBasicAlarmMutationsDto, IndustryBasicAlarmMutationsUpdateArgsDto, IndustryBasicAlarmOrderArgsDto, IndustryBasicAlarmRelatesFromArgsDto, IndustryBasicAlarmRelatesToArgsDto, IndustryBasicAlarmTaggedByArgsDto, IndustryBasicAlarmUpdateDto, IndustryBasicAlarmUpdateMessageDto, IndustryBasicEventAssociationsArgsDto, IndustryBasicEventConfiguredByArgsDto, IndustryBasicEventConnectionDto, IndustryBasicEventDto, IndustryBasicEventEdgeDto, IndustryBasicEventEventSourceArgsDto, IndustryBasicEventInputDto, IndustryBasicEventInputUpdateDto, IndustryBasicEventMutationsCreateArgsDto, IndustryBasicEventMutationsDto, IndustryBasicEventMutationsUpdateArgsDto, IndustryBasicEventOrderArgsDto, IndustryBasicEventRelatesFromArgsDto, IndustryBasicEventRelatesToArgsDto, IndustryBasicEventTaggedByArgsDto, IndustryBasicEventUpdateDto, IndustryBasicEventUpdateMessageDto, IndustryBasicEvent_EventUnionConnectionDto, IndustryBasicEvent_EventUnionDto, IndustryBasicEvent_EventUnionEdgeDto, IndustryBasicEvent_EventsUnionConnectionDto, IndustryBasicEvent_EventsUnionDto, IndustryBasicEvent_EventsUnionEdgeDto, IndustryBasicMachineAssociationsArgsDto, IndustryBasicMachineChildrenArgsDto, IndustryBasicMachineConfiguredByArgsDto, IndustryBasicMachineConnectionDto, IndustryBasicMachineDto, IndustryBasicMachineEdgeDto, IndustryBasicMachineEventsArgsDto, IndustryBasicMachineInputDto, IndustryBasicMachineInputUpdateDto, IndustryBasicMachineMutationsCreateArgsDto, IndustryBasicMachineMutationsDto, IndustryBasicMachineMutationsUpdateArgsDto, IndustryBasicMachineOrdersArgsDto, IndustryBasicMachineParentArgsDto, IndustryBasicMachineRelatesFromArgsDto, IndustryBasicMachineRelatesToArgsDto, IndustryBasicMachineRuntimeVariablesArgsDto, IndustryBasicMachineTaggedByArgsDto, IndustryBasicMachineUpdateDto, IndustryBasicMachineUpdateMessageDto, IndustryBasicMachine_MachineUnionConnectionDto, IndustryBasicMachine_MachineUnionDto, IndustryBasicMachine_MachineUnionEdgeDto, IndustryBasicRuntimeVariableAssociationsArgsDto, IndustryBasicRuntimeVariableConfiguredByArgsDto, IndustryBasicRuntimeVariableConnectionDto, IndustryBasicRuntimeVariableDto, IndustryBasicRuntimeVariableEdgeDto, IndustryBasicRuntimeVariableInputDto, IndustryBasicRuntimeVariableInputUpdateDto, IndustryBasicRuntimeVariableMachineArgsDto, IndustryBasicRuntimeVariableMutationsCreateArgsDto, IndustryBasicRuntimeVariableMutationsDto, IndustryBasicRuntimeVariableMutationsUpdateArgsDto, IndustryBasicRuntimeVariableRelatesFromArgsDto, IndustryBasicRuntimeVariableRelatesToArgsDto, IndustryBasicRuntimeVariableTaggedByArgsDto, IndustryBasicRuntimeVariableUpdateDto, IndustryBasicRuntimeVariableUpdateMessageDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionConnectionDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionDto, IndustryBasicRuntimeVariable_RuntimeVariablesUnionEdgeDto, IndustryEnergyBatteryAssociationsArgsDto, IndustryEnergyBatteryChildrenArgsDto, IndustryEnergyBatteryConfiguredByArgsDto, IndustryEnergyBatteryConnectionDto, IndustryEnergyBatteryDto, IndustryEnergyBatteryEdgeDto, IndustryEnergyBatteryEventsArgsDto, IndustryEnergyBatteryInputDto, IndustryEnergyBatteryInputUpdateDto, IndustryEnergyBatteryMutationsCreateArgsDto, IndustryEnergyBatteryMutationsDto, IndustryEnergyBatteryMutationsUpdateArgsDto, IndustryEnergyBatteryOrdersArgsDto, IndustryEnergyBatteryParentArgsDto, IndustryEnergyBatteryRelatesFromArgsDto, IndustryEnergyBatteryRelatesToArgsDto, IndustryEnergyBatteryRuntimeVariablesArgsDto, IndustryEnergyBatteryTaggedByArgsDto, IndustryEnergyBatteryUpdateDto, IndustryEnergyBatteryUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicAssociationsArgsDto, IndustryEnergyPhotovoltaicChildrenArgsDto, IndustryEnergyPhotovoltaicConfiguredByArgsDto, IndustryEnergyPhotovoltaicConnectionDto, IndustryEnergyPhotovoltaicDto, IndustryEnergyPhotovoltaicEdgeDto, IndustryEnergyPhotovoltaicEventsArgsDto, IndustryEnergyPhotovoltaicInputDto, IndustryEnergyPhotovoltaicInputUpdateDto, IndustryEnergyPhotovoltaicModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicModuleChildrenArgsDto, IndustryEnergyPhotovoltaicModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicModuleConnectionDto, IndustryEnergyPhotovoltaicModuleDto, IndustryEnergyPhotovoltaicModuleEdgeDto, IndustryEnergyPhotovoltaicModuleEventsArgsDto, IndustryEnergyPhotovoltaicModuleInputDto, IndustryEnergyPhotovoltaicModuleInputUpdateDto, IndustryEnergyPhotovoltaicModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicModuleMutationsDto, IndustryEnergyPhotovoltaicModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicModuleOrdersArgsDto, IndustryEnergyPhotovoltaicModuleParentArgsDto, IndustryEnergyPhotovoltaicModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicModuleUpdateDto, IndustryEnergyPhotovoltaicModuleUpdateMessageDto, IndustryEnergyPhotovoltaicMutationsCreateArgsDto, IndustryEnergyPhotovoltaicMutationsDto, IndustryEnergyPhotovoltaicMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicOrdersArgsDto, IndustryEnergyPhotovoltaicParentArgsDto, IndustryEnergyPhotovoltaicRelatesFromArgsDto, IndustryEnergyPhotovoltaicRelatesToArgsDto, IndustryEnergyPhotovoltaicStringAssociationsArgsDto, IndustryEnergyPhotovoltaicStringChildrenArgsDto, IndustryEnergyPhotovoltaicStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicStringConnectionDto, IndustryEnergyPhotovoltaicStringDto, IndustryEnergyPhotovoltaicStringEdgeDto, IndustryEnergyPhotovoltaicStringEventsArgsDto, IndustryEnergyPhotovoltaicStringInputDto, IndustryEnergyPhotovoltaicStringInputUpdateDto, IndustryEnergyPhotovoltaicStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicStringMutationsDto, IndustryEnergyPhotovoltaicStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicStringOrdersArgsDto, IndustryEnergyPhotovoltaicStringParentArgsDto, IndustryEnergyPhotovoltaicStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicStringRelatesToArgsDto, IndustryEnergyPhotovoltaicStringTaggedByArgsDto, IndustryEnergyPhotovoltaicStringUpdateDto, IndustryEnergyPhotovoltaicStringUpdateMessageDto, IndustryEnergyPhotovoltaicTaggedByArgsDto, IndustryEnergyPhotovoltaicUpdateDto, IndustryEnergyPhotovoltaicUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, IndustryFluidHeatMeterOrdersArgsDto, IndustryFluidHeatMeterParentArgsDto, IndustryFluidHeatMeterRelatesFromArgsDto, IndustryFluidHeatMeterRelatesToArgsDto, IndustryFluidHeatMeterRuntimeVariablesArgsDto, IndustryFluidHeatMeterTaggedByArgsDto, IndustryFluidHeatMeterUpdateDto, IndustryFluidHeatMeterUpdateMessageDto, IndustryFluidWaterMeterAssociationsArgsDto, IndustryFluidWaterMeterChildrenArgsDto, IndustryFluidWaterMeterConfiguredByArgsDto, IndustryFluidWaterMeterConnectionDto, IndustryFluidWaterMeterDto, IndustryFluidWaterMeterEdgeDto, IndustryFluidWaterMeterEventsArgsDto, IndustryFluidWaterMeterInputDto, IndustryFluidWaterMeterInputUpdateDto, IndustryFluidWaterMeterMutationsCreateArgsDto, IndustryFluidWaterMeterMutationsDto, IndustryFluidWaterMeterMutationsUpdateArgsDto, IndustryFluidWaterMeterOrdersArgsDto, IndustryFluidWaterMeterParentArgsDto, IndustryFluidWaterMeterRelatesFromArgsDto, IndustryFluidWaterMeterRelatesToArgsDto, IndustryFluidWaterMeterRuntimeVariablesArgsDto, IndustryFluidWaterMeterTaggedByArgsDto, IndustryFluidWaterMeterUpdateDto, IndustryFluidWaterMeterUpdateMessageDto, IndustryMaintenanceAccountAssociationsArgsDto, IndustryMaintenanceAccountChildrenArgsDto, IndustryMaintenanceAccountConfiguredByArgsDto, IndustryMaintenanceAccountConnectionDto, IndustryMaintenanceAccountDto, IndustryMaintenanceAccountEdgeDto, IndustryMaintenanceAccountInputDto, IndustryMaintenanceAccountInputUpdateDto, IndustryMaintenanceAccountMutationsCreateArgsDto, IndustryMaintenanceAccountMutationsDto, IndustryMaintenanceAccountMutationsUpdateArgsDto, IndustryMaintenanceAccountRelatesFromArgsDto, IndustryMaintenanceAccountRelatesToArgsDto, IndustryMaintenanceAccountTaggedByArgsDto, IndustryMaintenanceAccountUpdateDto, IndustryMaintenanceAccountUpdateMessageDto, IndustryMaintenanceAccount_ParentUnionConnectionDto, IndustryMaintenanceAccount_ParentUnionDto, IndustryMaintenanceAccount_ParentUnionEdgeDto, IndustryMaintenanceCostCenterAssociationsArgsDto, IndustryMaintenanceCostCenterChildrenArgsDto, IndustryMaintenanceCostCenterConfiguredByArgsDto, IndustryMaintenanceCostCenterConnectionDto, IndustryMaintenanceCostCenterDto, IndustryMaintenanceCostCenterEdgeDto, IndustryMaintenanceCostCenterEventsArgsDto, IndustryMaintenanceCostCenterInputDto, IndustryMaintenanceCostCenterInputUpdateDto, IndustryMaintenanceCostCenterJournalEntriesArgsDto, IndustryMaintenanceCostCenterMutationsCreateArgsDto, IndustryMaintenanceCostCenterMutationsDto, IndustryMaintenanceCostCenterMutationsUpdateArgsDto, IndustryMaintenanceCostCenterOrdersArgsDto, IndustryMaintenanceCostCenterParentArgsDto, IndustryMaintenanceCostCenterRelatesFromArgsDto, IndustryMaintenanceCostCenterRelatesToArgsDto, IndustryMaintenanceCostCenterTaggedByArgsDto, IndustryMaintenanceCostCenterUpdateDto, IndustryMaintenanceCostCenterUpdateMessageDto, IndustryMaintenanceCostCenter_CostCenterUnionConnectionDto, IndustryMaintenanceCostCenter_CostCenterUnionDto, IndustryMaintenanceCostCenter_CostCenterUnionEdgeDto, IndustryMaintenanceEmployeeAssociationsArgsDto, IndustryMaintenanceEmployeeChildrenArgsDto, IndustryMaintenanceEmployeeConfiguredByArgsDto, IndustryMaintenanceEmployeeConnectionDto, IndustryMaintenanceEmployeeDto, IndustryMaintenanceEmployeeEdgeDto, IndustryMaintenanceEmployeeEventsArgsDto, IndustryMaintenanceEmployeeInputDto, IndustryMaintenanceEmployeeInputUpdateDto, IndustryMaintenanceEmployeeMutationsCreateArgsDto, IndustryMaintenanceEmployeeMutationsDto, IndustryMaintenanceEmployeeMutationsUpdateArgsDto, IndustryMaintenanceEmployeeOrderFeedbacksArgsDto, IndustryMaintenanceEmployeeOrdersArgsDto, IndustryMaintenanceEmployeeParentArgsDto, IndustryMaintenanceEmployeeRelatesFromArgsDto, IndustryMaintenanceEmployeeRelatesToArgsDto, IndustryMaintenanceEmployeeTaggedByArgsDto, IndustryMaintenanceEmployeeUpdateDto, IndustryMaintenanceEmployeeUpdateMessageDto, IndustryMaintenanceEmployee_EmployeeUnionConnectionDto, IndustryMaintenanceEmployee_EmployeeUnionDto, IndustryMaintenanceEmployee_EmployeeUnionEdgeDto, IndustryMaintenanceEnergyBalanceAssociationsArgsDto, IndustryMaintenanceEnergyBalanceConfiguredByArgsDto, IndustryMaintenanceEnergyBalanceConnectionDto, IndustryMaintenanceEnergyBalanceDto, IndustryMaintenanceEnergyBalanceEdgeDto, IndustryMaintenanceEnergyBalanceInputDto, IndustryMaintenanceEnergyBalanceInputUpdateDto, IndustryMaintenanceEnergyBalanceMachineArgsDto, IndustryMaintenanceEnergyBalanceMutationsCreateArgsDto, IndustryMaintenanceEnergyBalanceMutationsDto, IndustryMaintenanceEnergyBalanceMutationsUpdateArgsDto, IndustryMaintenanceEnergyBalanceRelatesFromArgsDto, IndustryMaintenanceEnergyBalanceRelatesToArgsDto, IndustryMaintenanceEnergyBalanceTaggedByArgsDto, IndustryMaintenanceEnergyBalanceUpdateDto, IndustryMaintenanceEnergyBalanceUpdateMessageDto, IndustryMaintenanceEnergyBalance_OrdersUnionConnectionDto, IndustryMaintenanceEnergyBalance_OrdersUnionDto, IndustryMaintenanceEnergyBalance_OrdersUnionEdgeDto, IndustryMaintenanceJournalEntryAssociationsArgsDto, IndustryMaintenanceJournalEntryConfiguredByArgsDto, IndustryMaintenanceJournalEntryConnectionDto, IndustryMaintenanceJournalEntryCostCenterArgsDto, IndustryMaintenanceJournalEntryDto, IndustryMaintenanceJournalEntryEdgeDto, IndustryMaintenanceJournalEntryInputDto, IndustryMaintenanceJournalEntryInputUpdateDto, IndustryMaintenanceJournalEntryMutationsCreateArgsDto, IndustryMaintenanceJournalEntryMutationsDto, IndustryMaintenanceJournalEntryMutationsUpdateArgsDto, IndustryMaintenanceJournalEntryParentArgsDto, IndustryMaintenanceJournalEntryRelatesFromArgsDto, IndustryMaintenanceJournalEntryRelatesToArgsDto, IndustryMaintenanceJournalEntryTaggedByArgsDto, IndustryMaintenanceJournalEntryUpdateDto, IndustryMaintenanceJournalEntryUpdateMessageDto, IndustryMaintenanceJournalEntry_ChildrenUnionConnectionDto, IndustryMaintenanceJournalEntry_ChildrenUnionDto, IndustryMaintenanceJournalEntry_ChildrenUnionEdgeDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionConnectionDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionDto, IndustryMaintenanceJournalEntry_JournalEntriesUnionEdgeDto, IndustryMaintenanceOrderAssociationsArgsDto, IndustryMaintenanceOrderChildrenArgsDto, IndustryMaintenanceOrderConfiguredByArgsDto, IndustryMaintenanceOrderConnectionDto, IndustryMaintenanceOrderCostsArgsDto, IndustryMaintenanceOrderCostsAssociationsArgsDto, IndustryMaintenanceOrderCostsConfiguredByArgsDto, IndustryMaintenanceOrderCostsConnectionDto, IndustryMaintenanceOrderCostsDto, IndustryMaintenanceOrderCostsEdgeDto, IndustryMaintenanceOrderCostsInputDto, IndustryMaintenanceOrderCostsInputUpdateDto, IndustryMaintenanceOrderCostsMutationsCreateArgsDto, IndustryMaintenanceOrderCostsMutationsDto, IndustryMaintenanceOrderCostsMutationsUpdateArgsDto, IndustryMaintenanceOrderCostsOrderArgsDto, IndustryMaintenanceOrderCostsRelatesFromArgsDto, IndustryMaintenanceOrderCostsRelatesToArgsDto, IndustryMaintenanceOrderCostsTaggedByArgsDto, IndustryMaintenanceOrderCostsUpdateDto, IndustryMaintenanceOrderCostsUpdateMessageDto, IndustryMaintenanceOrderCosts_CostsUnionConnectionDto, IndustryMaintenanceOrderCosts_CostsUnionDto, IndustryMaintenanceOrderCosts_CostsUnionEdgeDto, IndustryMaintenanceOrderDto, IndustryMaintenanceOrderEdgeDto, IndustryMaintenanceOrderEventArgsDto, IndustryMaintenanceOrderFeedbackAssociationsArgsDto, IndustryMaintenanceOrderFeedbackConfiguredByArgsDto, IndustryMaintenanceOrderFeedbackConnectionDto, IndustryMaintenanceOrderFeedbackDto, IndustryMaintenanceOrderFeedbackEdgeDto, IndustryMaintenanceOrderFeedbackEmployeeArgsDto, IndustryMaintenanceOrderFeedbackInputDto, IndustryMaintenanceOrderFeedbackInputUpdateDto, IndustryMaintenanceOrderFeedbackMutationsCreateArgsDto, IndustryMaintenanceOrderFeedbackMutationsDto, IndustryMaintenanceOrderFeedbackMutationsUpdateArgsDto, IndustryMaintenanceOrderFeedbackParentArgsDto, IndustryMaintenanceOrderFeedbackRelatesFromArgsDto, IndustryMaintenanceOrderFeedbackRelatesToArgsDto, IndustryMaintenanceOrderFeedbackTaggedByArgsDto, IndustryMaintenanceOrderFeedbackUpdateDto, IndustryMaintenanceOrderFeedbackUpdateMessageDto, IndustryMaintenanceOrderFeedback_ChildrenUnionConnectionDto, IndustryMaintenanceOrderFeedback_ChildrenUnionDto, IndustryMaintenanceOrderFeedback_ChildrenUnionEdgeDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionConnectionDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionDto, IndustryMaintenanceOrderFeedback_OrderFeedbacksUnionEdgeDto, IndustryMaintenanceOrderInputDto, IndustryMaintenanceOrderInputUpdateDto, IndustryMaintenanceOrderMachineArgsDto, IndustryMaintenanceOrderMutationsCreateArgsDto, IndustryMaintenanceOrderMutationsDto, IndustryMaintenanceOrderMutationsUpdateArgsDto, IndustryMaintenanceOrderRelatesFromArgsDto, IndustryMaintenanceOrderRelatesToArgsDto, IndustryMaintenanceOrderTaggedByArgsDto, IndustryMaintenanceOrderUpdateDto, IndustryMaintenanceOrderUpdateMessageDto, IndustryMaintenanceOrder_OrderUnionConnectionDto, IndustryMaintenanceOrder_OrderUnionDto, IndustryMaintenanceOrder_OrderUnionEdgeDto, IndustryMaintenanceOrder_OrdersUnionConnectionDto, IndustryMaintenanceOrder_OrdersUnionDto, IndustryMaintenanceOrder_OrdersUnionEdgeDto, IndustryMaintenanceOrder_ParentUnionConnectionDto, IndustryMaintenanceOrder_ParentUnionDto, IndustryMaintenanceOrder_ParentUnionEdgeDto, IndustryMaintenanceWorkplaceAssociationsArgsDto, IndustryMaintenanceWorkplaceChildrenArgsDto, IndustryMaintenanceWorkplaceConfiguredByArgsDto, IndustryMaintenanceWorkplaceConnectionDto, IndustryMaintenanceWorkplaceDto, IndustryMaintenanceWorkplaceEdgeDto, IndustryMaintenanceWorkplaceEventsArgsDto, IndustryMaintenanceWorkplaceInputDto, IndustryMaintenanceWorkplaceInputUpdateDto, IndustryMaintenanceWorkplaceMutationsCreateArgsDto, IndustryMaintenanceWorkplaceMutationsDto, IndustryMaintenanceWorkplaceMutationsUpdateArgsDto, IndustryMaintenanceWorkplaceOrdersArgsDto, IndustryMaintenanceWorkplaceParentArgsDto, IndustryMaintenanceWorkplaceRelatesFromArgsDto, IndustryMaintenanceWorkplaceRelatesToArgsDto, IndustryMaintenanceWorkplaceTaggedByArgsDto, IndustryMaintenanceWorkplaceUpdateDto, IndustryMaintenanceWorkplaceUpdateMessageDto, InputMaybe, JobDto, JobResponseDto, LargeBinaryInfoDto, MakeEmpty, MakeMaybe, MakeOptional, Maybe, MergeUsersRequestDto, NearGeospatialFilterDto, OctoMutationDto, OctoQueryDto, OctoSdkDemoCustomerAssociationsArgsDto, OctoSdkDemoCustomerConfiguredByArgsDto, OctoSdkDemoCustomerConnectionDto, OctoSdkDemoCustomerDto, OctoSdkDemoCustomerEdgeDto, OctoSdkDemoCustomerInputDto, OctoSdkDemoCustomerInputUpdateDto, OctoSdkDemoCustomerMutationsCreateArgsDto, OctoSdkDemoCustomerMutationsDto, OctoSdkDemoCustomerMutationsUpdateArgsDto, OctoSdkDemoCustomerNoteDto, OctoSdkDemoCustomerNoteInputDto, OctoSdkDemoCustomerOwnsArgsDto, OctoSdkDemoCustomerRelatesFromArgsDto, OctoSdkDemoCustomerRelatesToArgsDto, OctoSdkDemoCustomerTaggedByArgsDto, OctoSdkDemoCustomerUpdateDto, OctoSdkDemoCustomerUpdateMessageDto, OctoSdkDemoCustomer_OwnedByUnionConnectionDto, OctoSdkDemoCustomer_OwnedByUnionDto, OctoSdkDemoCustomer_OwnedByUnionEdgeDto, OctoSdkDemoMeteringPointAssociationsArgsDto, OctoSdkDemoMeteringPointChildrenArgsDto, OctoSdkDemoMeteringPointConfiguredByArgsDto, OctoSdkDemoMeteringPointConnectionDto, OctoSdkDemoMeteringPointDto, OctoSdkDemoMeteringPointEdgeDto, OctoSdkDemoMeteringPointEventsArgsDto, OctoSdkDemoMeteringPointInputDto, OctoSdkDemoMeteringPointInputUpdateDto, OctoSdkDemoMeteringPointMutationsCreateArgsDto, OctoSdkDemoMeteringPointMutationsDto, OctoSdkDemoMeteringPointMutationsUpdateArgsDto, OctoSdkDemoMeteringPointOrdersArgsDto, OctoSdkDemoMeteringPointParentArgsDto, OctoSdkDemoMeteringPointRelatesFromArgsDto, OctoSdkDemoMeteringPointRelatesToArgsDto, OctoSdkDemoMeteringPointTaggedByArgsDto, OctoSdkDemoMeteringPointUpdateDto, OctoSdkDemoMeteringPointUpdateMessageDto, OctoSdkDemoOperatingFacilityAssociationsArgsDto, OctoSdkDemoOperatingFacilityChildrenArgsDto, OctoSdkDemoOperatingFacilityConfiguredByArgsDto, OctoSdkDemoOperatingFacilityConnectionDto, OctoSdkDemoOperatingFacilityDto, OctoSdkDemoOperatingFacilityEdgeDto, OctoSdkDemoOperatingFacilityInputDto, OctoSdkDemoOperatingFacilityInputUpdateDto, OctoSdkDemoOperatingFacilityMutationsCreateArgsDto, OctoSdkDemoOperatingFacilityMutationsDto, OctoSdkDemoOperatingFacilityMutationsUpdateArgsDto, OctoSdkDemoOperatingFacilityOrdersArgsDto, OctoSdkDemoOperatingFacilityOwnedByArgsDto, OctoSdkDemoOperatingFacilityParentArgsDto, OctoSdkDemoOperatingFacilityRelatesFromArgsDto, OctoSdkDemoOperatingFacilityRelatesToArgsDto, OctoSdkDemoOperatingFacilityTaggedByArgsDto, OctoSdkDemoOperatingFacilityUpdateDto, OctoSdkDemoOperatingFacilityUpdateMessageDto, OctoSdkDemoOperatingFacility_OwnsUnionConnectionDto, OctoSdkDemoOperatingFacility_OwnsUnionDto, OctoSdkDemoOperatingFacility_OwnsUnionEdgeDto, OctoSubscriptionsBasicAssetEventsArgsDto, OctoSubscriptionsBasicCityEventsArgsDto, OctoSubscriptionsBasicCountryEventsArgsDto, OctoSubscriptionsBasicDistrictEventsArgsDto, OctoSubscriptionsBasicDocumentEventsArgsDto, OctoSubscriptionsBasicEmployeeEventsArgsDto, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyBatteryEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgeAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgePipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, OctoSubscriptionsSystemIdentityFacebookIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGoogleIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityMailNotificationConfigurationEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftAdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOpenLdapIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionRoleEventsArgsDto, OctoSubscriptionsSystemIdentityPersistedGrantEventsArgsDto, OctoSubscriptionsSystemIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityRoleEventsArgsDto, OctoSubscriptionsSystemIdentityUserEventsArgsDto, OctoSubscriptionsSystemMigrationHistoryEventsArgsDto, OctoSubscriptionsSystemNotificationCssTemplateConfigurationEventsArgsDto, OctoSubscriptionsSystemNotificationEventEventsArgsDto, OctoSubscriptionsSystemNotificationNotificationTemplateEventsArgsDto, OctoSubscriptionsSystemNotificationStatefulEventEventsArgsDto, OctoSubscriptionsSystemPersistentQueryEventsArgsDto, OctoSubscriptionsSystemQueryEventsArgsDto, OctoSubscriptionsSystemReportingConnectionInfoEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemContainerEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemEntityEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemItemEventsArgsDto, OctoSubscriptionsSystemReportingFolderEventsArgsDto, OctoSubscriptionsSystemReportingFolderRootEventsArgsDto, OctoSubscriptionsSystemSimpleRtQueryEventsArgsDto, OctoSubscriptionsSystemTenantConfigurationEventsArgsDto, OctoSubscriptionsSystemTenantEventsArgsDto, OctoSubscriptionsSystemTenantModeConfigurationEventsArgsDto, OctoSubscriptionsSystemUiDashboardEventsArgsDto, OctoSubscriptionsSystemUiDashboardWidgetEventsArgsDto, OctoSubscriptionsSystemUiProcessDiagramEventsArgsDto, OctoSubscriptionsSystemUiSymbolDefinitionEventsArgsDto, OctoSubscriptionsSystemUiSymbolLibraryEventsArgsDto, OctoSubscriptionsSystemUiuiElementEventsArgsDto, PageInfoDto, PipelineExecutionDataDto, PointInputDto, PositionInputDto, ProgressDialogRef, ProgressWindowOptions, QueryAggregationResultConnectionDto, QueryAggregationResultDto, QueryAggregationResultEdgeDto, RegisterUserDto, ResultAggregationInputDto, RoleDto, RtAggregationQueryRowCellsArgsDto, RtAggregationQueryRowDto, RtAssociationAttributesArgsDto, RtAssociationDto, RtAssociationDtoConnectionDto, RtAssociationDtoEdgeDto, RtAssociationInputDto, RtEntityAssociationInputDto, RtEntityAttributeDto, RtEntityAttributeDtoConnectionDto, RtEntityAttributeDtoEdgeDto, RtEntityAttributeInputDto, RtEntityAttributesArgsDto, RtEntityDto, RtEntityGenericAssociationDefinitionsArgsDto, RtEntityGenericAssociationDto, RtEntityGenericAssociationTargetsArgsDto, RtEntityGenericDtoConnectionDto, RtEntityGenericDtoEdgeDto, RtEntityIdDto, RtEntityInputDto, RtEntityMutationsCreateArgsDto, RtEntityMutationsDeleteArgsDto, RtEntityMutationsDto, RtEntityMutationsUpdateArgsDto, RtEntityUpdateDto, RtGroupingAggregationQueryRowCellsArgsDto, RtGroupingAggregationQueryRowDto, RtQueryAggregationsArgsDto, RtQueryCellDto, RtQueryCellDtoConnectionDto, RtQueryCellDtoEdgeDto, RtQueryCellInputDto, RtQueryColumnDto, RtQueryColumnInputDto, RtQueryDto, RtQueryDtoConnectionDto, RtQueryDtoEdgeDto, RtQueryMutationsCreateArgsDto, RtQueryMutationsDeleteArgsDto, RtQueryMutationsDto, RtQueryMutationsUpdateArgsDto, RtQueryRowCellsArgsDto, RtQueryRowDto, RtQueryRowDtoConnectionDto, RtQueryRowDtoEdgeDto, RtQueryRowInputDto, RtQueryRowUpdateDto, RtQueryRowsArgsDto, RtSimpleQueryRowCellsArgsDto, RtSimpleQueryRowDto, RtTransientAggregationArgsDto, RtTransientDto, RtTransientGroupingAggregationArgsDto, RtTransientQueryAggregationsArgsDto, RtTransientQueryDto, RtTransientQueryDtoConnectionDto, RtTransientQueryDtoEdgeDto, RtTransientQueryRowsArgsDto, RtTransientSimpleArgsDto, RuntimeDto, RuntimeEntityItem, RuntimeModelQueryBasicAssetArgsDto, RuntimeModelQueryBasicCityArgsDto, RuntimeModelQueryBasicCountryArgsDto, RuntimeModelQueryBasicDistrictArgsDto, RuntimeModelQueryBasicDocumentArgsDto, RuntimeModelQueryBasicEmployeeArgsDto, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyBatteryArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdgeAdapterArgsDto, RuntimeModelQuerySystemCommunicationEdgePipelineArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMeshAdapterArgsDto, RuntimeModelQuerySystemCommunicationMeshPipelineArgsDto, RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, RuntimeModelQuerySystemIdentityFacebookIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGoogleIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityMailNotificationConfigurationArgsDto, RuntimeModelQuerySystemIdentityMicrosoftAdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityMicrosoftIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOpenLdapIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityPermissionArgsDto, RuntimeModelQuerySystemIdentityPermissionRoleArgsDto, RuntimeModelQuerySystemIdentityPersistedGrantArgsDto, RuntimeModelQuerySystemIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityRoleArgsDto, RuntimeModelQuerySystemIdentityUserArgsDto, RuntimeModelQuerySystemMigrationHistoryArgsDto, RuntimeModelQuerySystemNotificationCssTemplateConfigurationArgsDto, RuntimeModelQuerySystemNotificationEventArgsDto, RuntimeModelQuerySystemNotificationNotificationTemplateArgsDto, RuntimeModelQuerySystemNotificationStatefulEventArgsDto, RuntimeModelQuerySystemPersistentQueryArgsDto, RuntimeModelQuerySystemQueryArgsDto, RuntimeModelQuerySystemReportingConnectionInfoArgsDto, RuntimeModelQuerySystemReportingFileSystemContainerArgsDto, RuntimeModelQuerySystemReportingFileSystemEntityArgsDto, RuntimeModelQuerySystemReportingFileSystemItemArgsDto, RuntimeModelQuerySystemReportingFolderArgsDto, RuntimeModelQuerySystemReportingFolderRootArgsDto, RuntimeModelQuerySystemSimpleRtQueryArgsDto, RuntimeModelQuerySystemTenantArgsDto, RuntimeModelQuerySystemTenantConfigurationArgsDto, RuntimeModelQuerySystemTenantModeConfigurationArgsDto, RuntimeModelQuerySystemUiDashboardArgsDto, RuntimeModelQuerySystemUiDashboardWidgetArgsDto, RuntimeModelQuerySystemUiProcessDiagramArgsDto, RuntimeModelQuerySystemUiSymbolDefinitionArgsDto, RuntimeModelQuerySystemUiSymbolLibraryArgsDto, RuntimeModelQuerySystemUiuiElementArgsDto, RuntimeRuntimeQueryArgsDto, Scalars, SearchFilterDto, SortDto, StatisticsDto, StreamDataArgumentsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyBatteryArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmAcknowledgedArgsDto, StreamIndustryBasicAlarmCategoryArgsDto, StreamIndustryBasicAlarmCauseArgsDto, StreamIndustryBasicAlarmClearedArgsDto, StreamIndustryBasicAlarmConnectionDto, StreamIndustryBasicAlarmDto, StreamIndustryBasicAlarmEdgeDto, StreamIndustryBasicAlarmLastModifiedArgsDto, StreamIndustryBasicAlarmMessageArgsDto, StreamIndustryBasicAlarmPriorityArgsDto, StreamIndustryBasicAlarmReactivatedArgsDto, StreamIndustryBasicAlarmReactivatedCountArgsDto, StreamIndustryBasicAlarmReceivedArgsDto, StreamIndustryBasicAlarmRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmSourceArgsDto, StreamIndustryBasicAlarmStateArgsDto, StreamIndustryBasicAlarmTagNameArgsDto, StreamIndustryBasicAlarmTypeArgsDto, StreamIndustryBasicEventCategoryArgsDto, StreamIndustryBasicEventConnectionDto, StreamIndustryBasicEventDto, StreamIndustryBasicEventEdgeDto, StreamIndustryBasicEventMessageArgsDto, StreamIndustryBasicEventReceivedArgsDto, StreamIndustryBasicEventRtChangedDateTimeArgsDto, StreamIndustryBasicEventTagNameArgsDto, StreamIndustryBasicMachineConnectionDto, StreamIndustryBasicMachineDto, StreamIndustryBasicMachineEdgeDto, StreamIndustryBasicMachineMachineStateArgsDto, StreamIndustryBasicMachineOperatingHoursArgsDto, StreamIndustryBasicMachineRtChangedDateTimeArgsDto, StreamIndustryBasicMachineStandStillCounterArgsDto, StreamIndustryBasicRuntimeVariableBooleanValueArgsDto, StreamIndustryBasicRuntimeVariableConnectionDto, StreamIndustryBasicRuntimeVariableDateTimeValueArgsDto, StreamIndustryBasicRuntimeVariableDoubleValueArgsDto, StreamIndustryBasicRuntimeVariableDto, StreamIndustryBasicRuntimeVariableEdgeDto, StreamIndustryBasicRuntimeVariableIecDataTypeArgsDto, StreamIndustryBasicRuntimeVariableInt64ValueArgsDto, StreamIndustryBasicRuntimeVariableIntValueArgsDto, StreamIndustryBasicRuntimeVariableRtChangedDateTimeArgsDto, StreamIndustryBasicRuntimeVariableStringValueArgsDto, StreamIndustryBasicRuntimeVariableTimeSpanValueArgsDto, StreamIndustryEnergyBatteryAmpereArgsDto, StreamIndustryEnergyBatteryCapacityArgsDto, StreamIndustryEnergyBatteryConnectionDto, StreamIndustryEnergyBatteryDto, StreamIndustryEnergyBatteryEdgeDto, StreamIndustryEnergyBatteryExportedEnergyArgsDto, StreamIndustryEnergyBatteryImportedEnergyArgsDto, StreamIndustryEnergyBatteryMachineStateArgsDto, StreamIndustryEnergyBatteryNumOfCyclesArgsDto, StreamIndustryEnergyBatteryOperatingHoursArgsDto, StreamIndustryEnergyBatteryPowerArgsDto, StreamIndustryEnergyBatteryRtChangedDateTimeArgsDto, StreamIndustryEnergyBatterySoCArgsDto, StreamIndustryEnergyBatterySoHArgsDto, StreamIndustryEnergyBatteryStandStillCounterArgsDto, StreamIndustryEnergyBatteryVoltageArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicModuleConnectionDto, StreamIndustryEnergyPhotovoltaicModuleDto, StreamIndustryEnergyPhotovoltaicModuleEdgeDto, StreamIndustryEnergyPhotovoltaicModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicStringConnectionDto, StreamIndustryEnergyPhotovoltaicStringDto, StreamIndustryEnergyPhotovoltaicStringEdgeDto, StreamIndustryEnergyPhotovoltaicStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, SystemAggregationQueryColumnDto, SystemAggregationQueryColumnInputDto, SystemAggregationRtQueryAssociationsArgsDto, SystemAggregationRtQueryConfiguredByArgsDto, SystemAggregationRtQueryConnectionDto, SystemAggregationRtQueryDto, SystemAggregationRtQueryEdgeDto, SystemAggregationRtQueryInputDto, SystemAggregationRtQueryInputUpdateDto, SystemAggregationRtQueryMutationsCreateArgsDto, SystemAggregationRtQueryMutationsDto, SystemAggregationRtQueryMutationsUpdateArgsDto, SystemAggregationRtQueryRelatesFromArgsDto, SystemAggregationRtQueryRelatesToArgsDto, SystemAggregationRtQueryTaggedByArgsDto, SystemAggregationRtQueryUpdateDto, SystemAggregationRtQueryUpdateMessageDto, SystemAttributeSearchFilterDto, SystemAttributeSearchFilterInputDto, SystemAutoIncrementAssociationsArgsDto, SystemAutoIncrementConfiguredByArgsDto, SystemAutoIncrementConnectionDto, SystemAutoIncrementDto, SystemAutoIncrementEdgeDto, SystemAutoIncrementInputDto, SystemAutoIncrementInputUpdateDto, SystemAutoIncrementMutationsCreateArgsDto, SystemAutoIncrementMutationsDto, SystemAutoIncrementMutationsUpdateArgsDto, SystemAutoIncrementRelatesFromArgsDto, SystemAutoIncrementRelatesToArgsDto, SystemAutoIncrementTaggedByArgsDto, SystemAutoIncrementUpdateDto, SystemAutoIncrementUpdateMessageDto, SystemBotAttributeAggregateConfigurationAssociationsArgsDto, SystemBotAttributeAggregateConfigurationConfiguredByArgsDto, SystemBotAttributeAggregateConfigurationConfiguresArgsDto, SystemBotAttributeAggregateConfigurationConnectionDto, SystemBotAttributeAggregateConfigurationDto, SystemBotAttributeAggregateConfigurationEdgeDto, SystemBotAttributeAggregateConfigurationInputDto, SystemBotAttributeAggregateConfigurationInputUpdateDto, SystemBotAttributeAggregateConfigurationMutationsCreateArgsDto, SystemBotAttributeAggregateConfigurationMutationsDto, SystemBotAttributeAggregateConfigurationMutationsUpdateArgsDto, SystemBotAttributeAggregateConfigurationRelatesFromArgsDto, SystemBotAttributeAggregateConfigurationRelatesToArgsDto, SystemBotAttributeAggregateConfigurationTaggedByArgsDto, SystemBotAttributeAggregateConfigurationUpdateDto, SystemBotAttributeAggregateConfigurationUpdateMessageDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionConnectionDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionDto, SystemBotAttributeAggregateConfiguration_ConfiguredByUnionEdgeDto, SystemBotFixupAssociationsArgsDto, SystemBotFixupConfiguredByArgsDto, SystemBotFixupConnectionDto, SystemBotFixupDto, SystemBotFixupEdgeDto, SystemBotFixupInputDto, SystemBotFixupInputUpdateDto, SystemBotFixupMutationsCreateArgsDto, SystemBotFixupMutationsDto, SystemBotFixupMutationsUpdateArgsDto, SystemBotFixupRelatesFromArgsDto, SystemBotFixupRelatesToArgsDto, SystemBotFixupTaggedByArgsDto, SystemBotFixupUpdateDto, SystemBotFixupUpdateMessageDto, SystemCommunicationAdapterAssociationsArgsDto, SystemCommunicationAdapterConfiguredByArgsDto, SystemCommunicationAdapterConnectionDto, SystemCommunicationAdapterDto, SystemCommunicationAdapterEdgeDto, SystemCommunicationAdapterExecutesArgsDto, SystemCommunicationAdapterExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceConfiguredByArgsDto, SystemCommunicationAdapterInterfaceDto, SystemCommunicationAdapterInterfaceExecutesArgsDto, SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceManagedByArgsDto, SystemCommunicationAdapterInterfaceRelatesFromArgsDto, SystemCommunicationAdapterInterfaceRelatesToArgsDto, SystemCommunicationAdapterInterfaceTaggedByArgsDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataPipelineAssociationsArgsDto, SystemCommunicationDataPipelineChildrenArgsDto, SystemCommunicationDataPipelineConfiguredByArgsDto, SystemCommunicationDataPipelineConnectionDto, SystemCommunicationDataPipelineDto, SystemCommunicationDataPipelineEdgeDto, SystemCommunicationDataPipelineInputDto, SystemCommunicationDataPipelineInputUpdateDto, SystemCommunicationDataPipelineMutationsCreateArgsDto, SystemCommunicationDataPipelineMutationsDto, SystemCommunicationDataPipelineMutationsUpdateArgsDto, SystemCommunicationDataPipelineRelatesFromArgsDto, SystemCommunicationDataPipelineRelatesToArgsDto, SystemCommunicationDataPipelineTaggedByArgsDto, SystemCommunicationDataPipelineTriggerAssociationsArgsDto, SystemCommunicationDataPipelineTriggerConfiguredByArgsDto, SystemCommunicationDataPipelineTriggerConnectionDto, SystemCommunicationDataPipelineTriggerDto, SystemCommunicationDataPipelineTriggerEdgeDto, SystemCommunicationDataPipelineTriggerInputDto, SystemCommunicationDataPipelineTriggerInputUpdateDto, SystemCommunicationDataPipelineTriggerMutationsCreateArgsDto, SystemCommunicationDataPipelineTriggerMutationsDto, SystemCommunicationDataPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationDataPipelineTriggerRelatesFromArgsDto, SystemCommunicationDataPipelineTriggerRelatesToArgsDto, SystemCommunicationDataPipelineTriggerTaggedByArgsDto, SystemCommunicationDataPipelineTriggerTriggersArgsDto, SystemCommunicationDataPipelineTriggerUpdateDto, SystemCommunicationDataPipelineTriggerUpdateMessageDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionConnectionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionEdgeDto, SystemCommunicationDataPipelineUpdateDto, SystemCommunicationDataPipelineUpdateMessageDto, SystemCommunicationDataPipeline_ParentUnionConnectionDto, SystemCommunicationDataPipeline_ParentUnionDto, SystemCommunicationDataPipeline_ParentUnionEdgeDto, SystemCommunicationDeployableEntityAssociationsArgsDto, SystemCommunicationDeployableEntityConfiguredByArgsDto, SystemCommunicationDeployableEntityConnectionDto, SystemCommunicationDeployableEntityDto, SystemCommunicationDeployableEntityEdgeDto, SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto, SystemCommunicationDeployableEntityInterfaceDto, SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto, SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto, SystemCommunicationDeployableEntityInterfaceTaggedByArgsDto, SystemCommunicationDeployableEntityRelatesFromArgsDto, SystemCommunicationDeployableEntityRelatesToArgsDto, SystemCommunicationDeployableEntityTaggedByArgsDto, SystemCommunicationDeployableEntityUpdateDto, SystemCommunicationDeployableEntityUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationAssociationsArgsDto, SystemCommunicationEMailReceiverConfigurationConfiguredByArgsDto, SystemCommunicationEMailReceiverConfigurationConnectionDto, SystemCommunicationEMailReceiverConfigurationDto, SystemCommunicationEMailReceiverConfigurationEdgeDto, SystemCommunicationEMailReceiverConfigurationInputDto, SystemCommunicationEMailReceiverConfigurationInputUpdateDto, SystemCommunicationEMailReceiverConfigurationMutationsCreateArgsDto, SystemCommunicationEMailReceiverConfigurationMutationsDto, SystemCommunicationEMailReceiverConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesFromArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesToArgsDto, SystemCommunicationEMailReceiverConfigurationTaggedByArgsDto, SystemCommunicationEMailReceiverConfigurationUpdateDto, SystemCommunicationEMailReceiverConfigurationUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationUsedByArgsDto, SystemCommunicationEMailSenderConfigurationAssociationsArgsDto, SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto, SystemCommunicationEMailSenderConfigurationConnectionDto, SystemCommunicationEMailSenderConfigurationDto, SystemCommunicationEMailSenderConfigurationEdgeDto, SystemCommunicationEMailSenderConfigurationInputDto, SystemCommunicationEMailSenderConfigurationInputUpdateDto, SystemCommunicationEMailSenderConfigurationMutationsCreateArgsDto, SystemCommunicationEMailSenderConfigurationMutationsDto, SystemCommunicationEMailSenderConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto, SystemCommunicationEMailSenderConfigurationRelatesToArgsDto, SystemCommunicationEMailSenderConfigurationTaggedByArgsDto, SystemCommunicationEMailSenderConfigurationUpdateDto, SystemCommunicationEMailSenderConfigurationUpdateMessageDto, SystemCommunicationEMailSenderConfigurationUsedByArgsDto, SystemCommunicationEdaConfigurationAssociationsArgsDto, SystemCommunicationEdaConfigurationConfiguredByArgsDto, SystemCommunicationEdaConfigurationConnectionDto, SystemCommunicationEdaConfigurationDto, SystemCommunicationEdaConfigurationEdgeDto, SystemCommunicationEdaConfigurationInputDto, SystemCommunicationEdaConfigurationInputUpdateDto, SystemCommunicationEdaConfigurationMutationsCreateArgsDto, SystemCommunicationEdaConfigurationMutationsDto, SystemCommunicationEdaConfigurationMutationsUpdateArgsDto, SystemCommunicationEdaConfigurationRelatesFromArgsDto, SystemCommunicationEdaConfigurationRelatesToArgsDto, SystemCommunicationEdaConfigurationTaggedByArgsDto, SystemCommunicationEdaConfigurationUpdateDto, SystemCommunicationEdaConfigurationUpdateMessageDto, SystemCommunicationEdaConfigurationUsedByArgsDto, SystemCommunicationEdgeAdapterAssociationsArgsDto, SystemCommunicationEdgeAdapterConfiguredByArgsDto, SystemCommunicationEdgeAdapterConnectionDto, SystemCommunicationEdgeAdapterDto, SystemCommunicationEdgeAdapterEdgeDto, SystemCommunicationEdgeAdapterExecutesArgsDto, SystemCommunicationEdgeAdapterExecutingAdapterArgsDto, SystemCommunicationEdgeAdapterInputDto, SystemCommunicationEdgeAdapterInputUpdateDto, SystemCommunicationEdgeAdapterManagedByArgsDto, SystemCommunicationEdgeAdapterMutationsCreateArgsDto, SystemCommunicationEdgeAdapterMutationsDto, SystemCommunicationEdgeAdapterMutationsUpdateArgsDto, SystemCommunicationEdgeAdapterRelatesFromArgsDto, SystemCommunicationEdgeAdapterRelatesToArgsDto, SystemCommunicationEdgeAdapterTaggedByArgsDto, SystemCommunicationEdgeAdapterUpdateDto, SystemCommunicationEdgeAdapterUpdateMessageDto, SystemCommunicationEdgePipelineAssociationsArgsDto, SystemCommunicationEdgePipelineConfiguredByArgsDto, SystemCommunicationEdgePipelineConnectionDto, SystemCommunicationEdgePipelineDto, SystemCommunicationEdgePipelineEdgeDto, SystemCommunicationEdgePipelineExecutedByArgsDto, SystemCommunicationEdgePipelineExecutedPipelineArgsDto, SystemCommunicationEdgePipelineInputDto, SystemCommunicationEdgePipelineInputUpdateDto, SystemCommunicationEdgePipelineIsUsingArgsDto, SystemCommunicationEdgePipelineMutationsCreateArgsDto, SystemCommunicationEdgePipelineMutationsDto, SystemCommunicationEdgePipelineMutationsUpdateArgsDto, SystemCommunicationEdgePipelineParentArgsDto, SystemCommunicationEdgePipelineRelatesFromArgsDto, SystemCommunicationEdgePipelineRelatesToArgsDto, SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto, SystemCommunicationEdgePipelineTaggedByArgsDto, SystemCommunicationEdgePipelineUpdateDto, SystemCommunicationEdgePipelineUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto, SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto, SystemCommunicationEnergyCommunityConfigurationConnectionDto, SystemCommunicationEnergyCommunityConfigurationDto, SystemCommunicationEnergyCommunityConfigurationEdgeDto, SystemCommunicationEnergyCommunityConfigurationInputDto, SystemCommunicationEnergyCommunityConfigurationInputUpdateDto, SystemCommunicationEnergyCommunityConfigurationMutationsCreateArgsDto, SystemCommunicationEnergyCommunityConfigurationMutationsDto, SystemCommunicationEnergyCommunityConfigurationMutationsUpdateArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto, SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto, SystemCommunicationEnergyCommunityConfigurationUpdateDto, SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationUsedByArgsDto, SystemCommunicationFinApiConfigurationAssociationsArgsDto, SystemCommunicationFinApiConfigurationConfiguredByArgsDto, SystemCommunicationFinApiConfigurationConnectionDto, SystemCommunicationFinApiConfigurationDto, SystemCommunicationFinApiConfigurationEdgeDto, SystemCommunicationFinApiConfigurationInputDto, SystemCommunicationFinApiConfigurationInputUpdateDto, SystemCommunicationFinApiConfigurationMutationsCreateArgsDto, SystemCommunicationFinApiConfigurationMutationsDto, SystemCommunicationFinApiConfigurationMutationsUpdateArgsDto, SystemCommunicationFinApiConfigurationRelatesFromArgsDto, SystemCommunicationFinApiConfigurationRelatesToArgsDto, SystemCommunicationFinApiConfigurationTaggedByArgsDto, SystemCommunicationFinApiConfigurationUpdateDto, SystemCommunicationFinApiConfigurationUpdateMessageDto, SystemCommunicationFinApiConfigurationUsedByArgsDto, SystemCommunicationMeshAdapterAssociationsArgsDto, SystemCommunicationMeshAdapterConfiguredByArgsDto, SystemCommunicationMeshAdapterConnectionDto, SystemCommunicationMeshAdapterDto, SystemCommunicationMeshAdapterEdgeDto, SystemCommunicationMeshAdapterExecutesArgsDto, SystemCommunicationMeshAdapterExecutingAdapterArgsDto, SystemCommunicationMeshAdapterInputDto, SystemCommunicationMeshAdapterInputUpdateDto, SystemCommunicationMeshAdapterManagedByArgsDto, SystemCommunicationMeshAdapterMutationsCreateArgsDto, SystemCommunicationMeshAdapterMutationsDto, SystemCommunicationMeshAdapterMutationsUpdateArgsDto, SystemCommunicationMeshAdapterRelatesFromArgsDto, SystemCommunicationMeshAdapterRelatesToArgsDto, SystemCommunicationMeshAdapterTaggedByArgsDto, SystemCommunicationMeshAdapterUpdateDto, SystemCommunicationMeshAdapterUpdateMessageDto, SystemCommunicationMeshPipelineAssociationsArgsDto, SystemCommunicationMeshPipelineConfiguredByArgsDto, SystemCommunicationMeshPipelineConnectionDto, SystemCommunicationMeshPipelineDto, SystemCommunicationMeshPipelineEdgeDto, SystemCommunicationMeshPipelineExecutedByArgsDto, SystemCommunicationMeshPipelineExecutedPipelineArgsDto, SystemCommunicationMeshPipelineInputDto, SystemCommunicationMeshPipelineInputUpdateDto, SystemCommunicationMeshPipelineIsUsingArgsDto, SystemCommunicationMeshPipelineMutationsCreateArgsDto, SystemCommunicationMeshPipelineMutationsDto, SystemCommunicationMeshPipelineMutationsUpdateArgsDto, SystemCommunicationMeshPipelineParentArgsDto, SystemCommunicationMeshPipelineRelatesFromArgsDto, SystemCommunicationMeshPipelineRelatesToArgsDto, SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto, SystemCommunicationMeshPipelineTaggedByArgsDto, SystemCommunicationMeshPipelineTriggeredByArgsDto, SystemCommunicationMeshPipelineUpdateDto, SystemCommunicationMeshPipelineUpdateMessageDto, SystemCommunicationMeshPipeline_TriggersUnionConnectionDto, SystemCommunicationMeshPipeline_TriggersUnionDto, SystemCommunicationMeshPipeline_TriggersUnionEdgeDto, SystemCommunicationMicrosoftGraphConfigurationAssociationsArgsDto, SystemCommunicationMicrosoftGraphConfigurationConfiguredByArgsDto, SystemCommunicationMicrosoftGraphConfigurationConnectionDto, SystemCommunicationMicrosoftGraphConfigurationDto, SystemCommunicationMicrosoftGraphConfigurationEdgeDto, SystemCommunicationMicrosoftGraphConfigurationInputDto, SystemCommunicationMicrosoftGraphConfigurationInputUpdateDto, SystemCommunicationMicrosoftGraphConfigurationMutationsCreateArgsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsUpdateArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesFromArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesToArgsDto, SystemCommunicationMicrosoftGraphConfigurationTaggedByArgsDto, SystemCommunicationMicrosoftGraphConfigurationUpdateDto, SystemCommunicationMicrosoftGraphConfigurationUpdateMessageDto, SystemCommunicationMicrosoftGraphConfigurationUsedByArgsDto, SystemCommunicationPipelineAssociationsArgsDto, SystemCommunicationPipelineConfiguredByArgsDto, SystemCommunicationPipelineConnectionDto, SystemCommunicationPipelineDto, SystemCommunicationPipelineEdgeDto, SystemCommunicationPipelineExecutedByArgsDto, SystemCommunicationPipelineExecutedPipelineArgsDto, SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto, SystemCommunicationPipelineExecutionAssociationsArgsDto, SystemCommunicationPipelineExecutionConfiguredByArgsDto, SystemCommunicationPipelineExecutionConnectionDto, SystemCommunicationPipelineExecutionDto, SystemCommunicationPipelineExecutionEdgeDto, SystemCommunicationPipelineExecutionInputDto, SystemCommunicationPipelineExecutionInputUpdateDto, SystemCommunicationPipelineExecutionMutationsCreateArgsDto, SystemCommunicationPipelineExecutionMutationsDto, SystemCommunicationPipelineExecutionMutationsUpdateArgsDto, SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto, SystemCommunicationPipelineExecutionRelatesFromArgsDto, SystemCommunicationPipelineExecutionRelatesToArgsDto, SystemCommunicationPipelineExecutionTaggedByArgsDto, SystemCommunicationPipelineExecutionUpdateDto, SystemCommunicationPipelineExecutionUpdateMessageDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionEdgeDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionEdgeDto, SystemCommunicationPipelineInterfaceConfiguredByArgsDto, SystemCommunicationPipelineInterfaceDto, SystemCommunicationPipelineInterfaceExecutedByArgsDto, SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto, SystemCommunicationPipelineInterfaceIsUsingArgsDto, SystemCommunicationPipelineInterfaceParentArgsDto, SystemCommunicationPipelineInterfaceRelatesFromArgsDto, SystemCommunicationPipelineInterfaceRelatesToArgsDto, SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto, SystemCommunicationPipelineInterfaceTaggedByArgsDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineParentArgsDto, SystemCommunicationPipelineRelatesFromArgsDto, SystemCommunicationPipelineRelatesToArgsDto, SystemCommunicationPipelineStatisticsAssociationsArgsDto, SystemCommunicationPipelineStatisticsConfiguredByArgsDto, SystemCommunicationPipelineStatisticsConnectionDto, SystemCommunicationPipelineStatisticsDto, SystemCommunicationPipelineStatisticsEdgeDto, SystemCommunicationPipelineStatisticsForPipelineArgsDto, SystemCommunicationPipelineStatisticsInputDto, SystemCommunicationPipelineStatisticsInputUpdateDto, SystemCommunicationPipelineStatisticsMutationsCreateArgsDto, SystemCommunicationPipelineStatisticsMutationsDto, SystemCommunicationPipelineStatisticsMutationsUpdateArgsDto, SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto, SystemCommunicationPipelineStatisticsRelatesFromArgsDto, SystemCommunicationPipelineStatisticsRelatesToArgsDto, SystemCommunicationPipelineStatisticsTaggedByArgsDto, SystemCommunicationPipelineStatisticsUpdateDto, SystemCommunicationPipelineStatisticsUpdateMessageDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionConnectionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionEdgeDto, SystemCommunicationPipelineTaggedByArgsDto, SystemCommunicationPipelineUpdateDto, SystemCommunicationPipelineUpdateMessageDto, SystemCommunicationPipeline_ChildrenUnionConnectionDto, SystemCommunicationPipeline_ChildrenUnionDto, SystemCommunicationPipeline_ChildrenUnionEdgeDto, SystemCommunicationPipeline_ExecutesUnionConnectionDto, SystemCommunicationPipeline_ExecutesUnionDto, SystemCommunicationPipeline_ExecutesUnionEdgeDto, SystemCommunicationPipeline_PipelineExecutionsUnionConnectionDto, SystemCommunicationPipeline_PipelineExecutionsUnionDto, SystemCommunicationPipeline_PipelineExecutionsUnionEdgeDto, SystemCommunicationPipeline_PipelineStatisticsUnionConnectionDto, SystemCommunicationPipeline_PipelineStatisticsUnionDto, SystemCommunicationPipeline_PipelineStatisticsUnionEdgeDto, SystemCommunicationPipeline_UsedByUnionConnectionDto, SystemCommunicationPipeline_UsedByUnionDto, SystemCommunicationPipeline_UsedByUnionEdgeDto, SystemCommunicationPoolAssociationsArgsDto, SystemCommunicationPoolConfiguredByArgsDto, SystemCommunicationPoolConnectionDto, SystemCommunicationPoolDto, SystemCommunicationPoolEdgeDto, SystemCommunicationPoolInputDto, SystemCommunicationPoolInputUpdateDto, SystemCommunicationPoolManagesArgsDto, SystemCommunicationPoolMutationsCreateArgsDto, SystemCommunicationPoolMutationsDto, SystemCommunicationPoolMutationsUpdateArgsDto, SystemCommunicationPoolRelatesFromArgsDto, SystemCommunicationPoolRelatesToArgsDto, SystemCommunicationPoolTaggedByArgsDto, SystemCommunicationPoolUpdateDto, SystemCommunicationPoolUpdateMessageDto, SystemCommunicationPool_ManagedByUnionConnectionDto, SystemCommunicationPool_ManagedByUnionDto, SystemCommunicationPool_ManagedByUnionEdgeDto, SystemCommunicationSapConfigurationAssociationsArgsDto, SystemCommunicationSapConfigurationConfiguredByArgsDto, SystemCommunicationSapConfigurationConnectionDto, SystemCommunicationSapConfigurationDto, SystemCommunicationSapConfigurationEdgeDto, SystemCommunicationSapConfigurationInputDto, SystemCommunicationSapConfigurationInputUpdateDto, SystemCommunicationSapConfigurationMutationsCreateArgsDto, SystemCommunicationSapConfigurationMutationsDto, SystemCommunicationSapConfigurationMutationsUpdateArgsDto, SystemCommunicationSapConfigurationRelatesFromArgsDto, SystemCommunicationSapConfigurationRelatesToArgsDto, SystemCommunicationSapConfigurationTaggedByArgsDto, SystemCommunicationSapConfigurationUpdateDto, SystemCommunicationSapConfigurationUpdateMessageDto, SystemCommunicationSapConfigurationUsedByArgsDto, SystemCommunicationSftpConfigurationAssociationsArgsDto, SystemCommunicationSftpConfigurationConfiguredByArgsDto, SystemCommunicationSftpConfigurationConnectionDto, SystemCommunicationSftpConfigurationDto, SystemCommunicationSftpConfigurationEdgeDto, SystemCommunicationSftpConfigurationInputDto, SystemCommunicationSftpConfigurationInputUpdateDto, SystemCommunicationSftpConfigurationMutationsCreateArgsDto, SystemCommunicationSftpConfigurationMutationsDto, SystemCommunicationSftpConfigurationMutationsUpdateArgsDto, SystemCommunicationSftpConfigurationRelatesFromArgsDto, SystemCommunicationSftpConfigurationRelatesToArgsDto, SystemCommunicationSftpConfigurationTaggedByArgsDto, SystemCommunicationSftpConfigurationUpdateDto, SystemCommunicationSftpConfigurationUpdateMessageDto, SystemCommunicationSftpConfigurationUsedByArgsDto, SystemCommunicationTagAssociationsArgsDto, SystemCommunicationTagConfiguredByArgsDto, SystemCommunicationTagConnectionDto, SystemCommunicationTagDto, SystemCommunicationTagEdgeDto, SystemCommunicationTagInputDto, SystemCommunicationTagInputUpdateDto, SystemCommunicationTagIsTaggingArgsDto, SystemCommunicationTagMutationsCreateArgsDto, SystemCommunicationTagMutationsDto, SystemCommunicationTagMutationsUpdateArgsDto, SystemCommunicationTagRelatesFromArgsDto, SystemCommunicationTagRelatesToArgsDto, SystemCommunicationTagTaggedByArgsDto, SystemCommunicationTagUpdateDto, SystemCommunicationTagUpdateMessageDto, SystemCommunicationTag_TaggedByUnionConnectionDto, SystemCommunicationTag_TaggedByUnionDto, SystemCommunicationTag_TaggedByUnionEdgeDto, SystemCommunicationUiThemeColorsDto, SystemCommunicationUiThemeColorsInputDto, SystemConfigurationAssociationsArgsDto, SystemConfigurationConfiguredByArgsDto, SystemConfigurationConnectionDto, SystemConfigurationDto, SystemConfigurationEdgeDto, SystemConfigurationInterfaceConfiguredByArgsDto, SystemConfigurationInterfaceDto, SystemConfigurationInterfaceRelatesFromArgsDto, SystemConfigurationInterfaceRelatesToArgsDto, SystemConfigurationInterfaceTaggedByArgsDto, SystemConfigurationInterfaceUsedByArgsDto, SystemConfigurationRelatesFromArgsDto, SystemConfigurationRelatesToArgsDto, SystemConfigurationTaggedByArgsDto, SystemConfigurationUpdateDto, SystemConfigurationUpdateMessageDto, SystemConfigurationUsedByArgsDto, SystemConfiguration_IsUsingUnionConnectionDto, SystemConfiguration_IsUsingUnionDto, SystemConfiguration_IsUsingUnionEdgeDto, SystemEntityAssociationsArgsDto, SystemEntityConfiguredByArgsDto, SystemEntityConnectionDto, SystemEntityDto, SystemEntityEdgeDto, SystemEntityInterfaceConfiguredByArgsDto, SystemEntityInterfaceDto, SystemEntityInterfaceRelatesFromArgsDto, SystemEntityInterfaceRelatesToArgsDto, SystemEntityInterfaceTaggedByArgsDto, SystemEntityRelatesFromArgsDto, SystemEntityRelatesToArgsDto, SystemEntityTaggedByArgsDto, SystemEntityUpdateDto, SystemEntityUpdateMessageDto, SystemEntity_ConfiguresUnionConnectionDto, SystemEntity_ConfiguresUnionDto, SystemEntity_ConfiguresUnionEdgeDto, SystemEntity_IsTaggingUnionConnectionDto, SystemEntity_IsTaggingUnionDto, SystemEntity_IsTaggingUnionEdgeDto, SystemEntity_RelatesFromUnionConnectionDto, SystemEntity_RelatesFromUnionDto, SystemEntity_RelatesFromUnionEdgeDto, SystemEntity_RelatesToUnionConnectionDto, SystemEntity_RelatesToUnionDto, SystemEntity_RelatesToUnionEdgeDto, SystemFieldFilterDto, SystemFieldFilterInputDto, SystemGroupingAggregationRtQueryAssociationsArgsDto, SystemGroupingAggregationRtQueryConfiguredByArgsDto, SystemGroupingAggregationRtQueryConnectionDto, SystemGroupingAggregationRtQueryDto, SystemGroupingAggregationRtQueryEdgeDto, SystemGroupingAggregationRtQueryInputDto, SystemGroupingAggregationRtQueryInputUpdateDto, SystemGroupingAggregationRtQueryMutationsCreateArgsDto, SystemGroupingAggregationRtQueryMutationsDto, SystemGroupingAggregationRtQueryMutationsUpdateArgsDto, SystemGroupingAggregationRtQueryRelatesFromArgsDto, SystemGroupingAggregationRtQueryRelatesToArgsDto, SystemGroupingAggregationRtQueryTaggedByArgsDto, SystemGroupingAggregationRtQueryUpdateDto, SystemGroupingAggregationRtQueryUpdateMessageDto, SystemIdentityApiResourceAssociationsArgsDto, SystemIdentityApiResourceConfiguredByArgsDto, SystemIdentityApiResourceConnectionDto, SystemIdentityApiResourceDto, SystemIdentityApiResourceEdgeDto, SystemIdentityApiResourceInputDto, SystemIdentityApiResourceInputUpdateDto, SystemIdentityApiResourceMutationsCreateArgsDto, SystemIdentityApiResourceMutationsDto, SystemIdentityApiResourceMutationsUpdateArgsDto, SystemIdentityApiResourceRelatesFromArgsDto, SystemIdentityApiResourceRelatesToArgsDto, SystemIdentityApiResourceTaggedByArgsDto, SystemIdentityApiResourceUpdateDto, SystemIdentityApiResourceUpdateMessageDto, SystemIdentityApiScopeAssociationsArgsDto, SystemIdentityApiScopeConfiguredByArgsDto, SystemIdentityApiScopeConnectionDto, SystemIdentityApiScopeDto, SystemIdentityApiScopeEdgeDto, SystemIdentityApiScopeInputDto, SystemIdentityApiScopeInputUpdateDto, SystemIdentityApiScopeMutationsCreateArgsDto, SystemIdentityApiScopeMutationsDto, SystemIdentityApiScopeMutationsUpdateArgsDto, SystemIdentityApiScopeRelatesFromArgsDto, SystemIdentityApiScopeRelatesToArgsDto, SystemIdentityApiScopeTaggedByArgsDto, SystemIdentityApiScopeUpdateDto, SystemIdentityApiScopeUpdateMessageDto, SystemIdentityAzureEntraIdIdentityProviderAssociationsArgsDto, SystemIdentityAzureEntraIdIdentityProviderConfiguredByArgsDto, SystemIdentityAzureEntraIdIdentityProviderConnectionDto, SystemIdentityAzureEntraIdIdentityProviderDto, SystemIdentityAzureEntraIdIdentityProviderEdgeDto, SystemIdentityAzureEntraIdIdentityProviderInputDto, SystemIdentityAzureEntraIdIdentityProviderInputUpdateDto, SystemIdentityAzureEntraIdIdentityProviderMutationsCreateArgsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsUpdateArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesFromArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesToArgsDto, SystemIdentityAzureEntraIdIdentityProviderTaggedByArgsDto, SystemIdentityAzureEntraIdIdentityProviderUpdateDto, SystemIdentityAzureEntraIdIdentityProviderUpdateMessageDto, SystemIdentityClientAssociationsArgsDto, SystemIdentityClientClaimDto, SystemIdentityClientClaimInputDto, SystemIdentityClientConfiguredByArgsDto, SystemIdentityClientConnectionDto, SystemIdentityClientDto, SystemIdentityClientEdgeDto, SystemIdentityClientInputDto, SystemIdentityClientInputUpdateDto, SystemIdentityClientMutationsCreateArgsDto, SystemIdentityClientMutationsDto, SystemIdentityClientMutationsUpdateArgsDto, SystemIdentityClientRelatesFromArgsDto, SystemIdentityClientRelatesToArgsDto, SystemIdentityClientTaggedByArgsDto, SystemIdentityClientUpdateDto, SystemIdentityClientUpdateMessageDto, SystemIdentityFacebookIdentityProviderAssociationsArgsDto, SystemIdentityFacebookIdentityProviderConfiguredByArgsDto, SystemIdentityFacebookIdentityProviderConnectionDto, SystemIdentityFacebookIdentityProviderDto, SystemIdentityFacebookIdentityProviderEdgeDto, SystemIdentityFacebookIdentityProviderInputDto, SystemIdentityFacebookIdentityProviderInputUpdateDto, SystemIdentityFacebookIdentityProviderMutationsCreateArgsDto, SystemIdentityFacebookIdentityProviderMutationsDto, SystemIdentityFacebookIdentityProviderMutationsUpdateArgsDto, SystemIdentityFacebookIdentityProviderRelatesFromArgsDto, SystemIdentityFacebookIdentityProviderRelatesToArgsDto, SystemIdentityFacebookIdentityProviderTaggedByArgsDto, SystemIdentityFacebookIdentityProviderUpdateDto, SystemIdentityFacebookIdentityProviderUpdateMessageDto, SystemIdentityGoogleIdentityProviderAssociationsArgsDto, SystemIdentityGoogleIdentityProviderConfiguredByArgsDto, SystemIdentityGoogleIdentityProviderConnectionDto, SystemIdentityGoogleIdentityProviderDto, SystemIdentityGoogleIdentityProviderEdgeDto, SystemIdentityGoogleIdentityProviderInputDto, SystemIdentityGoogleIdentityProviderInputUpdateDto, SystemIdentityGoogleIdentityProviderMutationsCreateArgsDto, SystemIdentityGoogleIdentityProviderMutationsDto, SystemIdentityGoogleIdentityProviderMutationsUpdateArgsDto, SystemIdentityGoogleIdentityProviderRelatesFromArgsDto, SystemIdentityGoogleIdentityProviderRelatesToArgsDto, SystemIdentityGoogleIdentityProviderTaggedByArgsDto, SystemIdentityGoogleIdentityProviderUpdateDto, SystemIdentityGoogleIdentityProviderUpdateMessageDto, SystemIdentityIdentityProviderAssociationsArgsDto, SystemIdentityIdentityProviderConfiguredByArgsDto, SystemIdentityIdentityProviderConnectionDto, SystemIdentityIdentityProviderDto, SystemIdentityIdentityProviderEdgeDto, SystemIdentityIdentityProviderInterfaceConfiguredByArgsDto, SystemIdentityIdentityProviderInterfaceDto, SystemIdentityIdentityProviderInterfaceRelatesFromArgsDto, SystemIdentityIdentityProviderInterfaceRelatesToArgsDto, SystemIdentityIdentityProviderInterfaceTaggedByArgsDto, SystemIdentityIdentityProviderRelatesFromArgsDto, SystemIdentityIdentityProviderRelatesToArgsDto, SystemIdentityIdentityProviderTaggedByArgsDto, SystemIdentityIdentityProviderUpdateDto, SystemIdentityIdentityProviderUpdateMessageDto, SystemIdentityIdentityResourceAssociationsArgsDto, SystemIdentityIdentityResourceConfiguredByArgsDto, SystemIdentityIdentityResourceConnectionDto, SystemIdentityIdentityResourceDto, SystemIdentityIdentityResourceEdgeDto, SystemIdentityIdentityResourceInputDto, SystemIdentityIdentityResourceInputUpdateDto, SystemIdentityIdentityResourceMutationsCreateArgsDto, SystemIdentityIdentityResourceMutationsDto, SystemIdentityIdentityResourceMutationsUpdateArgsDto, SystemIdentityIdentityResourceRelatesFromArgsDto, SystemIdentityIdentityResourceRelatesToArgsDto, SystemIdentityIdentityResourceTaggedByArgsDto, SystemIdentityIdentityResourceUpdateDto, SystemIdentityIdentityResourceUpdateMessageDto, SystemIdentityMailNotificationConfigurationAssociationsArgsDto, SystemIdentityMailNotificationConfigurationConfiguredByArgsDto, SystemIdentityMailNotificationConfigurationConnectionDto, SystemIdentityMailNotificationConfigurationDto, SystemIdentityMailNotificationConfigurationEdgeDto, SystemIdentityMailNotificationConfigurationInputDto, SystemIdentityMailNotificationConfigurationInputUpdateDto, SystemIdentityMailNotificationConfigurationMutationsCreateArgsDto, SystemIdentityMailNotificationConfigurationMutationsDto, SystemIdentityMailNotificationConfigurationMutationsUpdateArgsDto, SystemIdentityMailNotificationConfigurationRelatesFromArgsDto, SystemIdentityMailNotificationConfigurationRelatesToArgsDto, SystemIdentityMailNotificationConfigurationTaggedByArgsDto, SystemIdentityMailNotificationConfigurationUpdateDto, SystemIdentityMailNotificationConfigurationUpdateMessageDto, SystemIdentityMailNotificationConfigurationUsedByArgsDto, SystemIdentityMicrosoftAdIdentityProviderAssociationsArgsDto, SystemIdentityMicrosoftAdIdentityProviderConfiguredByArgsDto, SystemIdentityMicrosoftAdIdentityProviderConnectionDto, SystemIdentityMicrosoftAdIdentityProviderDto, SystemIdentityMicrosoftAdIdentityProviderEdgeDto, SystemIdentityMicrosoftAdIdentityProviderInputDto, SystemIdentityMicrosoftAdIdentityProviderInputUpdateDto, SystemIdentityMicrosoftAdIdentityProviderMutationsCreateArgsDto, SystemIdentityMicrosoftAdIdentityProviderMutationsDto, SystemIdentityMicrosoftAdIdentityProviderMutationsUpdateArgsDto, SystemIdentityMicrosoftAdIdentityProviderRelatesFromArgsDto, SystemIdentityMicrosoftAdIdentityProviderRelatesToArgsDto, SystemIdentityMicrosoftAdIdentityProviderTaggedByArgsDto, SystemIdentityMicrosoftAdIdentityProviderUpdateDto, SystemIdentityMicrosoftAdIdentityProviderUpdateMessageDto, SystemIdentityMicrosoftIdentityProviderAssociationsArgsDto, SystemIdentityMicrosoftIdentityProviderConfiguredByArgsDto, SystemIdentityMicrosoftIdentityProviderConnectionDto, SystemIdentityMicrosoftIdentityProviderDto, SystemIdentityMicrosoftIdentityProviderEdgeDto, SystemIdentityMicrosoftIdentityProviderInputDto, SystemIdentityMicrosoftIdentityProviderInputUpdateDto, SystemIdentityMicrosoftIdentityProviderMutationsCreateArgsDto, SystemIdentityMicrosoftIdentityProviderMutationsDto, SystemIdentityMicrosoftIdentityProviderMutationsUpdateArgsDto, SystemIdentityMicrosoftIdentityProviderRelatesFromArgsDto, SystemIdentityMicrosoftIdentityProviderRelatesToArgsDto, SystemIdentityMicrosoftIdentityProviderTaggedByArgsDto, SystemIdentityMicrosoftIdentityProviderUpdateDto, SystemIdentityMicrosoftIdentityProviderUpdateMessageDto, SystemIdentityOpenLdapIdentityProviderAssociationsArgsDto, SystemIdentityOpenLdapIdentityProviderConfiguredByArgsDto, SystemIdentityOpenLdapIdentityProviderConnectionDto, SystemIdentityOpenLdapIdentityProviderDto, SystemIdentityOpenLdapIdentityProviderEdgeDto, SystemIdentityOpenLdapIdentityProviderInputDto, SystemIdentityOpenLdapIdentityProviderInputUpdateDto, SystemIdentityOpenLdapIdentityProviderMutationsCreateArgsDto, SystemIdentityOpenLdapIdentityProviderMutationsDto, SystemIdentityOpenLdapIdentityProviderMutationsUpdateArgsDto, SystemIdentityOpenLdapIdentityProviderRelatesFromArgsDto, SystemIdentityOpenLdapIdentityProviderRelatesToArgsDto, SystemIdentityOpenLdapIdentityProviderTaggedByArgsDto, SystemIdentityOpenLdapIdentityProviderUpdateDto, SystemIdentityOpenLdapIdentityProviderUpdateMessageDto, SystemIdentityPermissionAssociationsArgsDto, SystemIdentityPermissionConfiguredByArgsDto, SystemIdentityPermissionConnectionDto, SystemIdentityPermissionDto, SystemIdentityPermissionEdgeDto, SystemIdentityPermissionInputDto, SystemIdentityPermissionInputUpdateDto, SystemIdentityPermissionMutationsCreateArgsDto, SystemIdentityPermissionMutationsDto, SystemIdentityPermissionMutationsUpdateArgsDto, SystemIdentityPermissionRelatesFromArgsDto, SystemIdentityPermissionRelatesToArgsDto, SystemIdentityPermissionRoleAssociationsArgsDto, SystemIdentityPermissionRoleConfiguredByArgsDto, SystemIdentityPermissionRoleConnectionDto, SystemIdentityPermissionRoleDto, SystemIdentityPermissionRoleEdgeDto, SystemIdentityPermissionRoleInputDto, SystemIdentityPermissionRoleInputUpdateDto, SystemIdentityPermissionRoleMutationsCreateArgsDto, SystemIdentityPermissionRoleMutationsDto, SystemIdentityPermissionRoleMutationsUpdateArgsDto, SystemIdentityPermissionRoleRelatesFromArgsDto, SystemIdentityPermissionRoleRelatesToArgsDto, SystemIdentityPermissionRoleTaggedByArgsDto, SystemIdentityPermissionRoleUpdateDto, SystemIdentityPermissionRoleUpdateMessageDto, SystemIdentityPermissionTaggedByArgsDto, SystemIdentityPermissionUpdateDto, SystemIdentityPermissionUpdateMessageDto, SystemIdentityPersistedGrantAssociationsArgsDto, SystemIdentityPersistedGrantConfiguredByArgsDto, SystemIdentityPersistedGrantConnectionDto, SystemIdentityPersistedGrantDto, SystemIdentityPersistedGrantEdgeDto, SystemIdentityPersistedGrantInputDto, SystemIdentityPersistedGrantInputUpdateDto, SystemIdentityPersistedGrantMutationsCreateArgsDto, SystemIdentityPersistedGrantMutationsDto, SystemIdentityPersistedGrantMutationsUpdateArgsDto, SystemIdentityPersistedGrantRelatesFromArgsDto, SystemIdentityPersistedGrantRelatesToArgsDto, SystemIdentityPersistedGrantTaggedByArgsDto, SystemIdentityPersistedGrantUpdateDto, SystemIdentityPersistedGrantUpdateMessageDto, SystemIdentityResourceAssociationsArgsDto, SystemIdentityResourceConfiguredByArgsDto, SystemIdentityResourceConnectionDto, SystemIdentityResourceDto, SystemIdentityResourceEdgeDto, SystemIdentityResourceInterfaceConfiguredByArgsDto, SystemIdentityResourceInterfaceDto, SystemIdentityResourceInterfaceRelatesFromArgsDto, SystemIdentityResourceInterfaceRelatesToArgsDto, SystemIdentityResourceInterfaceTaggedByArgsDto, SystemIdentityResourceRelatesFromArgsDto, SystemIdentityResourceRelatesToArgsDto, SystemIdentityResourceTaggedByArgsDto, SystemIdentityResourceUpdateDto, SystemIdentityResourceUpdateMessageDto, SystemIdentityRoleAssociationsArgsDto, SystemIdentityRoleClaimDto, SystemIdentityRoleClaimInputDto, SystemIdentityRoleConfiguredByArgsDto, SystemIdentityRoleConnectionDto, SystemIdentityRoleDto, SystemIdentityRoleEdgeDto, SystemIdentityRoleInputDto, SystemIdentityRoleInputUpdateDto, SystemIdentityRoleMutationsCreateArgsDto, SystemIdentityRoleMutationsDto, SystemIdentityRoleMutationsUpdateArgsDto, SystemIdentityRoleRelatesFromArgsDto, SystemIdentityRoleRelatesToArgsDto, SystemIdentityRoleTaggedByArgsDto, SystemIdentityRoleUpdateDto, SystemIdentityRoleUpdateMessageDto, SystemIdentitySecretDto, SystemIdentitySecretInputDto, SystemIdentityUserAssociationsArgsDto, SystemIdentityUserClaimDto, SystemIdentityUserClaimInputDto, SystemIdentityUserConfiguredByArgsDto, SystemIdentityUserConnectionDto, SystemIdentityUserDto, SystemIdentityUserEdgeDto, SystemIdentityUserInputDto, SystemIdentityUserInputUpdateDto, SystemIdentityUserLoginDto, SystemIdentityUserLoginInputDto, SystemIdentityUserMutationsCreateArgsDto, SystemIdentityUserMutationsDto, SystemIdentityUserMutationsUpdateArgsDto, SystemIdentityUserRelatesFromArgsDto, SystemIdentityUserRelatesToArgsDto, SystemIdentityUserTaggedByArgsDto, SystemIdentityUserTokenDto, SystemIdentityUserTokenInputDto, SystemIdentityUserUpdateDto, SystemIdentityUserUpdateMessageDto, SystemMigrationHistoryAssociationsArgsDto, SystemMigrationHistoryConfiguredByArgsDto, SystemMigrationHistoryConnectionDto, SystemMigrationHistoryDto, SystemMigrationHistoryEdgeDto, SystemMigrationHistoryInputDto, SystemMigrationHistoryInputUpdateDto, SystemMigrationHistoryMutationsCreateArgsDto, SystemMigrationHistoryMutationsDto, SystemMigrationHistoryMutationsUpdateArgsDto, SystemMigrationHistoryRelatesFromArgsDto, SystemMigrationHistoryRelatesToArgsDto, SystemMigrationHistoryTaggedByArgsDto, SystemMigrationHistoryUpdateDto, SystemMigrationHistoryUpdateMessageDto, SystemNotificationCssTemplateConfigurationAssociationsArgsDto, SystemNotificationCssTemplateConfigurationConfiguredByArgsDto, SystemNotificationCssTemplateConfigurationConnectionDto, SystemNotificationCssTemplateConfigurationDto, SystemNotificationCssTemplateConfigurationEdgeDto, SystemNotificationCssTemplateConfigurationInputDto, SystemNotificationCssTemplateConfigurationInputUpdateDto, SystemNotificationCssTemplateConfigurationMutationsCreateArgsDto, SystemNotificationCssTemplateConfigurationMutationsDto, SystemNotificationCssTemplateConfigurationMutationsUpdateArgsDto, SystemNotificationCssTemplateConfigurationRelatesFromArgsDto, SystemNotificationCssTemplateConfigurationRelatesToArgsDto, SystemNotificationCssTemplateConfigurationTaggedByArgsDto, SystemNotificationCssTemplateConfigurationUpdateDto, SystemNotificationCssTemplateConfigurationUpdateMessageDto, SystemNotificationCssTemplateConfigurationUsedByArgsDto, SystemNotificationEventAssociationsArgsDto, SystemNotificationEventConfiguredByArgsDto, SystemNotificationEventConnectionDto, SystemNotificationEventDto, SystemNotificationEventEdgeDto, SystemNotificationEventInputDto, SystemNotificationEventInputUpdateDto, SystemNotificationEventMutationsCreateArgsDto, SystemNotificationEventMutationsDto, SystemNotificationEventMutationsUpdateArgsDto, SystemNotificationEventRelatesFromArgsDto, SystemNotificationEventRelatesToArgsDto, SystemNotificationEventTaggedByArgsDto, SystemNotificationEventUpdateDto, SystemNotificationEventUpdateMessageDto, SystemNotificationNotificationTemplateAssociationsArgsDto, SystemNotificationNotificationTemplateConfiguredByArgsDto, SystemNotificationNotificationTemplateConnectionDto, SystemNotificationNotificationTemplateDto, SystemNotificationNotificationTemplateEdgeDto, SystemNotificationNotificationTemplateInputDto, SystemNotificationNotificationTemplateInputUpdateDto, SystemNotificationNotificationTemplateMutationsCreateArgsDto, SystemNotificationNotificationTemplateMutationsDto, SystemNotificationNotificationTemplateMutationsUpdateArgsDto, SystemNotificationNotificationTemplateRelatesFromArgsDto, SystemNotificationNotificationTemplateRelatesToArgsDto, SystemNotificationNotificationTemplateTaggedByArgsDto, SystemNotificationNotificationTemplateUpdateDto, SystemNotificationNotificationTemplateUpdateMessageDto, SystemNotificationStatefulEventAssociationsArgsDto, SystemNotificationStatefulEventConfiguredByArgsDto, SystemNotificationStatefulEventConnectionDto, SystemNotificationStatefulEventDto, SystemNotificationStatefulEventEdgeDto, SystemNotificationStatefulEventInputDto, SystemNotificationStatefulEventInputUpdateDto, SystemNotificationStatefulEventMutationsCreateArgsDto, SystemNotificationStatefulEventMutationsDto, SystemNotificationStatefulEventMutationsUpdateArgsDto, SystemNotificationStatefulEventRelatesFromArgsDto, SystemNotificationStatefulEventRelatesToArgsDto, SystemNotificationStatefulEventTaggedByArgsDto, SystemNotificationStatefulEventUpdateDto, SystemNotificationStatefulEventUpdateMessageDto, SystemPersistentQueryAssociationsArgsDto, SystemPersistentQueryConfiguredByArgsDto, SystemPersistentQueryConnectionDto, SystemPersistentQueryDto, SystemPersistentQueryEdgeDto, SystemPersistentQueryInterfaceConfiguredByArgsDto, SystemPersistentQueryInterfaceDto, SystemPersistentQueryInterfaceRelatesFromArgsDto, SystemPersistentQueryInterfaceRelatesToArgsDto, SystemPersistentQueryInterfaceTaggedByArgsDto, SystemPersistentQueryRelatesFromArgsDto, SystemPersistentQueryRelatesToArgsDto, SystemPersistentQueryTaggedByArgsDto, SystemPersistentQueryUpdateDto, SystemPersistentQueryUpdateMessageDto, SystemQueryAssociationsArgsDto, SystemQueryConfiguredByArgsDto, SystemQueryConnectionDto, SystemQueryDto, SystemQueryEdgeDto, SystemQueryInputDto, SystemQueryInputUpdateDto, SystemQueryMutationsCreateArgsDto, SystemQueryMutationsDto, SystemQueryMutationsUpdateArgsDto, SystemQueryRelatesFromArgsDto, SystemQueryRelatesToArgsDto, SystemQueryTaggedByArgsDto, SystemQueryUpdateDto, SystemQueryUpdateMessageDto, SystemReportingConnectionInfoAssociationsArgsDto, SystemReportingConnectionInfoConfiguredByArgsDto, SystemReportingConnectionInfoConnectionDto, SystemReportingConnectionInfoDto, SystemReportingConnectionInfoEdgeDto, SystemReportingConnectionInfoInputDto, SystemReportingConnectionInfoInputUpdateDto, SystemReportingConnectionInfoMutationsCreateArgsDto, SystemReportingConnectionInfoMutationsDto, SystemReportingConnectionInfoMutationsUpdateArgsDto, SystemReportingConnectionInfoRelatesFromArgsDto, SystemReportingConnectionInfoRelatesToArgsDto, SystemReportingConnectionInfoTaggedByArgsDto, SystemReportingConnectionInfoUpdateDto, SystemReportingConnectionInfoUpdateMessageDto, SystemReportingConnectionInfoUsedByArgsDto, SystemReportingFileSystemContainerAssociationsArgsDto, SystemReportingFileSystemContainerConfiguredByArgsDto, SystemReportingFileSystemContainerConnectionDto, SystemReportingFileSystemContainerDto, SystemReportingFileSystemContainerEdgeDto, SystemReportingFileSystemContainerInterfaceConfiguredByArgsDto, SystemReportingFileSystemContainerInterfaceDto, SystemReportingFileSystemContainerInterfaceParentArgsDto, SystemReportingFileSystemContainerInterfaceRelatesFromArgsDto, SystemReportingFileSystemContainerInterfaceRelatesToArgsDto, SystemReportingFileSystemContainerInterfaceTaggedByArgsDto, SystemReportingFileSystemContainerParentArgsDto, SystemReportingFileSystemContainerRelatesFromArgsDto, SystemReportingFileSystemContainerRelatesToArgsDto, SystemReportingFileSystemContainerTaggedByArgsDto, SystemReportingFileSystemContainerUpdateDto, SystemReportingFileSystemContainerUpdateMessageDto, SystemReportingFileSystemContainer_ChildrenUnionConnectionDto, SystemReportingFileSystemContainer_ChildrenUnionDto, SystemReportingFileSystemContainer_ChildrenUnionEdgeDto, SystemReportingFileSystemEntityAssociationsArgsDto, SystemReportingFileSystemEntityConfiguredByArgsDto, SystemReportingFileSystemEntityConnectionDto, SystemReportingFileSystemEntityDto, SystemReportingFileSystemEntityEdgeDto, SystemReportingFileSystemEntityInterfaceConfiguredByArgsDto, SystemReportingFileSystemEntityInterfaceDto, SystemReportingFileSystemEntityInterfaceRelatesFromArgsDto, SystemReportingFileSystemEntityInterfaceRelatesToArgsDto, SystemReportingFileSystemEntityInterfaceTaggedByArgsDto, SystemReportingFileSystemEntityRelatesFromArgsDto, SystemReportingFileSystemEntityRelatesToArgsDto, SystemReportingFileSystemEntityTaggedByArgsDto, SystemReportingFileSystemEntityUpdateDto, SystemReportingFileSystemEntityUpdateMessageDto, SystemReportingFileSystemItemAssociationsArgsDto, SystemReportingFileSystemItemConfiguredByArgsDto, SystemReportingFileSystemItemConnectionDto, SystemReportingFileSystemItemDto, SystemReportingFileSystemItemEdgeDto, SystemReportingFileSystemItemInputDto, SystemReportingFileSystemItemInputUpdateDto, SystemReportingFileSystemItemMutationsCreateArgsDto, SystemReportingFileSystemItemMutationsDto, SystemReportingFileSystemItemMutationsUpdateArgsDto, SystemReportingFileSystemItemParentArgsDto, SystemReportingFileSystemItemRelatesFromArgsDto, SystemReportingFileSystemItemRelatesToArgsDto, SystemReportingFileSystemItemTaggedByArgsDto, SystemReportingFileSystemItemUpdateDto, SystemReportingFileSystemItemUpdateMessageDto, SystemReportingFolderAssociationsArgsDto, SystemReportingFolderChildrenArgsDto, SystemReportingFolderConfiguredByArgsDto, SystemReportingFolderConnectionDto, SystemReportingFolderDto, SystemReportingFolderEdgeDto, SystemReportingFolderInputDto, SystemReportingFolderInputUpdateDto, SystemReportingFolderMutationsCreateArgsDto, SystemReportingFolderMutationsDto, SystemReportingFolderMutationsUpdateArgsDto, SystemReportingFolderParentArgsDto, SystemReportingFolderRelatesFromArgsDto, SystemReportingFolderRelatesToArgsDto, SystemReportingFolderRootAssociationsArgsDto, SystemReportingFolderRootChildrenArgsDto, SystemReportingFolderRootConfiguredByArgsDto, SystemReportingFolderRootConnectionDto, SystemReportingFolderRootDto, SystemReportingFolderRootEdgeDto, SystemReportingFolderRootInputDto, SystemReportingFolderRootInputUpdateDto, SystemReportingFolderRootMutationsCreateArgsDto, SystemReportingFolderRootMutationsDto, SystemReportingFolderRootMutationsUpdateArgsDto, SystemReportingFolderRootRelatesFromArgsDto, SystemReportingFolderRootRelatesToArgsDto, SystemReportingFolderRootTaggedByArgsDto, SystemReportingFolderRootUpdateDto, SystemReportingFolderRootUpdateMessageDto, SystemReportingFolderTaggedByArgsDto, SystemReportingFolderUpdateDto, SystemReportingFolderUpdateMessageDto, SystemReportingFolder_ParentUnionConnectionDto, SystemReportingFolder_ParentUnionDto, SystemReportingFolder_ParentUnionEdgeDto, SystemSimpleRtQueryAssociationsArgsDto, SystemSimpleRtQueryConfiguredByArgsDto, SystemSimpleRtQueryConnectionDto, SystemSimpleRtQueryDto, SystemSimpleRtQueryEdgeDto, SystemSimpleRtQueryInputDto, SystemSimpleRtQueryInputUpdateDto, SystemSimpleRtQueryMutationsCreateArgsDto, SystemSimpleRtQueryMutationsDto, SystemSimpleRtQueryMutationsUpdateArgsDto, SystemSimpleRtQueryRelatesFromArgsDto, SystemSimpleRtQueryRelatesToArgsDto, SystemSimpleRtQueryTaggedByArgsDto, SystemSimpleRtQueryUpdateDto, SystemSimpleRtQueryUpdateMessageDto, SystemSortOrderItemDto, SystemSortOrderItemInputDto, SystemTenantAssociationsArgsDto, SystemTenantConfigurationAssociationsArgsDto, SystemTenantConfigurationConfiguredByArgsDto, SystemTenantConfigurationConnectionDto, SystemTenantConfigurationDto, SystemTenantConfigurationEdgeDto, SystemTenantConfigurationInputDto, SystemTenantConfigurationInputUpdateDto, SystemTenantConfigurationMutationsCreateArgsDto, SystemTenantConfigurationMutationsDto, SystemTenantConfigurationMutationsUpdateArgsDto, SystemTenantConfigurationRelatesFromArgsDto, SystemTenantConfigurationRelatesToArgsDto, SystemTenantConfigurationTaggedByArgsDto, SystemTenantConfigurationUpdateDto, SystemTenantConfigurationUpdateMessageDto, SystemTenantConfigurationUsedByArgsDto, SystemTenantConfiguredByArgsDto, SystemTenantConnectionDto, SystemTenantDto, SystemTenantEdgeDto, SystemTenantInputDto, SystemTenantInputUpdateDto, SystemTenantModeConfigurationAssociationsArgsDto, SystemTenantModeConfigurationConfiguredByArgsDto, SystemTenantModeConfigurationConnectionDto, SystemTenantModeConfigurationDto, SystemTenantModeConfigurationEdgeDto, SystemTenantModeConfigurationInputDto, SystemTenantModeConfigurationInputUpdateDto, SystemTenantModeConfigurationMutationsCreateArgsDto, SystemTenantModeConfigurationMutationsDto, SystemTenantModeConfigurationMutationsUpdateArgsDto, SystemTenantModeConfigurationRelatesFromArgsDto, SystemTenantModeConfigurationRelatesToArgsDto, SystemTenantModeConfigurationTaggedByArgsDto, SystemTenantModeConfigurationUpdateDto, SystemTenantModeConfigurationUpdateMessageDto, SystemTenantModeConfigurationUsedByArgsDto, SystemTenantMutationsCreateArgsDto, SystemTenantMutationsDto, SystemTenantMutationsUpdateArgsDto, SystemTenantRelatesFromArgsDto, SystemTenantRelatesToArgsDto, SystemTenantTaggedByArgsDto, SystemTenantUpdateDto, SystemTenantUpdateMessageDto, SystemTextSearchFilterDto, SystemTextSearchFilterInputDto, SystemUiDashboardAssociationsArgsDto, SystemUiDashboardChildrenArgsDto, SystemUiDashboardConfiguredByArgsDto, SystemUiDashboardConnectionDto, SystemUiDashboardDto, SystemUiDashboardEdgeDto, SystemUiDashboardInputDto, SystemUiDashboardInputUpdateDto, SystemUiDashboardMutationsCreateArgsDto, SystemUiDashboardMutationsDto, SystemUiDashboardMutationsUpdateArgsDto, SystemUiDashboardRelatesFromArgsDto, SystemUiDashboardRelatesToArgsDto, SystemUiDashboardTaggedByArgsDto, SystemUiDashboardUpdateDto, SystemUiDashboardUpdateMessageDto, SystemUiDashboardWidgetAssociationsArgsDto, SystemUiDashboardWidgetConfiguredByArgsDto, SystemUiDashboardWidgetConnectionDto, SystemUiDashboardWidgetDto, SystemUiDashboardWidgetEdgeDto, SystemUiDashboardWidgetInputDto, SystemUiDashboardWidgetInputUpdateDto, SystemUiDashboardWidgetMutationsCreateArgsDto, SystemUiDashboardWidgetMutationsDto, SystemUiDashboardWidgetMutationsUpdateArgsDto, SystemUiDashboardWidgetParentArgsDto, SystemUiDashboardWidgetRelatesFromArgsDto, SystemUiDashboardWidgetRelatesToArgsDto, SystemUiDashboardWidgetTaggedByArgsDto, SystemUiDashboardWidgetUpdateDto, SystemUiDashboardWidgetUpdateMessageDto, SystemUiDashboardWidget_ChildrenUnionConnectionDto, SystemUiDashboardWidget_ChildrenUnionDto, SystemUiDashboardWidget_ChildrenUnionEdgeDto, SystemUiDashboard_ParentUnionConnectionDto, SystemUiDashboard_ParentUnionDto, SystemUiDashboard_ParentUnionEdgeDto, SystemUiProcessDiagramAssociationsArgsDto, SystemUiProcessDiagramConfiguredByArgsDto, SystemUiProcessDiagramConnectionDto, SystemUiProcessDiagramDto, SystemUiProcessDiagramEdgeDto, SystemUiProcessDiagramInputDto, SystemUiProcessDiagramInputUpdateDto, SystemUiProcessDiagramMutationsCreateArgsDto, SystemUiProcessDiagramMutationsDto, SystemUiProcessDiagramMutationsUpdateArgsDto, SystemUiProcessDiagramRelatesFromArgsDto, SystemUiProcessDiagramRelatesToArgsDto, SystemUiProcessDiagramTaggedByArgsDto, SystemUiProcessDiagramUpdateDto, SystemUiProcessDiagramUpdateMessageDto, SystemUiSymbolDefinitionAssociationsArgsDto, SystemUiSymbolDefinitionConfiguredByArgsDto, SystemUiSymbolDefinitionConnectionDto, SystemUiSymbolDefinitionDto, SystemUiSymbolDefinitionEdgeDto, SystemUiSymbolDefinitionInputDto, SystemUiSymbolDefinitionInputUpdateDto, SystemUiSymbolDefinitionMutationsCreateArgsDto, SystemUiSymbolDefinitionMutationsDto, SystemUiSymbolDefinitionMutationsUpdateArgsDto, SystemUiSymbolDefinitionParentArgsDto, SystemUiSymbolDefinitionRelatesFromArgsDto, SystemUiSymbolDefinitionRelatesToArgsDto, SystemUiSymbolDefinitionTaggedByArgsDto, SystemUiSymbolDefinitionUpdateDto, SystemUiSymbolDefinitionUpdateMessageDto, SystemUiSymbolDefinition_ChildrenUnionConnectionDto, SystemUiSymbolDefinition_ChildrenUnionDto, SystemUiSymbolDefinition_ChildrenUnionEdgeDto, SystemUiSymbolLibraryAssociationsArgsDto, SystemUiSymbolLibraryChildrenArgsDto, SystemUiSymbolLibraryConfiguredByArgsDto, SystemUiSymbolLibraryConnectionDto, SystemUiSymbolLibraryDto, SystemUiSymbolLibraryEdgeDto, SystemUiSymbolLibraryInputDto, SystemUiSymbolLibraryInputUpdateDto, SystemUiSymbolLibraryMutationsCreateArgsDto, SystemUiSymbolLibraryMutationsDto, SystemUiSymbolLibraryMutationsUpdateArgsDto, SystemUiSymbolLibraryRelatesFromArgsDto, SystemUiSymbolLibraryRelatesToArgsDto, SystemUiSymbolLibraryTaggedByArgsDto, SystemUiSymbolLibraryUpdateDto, SystemUiSymbolLibraryUpdateMessageDto, SystemUiSymbolLibrary_ParentUnionConnectionDto, SystemUiSymbolLibrary_ParentUnionDto, SystemUiSymbolLibrary_ParentUnionEdgeDto, SystemUiuiElementAssociationsArgsDto, SystemUiuiElementConfiguredByArgsDto, SystemUiuiElementConnectionDto, SystemUiuiElementDto, SystemUiuiElementEdgeDto, SystemUiuiElementInterfaceConfiguredByArgsDto, SystemUiuiElementInterfaceDto, SystemUiuiElementInterfaceRelatesFromArgsDto, SystemUiuiElementInterfaceRelatesToArgsDto, SystemUiuiElementInterfaceTaggedByArgsDto, SystemUiuiElementRelatesFromArgsDto, SystemUiuiElementRelatesToArgsDto, SystemUiuiElementTaggedByArgsDto, SystemUiuiElementUpdateDto, SystemUiuiElementUpdateMessageDto, TenantDto, TenantIdProvider, TusUploadOptions, TusUploadResult, UserDto };