/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ export { getPlayerServiceConfig, initializePlayerServices, updateEnvironmentName, updateRegion, } from './initializePlayerServices.js'; export type { IHttpClient, RequestConfig, Response } from './types/IHttpClient.js'; export type { ILogger, IPlayerServicesConfig, Scenario } from './types/PlayerServices.types.js'; export type { RpCodeApp } from './powerAppsRp/PowerAppsRpService.types.js'; export type { Api, App, CdsDatabaseReference, ClusterInfo, Connection, ConnectionReference, Environment, } from './types/ApiTypes.js'; export type { IConnectedDatasetListMetadata, IConnectedDataTableListMetadata, } from './connectivity/ApimService.js'; export { getDatasetsAsync, getSqlStoredProcedureMetadataAsync, getSqlStoredProceduresAsync, getTableMetadataAsync, getTablesAsync, getTabularConnectorVersion, } from './connectivity/ApimService.js'; export { connectionFirstPartyLoginAsync } from './connectivity/ApimService.js'; export { getConnectionByNameAsync, getConnectorAsync, isConnectionShareable, isSsoOnlyConnector, listAllConnectionsAsync, listConnectionsForConnectorAsync, listConnectorsAsync, validateSsoEligible, } from './connectivity/ConnectivityService.js'; export { hasTabularCapability } from './connectivity/connectorCapabilities.js'; export { tryGetGatewayObjectId } from './connectivity/gatewayUtils.js'; export { DataverseMetadataService } from './dataverse/index.js'; export { DataverseSystemDataService } from './dataverse/DataverseSystemDataService.js'; export type { ConnectionReferenceSolutionComponent, CsdlOperation, CsdlParameter, CsdlReturnType, DataverseSchemaWrapper, DataverseSolution, DataverseWorkflow, EnvironmentVariableDefinition, } from './dataverse/DataverseTypes.js'; export type { GetEnvironmentClusterOptions } from './powerAppsRp/PowerAppsRpService.js'; export { createApp, endSession, generateResourceStorage, getEnvironmentByName, getEnvironmentCluster, listAppsAsync, makeAppSolutionAware, modifyAppPermissions, publishApp, saveApp, startSession, } from './powerAppsRp/PowerAppsRpService.js'; export type { AppPermission, AppPermissionPrincipal, AppPermissionRole, ModifyAppPermissionsRequest, ModifyAppPermissionsResponse, } from './powerAppsRp/PowerAppsRpService.types.js'; export { getFlowMetadataAsync, getFlowSwaggerAsync, } from './powerAutomateRp/PowerAutomateRpService.js'; export type { FlowConnectionReferenceResponse, FlowMetadataResponse, } from './powerAutomateRp/PowerAutomateRpService.types.js'; //# sourceMappingURL=index.d.ts.map