@meshmakers/octo-services 3.3.760 → 3.3.770
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.
|
@@ -455,6 +455,25 @@ interface BatchDependencyResolutionResponseDto {
|
|
|
455
455
|
modelsToImport: string[];
|
|
456
456
|
dependencyTrees: DependencyResolutionResponseDto[];
|
|
457
457
|
}
|
|
458
|
+
interface MigrationHistoryEntryDto {
|
|
459
|
+
ckModelName: string;
|
|
460
|
+
fromVersion: string;
|
|
461
|
+
toVersion: string;
|
|
462
|
+
executedAt: string;
|
|
463
|
+
success: boolean;
|
|
464
|
+
entitiesAffected: number;
|
|
465
|
+
entitiesAdded: number;
|
|
466
|
+
entitiesUpdated: number;
|
|
467
|
+
entitiesDeleted: number;
|
|
468
|
+
durationMs: number;
|
|
469
|
+
errors?: string[];
|
|
470
|
+
warnings?: string[];
|
|
471
|
+
backupId?: string;
|
|
472
|
+
}
|
|
473
|
+
interface MigrationHistoryResponseDto {
|
|
474
|
+
items: MigrationHistoryEntryDto[];
|
|
475
|
+
totalCount: number;
|
|
476
|
+
}
|
|
458
477
|
|
|
459
478
|
type Maybe<T> = T | null;
|
|
460
479
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -39431,6 +39450,7 @@ declare class CkModelCatalogService {
|
|
|
39431
39450
|
getLibraryStatus(tenantId: string): Promise<CkModelLibraryStatusResponseDto | null>;
|
|
39432
39451
|
resolveDependenciesBatch(tenantId: string, models: ImportFromCatalogRequestDto[]): Promise<BatchDependencyResolutionResponseDto | null>;
|
|
39433
39452
|
importFromCatalogBatch(tenantId: string, catalogName: string, modelIds: string[]): Promise<BatchImportResponseDto | null>;
|
|
39453
|
+
getMigrationHistory(tenantId: string, modelName: string): Promise<MigrationHistoryResponseDto | null>;
|
|
39434
39454
|
static ɵfac: i0.ɵɵFactoryDeclaration<CkModelCatalogService, never>;
|
|
39435
39455
|
static ɵprov: i0.ɵɵInjectableDeclaration<CkModelCatalogService>;
|
|
39436
39456
|
}
|
|
@@ -39652,4 +39672,4 @@ declare class OctoGraphQLServiceBase {
|
|
|
39652
39672
|
declare function provideOctoServices(octoServiceOptions?: OctoServiceOptions): EnvironmentProviders;
|
|
39653
39673
|
|
|
39654
39674
|
export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicEnergyCarrierTypeDto, BasicEnergyDataQualityDto, BasicEnergyFacilityTypeDto, BasicEnergyProductionTypeDto, BasicEnergyStateDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelCatalogService, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentCarbonScopeDto, EnvironmentComplianceCategoryDto, EnvironmentComplianceStatusDto, EnvironmentEnergySourceDto, EnvironmentGoalStateDto, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryEnergyDemandResponseMarketDto, IndustryEnergyDemandResponseStatusDto, IndustryEnergyTariffTypeDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
|
|
39655
|
-
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, BasicEmployeePartialFeedbacksArgsDto, BasicEmployeeRelatesFromArgsDto, BasicEmployeeRelatesToArgsDto, BasicEmployeeShiftMachinesArgsDto, BasicEmployeeShiftOrderItemsArgsDto, BasicEmployeeTaggedByArgsDto, BasicEmployeeUpdateDto, BasicEmployeeUpdateMessageDto, BasicEmployee_EmployeeUnionConnectionDto, BasicEmployee_EmployeeUnionDto, BasicEmployee_EmployeeUnionEdgeDto, BasicEmployee_EmployeesUnionConnectionDto, BasicEmployee_EmployeesUnionDto, BasicEmployee_EmployeesUnionEdgeDto, BasicEnergyConsumerAssociationsArgsDto, BasicEnergyConsumerChildrenArgsDto, BasicEnergyConsumerConfiguredByArgsDto, BasicEnergyConsumerConnectionDto, BasicEnergyConsumerDto, BasicEnergyConsumerEdgeDto, BasicEnergyConsumerInputDto, BasicEnergyConsumerInputUpdateDto, BasicEnergyConsumerMutationsCreateArgsDto, BasicEnergyConsumerMutationsDto, BasicEnergyConsumerMutationsUpdateArgsDto, BasicEnergyConsumerParentArgsDto, BasicEnergyConsumerRelatesFromArgsDto, BasicEnergyConsumerRelatesToArgsDto, BasicEnergyConsumerTaggedByArgsDto, BasicEnergyConsumerUpdateDto, BasicEnergyConsumerUpdateMessageDto, BasicEnergyEdaMessageAssociationsArgsDto, BasicEnergyEdaMessageConfiguredByArgsDto, BasicEnergyEdaMessageConnectionDto, BasicEnergyEdaMessageDto, BasicEnergyEdaMessageEdgeDto, BasicEnergyEdaMessageInputDto, BasicEnergyEdaMessageInputUpdateDto, BasicEnergyEdaMessageMutationsCreateArgsDto, BasicEnergyEdaMessageMutationsDto, BasicEnergyEdaMessageMutationsUpdateArgsDto, BasicEnergyEdaMessageProcessArgsDto, BasicEnergyEdaMessageRelatesFromArgsDto, BasicEnergyEdaMessageRelatesToArgsDto, BasicEnergyEdaMessageTaggedByArgsDto, BasicEnergyEdaMessageUpdateDto, BasicEnergyEdaMessageUpdateMessageDto, BasicEnergyEdaMessage_MessagesUnionConnectionDto, BasicEnergyEdaMessage_MessagesUnionDto, BasicEnergyEdaMessage_MessagesUnionEdgeDto, BasicEnergyEdaMeteringPointAssociationsArgsDto, BasicEnergyEdaMeteringPointConfiguredByArgsDto, BasicEnergyEdaMeteringPointConnectionDto, BasicEnergyEdaMeteringPointDto, BasicEnergyEdaMeteringPointEdgeDto, BasicEnergyEdaMeteringPointInputDto, BasicEnergyEdaMeteringPointInputUpdateDto, BasicEnergyEdaMeteringPointMutationsCreateArgsDto, BasicEnergyEdaMeteringPointMutationsDto, BasicEnergyEdaMeteringPointMutationsUpdateArgsDto, BasicEnergyEdaMeteringPointRelatesFromArgsDto, BasicEnergyEdaMeteringPointRelatesToArgsDto, BasicEnergyEdaMeteringPointTaggedByArgsDto, BasicEnergyEdaMeteringPointUpdateDto, BasicEnergyEdaMeteringPointUpdateMessageDto, BasicEnergyEdaProcessAssociationsArgsDto, BasicEnergyEdaProcessConfiguredByArgsDto, BasicEnergyEdaProcessConnectionDto, BasicEnergyEdaProcessDto, BasicEnergyEdaProcessEdgeDto, BasicEnergyEdaProcessInputDto, BasicEnergyEdaProcessInputUpdateDto, BasicEnergyEdaProcessMessagesArgsDto, BasicEnergyEdaProcessMutationsCreateArgsDto, BasicEnergyEdaProcessMutationsDto, BasicEnergyEdaProcessMutationsUpdateArgsDto, BasicEnergyEdaProcessRelatesFromArgsDto, BasicEnergyEdaProcessRelatesToArgsDto, BasicEnergyEdaProcessTaggedByArgsDto, BasicEnergyEdaProcessUpdateDto, BasicEnergyEdaProcessUpdateMessageDto, BasicEnergyEdaProcess_ProcessUnionConnectionDto, BasicEnergyEdaProcess_ProcessUnionDto, BasicEnergyEdaProcess_ProcessUnionEdgeDto, BasicEnergyEnergyMeasurementAssociationsArgsDto, BasicEnergyEnergyMeasurementConfiguredByArgsDto, BasicEnergyEnergyMeasurementConnectionDto, BasicEnergyEnergyMeasurementDto, BasicEnergyEnergyMeasurementEdgeDto, BasicEnergyEnergyMeasurementInputDto, BasicEnergyEnergyMeasurementInputUpdateDto, BasicEnergyEnergyMeasurementMutationsCreateArgsDto, BasicEnergyEnergyMeasurementMutationsDto, BasicEnergyEnergyMeasurementMutationsUpdateArgsDto, BasicEnergyEnergyMeasurementParentArgsDto, BasicEnergyEnergyMeasurementRelatesFromArgsDto, BasicEnergyEnergyMeasurementRelatesToArgsDto, BasicEnergyEnergyMeasurementTaggedByArgsDto, BasicEnergyEnergyMeasurementUpdateDto, BasicEnergyEnergyMeasurementUpdateMessageDto, BasicEnergyEnergyMeasurement_ChildrenUnionConnectionDto, BasicEnergyEnergyMeasurement_ChildrenUnionDto, BasicEnergyEnergyMeasurement_ChildrenUnionEdgeDto, BasicEnergyMeteringPointAssociationsArgsDto, BasicEnergyMeteringPointChildrenArgsDto, BasicEnergyMeteringPointConfiguredByArgsDto, BasicEnergyMeteringPointConnectionDto, BasicEnergyMeteringPointDto, BasicEnergyMeteringPointEdgeDto, BasicEnergyMeteringPointInterfaceChildrenArgsDto, BasicEnergyMeteringPointInterfaceConfiguredByArgsDto, BasicEnergyMeteringPointInterfaceDto, BasicEnergyMeteringPointInterfaceParentArgsDto, BasicEnergyMeteringPointInterfaceRelatesFromArgsDto, BasicEnergyMeteringPointInterfaceRelatesToArgsDto, BasicEnergyMeteringPointInterfaceTaggedByArgsDto, BasicEnergyMeteringPointParentArgsDto, BasicEnergyMeteringPointRelatesFromArgsDto, BasicEnergyMeteringPointRelatesToArgsDto, BasicEnergyMeteringPointTaggedByArgsDto, BasicEnergyMeteringPointUpdateDto, BasicEnergyMeteringPointUpdateMessageDto, BasicEnergyMeteringPoint_ChildrenUnionConnectionDto, BasicEnergyMeteringPoint_ChildrenUnionDto, BasicEnergyMeteringPoint_ChildrenUnionEdgeDto, BasicEnergyMeteringPoint_ParentUnionConnectionDto, BasicEnergyMeteringPoint_ParentUnionDto, BasicEnergyMeteringPoint_ParentUnionEdgeDto, BasicEnergyOperatingFacilityAssociationsArgsDto, BasicEnergyOperatingFacilityChildrenArgsDto, BasicEnergyOperatingFacilityConfiguredByArgsDto, BasicEnergyOperatingFacilityConnectionDto, BasicEnergyOperatingFacilityDto, BasicEnergyOperatingFacilityEdgeDto, BasicEnergyOperatingFacilityInputDto, BasicEnergyOperatingFacilityInputUpdateDto, BasicEnergyOperatingFacilityMutationsCreateArgsDto, BasicEnergyOperatingFacilityMutationsDto, BasicEnergyOperatingFacilityMutationsUpdateArgsDto, BasicEnergyOperatingFacilityOrdersArgsDto, BasicEnergyOperatingFacilityParentArgsDto, BasicEnergyOperatingFacilityRelatesFromArgsDto, BasicEnergyOperatingFacilityRelatesToArgsDto, BasicEnergyOperatingFacilityTaggedByArgsDto, BasicEnergyOperatingFacilityUpdateDto, BasicEnergyOperatingFacilityUpdateMessageDto, BasicEnergyOperatingFacility_ParentUnionConnectionDto, BasicEnergyOperatingFacility_ParentUnionDto, BasicEnergyOperatingFacility_ParentUnionEdgeDto, BasicEnergyProducerAssociationsArgsDto, BasicEnergyProducerChildrenArgsDto, BasicEnergyProducerConfiguredByArgsDto, BasicEnergyProducerConnectionDto, BasicEnergyProducerDto, BasicEnergyProducerEdgeDto, BasicEnergyProducerInputDto, BasicEnergyProducerInputUpdateDto, BasicEnergyProducerMutationsCreateArgsDto, BasicEnergyProducerMutationsDto, BasicEnergyProducerMutationsUpdateArgsDto, BasicEnergyProducerParentArgsDto, BasicEnergyProducerRelatesFromArgsDto, BasicEnergyProducerRelatesToArgsDto, BasicEnergyProducerTaggedByArgsDto, BasicEnergyProducerUpdateDto, BasicEnergyProducerUpdateMessageDto, 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, BatchDependencyResolutionResponseDto, BatchImportResponseDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelCatalogDto, CkModelCatalogItemDto, CkModelCatalogListResponseDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelLibraryStatusItemDto, CkModelLibraryStatusResponseDto, 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, CreateExternalTenantUserMappingDto, CreateGroupDto, DebugMessage, DebugPointDataDto, DebugPointNode, DependencyResolutionItemDto, DependencyResolutionResponseDto, DeploymentResultDto, DiagnosticsModel, EmailDomainGroupRuleDto, EmailDomainGroupRulesResult, EnergyCommunityBillingDocumentAssignedToArgsDto, EnergyCommunityBillingDocumentAssociationsArgsDto, EnergyCommunityBillingDocumentChildrenArgsDto, EnergyCommunityBillingDocumentConfiguredByArgsDto, EnergyCommunityBillingDocumentConnectionDto, EnergyCommunityBillingDocumentDto, EnergyCommunityBillingDocumentEdgeDto, EnergyCommunityBillingDocumentInputDto, EnergyCommunityBillingDocumentInputUpdateDto, EnergyCommunityBillingDocumentLineItemAssignedToArgsDto, EnergyCommunityBillingDocumentLineItemAssociationsArgsDto, EnergyCommunityBillingDocumentLineItemConfiguredByArgsDto, EnergyCommunityBillingDocumentLineItemConnectionDto, EnergyCommunityBillingDocumentLineItemDto, EnergyCommunityBillingDocumentLineItemEdgeDto, EnergyCommunityBillingDocumentLineItemInputDto, EnergyCommunityBillingDocumentLineItemInputUpdateDto, EnergyCommunityBillingDocumentLineItemMeteringPointArgsDto, EnergyCommunityBillingDocumentLineItemMutationsCreateArgsDto, EnergyCommunityBillingDocumentLineItemMutationsDto, EnergyCommunityBillingDocumentLineItemMutationsUpdateArgsDto, EnergyCommunityBillingDocumentLineItemParentArgsDto, EnergyCommunityBillingDocumentLineItemRelatesFromArgsDto, EnergyCommunityBillingDocumentLineItemRelatesToArgsDto, EnergyCommunityBillingDocumentLineItemTaggedByArgsDto, EnergyCommunityBillingDocumentLineItemUpdateDto, EnergyCommunityBillingDocumentLineItemUpdateMessageDto, EnergyCommunityBillingDocumentLineItem_BillingUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionEdgeDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionEdgeDto, 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, EnergyCommunityConsumerBillingsArgsDto, EnergyCommunityConsumerChildrenArgsDto, EnergyCommunityConsumerConfiguredByArgsDto, EnergyCommunityConsumerConnectionDto, EnergyCommunityConsumerDto, EnergyCommunityConsumerEdgeDto, EnergyCommunityConsumerInputDto, EnergyCommunityConsumerInputUpdateDto, EnergyCommunityConsumerMutationsCreateArgsDto, EnergyCommunityConsumerMutationsDto, EnergyCommunityConsumerMutationsUpdateArgsDto, EnergyCommunityConsumerParentArgsDto, EnergyCommunityConsumerPeriodsArgsDto, 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, EnergyCommunityMeteringPointBillingsArgsDto, EnergyCommunityMeteringPointChildrenArgsDto, EnergyCommunityMeteringPointConfiguredByArgsDto, EnergyCommunityMeteringPointConnectionDto, EnergyCommunityMeteringPointDto, EnergyCommunityMeteringPointEdgeDto, EnergyCommunityMeteringPointInterfaceBillingsArgsDto, EnergyCommunityMeteringPointInterfaceChildrenArgsDto, EnergyCommunityMeteringPointInterfaceConfiguredByArgsDto, EnergyCommunityMeteringPointInterfaceDto, EnergyCommunityMeteringPointInterfaceParentArgsDto, EnergyCommunityMeteringPointInterfacePeriodsArgsDto, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, EnergyCommunityMeteringPointPeriodsArgsDto, EnergyCommunityMeteringPointRelatesFromArgsDto, EnergyCommunityMeteringPointRelatesToArgsDto, EnergyCommunityMeteringPointTaggedByArgsDto, EnergyCommunityMeteringPointUpdateDto, EnergyCommunityMeteringPointUpdateMessageDto, EnergyCommunityMeteringPoint_ChildrenUnionConnectionDto, EnergyCommunityMeteringPoint_ChildrenUnionDto, EnergyCommunityMeteringPoint_ChildrenUnionEdgeDto, EnergyCommunityMeteringPoint_MeteringPointUnionConnectionDto, EnergyCommunityMeteringPoint_MeteringPointUnionDto, EnergyCommunityMeteringPoint_MeteringPointUnionEdgeDto, 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, EnergyCommunityParticipationPeriodAssociationsArgsDto, EnergyCommunityParticipationPeriodConfiguredByArgsDto, EnergyCommunityParticipationPeriodConnectionDto, EnergyCommunityParticipationPeriodDto, EnergyCommunityParticipationPeriodEdgeDto, EnergyCommunityParticipationPeriodInputDto, EnergyCommunityParticipationPeriodInputUpdateDto, EnergyCommunityParticipationPeriodMeteringPointArgsDto, EnergyCommunityParticipationPeriodMutationsCreateArgsDto, EnergyCommunityParticipationPeriodMutationsDto, EnergyCommunityParticipationPeriodMutationsUpdateArgsDto, EnergyCommunityParticipationPeriodRelatesFromArgsDto, EnergyCommunityParticipationPeriodRelatesToArgsDto, EnergyCommunityParticipationPeriodTaggedByArgsDto, EnergyCommunityParticipationPeriodUpdateDto, EnergyCommunityParticipationPeriodUpdateMessageDto, EnergyCommunityParticipationPeriod_PeriodsUnionConnectionDto, EnergyCommunityParticipationPeriod_PeriodsUnionDto, EnergyCommunityParticipationPeriod_PeriodsUnionEdgeDto, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerBillingsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerPeriodsArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentCarbonBudgetAssociationsArgsDto, EnvironmentCarbonBudgetConfiguredByArgsDto, EnvironmentCarbonBudgetConnectionDto, EnvironmentCarbonBudgetDto, EnvironmentCarbonBudgetEdgeDto, EnvironmentCarbonBudgetInputDto, EnvironmentCarbonBudgetInputUpdateDto, EnvironmentCarbonBudgetMutationsCreateArgsDto, EnvironmentCarbonBudgetMutationsDto, EnvironmentCarbonBudgetMutationsUpdateArgsDto, EnvironmentCarbonBudgetParentArgsDto, EnvironmentCarbonBudgetRelatesFromArgsDto, EnvironmentCarbonBudgetRelatesToArgsDto, EnvironmentCarbonBudgetTaggedByArgsDto, EnvironmentCarbonBudgetUpdateDto, EnvironmentCarbonBudgetUpdateMessageDto, EnvironmentCarbonEmissionAssociationsArgsDto, EnvironmentCarbonEmissionConfiguredByArgsDto, EnvironmentCarbonEmissionConnectionDto, EnvironmentCarbonEmissionDto, EnvironmentCarbonEmissionEdgeDto, EnvironmentCarbonEmissionInputDto, EnvironmentCarbonEmissionInputUpdateDto, EnvironmentCarbonEmissionMutationsCreateArgsDto, EnvironmentCarbonEmissionMutationsDto, EnvironmentCarbonEmissionMutationsUpdateArgsDto, EnvironmentCarbonEmissionParentArgsDto, EnvironmentCarbonEmissionRelatesFromArgsDto, EnvironmentCarbonEmissionRelatesToArgsDto, EnvironmentCarbonEmissionTaggedByArgsDto, EnvironmentCarbonEmissionUpdateDto, EnvironmentCarbonEmissionUpdateMessageDto, EnvironmentCertificateOfOriginAssociationsArgsDto, EnvironmentCertificateOfOriginConfiguredByArgsDto, EnvironmentCertificateOfOriginConnectionDto, EnvironmentCertificateOfOriginDto, EnvironmentCertificateOfOriginEdgeDto, EnvironmentCertificateOfOriginInputDto, EnvironmentCertificateOfOriginInputUpdateDto, EnvironmentCertificateOfOriginMutationsCreateArgsDto, EnvironmentCertificateOfOriginMutationsDto, EnvironmentCertificateOfOriginMutationsUpdateArgsDto, EnvironmentCertificateOfOriginParentArgsDto, EnvironmentCertificateOfOriginRelatesFromArgsDto, EnvironmentCertificateOfOriginRelatesToArgsDto, EnvironmentCertificateOfOriginTaggedByArgsDto, EnvironmentCertificateOfOriginUpdateDto, EnvironmentCertificateOfOriginUpdateMessageDto, EnvironmentComplianceRecordAssociationsArgsDto, EnvironmentComplianceRecordConfiguredByArgsDto, EnvironmentComplianceRecordConnectionDto, EnvironmentComplianceRecordDto, EnvironmentComplianceRecordEdgeDto, EnvironmentComplianceRecordInputDto, EnvironmentComplianceRecordInputUpdateDto, EnvironmentComplianceRecordMutationsCreateArgsDto, EnvironmentComplianceRecordMutationsDto, EnvironmentComplianceRecordMutationsUpdateArgsDto, EnvironmentComplianceRecordParentArgsDto, EnvironmentComplianceRecordRelatesFromArgsDto, EnvironmentComplianceRecordRelatesToArgsDto, EnvironmentComplianceRecordTaggedByArgsDto, EnvironmentComplianceRecordUpdateDto, EnvironmentComplianceRecordUpdateMessageDto, 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, ExternalTenantUserMappingDto, FieldAggregationDto, FieldFilterDto, FieldGroupByAggregationInputDto, GeneratedPasswordDto, GetCkModelByIdQueryDto, GetCkModelByIdQueryVariablesDto, GetCkRecordAttributesQueryDto, GetCkRecordAttributesQueryVariablesDto, GetCkTypeAttributesQueryDto, GetCkTypeAttributesQueryVariablesDto, GetCkTypeAvailableQueryColumnsQueryDto, GetCkTypeAvailableQueryColumnsQueryVariablesDto, GetCkTypesQueryDto, GetCkTypesQueryVariablesDto, GetDerivedCkTypesQueryDto, GetDerivedCkTypesQueryVariablesDto, GetEntitiesByCkTypeQueryDto, GetEntitiesByCkTypeQueryVariablesDto, GlobalQueryOptionsDto, GrantTypes, GroupDto, HealthCheck, HealthCheckResult, IConfigurationService, IQueryVariablesDto, IdentityProviderDto, IdentityProvidersResult, ImportFromCatalogBatchRequestDto, ImportFromCatalogRequestDto, 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, IndustryBasicMachineOrderItemsArgsDto, IndustryBasicMachineOrdersArgsDto, IndustryBasicMachineParentArgsDto, IndustryBasicMachineRelatesFromArgsDto, IndustryBasicMachineRelatesToArgsDto, IndustryBasicMachineRuntimeVariablesArgsDto, IndustryBasicMachineShiftAssignmentsArgsDto, 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, IndustryEnergyDemandResponseEventAssociationsArgsDto, IndustryEnergyDemandResponseEventConfiguredByArgsDto, IndustryEnergyDemandResponseEventConnectionDto, IndustryEnergyDemandResponseEventDto, IndustryEnergyDemandResponseEventEdgeDto, IndustryEnergyDemandResponseEventInputDto, IndustryEnergyDemandResponseEventInputUpdateDto, IndustryEnergyDemandResponseEventMutationsCreateArgsDto, IndustryEnergyDemandResponseEventMutationsDto, IndustryEnergyDemandResponseEventMutationsUpdateArgsDto, IndustryEnergyDemandResponseEventParentArgsDto, IndustryEnergyDemandResponseEventRelatesFromArgsDto, IndustryEnergyDemandResponseEventRelatesToArgsDto, IndustryEnergyDemandResponseEventTaggedByArgsDto, IndustryEnergyDemandResponseEventUpdateDto, IndustryEnergyDemandResponseEventUpdateMessageDto, IndustryEnergyEnergyConsumerAssociationsArgsDto, IndustryEnergyEnergyConsumerChildrenArgsDto, IndustryEnergyEnergyConsumerConfiguredByArgsDto, IndustryEnergyEnergyConsumerConnectionDto, IndustryEnergyEnergyConsumerDto, IndustryEnergyEnergyConsumerEdgeDto, IndustryEnergyEnergyConsumerEventsArgsDto, IndustryEnergyEnergyConsumerInputDto, IndustryEnergyEnergyConsumerInputUpdateDto, IndustryEnergyEnergyConsumerMutationsCreateArgsDto, IndustryEnergyEnergyConsumerMutationsDto, IndustryEnergyEnergyConsumerMutationsUpdateArgsDto, IndustryEnergyEnergyConsumerOrderItemsArgsDto, IndustryEnergyEnergyConsumerOrdersArgsDto, IndustryEnergyEnergyConsumerParentArgsDto, IndustryEnergyEnergyConsumerRelatesFromArgsDto, IndustryEnergyEnergyConsumerRelatesToArgsDto, IndustryEnergyEnergyConsumerRuntimeVariablesArgsDto, IndustryEnergyEnergyConsumerShiftAssignmentsArgsDto, IndustryEnergyEnergyConsumerTaggedByArgsDto, IndustryEnergyEnergyConsumerUpdateDto, IndustryEnergyEnergyConsumerUpdateMessageDto, IndustryEnergyEnergyCostAssociationsArgsDto, IndustryEnergyEnergyCostConfiguredByArgsDto, IndustryEnergyEnergyCostConnectionDto, IndustryEnergyEnergyCostDto, IndustryEnergyEnergyCostEdgeDto, IndustryEnergyEnergyCostInputDto, IndustryEnergyEnergyCostInputUpdateDto, IndustryEnergyEnergyCostMutationsCreateArgsDto, IndustryEnergyEnergyCostMutationsDto, IndustryEnergyEnergyCostMutationsUpdateArgsDto, IndustryEnergyEnergyCostParentArgsDto, IndustryEnergyEnergyCostRelatesFromArgsDto, IndustryEnergyEnergyCostRelatesToArgsDto, IndustryEnergyEnergyCostTaggedByArgsDto, IndustryEnergyEnergyCostUpdateDto, IndustryEnergyEnergyCostUpdateMessageDto, IndustryEnergyEnergyForecastAssociationsArgsDto, IndustryEnergyEnergyForecastConfiguredByArgsDto, IndustryEnergyEnergyForecastConnectionDto, IndustryEnergyEnergyForecastDto, IndustryEnergyEnergyForecastEdgeDto, IndustryEnergyEnergyForecastInputDto, IndustryEnergyEnergyForecastInputUpdateDto, IndustryEnergyEnergyForecastMutationsCreateArgsDto, IndustryEnergyEnergyForecastMutationsDto, IndustryEnergyEnergyForecastMutationsUpdateArgsDto, IndustryEnergyEnergyForecastParentArgsDto, IndustryEnergyEnergyForecastRelatesFromArgsDto, IndustryEnergyEnergyForecastRelatesToArgsDto, IndustryEnergyEnergyForecastTaggedByArgsDto, IndustryEnergyEnergyForecastUpdateDto, IndustryEnergyEnergyForecastUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrderItemsArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterShiftAssignmentsArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyEnergyPerformanceIndicatorAssociationsArgsDto, IndustryEnergyEnergyPerformanceIndicatorConfiguredByArgsDto, IndustryEnergyEnergyPerformanceIndicatorConnectionDto, IndustryEnergyEnergyPerformanceIndicatorDto, IndustryEnergyEnergyPerformanceIndicatorEdgeDto, IndustryEnergyEnergyPerformanceIndicatorInputDto, IndustryEnergyEnergyPerformanceIndicatorInputUpdateDto, IndustryEnergyEnergyPerformanceIndicatorMutationsCreateArgsDto, IndustryEnergyEnergyPerformanceIndicatorMutationsDto, IndustryEnergyEnergyPerformanceIndicatorMutationsUpdateArgsDto, IndustryEnergyEnergyPerformanceIndicatorParentArgsDto, IndustryEnergyEnergyPerformanceIndicatorRelatesFromArgsDto, IndustryEnergyEnergyPerformanceIndicatorRelatesToArgsDto, IndustryEnergyEnergyPerformanceIndicatorTaggedByArgsDto, IndustryEnergyEnergyPerformanceIndicatorUpdateDto, IndustryEnergyEnergyPerformanceIndicatorUpdateMessageDto, IndustryEnergyEnergyStorageAssociationsArgsDto, IndustryEnergyEnergyStorageChildrenArgsDto, IndustryEnergyEnergyStorageConfiguredByArgsDto, IndustryEnergyEnergyStorageConnectionDto, IndustryEnergyEnergyStorageDto, IndustryEnergyEnergyStorageEdgeDto, IndustryEnergyEnergyStorageEventsArgsDto, IndustryEnergyEnergyStorageInputDto, IndustryEnergyEnergyStorageInputUpdateDto, IndustryEnergyEnergyStorageMutationsCreateArgsDto, IndustryEnergyEnergyStorageMutationsDto, IndustryEnergyEnergyStorageMutationsUpdateArgsDto, IndustryEnergyEnergyStorageOrderItemsArgsDto, IndustryEnergyEnergyStorageOrdersArgsDto, IndustryEnergyEnergyStorageParentArgsDto, IndustryEnergyEnergyStorageRelatesFromArgsDto, IndustryEnergyEnergyStorageRelatesToArgsDto, IndustryEnergyEnergyStorageRuntimeVariablesArgsDto, IndustryEnergyEnergyStorageShiftAssignmentsArgsDto, IndustryEnergyEnergyStorageTaggedByArgsDto, IndustryEnergyEnergyStorageUpdateDto, IndustryEnergyEnergyStorageUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrderItemsArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterShiftAssignmentsArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicSystemAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemChildrenArgsDto, IndustryEnergyPhotovoltaicSystemConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemConnectionDto, IndustryEnergyPhotovoltaicSystemDto, IndustryEnergyPhotovoltaicSystemEdgeDto, IndustryEnergyPhotovoltaicSystemEventsArgsDto, IndustryEnergyPhotovoltaicSystemInputDto, IndustryEnergyPhotovoltaicSystemInputUpdateDto, IndustryEnergyPhotovoltaicSystemModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemModuleChildrenArgsDto, IndustryEnergyPhotovoltaicSystemModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemModuleConnectionDto, IndustryEnergyPhotovoltaicSystemModuleDto, IndustryEnergyPhotovoltaicSystemModuleEdgeDto, IndustryEnergyPhotovoltaicSystemModuleEventsArgsDto, IndustryEnergyPhotovoltaicSystemModuleInputDto, IndustryEnergyPhotovoltaicSystemModuleInputUpdateDto, IndustryEnergyPhotovoltaicSystemModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemModuleMutationsDto, IndustryEnergyPhotovoltaicSystemModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemModuleOrderItemsArgsDto, IndustryEnergyPhotovoltaicSystemModuleOrdersArgsDto, IndustryEnergyPhotovoltaicSystemModuleParentArgsDto, IndustryEnergyPhotovoltaicSystemModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicSystemModuleShiftAssignmentsArgsDto, IndustryEnergyPhotovoltaicSystemModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemModuleUpdateDto, IndustryEnergyPhotovoltaicSystemModuleUpdateMessageDto, IndustryEnergyPhotovoltaicSystemMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemMutationsDto, IndustryEnergyPhotovoltaicSystemMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemOrdersArgsDto, IndustryEnergyPhotovoltaicSystemParentArgsDto, IndustryEnergyPhotovoltaicSystemRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemStringAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemStringChildrenArgsDto, IndustryEnergyPhotovoltaicSystemStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemStringConnectionDto, IndustryEnergyPhotovoltaicSystemStringDto, IndustryEnergyPhotovoltaicSystemStringEdgeDto, IndustryEnergyPhotovoltaicSystemStringEventsArgsDto, IndustryEnergyPhotovoltaicSystemStringInputDto, IndustryEnergyPhotovoltaicSystemStringInputUpdateDto, IndustryEnergyPhotovoltaicSystemStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemStringMutationsDto, IndustryEnergyPhotovoltaicSystemStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemStringOrdersArgsDto, IndustryEnergyPhotovoltaicSystemStringParentArgsDto, IndustryEnergyPhotovoltaicSystemStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemStringRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemStringTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemStringUpdateDto, IndustryEnergyPhotovoltaicSystemStringUpdateMessageDto, IndustryEnergyPhotovoltaicSystemTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemUpdateDto, IndustryEnergyPhotovoltaicSystemUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, IndustryFluidHeatMeterOrderItemsArgsDto, IndustryFluidHeatMeterOrdersArgsDto, IndustryFluidHeatMeterParentArgsDto, IndustryFluidHeatMeterRelatesFromArgsDto, IndustryFluidHeatMeterRelatesToArgsDto, IndustryFluidHeatMeterRuntimeVariablesArgsDto, IndustryFluidHeatMeterShiftAssignmentsArgsDto, IndustryFluidHeatMeterTaggedByArgsDto, IndustryFluidHeatMeterUpdateDto, IndustryFluidHeatMeterUpdateMessageDto, IndustryFluidWaterMeterAssociationsArgsDto, IndustryFluidWaterMeterChildrenArgsDto, IndustryFluidWaterMeterConfiguredByArgsDto, IndustryFluidWaterMeterConnectionDto, IndustryFluidWaterMeterDto, IndustryFluidWaterMeterEdgeDto, IndustryFluidWaterMeterEventsArgsDto, IndustryFluidWaterMeterInputDto, IndustryFluidWaterMeterInputUpdateDto, IndustryFluidWaterMeterMutationsCreateArgsDto, IndustryFluidWaterMeterMutationsDto, IndustryFluidWaterMeterMutationsUpdateArgsDto, IndustryFluidWaterMeterOrderItemsArgsDto, IndustryFluidWaterMeterOrdersArgsDto, IndustryFluidWaterMeterParentArgsDto, IndustryFluidWaterMeterRelatesFromArgsDto, IndustryFluidWaterMeterRelatesToArgsDto, IndustryFluidWaterMeterRuntimeVariablesArgsDto, IndustryFluidWaterMeterShiftAssignmentsArgsDto, 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, IndustryManufacturingOeeStatisticsDto, IndustryManufacturingOeeStatisticsInputDto, IndustryManufacturingPartialFeedbackAssociationsArgsDto, IndustryManufacturingPartialFeedbackConfiguredByArgsDto, IndustryManufacturingPartialFeedbackConnectionDto, IndustryManufacturingPartialFeedbackDto, IndustryManufacturingPartialFeedbackEdgeDto, IndustryManufacturingPartialFeedbackEmployeeArgsDto, IndustryManufacturingPartialFeedbackInputDto, IndustryManufacturingPartialFeedbackInputUpdateDto, IndustryManufacturingPartialFeedbackMutationsCreateArgsDto, IndustryManufacturingPartialFeedbackMutationsDto, IndustryManufacturingPartialFeedbackMutationsUpdateArgsDto, IndustryManufacturingPartialFeedbackParentArgsDto, IndustryManufacturingPartialFeedbackRelatesFromArgsDto, IndustryManufacturingPartialFeedbackRelatesToArgsDto, IndustryManufacturingPartialFeedbackTaggedByArgsDto, IndustryManufacturingPartialFeedbackUpdateDto, IndustryManufacturingPartialFeedbackUpdateMessageDto, IndustryManufacturingPartialFeedback_ChildrenUnionConnectionDto, IndustryManufacturingPartialFeedback_ChildrenUnionDto, IndustryManufacturingPartialFeedback_ChildrenUnionEdgeDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionConnectionDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionEdgeDto, IndustryManufacturingProductionOrderAssociationsArgsDto, IndustryManufacturingProductionOrderChildrenArgsDto, IndustryManufacturingProductionOrderConfiguredByArgsDto, IndustryManufacturingProductionOrderConnectionDto, IndustryManufacturingProductionOrderDto, IndustryManufacturingProductionOrderEdgeDto, IndustryManufacturingProductionOrderInputDto, IndustryManufacturingProductionOrderInputUpdateDto, IndustryManufacturingProductionOrderItemAssociationsArgsDto, IndustryManufacturingProductionOrderItemConfiguredByArgsDto, IndustryManufacturingProductionOrderItemConnectionDto, IndustryManufacturingProductionOrderItemDto, IndustryManufacturingProductionOrderItemEdgeDto, IndustryManufacturingProductionOrderItemInputDto, IndustryManufacturingProductionOrderItemInputUpdateDto, IndustryManufacturingProductionOrderItemMachineArgsDto, IndustryManufacturingProductionOrderItemMutationsCreateArgsDto, IndustryManufacturingProductionOrderItemMutationsDto, IndustryManufacturingProductionOrderItemMutationsUpdateArgsDto, IndustryManufacturingProductionOrderItemParentArgsDto, IndustryManufacturingProductionOrderItemRelatesFromArgsDto, IndustryManufacturingProductionOrderItemRelatesToArgsDto, IndustryManufacturingProductionOrderItemShiftOrderItemsArgsDto, IndustryManufacturingProductionOrderItemTaggedByArgsDto, IndustryManufacturingProductionOrderItemUpdateDto, IndustryManufacturingProductionOrderItemUpdateMessageDto, IndustryManufacturingProductionOrderItem_ChildrenUnionConnectionDto, IndustryManufacturingProductionOrderItem_ChildrenUnionDto, IndustryManufacturingProductionOrderItem_ChildrenUnionEdgeDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionConnectionDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionEdgeDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionConnectionDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionEdgeDto, IndustryManufacturingProductionOrderMutationsCreateArgsDto, IndustryManufacturingProductionOrderMutationsDto, IndustryManufacturingProductionOrderMutationsUpdateArgsDto, IndustryManufacturingProductionOrderRelatesFromArgsDto, IndustryManufacturingProductionOrderRelatesToArgsDto, IndustryManufacturingProductionOrderTaggedByArgsDto, IndustryManufacturingProductionOrderUpdateDto, IndustryManufacturingProductionOrderUpdateMessageDto, IndustryManufacturingProductionOrder_ParentUnionConnectionDto, IndustryManufacturingProductionOrder_ParentUnionDto, IndustryManufacturingProductionOrder_ParentUnionEdgeDto, IndustryManufacturingShiftAssociationsArgsDto, IndustryManufacturingShiftChildrenArgsDto, IndustryManufacturingShiftConfiguredByArgsDto, IndustryManufacturingShiftConnectionDto, IndustryManufacturingShiftDto, IndustryManufacturingShiftEdgeDto, IndustryManufacturingShiftInputDto, IndustryManufacturingShiftInputUpdateDto, IndustryManufacturingShiftMachineAssociationsArgsDto, IndustryManufacturingShiftMachineConfiguredByArgsDto, IndustryManufacturingShiftMachineConnectionDto, IndustryManufacturingShiftMachineDto, IndustryManufacturingShiftMachineEdgeDto, IndustryManufacturingShiftMachineEmployeesArgsDto, IndustryManufacturingShiftMachineInputDto, IndustryManufacturingShiftMachineInputUpdateDto, IndustryManufacturingShiftMachineMachineArgsDto, IndustryManufacturingShiftMachineMutationsCreateArgsDto, IndustryManufacturingShiftMachineMutationsDto, IndustryManufacturingShiftMachineMutationsUpdateArgsDto, IndustryManufacturingShiftMachineParentArgsDto, IndustryManufacturingShiftMachineRelatesFromArgsDto, IndustryManufacturingShiftMachineRelatesToArgsDto, IndustryManufacturingShiftMachineTaggedByArgsDto, IndustryManufacturingShiftMachineUpdateDto, IndustryManufacturingShiftMachineUpdateMessageDto, IndustryManufacturingShiftMachine_ChildrenUnionConnectionDto, IndustryManufacturingShiftMachine_ChildrenUnionDto, IndustryManufacturingShiftMachine_ChildrenUnionEdgeDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionConnectionDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionEdgeDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionConnectionDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionEdgeDto, IndustryManufacturingShiftMutationsCreateArgsDto, IndustryManufacturingShiftMutationsDto, IndustryManufacturingShiftMutationsUpdateArgsDto, IndustryManufacturingShiftOrderItemAssociationsArgsDto, IndustryManufacturingShiftOrderItemChildrenArgsDto, IndustryManufacturingShiftOrderItemConfiguredByArgsDto, IndustryManufacturingShiftOrderItemConnectionDto, IndustryManufacturingShiftOrderItemDto, IndustryManufacturingShiftOrderItemEdgeDto, IndustryManufacturingShiftOrderItemEmployeesArgsDto, IndustryManufacturingShiftOrderItemInputDto, IndustryManufacturingShiftOrderItemInputUpdateDto, IndustryManufacturingShiftOrderItemMutationsCreateArgsDto, IndustryManufacturingShiftOrderItemMutationsDto, IndustryManufacturingShiftOrderItemMutationsUpdateArgsDto, IndustryManufacturingShiftOrderItemParentArgsDto, IndustryManufacturingShiftOrderItemProductionOrderItemArgsDto, IndustryManufacturingShiftOrderItemRelatesFromArgsDto, IndustryManufacturingShiftOrderItemRelatesToArgsDto, IndustryManufacturingShiftOrderItemTaggedByArgsDto, IndustryManufacturingShiftOrderItemUpdateDto, IndustryManufacturingShiftOrderItemUpdateMessageDto, IndustryManufacturingShiftOrderItem_ParentUnionConnectionDto, IndustryManufacturingShiftOrderItem_ParentUnionDto, IndustryManufacturingShiftOrderItem_ParentUnionEdgeDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionConnectionDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionEdgeDto, IndustryManufacturingShiftRelatesFromArgsDto, IndustryManufacturingShiftRelatesToArgsDto, IndustryManufacturingShiftTaggedByArgsDto, IndustryManufacturingShiftTemplateAssociationsArgsDto, IndustryManufacturingShiftTemplateConfiguredByArgsDto, IndustryManufacturingShiftTemplateConnectionDto, IndustryManufacturingShiftTemplateDto, IndustryManufacturingShiftTemplateEdgeDto, IndustryManufacturingShiftTemplateInputDto, IndustryManufacturingShiftTemplateInputUpdateDto, IndustryManufacturingShiftTemplateMutationsCreateArgsDto, IndustryManufacturingShiftTemplateMutationsDto, IndustryManufacturingShiftTemplateMutationsUpdateArgsDto, IndustryManufacturingShiftTemplateRelatesFromArgsDto, IndustryManufacturingShiftTemplateRelatesToArgsDto, IndustryManufacturingShiftTemplateTaggedByArgsDto, IndustryManufacturingShiftTemplateUpdateDto, IndustryManufacturingShiftTemplateUpdateMessageDto, IndustryManufacturingShiftUpdateDto, IndustryManufacturingShiftUpdateMessageDto, IndustryManufacturingShift_ParentUnionConnectionDto, IndustryManufacturingShift_ParentUnionDto, IndustryManufacturingShift_ParentUnionEdgeDto, 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, OctoSubscriptionsBasicEnergyConsumerEventsArgsDto, OctoSubscriptionsBasicEnergyEdaMessageEventsArgsDto, OctoSubscriptionsBasicEnergyEdaMeteringPointEventsArgsDto, OctoSubscriptionsBasicEnergyEdaProcessEventsArgsDto, OctoSubscriptionsBasicEnergyEnergyMeasurementEventsArgsDto, OctoSubscriptionsBasicEnergyMeteringPointEventsArgsDto, OctoSubscriptionsBasicEnergyOperatingFacilityEventsArgsDto, OctoSubscriptionsBasicEnergyProducerEventsArgsDto, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityParticipationPeriodEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentCarbonBudgetEventsArgsDto, OctoSubscriptionsEnvironmentCarbonEmissionEventsArgsDto, OctoSubscriptionsEnvironmentCertificateOfOriginEventsArgsDto, OctoSubscriptionsEnvironmentComplianceRecordEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyDemandResponseEventEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyConsumerEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyCostEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyForecastEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyPerformanceIndicatorEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyStorageEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsIndustryManufacturingPartialFeedbackEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftMachineEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftTemplateEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataFlowEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationGrafanaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, OctoSubscriptionsSystemIdentityEmailDomainGroupRuleEventsArgsDto, OctoSubscriptionsSystemIdentityExternalTenantUserMappingEventsArgsDto, OctoSubscriptionsSystemIdentityFacebookIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGoogleIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGroupEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityMailNotificationConfigurationEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftAdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOctoTenantIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOpenLdapIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionRoleEventsArgsDto, OctoSubscriptionsSystemIdentityPersistedGrantEventsArgsDto, OctoSubscriptionsSystemIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityRoleEventsArgsDto, OctoSubscriptionsSystemIdentityUserEventsArgsDto, OctoSubscriptionsSystemMigrationHistoryEventsArgsDto, OctoSubscriptionsSystemNotificationCssTemplateConfigurationEventsArgsDto, OctoSubscriptionsSystemNotificationEventEventsArgsDto, OctoSubscriptionsSystemNotificationNotificationTemplateEventsArgsDto, OctoSubscriptionsSystemNotificationStatefulEventEventsArgsDto, OctoSubscriptionsSystemPersistentQueryEventsArgsDto, OctoSubscriptionsSystemQueryEventsArgsDto, OctoSubscriptionsSystemReportingConnectionInfoEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemContainerEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemEntityEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemItemEventsArgsDto, OctoSubscriptionsSystemReportingFolderEventsArgsDto, OctoSubscriptionsSystemReportingFolderRootEventsArgsDto, OctoSubscriptionsSystemSimpleRtQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataAggregationQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataDownsamplingQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataGroupingAggregationQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataSimpleQueryEventsArgsDto, 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, RuntimeModelQueryBasicEnergyConsumerArgsDto, RuntimeModelQueryBasicEnergyEdaMessageArgsDto, RuntimeModelQueryBasicEnergyEdaMeteringPointArgsDto, RuntimeModelQueryBasicEnergyEdaProcessArgsDto, RuntimeModelQueryBasicEnergyEnergyMeasurementArgsDto, RuntimeModelQueryBasicEnergyMeteringPointArgsDto, RuntimeModelQueryBasicEnergyOperatingFacilityArgsDto, RuntimeModelQueryBasicEnergyProducerArgsDto, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityParticipationPeriodArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentCarbonBudgetArgsDto, RuntimeModelQueryEnvironmentCarbonEmissionArgsDto, RuntimeModelQueryEnvironmentCertificateOfOriginArgsDto, RuntimeModelQueryEnvironmentComplianceRecordArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyDemandResponseEventArgsDto, RuntimeModelQueryIndustryEnergyEnergyConsumerArgsDto, RuntimeModelQueryIndustryEnergyEnergyCostArgsDto, RuntimeModelQueryIndustryEnergyEnergyForecastArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyEnergyPerformanceIndicatorArgsDto, RuntimeModelQueryIndustryEnergyEnergyStorageArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryIndustryManufacturingPartialFeedbackArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftArgsDto, RuntimeModelQueryIndustryManufacturingShiftMachineArgsDto, RuntimeModelQueryIndustryManufacturingShiftOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftTemplateArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataFlowArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationGrafanaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, RuntimeModelQuerySystemIdentityEmailDomainGroupRuleArgsDto, RuntimeModelQuerySystemIdentityExternalTenantUserMappingArgsDto, RuntimeModelQuerySystemIdentityFacebookIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGoogleIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGroupArgsDto, RuntimeModelQuerySystemIdentityIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityMailNotificationConfigurationArgsDto, RuntimeModelQuerySystemIdentityMicrosoftAdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityMicrosoftIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOctoTenantIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOpenLdapIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityPermissionArgsDto, RuntimeModelQuerySystemIdentityPermissionRoleArgsDto, RuntimeModelQuerySystemIdentityPersistedGrantArgsDto, RuntimeModelQuerySystemIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityRoleArgsDto, RuntimeModelQuerySystemIdentityUserArgsDto, RuntimeModelQuerySystemMigrationHistoryArgsDto, RuntimeModelQuerySystemNotificationCssTemplateConfigurationArgsDto, RuntimeModelQuerySystemNotificationEventArgsDto, RuntimeModelQuerySystemNotificationNotificationTemplateArgsDto, RuntimeModelQuerySystemNotificationStatefulEventArgsDto, RuntimeModelQuerySystemPersistentQueryArgsDto, RuntimeModelQuerySystemQueryArgsDto, RuntimeModelQuerySystemReportingConnectionInfoArgsDto, RuntimeModelQuerySystemReportingFileSystemContainerArgsDto, RuntimeModelQuerySystemReportingFileSystemEntityArgsDto, RuntimeModelQuerySystemReportingFileSystemItemArgsDto, RuntimeModelQuerySystemReportingFolderArgsDto, RuntimeModelQuerySystemReportingFolderRootArgsDto, RuntimeModelQuerySystemSimpleRtQueryArgsDto, RuntimeModelQuerySystemStreamDataAggregationQueryArgsDto, RuntimeModelQuerySystemStreamDataDownsamplingQueryArgsDto, RuntimeModelQuerySystemStreamDataGroupingAggregationQueryArgsDto, RuntimeModelQuerySystemStreamDataSimpleQueryArgsDto, RuntimeModelQuerySystemTenantArgsDto, RuntimeModelQuerySystemTenantConfigurationArgsDto, RuntimeModelQuerySystemTenantModeConfigurationArgsDto, RuntimeModelQuerySystemUiDashboardArgsDto, RuntimeModelQuerySystemUiDashboardWidgetArgsDto, RuntimeModelQuerySystemUiProcessDiagramArgsDto, RuntimeModelQuerySystemUiSymbolDefinitionArgsDto, RuntimeModelQuerySystemUiSymbolLibraryArgsDto, RuntimeModelQuerySystemUiuiElementArgsDto, RuntimeRuntimeQueryArgsDto, Scalars, SearchFilterDto, SortDto, StatisticsDto, StreamBasicEnergyEnergyMeasurementConnectionDto, StreamBasicEnergyEnergyMeasurementDataQualityArgsDto, StreamBasicEnergyEnergyMeasurementDto, StreamBasicEnergyEnergyMeasurementEdgeDto, StreamBasicEnergyEnergyMeasurementRtChangedDateTimeArgsDto, StreamDataArgumentsDto, StreamDataModelQueryBasicEnergyEnergyMeasurementArgsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryEnvironmentCarbonEmissionArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyEnergyConsumerArgsDto, StreamDataModelQueryIndustryEnergyEnergyCostArgsDto, StreamDataModelQueryIndustryEnergyEnergyForecastArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyEnergyPerformanceIndicatorArgsDto, StreamDataModelQueryIndustryEnergyEnergyStorageArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicSystemModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicSystemStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamDataModelQueryIndustryManufacturingProductionOrderArgsDto, StreamDataModelQueryIndustryManufacturingShiftMachineArgsDto, StreamDataModelQueryIndustryManufacturingShiftOrderItemArgsDto, StreamDataModelQueryStreamDataAggregationQueryArgsDto, StreamDataModelQueryStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryStreamDataGroupingAggregationQueryArgsDto, StreamDataModelQueryStreamDataQueryArgsDto, StreamDataModelQueryTransientStreamDataAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryTransientStreamDataGroupedAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataQueryArgsDto, StreamDataQueryColumnInputDto, StreamDataQueryRowCellsArgsDto, StreamDataQueryRowDto, StreamDataQueryRowDtoConnectionDto, StreamDataQueryRowDtoEdgeDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamEnvironmentCarbonEmissionConnectionDto, StreamEnvironmentCarbonEmissionDto, StreamEnvironmentCarbonEmissionEdgeDto, StreamEnvironmentCarbonEmissionEmissionAmountArgsDto, StreamEnvironmentCarbonEmissionRtChangedDateTimeArgsDto, 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, StreamIndustryEnergyEnergyConsumerConnectionDto, StreamIndustryEnergyEnergyConsumerDto, StreamIndustryEnergyEnergyConsumerEdgeDto, StreamIndustryEnergyEnergyConsumerImportedEnergyArgsDto, StreamIndustryEnergyEnergyConsumerLoadPercentArgsDto, StreamIndustryEnergyEnergyConsumerMachineStateArgsDto, StreamIndustryEnergyEnergyConsumerOperatingHoursArgsDto, StreamIndustryEnergyEnergyConsumerPowerArgsDto, StreamIndustryEnergyEnergyConsumerRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyConsumerStandStillCounterArgsDto, StreamIndustryEnergyEnergyCostConnectionDto, StreamIndustryEnergyEnergyCostCostAmountArgsDto, StreamIndustryEnergyEnergyCostDto, StreamIndustryEnergyEnergyCostEdgeDto, StreamIndustryEnergyEnergyCostForecastAmountArgsDto, StreamIndustryEnergyEnergyCostRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyForecastConfidenceArgsDto, StreamIndustryEnergyEnergyForecastConnectionDto, StreamIndustryEnergyEnergyForecastDto, StreamIndustryEnergyEnergyForecastEdgeDto, StreamIndustryEnergyEnergyForecastPredictedLoadArgsDto, StreamIndustryEnergyEnergyForecastRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorConnectionDto, StreamIndustryEnergyEnergyPerformanceIndicatorDto, StreamIndustryEnergyEnergyPerformanceIndicatorEdgeDto, StreamIndustryEnergyEnergyPerformanceIndicatorIndicatorValueArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorReferenceValueArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyStorageAmpereArgsDto, StreamIndustryEnergyEnergyStorageCapacityArgsDto, StreamIndustryEnergyEnergyStorageConnectionDto, StreamIndustryEnergyEnergyStorageDto, StreamIndustryEnergyEnergyStorageEdgeDto, StreamIndustryEnergyEnergyStorageExportedEnergyArgsDto, StreamIndustryEnergyEnergyStorageImportedEnergyArgsDto, StreamIndustryEnergyEnergyStorageMachineStateArgsDto, StreamIndustryEnergyEnergyStorageNumOfCyclesArgsDto, StreamIndustryEnergyEnergyStorageOperatingHoursArgsDto, StreamIndustryEnergyEnergyStoragePowerArgsDto, StreamIndustryEnergyEnergyStorageRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyStorageSoCArgsDto, StreamIndustryEnergyEnergyStorageSoHArgsDto, StreamIndustryEnergyEnergyStorageStandStillCounterArgsDto, StreamIndustryEnergyEnergyStorageVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleConnectionDto, StreamIndustryEnergyPhotovoltaicSystemModuleDto, StreamIndustryEnergyPhotovoltaicSystemModuleEdgeDto, StreamIndustryEnergyPhotovoltaicSystemModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicSystemModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicSystemStringConnectionDto, StreamIndustryEnergyPhotovoltaicSystemStringDto, StreamIndustryEnergyPhotovoltaicSystemStringEdgeDto, StreamIndustryEnergyPhotovoltaicSystemStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, StreamIndustryManufacturingProductionOrderConnectionDto, StreamIndustryManufacturingProductionOrderDto, StreamIndustryManufacturingProductionOrderEdgeDto, StreamIndustryManufacturingProductionOrderOrderNumberArgsDto, StreamIndustryManufacturingProductionOrderRtChangedDateTimeArgsDto, StreamIndustryManufacturingShiftMachineConnectionDto, StreamIndustryManufacturingShiftMachineDto, StreamIndustryManufacturingShiftMachineEdgeDto, StreamIndustryManufacturingShiftMachineOeeStatisticsArgsDto, StreamIndustryManufacturingShiftMachineRtChangedDateTimeArgsDto, StreamIndustryManufacturingShiftOrderItemConnectionDto, StreamIndustryManufacturingShiftOrderItemDto, StreamIndustryManufacturingShiftOrderItemEdgeDto, StreamIndustryManufacturingShiftOrderItemOeeStatisticsArgsDto, StreamIndustryManufacturingShiftOrderItemRtChangedDateTimeArgsDto, 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, SystemCommunicationAdapterInputDto, SystemCommunicationAdapterInputUpdateDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterMutationsCreateArgsDto, SystemCommunicationAdapterMutationsDto, SystemCommunicationAdapterMutationsUpdateArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataFlowAssociationsArgsDto, SystemCommunicationDataFlowChildrenArgsDto, SystemCommunicationDataFlowConfiguredByArgsDto, SystemCommunicationDataFlowConnectionDto, SystemCommunicationDataFlowDto, SystemCommunicationDataFlowEdgeDto, SystemCommunicationDataFlowInputDto, SystemCommunicationDataFlowInputUpdateDto, SystemCommunicationDataFlowMutationsCreateArgsDto, SystemCommunicationDataFlowMutationsDto, SystemCommunicationDataFlowMutationsUpdateArgsDto, SystemCommunicationDataFlowRelatesFromArgsDto, SystemCommunicationDataFlowRelatesToArgsDto, SystemCommunicationDataFlowTaggedByArgsDto, SystemCommunicationDataFlowUpdateDto, SystemCommunicationDataFlowUpdateMessageDto, SystemCommunicationDataFlow_ParentUnionConnectionDto, SystemCommunicationDataFlow_ParentUnionDto, SystemCommunicationDataFlow_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, 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, SystemCommunicationGrafanaConfigurationAssociationsArgsDto, SystemCommunicationGrafanaConfigurationConfiguredByArgsDto, SystemCommunicationGrafanaConfigurationConnectionDto, SystemCommunicationGrafanaConfigurationDto, SystemCommunicationGrafanaConfigurationEdgeDto, SystemCommunicationGrafanaConfigurationInputDto, SystemCommunicationGrafanaConfigurationInputUpdateDto, SystemCommunicationGrafanaConfigurationMutationsCreateArgsDto, SystemCommunicationGrafanaConfigurationMutationsDto, SystemCommunicationGrafanaConfigurationMutationsUpdateArgsDto, SystemCommunicationGrafanaConfigurationRelatesFromArgsDto, SystemCommunicationGrafanaConfigurationRelatesToArgsDto, SystemCommunicationGrafanaConfigurationTaggedByArgsDto, SystemCommunicationGrafanaConfigurationUpdateDto, SystemCommunicationGrafanaConfigurationUpdateMessageDto, SystemCommunicationGrafanaConfigurationUsedByArgsDto, 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, SystemCommunicationPipelineInputDto, SystemCommunicationPipelineInputUpdateDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineMutationsCreateArgsDto, SystemCommunicationPipelineMutationsDto, SystemCommunicationPipelineMutationsUpdateArgsDto, 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, SystemCommunicationPipelineTriggerAssociationsArgsDto, SystemCommunicationPipelineTriggerConfiguredByArgsDto, SystemCommunicationPipelineTriggerConnectionDto, SystemCommunicationPipelineTriggerDto, SystemCommunicationPipelineTriggerEdgeDto, SystemCommunicationPipelineTriggerInputDto, SystemCommunicationPipelineTriggerInputUpdateDto, SystemCommunicationPipelineTriggerMutationsCreateArgsDto, SystemCommunicationPipelineTriggerMutationsDto, SystemCommunicationPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationPipelineTriggerParentArgsDto, SystemCommunicationPipelineTriggerRelatesFromArgsDto, SystemCommunicationPipelineTriggerRelatesToArgsDto, SystemCommunicationPipelineTriggerTaggedByArgsDto, SystemCommunicationPipelineTriggerTriggeredByArgsDto, SystemCommunicationPipelineTriggerUpdateDto, SystemCommunicationPipelineTriggerUpdateMessageDto, SystemCommunicationPipelineTrigger_TriggersUnionConnectionDto, SystemCommunicationPipelineTrigger_TriggersUnionDto, SystemCommunicationPipelineTrigger_TriggersUnionEdgeDto, SystemCommunicationPipelineTriggersArgsDto, 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_TriggeredByUnionConnectionDto, SystemCommunicationPipeline_TriggeredByUnionDto, SystemCommunicationPipeline_TriggeredByUnionEdgeDto, 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, SystemIdentityEmailDomainGroupRuleAssociationsArgsDto, SystemIdentityEmailDomainGroupRuleConfiguredByArgsDto, SystemIdentityEmailDomainGroupRuleConnectionDto, SystemIdentityEmailDomainGroupRuleDto, SystemIdentityEmailDomainGroupRuleEdgeDto, SystemIdentityEmailDomainGroupRuleInputDto, SystemIdentityEmailDomainGroupRuleInputUpdateDto, SystemIdentityEmailDomainGroupRuleMutationsCreateArgsDto, SystemIdentityEmailDomainGroupRuleMutationsDto, SystemIdentityEmailDomainGroupRuleMutationsUpdateArgsDto, SystemIdentityEmailDomainGroupRuleRelatesFromArgsDto, SystemIdentityEmailDomainGroupRuleRelatesToArgsDto, SystemIdentityEmailDomainGroupRuleTaggedByArgsDto, SystemIdentityEmailDomainGroupRuleUpdateDto, SystemIdentityEmailDomainGroupRuleUpdateMessageDto, SystemIdentityExternalTenantUserMappingAssociationsArgsDto, SystemIdentityExternalTenantUserMappingConfiguredByArgsDto, SystemIdentityExternalTenantUserMappingConnectionDto, SystemIdentityExternalTenantUserMappingDto, SystemIdentityExternalTenantUserMappingEdgeDto, SystemIdentityExternalTenantUserMappingInputDto, SystemIdentityExternalTenantUserMappingInputUpdateDto, SystemIdentityExternalTenantUserMappingMemberOfGroupsArgsDto, SystemIdentityExternalTenantUserMappingMutationsCreateArgsDto, SystemIdentityExternalTenantUserMappingMutationsDto, SystemIdentityExternalTenantUserMappingMutationsUpdateArgsDto, SystemIdentityExternalTenantUserMappingRelatesFromArgsDto, SystemIdentityExternalTenantUserMappingRelatesToArgsDto, SystemIdentityExternalTenantUserMappingTaggedByArgsDto, SystemIdentityExternalTenantUserMappingUpdateDto, SystemIdentityExternalTenantUserMappingUpdateMessageDto, 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, SystemIdentityGroupAssignedRolesArgsDto, SystemIdentityGroupAssociationsArgsDto, SystemIdentityGroupChildGroupsArgsDto, SystemIdentityGroupConfiguredByArgsDto, SystemIdentityGroupConnectionDto, SystemIdentityGroupDto, SystemIdentityGroupEdgeDto, SystemIdentityGroupInputDto, SystemIdentityGroupInputUpdateDto, SystemIdentityGroupMembersArgsDto, SystemIdentityGroupMutationsCreateArgsDto, SystemIdentityGroupMutationsDto, SystemIdentityGroupMutationsUpdateArgsDto, SystemIdentityGroupParentGroupsArgsDto, SystemIdentityGroupRelatesFromArgsDto, SystemIdentityGroupRelatesToArgsDto, SystemIdentityGroupTaggedByArgsDto, SystemIdentityGroupUpdateDto, SystemIdentityGroupUpdateMessageDto, SystemIdentityGroup_AssignedEntitiesUnionConnectionDto, SystemIdentityGroup_AssignedEntitiesUnionDto, SystemIdentityGroup_AssignedEntitiesUnionEdgeDto, SystemIdentityGroup_ChildGroupsUnionConnectionDto, SystemIdentityGroup_ChildGroupsUnionDto, SystemIdentityGroup_ChildGroupsUnionEdgeDto, SystemIdentityGroup_MemberOfGroupsUnionConnectionDto, SystemIdentityGroup_MemberOfGroupsUnionDto, SystemIdentityGroup_MemberOfGroupsUnionEdgeDto, SystemIdentityGroup_ParentGroupsUnionConnectionDto, SystemIdentityGroup_ParentGroupsUnionDto, SystemIdentityGroup_ParentGroupsUnionEdgeDto, 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, SystemIdentityOctoTenantIdentityProviderAssociationsArgsDto, SystemIdentityOctoTenantIdentityProviderConfiguredByArgsDto, SystemIdentityOctoTenantIdentityProviderConnectionDto, SystemIdentityOctoTenantIdentityProviderDto, SystemIdentityOctoTenantIdentityProviderEdgeDto, SystemIdentityOctoTenantIdentityProviderInputDto, SystemIdentityOctoTenantIdentityProviderInputUpdateDto, SystemIdentityOctoTenantIdentityProviderMutationsCreateArgsDto, SystemIdentityOctoTenantIdentityProviderMutationsDto, SystemIdentityOctoTenantIdentityProviderMutationsUpdateArgsDto, SystemIdentityOctoTenantIdentityProviderRelatesFromArgsDto, SystemIdentityOctoTenantIdentityProviderRelatesToArgsDto, SystemIdentityOctoTenantIdentityProviderTaggedByArgsDto, SystemIdentityOctoTenantIdentityProviderUpdateDto, SystemIdentityOctoTenantIdentityProviderUpdateMessageDto, 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, SystemIdentityRoleAssignedEntitiesArgsDto, SystemIdentityRoleAssociationsArgsDto, SystemIdentityRoleClaimDto, SystemIdentityRoleClaimInputDto, SystemIdentityRoleConfiguredByArgsDto, SystemIdentityRoleConnectionDto, SystemIdentityRoleDto, SystemIdentityRoleEdgeDto, SystemIdentityRoleInputDto, SystemIdentityRoleInputUpdateDto, SystemIdentityRoleMutationsCreateArgsDto, SystemIdentityRoleMutationsDto, SystemIdentityRoleMutationsUpdateArgsDto, SystemIdentityRoleRelatesFromArgsDto, SystemIdentityRoleRelatesToArgsDto, SystemIdentityRoleTaggedByArgsDto, SystemIdentityRoleUpdateDto, SystemIdentityRoleUpdateMessageDto, SystemIdentityRole_AssignedRolesUnionConnectionDto, SystemIdentityRole_AssignedRolesUnionDto, SystemIdentityRole_AssignedRolesUnionEdgeDto, SystemIdentitySecretDto, SystemIdentitySecretInputDto, SystemIdentityUserAssignedRolesArgsDto, SystemIdentityUserAssociationsArgsDto, SystemIdentityUserClaimDto, SystemIdentityUserClaimInputDto, SystemIdentityUserConfiguredByArgsDto, SystemIdentityUserConnectionDto, SystemIdentityUserDto, SystemIdentityUserEdgeDto, SystemIdentityUserInputDto, SystemIdentityUserInputUpdateDto, SystemIdentityUserLoginDto, SystemIdentityUserLoginInputDto, SystemIdentityUserMemberOfGroupsArgsDto, SystemIdentityUserMutationsCreateArgsDto, SystemIdentityUserMutationsDto, SystemIdentityUserMutationsUpdateArgsDto, SystemIdentityUserRelatesFromArgsDto, SystemIdentityUserRelatesToArgsDto, SystemIdentityUserTaggedByArgsDto, SystemIdentityUserTokenDto, SystemIdentityUserTokenInputDto, SystemIdentityUserUpdateDto, SystemIdentityUserUpdateMessageDto, SystemIdentityUser_MembersUnionConnectionDto, SystemIdentityUser_MembersUnionDto, SystemIdentityUser_MembersUnionEdgeDto, 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, SystemStreamDataAggregationQueryAssociationsArgsDto, SystemStreamDataAggregationQueryConfiguredByArgsDto, SystemStreamDataAggregationQueryConnectionDto, SystemStreamDataAggregationQueryDto, SystemStreamDataAggregationQueryEdgeDto, SystemStreamDataAggregationQueryInputDto, SystemStreamDataAggregationQueryInputUpdateDto, SystemStreamDataAggregationQueryMutationsCreateArgsDto, SystemStreamDataAggregationQueryMutationsDto, SystemStreamDataAggregationQueryMutationsUpdateArgsDto, SystemStreamDataAggregationQueryRelatesFromArgsDto, SystemStreamDataAggregationQueryRelatesToArgsDto, SystemStreamDataAggregationQueryTaggedByArgsDto, SystemStreamDataAggregationQueryUpdateDto, SystemStreamDataAggregationQueryUpdateMessageDto, SystemStreamDataDownsamplingQueryAssociationsArgsDto, SystemStreamDataDownsamplingQueryConfiguredByArgsDto, SystemStreamDataDownsamplingQueryConnectionDto, SystemStreamDataDownsamplingQueryDto, SystemStreamDataDownsamplingQueryEdgeDto, SystemStreamDataDownsamplingQueryInputDto, SystemStreamDataDownsamplingQueryInputUpdateDto, SystemStreamDataDownsamplingQueryMutationsCreateArgsDto, SystemStreamDataDownsamplingQueryMutationsDto, SystemStreamDataDownsamplingQueryMutationsUpdateArgsDto, SystemStreamDataDownsamplingQueryRelatesFromArgsDto, SystemStreamDataDownsamplingQueryRelatesToArgsDto, SystemStreamDataDownsamplingQueryTaggedByArgsDto, SystemStreamDataDownsamplingQueryUpdateDto, SystemStreamDataDownsamplingQueryUpdateMessageDto, SystemStreamDataGroupingAggregationQueryAssociationsArgsDto, SystemStreamDataGroupingAggregationQueryConfiguredByArgsDto, SystemStreamDataGroupingAggregationQueryConnectionDto, SystemStreamDataGroupingAggregationQueryDto, SystemStreamDataGroupingAggregationQueryEdgeDto, SystemStreamDataGroupingAggregationQueryInputDto, SystemStreamDataGroupingAggregationQueryInputUpdateDto, SystemStreamDataGroupingAggregationQueryMutationsCreateArgsDto, SystemStreamDataGroupingAggregationQueryMutationsDto, SystemStreamDataGroupingAggregationQueryMutationsUpdateArgsDto, SystemStreamDataGroupingAggregationQueryRelatesFromArgsDto, SystemStreamDataGroupingAggregationQueryRelatesToArgsDto, SystemStreamDataGroupingAggregationQueryTaggedByArgsDto, SystemStreamDataGroupingAggregationQueryUpdateDto, SystemStreamDataGroupingAggregationQueryUpdateMessageDto, SystemStreamDataSimpleQueryAssociationsArgsDto, SystemStreamDataSimpleQueryConfiguredByArgsDto, SystemStreamDataSimpleQueryConnectionDto, SystemStreamDataSimpleQueryDto, SystemStreamDataSimpleQueryEdgeDto, SystemStreamDataSimpleQueryInputDto, SystemStreamDataSimpleQueryInputUpdateDto, SystemStreamDataSimpleQueryMutationsCreateArgsDto, SystemStreamDataSimpleQueryMutationsDto, SystemStreamDataSimpleQueryMutationsUpdateArgsDto, SystemStreamDataSimpleQueryRelatesFromArgsDto, SystemStreamDataSimpleQueryRelatesToArgsDto, SystemStreamDataSimpleQueryTaggedByArgsDto, SystemStreamDataSimpleQueryUpdateDto, SystemStreamDataSimpleQueryUpdateMessageDto, 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, UpdateGroupDto, UpgradeCheckResponseDto, UserDto };
|
|
39675
|
+
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, BasicEmployeePartialFeedbacksArgsDto, BasicEmployeeRelatesFromArgsDto, BasicEmployeeRelatesToArgsDto, BasicEmployeeShiftMachinesArgsDto, BasicEmployeeShiftOrderItemsArgsDto, BasicEmployeeTaggedByArgsDto, BasicEmployeeUpdateDto, BasicEmployeeUpdateMessageDto, BasicEmployee_EmployeeUnionConnectionDto, BasicEmployee_EmployeeUnionDto, BasicEmployee_EmployeeUnionEdgeDto, BasicEmployee_EmployeesUnionConnectionDto, BasicEmployee_EmployeesUnionDto, BasicEmployee_EmployeesUnionEdgeDto, BasicEnergyConsumerAssociationsArgsDto, BasicEnergyConsumerChildrenArgsDto, BasicEnergyConsumerConfiguredByArgsDto, BasicEnergyConsumerConnectionDto, BasicEnergyConsumerDto, BasicEnergyConsumerEdgeDto, BasicEnergyConsumerInputDto, BasicEnergyConsumerInputUpdateDto, BasicEnergyConsumerMutationsCreateArgsDto, BasicEnergyConsumerMutationsDto, BasicEnergyConsumerMutationsUpdateArgsDto, BasicEnergyConsumerParentArgsDto, BasicEnergyConsumerRelatesFromArgsDto, BasicEnergyConsumerRelatesToArgsDto, BasicEnergyConsumerTaggedByArgsDto, BasicEnergyConsumerUpdateDto, BasicEnergyConsumerUpdateMessageDto, BasicEnergyEdaMessageAssociationsArgsDto, BasicEnergyEdaMessageConfiguredByArgsDto, BasicEnergyEdaMessageConnectionDto, BasicEnergyEdaMessageDto, BasicEnergyEdaMessageEdgeDto, BasicEnergyEdaMessageInputDto, BasicEnergyEdaMessageInputUpdateDto, BasicEnergyEdaMessageMutationsCreateArgsDto, BasicEnergyEdaMessageMutationsDto, BasicEnergyEdaMessageMutationsUpdateArgsDto, BasicEnergyEdaMessageProcessArgsDto, BasicEnergyEdaMessageRelatesFromArgsDto, BasicEnergyEdaMessageRelatesToArgsDto, BasicEnergyEdaMessageTaggedByArgsDto, BasicEnergyEdaMessageUpdateDto, BasicEnergyEdaMessageUpdateMessageDto, BasicEnergyEdaMessage_MessagesUnionConnectionDto, BasicEnergyEdaMessage_MessagesUnionDto, BasicEnergyEdaMessage_MessagesUnionEdgeDto, BasicEnergyEdaMeteringPointAssociationsArgsDto, BasicEnergyEdaMeteringPointConfiguredByArgsDto, BasicEnergyEdaMeteringPointConnectionDto, BasicEnergyEdaMeteringPointDto, BasicEnergyEdaMeteringPointEdgeDto, BasicEnergyEdaMeteringPointInputDto, BasicEnergyEdaMeteringPointInputUpdateDto, BasicEnergyEdaMeteringPointMutationsCreateArgsDto, BasicEnergyEdaMeteringPointMutationsDto, BasicEnergyEdaMeteringPointMutationsUpdateArgsDto, BasicEnergyEdaMeteringPointRelatesFromArgsDto, BasicEnergyEdaMeteringPointRelatesToArgsDto, BasicEnergyEdaMeteringPointTaggedByArgsDto, BasicEnergyEdaMeteringPointUpdateDto, BasicEnergyEdaMeteringPointUpdateMessageDto, BasicEnergyEdaProcessAssociationsArgsDto, BasicEnergyEdaProcessConfiguredByArgsDto, BasicEnergyEdaProcessConnectionDto, BasicEnergyEdaProcessDto, BasicEnergyEdaProcessEdgeDto, BasicEnergyEdaProcessInputDto, BasicEnergyEdaProcessInputUpdateDto, BasicEnergyEdaProcessMessagesArgsDto, BasicEnergyEdaProcessMutationsCreateArgsDto, BasicEnergyEdaProcessMutationsDto, BasicEnergyEdaProcessMutationsUpdateArgsDto, BasicEnergyEdaProcessRelatesFromArgsDto, BasicEnergyEdaProcessRelatesToArgsDto, BasicEnergyEdaProcessTaggedByArgsDto, BasicEnergyEdaProcessUpdateDto, BasicEnergyEdaProcessUpdateMessageDto, BasicEnergyEdaProcess_ProcessUnionConnectionDto, BasicEnergyEdaProcess_ProcessUnionDto, BasicEnergyEdaProcess_ProcessUnionEdgeDto, BasicEnergyEnergyMeasurementAssociationsArgsDto, BasicEnergyEnergyMeasurementConfiguredByArgsDto, BasicEnergyEnergyMeasurementConnectionDto, BasicEnergyEnergyMeasurementDto, BasicEnergyEnergyMeasurementEdgeDto, BasicEnergyEnergyMeasurementInputDto, BasicEnergyEnergyMeasurementInputUpdateDto, BasicEnergyEnergyMeasurementMutationsCreateArgsDto, BasicEnergyEnergyMeasurementMutationsDto, BasicEnergyEnergyMeasurementMutationsUpdateArgsDto, BasicEnergyEnergyMeasurementParentArgsDto, BasicEnergyEnergyMeasurementRelatesFromArgsDto, BasicEnergyEnergyMeasurementRelatesToArgsDto, BasicEnergyEnergyMeasurementTaggedByArgsDto, BasicEnergyEnergyMeasurementUpdateDto, BasicEnergyEnergyMeasurementUpdateMessageDto, BasicEnergyEnergyMeasurement_ChildrenUnionConnectionDto, BasicEnergyEnergyMeasurement_ChildrenUnionDto, BasicEnergyEnergyMeasurement_ChildrenUnionEdgeDto, BasicEnergyMeteringPointAssociationsArgsDto, BasicEnergyMeteringPointChildrenArgsDto, BasicEnergyMeteringPointConfiguredByArgsDto, BasicEnergyMeteringPointConnectionDto, BasicEnergyMeteringPointDto, BasicEnergyMeteringPointEdgeDto, BasicEnergyMeteringPointInterfaceChildrenArgsDto, BasicEnergyMeteringPointInterfaceConfiguredByArgsDto, BasicEnergyMeteringPointInterfaceDto, BasicEnergyMeteringPointInterfaceParentArgsDto, BasicEnergyMeteringPointInterfaceRelatesFromArgsDto, BasicEnergyMeteringPointInterfaceRelatesToArgsDto, BasicEnergyMeteringPointInterfaceTaggedByArgsDto, BasicEnergyMeteringPointParentArgsDto, BasicEnergyMeteringPointRelatesFromArgsDto, BasicEnergyMeteringPointRelatesToArgsDto, BasicEnergyMeteringPointTaggedByArgsDto, BasicEnergyMeteringPointUpdateDto, BasicEnergyMeteringPointUpdateMessageDto, BasicEnergyMeteringPoint_ChildrenUnionConnectionDto, BasicEnergyMeteringPoint_ChildrenUnionDto, BasicEnergyMeteringPoint_ChildrenUnionEdgeDto, BasicEnergyMeteringPoint_ParentUnionConnectionDto, BasicEnergyMeteringPoint_ParentUnionDto, BasicEnergyMeteringPoint_ParentUnionEdgeDto, BasicEnergyOperatingFacilityAssociationsArgsDto, BasicEnergyOperatingFacilityChildrenArgsDto, BasicEnergyOperatingFacilityConfiguredByArgsDto, BasicEnergyOperatingFacilityConnectionDto, BasicEnergyOperatingFacilityDto, BasicEnergyOperatingFacilityEdgeDto, BasicEnergyOperatingFacilityInputDto, BasicEnergyOperatingFacilityInputUpdateDto, BasicEnergyOperatingFacilityMutationsCreateArgsDto, BasicEnergyOperatingFacilityMutationsDto, BasicEnergyOperatingFacilityMutationsUpdateArgsDto, BasicEnergyOperatingFacilityOrdersArgsDto, BasicEnergyOperatingFacilityParentArgsDto, BasicEnergyOperatingFacilityRelatesFromArgsDto, BasicEnergyOperatingFacilityRelatesToArgsDto, BasicEnergyOperatingFacilityTaggedByArgsDto, BasicEnergyOperatingFacilityUpdateDto, BasicEnergyOperatingFacilityUpdateMessageDto, BasicEnergyOperatingFacility_ParentUnionConnectionDto, BasicEnergyOperatingFacility_ParentUnionDto, BasicEnergyOperatingFacility_ParentUnionEdgeDto, BasicEnergyProducerAssociationsArgsDto, BasicEnergyProducerChildrenArgsDto, BasicEnergyProducerConfiguredByArgsDto, BasicEnergyProducerConnectionDto, BasicEnergyProducerDto, BasicEnergyProducerEdgeDto, BasicEnergyProducerInputDto, BasicEnergyProducerInputUpdateDto, BasicEnergyProducerMutationsCreateArgsDto, BasicEnergyProducerMutationsDto, BasicEnergyProducerMutationsUpdateArgsDto, BasicEnergyProducerParentArgsDto, BasicEnergyProducerRelatesFromArgsDto, BasicEnergyProducerRelatesToArgsDto, BasicEnergyProducerTaggedByArgsDto, BasicEnergyProducerUpdateDto, BasicEnergyProducerUpdateMessageDto, 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, BatchDependencyResolutionResponseDto, BatchImportResponseDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelCatalogDto, CkModelCatalogItemDto, CkModelCatalogListResponseDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelLibraryStatusItemDto, CkModelLibraryStatusResponseDto, 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, CreateExternalTenantUserMappingDto, CreateGroupDto, DebugMessage, DebugPointDataDto, DebugPointNode, DependencyResolutionItemDto, DependencyResolutionResponseDto, DeploymentResultDto, DiagnosticsModel, EmailDomainGroupRuleDto, EmailDomainGroupRulesResult, EnergyCommunityBillingDocumentAssignedToArgsDto, EnergyCommunityBillingDocumentAssociationsArgsDto, EnergyCommunityBillingDocumentChildrenArgsDto, EnergyCommunityBillingDocumentConfiguredByArgsDto, EnergyCommunityBillingDocumentConnectionDto, EnergyCommunityBillingDocumentDto, EnergyCommunityBillingDocumentEdgeDto, EnergyCommunityBillingDocumentInputDto, EnergyCommunityBillingDocumentInputUpdateDto, EnergyCommunityBillingDocumentLineItemAssignedToArgsDto, EnergyCommunityBillingDocumentLineItemAssociationsArgsDto, EnergyCommunityBillingDocumentLineItemConfiguredByArgsDto, EnergyCommunityBillingDocumentLineItemConnectionDto, EnergyCommunityBillingDocumentLineItemDto, EnergyCommunityBillingDocumentLineItemEdgeDto, EnergyCommunityBillingDocumentLineItemInputDto, EnergyCommunityBillingDocumentLineItemInputUpdateDto, EnergyCommunityBillingDocumentLineItemMeteringPointArgsDto, EnergyCommunityBillingDocumentLineItemMutationsCreateArgsDto, EnergyCommunityBillingDocumentLineItemMutationsDto, EnergyCommunityBillingDocumentLineItemMutationsUpdateArgsDto, EnergyCommunityBillingDocumentLineItemParentArgsDto, EnergyCommunityBillingDocumentLineItemRelatesFromArgsDto, EnergyCommunityBillingDocumentLineItemRelatesToArgsDto, EnergyCommunityBillingDocumentLineItemTaggedByArgsDto, EnergyCommunityBillingDocumentLineItemUpdateDto, EnergyCommunityBillingDocumentLineItemUpdateMessageDto, EnergyCommunityBillingDocumentLineItem_BillingUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionDto, EnergyCommunityBillingDocumentLineItem_BillingUnionEdgeDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionConnectionDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionDto, EnergyCommunityBillingDocumentLineItem_BillingsUnionEdgeDto, 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, EnergyCommunityConsumerBillingsArgsDto, EnergyCommunityConsumerChildrenArgsDto, EnergyCommunityConsumerConfiguredByArgsDto, EnergyCommunityConsumerConnectionDto, EnergyCommunityConsumerDto, EnergyCommunityConsumerEdgeDto, EnergyCommunityConsumerInputDto, EnergyCommunityConsumerInputUpdateDto, EnergyCommunityConsumerMutationsCreateArgsDto, EnergyCommunityConsumerMutationsDto, EnergyCommunityConsumerMutationsUpdateArgsDto, EnergyCommunityConsumerParentArgsDto, EnergyCommunityConsumerPeriodsArgsDto, 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, EnergyCommunityMeteringPointBillingsArgsDto, EnergyCommunityMeteringPointChildrenArgsDto, EnergyCommunityMeteringPointConfiguredByArgsDto, EnergyCommunityMeteringPointConnectionDto, EnergyCommunityMeteringPointDto, EnergyCommunityMeteringPointEdgeDto, EnergyCommunityMeteringPointInterfaceBillingsArgsDto, EnergyCommunityMeteringPointInterfaceChildrenArgsDto, EnergyCommunityMeteringPointInterfaceConfiguredByArgsDto, EnergyCommunityMeteringPointInterfaceDto, EnergyCommunityMeteringPointInterfaceParentArgsDto, EnergyCommunityMeteringPointInterfacePeriodsArgsDto, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, EnergyCommunityMeteringPointPeriodsArgsDto, EnergyCommunityMeteringPointRelatesFromArgsDto, EnergyCommunityMeteringPointRelatesToArgsDto, EnergyCommunityMeteringPointTaggedByArgsDto, EnergyCommunityMeteringPointUpdateDto, EnergyCommunityMeteringPointUpdateMessageDto, EnergyCommunityMeteringPoint_ChildrenUnionConnectionDto, EnergyCommunityMeteringPoint_ChildrenUnionDto, EnergyCommunityMeteringPoint_ChildrenUnionEdgeDto, EnergyCommunityMeteringPoint_MeteringPointUnionConnectionDto, EnergyCommunityMeteringPoint_MeteringPointUnionDto, EnergyCommunityMeteringPoint_MeteringPointUnionEdgeDto, 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, EnergyCommunityParticipationPeriodAssociationsArgsDto, EnergyCommunityParticipationPeriodConfiguredByArgsDto, EnergyCommunityParticipationPeriodConnectionDto, EnergyCommunityParticipationPeriodDto, EnergyCommunityParticipationPeriodEdgeDto, EnergyCommunityParticipationPeriodInputDto, EnergyCommunityParticipationPeriodInputUpdateDto, EnergyCommunityParticipationPeriodMeteringPointArgsDto, EnergyCommunityParticipationPeriodMutationsCreateArgsDto, EnergyCommunityParticipationPeriodMutationsDto, EnergyCommunityParticipationPeriodMutationsUpdateArgsDto, EnergyCommunityParticipationPeriodRelatesFromArgsDto, EnergyCommunityParticipationPeriodRelatesToArgsDto, EnergyCommunityParticipationPeriodTaggedByArgsDto, EnergyCommunityParticipationPeriodUpdateDto, EnergyCommunityParticipationPeriodUpdateMessageDto, EnergyCommunityParticipationPeriod_PeriodsUnionConnectionDto, EnergyCommunityParticipationPeriod_PeriodsUnionDto, EnergyCommunityParticipationPeriod_PeriodsUnionEdgeDto, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerBillingsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerPeriodsArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentCarbonBudgetAssociationsArgsDto, EnvironmentCarbonBudgetConfiguredByArgsDto, EnvironmentCarbonBudgetConnectionDto, EnvironmentCarbonBudgetDto, EnvironmentCarbonBudgetEdgeDto, EnvironmentCarbonBudgetInputDto, EnvironmentCarbonBudgetInputUpdateDto, EnvironmentCarbonBudgetMutationsCreateArgsDto, EnvironmentCarbonBudgetMutationsDto, EnvironmentCarbonBudgetMutationsUpdateArgsDto, EnvironmentCarbonBudgetParentArgsDto, EnvironmentCarbonBudgetRelatesFromArgsDto, EnvironmentCarbonBudgetRelatesToArgsDto, EnvironmentCarbonBudgetTaggedByArgsDto, EnvironmentCarbonBudgetUpdateDto, EnvironmentCarbonBudgetUpdateMessageDto, EnvironmentCarbonEmissionAssociationsArgsDto, EnvironmentCarbonEmissionConfiguredByArgsDto, EnvironmentCarbonEmissionConnectionDto, EnvironmentCarbonEmissionDto, EnvironmentCarbonEmissionEdgeDto, EnvironmentCarbonEmissionInputDto, EnvironmentCarbonEmissionInputUpdateDto, EnvironmentCarbonEmissionMutationsCreateArgsDto, EnvironmentCarbonEmissionMutationsDto, EnvironmentCarbonEmissionMutationsUpdateArgsDto, EnvironmentCarbonEmissionParentArgsDto, EnvironmentCarbonEmissionRelatesFromArgsDto, EnvironmentCarbonEmissionRelatesToArgsDto, EnvironmentCarbonEmissionTaggedByArgsDto, EnvironmentCarbonEmissionUpdateDto, EnvironmentCarbonEmissionUpdateMessageDto, EnvironmentCertificateOfOriginAssociationsArgsDto, EnvironmentCertificateOfOriginConfiguredByArgsDto, EnvironmentCertificateOfOriginConnectionDto, EnvironmentCertificateOfOriginDto, EnvironmentCertificateOfOriginEdgeDto, EnvironmentCertificateOfOriginInputDto, EnvironmentCertificateOfOriginInputUpdateDto, EnvironmentCertificateOfOriginMutationsCreateArgsDto, EnvironmentCertificateOfOriginMutationsDto, EnvironmentCertificateOfOriginMutationsUpdateArgsDto, EnvironmentCertificateOfOriginParentArgsDto, EnvironmentCertificateOfOriginRelatesFromArgsDto, EnvironmentCertificateOfOriginRelatesToArgsDto, EnvironmentCertificateOfOriginTaggedByArgsDto, EnvironmentCertificateOfOriginUpdateDto, EnvironmentCertificateOfOriginUpdateMessageDto, EnvironmentComplianceRecordAssociationsArgsDto, EnvironmentComplianceRecordConfiguredByArgsDto, EnvironmentComplianceRecordConnectionDto, EnvironmentComplianceRecordDto, EnvironmentComplianceRecordEdgeDto, EnvironmentComplianceRecordInputDto, EnvironmentComplianceRecordInputUpdateDto, EnvironmentComplianceRecordMutationsCreateArgsDto, EnvironmentComplianceRecordMutationsDto, EnvironmentComplianceRecordMutationsUpdateArgsDto, EnvironmentComplianceRecordParentArgsDto, EnvironmentComplianceRecordRelatesFromArgsDto, EnvironmentComplianceRecordRelatesToArgsDto, EnvironmentComplianceRecordTaggedByArgsDto, EnvironmentComplianceRecordUpdateDto, EnvironmentComplianceRecordUpdateMessageDto, 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, ExternalTenantUserMappingDto, FieldAggregationDto, FieldFilterDto, FieldGroupByAggregationInputDto, GeneratedPasswordDto, GetCkModelByIdQueryDto, GetCkModelByIdQueryVariablesDto, GetCkRecordAttributesQueryDto, GetCkRecordAttributesQueryVariablesDto, GetCkTypeAttributesQueryDto, GetCkTypeAttributesQueryVariablesDto, GetCkTypeAvailableQueryColumnsQueryDto, GetCkTypeAvailableQueryColumnsQueryVariablesDto, GetCkTypesQueryDto, GetCkTypesQueryVariablesDto, GetDerivedCkTypesQueryDto, GetDerivedCkTypesQueryVariablesDto, GetEntitiesByCkTypeQueryDto, GetEntitiesByCkTypeQueryVariablesDto, GlobalQueryOptionsDto, GrantTypes, GroupDto, HealthCheck, HealthCheckResult, IConfigurationService, IQueryVariablesDto, IdentityProviderDto, IdentityProvidersResult, ImportFromCatalogBatchRequestDto, ImportFromCatalogRequestDto, 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, IndustryBasicMachineOrderItemsArgsDto, IndustryBasicMachineOrdersArgsDto, IndustryBasicMachineParentArgsDto, IndustryBasicMachineRelatesFromArgsDto, IndustryBasicMachineRelatesToArgsDto, IndustryBasicMachineRuntimeVariablesArgsDto, IndustryBasicMachineShiftAssignmentsArgsDto, 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, IndustryEnergyDemandResponseEventAssociationsArgsDto, IndustryEnergyDemandResponseEventConfiguredByArgsDto, IndustryEnergyDemandResponseEventConnectionDto, IndustryEnergyDemandResponseEventDto, IndustryEnergyDemandResponseEventEdgeDto, IndustryEnergyDemandResponseEventInputDto, IndustryEnergyDemandResponseEventInputUpdateDto, IndustryEnergyDemandResponseEventMutationsCreateArgsDto, IndustryEnergyDemandResponseEventMutationsDto, IndustryEnergyDemandResponseEventMutationsUpdateArgsDto, IndustryEnergyDemandResponseEventParentArgsDto, IndustryEnergyDemandResponseEventRelatesFromArgsDto, IndustryEnergyDemandResponseEventRelatesToArgsDto, IndustryEnergyDemandResponseEventTaggedByArgsDto, IndustryEnergyDemandResponseEventUpdateDto, IndustryEnergyDemandResponseEventUpdateMessageDto, IndustryEnergyEnergyConsumerAssociationsArgsDto, IndustryEnergyEnergyConsumerChildrenArgsDto, IndustryEnergyEnergyConsumerConfiguredByArgsDto, IndustryEnergyEnergyConsumerConnectionDto, IndustryEnergyEnergyConsumerDto, IndustryEnergyEnergyConsumerEdgeDto, IndustryEnergyEnergyConsumerEventsArgsDto, IndustryEnergyEnergyConsumerInputDto, IndustryEnergyEnergyConsumerInputUpdateDto, IndustryEnergyEnergyConsumerMutationsCreateArgsDto, IndustryEnergyEnergyConsumerMutationsDto, IndustryEnergyEnergyConsumerMutationsUpdateArgsDto, IndustryEnergyEnergyConsumerOrderItemsArgsDto, IndustryEnergyEnergyConsumerOrdersArgsDto, IndustryEnergyEnergyConsumerParentArgsDto, IndustryEnergyEnergyConsumerRelatesFromArgsDto, IndustryEnergyEnergyConsumerRelatesToArgsDto, IndustryEnergyEnergyConsumerRuntimeVariablesArgsDto, IndustryEnergyEnergyConsumerShiftAssignmentsArgsDto, IndustryEnergyEnergyConsumerTaggedByArgsDto, IndustryEnergyEnergyConsumerUpdateDto, IndustryEnergyEnergyConsumerUpdateMessageDto, IndustryEnergyEnergyCostAssociationsArgsDto, IndustryEnergyEnergyCostConfiguredByArgsDto, IndustryEnergyEnergyCostConnectionDto, IndustryEnergyEnergyCostDto, IndustryEnergyEnergyCostEdgeDto, IndustryEnergyEnergyCostInputDto, IndustryEnergyEnergyCostInputUpdateDto, IndustryEnergyEnergyCostMutationsCreateArgsDto, IndustryEnergyEnergyCostMutationsDto, IndustryEnergyEnergyCostMutationsUpdateArgsDto, IndustryEnergyEnergyCostParentArgsDto, IndustryEnergyEnergyCostRelatesFromArgsDto, IndustryEnergyEnergyCostRelatesToArgsDto, IndustryEnergyEnergyCostTaggedByArgsDto, IndustryEnergyEnergyCostUpdateDto, IndustryEnergyEnergyCostUpdateMessageDto, IndustryEnergyEnergyForecastAssociationsArgsDto, IndustryEnergyEnergyForecastConfiguredByArgsDto, IndustryEnergyEnergyForecastConnectionDto, IndustryEnergyEnergyForecastDto, IndustryEnergyEnergyForecastEdgeDto, IndustryEnergyEnergyForecastInputDto, IndustryEnergyEnergyForecastInputUpdateDto, IndustryEnergyEnergyForecastMutationsCreateArgsDto, IndustryEnergyEnergyForecastMutationsDto, IndustryEnergyEnergyForecastMutationsUpdateArgsDto, IndustryEnergyEnergyForecastParentArgsDto, IndustryEnergyEnergyForecastRelatesFromArgsDto, IndustryEnergyEnergyForecastRelatesToArgsDto, IndustryEnergyEnergyForecastTaggedByArgsDto, IndustryEnergyEnergyForecastUpdateDto, IndustryEnergyEnergyForecastUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrderItemsArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterShiftAssignmentsArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyEnergyPerformanceIndicatorAssociationsArgsDto, IndustryEnergyEnergyPerformanceIndicatorConfiguredByArgsDto, IndustryEnergyEnergyPerformanceIndicatorConnectionDto, IndustryEnergyEnergyPerformanceIndicatorDto, IndustryEnergyEnergyPerformanceIndicatorEdgeDto, IndustryEnergyEnergyPerformanceIndicatorInputDto, IndustryEnergyEnergyPerformanceIndicatorInputUpdateDto, IndustryEnergyEnergyPerformanceIndicatorMutationsCreateArgsDto, IndustryEnergyEnergyPerformanceIndicatorMutationsDto, IndustryEnergyEnergyPerformanceIndicatorMutationsUpdateArgsDto, IndustryEnergyEnergyPerformanceIndicatorParentArgsDto, IndustryEnergyEnergyPerformanceIndicatorRelatesFromArgsDto, IndustryEnergyEnergyPerformanceIndicatorRelatesToArgsDto, IndustryEnergyEnergyPerformanceIndicatorTaggedByArgsDto, IndustryEnergyEnergyPerformanceIndicatorUpdateDto, IndustryEnergyEnergyPerformanceIndicatorUpdateMessageDto, IndustryEnergyEnergyStorageAssociationsArgsDto, IndustryEnergyEnergyStorageChildrenArgsDto, IndustryEnergyEnergyStorageConfiguredByArgsDto, IndustryEnergyEnergyStorageConnectionDto, IndustryEnergyEnergyStorageDto, IndustryEnergyEnergyStorageEdgeDto, IndustryEnergyEnergyStorageEventsArgsDto, IndustryEnergyEnergyStorageInputDto, IndustryEnergyEnergyStorageInputUpdateDto, IndustryEnergyEnergyStorageMutationsCreateArgsDto, IndustryEnergyEnergyStorageMutationsDto, IndustryEnergyEnergyStorageMutationsUpdateArgsDto, IndustryEnergyEnergyStorageOrderItemsArgsDto, IndustryEnergyEnergyStorageOrdersArgsDto, IndustryEnergyEnergyStorageParentArgsDto, IndustryEnergyEnergyStorageRelatesFromArgsDto, IndustryEnergyEnergyStorageRelatesToArgsDto, IndustryEnergyEnergyStorageRuntimeVariablesArgsDto, IndustryEnergyEnergyStorageShiftAssignmentsArgsDto, IndustryEnergyEnergyStorageTaggedByArgsDto, IndustryEnergyEnergyStorageUpdateDto, IndustryEnergyEnergyStorageUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrderItemsArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterShiftAssignmentsArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicSystemAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemChildrenArgsDto, IndustryEnergyPhotovoltaicSystemConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemConnectionDto, IndustryEnergyPhotovoltaicSystemDto, IndustryEnergyPhotovoltaicSystemEdgeDto, IndustryEnergyPhotovoltaicSystemEventsArgsDto, IndustryEnergyPhotovoltaicSystemInputDto, IndustryEnergyPhotovoltaicSystemInputUpdateDto, IndustryEnergyPhotovoltaicSystemModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemModuleChildrenArgsDto, IndustryEnergyPhotovoltaicSystemModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemModuleConnectionDto, IndustryEnergyPhotovoltaicSystemModuleDto, IndustryEnergyPhotovoltaicSystemModuleEdgeDto, IndustryEnergyPhotovoltaicSystemModuleEventsArgsDto, IndustryEnergyPhotovoltaicSystemModuleInputDto, IndustryEnergyPhotovoltaicSystemModuleInputUpdateDto, IndustryEnergyPhotovoltaicSystemModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemModuleMutationsDto, IndustryEnergyPhotovoltaicSystemModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemModuleOrderItemsArgsDto, IndustryEnergyPhotovoltaicSystemModuleOrdersArgsDto, IndustryEnergyPhotovoltaicSystemModuleParentArgsDto, IndustryEnergyPhotovoltaicSystemModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicSystemModuleShiftAssignmentsArgsDto, IndustryEnergyPhotovoltaicSystemModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemModuleUpdateDto, IndustryEnergyPhotovoltaicSystemModuleUpdateMessageDto, IndustryEnergyPhotovoltaicSystemMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemMutationsDto, IndustryEnergyPhotovoltaicSystemMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemOrdersArgsDto, IndustryEnergyPhotovoltaicSystemParentArgsDto, IndustryEnergyPhotovoltaicSystemRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemStringAssociationsArgsDto, IndustryEnergyPhotovoltaicSystemStringChildrenArgsDto, IndustryEnergyPhotovoltaicSystemStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicSystemStringConnectionDto, IndustryEnergyPhotovoltaicSystemStringDto, IndustryEnergyPhotovoltaicSystemStringEdgeDto, IndustryEnergyPhotovoltaicSystemStringEventsArgsDto, IndustryEnergyPhotovoltaicSystemStringInputDto, IndustryEnergyPhotovoltaicSystemStringInputUpdateDto, IndustryEnergyPhotovoltaicSystemStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicSystemStringMutationsDto, IndustryEnergyPhotovoltaicSystemStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicSystemStringOrdersArgsDto, IndustryEnergyPhotovoltaicSystemStringParentArgsDto, IndustryEnergyPhotovoltaicSystemStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicSystemStringRelatesToArgsDto, IndustryEnergyPhotovoltaicSystemStringTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemStringUpdateDto, IndustryEnergyPhotovoltaicSystemStringUpdateMessageDto, IndustryEnergyPhotovoltaicSystemTaggedByArgsDto, IndustryEnergyPhotovoltaicSystemUpdateDto, IndustryEnergyPhotovoltaicSystemUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, IndustryFluidHeatMeterOrderItemsArgsDto, IndustryFluidHeatMeterOrdersArgsDto, IndustryFluidHeatMeterParentArgsDto, IndustryFluidHeatMeterRelatesFromArgsDto, IndustryFluidHeatMeterRelatesToArgsDto, IndustryFluidHeatMeterRuntimeVariablesArgsDto, IndustryFluidHeatMeterShiftAssignmentsArgsDto, IndustryFluidHeatMeterTaggedByArgsDto, IndustryFluidHeatMeterUpdateDto, IndustryFluidHeatMeterUpdateMessageDto, IndustryFluidWaterMeterAssociationsArgsDto, IndustryFluidWaterMeterChildrenArgsDto, IndustryFluidWaterMeterConfiguredByArgsDto, IndustryFluidWaterMeterConnectionDto, IndustryFluidWaterMeterDto, IndustryFluidWaterMeterEdgeDto, IndustryFluidWaterMeterEventsArgsDto, IndustryFluidWaterMeterInputDto, IndustryFluidWaterMeterInputUpdateDto, IndustryFluidWaterMeterMutationsCreateArgsDto, IndustryFluidWaterMeterMutationsDto, IndustryFluidWaterMeterMutationsUpdateArgsDto, IndustryFluidWaterMeterOrderItemsArgsDto, IndustryFluidWaterMeterOrdersArgsDto, IndustryFluidWaterMeterParentArgsDto, IndustryFluidWaterMeterRelatesFromArgsDto, IndustryFluidWaterMeterRelatesToArgsDto, IndustryFluidWaterMeterRuntimeVariablesArgsDto, IndustryFluidWaterMeterShiftAssignmentsArgsDto, 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, IndustryManufacturingOeeStatisticsDto, IndustryManufacturingOeeStatisticsInputDto, IndustryManufacturingPartialFeedbackAssociationsArgsDto, IndustryManufacturingPartialFeedbackConfiguredByArgsDto, IndustryManufacturingPartialFeedbackConnectionDto, IndustryManufacturingPartialFeedbackDto, IndustryManufacturingPartialFeedbackEdgeDto, IndustryManufacturingPartialFeedbackEmployeeArgsDto, IndustryManufacturingPartialFeedbackInputDto, IndustryManufacturingPartialFeedbackInputUpdateDto, IndustryManufacturingPartialFeedbackMutationsCreateArgsDto, IndustryManufacturingPartialFeedbackMutationsDto, IndustryManufacturingPartialFeedbackMutationsUpdateArgsDto, IndustryManufacturingPartialFeedbackParentArgsDto, IndustryManufacturingPartialFeedbackRelatesFromArgsDto, IndustryManufacturingPartialFeedbackRelatesToArgsDto, IndustryManufacturingPartialFeedbackTaggedByArgsDto, IndustryManufacturingPartialFeedbackUpdateDto, IndustryManufacturingPartialFeedbackUpdateMessageDto, IndustryManufacturingPartialFeedback_ChildrenUnionConnectionDto, IndustryManufacturingPartialFeedback_ChildrenUnionDto, IndustryManufacturingPartialFeedback_ChildrenUnionEdgeDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionConnectionDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionDto, IndustryManufacturingPartialFeedback_PartialFeedbacksUnionEdgeDto, IndustryManufacturingProductionOrderAssociationsArgsDto, IndustryManufacturingProductionOrderChildrenArgsDto, IndustryManufacturingProductionOrderConfiguredByArgsDto, IndustryManufacturingProductionOrderConnectionDto, IndustryManufacturingProductionOrderDto, IndustryManufacturingProductionOrderEdgeDto, IndustryManufacturingProductionOrderInputDto, IndustryManufacturingProductionOrderInputUpdateDto, IndustryManufacturingProductionOrderItemAssociationsArgsDto, IndustryManufacturingProductionOrderItemConfiguredByArgsDto, IndustryManufacturingProductionOrderItemConnectionDto, IndustryManufacturingProductionOrderItemDto, IndustryManufacturingProductionOrderItemEdgeDto, IndustryManufacturingProductionOrderItemInputDto, IndustryManufacturingProductionOrderItemInputUpdateDto, IndustryManufacturingProductionOrderItemMachineArgsDto, IndustryManufacturingProductionOrderItemMutationsCreateArgsDto, IndustryManufacturingProductionOrderItemMutationsDto, IndustryManufacturingProductionOrderItemMutationsUpdateArgsDto, IndustryManufacturingProductionOrderItemParentArgsDto, IndustryManufacturingProductionOrderItemRelatesFromArgsDto, IndustryManufacturingProductionOrderItemRelatesToArgsDto, IndustryManufacturingProductionOrderItemShiftOrderItemsArgsDto, IndustryManufacturingProductionOrderItemTaggedByArgsDto, IndustryManufacturingProductionOrderItemUpdateDto, IndustryManufacturingProductionOrderItemUpdateMessageDto, IndustryManufacturingProductionOrderItem_ChildrenUnionConnectionDto, IndustryManufacturingProductionOrderItem_ChildrenUnionDto, IndustryManufacturingProductionOrderItem_ChildrenUnionEdgeDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionConnectionDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionDto, IndustryManufacturingProductionOrderItem_OrderItemsUnionEdgeDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionConnectionDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionDto, IndustryManufacturingProductionOrderItem_ProductionOrderItemUnionEdgeDto, IndustryManufacturingProductionOrderMutationsCreateArgsDto, IndustryManufacturingProductionOrderMutationsDto, IndustryManufacturingProductionOrderMutationsUpdateArgsDto, IndustryManufacturingProductionOrderRelatesFromArgsDto, IndustryManufacturingProductionOrderRelatesToArgsDto, IndustryManufacturingProductionOrderTaggedByArgsDto, IndustryManufacturingProductionOrderUpdateDto, IndustryManufacturingProductionOrderUpdateMessageDto, IndustryManufacturingProductionOrder_ParentUnionConnectionDto, IndustryManufacturingProductionOrder_ParentUnionDto, IndustryManufacturingProductionOrder_ParentUnionEdgeDto, IndustryManufacturingShiftAssociationsArgsDto, IndustryManufacturingShiftChildrenArgsDto, IndustryManufacturingShiftConfiguredByArgsDto, IndustryManufacturingShiftConnectionDto, IndustryManufacturingShiftDto, IndustryManufacturingShiftEdgeDto, IndustryManufacturingShiftInputDto, IndustryManufacturingShiftInputUpdateDto, IndustryManufacturingShiftMachineAssociationsArgsDto, IndustryManufacturingShiftMachineConfiguredByArgsDto, IndustryManufacturingShiftMachineConnectionDto, IndustryManufacturingShiftMachineDto, IndustryManufacturingShiftMachineEdgeDto, IndustryManufacturingShiftMachineEmployeesArgsDto, IndustryManufacturingShiftMachineInputDto, IndustryManufacturingShiftMachineInputUpdateDto, IndustryManufacturingShiftMachineMachineArgsDto, IndustryManufacturingShiftMachineMutationsCreateArgsDto, IndustryManufacturingShiftMachineMutationsDto, IndustryManufacturingShiftMachineMutationsUpdateArgsDto, IndustryManufacturingShiftMachineParentArgsDto, IndustryManufacturingShiftMachineRelatesFromArgsDto, IndustryManufacturingShiftMachineRelatesToArgsDto, IndustryManufacturingShiftMachineTaggedByArgsDto, IndustryManufacturingShiftMachineUpdateDto, IndustryManufacturingShiftMachineUpdateMessageDto, IndustryManufacturingShiftMachine_ChildrenUnionConnectionDto, IndustryManufacturingShiftMachine_ChildrenUnionDto, IndustryManufacturingShiftMachine_ChildrenUnionEdgeDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionConnectionDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionDto, IndustryManufacturingShiftMachine_ShiftAssignmentsUnionEdgeDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionConnectionDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionDto, IndustryManufacturingShiftMachine_ShiftMachinesUnionEdgeDto, IndustryManufacturingShiftMutationsCreateArgsDto, IndustryManufacturingShiftMutationsDto, IndustryManufacturingShiftMutationsUpdateArgsDto, IndustryManufacturingShiftOrderItemAssociationsArgsDto, IndustryManufacturingShiftOrderItemChildrenArgsDto, IndustryManufacturingShiftOrderItemConfiguredByArgsDto, IndustryManufacturingShiftOrderItemConnectionDto, IndustryManufacturingShiftOrderItemDto, IndustryManufacturingShiftOrderItemEdgeDto, IndustryManufacturingShiftOrderItemEmployeesArgsDto, IndustryManufacturingShiftOrderItemInputDto, IndustryManufacturingShiftOrderItemInputUpdateDto, IndustryManufacturingShiftOrderItemMutationsCreateArgsDto, IndustryManufacturingShiftOrderItemMutationsDto, IndustryManufacturingShiftOrderItemMutationsUpdateArgsDto, IndustryManufacturingShiftOrderItemParentArgsDto, IndustryManufacturingShiftOrderItemProductionOrderItemArgsDto, IndustryManufacturingShiftOrderItemRelatesFromArgsDto, IndustryManufacturingShiftOrderItemRelatesToArgsDto, IndustryManufacturingShiftOrderItemTaggedByArgsDto, IndustryManufacturingShiftOrderItemUpdateDto, IndustryManufacturingShiftOrderItemUpdateMessageDto, IndustryManufacturingShiftOrderItem_ParentUnionConnectionDto, IndustryManufacturingShiftOrderItem_ParentUnionDto, IndustryManufacturingShiftOrderItem_ParentUnionEdgeDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionConnectionDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionDto, IndustryManufacturingShiftOrderItem_ShiftOrderItemsUnionEdgeDto, IndustryManufacturingShiftRelatesFromArgsDto, IndustryManufacturingShiftRelatesToArgsDto, IndustryManufacturingShiftTaggedByArgsDto, IndustryManufacturingShiftTemplateAssociationsArgsDto, IndustryManufacturingShiftTemplateConfiguredByArgsDto, IndustryManufacturingShiftTemplateConnectionDto, IndustryManufacturingShiftTemplateDto, IndustryManufacturingShiftTemplateEdgeDto, IndustryManufacturingShiftTemplateInputDto, IndustryManufacturingShiftTemplateInputUpdateDto, IndustryManufacturingShiftTemplateMutationsCreateArgsDto, IndustryManufacturingShiftTemplateMutationsDto, IndustryManufacturingShiftTemplateMutationsUpdateArgsDto, IndustryManufacturingShiftTemplateRelatesFromArgsDto, IndustryManufacturingShiftTemplateRelatesToArgsDto, IndustryManufacturingShiftTemplateTaggedByArgsDto, IndustryManufacturingShiftTemplateUpdateDto, IndustryManufacturingShiftTemplateUpdateMessageDto, IndustryManufacturingShiftUpdateDto, IndustryManufacturingShiftUpdateMessageDto, IndustryManufacturingShift_ParentUnionConnectionDto, IndustryManufacturingShift_ParentUnionDto, IndustryManufacturingShift_ParentUnionEdgeDto, InputMaybe, JobDto, JobResponseDto, LargeBinaryInfoDto, MakeEmpty, MakeMaybe, MakeOptional, Maybe, MergeUsersRequestDto, MigrationHistoryEntryDto, MigrationHistoryResponseDto, 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, OctoSubscriptionsBasicEnergyConsumerEventsArgsDto, OctoSubscriptionsBasicEnergyEdaMessageEventsArgsDto, OctoSubscriptionsBasicEnergyEdaMeteringPointEventsArgsDto, OctoSubscriptionsBasicEnergyEdaProcessEventsArgsDto, OctoSubscriptionsBasicEnergyEnergyMeasurementEventsArgsDto, OctoSubscriptionsBasicEnergyMeteringPointEventsArgsDto, OctoSubscriptionsBasicEnergyOperatingFacilityEventsArgsDto, OctoSubscriptionsBasicEnergyProducerEventsArgsDto, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityParticipationPeriodEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentCarbonBudgetEventsArgsDto, OctoSubscriptionsEnvironmentCarbonEmissionEventsArgsDto, OctoSubscriptionsEnvironmentCertificateOfOriginEventsArgsDto, OctoSubscriptionsEnvironmentComplianceRecordEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyDemandResponseEventEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyConsumerEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyCostEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyForecastEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyPerformanceIndicatorEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyStorageEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicSystemStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsIndustryManufacturingPartialFeedbackEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftMachineEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftTemplateEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataFlowEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationGrafanaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, OctoSubscriptionsSystemIdentityEmailDomainGroupRuleEventsArgsDto, OctoSubscriptionsSystemIdentityExternalTenantUserMappingEventsArgsDto, OctoSubscriptionsSystemIdentityFacebookIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGoogleIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityGroupEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityMailNotificationConfigurationEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftAdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityMicrosoftIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOctoTenantIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityOpenLdapIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionEventsArgsDto, OctoSubscriptionsSystemIdentityPermissionRoleEventsArgsDto, OctoSubscriptionsSystemIdentityPersistedGrantEventsArgsDto, OctoSubscriptionsSystemIdentityResourceEventsArgsDto, OctoSubscriptionsSystemIdentityRoleEventsArgsDto, OctoSubscriptionsSystemIdentityUserEventsArgsDto, OctoSubscriptionsSystemMigrationHistoryEventsArgsDto, OctoSubscriptionsSystemNotificationCssTemplateConfigurationEventsArgsDto, OctoSubscriptionsSystemNotificationEventEventsArgsDto, OctoSubscriptionsSystemNotificationNotificationTemplateEventsArgsDto, OctoSubscriptionsSystemNotificationStatefulEventEventsArgsDto, OctoSubscriptionsSystemPersistentQueryEventsArgsDto, OctoSubscriptionsSystemQueryEventsArgsDto, OctoSubscriptionsSystemReportingConnectionInfoEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemContainerEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemEntityEventsArgsDto, OctoSubscriptionsSystemReportingFileSystemItemEventsArgsDto, OctoSubscriptionsSystemReportingFolderEventsArgsDto, OctoSubscriptionsSystemReportingFolderRootEventsArgsDto, OctoSubscriptionsSystemSimpleRtQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataAggregationQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataDownsamplingQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataGroupingAggregationQueryEventsArgsDto, OctoSubscriptionsSystemStreamDataSimpleQueryEventsArgsDto, 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, RuntimeModelQueryBasicEnergyConsumerArgsDto, RuntimeModelQueryBasicEnergyEdaMessageArgsDto, RuntimeModelQueryBasicEnergyEdaMeteringPointArgsDto, RuntimeModelQueryBasicEnergyEdaProcessArgsDto, RuntimeModelQueryBasicEnergyEnergyMeasurementArgsDto, RuntimeModelQueryBasicEnergyMeteringPointArgsDto, RuntimeModelQueryBasicEnergyOperatingFacilityArgsDto, RuntimeModelQueryBasicEnergyProducerArgsDto, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityParticipationPeriodArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentCarbonBudgetArgsDto, RuntimeModelQueryEnvironmentCarbonEmissionArgsDto, RuntimeModelQueryEnvironmentCertificateOfOriginArgsDto, RuntimeModelQueryEnvironmentComplianceRecordArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyDemandResponseEventArgsDto, RuntimeModelQueryIndustryEnergyEnergyConsumerArgsDto, RuntimeModelQueryIndustryEnergyEnergyCostArgsDto, RuntimeModelQueryIndustryEnergyEnergyForecastArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyEnergyPerformanceIndicatorArgsDto, RuntimeModelQueryIndustryEnergyEnergyStorageArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicSystemStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryIndustryManufacturingPartialFeedbackArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftArgsDto, RuntimeModelQueryIndustryManufacturingShiftMachineArgsDto, RuntimeModelQueryIndustryManufacturingShiftOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftTemplateArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataFlowArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationGrafanaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, RuntimeModelQuerySystemIdentityEmailDomainGroupRuleArgsDto, RuntimeModelQuerySystemIdentityExternalTenantUserMappingArgsDto, RuntimeModelQuerySystemIdentityFacebookIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGoogleIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityGroupArgsDto, RuntimeModelQuerySystemIdentityIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityMailNotificationConfigurationArgsDto, RuntimeModelQuerySystemIdentityMicrosoftAdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityMicrosoftIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOctoTenantIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityOpenLdapIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityPermissionArgsDto, RuntimeModelQuerySystemIdentityPermissionRoleArgsDto, RuntimeModelQuerySystemIdentityPersistedGrantArgsDto, RuntimeModelQuerySystemIdentityResourceArgsDto, RuntimeModelQuerySystemIdentityRoleArgsDto, RuntimeModelQuerySystemIdentityUserArgsDto, RuntimeModelQuerySystemMigrationHistoryArgsDto, RuntimeModelQuerySystemNotificationCssTemplateConfigurationArgsDto, RuntimeModelQuerySystemNotificationEventArgsDto, RuntimeModelQuerySystemNotificationNotificationTemplateArgsDto, RuntimeModelQuerySystemNotificationStatefulEventArgsDto, RuntimeModelQuerySystemPersistentQueryArgsDto, RuntimeModelQuerySystemQueryArgsDto, RuntimeModelQuerySystemReportingConnectionInfoArgsDto, RuntimeModelQuerySystemReportingFileSystemContainerArgsDto, RuntimeModelQuerySystemReportingFileSystemEntityArgsDto, RuntimeModelQuerySystemReportingFileSystemItemArgsDto, RuntimeModelQuerySystemReportingFolderArgsDto, RuntimeModelQuerySystemReportingFolderRootArgsDto, RuntimeModelQuerySystemSimpleRtQueryArgsDto, RuntimeModelQuerySystemStreamDataAggregationQueryArgsDto, RuntimeModelQuerySystemStreamDataDownsamplingQueryArgsDto, RuntimeModelQuerySystemStreamDataGroupingAggregationQueryArgsDto, RuntimeModelQuerySystemStreamDataSimpleQueryArgsDto, RuntimeModelQuerySystemTenantArgsDto, RuntimeModelQuerySystemTenantConfigurationArgsDto, RuntimeModelQuerySystemTenantModeConfigurationArgsDto, RuntimeModelQuerySystemUiDashboardArgsDto, RuntimeModelQuerySystemUiDashboardWidgetArgsDto, RuntimeModelQuerySystemUiProcessDiagramArgsDto, RuntimeModelQuerySystemUiSymbolDefinitionArgsDto, RuntimeModelQuerySystemUiSymbolLibraryArgsDto, RuntimeModelQuerySystemUiuiElementArgsDto, RuntimeRuntimeQueryArgsDto, Scalars, SearchFilterDto, SortDto, StatisticsDto, StreamBasicEnergyEnergyMeasurementConnectionDto, StreamBasicEnergyEnergyMeasurementDataQualityArgsDto, StreamBasicEnergyEnergyMeasurementDto, StreamBasicEnergyEnergyMeasurementEdgeDto, StreamBasicEnergyEnergyMeasurementRtChangedDateTimeArgsDto, StreamDataArgumentsDto, StreamDataModelQueryBasicEnergyEnergyMeasurementArgsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryEnvironmentCarbonEmissionArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyEnergyConsumerArgsDto, StreamDataModelQueryIndustryEnergyEnergyCostArgsDto, StreamDataModelQueryIndustryEnergyEnergyForecastArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyEnergyPerformanceIndicatorArgsDto, StreamDataModelQueryIndustryEnergyEnergyStorageArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicSystemModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicSystemStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamDataModelQueryIndustryManufacturingProductionOrderArgsDto, StreamDataModelQueryIndustryManufacturingShiftMachineArgsDto, StreamDataModelQueryIndustryManufacturingShiftOrderItemArgsDto, StreamDataModelQueryStreamDataAggregationQueryArgsDto, StreamDataModelQueryStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryStreamDataGroupingAggregationQueryArgsDto, StreamDataModelQueryStreamDataQueryArgsDto, StreamDataModelQueryTransientStreamDataAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryTransientStreamDataGroupedAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataQueryArgsDto, StreamDataQueryColumnInputDto, StreamDataQueryRowCellsArgsDto, StreamDataQueryRowDto, StreamDataQueryRowDtoConnectionDto, StreamDataQueryRowDtoEdgeDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamEnvironmentCarbonEmissionConnectionDto, StreamEnvironmentCarbonEmissionDto, StreamEnvironmentCarbonEmissionEdgeDto, StreamEnvironmentCarbonEmissionEmissionAmountArgsDto, StreamEnvironmentCarbonEmissionRtChangedDateTimeArgsDto, 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, StreamIndustryEnergyEnergyConsumerConnectionDto, StreamIndustryEnergyEnergyConsumerDto, StreamIndustryEnergyEnergyConsumerEdgeDto, StreamIndustryEnergyEnergyConsumerImportedEnergyArgsDto, StreamIndustryEnergyEnergyConsumerLoadPercentArgsDto, StreamIndustryEnergyEnergyConsumerMachineStateArgsDto, StreamIndustryEnergyEnergyConsumerOperatingHoursArgsDto, StreamIndustryEnergyEnergyConsumerPowerArgsDto, StreamIndustryEnergyEnergyConsumerRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyConsumerStandStillCounterArgsDto, StreamIndustryEnergyEnergyCostConnectionDto, StreamIndustryEnergyEnergyCostCostAmountArgsDto, StreamIndustryEnergyEnergyCostDto, StreamIndustryEnergyEnergyCostEdgeDto, StreamIndustryEnergyEnergyCostForecastAmountArgsDto, StreamIndustryEnergyEnergyCostRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyForecastConfidenceArgsDto, StreamIndustryEnergyEnergyForecastConnectionDto, StreamIndustryEnergyEnergyForecastDto, StreamIndustryEnergyEnergyForecastEdgeDto, StreamIndustryEnergyEnergyForecastPredictedLoadArgsDto, StreamIndustryEnergyEnergyForecastRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorConnectionDto, StreamIndustryEnergyEnergyPerformanceIndicatorDto, StreamIndustryEnergyEnergyPerformanceIndicatorEdgeDto, StreamIndustryEnergyEnergyPerformanceIndicatorIndicatorValueArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorReferenceValueArgsDto, StreamIndustryEnergyEnergyPerformanceIndicatorRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyStorageAmpereArgsDto, StreamIndustryEnergyEnergyStorageCapacityArgsDto, StreamIndustryEnergyEnergyStorageConnectionDto, StreamIndustryEnergyEnergyStorageDto, StreamIndustryEnergyEnergyStorageEdgeDto, StreamIndustryEnergyEnergyStorageExportedEnergyArgsDto, StreamIndustryEnergyEnergyStorageImportedEnergyArgsDto, StreamIndustryEnergyEnergyStorageMachineStateArgsDto, StreamIndustryEnergyEnergyStorageNumOfCyclesArgsDto, StreamIndustryEnergyEnergyStorageOperatingHoursArgsDto, StreamIndustryEnergyEnergyStoragePowerArgsDto, StreamIndustryEnergyEnergyStorageRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyStorageSoCArgsDto, StreamIndustryEnergyEnergyStorageSoHArgsDto, StreamIndustryEnergyEnergyStorageStandStillCounterArgsDto, StreamIndustryEnergyEnergyStorageVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleConnectionDto, StreamIndustryEnergyPhotovoltaicSystemModuleDto, StreamIndustryEnergyPhotovoltaicSystemModuleEdgeDto, StreamIndustryEnergyPhotovoltaicSystemModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicSystemModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicSystemModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicSystemStringConnectionDto, StreamIndustryEnergyPhotovoltaicSystemStringDto, StreamIndustryEnergyPhotovoltaicSystemStringEdgeDto, StreamIndustryEnergyPhotovoltaicSystemStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicSystemStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, StreamIndustryManufacturingProductionOrderConnectionDto, StreamIndustryManufacturingProductionOrderDto, StreamIndustryManufacturingProductionOrderEdgeDto, StreamIndustryManufacturingProductionOrderOrderNumberArgsDto, StreamIndustryManufacturingProductionOrderRtChangedDateTimeArgsDto, StreamIndustryManufacturingShiftMachineConnectionDto, StreamIndustryManufacturingShiftMachineDto, StreamIndustryManufacturingShiftMachineEdgeDto, StreamIndustryManufacturingShiftMachineOeeStatisticsArgsDto, StreamIndustryManufacturingShiftMachineRtChangedDateTimeArgsDto, StreamIndustryManufacturingShiftOrderItemConnectionDto, StreamIndustryManufacturingShiftOrderItemDto, StreamIndustryManufacturingShiftOrderItemEdgeDto, StreamIndustryManufacturingShiftOrderItemOeeStatisticsArgsDto, StreamIndustryManufacturingShiftOrderItemRtChangedDateTimeArgsDto, 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, SystemCommunicationAdapterInputDto, SystemCommunicationAdapterInputUpdateDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterMutationsCreateArgsDto, SystemCommunicationAdapterMutationsDto, SystemCommunicationAdapterMutationsUpdateArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataFlowAssociationsArgsDto, SystemCommunicationDataFlowChildrenArgsDto, SystemCommunicationDataFlowConfiguredByArgsDto, SystemCommunicationDataFlowConnectionDto, SystemCommunicationDataFlowDto, SystemCommunicationDataFlowEdgeDto, SystemCommunicationDataFlowInputDto, SystemCommunicationDataFlowInputUpdateDto, SystemCommunicationDataFlowMutationsCreateArgsDto, SystemCommunicationDataFlowMutationsDto, SystemCommunicationDataFlowMutationsUpdateArgsDto, SystemCommunicationDataFlowRelatesFromArgsDto, SystemCommunicationDataFlowRelatesToArgsDto, SystemCommunicationDataFlowTaggedByArgsDto, SystemCommunicationDataFlowUpdateDto, SystemCommunicationDataFlowUpdateMessageDto, SystemCommunicationDataFlow_ParentUnionConnectionDto, SystemCommunicationDataFlow_ParentUnionDto, SystemCommunicationDataFlow_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, 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, SystemCommunicationGrafanaConfigurationAssociationsArgsDto, SystemCommunicationGrafanaConfigurationConfiguredByArgsDto, SystemCommunicationGrafanaConfigurationConnectionDto, SystemCommunicationGrafanaConfigurationDto, SystemCommunicationGrafanaConfigurationEdgeDto, SystemCommunicationGrafanaConfigurationInputDto, SystemCommunicationGrafanaConfigurationInputUpdateDto, SystemCommunicationGrafanaConfigurationMutationsCreateArgsDto, SystemCommunicationGrafanaConfigurationMutationsDto, SystemCommunicationGrafanaConfigurationMutationsUpdateArgsDto, SystemCommunicationGrafanaConfigurationRelatesFromArgsDto, SystemCommunicationGrafanaConfigurationRelatesToArgsDto, SystemCommunicationGrafanaConfigurationTaggedByArgsDto, SystemCommunicationGrafanaConfigurationUpdateDto, SystemCommunicationGrafanaConfigurationUpdateMessageDto, SystemCommunicationGrafanaConfigurationUsedByArgsDto, 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, SystemCommunicationPipelineInputDto, SystemCommunicationPipelineInputUpdateDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineMutationsCreateArgsDto, SystemCommunicationPipelineMutationsDto, SystemCommunicationPipelineMutationsUpdateArgsDto, 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, SystemCommunicationPipelineTriggerAssociationsArgsDto, SystemCommunicationPipelineTriggerConfiguredByArgsDto, SystemCommunicationPipelineTriggerConnectionDto, SystemCommunicationPipelineTriggerDto, SystemCommunicationPipelineTriggerEdgeDto, SystemCommunicationPipelineTriggerInputDto, SystemCommunicationPipelineTriggerInputUpdateDto, SystemCommunicationPipelineTriggerMutationsCreateArgsDto, SystemCommunicationPipelineTriggerMutationsDto, SystemCommunicationPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationPipelineTriggerParentArgsDto, SystemCommunicationPipelineTriggerRelatesFromArgsDto, SystemCommunicationPipelineTriggerRelatesToArgsDto, SystemCommunicationPipelineTriggerTaggedByArgsDto, SystemCommunicationPipelineTriggerTriggeredByArgsDto, SystemCommunicationPipelineTriggerUpdateDto, SystemCommunicationPipelineTriggerUpdateMessageDto, SystemCommunicationPipelineTrigger_TriggersUnionConnectionDto, SystemCommunicationPipelineTrigger_TriggersUnionDto, SystemCommunicationPipelineTrigger_TriggersUnionEdgeDto, SystemCommunicationPipelineTriggersArgsDto, 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_TriggeredByUnionConnectionDto, SystemCommunicationPipeline_TriggeredByUnionDto, SystemCommunicationPipeline_TriggeredByUnionEdgeDto, 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, SystemIdentityEmailDomainGroupRuleAssociationsArgsDto, SystemIdentityEmailDomainGroupRuleConfiguredByArgsDto, SystemIdentityEmailDomainGroupRuleConnectionDto, SystemIdentityEmailDomainGroupRuleDto, SystemIdentityEmailDomainGroupRuleEdgeDto, SystemIdentityEmailDomainGroupRuleInputDto, SystemIdentityEmailDomainGroupRuleInputUpdateDto, SystemIdentityEmailDomainGroupRuleMutationsCreateArgsDto, SystemIdentityEmailDomainGroupRuleMutationsDto, SystemIdentityEmailDomainGroupRuleMutationsUpdateArgsDto, SystemIdentityEmailDomainGroupRuleRelatesFromArgsDto, SystemIdentityEmailDomainGroupRuleRelatesToArgsDto, SystemIdentityEmailDomainGroupRuleTaggedByArgsDto, SystemIdentityEmailDomainGroupRuleUpdateDto, SystemIdentityEmailDomainGroupRuleUpdateMessageDto, SystemIdentityExternalTenantUserMappingAssociationsArgsDto, SystemIdentityExternalTenantUserMappingConfiguredByArgsDto, SystemIdentityExternalTenantUserMappingConnectionDto, SystemIdentityExternalTenantUserMappingDto, SystemIdentityExternalTenantUserMappingEdgeDto, SystemIdentityExternalTenantUserMappingInputDto, SystemIdentityExternalTenantUserMappingInputUpdateDto, SystemIdentityExternalTenantUserMappingMemberOfGroupsArgsDto, SystemIdentityExternalTenantUserMappingMutationsCreateArgsDto, SystemIdentityExternalTenantUserMappingMutationsDto, SystemIdentityExternalTenantUserMappingMutationsUpdateArgsDto, SystemIdentityExternalTenantUserMappingRelatesFromArgsDto, SystemIdentityExternalTenantUserMappingRelatesToArgsDto, SystemIdentityExternalTenantUserMappingTaggedByArgsDto, SystemIdentityExternalTenantUserMappingUpdateDto, SystemIdentityExternalTenantUserMappingUpdateMessageDto, 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, SystemIdentityGroupAssignedRolesArgsDto, SystemIdentityGroupAssociationsArgsDto, SystemIdentityGroupChildGroupsArgsDto, SystemIdentityGroupConfiguredByArgsDto, SystemIdentityGroupConnectionDto, SystemIdentityGroupDto, SystemIdentityGroupEdgeDto, SystemIdentityGroupInputDto, SystemIdentityGroupInputUpdateDto, SystemIdentityGroupMembersArgsDto, SystemIdentityGroupMutationsCreateArgsDto, SystemIdentityGroupMutationsDto, SystemIdentityGroupMutationsUpdateArgsDto, SystemIdentityGroupParentGroupsArgsDto, SystemIdentityGroupRelatesFromArgsDto, SystemIdentityGroupRelatesToArgsDto, SystemIdentityGroupTaggedByArgsDto, SystemIdentityGroupUpdateDto, SystemIdentityGroupUpdateMessageDto, SystemIdentityGroup_AssignedEntitiesUnionConnectionDto, SystemIdentityGroup_AssignedEntitiesUnionDto, SystemIdentityGroup_AssignedEntitiesUnionEdgeDto, SystemIdentityGroup_ChildGroupsUnionConnectionDto, SystemIdentityGroup_ChildGroupsUnionDto, SystemIdentityGroup_ChildGroupsUnionEdgeDto, SystemIdentityGroup_MemberOfGroupsUnionConnectionDto, SystemIdentityGroup_MemberOfGroupsUnionDto, SystemIdentityGroup_MemberOfGroupsUnionEdgeDto, SystemIdentityGroup_ParentGroupsUnionConnectionDto, SystemIdentityGroup_ParentGroupsUnionDto, SystemIdentityGroup_ParentGroupsUnionEdgeDto, 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, SystemIdentityOctoTenantIdentityProviderAssociationsArgsDto, SystemIdentityOctoTenantIdentityProviderConfiguredByArgsDto, SystemIdentityOctoTenantIdentityProviderConnectionDto, SystemIdentityOctoTenantIdentityProviderDto, SystemIdentityOctoTenantIdentityProviderEdgeDto, SystemIdentityOctoTenantIdentityProviderInputDto, SystemIdentityOctoTenantIdentityProviderInputUpdateDto, SystemIdentityOctoTenantIdentityProviderMutationsCreateArgsDto, SystemIdentityOctoTenantIdentityProviderMutationsDto, SystemIdentityOctoTenantIdentityProviderMutationsUpdateArgsDto, SystemIdentityOctoTenantIdentityProviderRelatesFromArgsDto, SystemIdentityOctoTenantIdentityProviderRelatesToArgsDto, SystemIdentityOctoTenantIdentityProviderTaggedByArgsDto, SystemIdentityOctoTenantIdentityProviderUpdateDto, SystemIdentityOctoTenantIdentityProviderUpdateMessageDto, 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, SystemIdentityRoleAssignedEntitiesArgsDto, SystemIdentityRoleAssociationsArgsDto, SystemIdentityRoleClaimDto, SystemIdentityRoleClaimInputDto, SystemIdentityRoleConfiguredByArgsDto, SystemIdentityRoleConnectionDto, SystemIdentityRoleDto, SystemIdentityRoleEdgeDto, SystemIdentityRoleInputDto, SystemIdentityRoleInputUpdateDto, SystemIdentityRoleMutationsCreateArgsDto, SystemIdentityRoleMutationsDto, SystemIdentityRoleMutationsUpdateArgsDto, SystemIdentityRoleRelatesFromArgsDto, SystemIdentityRoleRelatesToArgsDto, SystemIdentityRoleTaggedByArgsDto, SystemIdentityRoleUpdateDto, SystemIdentityRoleUpdateMessageDto, SystemIdentityRole_AssignedRolesUnionConnectionDto, SystemIdentityRole_AssignedRolesUnionDto, SystemIdentityRole_AssignedRolesUnionEdgeDto, SystemIdentitySecretDto, SystemIdentitySecretInputDto, SystemIdentityUserAssignedRolesArgsDto, SystemIdentityUserAssociationsArgsDto, SystemIdentityUserClaimDto, SystemIdentityUserClaimInputDto, SystemIdentityUserConfiguredByArgsDto, SystemIdentityUserConnectionDto, SystemIdentityUserDto, SystemIdentityUserEdgeDto, SystemIdentityUserInputDto, SystemIdentityUserInputUpdateDto, SystemIdentityUserLoginDto, SystemIdentityUserLoginInputDto, SystemIdentityUserMemberOfGroupsArgsDto, SystemIdentityUserMutationsCreateArgsDto, SystemIdentityUserMutationsDto, SystemIdentityUserMutationsUpdateArgsDto, SystemIdentityUserRelatesFromArgsDto, SystemIdentityUserRelatesToArgsDto, SystemIdentityUserTaggedByArgsDto, SystemIdentityUserTokenDto, SystemIdentityUserTokenInputDto, SystemIdentityUserUpdateDto, SystemIdentityUserUpdateMessageDto, SystemIdentityUser_MembersUnionConnectionDto, SystemIdentityUser_MembersUnionDto, SystemIdentityUser_MembersUnionEdgeDto, 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, SystemStreamDataAggregationQueryAssociationsArgsDto, SystemStreamDataAggregationQueryConfiguredByArgsDto, SystemStreamDataAggregationQueryConnectionDto, SystemStreamDataAggregationQueryDto, SystemStreamDataAggregationQueryEdgeDto, SystemStreamDataAggregationQueryInputDto, SystemStreamDataAggregationQueryInputUpdateDto, SystemStreamDataAggregationQueryMutationsCreateArgsDto, SystemStreamDataAggregationQueryMutationsDto, SystemStreamDataAggregationQueryMutationsUpdateArgsDto, SystemStreamDataAggregationQueryRelatesFromArgsDto, SystemStreamDataAggregationQueryRelatesToArgsDto, SystemStreamDataAggregationQueryTaggedByArgsDto, SystemStreamDataAggregationQueryUpdateDto, SystemStreamDataAggregationQueryUpdateMessageDto, SystemStreamDataDownsamplingQueryAssociationsArgsDto, SystemStreamDataDownsamplingQueryConfiguredByArgsDto, SystemStreamDataDownsamplingQueryConnectionDto, SystemStreamDataDownsamplingQueryDto, SystemStreamDataDownsamplingQueryEdgeDto, SystemStreamDataDownsamplingQueryInputDto, SystemStreamDataDownsamplingQueryInputUpdateDto, SystemStreamDataDownsamplingQueryMutationsCreateArgsDto, SystemStreamDataDownsamplingQueryMutationsDto, SystemStreamDataDownsamplingQueryMutationsUpdateArgsDto, SystemStreamDataDownsamplingQueryRelatesFromArgsDto, SystemStreamDataDownsamplingQueryRelatesToArgsDto, SystemStreamDataDownsamplingQueryTaggedByArgsDto, SystemStreamDataDownsamplingQueryUpdateDto, SystemStreamDataDownsamplingQueryUpdateMessageDto, SystemStreamDataGroupingAggregationQueryAssociationsArgsDto, SystemStreamDataGroupingAggregationQueryConfiguredByArgsDto, SystemStreamDataGroupingAggregationQueryConnectionDto, SystemStreamDataGroupingAggregationQueryDto, SystemStreamDataGroupingAggregationQueryEdgeDto, SystemStreamDataGroupingAggregationQueryInputDto, SystemStreamDataGroupingAggregationQueryInputUpdateDto, SystemStreamDataGroupingAggregationQueryMutationsCreateArgsDto, SystemStreamDataGroupingAggregationQueryMutationsDto, SystemStreamDataGroupingAggregationQueryMutationsUpdateArgsDto, SystemStreamDataGroupingAggregationQueryRelatesFromArgsDto, SystemStreamDataGroupingAggregationQueryRelatesToArgsDto, SystemStreamDataGroupingAggregationQueryTaggedByArgsDto, SystemStreamDataGroupingAggregationQueryUpdateDto, SystemStreamDataGroupingAggregationQueryUpdateMessageDto, SystemStreamDataSimpleQueryAssociationsArgsDto, SystemStreamDataSimpleQueryConfiguredByArgsDto, SystemStreamDataSimpleQueryConnectionDto, SystemStreamDataSimpleQueryDto, SystemStreamDataSimpleQueryEdgeDto, SystemStreamDataSimpleQueryInputDto, SystemStreamDataSimpleQueryInputUpdateDto, SystemStreamDataSimpleQueryMutationsCreateArgsDto, SystemStreamDataSimpleQueryMutationsDto, SystemStreamDataSimpleQueryMutationsUpdateArgsDto, SystemStreamDataSimpleQueryRelatesFromArgsDto, SystemStreamDataSimpleQueryRelatesToArgsDto, SystemStreamDataSimpleQueryTaggedByArgsDto, SystemStreamDataSimpleQueryUpdateDto, SystemStreamDataSimpleQueryUpdateMessageDto, 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, UpdateGroupDto, UpgradeCheckResponseDto, UserDto };
|