powerplatform-review-tool
Version:
Evaluate Power Platform solution zip files based on best practice patterns
16 lines • 1.84 kB
TypeScript
export { extractSolutionDetail } from './common/extractSolutionDetails';
export { generateSarifFromReview, getItemsFromDataset } from './utilities/common';
export { reviewCopilotComponents } from './common/reviewCopilotComponents';
export { reviewPowerAppsComponents } from './common/reviewPowerAppsComponents';
export { reviewPowerAutomateComponents } from './common/reviewPowerAutomateComponents';
export { startReview } from './common/startReview';
export { ReviewSchema } from './schema/ResultSchema';
export type { AgentEntity, AgentInstanceValue, AppInstanceValue, FlowInstanceValue, PatternResult, AgentTopics, AgentKnowledge, AgentActions, } from './interface/pattern';
export type { CopilotComponentsReviewResult, CopilotResult, Agents, BotSkeleton, ComponentInfo, TopicIOProperty, EntityItem, EntityComponent, TopicComponent, KnowledgeComponent, FileAttachmentComponent, GlobalVariableComponent, ActionComponent, ActionInputProperty, ActionOutputProperty, ExternalTriggerComponent, CustomGPTComponent, ConversationStarter } from './interface/botInterface';
export type { PowerAppAnalysis, PowerAppsReviewResult, SarifLog, SarifResult, SarifRule, SarifRun } from './interface/appInterface';
export type { PowerAutomateReviewItem, PowerAutomateReviewResult } from './interface/flowInterface';
export type { IPatternDetails } from './utilities/pattern';
export type { ManifestPropertyStatusNames } from './ManifestConstant';
export type { AIModel, AppFlowTableMapping, CanvasApp, CodeComponentDetails, ConnectionReference, CustomApiDetails, EnvironmentVariableDetails, ExtractionResult, MissingDependency, Plugin, Role, ScreenDetails, SolutionDetails, SolutionOverview, TableDetails, WorkflowDetails, } from './common/extractSolutionDetails';
export type { ReviewResult } from './common/startReview';
//# sourceMappingURL=index.d.ts.map