@meshmakers/octo-services 3.3.700 → 3.3.710

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.
@@ -381,6 +381,48 @@ interface DebugPointDataDto {
381
381
  output: unknown | null;
382
382
  }
383
383
 
384
+ interface CkModelCatalogDto {
385
+ name: string;
386
+ description: string;
387
+ }
388
+ interface CkModelCatalogItemDto {
389
+ id: string;
390
+ name: string;
391
+ version: string;
392
+ description?: string;
393
+ catalogName: string;
394
+ }
395
+ interface CkModelCatalogListResponseDto {
396
+ items: CkModelCatalogItemDto[];
397
+ totalCount: number;
398
+ skip: number;
399
+ take: number;
400
+ }
401
+ interface ImportFromCatalogRequestDto {
402
+ catalogName: string;
403
+ modelId: string;
404
+ }
405
+ interface DependencyResolutionItemDto {
406
+ modelId: string;
407
+ name: string;
408
+ requiredVersion: string;
409
+ installedVersion?: string;
410
+ action: 'install' | 'update' | 'none';
411
+ dependencies: DependencyResolutionItemDto[];
412
+ }
413
+ interface DependencyResolutionResponseDto {
414
+ rootModel: DependencyResolutionItemDto;
415
+ }
416
+ interface UpgradeCheckResponseDto {
417
+ modelName: string;
418
+ installedVersion?: string;
419
+ targetVersion: string;
420
+ upgradeNeeded: boolean;
421
+ migrationPathAvailable: boolean;
422
+ hasBreakingChanges: boolean;
423
+ errorMessage?: string;
424
+ }
425
+
384
426
  type Maybe<T> = T | null;
385
427
  type InputMaybe<T> = Maybe<T>;
386
428
  type Exact<T extends {
@@ -35715,6 +35757,23 @@ declare class TusUploadService {
35715
35757
  static ɵprov: i0.ɵɵInjectableDeclaration<TusUploadService>;
35716
35758
  }
35717
35759
 
35760
+ declare class CkModelCatalogService {
35761
+ private readonly httpClient;
35762
+ private readonly configurationService;
35763
+ private readonly tenantIdProvider;
35764
+ private getSystemApiBaseUrl;
35765
+ private getTenantApiBaseUrl;
35766
+ getCatalogs(): Promise<CkModelCatalogDto[] | null>;
35767
+ listModels(skip?: number, take?: number): Promise<CkModelCatalogListResponseDto | null>;
35768
+ searchModels(q: string, skip?: number, take?: number): Promise<CkModelCatalogListResponseDto | null>;
35769
+ refreshCatalogs(): Promise<void>;
35770
+ importFromCatalog(tenantId: string, catalogName: string, modelId: string): Promise<ImportModelResponseDto | null>;
35771
+ resolveDependencies(tenantId: string, catalogName: string, modelId: string): Promise<DependencyResolutionResponseDto | null>;
35772
+ checkUpgrade(tenantId: string, catalogName: string, modelId: string): Promise<UpgradeCheckResponseDto | null>;
35773
+ static ɵfac: i0.ɵɵFactoryDeclaration<CkModelCatalogService, never>;
35774
+ static ɵprov: i0.ɵɵInjectableDeclaration<CkModelCatalogService>;
35775
+ }
35776
+
35718
35777
  /**
35719
35778
  * Provider function type for getting the current tenant ID.
35720
35779
  * Apps must provide this for tenant-specific operations like export/import.
@@ -35931,5 +35990,5 @@ declare class OctoGraphQLServiceBase {
35931
35990
 
35932
35991
  declare function provideOctoServices(octoServiceOptions?: OctoServiceOptions): EnvironmentProviders;
35933
35992
 
35934
- export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, BasicLegalEntityTypeDto, BasicSalutationDto, BasicTypeOfTelephoneBasicDto, BasicTypeOfTelephoneEnhancedDto, BasicUnitOfMeasureDto, BotService, CONFIGURATION_SERVICE, CkExtensionUpdateOperationsDto, CkModelService, CkTypeAttributeService, CkTypeMetaData, CkTypeSelectorService, CommunicationService, DeleteStrategiesDto, DeploymentState, EnergyCommunityBillingCycleDto, EnergyCommunityBillingDocumentStateDto, EnergyCommunityBillingTypeDto, EnergyCommunityDataQualityDto, EnergyCommunityFacilityTypeDto, EnergyCommunityProductionTypeDto, EnergyCommunityStateDto, EnergyCommunityTaxProcedureCreditNoteDto, EnvironmentGoalStateDto, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
35935
- 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, BasicFaxNumberDto, BasicFaxNumberInputDto, BasicMarkingDto, BasicMarkingInputDto, BasicNamePlateDto, BasicNamePlateInputDto, BasicNamedEntityAssociationsArgsDto, BasicNamedEntityConfiguredByArgsDto, BasicNamedEntityConnectionDto, BasicNamedEntityDto, BasicNamedEntityEdgeDto, BasicNamedEntityInterfaceConfiguredByArgsDto, BasicNamedEntityInterfaceDto, BasicNamedEntityInterfaceRelatesFromArgsDto, BasicNamedEntityInterfaceRelatesToArgsDto, BasicNamedEntityInterfaceTaggedByArgsDto, BasicNamedEntityRelatesFromArgsDto, BasicNamedEntityRelatesToArgsDto, BasicNamedEntityTaggedByArgsDto, BasicNamedEntityUpdateDto, BasicNamedEntityUpdateMessageDto, BasicPhoneNumberDto, BasicPhoneNumberInputDto, BasicStateAssociationsArgsDto, BasicStateChildrenArgsDto, BasicStateConfiguredByArgsDto, BasicStateConnectionDto, BasicStateDto, BasicStateEdgeDto, BasicStateInputDto, BasicStateInputUpdateDto, BasicStateMutationsCreateArgsDto, BasicStateMutationsDto, BasicStateMutationsUpdateArgsDto, BasicStateOrdersArgsDto, BasicStateParentArgsDto, BasicStateRelatesFromArgsDto, BasicStateRelatesToArgsDto, BasicStateTaggedByArgsDto, BasicStateUpdateDto, BasicStateUpdateMessageDto, BasicTimeRangeDto, BasicTimeRangeInputDto, BasicTreeAssociationsArgsDto, BasicTreeChildrenArgsDto, BasicTreeConfiguredByArgsDto, BasicTreeConnectionDto, BasicTreeDto, BasicTreeEdgeDto, BasicTreeInputDto, BasicTreeInputUpdateDto, BasicTreeMutationsCreateArgsDto, BasicTreeMutationsDto, BasicTreeMutationsUpdateArgsDto, BasicTreeNodeAssociationsArgsDto, BasicTreeNodeChildrenArgsDto, BasicTreeNodeConfiguredByArgsDto, BasicTreeNodeConnectionDto, BasicTreeNodeDto, BasicTreeNodeEdgeDto, BasicTreeNodeInputDto, BasicTreeNodeInputUpdateDto, BasicTreeNodeMutationsCreateArgsDto, BasicTreeNodeMutationsDto, BasicTreeNodeMutationsUpdateArgsDto, BasicTreeNodeOrdersArgsDto, BasicTreeNodeParentArgsDto, BasicTreeNodeRelatesFromArgsDto, BasicTreeNodeRelatesToArgsDto, BasicTreeNodeTaggedByArgsDto, BasicTreeNodeUpdateDto, BasicTreeNodeUpdateMessageDto, BasicTreeNode_ChildrenUnionConnectionDto, BasicTreeNode_ChildrenUnionDto, BasicTreeNode_ChildrenUnionEdgeDto, BasicTreeNode_MachineUnionConnectionDto, BasicTreeNode_MachineUnionDto, BasicTreeNode_MachineUnionEdgeDto, BasicTreeNode_ParentUnionConnectionDto, BasicTreeNode_ParentUnionDto, BasicTreeNode_ParentUnionEdgeDto, BasicTreeNode_RelatesToUnionConnectionDto, BasicTreeNode_RelatesToUnionDto, BasicTreeNode_RelatesToUnionEdgeDto, BasicTreeRelatesFromArgsDto, BasicTreeRelatesToArgsDto, BasicTreeTaggedByArgsDto, BasicTreeUpdateDto, BasicTreeUpdateMessageDto, BasicTree_ParentUnionConnectionDto, BasicTree_ParentUnionDto, BasicTree_ParentUnionEdgeDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelRecordsArgsDto, CkModelTypesArgsDto, CkRecordAttributesArgsDto, CkRecordDerivedRecordTypesArgsDto, CkRecordDto, CkRecordDtoConnectionDto, CkRecordDtoEdgeDto, CkRecordIdDto, CkTypeAssociationDirectionDto, CkTypeAssociationDto, CkTypeAssociationSourceDto, CkTypeAttributeDto, CkTypeAttributeDtoConnectionDto, CkTypeAttributeDtoEdgeDto, CkTypeAttributeInfo, CkTypeAttributesArgsDto, CkTypeAvailableQueryColumnsArgsDto, CkTypeDerivedTypesArgsDto, CkTypeDirectAndIndirectDerivedTypesArgsDto, CkTypeDto, CkTypeDtoConnectionDto, CkTypeDtoEdgeDto, CkTypeIdDto, CkTypeQueryColumnDto, CkTypeQueryColumnDtoConnectionDto, CkTypeQueryColumnDtoEdgeDto, CkTypeSelectorItem, CkTypeSelectorResult, ClientDto, ClientScope, ConfigurationDto, ConstructionKitMutationsDto, ConstructionKitMutationsEnumsArgsDto, ConstructionKitQueryAssociationRolesArgsDto, ConstructionKitQueryAttributesArgsDto, ConstructionKitQueryDto, ConstructionKitQueryEnumsArgsDto, ConstructionKitQueryModelsArgsDto, ConstructionKitQueryRecordsArgsDto, ConstructionKitQueryTypesArgsDto, CreateExternalTenantUserMappingDto, CreateGroupDto, DebugMessage, DebugPointDataDto, DebugPointNode, 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, 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, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, 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, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerBillingsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentEnvironmentalGoalAssociationsArgsDto, EnvironmentEnvironmentalGoalConfiguredByArgsDto, EnvironmentEnvironmentalGoalConnectionDto, EnvironmentEnvironmentalGoalDto, EnvironmentEnvironmentalGoalEdgeDto, EnvironmentEnvironmentalGoalInputDto, EnvironmentEnvironmentalGoalInputUpdateDto, EnvironmentEnvironmentalGoalMutationsCreateArgsDto, EnvironmentEnvironmentalGoalMutationsDto, EnvironmentEnvironmentalGoalMutationsUpdateArgsDto, EnvironmentEnvironmentalGoalParentArgsDto, EnvironmentEnvironmentalGoalRelatesFromArgsDto, EnvironmentEnvironmentalGoalRelatesToArgsDto, EnvironmentEnvironmentalGoalTaggedByArgsDto, EnvironmentEnvironmentalGoalUpdateDto, EnvironmentEnvironmentalGoalUpdateMessageDto, EnvironmentWasteMeterAssociationsArgsDto, EnvironmentWasteMeterChildrenArgsDto, EnvironmentWasteMeterConfiguredByArgsDto, EnvironmentWasteMeterConnectionDto, EnvironmentWasteMeterDto, EnvironmentWasteMeterEdgeDto, EnvironmentWasteMeterEventsArgsDto, EnvironmentWasteMeterInputDto, EnvironmentWasteMeterInputUpdateDto, EnvironmentWasteMeterMutationsCreateArgsDto, EnvironmentWasteMeterMutationsDto, EnvironmentWasteMeterMutationsUpdateArgsDto, EnvironmentWasteMeterOrdersArgsDto, EnvironmentWasteMeterParentArgsDto, EnvironmentWasteMeterRelatesFromArgsDto, EnvironmentWasteMeterRelatesToArgsDto, EnvironmentWasteMeterTaggedByArgsDto, EnvironmentWasteMeterUpdateDto, EnvironmentWasteMeterUpdateMessageDto, Exact, ExportModelResponseDto, ExternalLoginDto, 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, 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, IndustryEnergyBatteryAssociationsArgsDto, IndustryEnergyBatteryChildrenArgsDto, IndustryEnergyBatteryConfiguredByArgsDto, IndustryEnergyBatteryConnectionDto, IndustryEnergyBatteryDto, IndustryEnergyBatteryEdgeDto, IndustryEnergyBatteryEventsArgsDto, IndustryEnergyBatteryInputDto, IndustryEnergyBatteryInputUpdateDto, IndustryEnergyBatteryMutationsCreateArgsDto, IndustryEnergyBatteryMutationsDto, IndustryEnergyBatteryMutationsUpdateArgsDto, IndustryEnergyBatteryOrderItemsArgsDto, IndustryEnergyBatteryOrdersArgsDto, IndustryEnergyBatteryParentArgsDto, IndustryEnergyBatteryRelatesFromArgsDto, IndustryEnergyBatteryRelatesToArgsDto, IndustryEnergyBatteryRuntimeVariablesArgsDto, IndustryEnergyBatteryShiftAssignmentsArgsDto, IndustryEnergyBatteryTaggedByArgsDto, IndustryEnergyBatteryUpdateDto, IndustryEnergyBatteryUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrderItemsArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterShiftAssignmentsArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrderItemsArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterShiftAssignmentsArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicAssociationsArgsDto, IndustryEnergyPhotovoltaicChildrenArgsDto, IndustryEnergyPhotovoltaicConfiguredByArgsDto, IndustryEnergyPhotovoltaicConnectionDto, IndustryEnergyPhotovoltaicDto, IndustryEnergyPhotovoltaicEdgeDto, IndustryEnergyPhotovoltaicEventsArgsDto, IndustryEnergyPhotovoltaicInputDto, IndustryEnergyPhotovoltaicInputUpdateDto, IndustryEnergyPhotovoltaicModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicModuleChildrenArgsDto, IndustryEnergyPhotovoltaicModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicModuleConnectionDto, IndustryEnergyPhotovoltaicModuleDto, IndustryEnergyPhotovoltaicModuleEdgeDto, IndustryEnergyPhotovoltaicModuleEventsArgsDto, IndustryEnergyPhotovoltaicModuleInputDto, IndustryEnergyPhotovoltaicModuleInputUpdateDto, IndustryEnergyPhotovoltaicModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicModuleMutationsDto, IndustryEnergyPhotovoltaicModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicModuleOrderItemsArgsDto, IndustryEnergyPhotovoltaicModuleOrdersArgsDto, IndustryEnergyPhotovoltaicModuleParentArgsDto, IndustryEnergyPhotovoltaicModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicModuleShiftAssignmentsArgsDto, IndustryEnergyPhotovoltaicModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicModuleUpdateDto, IndustryEnergyPhotovoltaicModuleUpdateMessageDto, IndustryEnergyPhotovoltaicMutationsCreateArgsDto, IndustryEnergyPhotovoltaicMutationsDto, IndustryEnergyPhotovoltaicMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicOrdersArgsDto, IndustryEnergyPhotovoltaicParentArgsDto, IndustryEnergyPhotovoltaicRelatesFromArgsDto, IndustryEnergyPhotovoltaicRelatesToArgsDto, IndustryEnergyPhotovoltaicStringAssociationsArgsDto, IndustryEnergyPhotovoltaicStringChildrenArgsDto, IndustryEnergyPhotovoltaicStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicStringConnectionDto, IndustryEnergyPhotovoltaicStringDto, IndustryEnergyPhotovoltaicStringEdgeDto, IndustryEnergyPhotovoltaicStringEventsArgsDto, IndustryEnergyPhotovoltaicStringInputDto, IndustryEnergyPhotovoltaicStringInputUpdateDto, IndustryEnergyPhotovoltaicStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicStringMutationsDto, IndustryEnergyPhotovoltaicStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicStringOrdersArgsDto, IndustryEnergyPhotovoltaicStringParentArgsDto, IndustryEnergyPhotovoltaicStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicStringRelatesToArgsDto, IndustryEnergyPhotovoltaicStringTaggedByArgsDto, IndustryEnergyPhotovoltaicStringUpdateDto, IndustryEnergyPhotovoltaicStringUpdateMessageDto, IndustryEnergyPhotovoltaicTaggedByArgsDto, IndustryEnergyPhotovoltaicUpdateDto, IndustryEnergyPhotovoltaicUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, 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, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyBatteryEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsIndustryManufacturingPartialFeedbackEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftMachineEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftTemplateEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgeAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgePipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, 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, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyBatteryArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryIndustryManufacturingPartialFeedbackArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftArgsDto, RuntimeModelQueryIndustryManufacturingShiftMachineArgsDto, RuntimeModelQueryIndustryManufacturingShiftOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftTemplateArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdgeAdapterArgsDto, RuntimeModelQuerySystemCommunicationEdgePipelineArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMeshAdapterArgsDto, RuntimeModelQuerySystemCommunicationMeshPipelineArgsDto, RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, 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, StreamDataArgumentsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyBatteryArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamDataModelQueryIndustryManufacturingProductionOrderArgsDto, StreamDataModelQueryIndustryManufacturingShiftMachineArgsDto, StreamDataModelQueryIndustryManufacturingShiftOrderItemArgsDto, StreamDataModelQueryStreamDataAggregationQueryArgsDto, StreamDataModelQueryStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryStreamDataGroupingAggregationQueryArgsDto, StreamDataModelQueryStreamDataQueryArgsDto, StreamDataModelQueryTransientStreamDataAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryTransientStreamDataGroupedAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataQueryArgsDto, StreamDataQueryColumnInputDto, StreamDataQueryRowCellsArgsDto, StreamDataQueryRowDto, StreamDataQueryRowDtoConnectionDto, StreamDataQueryRowDtoEdgeDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmAcknowledgedArgsDto, StreamIndustryBasicAlarmCategoryArgsDto, StreamIndustryBasicAlarmCauseArgsDto, StreamIndustryBasicAlarmClearedArgsDto, StreamIndustryBasicAlarmConnectionDto, StreamIndustryBasicAlarmDto, StreamIndustryBasicAlarmEdgeDto, StreamIndustryBasicAlarmLastModifiedArgsDto, StreamIndustryBasicAlarmMessageArgsDto, StreamIndustryBasicAlarmPriorityArgsDto, StreamIndustryBasicAlarmReactivatedArgsDto, StreamIndustryBasicAlarmReactivatedCountArgsDto, StreamIndustryBasicAlarmReceivedArgsDto, StreamIndustryBasicAlarmRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmSourceArgsDto, StreamIndustryBasicAlarmStateArgsDto, StreamIndustryBasicAlarmTagNameArgsDto, StreamIndustryBasicAlarmTypeArgsDto, StreamIndustryBasicEventCategoryArgsDto, StreamIndustryBasicEventConnectionDto, StreamIndustryBasicEventDto, StreamIndustryBasicEventEdgeDto, StreamIndustryBasicEventMessageArgsDto, StreamIndustryBasicEventReceivedArgsDto, StreamIndustryBasicEventRtChangedDateTimeArgsDto, StreamIndustryBasicEventTagNameArgsDto, StreamIndustryBasicMachineConnectionDto, StreamIndustryBasicMachineDto, StreamIndustryBasicMachineEdgeDto, StreamIndustryBasicMachineMachineStateArgsDto, StreamIndustryBasicMachineOperatingHoursArgsDto, StreamIndustryBasicMachineRtChangedDateTimeArgsDto, StreamIndustryBasicMachineStandStillCounterArgsDto, StreamIndustryBasicRuntimeVariableBooleanValueArgsDto, StreamIndustryBasicRuntimeVariableConnectionDto, StreamIndustryBasicRuntimeVariableDateTimeValueArgsDto, StreamIndustryBasicRuntimeVariableDoubleValueArgsDto, StreamIndustryBasicRuntimeVariableDto, StreamIndustryBasicRuntimeVariableEdgeDto, StreamIndustryBasicRuntimeVariableIecDataTypeArgsDto, StreamIndustryBasicRuntimeVariableInt64ValueArgsDto, StreamIndustryBasicRuntimeVariableIntValueArgsDto, StreamIndustryBasicRuntimeVariableRtChangedDateTimeArgsDto, StreamIndustryBasicRuntimeVariableStringValueArgsDto, StreamIndustryBasicRuntimeVariableTimeSpanValueArgsDto, StreamIndustryEnergyBatteryAmpereArgsDto, StreamIndustryEnergyBatteryCapacityArgsDto, StreamIndustryEnergyBatteryConnectionDto, StreamIndustryEnergyBatteryDto, StreamIndustryEnergyBatteryEdgeDto, StreamIndustryEnergyBatteryExportedEnergyArgsDto, StreamIndustryEnergyBatteryImportedEnergyArgsDto, StreamIndustryEnergyBatteryMachineStateArgsDto, StreamIndustryEnergyBatteryNumOfCyclesArgsDto, StreamIndustryEnergyBatteryOperatingHoursArgsDto, StreamIndustryEnergyBatteryPowerArgsDto, StreamIndustryEnergyBatteryRtChangedDateTimeArgsDto, StreamIndustryEnergyBatterySoCArgsDto, StreamIndustryEnergyBatterySoHArgsDto, StreamIndustryEnergyBatteryStandStillCounterArgsDto, StreamIndustryEnergyBatteryVoltageArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicModuleConnectionDto, StreamIndustryEnergyPhotovoltaicModuleDto, StreamIndustryEnergyPhotovoltaicModuleEdgeDto, StreamIndustryEnergyPhotovoltaicModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicStringConnectionDto, StreamIndustryEnergyPhotovoltaicStringDto, StreamIndustryEnergyPhotovoltaicStringEdgeDto, StreamIndustryEnergyPhotovoltaicStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, 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, SystemCommunicationAdapterInterfaceConfiguredByArgsDto, SystemCommunicationAdapterInterfaceDto, SystemCommunicationAdapterInterfaceExecutesArgsDto, SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceManagedByArgsDto, SystemCommunicationAdapterInterfaceRelatesFromArgsDto, SystemCommunicationAdapterInterfaceRelatesToArgsDto, SystemCommunicationAdapterInterfaceTaggedByArgsDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataPipelineAssociationsArgsDto, SystemCommunicationDataPipelineChildrenArgsDto, SystemCommunicationDataPipelineConfiguredByArgsDto, SystemCommunicationDataPipelineConnectionDto, SystemCommunicationDataPipelineDto, SystemCommunicationDataPipelineEdgeDto, SystemCommunicationDataPipelineInputDto, SystemCommunicationDataPipelineInputUpdateDto, SystemCommunicationDataPipelineMutationsCreateArgsDto, SystemCommunicationDataPipelineMutationsDto, SystemCommunicationDataPipelineMutationsUpdateArgsDto, SystemCommunicationDataPipelineRelatesFromArgsDto, SystemCommunicationDataPipelineRelatesToArgsDto, SystemCommunicationDataPipelineTaggedByArgsDto, SystemCommunicationDataPipelineTriggerAssociationsArgsDto, SystemCommunicationDataPipelineTriggerConfiguredByArgsDto, SystemCommunicationDataPipelineTriggerConnectionDto, SystemCommunicationDataPipelineTriggerDto, SystemCommunicationDataPipelineTriggerEdgeDto, SystemCommunicationDataPipelineTriggerInputDto, SystemCommunicationDataPipelineTriggerInputUpdateDto, SystemCommunicationDataPipelineTriggerMutationsCreateArgsDto, SystemCommunicationDataPipelineTriggerMutationsDto, SystemCommunicationDataPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationDataPipelineTriggerRelatesFromArgsDto, SystemCommunicationDataPipelineTriggerRelatesToArgsDto, SystemCommunicationDataPipelineTriggerTaggedByArgsDto, SystemCommunicationDataPipelineTriggerTriggersArgsDto, SystemCommunicationDataPipelineTriggerUpdateDto, SystemCommunicationDataPipelineTriggerUpdateMessageDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionConnectionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionEdgeDto, SystemCommunicationDataPipelineUpdateDto, SystemCommunicationDataPipelineUpdateMessageDto, SystemCommunicationDataPipeline_ParentUnionConnectionDto, SystemCommunicationDataPipeline_ParentUnionDto, SystemCommunicationDataPipeline_ParentUnionEdgeDto, SystemCommunicationDeployableEntityAssociationsArgsDto, SystemCommunicationDeployableEntityConfiguredByArgsDto, SystemCommunicationDeployableEntityConnectionDto, SystemCommunicationDeployableEntityDto, SystemCommunicationDeployableEntityEdgeDto, SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto, SystemCommunicationDeployableEntityInterfaceDto, SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto, SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto, SystemCommunicationDeployableEntityInterfaceTaggedByArgsDto, SystemCommunicationDeployableEntityRelatesFromArgsDto, SystemCommunicationDeployableEntityRelatesToArgsDto, SystemCommunicationDeployableEntityTaggedByArgsDto, SystemCommunicationDeployableEntityUpdateDto, SystemCommunicationDeployableEntityUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationAssociationsArgsDto, SystemCommunicationEMailReceiverConfigurationConfiguredByArgsDto, SystemCommunicationEMailReceiverConfigurationConnectionDto, SystemCommunicationEMailReceiverConfigurationDto, SystemCommunicationEMailReceiverConfigurationEdgeDto, SystemCommunicationEMailReceiverConfigurationInputDto, SystemCommunicationEMailReceiverConfigurationInputUpdateDto, SystemCommunicationEMailReceiverConfigurationMutationsCreateArgsDto, SystemCommunicationEMailReceiverConfigurationMutationsDto, SystemCommunicationEMailReceiverConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesFromArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesToArgsDto, SystemCommunicationEMailReceiverConfigurationTaggedByArgsDto, SystemCommunicationEMailReceiverConfigurationUpdateDto, SystemCommunicationEMailReceiverConfigurationUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationUsedByArgsDto, SystemCommunicationEMailSenderConfigurationAssociationsArgsDto, SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto, SystemCommunicationEMailSenderConfigurationConnectionDto, SystemCommunicationEMailSenderConfigurationDto, SystemCommunicationEMailSenderConfigurationEdgeDto, SystemCommunicationEMailSenderConfigurationInputDto, SystemCommunicationEMailSenderConfigurationInputUpdateDto, SystemCommunicationEMailSenderConfigurationMutationsCreateArgsDto, SystemCommunicationEMailSenderConfigurationMutationsDto, SystemCommunicationEMailSenderConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto, SystemCommunicationEMailSenderConfigurationRelatesToArgsDto, SystemCommunicationEMailSenderConfigurationTaggedByArgsDto, SystemCommunicationEMailSenderConfigurationUpdateDto, SystemCommunicationEMailSenderConfigurationUpdateMessageDto, SystemCommunicationEMailSenderConfigurationUsedByArgsDto, SystemCommunicationEdaConfigurationAssociationsArgsDto, SystemCommunicationEdaConfigurationConfiguredByArgsDto, SystemCommunicationEdaConfigurationConnectionDto, SystemCommunicationEdaConfigurationDto, SystemCommunicationEdaConfigurationEdgeDto, SystemCommunicationEdaConfigurationInputDto, SystemCommunicationEdaConfigurationInputUpdateDto, SystemCommunicationEdaConfigurationMutationsCreateArgsDto, SystemCommunicationEdaConfigurationMutationsDto, SystemCommunicationEdaConfigurationMutationsUpdateArgsDto, SystemCommunicationEdaConfigurationRelatesFromArgsDto, SystemCommunicationEdaConfigurationRelatesToArgsDto, SystemCommunicationEdaConfigurationTaggedByArgsDto, SystemCommunicationEdaConfigurationUpdateDto, SystemCommunicationEdaConfigurationUpdateMessageDto, SystemCommunicationEdaConfigurationUsedByArgsDto, SystemCommunicationEdgeAdapterAssociationsArgsDto, SystemCommunicationEdgeAdapterConfiguredByArgsDto, SystemCommunicationEdgeAdapterConnectionDto, SystemCommunicationEdgeAdapterDto, SystemCommunicationEdgeAdapterEdgeDto, SystemCommunicationEdgeAdapterExecutesArgsDto, SystemCommunicationEdgeAdapterExecutingAdapterArgsDto, SystemCommunicationEdgeAdapterInputDto, SystemCommunicationEdgeAdapterInputUpdateDto, SystemCommunicationEdgeAdapterManagedByArgsDto, SystemCommunicationEdgeAdapterMutationsCreateArgsDto, SystemCommunicationEdgeAdapterMutationsDto, SystemCommunicationEdgeAdapterMutationsUpdateArgsDto, SystemCommunicationEdgeAdapterRelatesFromArgsDto, SystemCommunicationEdgeAdapterRelatesToArgsDto, SystemCommunicationEdgeAdapterTaggedByArgsDto, SystemCommunicationEdgeAdapterUpdateDto, SystemCommunicationEdgeAdapterUpdateMessageDto, SystemCommunicationEdgePipelineAssociationsArgsDto, SystemCommunicationEdgePipelineConfiguredByArgsDto, SystemCommunicationEdgePipelineConnectionDto, SystemCommunicationEdgePipelineDto, SystemCommunicationEdgePipelineEdgeDto, SystemCommunicationEdgePipelineExecutedByArgsDto, SystemCommunicationEdgePipelineExecutedPipelineArgsDto, SystemCommunicationEdgePipelineInputDto, SystemCommunicationEdgePipelineInputUpdateDto, SystemCommunicationEdgePipelineIsUsingArgsDto, SystemCommunicationEdgePipelineMutationsCreateArgsDto, SystemCommunicationEdgePipelineMutationsDto, SystemCommunicationEdgePipelineMutationsUpdateArgsDto, SystemCommunicationEdgePipelineParentArgsDto, SystemCommunicationEdgePipelineRelatesFromArgsDto, SystemCommunicationEdgePipelineRelatesToArgsDto, SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto, SystemCommunicationEdgePipelineTaggedByArgsDto, SystemCommunicationEdgePipelineUpdateDto, SystemCommunicationEdgePipelineUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto, SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto, SystemCommunicationEnergyCommunityConfigurationConnectionDto, SystemCommunicationEnergyCommunityConfigurationDto, SystemCommunicationEnergyCommunityConfigurationEdgeDto, SystemCommunicationEnergyCommunityConfigurationInputDto, SystemCommunicationEnergyCommunityConfigurationInputUpdateDto, SystemCommunicationEnergyCommunityConfigurationMutationsCreateArgsDto, SystemCommunicationEnergyCommunityConfigurationMutationsDto, SystemCommunicationEnergyCommunityConfigurationMutationsUpdateArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto, SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto, SystemCommunicationEnergyCommunityConfigurationUpdateDto, SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationUsedByArgsDto, SystemCommunicationFinApiConfigurationAssociationsArgsDto, SystemCommunicationFinApiConfigurationConfiguredByArgsDto, SystemCommunicationFinApiConfigurationConnectionDto, SystemCommunicationFinApiConfigurationDto, SystemCommunicationFinApiConfigurationEdgeDto, SystemCommunicationFinApiConfigurationInputDto, SystemCommunicationFinApiConfigurationInputUpdateDto, SystemCommunicationFinApiConfigurationMutationsCreateArgsDto, SystemCommunicationFinApiConfigurationMutationsDto, SystemCommunicationFinApiConfigurationMutationsUpdateArgsDto, SystemCommunicationFinApiConfigurationRelatesFromArgsDto, SystemCommunicationFinApiConfigurationRelatesToArgsDto, SystemCommunicationFinApiConfigurationTaggedByArgsDto, SystemCommunicationFinApiConfigurationUpdateDto, SystemCommunicationFinApiConfigurationUpdateMessageDto, SystemCommunicationFinApiConfigurationUsedByArgsDto, SystemCommunicationMeshAdapterAssociationsArgsDto, SystemCommunicationMeshAdapterConfiguredByArgsDto, SystemCommunicationMeshAdapterConnectionDto, SystemCommunicationMeshAdapterDto, SystemCommunicationMeshAdapterEdgeDto, SystemCommunicationMeshAdapterExecutesArgsDto, SystemCommunicationMeshAdapterExecutingAdapterArgsDto, SystemCommunicationMeshAdapterInputDto, SystemCommunicationMeshAdapterInputUpdateDto, SystemCommunicationMeshAdapterManagedByArgsDto, SystemCommunicationMeshAdapterMutationsCreateArgsDto, SystemCommunicationMeshAdapterMutationsDto, SystemCommunicationMeshAdapterMutationsUpdateArgsDto, SystemCommunicationMeshAdapterRelatesFromArgsDto, SystemCommunicationMeshAdapterRelatesToArgsDto, SystemCommunicationMeshAdapterTaggedByArgsDto, SystemCommunicationMeshAdapterUpdateDto, SystemCommunicationMeshAdapterUpdateMessageDto, SystemCommunicationMeshPipelineAssociationsArgsDto, SystemCommunicationMeshPipelineConfiguredByArgsDto, SystemCommunicationMeshPipelineConnectionDto, SystemCommunicationMeshPipelineDto, SystemCommunicationMeshPipelineEdgeDto, SystemCommunicationMeshPipelineExecutedByArgsDto, SystemCommunicationMeshPipelineExecutedPipelineArgsDto, SystemCommunicationMeshPipelineInputDto, SystemCommunicationMeshPipelineInputUpdateDto, SystemCommunicationMeshPipelineIsUsingArgsDto, SystemCommunicationMeshPipelineMutationsCreateArgsDto, SystemCommunicationMeshPipelineMutationsDto, SystemCommunicationMeshPipelineMutationsUpdateArgsDto, SystemCommunicationMeshPipelineParentArgsDto, SystemCommunicationMeshPipelineRelatesFromArgsDto, SystemCommunicationMeshPipelineRelatesToArgsDto, SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto, SystemCommunicationMeshPipelineTaggedByArgsDto, SystemCommunicationMeshPipelineTriggeredByArgsDto, SystemCommunicationMeshPipelineUpdateDto, SystemCommunicationMeshPipelineUpdateMessageDto, SystemCommunicationMeshPipeline_TriggersUnionConnectionDto, SystemCommunicationMeshPipeline_TriggersUnionDto, SystemCommunicationMeshPipeline_TriggersUnionEdgeDto, SystemCommunicationMicrosoftGraphConfigurationAssociationsArgsDto, SystemCommunicationMicrosoftGraphConfigurationConfiguredByArgsDto, SystemCommunicationMicrosoftGraphConfigurationConnectionDto, SystemCommunicationMicrosoftGraphConfigurationDto, SystemCommunicationMicrosoftGraphConfigurationEdgeDto, SystemCommunicationMicrosoftGraphConfigurationInputDto, SystemCommunicationMicrosoftGraphConfigurationInputUpdateDto, SystemCommunicationMicrosoftGraphConfigurationMutationsCreateArgsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsUpdateArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesFromArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesToArgsDto, SystemCommunicationMicrosoftGraphConfigurationTaggedByArgsDto, SystemCommunicationMicrosoftGraphConfigurationUpdateDto, SystemCommunicationMicrosoftGraphConfigurationUpdateMessageDto, SystemCommunicationMicrosoftGraphConfigurationUsedByArgsDto, SystemCommunicationPipelineAssociationsArgsDto, SystemCommunicationPipelineConfiguredByArgsDto, SystemCommunicationPipelineConnectionDto, SystemCommunicationPipelineDto, SystemCommunicationPipelineEdgeDto, SystemCommunicationPipelineExecutedByArgsDto, SystemCommunicationPipelineExecutedPipelineArgsDto, SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto, SystemCommunicationPipelineExecutionAssociationsArgsDto, SystemCommunicationPipelineExecutionConfiguredByArgsDto, SystemCommunicationPipelineExecutionConnectionDto, SystemCommunicationPipelineExecutionDto, SystemCommunicationPipelineExecutionEdgeDto, SystemCommunicationPipelineExecutionInputDto, SystemCommunicationPipelineExecutionInputUpdateDto, SystemCommunicationPipelineExecutionMutationsCreateArgsDto, SystemCommunicationPipelineExecutionMutationsDto, SystemCommunicationPipelineExecutionMutationsUpdateArgsDto, SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto, SystemCommunicationPipelineExecutionRelatesFromArgsDto, SystemCommunicationPipelineExecutionRelatesToArgsDto, SystemCommunicationPipelineExecutionTaggedByArgsDto, SystemCommunicationPipelineExecutionUpdateDto, SystemCommunicationPipelineExecutionUpdateMessageDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionEdgeDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionEdgeDto, SystemCommunicationPipelineInterfaceConfiguredByArgsDto, SystemCommunicationPipelineInterfaceDto, SystemCommunicationPipelineInterfaceExecutedByArgsDto, SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto, SystemCommunicationPipelineInterfaceIsUsingArgsDto, SystemCommunicationPipelineInterfaceParentArgsDto, SystemCommunicationPipelineInterfaceRelatesFromArgsDto, SystemCommunicationPipelineInterfaceRelatesToArgsDto, SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto, SystemCommunicationPipelineInterfaceTaggedByArgsDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineParentArgsDto, SystemCommunicationPipelineRelatesFromArgsDto, SystemCommunicationPipelineRelatesToArgsDto, SystemCommunicationPipelineStatisticsAssociationsArgsDto, SystemCommunicationPipelineStatisticsConfiguredByArgsDto, SystemCommunicationPipelineStatisticsConnectionDto, SystemCommunicationPipelineStatisticsDto, SystemCommunicationPipelineStatisticsEdgeDto, SystemCommunicationPipelineStatisticsForPipelineArgsDto, SystemCommunicationPipelineStatisticsInputDto, SystemCommunicationPipelineStatisticsInputUpdateDto, SystemCommunicationPipelineStatisticsMutationsCreateArgsDto, SystemCommunicationPipelineStatisticsMutationsDto, SystemCommunicationPipelineStatisticsMutationsUpdateArgsDto, SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto, SystemCommunicationPipelineStatisticsRelatesFromArgsDto, SystemCommunicationPipelineStatisticsRelatesToArgsDto, SystemCommunicationPipelineStatisticsTaggedByArgsDto, SystemCommunicationPipelineStatisticsUpdateDto, SystemCommunicationPipelineStatisticsUpdateMessageDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionConnectionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionEdgeDto, SystemCommunicationPipelineTaggedByArgsDto, SystemCommunicationPipelineUpdateDto, SystemCommunicationPipelineUpdateMessageDto, SystemCommunicationPipeline_ChildrenUnionConnectionDto, SystemCommunicationPipeline_ChildrenUnionDto, SystemCommunicationPipeline_ChildrenUnionEdgeDto, SystemCommunicationPipeline_ExecutesUnionConnectionDto, SystemCommunicationPipeline_ExecutesUnionDto, SystemCommunicationPipeline_ExecutesUnionEdgeDto, SystemCommunicationPipeline_PipelineExecutionsUnionConnectionDto, SystemCommunicationPipeline_PipelineExecutionsUnionDto, SystemCommunicationPipeline_PipelineExecutionsUnionEdgeDto, SystemCommunicationPipeline_PipelineStatisticsUnionConnectionDto, SystemCommunicationPipeline_PipelineStatisticsUnionDto, SystemCommunicationPipeline_PipelineStatisticsUnionEdgeDto, SystemCommunicationPipeline_UsedByUnionConnectionDto, SystemCommunicationPipeline_UsedByUnionDto, SystemCommunicationPipeline_UsedByUnionEdgeDto, SystemCommunicationPoolAssociationsArgsDto, SystemCommunicationPoolConfiguredByArgsDto, SystemCommunicationPoolConnectionDto, SystemCommunicationPoolDto, SystemCommunicationPoolEdgeDto, SystemCommunicationPoolInputDto, SystemCommunicationPoolInputUpdateDto, SystemCommunicationPoolManagesArgsDto, SystemCommunicationPoolMutationsCreateArgsDto, SystemCommunicationPoolMutationsDto, SystemCommunicationPoolMutationsUpdateArgsDto, SystemCommunicationPoolRelatesFromArgsDto, SystemCommunicationPoolRelatesToArgsDto, SystemCommunicationPoolTaggedByArgsDto, SystemCommunicationPoolUpdateDto, SystemCommunicationPoolUpdateMessageDto, SystemCommunicationPool_ManagedByUnionConnectionDto, SystemCommunicationPool_ManagedByUnionDto, SystemCommunicationPool_ManagedByUnionEdgeDto, SystemCommunicationSapConfigurationAssociationsArgsDto, SystemCommunicationSapConfigurationConfiguredByArgsDto, SystemCommunicationSapConfigurationConnectionDto, SystemCommunicationSapConfigurationDto, SystemCommunicationSapConfigurationEdgeDto, SystemCommunicationSapConfigurationInputDto, SystemCommunicationSapConfigurationInputUpdateDto, SystemCommunicationSapConfigurationMutationsCreateArgsDto, SystemCommunicationSapConfigurationMutationsDto, SystemCommunicationSapConfigurationMutationsUpdateArgsDto, SystemCommunicationSapConfigurationRelatesFromArgsDto, SystemCommunicationSapConfigurationRelatesToArgsDto, SystemCommunicationSapConfigurationTaggedByArgsDto, SystemCommunicationSapConfigurationUpdateDto, SystemCommunicationSapConfigurationUpdateMessageDto, SystemCommunicationSapConfigurationUsedByArgsDto, SystemCommunicationSftpConfigurationAssociationsArgsDto, SystemCommunicationSftpConfigurationConfiguredByArgsDto, SystemCommunicationSftpConfigurationConnectionDto, SystemCommunicationSftpConfigurationDto, SystemCommunicationSftpConfigurationEdgeDto, SystemCommunicationSftpConfigurationInputDto, SystemCommunicationSftpConfigurationInputUpdateDto, SystemCommunicationSftpConfigurationMutationsCreateArgsDto, SystemCommunicationSftpConfigurationMutationsDto, SystemCommunicationSftpConfigurationMutationsUpdateArgsDto, SystemCommunicationSftpConfigurationRelatesFromArgsDto, SystemCommunicationSftpConfigurationRelatesToArgsDto, SystemCommunicationSftpConfigurationTaggedByArgsDto, SystemCommunicationSftpConfigurationUpdateDto, SystemCommunicationSftpConfigurationUpdateMessageDto, SystemCommunicationSftpConfigurationUsedByArgsDto, SystemCommunicationTagAssociationsArgsDto, SystemCommunicationTagConfiguredByArgsDto, SystemCommunicationTagConnectionDto, SystemCommunicationTagDto, SystemCommunicationTagEdgeDto, SystemCommunicationTagInputDto, SystemCommunicationTagInputUpdateDto, SystemCommunicationTagIsTaggingArgsDto, SystemCommunicationTagMutationsCreateArgsDto, SystemCommunicationTagMutationsDto, SystemCommunicationTagMutationsUpdateArgsDto, SystemCommunicationTagRelatesFromArgsDto, SystemCommunicationTagRelatesToArgsDto, SystemCommunicationTagTaggedByArgsDto, SystemCommunicationTagUpdateDto, SystemCommunicationTagUpdateMessageDto, SystemCommunicationTag_TaggedByUnionConnectionDto, SystemCommunicationTag_TaggedByUnionDto, SystemCommunicationTag_TaggedByUnionEdgeDto, SystemCommunicationUiThemeColorsDto, SystemCommunicationUiThemeColorsInputDto, SystemConfigurationAssociationsArgsDto, SystemConfigurationConfiguredByArgsDto, SystemConfigurationConnectionDto, SystemConfigurationDto, SystemConfigurationEdgeDto, SystemConfigurationInterfaceConfiguredByArgsDto, SystemConfigurationInterfaceDto, SystemConfigurationInterfaceRelatesFromArgsDto, SystemConfigurationInterfaceRelatesToArgsDto, SystemConfigurationInterfaceTaggedByArgsDto, SystemConfigurationInterfaceUsedByArgsDto, SystemConfigurationRelatesFromArgsDto, SystemConfigurationRelatesToArgsDto, SystemConfigurationTaggedByArgsDto, SystemConfigurationUpdateDto, SystemConfigurationUpdateMessageDto, SystemConfigurationUsedByArgsDto, SystemConfiguration_IsUsingUnionConnectionDto, SystemConfiguration_IsUsingUnionDto, SystemConfiguration_IsUsingUnionEdgeDto, SystemEntityAssociationsArgsDto, SystemEntityConfiguredByArgsDto, SystemEntityConnectionDto, SystemEntityDto, SystemEntityEdgeDto, SystemEntityInterfaceConfiguredByArgsDto, SystemEntityInterfaceDto, SystemEntityInterfaceRelatesFromArgsDto, SystemEntityInterfaceRelatesToArgsDto, SystemEntityInterfaceTaggedByArgsDto, SystemEntityRelatesFromArgsDto, SystemEntityRelatesToArgsDto, SystemEntityTaggedByArgsDto, SystemEntityUpdateDto, SystemEntityUpdateMessageDto, SystemEntity_ConfiguresUnionConnectionDto, SystemEntity_ConfiguresUnionDto, SystemEntity_ConfiguresUnionEdgeDto, SystemEntity_IsTaggingUnionConnectionDto, SystemEntity_IsTaggingUnionDto, SystemEntity_IsTaggingUnionEdgeDto, SystemEntity_RelatesFromUnionConnectionDto, SystemEntity_RelatesFromUnionDto, SystemEntity_RelatesFromUnionEdgeDto, SystemEntity_RelatesToUnionConnectionDto, SystemEntity_RelatesToUnionDto, SystemEntity_RelatesToUnionEdgeDto, SystemFieldFilterDto, SystemFieldFilterInputDto, SystemGroupingAggregationRtQueryAssociationsArgsDto, SystemGroupingAggregationRtQueryConfiguredByArgsDto, SystemGroupingAggregationRtQueryConnectionDto, SystemGroupingAggregationRtQueryDto, SystemGroupingAggregationRtQueryEdgeDto, SystemGroupingAggregationRtQueryInputDto, SystemGroupingAggregationRtQueryInputUpdateDto, SystemGroupingAggregationRtQueryMutationsCreateArgsDto, SystemGroupingAggregationRtQueryMutationsDto, SystemGroupingAggregationRtQueryMutationsUpdateArgsDto, SystemGroupingAggregationRtQueryRelatesFromArgsDto, SystemGroupingAggregationRtQueryRelatesToArgsDto, SystemGroupingAggregationRtQueryTaggedByArgsDto, SystemGroupingAggregationRtQueryUpdateDto, SystemGroupingAggregationRtQueryUpdateMessageDto, SystemIdentityApiResourceAssociationsArgsDto, SystemIdentityApiResourceConfiguredByArgsDto, SystemIdentityApiResourceConnectionDto, SystemIdentityApiResourceDto, SystemIdentityApiResourceEdgeDto, SystemIdentityApiResourceInputDto, SystemIdentityApiResourceInputUpdateDto, SystemIdentityApiResourceMutationsCreateArgsDto, SystemIdentityApiResourceMutationsDto, SystemIdentityApiResourceMutationsUpdateArgsDto, SystemIdentityApiResourceRelatesFromArgsDto, SystemIdentityApiResourceRelatesToArgsDto, SystemIdentityApiResourceTaggedByArgsDto, SystemIdentityApiResourceUpdateDto, SystemIdentityApiResourceUpdateMessageDto, SystemIdentityApiScopeAssociationsArgsDto, SystemIdentityApiScopeConfiguredByArgsDto, SystemIdentityApiScopeConnectionDto, SystemIdentityApiScopeDto, SystemIdentityApiScopeEdgeDto, SystemIdentityApiScopeInputDto, SystemIdentityApiScopeInputUpdateDto, SystemIdentityApiScopeMutationsCreateArgsDto, SystemIdentityApiScopeMutationsDto, SystemIdentityApiScopeMutationsUpdateArgsDto, SystemIdentityApiScopeRelatesFromArgsDto, SystemIdentityApiScopeRelatesToArgsDto, SystemIdentityApiScopeTaggedByArgsDto, SystemIdentityApiScopeUpdateDto, SystemIdentityApiScopeUpdateMessageDto, SystemIdentityAzureEntraIdIdentityProviderAssociationsArgsDto, SystemIdentityAzureEntraIdIdentityProviderConfiguredByArgsDto, SystemIdentityAzureEntraIdIdentityProviderConnectionDto, SystemIdentityAzureEntraIdIdentityProviderDto, SystemIdentityAzureEntraIdIdentityProviderEdgeDto, SystemIdentityAzureEntraIdIdentityProviderInputDto, SystemIdentityAzureEntraIdIdentityProviderInputUpdateDto, SystemIdentityAzureEntraIdIdentityProviderMutationsCreateArgsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsUpdateArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesFromArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesToArgsDto, SystemIdentityAzureEntraIdIdentityProviderTaggedByArgsDto, SystemIdentityAzureEntraIdIdentityProviderUpdateDto, SystemIdentityAzureEntraIdIdentityProviderUpdateMessageDto, SystemIdentityClientAssociationsArgsDto, SystemIdentityClientClaimDto, SystemIdentityClientClaimInputDto, SystemIdentityClientConfiguredByArgsDto, SystemIdentityClientConnectionDto, SystemIdentityClientDto, SystemIdentityClientEdgeDto, SystemIdentityClientInputDto, SystemIdentityClientInputUpdateDto, SystemIdentityClientMutationsCreateArgsDto, SystemIdentityClientMutationsDto, SystemIdentityClientMutationsUpdateArgsDto, SystemIdentityClientRelatesFromArgsDto, SystemIdentityClientRelatesToArgsDto, SystemIdentityClientTaggedByArgsDto, SystemIdentityClientUpdateDto, SystemIdentityClientUpdateMessageDto, 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, UserDto };
35993
+ export { AggregationInputTypesDto, AggregationTypeDto, AggregationTypesDto, AssetRepoGraphQlDataSource, AssetRepoService, AssociationModOptionsDto, AttributeSelectorService, AttributeValueTypeDto, 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, EnvironmentGoalStateDto, FieldFilterOperatorsDto, GetCkModelByIdDocumentDto, GetCkModelByIdDtoGQL, GetCkRecordAttributesDocumentDto, GetCkRecordAttributesDtoGQL, GetCkTypeAttributesDocumentDto, GetCkTypeAttributesDtoGQL, GetCkTypeAvailableQueryColumnsDocumentDto, GetCkTypeAvailableQueryColumnsDtoGQL, GetCkTypesDocumentDto, GetCkTypesDtoGQL, GetDerivedCkTypesDocumentDto, GetDerivedCkTypesDtoGQL, GetEntitiesByCkTypeDocumentDto, GetEntitiesByCkTypeDtoGQL, GraphDirectionDto, GraphQL, GraphQLCloneIgnoredProperties, GraphQLCommonIgnoredProperties, GraphQlDataSource, HealthService, HealthStatus, IDENTITY_PROVIDER_TYPE_LABELS, IdentityProviderType, IdentityService, ImportStrategyDto, IndustryBasicAlarmPriorityDto, IndustryBasicAlarmSourceTypeDto, IndustryBasicAlarmStateDto, IndustryBasicAlarmTypeDto, IndustryBasicIecDataTypeDto, IndustryBasicMachineCapabilitiesDto, IndustryBasicMachineStateDto, IndustryMaintenanceAggregationTypeDto, IndustryMaintenanceCostCategoryDto, IndustryMaintenanceEnergyBalanceGroupDto, IndustryMaintenanceEnergyBalanceProductDto, IndustryMaintenanceEnergyBalanceUnitDto, IndustryMaintenanceOrderPriorityDto, IndustryMaintenanceOrderStateDto, IndustryMaintenanceOrderTypeDto, IndustryMaintenanceServiceTypeDto, IndustryManufacturingFeedbackSyncStateDto, IndustryManufacturingProductionOrderItemStateDto, IndustryManufacturingProductionOrderStateDto, JobManagementService, LevelMetaData, LoggerSeverity, ModelStateDto, MultiplicitiesDto, NavigationFilterModeDto, OctoErrorLink, OctoGraphQLServiceBase, OctoSdkDemoCustomerStatusDto, OctoSdkDemoNetworkOperatorDto, OctoSdkDemoOperatingStatusDto, OctoServiceOptions, OctoServicesModule, PagedGraphResultDto, ProgressValue, ProgressWindowService, QueryModeDto, RtAssociationMetaData, RuntimeEntityDialogDataSource, RuntimeEntitySelectDataSource, SearchFilterTypesDto, SortOrderDto, SortOrdersDto, SystemAggregationTypesDto, SystemCommunicationCommunicationStateDto, SystemCommunicationConfigurationStateDto, SystemCommunicationDeploymentStateDto, SystemCommunicationPipelineExecutionStatusDto, SystemCommunicationPipelineTriggerTypeDto, SystemEnvironmentModesDto, SystemFieldFilterOperatorDto, SystemIdentityTokenExpirationDto, SystemIdentityTokenTypeDto, SystemIdentityTokenUsageDto, SystemMaintenanceLevelsDto, SystemNavigationFilterModesDto, SystemNotificationEventLevelsDto, SystemNotificationEventSourcesDto, SystemNotificationEventStatesDto, SystemNotificationNotificationTypesDto, SystemNotificationRenderingTypesDto, SystemQueryTypesDto, SystemSortOrdersDto, TENANT_ID_PROVIDER, TusUploadService, UpdateTypeDto, result as possibleTypes, provideOctoServices };
35994
+ 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, BasicFaxNumberDto, BasicFaxNumberInputDto, BasicMarkingDto, BasicMarkingInputDto, BasicNamePlateDto, BasicNamePlateInputDto, BasicNamedEntityAssociationsArgsDto, BasicNamedEntityConfiguredByArgsDto, BasicNamedEntityConnectionDto, BasicNamedEntityDto, BasicNamedEntityEdgeDto, BasicNamedEntityInterfaceConfiguredByArgsDto, BasicNamedEntityInterfaceDto, BasicNamedEntityInterfaceRelatesFromArgsDto, BasicNamedEntityInterfaceRelatesToArgsDto, BasicNamedEntityInterfaceTaggedByArgsDto, BasicNamedEntityRelatesFromArgsDto, BasicNamedEntityRelatesToArgsDto, BasicNamedEntityTaggedByArgsDto, BasicNamedEntityUpdateDto, BasicNamedEntityUpdateMessageDto, BasicPhoneNumberDto, BasicPhoneNumberInputDto, BasicStateAssociationsArgsDto, BasicStateChildrenArgsDto, BasicStateConfiguredByArgsDto, BasicStateConnectionDto, BasicStateDto, BasicStateEdgeDto, BasicStateInputDto, BasicStateInputUpdateDto, BasicStateMutationsCreateArgsDto, BasicStateMutationsDto, BasicStateMutationsUpdateArgsDto, BasicStateOrdersArgsDto, BasicStateParentArgsDto, BasicStateRelatesFromArgsDto, BasicStateRelatesToArgsDto, BasicStateTaggedByArgsDto, BasicStateUpdateDto, BasicStateUpdateMessageDto, BasicTimeRangeDto, BasicTimeRangeInputDto, BasicTreeAssociationsArgsDto, BasicTreeChildrenArgsDto, BasicTreeConfiguredByArgsDto, BasicTreeConnectionDto, BasicTreeDto, BasicTreeEdgeDto, BasicTreeInputDto, BasicTreeInputUpdateDto, BasicTreeMutationsCreateArgsDto, BasicTreeMutationsDto, BasicTreeMutationsUpdateArgsDto, BasicTreeNodeAssociationsArgsDto, BasicTreeNodeChildrenArgsDto, BasicTreeNodeConfiguredByArgsDto, BasicTreeNodeConnectionDto, BasicTreeNodeDto, BasicTreeNodeEdgeDto, BasicTreeNodeInputDto, BasicTreeNodeInputUpdateDto, BasicTreeNodeMutationsCreateArgsDto, BasicTreeNodeMutationsDto, BasicTreeNodeMutationsUpdateArgsDto, BasicTreeNodeOrdersArgsDto, BasicTreeNodeParentArgsDto, BasicTreeNodeRelatesFromArgsDto, BasicTreeNodeRelatesToArgsDto, BasicTreeNodeTaggedByArgsDto, BasicTreeNodeUpdateDto, BasicTreeNodeUpdateMessageDto, BasicTreeNode_ChildrenUnionConnectionDto, BasicTreeNode_ChildrenUnionDto, BasicTreeNode_ChildrenUnionEdgeDto, BasicTreeNode_MachineUnionConnectionDto, BasicTreeNode_MachineUnionDto, BasicTreeNode_MachineUnionEdgeDto, BasicTreeNode_ParentUnionConnectionDto, BasicTreeNode_ParentUnionDto, BasicTreeNode_ParentUnionEdgeDto, BasicTreeNode_RelatesToUnionConnectionDto, BasicTreeNode_RelatesToUnionDto, BasicTreeNode_RelatesToUnionEdgeDto, BasicTreeRelatesFromArgsDto, BasicTreeRelatesToArgsDto, BasicTreeTaggedByArgsDto, BasicTreeUpdateDto, BasicTreeUpdateMessageDto, BasicTree_ParentUnionConnectionDto, BasicTree_ParentUnionDto, BasicTree_ParentUnionEdgeDto, CkAssociationRoleDto, CkAssociationRoleDtoConnectionDto, CkAssociationRoleDtoEdgeDto, CkAssociationRoleIdDto, CkAttributeDto, CkAttributeDtoConnectionDto, CkAttributeDtoEdgeDto, CkAttributeIdDto, CkAttributeMetaDataDto, CkEnumDto, CkEnumDtoConnectionDto, CkEnumDtoEdgeDto, CkEnumIdDto, CkEnumMutationsDto, CkEnumMutationsUpdateValueExtensionsArgsDto, CkEnumUpdateDto, CkEnumValueDto, CkEnumValueInputDto, CkModelAttributesArgsDto, CkModelCatalogDto, CkModelCatalogItemDto, CkModelCatalogListResponseDto, CkModelDto, CkModelDtoConnectionDto, CkModelDtoEdgeDto, CkModelEnumsArgsDto, CkModelIdDto, CkModelRecordsArgsDto, CkModelTypesArgsDto, CkRecordAttributesArgsDto, CkRecordDerivedRecordTypesArgsDto, CkRecordDto, CkRecordDtoConnectionDto, CkRecordDtoEdgeDto, CkRecordIdDto, CkTypeAssociationDirectionDto, CkTypeAssociationDto, CkTypeAssociationSourceDto, CkTypeAttributeDto, CkTypeAttributeDtoConnectionDto, CkTypeAttributeDtoEdgeDto, CkTypeAttributeInfo, CkTypeAttributesArgsDto, CkTypeAvailableQueryColumnsArgsDto, CkTypeDerivedTypesArgsDto, CkTypeDirectAndIndirectDerivedTypesArgsDto, CkTypeDto, CkTypeDtoConnectionDto, CkTypeDtoEdgeDto, CkTypeIdDto, CkTypeQueryColumnDto, CkTypeQueryColumnDtoConnectionDto, CkTypeQueryColumnDtoEdgeDto, CkTypeSelectorItem, CkTypeSelectorResult, ClientDto, ClientScope, ConfigurationDto, ConstructionKitMutationsDto, ConstructionKitMutationsEnumsArgsDto, ConstructionKitQueryAssociationRolesArgsDto, ConstructionKitQueryAttributesArgsDto, ConstructionKitQueryDto, ConstructionKitQueryEnumsArgsDto, ConstructionKitQueryModelsArgsDto, ConstructionKitQueryRecordsArgsDto, ConstructionKitQueryTypesArgsDto, 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, 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, EnergyCommunityMeteringPointInterfaceRelatesFromArgsDto, EnergyCommunityMeteringPointInterfaceRelatesToArgsDto, EnergyCommunityMeteringPointInterfaceTaggedByArgsDto, EnergyCommunityMeteringPointParentArgsDto, 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, EnergyCommunityProducerAssociationsArgsDto, EnergyCommunityProducerBillingsArgsDto, EnergyCommunityProducerChildrenArgsDto, EnergyCommunityProducerConfiguredByArgsDto, EnergyCommunityProducerConnectionDto, EnergyCommunityProducerDto, EnergyCommunityProducerEdgeDto, EnergyCommunityProducerInputDto, EnergyCommunityProducerInputUpdateDto, EnergyCommunityProducerMutationsCreateArgsDto, EnergyCommunityProducerMutationsDto, EnergyCommunityProducerMutationsUpdateArgsDto, EnergyCommunityProducerParentArgsDto, EnergyCommunityProducerRelatesFromArgsDto, EnergyCommunityProducerRelatesToArgsDto, EnergyCommunityProducerTaggedByArgsDto, EnergyCommunityProducerUpdateDto, EnergyCommunityProducerUpdateMessageDto, EnvironmentEnvironmentalGoalAssociationsArgsDto, EnvironmentEnvironmentalGoalConfiguredByArgsDto, EnvironmentEnvironmentalGoalConnectionDto, EnvironmentEnvironmentalGoalDto, EnvironmentEnvironmentalGoalEdgeDto, EnvironmentEnvironmentalGoalInputDto, EnvironmentEnvironmentalGoalInputUpdateDto, EnvironmentEnvironmentalGoalMutationsCreateArgsDto, EnvironmentEnvironmentalGoalMutationsDto, EnvironmentEnvironmentalGoalMutationsUpdateArgsDto, EnvironmentEnvironmentalGoalParentArgsDto, EnvironmentEnvironmentalGoalRelatesFromArgsDto, EnvironmentEnvironmentalGoalRelatesToArgsDto, EnvironmentEnvironmentalGoalTaggedByArgsDto, EnvironmentEnvironmentalGoalUpdateDto, EnvironmentEnvironmentalGoalUpdateMessageDto, EnvironmentWasteMeterAssociationsArgsDto, EnvironmentWasteMeterChildrenArgsDto, EnvironmentWasteMeterConfiguredByArgsDto, EnvironmentWasteMeterConnectionDto, EnvironmentWasteMeterDto, EnvironmentWasteMeterEdgeDto, EnvironmentWasteMeterEventsArgsDto, EnvironmentWasteMeterInputDto, EnvironmentWasteMeterInputUpdateDto, EnvironmentWasteMeterMutationsCreateArgsDto, EnvironmentWasteMeterMutationsDto, EnvironmentWasteMeterMutationsUpdateArgsDto, EnvironmentWasteMeterOrdersArgsDto, EnvironmentWasteMeterParentArgsDto, EnvironmentWasteMeterRelatesFromArgsDto, EnvironmentWasteMeterRelatesToArgsDto, EnvironmentWasteMeterTaggedByArgsDto, EnvironmentWasteMeterUpdateDto, EnvironmentWasteMeterUpdateMessageDto, Exact, ExportModelResponseDto, ExternalLoginDto, 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, 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, IndustryEnergyBatteryAssociationsArgsDto, IndustryEnergyBatteryChildrenArgsDto, IndustryEnergyBatteryConfiguredByArgsDto, IndustryEnergyBatteryConnectionDto, IndustryEnergyBatteryDto, IndustryEnergyBatteryEdgeDto, IndustryEnergyBatteryEventsArgsDto, IndustryEnergyBatteryInputDto, IndustryEnergyBatteryInputUpdateDto, IndustryEnergyBatteryMutationsCreateArgsDto, IndustryEnergyBatteryMutationsDto, IndustryEnergyBatteryMutationsUpdateArgsDto, IndustryEnergyBatteryOrderItemsArgsDto, IndustryEnergyBatteryOrdersArgsDto, IndustryEnergyBatteryParentArgsDto, IndustryEnergyBatteryRelatesFromArgsDto, IndustryEnergyBatteryRelatesToArgsDto, IndustryEnergyBatteryRuntimeVariablesArgsDto, IndustryEnergyBatteryShiftAssignmentsArgsDto, IndustryEnergyBatteryTaggedByArgsDto, IndustryEnergyBatteryUpdateDto, IndustryEnergyBatteryUpdateMessageDto, IndustryEnergyEnergyMeterAssociationsArgsDto, IndustryEnergyEnergyMeterChildrenArgsDto, IndustryEnergyEnergyMeterConfiguredByArgsDto, IndustryEnergyEnergyMeterConnectionDto, IndustryEnergyEnergyMeterDto, IndustryEnergyEnergyMeterEdgeDto, IndustryEnergyEnergyMeterEventsArgsDto, IndustryEnergyEnergyMeterInputDto, IndustryEnergyEnergyMeterInputUpdateDto, IndustryEnergyEnergyMeterMutationsCreateArgsDto, IndustryEnergyEnergyMeterMutationsDto, IndustryEnergyEnergyMeterMutationsUpdateArgsDto, IndustryEnergyEnergyMeterOrderItemsArgsDto, IndustryEnergyEnergyMeterOrdersArgsDto, IndustryEnergyEnergyMeterParentArgsDto, IndustryEnergyEnergyMeterRelatesFromArgsDto, IndustryEnergyEnergyMeterRelatesToArgsDto, IndustryEnergyEnergyMeterRuntimeVariablesArgsDto, IndustryEnergyEnergyMeterShiftAssignmentsArgsDto, IndustryEnergyEnergyMeterTaggedByArgsDto, IndustryEnergyEnergyMeterUpdateDto, IndustryEnergyEnergyMeterUpdateMessageDto, IndustryEnergyInverterAssociationsArgsDto, IndustryEnergyInverterChildrenArgsDto, IndustryEnergyInverterConfiguredByArgsDto, IndustryEnergyInverterConnectionDto, IndustryEnergyInverterDto, IndustryEnergyInverterEdgeDto, IndustryEnergyInverterEventsArgsDto, IndustryEnergyInverterInputDto, IndustryEnergyInverterInputUpdateDto, IndustryEnergyInverterMutationsCreateArgsDto, IndustryEnergyInverterMutationsDto, IndustryEnergyInverterMutationsUpdateArgsDto, IndustryEnergyInverterOrderItemsArgsDto, IndustryEnergyInverterOrdersArgsDto, IndustryEnergyInverterParentArgsDto, IndustryEnergyInverterRelatesFromArgsDto, IndustryEnergyInverterRelatesToArgsDto, IndustryEnergyInverterRuntimeVariablesArgsDto, IndustryEnergyInverterShiftAssignmentsArgsDto, IndustryEnergyInverterTaggedByArgsDto, IndustryEnergyInverterUpdateDto, IndustryEnergyInverterUpdateMessageDto, IndustryEnergyPhaseInfoDto, IndustryEnergyPhaseInfoInputDto, IndustryEnergyPhotovoltaicAssociationsArgsDto, IndustryEnergyPhotovoltaicChildrenArgsDto, IndustryEnergyPhotovoltaicConfiguredByArgsDto, IndustryEnergyPhotovoltaicConnectionDto, IndustryEnergyPhotovoltaicDto, IndustryEnergyPhotovoltaicEdgeDto, IndustryEnergyPhotovoltaicEventsArgsDto, IndustryEnergyPhotovoltaicInputDto, IndustryEnergyPhotovoltaicInputUpdateDto, IndustryEnergyPhotovoltaicModuleAssociationsArgsDto, IndustryEnergyPhotovoltaicModuleChildrenArgsDto, IndustryEnergyPhotovoltaicModuleConfiguredByArgsDto, IndustryEnergyPhotovoltaicModuleConnectionDto, IndustryEnergyPhotovoltaicModuleDto, IndustryEnergyPhotovoltaicModuleEdgeDto, IndustryEnergyPhotovoltaicModuleEventsArgsDto, IndustryEnergyPhotovoltaicModuleInputDto, IndustryEnergyPhotovoltaicModuleInputUpdateDto, IndustryEnergyPhotovoltaicModuleMutationsCreateArgsDto, IndustryEnergyPhotovoltaicModuleMutationsDto, IndustryEnergyPhotovoltaicModuleMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicModuleOrderItemsArgsDto, IndustryEnergyPhotovoltaicModuleOrdersArgsDto, IndustryEnergyPhotovoltaicModuleParentArgsDto, IndustryEnergyPhotovoltaicModuleRelatesFromArgsDto, IndustryEnergyPhotovoltaicModuleRelatesToArgsDto, IndustryEnergyPhotovoltaicModuleRuntimeVariablesArgsDto, IndustryEnergyPhotovoltaicModuleShiftAssignmentsArgsDto, IndustryEnergyPhotovoltaicModuleTaggedByArgsDto, IndustryEnergyPhotovoltaicModuleUpdateDto, IndustryEnergyPhotovoltaicModuleUpdateMessageDto, IndustryEnergyPhotovoltaicMutationsCreateArgsDto, IndustryEnergyPhotovoltaicMutationsDto, IndustryEnergyPhotovoltaicMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicOrdersArgsDto, IndustryEnergyPhotovoltaicParentArgsDto, IndustryEnergyPhotovoltaicRelatesFromArgsDto, IndustryEnergyPhotovoltaicRelatesToArgsDto, IndustryEnergyPhotovoltaicStringAssociationsArgsDto, IndustryEnergyPhotovoltaicStringChildrenArgsDto, IndustryEnergyPhotovoltaicStringConfiguredByArgsDto, IndustryEnergyPhotovoltaicStringConnectionDto, IndustryEnergyPhotovoltaicStringDto, IndustryEnergyPhotovoltaicStringEdgeDto, IndustryEnergyPhotovoltaicStringEventsArgsDto, IndustryEnergyPhotovoltaicStringInputDto, IndustryEnergyPhotovoltaicStringInputUpdateDto, IndustryEnergyPhotovoltaicStringMutationsCreateArgsDto, IndustryEnergyPhotovoltaicStringMutationsDto, IndustryEnergyPhotovoltaicStringMutationsUpdateArgsDto, IndustryEnergyPhotovoltaicStringOrdersArgsDto, IndustryEnergyPhotovoltaicStringParentArgsDto, IndustryEnergyPhotovoltaicStringRelatesFromArgsDto, IndustryEnergyPhotovoltaicStringRelatesToArgsDto, IndustryEnergyPhotovoltaicStringTaggedByArgsDto, IndustryEnergyPhotovoltaicStringUpdateDto, IndustryEnergyPhotovoltaicStringUpdateMessageDto, IndustryEnergyPhotovoltaicTaggedByArgsDto, IndustryEnergyPhotovoltaicUpdateDto, IndustryEnergyPhotovoltaicUpdateMessageDto, IndustryFluidHeatMeterAssociationsArgsDto, IndustryFluidHeatMeterChildrenArgsDto, IndustryFluidHeatMeterConfiguredByArgsDto, IndustryFluidHeatMeterConnectionDto, IndustryFluidHeatMeterDto, IndustryFluidHeatMeterEdgeDto, IndustryFluidHeatMeterEventsArgsDto, IndustryFluidHeatMeterInputDto, IndustryFluidHeatMeterInputUpdateDto, IndustryFluidHeatMeterMutationsCreateArgsDto, IndustryFluidHeatMeterMutationsDto, IndustryFluidHeatMeterMutationsUpdateArgsDto, 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, OctoSubscriptionsBasicNamedEntityEventsArgsDto, OctoSubscriptionsBasicStateEventsArgsDto, OctoSubscriptionsBasicTreeEventsArgsDto, OctoSubscriptionsBasicTreeNodeEventsArgsDto, OctoSubscriptionsDto, OctoSubscriptionsEnergyCommunityBillingDocumentEventsArgsDto, OctoSubscriptionsEnergyCommunityBillingDocumentLineItemEventsArgsDto, OctoSubscriptionsEnergyCommunityConsumerEventsArgsDto, OctoSubscriptionsEnergyCommunityCustomerEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMessageEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityEdaProcessEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyPriceEventsArgsDto, OctoSubscriptionsEnergyCommunityEnergyQuantityEventsArgsDto, OctoSubscriptionsEnergyCommunityMeteringPointEventsArgsDto, OctoSubscriptionsEnergyCommunityOperatingFacilityEventsArgsDto, OctoSubscriptionsEnergyCommunityProducerEventsArgsDto, OctoSubscriptionsEnvironmentEnvironmentalGoalEventsArgsDto, OctoSubscriptionsEnvironmentWasteMeterEventsArgsDto, OctoSubscriptionsIndustryBasicAlarmEventsArgsDto, OctoSubscriptionsIndustryBasicEventEventsArgsDto, OctoSubscriptionsIndustryBasicMachineEventsArgsDto, OctoSubscriptionsIndustryBasicRuntimeVariableEventsArgsDto, OctoSubscriptionsIndustryEnergyBatteryEventsArgsDto, OctoSubscriptionsIndustryEnergyEnergyMeterEventsArgsDto, OctoSubscriptionsIndustryEnergyInverterEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicModuleEventsArgsDto, OctoSubscriptionsIndustryEnergyPhotovoltaicStringEventsArgsDto, OctoSubscriptionsIndustryFluidHeatMeterEventsArgsDto, OctoSubscriptionsIndustryFluidWaterMeterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceAccountEventsArgsDto, OctoSubscriptionsIndustryMaintenanceCostCenterEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEmployeeEventsArgsDto, OctoSubscriptionsIndustryMaintenanceEnergyBalanceEventsArgsDto, OctoSubscriptionsIndustryMaintenanceJournalEntryEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderCostsEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderEventsArgsDto, OctoSubscriptionsIndustryMaintenanceOrderFeedbackEventsArgsDto, OctoSubscriptionsIndustryMaintenanceWorkplaceEventsArgsDto, OctoSubscriptionsIndustryManufacturingPartialFeedbackEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderEventsArgsDto, OctoSubscriptionsIndustryManufacturingProductionOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftMachineEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftOrderItemEventsArgsDto, OctoSubscriptionsIndustryManufacturingShiftTemplateEventsArgsDto, OctoSubscriptionsOctoSdkDemoCustomerEventsArgsDto, OctoSubscriptionsOctoSdkDemoMeteringPointEventsArgsDto, OctoSubscriptionsOctoSdkDemoOperatingFacilityEventsArgsDto, OctoSubscriptionsSystemAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemAutoIncrementEventsArgsDto, OctoSubscriptionsSystemBotAttributeAggregateConfigurationEventsArgsDto, OctoSubscriptionsSystemBotFixupEventsArgsDto, OctoSubscriptionsSystemCommunicationAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationDataPipelineTriggerEventsArgsDto, OctoSubscriptionsSystemCommunicationDeployableEntityEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailReceiverConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEMailSenderConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdaConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgeAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationEdgePipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationEnergyCommunityConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationFinApiConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshAdapterEventsArgsDto, OctoSubscriptionsSystemCommunicationMeshPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationMicrosoftGraphConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineExecutionEventsArgsDto, OctoSubscriptionsSystemCommunicationPipelineStatisticsEventsArgsDto, OctoSubscriptionsSystemCommunicationPoolEventsArgsDto, OctoSubscriptionsSystemCommunicationSapConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationSftpConfigurationEventsArgsDto, OctoSubscriptionsSystemCommunicationTagEventsArgsDto, OctoSubscriptionsSystemConfigurationEventsArgsDto, OctoSubscriptionsSystemEntityEventsArgsDto, OctoSubscriptionsSystemGroupingAggregationRtQueryEventsArgsDto, OctoSubscriptionsSystemIdentityApiResourceEventsArgsDto, OctoSubscriptionsSystemIdentityApiScopeEventsArgsDto, OctoSubscriptionsSystemIdentityAzureEntraIdIdentityProviderEventsArgsDto, OctoSubscriptionsSystemIdentityClientEventsArgsDto, 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, RuntimeModelQueryBasicNamedEntityArgsDto, RuntimeModelQueryBasicStateArgsDto, RuntimeModelQueryBasicTreeArgsDto, RuntimeModelQueryBasicTreeNodeArgsDto, RuntimeModelQueryDto, RuntimeModelQueryEnergyCommunityBillingDocumentArgsDto, RuntimeModelQueryEnergyCommunityBillingDocumentLineItemArgsDto, RuntimeModelQueryEnergyCommunityConsumerArgsDto, RuntimeModelQueryEnergyCommunityCustomerArgsDto, RuntimeModelQueryEnergyCommunityEdaMessageArgsDto, RuntimeModelQueryEnergyCommunityEdaMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityEdaProcessArgsDto, RuntimeModelQueryEnergyCommunityEnergyPriceArgsDto, RuntimeModelQueryEnergyCommunityEnergyQuantityArgsDto, RuntimeModelQueryEnergyCommunityMeteringPointArgsDto, RuntimeModelQueryEnergyCommunityOperatingFacilityArgsDto, RuntimeModelQueryEnergyCommunityProducerArgsDto, RuntimeModelQueryEnvironmentEnvironmentalGoalArgsDto, RuntimeModelQueryEnvironmentWasteMeterArgsDto, RuntimeModelQueryIndustryBasicAlarmArgsDto, RuntimeModelQueryIndustryBasicEventArgsDto, RuntimeModelQueryIndustryBasicMachineArgsDto, RuntimeModelQueryIndustryBasicRuntimeVariableArgsDto, RuntimeModelQueryIndustryEnergyBatteryArgsDto, RuntimeModelQueryIndustryEnergyEnergyMeterArgsDto, RuntimeModelQueryIndustryEnergyInverterArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, RuntimeModelQueryIndustryEnergyPhotovoltaicStringArgsDto, RuntimeModelQueryIndustryFluidHeatMeterArgsDto, RuntimeModelQueryIndustryFluidWaterMeterArgsDto, RuntimeModelQueryIndustryMaintenanceAccountArgsDto, RuntimeModelQueryIndustryMaintenanceCostCenterArgsDto, RuntimeModelQueryIndustryMaintenanceEmployeeArgsDto, RuntimeModelQueryIndustryMaintenanceEnergyBalanceArgsDto, RuntimeModelQueryIndustryMaintenanceJournalEntryArgsDto, RuntimeModelQueryIndustryMaintenanceOrderArgsDto, RuntimeModelQueryIndustryMaintenanceOrderCostsArgsDto, RuntimeModelQueryIndustryMaintenanceOrderFeedbackArgsDto, RuntimeModelQueryIndustryMaintenanceWorkplaceArgsDto, RuntimeModelQueryIndustryManufacturingPartialFeedbackArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderArgsDto, RuntimeModelQueryIndustryManufacturingProductionOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftArgsDto, RuntimeModelQueryIndustryManufacturingShiftMachineArgsDto, RuntimeModelQueryIndustryManufacturingShiftOrderItemArgsDto, RuntimeModelQueryIndustryManufacturingShiftTemplateArgsDto, RuntimeModelQueryOctoSdkDemoCustomerArgsDto, RuntimeModelQueryOctoSdkDemoMeteringPointArgsDto, RuntimeModelQueryOctoSdkDemoOperatingFacilityArgsDto, RuntimeModelQueryRuntimeEntitiesArgsDto, RuntimeModelQueryRuntimeQueryArgsDto, RuntimeModelQuerySystemAggregationRtQueryArgsDto, RuntimeModelQuerySystemAutoIncrementArgsDto, RuntimeModelQuerySystemBotAttributeAggregateConfigurationArgsDto, RuntimeModelQuerySystemBotFixupArgsDto, RuntimeModelQuerySystemCommunicationAdapterArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineArgsDto, RuntimeModelQuerySystemCommunicationDataPipelineTriggerArgsDto, RuntimeModelQuerySystemCommunicationDeployableEntityArgsDto, RuntimeModelQuerySystemCommunicationEMailReceiverConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEMailSenderConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdaConfigurationArgsDto, RuntimeModelQuerySystemCommunicationEdgeAdapterArgsDto, RuntimeModelQuerySystemCommunicationEdgePipelineArgsDto, RuntimeModelQuerySystemCommunicationEnergyCommunityConfigurationArgsDto, RuntimeModelQuerySystemCommunicationFinApiConfigurationArgsDto, RuntimeModelQuerySystemCommunicationMeshAdapterArgsDto, RuntimeModelQuerySystemCommunicationMeshPipelineArgsDto, RuntimeModelQuerySystemCommunicationMicrosoftGraphConfigurationArgsDto, RuntimeModelQuerySystemCommunicationPipelineArgsDto, RuntimeModelQuerySystemCommunicationPipelineExecutionArgsDto, RuntimeModelQuerySystemCommunicationPipelineStatisticsArgsDto, RuntimeModelQuerySystemCommunicationPoolArgsDto, RuntimeModelQuerySystemCommunicationSapConfigurationArgsDto, RuntimeModelQuerySystemCommunicationSftpConfigurationArgsDto, RuntimeModelQuerySystemCommunicationTagArgsDto, RuntimeModelQuerySystemConfigurationArgsDto, RuntimeModelQuerySystemEntityArgsDto, RuntimeModelQuerySystemGroupingAggregationRtQueryArgsDto, RuntimeModelQuerySystemIdentityApiResourceArgsDto, RuntimeModelQuerySystemIdentityApiScopeArgsDto, RuntimeModelQuerySystemIdentityAzureEntraIdIdentityProviderArgsDto, RuntimeModelQuerySystemIdentityClientArgsDto, 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, StreamDataArgumentsDto, StreamDataModelQueryDto, StreamDataModelQueryEnergyCommunityEnergyQuantityArgsDto, StreamDataModelQueryIndustryBasicAlarmArgsDto, StreamDataModelQueryIndustryBasicEventArgsDto, StreamDataModelQueryIndustryBasicMachineArgsDto, StreamDataModelQueryIndustryBasicRuntimeVariableArgsDto, StreamDataModelQueryIndustryEnergyBatteryArgsDto, StreamDataModelQueryIndustryEnergyEnergyMeterArgsDto, StreamDataModelQueryIndustryEnergyInverterArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicModuleArgsDto, StreamDataModelQueryIndustryEnergyPhotovoltaicStringArgsDto, StreamDataModelQueryIndustryFluidHeatMeterArgsDto, StreamDataModelQueryIndustryFluidWaterMeterArgsDto, StreamDataModelQueryIndustryManufacturingProductionOrderArgsDto, StreamDataModelQueryIndustryManufacturingShiftMachineArgsDto, StreamDataModelQueryIndustryManufacturingShiftOrderItemArgsDto, StreamDataModelQueryStreamDataAggregationQueryArgsDto, StreamDataModelQueryStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryStreamDataGroupingAggregationQueryArgsDto, StreamDataModelQueryStreamDataQueryArgsDto, StreamDataModelQueryTransientStreamDataAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataDownsamplingQueryArgsDto, StreamDataModelQueryTransientStreamDataGroupedAggregationQueryArgsDto, StreamDataModelQueryTransientStreamDataQueryArgsDto, StreamDataQueryColumnInputDto, StreamDataQueryRowCellsArgsDto, StreamDataQueryRowDto, StreamDataQueryRowDtoConnectionDto, StreamDataQueryRowDtoEdgeDto, StreamEnergyCommunityEnergyQuantityConnectionDto, StreamEnergyCommunityEnergyQuantityDataQualityArgsDto, StreamEnergyCommunityEnergyQuantityDto, StreamEnergyCommunityEnergyQuantityEdgeDto, StreamEnergyCommunityEnergyQuantityRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmAcknowledgedArgsDto, StreamIndustryBasicAlarmCategoryArgsDto, StreamIndustryBasicAlarmCauseArgsDto, StreamIndustryBasicAlarmClearedArgsDto, StreamIndustryBasicAlarmConnectionDto, StreamIndustryBasicAlarmDto, StreamIndustryBasicAlarmEdgeDto, StreamIndustryBasicAlarmLastModifiedArgsDto, StreamIndustryBasicAlarmMessageArgsDto, StreamIndustryBasicAlarmPriorityArgsDto, StreamIndustryBasicAlarmReactivatedArgsDto, StreamIndustryBasicAlarmReactivatedCountArgsDto, StreamIndustryBasicAlarmReceivedArgsDto, StreamIndustryBasicAlarmRtChangedDateTimeArgsDto, StreamIndustryBasicAlarmSourceArgsDto, StreamIndustryBasicAlarmStateArgsDto, StreamIndustryBasicAlarmTagNameArgsDto, StreamIndustryBasicAlarmTypeArgsDto, StreamIndustryBasicEventCategoryArgsDto, StreamIndustryBasicEventConnectionDto, StreamIndustryBasicEventDto, StreamIndustryBasicEventEdgeDto, StreamIndustryBasicEventMessageArgsDto, StreamIndustryBasicEventReceivedArgsDto, StreamIndustryBasicEventRtChangedDateTimeArgsDto, StreamIndustryBasicEventTagNameArgsDto, StreamIndustryBasicMachineConnectionDto, StreamIndustryBasicMachineDto, StreamIndustryBasicMachineEdgeDto, StreamIndustryBasicMachineMachineStateArgsDto, StreamIndustryBasicMachineOperatingHoursArgsDto, StreamIndustryBasicMachineRtChangedDateTimeArgsDto, StreamIndustryBasicMachineStandStillCounterArgsDto, StreamIndustryBasicRuntimeVariableBooleanValueArgsDto, StreamIndustryBasicRuntimeVariableConnectionDto, StreamIndustryBasicRuntimeVariableDateTimeValueArgsDto, StreamIndustryBasicRuntimeVariableDoubleValueArgsDto, StreamIndustryBasicRuntimeVariableDto, StreamIndustryBasicRuntimeVariableEdgeDto, StreamIndustryBasicRuntimeVariableIecDataTypeArgsDto, StreamIndustryBasicRuntimeVariableInt64ValueArgsDto, StreamIndustryBasicRuntimeVariableIntValueArgsDto, StreamIndustryBasicRuntimeVariableRtChangedDateTimeArgsDto, StreamIndustryBasicRuntimeVariableStringValueArgsDto, StreamIndustryBasicRuntimeVariableTimeSpanValueArgsDto, StreamIndustryEnergyBatteryAmpereArgsDto, StreamIndustryEnergyBatteryCapacityArgsDto, StreamIndustryEnergyBatteryConnectionDto, StreamIndustryEnergyBatteryDto, StreamIndustryEnergyBatteryEdgeDto, StreamIndustryEnergyBatteryExportedEnergyArgsDto, StreamIndustryEnergyBatteryImportedEnergyArgsDto, StreamIndustryEnergyBatteryMachineStateArgsDto, StreamIndustryEnergyBatteryNumOfCyclesArgsDto, StreamIndustryEnergyBatteryOperatingHoursArgsDto, StreamIndustryEnergyBatteryPowerArgsDto, StreamIndustryEnergyBatteryRtChangedDateTimeArgsDto, StreamIndustryEnergyBatterySoCArgsDto, StreamIndustryEnergyBatterySoHArgsDto, StreamIndustryEnergyBatteryStandStillCounterArgsDto, StreamIndustryEnergyBatteryVoltageArgsDto, StreamIndustryEnergyEnergyMeterAmpereArgsDto, StreamIndustryEnergyEnergyMeterApparentPowerArgsDto, StreamIndustryEnergyEnergyMeterConnectionDto, StreamIndustryEnergyEnergyMeterDto, StreamIndustryEnergyEnergyMeterEdgeDto, StreamIndustryEnergyEnergyMeterExportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterFrequencyArgsDto, StreamIndustryEnergyEnergyMeterImportedEnergyArgsDto, StreamIndustryEnergyEnergyMeterMachineStateArgsDto, StreamIndustryEnergyEnergyMeterOperatingHoursArgsDto, StreamIndustryEnergyEnergyMeterPowerArgsDto, StreamIndustryEnergyEnergyMeterReactivePowerArgsDto, StreamIndustryEnergyEnergyMeterRtChangedDateTimeArgsDto, StreamIndustryEnergyEnergyMeterStandStillCounterArgsDto, StreamIndustryEnergyEnergyMeterVoltageArgsDto, StreamIndustryEnergyInverterAmpereArgsDto, StreamIndustryEnergyInverterConnectionDto, StreamIndustryEnergyInverterDcAmpereArgsDto, StreamIndustryEnergyInverterDcVoltageArgsDto, StreamIndustryEnergyInverterDto, StreamIndustryEnergyInverterEdgeDto, StreamIndustryEnergyInverterMachineStateArgsDto, StreamIndustryEnergyInverterMaximumPowerArgsDto, StreamIndustryEnergyInverterOperatingHoursArgsDto, StreamIndustryEnergyInverterPowerArgsDto, StreamIndustryEnergyInverterRtChangedDateTimeArgsDto, StreamIndustryEnergyInverterStandStillCounterArgsDto, StreamIndustryEnergyInverterVoltageArgsDto, StreamIndustryEnergyPhotovoltaicModuleConnectionDto, StreamIndustryEnergyPhotovoltaicModuleDto, StreamIndustryEnergyPhotovoltaicModuleEdgeDto, StreamIndustryEnergyPhotovoltaicModuleMachineStateArgsDto, StreamIndustryEnergyPhotovoltaicModuleOperatingHoursArgsDto, StreamIndustryEnergyPhotovoltaicModulePeakPowerArgsDto, StreamIndustryEnergyPhotovoltaicModulePowerArgsDto, StreamIndustryEnergyPhotovoltaicModuleRtChangedDateTimeArgsDto, StreamIndustryEnergyPhotovoltaicModuleStandStillCounterArgsDto, StreamIndustryEnergyPhotovoltaicStringConnectionDto, StreamIndustryEnergyPhotovoltaicStringDto, StreamIndustryEnergyPhotovoltaicStringEdgeDto, StreamIndustryEnergyPhotovoltaicStringPowerArgsDto, StreamIndustryEnergyPhotovoltaicStringRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterConnectionDto, StreamIndustryFluidHeatMeterDto, StreamIndustryFluidHeatMeterEdgeDto, StreamIndustryFluidHeatMeterImportedEnergyArgsDto, StreamIndustryFluidHeatMeterMachineStateArgsDto, StreamIndustryFluidHeatMeterOperatingHoursArgsDto, StreamIndustryFluidHeatMeterPowerArgsDto, StreamIndustryFluidHeatMeterRtChangedDateTimeArgsDto, StreamIndustryFluidHeatMeterStandStillCounterArgsDto, StreamIndustryFluidWaterMeterConnectionDto, StreamIndustryFluidWaterMeterDto, StreamIndustryFluidWaterMeterEdgeDto, StreamIndustryFluidWaterMeterMachineStateArgsDto, StreamIndustryFluidWaterMeterOperatingHoursArgsDto, StreamIndustryFluidWaterMeterRtChangedDateTimeArgsDto, StreamIndustryFluidWaterMeterStandStillCounterArgsDto, 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, SystemCommunicationAdapterInterfaceConfiguredByArgsDto, SystemCommunicationAdapterInterfaceDto, SystemCommunicationAdapterInterfaceExecutesArgsDto, SystemCommunicationAdapterInterfaceExecutingAdapterArgsDto, SystemCommunicationAdapterInterfaceManagedByArgsDto, SystemCommunicationAdapterInterfaceRelatesFromArgsDto, SystemCommunicationAdapterInterfaceRelatesToArgsDto, SystemCommunicationAdapterInterfaceTaggedByArgsDto, SystemCommunicationAdapterManagedByArgsDto, SystemCommunicationAdapterRelatesFromArgsDto, SystemCommunicationAdapterRelatesToArgsDto, SystemCommunicationAdapterTaggedByArgsDto, SystemCommunicationAdapterUpdateDto, SystemCommunicationAdapterUpdateMessageDto, SystemCommunicationAdapter_AdapterExecutionsUnionConnectionDto, SystemCommunicationAdapter_AdapterExecutionsUnionDto, SystemCommunicationAdapter_AdapterExecutionsUnionEdgeDto, SystemCommunicationAdapter_ExecutedByUnionConnectionDto, SystemCommunicationAdapter_ExecutedByUnionDto, SystemCommunicationAdapter_ExecutedByUnionEdgeDto, SystemCommunicationAdapter_ManagesUnionConnectionDto, SystemCommunicationAdapter_ManagesUnionDto, SystemCommunicationAdapter_ManagesUnionEdgeDto, SystemCommunicationDataPipelineAssociationsArgsDto, SystemCommunicationDataPipelineChildrenArgsDto, SystemCommunicationDataPipelineConfiguredByArgsDto, SystemCommunicationDataPipelineConnectionDto, SystemCommunicationDataPipelineDto, SystemCommunicationDataPipelineEdgeDto, SystemCommunicationDataPipelineInputDto, SystemCommunicationDataPipelineInputUpdateDto, SystemCommunicationDataPipelineMutationsCreateArgsDto, SystemCommunicationDataPipelineMutationsDto, SystemCommunicationDataPipelineMutationsUpdateArgsDto, SystemCommunicationDataPipelineRelatesFromArgsDto, SystemCommunicationDataPipelineRelatesToArgsDto, SystemCommunicationDataPipelineTaggedByArgsDto, SystemCommunicationDataPipelineTriggerAssociationsArgsDto, SystemCommunicationDataPipelineTriggerConfiguredByArgsDto, SystemCommunicationDataPipelineTriggerConnectionDto, SystemCommunicationDataPipelineTriggerDto, SystemCommunicationDataPipelineTriggerEdgeDto, SystemCommunicationDataPipelineTriggerInputDto, SystemCommunicationDataPipelineTriggerInputUpdateDto, SystemCommunicationDataPipelineTriggerMutationsCreateArgsDto, SystemCommunicationDataPipelineTriggerMutationsDto, SystemCommunicationDataPipelineTriggerMutationsUpdateArgsDto, SystemCommunicationDataPipelineTriggerRelatesFromArgsDto, SystemCommunicationDataPipelineTriggerRelatesToArgsDto, SystemCommunicationDataPipelineTriggerTaggedByArgsDto, SystemCommunicationDataPipelineTriggerTriggersArgsDto, SystemCommunicationDataPipelineTriggerUpdateDto, SystemCommunicationDataPipelineTriggerUpdateMessageDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionConnectionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionDto, SystemCommunicationDataPipelineTrigger_TriggeredByUnionEdgeDto, SystemCommunicationDataPipelineUpdateDto, SystemCommunicationDataPipelineUpdateMessageDto, SystemCommunicationDataPipeline_ParentUnionConnectionDto, SystemCommunicationDataPipeline_ParentUnionDto, SystemCommunicationDataPipeline_ParentUnionEdgeDto, SystemCommunicationDeployableEntityAssociationsArgsDto, SystemCommunicationDeployableEntityConfiguredByArgsDto, SystemCommunicationDeployableEntityConnectionDto, SystemCommunicationDeployableEntityDto, SystemCommunicationDeployableEntityEdgeDto, SystemCommunicationDeployableEntityInterfaceConfiguredByArgsDto, SystemCommunicationDeployableEntityInterfaceDto, SystemCommunicationDeployableEntityInterfaceRelatesFromArgsDto, SystemCommunicationDeployableEntityInterfaceRelatesToArgsDto, SystemCommunicationDeployableEntityInterfaceTaggedByArgsDto, SystemCommunicationDeployableEntityRelatesFromArgsDto, SystemCommunicationDeployableEntityRelatesToArgsDto, SystemCommunicationDeployableEntityTaggedByArgsDto, SystemCommunicationDeployableEntityUpdateDto, SystemCommunicationDeployableEntityUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationAssociationsArgsDto, SystemCommunicationEMailReceiverConfigurationConfiguredByArgsDto, SystemCommunicationEMailReceiverConfigurationConnectionDto, SystemCommunicationEMailReceiverConfigurationDto, SystemCommunicationEMailReceiverConfigurationEdgeDto, SystemCommunicationEMailReceiverConfigurationInputDto, SystemCommunicationEMailReceiverConfigurationInputUpdateDto, SystemCommunicationEMailReceiverConfigurationMutationsCreateArgsDto, SystemCommunicationEMailReceiverConfigurationMutationsDto, SystemCommunicationEMailReceiverConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesFromArgsDto, SystemCommunicationEMailReceiverConfigurationRelatesToArgsDto, SystemCommunicationEMailReceiverConfigurationTaggedByArgsDto, SystemCommunicationEMailReceiverConfigurationUpdateDto, SystemCommunicationEMailReceiverConfigurationUpdateMessageDto, SystemCommunicationEMailReceiverConfigurationUsedByArgsDto, SystemCommunicationEMailSenderConfigurationAssociationsArgsDto, SystemCommunicationEMailSenderConfigurationConfiguredByArgsDto, SystemCommunicationEMailSenderConfigurationConnectionDto, SystemCommunicationEMailSenderConfigurationDto, SystemCommunicationEMailSenderConfigurationEdgeDto, SystemCommunicationEMailSenderConfigurationInputDto, SystemCommunicationEMailSenderConfigurationInputUpdateDto, SystemCommunicationEMailSenderConfigurationMutationsCreateArgsDto, SystemCommunicationEMailSenderConfigurationMutationsDto, SystemCommunicationEMailSenderConfigurationMutationsUpdateArgsDto, SystemCommunicationEMailSenderConfigurationRelatesFromArgsDto, SystemCommunicationEMailSenderConfigurationRelatesToArgsDto, SystemCommunicationEMailSenderConfigurationTaggedByArgsDto, SystemCommunicationEMailSenderConfigurationUpdateDto, SystemCommunicationEMailSenderConfigurationUpdateMessageDto, SystemCommunicationEMailSenderConfigurationUsedByArgsDto, SystemCommunicationEdaConfigurationAssociationsArgsDto, SystemCommunicationEdaConfigurationConfiguredByArgsDto, SystemCommunicationEdaConfigurationConnectionDto, SystemCommunicationEdaConfigurationDto, SystemCommunicationEdaConfigurationEdgeDto, SystemCommunicationEdaConfigurationInputDto, SystemCommunicationEdaConfigurationInputUpdateDto, SystemCommunicationEdaConfigurationMutationsCreateArgsDto, SystemCommunicationEdaConfigurationMutationsDto, SystemCommunicationEdaConfigurationMutationsUpdateArgsDto, SystemCommunicationEdaConfigurationRelatesFromArgsDto, SystemCommunicationEdaConfigurationRelatesToArgsDto, SystemCommunicationEdaConfigurationTaggedByArgsDto, SystemCommunicationEdaConfigurationUpdateDto, SystemCommunicationEdaConfigurationUpdateMessageDto, SystemCommunicationEdaConfigurationUsedByArgsDto, SystemCommunicationEdgeAdapterAssociationsArgsDto, SystemCommunicationEdgeAdapterConfiguredByArgsDto, SystemCommunicationEdgeAdapterConnectionDto, SystemCommunicationEdgeAdapterDto, SystemCommunicationEdgeAdapterEdgeDto, SystemCommunicationEdgeAdapterExecutesArgsDto, SystemCommunicationEdgeAdapterExecutingAdapterArgsDto, SystemCommunicationEdgeAdapterInputDto, SystemCommunicationEdgeAdapterInputUpdateDto, SystemCommunicationEdgeAdapterManagedByArgsDto, SystemCommunicationEdgeAdapterMutationsCreateArgsDto, SystemCommunicationEdgeAdapterMutationsDto, SystemCommunicationEdgeAdapterMutationsUpdateArgsDto, SystemCommunicationEdgeAdapterRelatesFromArgsDto, SystemCommunicationEdgeAdapterRelatesToArgsDto, SystemCommunicationEdgeAdapterTaggedByArgsDto, SystemCommunicationEdgeAdapterUpdateDto, SystemCommunicationEdgeAdapterUpdateMessageDto, SystemCommunicationEdgePipelineAssociationsArgsDto, SystemCommunicationEdgePipelineConfiguredByArgsDto, SystemCommunicationEdgePipelineConnectionDto, SystemCommunicationEdgePipelineDto, SystemCommunicationEdgePipelineEdgeDto, SystemCommunicationEdgePipelineExecutedByArgsDto, SystemCommunicationEdgePipelineExecutedPipelineArgsDto, SystemCommunicationEdgePipelineInputDto, SystemCommunicationEdgePipelineInputUpdateDto, SystemCommunicationEdgePipelineIsUsingArgsDto, SystemCommunicationEdgePipelineMutationsCreateArgsDto, SystemCommunicationEdgePipelineMutationsDto, SystemCommunicationEdgePipelineMutationsUpdateArgsDto, SystemCommunicationEdgePipelineParentArgsDto, SystemCommunicationEdgePipelineRelatesFromArgsDto, SystemCommunicationEdgePipelineRelatesToArgsDto, SystemCommunicationEdgePipelineStatisticsForPipelineArgsDto, SystemCommunicationEdgePipelineTaggedByArgsDto, SystemCommunicationEdgePipelineUpdateDto, SystemCommunicationEdgePipelineUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationAssociationsArgsDto, SystemCommunicationEnergyCommunityConfigurationConfiguredByArgsDto, SystemCommunicationEnergyCommunityConfigurationConnectionDto, SystemCommunicationEnergyCommunityConfigurationDto, SystemCommunicationEnergyCommunityConfigurationEdgeDto, SystemCommunicationEnergyCommunityConfigurationInputDto, SystemCommunicationEnergyCommunityConfigurationInputUpdateDto, SystemCommunicationEnergyCommunityConfigurationMutationsCreateArgsDto, SystemCommunicationEnergyCommunityConfigurationMutationsDto, SystemCommunicationEnergyCommunityConfigurationMutationsUpdateArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesFromArgsDto, SystemCommunicationEnergyCommunityConfigurationRelatesToArgsDto, SystemCommunicationEnergyCommunityConfigurationTaggedByArgsDto, SystemCommunicationEnergyCommunityConfigurationUpdateDto, SystemCommunicationEnergyCommunityConfigurationUpdateMessageDto, SystemCommunicationEnergyCommunityConfigurationUsedByArgsDto, SystemCommunicationFinApiConfigurationAssociationsArgsDto, SystemCommunicationFinApiConfigurationConfiguredByArgsDto, SystemCommunicationFinApiConfigurationConnectionDto, SystemCommunicationFinApiConfigurationDto, SystemCommunicationFinApiConfigurationEdgeDto, SystemCommunicationFinApiConfigurationInputDto, SystemCommunicationFinApiConfigurationInputUpdateDto, SystemCommunicationFinApiConfigurationMutationsCreateArgsDto, SystemCommunicationFinApiConfigurationMutationsDto, SystemCommunicationFinApiConfigurationMutationsUpdateArgsDto, SystemCommunicationFinApiConfigurationRelatesFromArgsDto, SystemCommunicationFinApiConfigurationRelatesToArgsDto, SystemCommunicationFinApiConfigurationTaggedByArgsDto, SystemCommunicationFinApiConfigurationUpdateDto, SystemCommunicationFinApiConfigurationUpdateMessageDto, SystemCommunicationFinApiConfigurationUsedByArgsDto, SystemCommunicationMeshAdapterAssociationsArgsDto, SystemCommunicationMeshAdapterConfiguredByArgsDto, SystemCommunicationMeshAdapterConnectionDto, SystemCommunicationMeshAdapterDto, SystemCommunicationMeshAdapterEdgeDto, SystemCommunicationMeshAdapterExecutesArgsDto, SystemCommunicationMeshAdapterExecutingAdapterArgsDto, SystemCommunicationMeshAdapterInputDto, SystemCommunicationMeshAdapterInputUpdateDto, SystemCommunicationMeshAdapterManagedByArgsDto, SystemCommunicationMeshAdapterMutationsCreateArgsDto, SystemCommunicationMeshAdapterMutationsDto, SystemCommunicationMeshAdapterMutationsUpdateArgsDto, SystemCommunicationMeshAdapterRelatesFromArgsDto, SystemCommunicationMeshAdapterRelatesToArgsDto, SystemCommunicationMeshAdapterTaggedByArgsDto, SystemCommunicationMeshAdapterUpdateDto, SystemCommunicationMeshAdapterUpdateMessageDto, SystemCommunicationMeshPipelineAssociationsArgsDto, SystemCommunicationMeshPipelineConfiguredByArgsDto, SystemCommunicationMeshPipelineConnectionDto, SystemCommunicationMeshPipelineDto, SystemCommunicationMeshPipelineEdgeDto, SystemCommunicationMeshPipelineExecutedByArgsDto, SystemCommunicationMeshPipelineExecutedPipelineArgsDto, SystemCommunicationMeshPipelineInputDto, SystemCommunicationMeshPipelineInputUpdateDto, SystemCommunicationMeshPipelineIsUsingArgsDto, SystemCommunicationMeshPipelineMutationsCreateArgsDto, SystemCommunicationMeshPipelineMutationsDto, SystemCommunicationMeshPipelineMutationsUpdateArgsDto, SystemCommunicationMeshPipelineParentArgsDto, SystemCommunicationMeshPipelineRelatesFromArgsDto, SystemCommunicationMeshPipelineRelatesToArgsDto, SystemCommunicationMeshPipelineStatisticsForPipelineArgsDto, SystemCommunicationMeshPipelineTaggedByArgsDto, SystemCommunicationMeshPipelineTriggeredByArgsDto, SystemCommunicationMeshPipelineUpdateDto, SystemCommunicationMeshPipelineUpdateMessageDto, SystemCommunicationMeshPipeline_TriggersUnionConnectionDto, SystemCommunicationMeshPipeline_TriggersUnionDto, SystemCommunicationMeshPipeline_TriggersUnionEdgeDto, SystemCommunicationMicrosoftGraphConfigurationAssociationsArgsDto, SystemCommunicationMicrosoftGraphConfigurationConfiguredByArgsDto, SystemCommunicationMicrosoftGraphConfigurationConnectionDto, SystemCommunicationMicrosoftGraphConfigurationDto, SystemCommunicationMicrosoftGraphConfigurationEdgeDto, SystemCommunicationMicrosoftGraphConfigurationInputDto, SystemCommunicationMicrosoftGraphConfigurationInputUpdateDto, SystemCommunicationMicrosoftGraphConfigurationMutationsCreateArgsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsDto, SystemCommunicationMicrosoftGraphConfigurationMutationsUpdateArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesFromArgsDto, SystemCommunicationMicrosoftGraphConfigurationRelatesToArgsDto, SystemCommunicationMicrosoftGraphConfigurationTaggedByArgsDto, SystemCommunicationMicrosoftGraphConfigurationUpdateDto, SystemCommunicationMicrosoftGraphConfigurationUpdateMessageDto, SystemCommunicationMicrosoftGraphConfigurationUsedByArgsDto, SystemCommunicationPipelineAssociationsArgsDto, SystemCommunicationPipelineConfiguredByArgsDto, SystemCommunicationPipelineConnectionDto, SystemCommunicationPipelineDto, SystemCommunicationPipelineEdgeDto, SystemCommunicationPipelineExecutedByArgsDto, SystemCommunicationPipelineExecutedPipelineArgsDto, SystemCommunicationPipelineExecutionAdapterExecutionsArgsDto, SystemCommunicationPipelineExecutionAssociationsArgsDto, SystemCommunicationPipelineExecutionConfiguredByArgsDto, SystemCommunicationPipelineExecutionConnectionDto, SystemCommunicationPipelineExecutionDto, SystemCommunicationPipelineExecutionEdgeDto, SystemCommunicationPipelineExecutionInputDto, SystemCommunicationPipelineExecutionInputUpdateDto, SystemCommunicationPipelineExecutionMutationsCreateArgsDto, SystemCommunicationPipelineExecutionMutationsDto, SystemCommunicationPipelineExecutionMutationsUpdateArgsDto, SystemCommunicationPipelineExecutionPipelineExecutionsArgsDto, SystemCommunicationPipelineExecutionRelatesFromArgsDto, SystemCommunicationPipelineExecutionRelatesToArgsDto, SystemCommunicationPipelineExecutionTaggedByArgsDto, SystemCommunicationPipelineExecutionUpdateDto, SystemCommunicationPipelineExecutionUpdateMessageDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionDto, SystemCommunicationPipelineExecution_ExecutedPipelineUnionEdgeDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionConnectionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionDto, SystemCommunicationPipelineExecution_ExecutingAdapterUnionEdgeDto, SystemCommunicationPipelineInterfaceConfiguredByArgsDto, SystemCommunicationPipelineInterfaceDto, SystemCommunicationPipelineInterfaceExecutedByArgsDto, SystemCommunicationPipelineInterfaceExecutedPipelineArgsDto, SystemCommunicationPipelineInterfaceIsUsingArgsDto, SystemCommunicationPipelineInterfaceParentArgsDto, SystemCommunicationPipelineInterfaceRelatesFromArgsDto, SystemCommunicationPipelineInterfaceRelatesToArgsDto, SystemCommunicationPipelineInterfaceStatisticsForPipelineArgsDto, SystemCommunicationPipelineInterfaceTaggedByArgsDto, SystemCommunicationPipelineIsUsingArgsDto, SystemCommunicationPipelineParentArgsDto, SystemCommunicationPipelineRelatesFromArgsDto, SystemCommunicationPipelineRelatesToArgsDto, SystemCommunicationPipelineStatisticsAssociationsArgsDto, SystemCommunicationPipelineStatisticsConfiguredByArgsDto, SystemCommunicationPipelineStatisticsConnectionDto, SystemCommunicationPipelineStatisticsDto, SystemCommunicationPipelineStatisticsEdgeDto, SystemCommunicationPipelineStatisticsForPipelineArgsDto, SystemCommunicationPipelineStatisticsInputDto, SystemCommunicationPipelineStatisticsInputUpdateDto, SystemCommunicationPipelineStatisticsMutationsCreateArgsDto, SystemCommunicationPipelineStatisticsMutationsDto, SystemCommunicationPipelineStatisticsMutationsUpdateArgsDto, SystemCommunicationPipelineStatisticsPipelineStatisticsArgsDto, SystemCommunicationPipelineStatisticsRelatesFromArgsDto, SystemCommunicationPipelineStatisticsRelatesToArgsDto, SystemCommunicationPipelineStatisticsTaggedByArgsDto, SystemCommunicationPipelineStatisticsUpdateDto, SystemCommunicationPipelineStatisticsUpdateMessageDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionConnectionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionDto, SystemCommunicationPipelineStatistics_StatisticsForPipelineUnionEdgeDto, SystemCommunicationPipelineTaggedByArgsDto, SystemCommunicationPipelineUpdateDto, SystemCommunicationPipelineUpdateMessageDto, SystemCommunicationPipeline_ChildrenUnionConnectionDto, SystemCommunicationPipeline_ChildrenUnionDto, SystemCommunicationPipeline_ChildrenUnionEdgeDto, SystemCommunicationPipeline_ExecutesUnionConnectionDto, SystemCommunicationPipeline_ExecutesUnionDto, SystemCommunicationPipeline_ExecutesUnionEdgeDto, SystemCommunicationPipeline_PipelineExecutionsUnionConnectionDto, SystemCommunicationPipeline_PipelineExecutionsUnionDto, SystemCommunicationPipeline_PipelineExecutionsUnionEdgeDto, SystemCommunicationPipeline_PipelineStatisticsUnionConnectionDto, SystemCommunicationPipeline_PipelineStatisticsUnionDto, SystemCommunicationPipeline_PipelineStatisticsUnionEdgeDto, SystemCommunicationPipeline_UsedByUnionConnectionDto, SystemCommunicationPipeline_UsedByUnionDto, SystemCommunicationPipeline_UsedByUnionEdgeDto, SystemCommunicationPoolAssociationsArgsDto, SystemCommunicationPoolConfiguredByArgsDto, SystemCommunicationPoolConnectionDto, SystemCommunicationPoolDto, SystemCommunicationPoolEdgeDto, SystemCommunicationPoolInputDto, SystemCommunicationPoolInputUpdateDto, SystemCommunicationPoolManagesArgsDto, SystemCommunicationPoolMutationsCreateArgsDto, SystemCommunicationPoolMutationsDto, SystemCommunicationPoolMutationsUpdateArgsDto, SystemCommunicationPoolRelatesFromArgsDto, SystemCommunicationPoolRelatesToArgsDto, SystemCommunicationPoolTaggedByArgsDto, SystemCommunicationPoolUpdateDto, SystemCommunicationPoolUpdateMessageDto, SystemCommunicationPool_ManagedByUnionConnectionDto, SystemCommunicationPool_ManagedByUnionDto, SystemCommunicationPool_ManagedByUnionEdgeDto, SystemCommunicationSapConfigurationAssociationsArgsDto, SystemCommunicationSapConfigurationConfiguredByArgsDto, SystemCommunicationSapConfigurationConnectionDto, SystemCommunicationSapConfigurationDto, SystemCommunicationSapConfigurationEdgeDto, SystemCommunicationSapConfigurationInputDto, SystemCommunicationSapConfigurationInputUpdateDto, SystemCommunicationSapConfigurationMutationsCreateArgsDto, SystemCommunicationSapConfigurationMutationsDto, SystemCommunicationSapConfigurationMutationsUpdateArgsDto, SystemCommunicationSapConfigurationRelatesFromArgsDto, SystemCommunicationSapConfigurationRelatesToArgsDto, SystemCommunicationSapConfigurationTaggedByArgsDto, SystemCommunicationSapConfigurationUpdateDto, SystemCommunicationSapConfigurationUpdateMessageDto, SystemCommunicationSapConfigurationUsedByArgsDto, SystemCommunicationSftpConfigurationAssociationsArgsDto, SystemCommunicationSftpConfigurationConfiguredByArgsDto, SystemCommunicationSftpConfigurationConnectionDto, SystemCommunicationSftpConfigurationDto, SystemCommunicationSftpConfigurationEdgeDto, SystemCommunicationSftpConfigurationInputDto, SystemCommunicationSftpConfigurationInputUpdateDto, SystemCommunicationSftpConfigurationMutationsCreateArgsDto, SystemCommunicationSftpConfigurationMutationsDto, SystemCommunicationSftpConfigurationMutationsUpdateArgsDto, SystemCommunicationSftpConfigurationRelatesFromArgsDto, SystemCommunicationSftpConfigurationRelatesToArgsDto, SystemCommunicationSftpConfigurationTaggedByArgsDto, SystemCommunicationSftpConfigurationUpdateDto, SystemCommunicationSftpConfigurationUpdateMessageDto, SystemCommunicationSftpConfigurationUsedByArgsDto, SystemCommunicationTagAssociationsArgsDto, SystemCommunicationTagConfiguredByArgsDto, SystemCommunicationTagConnectionDto, SystemCommunicationTagDto, SystemCommunicationTagEdgeDto, SystemCommunicationTagInputDto, SystemCommunicationTagInputUpdateDto, SystemCommunicationTagIsTaggingArgsDto, SystemCommunicationTagMutationsCreateArgsDto, SystemCommunicationTagMutationsDto, SystemCommunicationTagMutationsUpdateArgsDto, SystemCommunicationTagRelatesFromArgsDto, SystemCommunicationTagRelatesToArgsDto, SystemCommunicationTagTaggedByArgsDto, SystemCommunicationTagUpdateDto, SystemCommunicationTagUpdateMessageDto, SystemCommunicationTag_TaggedByUnionConnectionDto, SystemCommunicationTag_TaggedByUnionDto, SystemCommunicationTag_TaggedByUnionEdgeDto, SystemCommunicationUiThemeColorsDto, SystemCommunicationUiThemeColorsInputDto, SystemConfigurationAssociationsArgsDto, SystemConfigurationConfiguredByArgsDto, SystemConfigurationConnectionDto, SystemConfigurationDto, SystemConfigurationEdgeDto, SystemConfigurationInterfaceConfiguredByArgsDto, SystemConfigurationInterfaceDto, SystemConfigurationInterfaceRelatesFromArgsDto, SystemConfigurationInterfaceRelatesToArgsDto, SystemConfigurationInterfaceTaggedByArgsDto, SystemConfigurationInterfaceUsedByArgsDto, SystemConfigurationRelatesFromArgsDto, SystemConfigurationRelatesToArgsDto, SystemConfigurationTaggedByArgsDto, SystemConfigurationUpdateDto, SystemConfigurationUpdateMessageDto, SystemConfigurationUsedByArgsDto, SystemConfiguration_IsUsingUnionConnectionDto, SystemConfiguration_IsUsingUnionDto, SystemConfiguration_IsUsingUnionEdgeDto, SystemEntityAssociationsArgsDto, SystemEntityConfiguredByArgsDto, SystemEntityConnectionDto, SystemEntityDto, SystemEntityEdgeDto, SystemEntityInterfaceConfiguredByArgsDto, SystemEntityInterfaceDto, SystemEntityInterfaceRelatesFromArgsDto, SystemEntityInterfaceRelatesToArgsDto, SystemEntityInterfaceTaggedByArgsDto, SystemEntityRelatesFromArgsDto, SystemEntityRelatesToArgsDto, SystemEntityTaggedByArgsDto, SystemEntityUpdateDto, SystemEntityUpdateMessageDto, SystemEntity_ConfiguresUnionConnectionDto, SystemEntity_ConfiguresUnionDto, SystemEntity_ConfiguresUnionEdgeDto, SystemEntity_IsTaggingUnionConnectionDto, SystemEntity_IsTaggingUnionDto, SystemEntity_IsTaggingUnionEdgeDto, SystemEntity_RelatesFromUnionConnectionDto, SystemEntity_RelatesFromUnionDto, SystemEntity_RelatesFromUnionEdgeDto, SystemEntity_RelatesToUnionConnectionDto, SystemEntity_RelatesToUnionDto, SystemEntity_RelatesToUnionEdgeDto, SystemFieldFilterDto, SystemFieldFilterInputDto, SystemGroupingAggregationRtQueryAssociationsArgsDto, SystemGroupingAggregationRtQueryConfiguredByArgsDto, SystemGroupingAggregationRtQueryConnectionDto, SystemGroupingAggregationRtQueryDto, SystemGroupingAggregationRtQueryEdgeDto, SystemGroupingAggregationRtQueryInputDto, SystemGroupingAggregationRtQueryInputUpdateDto, SystemGroupingAggregationRtQueryMutationsCreateArgsDto, SystemGroupingAggregationRtQueryMutationsDto, SystemGroupingAggregationRtQueryMutationsUpdateArgsDto, SystemGroupingAggregationRtQueryRelatesFromArgsDto, SystemGroupingAggregationRtQueryRelatesToArgsDto, SystemGroupingAggregationRtQueryTaggedByArgsDto, SystemGroupingAggregationRtQueryUpdateDto, SystemGroupingAggregationRtQueryUpdateMessageDto, SystemIdentityApiResourceAssociationsArgsDto, SystemIdentityApiResourceConfiguredByArgsDto, SystemIdentityApiResourceConnectionDto, SystemIdentityApiResourceDto, SystemIdentityApiResourceEdgeDto, SystemIdentityApiResourceInputDto, SystemIdentityApiResourceInputUpdateDto, SystemIdentityApiResourceMutationsCreateArgsDto, SystemIdentityApiResourceMutationsDto, SystemIdentityApiResourceMutationsUpdateArgsDto, SystemIdentityApiResourceRelatesFromArgsDto, SystemIdentityApiResourceRelatesToArgsDto, SystemIdentityApiResourceTaggedByArgsDto, SystemIdentityApiResourceUpdateDto, SystemIdentityApiResourceUpdateMessageDto, SystemIdentityApiScopeAssociationsArgsDto, SystemIdentityApiScopeConfiguredByArgsDto, SystemIdentityApiScopeConnectionDto, SystemIdentityApiScopeDto, SystemIdentityApiScopeEdgeDto, SystemIdentityApiScopeInputDto, SystemIdentityApiScopeInputUpdateDto, SystemIdentityApiScopeMutationsCreateArgsDto, SystemIdentityApiScopeMutationsDto, SystemIdentityApiScopeMutationsUpdateArgsDto, SystemIdentityApiScopeRelatesFromArgsDto, SystemIdentityApiScopeRelatesToArgsDto, SystemIdentityApiScopeTaggedByArgsDto, SystemIdentityApiScopeUpdateDto, SystemIdentityApiScopeUpdateMessageDto, SystemIdentityAzureEntraIdIdentityProviderAssociationsArgsDto, SystemIdentityAzureEntraIdIdentityProviderConfiguredByArgsDto, SystemIdentityAzureEntraIdIdentityProviderConnectionDto, SystemIdentityAzureEntraIdIdentityProviderDto, SystemIdentityAzureEntraIdIdentityProviderEdgeDto, SystemIdentityAzureEntraIdIdentityProviderInputDto, SystemIdentityAzureEntraIdIdentityProviderInputUpdateDto, SystemIdentityAzureEntraIdIdentityProviderMutationsCreateArgsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsDto, SystemIdentityAzureEntraIdIdentityProviderMutationsUpdateArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesFromArgsDto, SystemIdentityAzureEntraIdIdentityProviderRelatesToArgsDto, SystemIdentityAzureEntraIdIdentityProviderTaggedByArgsDto, SystemIdentityAzureEntraIdIdentityProviderUpdateDto, SystemIdentityAzureEntraIdIdentityProviderUpdateMessageDto, SystemIdentityClientAssociationsArgsDto, SystemIdentityClientClaimDto, SystemIdentityClientClaimInputDto, SystemIdentityClientConfiguredByArgsDto, SystemIdentityClientConnectionDto, SystemIdentityClientDto, SystemIdentityClientEdgeDto, SystemIdentityClientInputDto, SystemIdentityClientInputUpdateDto, SystemIdentityClientMutationsCreateArgsDto, SystemIdentityClientMutationsDto, SystemIdentityClientMutationsUpdateArgsDto, SystemIdentityClientRelatesFromArgsDto, SystemIdentityClientRelatesToArgsDto, SystemIdentityClientTaggedByArgsDto, SystemIdentityClientUpdateDto, SystemIdentityClientUpdateMessageDto, 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 };