mulmocast-vision 0.1.0 → 0.1.2

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.
Files changed (193) hide show
  1. package/README.md +78 -85
  2. package/lib/browser.d.ts +1 -0
  3. package/lib/browser.js +1 -0
  4. package/lib/commons.d.ts +1 -5
  5. package/lib/mcp/cli.js +0 -0
  6. package/lib/mcp/core.js +13 -18
  7. package/lib/mcp_tools.d.ts +2 -35
  8. package/lib/presentationHandlers/html.d.ts +1 -80
  9. package/lib/presentationHandlers/html.js +7 -321
  10. package/lib/presentationHandlers/html_class.d.ts +1 -240
  11. package/lib/presentationHandlers/html_class.js +10 -240
  12. package/lib/tools/index.d.ts +19 -0
  13. package/lib/tools/index.js +75 -0
  14. package/lib/tools/tools_base.d.ts +2 -0
  15. package/lib/tools/tools_base.js +1685 -0
  16. package/lib/tools.d.ts +18 -1
  17. package/lib/tools.js +269 -162
  18. package/lib/type.d.ts +13 -10
  19. package/package.json +4 -7
  20. package/lib/mcp/server.d.ts +0 -2
  21. package/lib/mcp/server.js +0 -21
  22. package/lib/podcast.d.ts +0 -1
  23. package/lib/podcast.js +0 -123
  24. package/lib/presentation.d.ts +0 -1
  25. package/lib/presentation.js +0 -67
  26. package/lib/presentationHandlers/vision_data_class.d.ts +0 -92
  27. package/lib/presentationHandlers/vision_data_class.js +0 -255
  28. package/lib/runner.d.ts +0 -1
  29. package/lib/runner.js +0 -31
  30. package/lib/server.d.ts +0 -2
  31. package/lib/server.js +0 -76
  32. package/lib/test.d.ts +0 -1
  33. package/lib/test.js +0 -71
  34. /package/html/html/{agendaPage.html → agendaSlide.html} +0 -0
  35. /package/html/html/{balanceSheetPage.html → balanceSheetSlide.html} +0 -0
  36. /package/html/html/{balancedScorecardPage.html → balancedScorecardSlide.html} +0 -0
  37. /package/html/html/{bcgMatrixPage.html → bcgMatrixSlide.html} +0 -0
  38. /package/html/html/{beforeAfterPage.html → beforeAfterSlide.html} +0 -0
  39. /package/html/html/{benchmarkingTablePage.html → benchmarkingTableSlide.html} +0 -0
  40. /package/html/html/{bubbleChartPlaceholderPage.html → bubbleChartPlaceholderSlide.html} +0 -0
  41. /package/html/html/{businessModelCanvasPage.html → businessModelCanvasSlide.html} +0 -0
  42. /package/html/html/{capabilityMaturityPage.html → capabilityMaturitySlide.html} +0 -0
  43. /package/html/html/{cashFlowPage.html → cashFlowSlide.html} +0 -0
  44. /package/html/html/{changeCurvePage.html → changeCurveSlide.html} +0 -0
  45. /package/html/html/{circularEconomyMapPage.html → circularEconomyMapSlide.html} +0 -0
  46. /package/html/html/{communicationPlanPage.html → communicationPlanSlide.html} +0 -0
  47. /package/html/html/{complianceHeatmapPage.html → complianceHeatmapSlide.html} +0 -0
  48. /package/html/html/{costStructurePage.html → costStructureSlide.html} +0 -0
  49. /package/html/html/{csrInitiativesPage.html → csrInitiativesSlide.html} +0 -0
  50. /package/html/html/{cultureValuesPage.html → cultureValuesSlide.html} +0 -0
  51. /package/html/html/{customerJourneyPage.html → customerJourneySlide.html} +0 -0
  52. /package/html/html/{customerSuccessJourneyPage.html → customerSuccessJourneySlide.html} +0 -0
  53. /package/html/html/{digitalMaturityPage.html → digitalMaturitySlide.html} +0 -0
  54. /package/html/html/{driverTreePage.html → driverTreeSlide.html} +0 -0
  55. /package/html/html/{ecosystemMapPage.html → ecosystemMapSlide.html} +0 -0
  56. /package/html/html/{esgFrameworkPage.html → esgFrameworkSlide.html} +0 -0
  57. /package/html/html/{executiveSummaryPage.html → executiveSummarySlide.html} +0 -0
  58. /package/html/html/{fourPPage.html → fourPSlide.html} +0 -0
  59. /package/html/html/{funnelPage.html → funnelSlide.html} +0 -0
  60. /package/html/html/{ganttSimplePage.html → ganttSimpleSlide.html} +0 -0
  61. /package/html/html/{geMcKinseyMatrixPage.html → geMcKinseyMatrixSlide.html} +0 -0
  62. /package/html/html/{heatmapPlaceholderPage.html → heatmapPlaceholderSlide.html} +0 -0
  63. /package/html/html/{hypothesisPage.html → hypothesisSlide.html} +0 -0
  64. /package/html/html/{innovationFunnelPage.html → innovationFunnelSlide.html} +0 -0
  65. /package/html/html/{integrationPlanPage.html → integrationPlanSlide.html} +0 -0
  66. /package/html/html/{issueTreePage.html → issueTreeSlide.html} +0 -0
  67. /package/html/html/{keyMessageWithSupportsPage.html → keyMessageWithSupportsSlide.html} +0 -0
  68. /package/html/html/{kpiHighlightPage.html → kpiHighlightSlide.html} +0 -0
  69. /package/html/html/{launchPlanPage.html → launchPlanSlide.html} +0 -0
  70. /package/html/html/{mAPipelinePage.html → mAPipelineSlide.html} +0 -0
  71. /package/html/html/{marimekkoPlaceholderPage.html → marimekkoPlaceholderSlide.html} +0 -0
  72. /package/html/html/{marketDriversPage.html → marketDriversSlide.html} +0 -0
  73. /package/html/html/{marketingMixPage.html → marketingMixSlide.html} +0 -0
  74. /package/html/html/{meceListPage.html → meceListSlide.html} +0 -0
  75. /package/html/html/{milestoneTimelinePage.html → milestoneTimelineSlide.html} +0 -0
  76. /package/html/html/{npvSummaryPage.html → npvSummarySlide.html} +0 -0
  77. /package/html/html/{okrKpiDashboardPage.html → okrKpiDashboardSlide.html} +0 -0
  78. /package/html/html/{optionEvaluationPage.html → optionEvaluationSlide.html} +0 -0
  79. /package/html/html/{orgChartPage.html → orgChartSlide.html} +0 -0
  80. /package/html/html/{pLBreakdownPage.html → pLBreakdownSlide.html} +0 -0
  81. /package/html/html/{partnershipMapPage.html → partnershipMapSlide.html} +0 -0
  82. /package/html/html/{personasPage.html → personasSlide.html} +0 -0
  83. /package/html/html/{pipelineFunnelPage.html → pipelineFunnelSlide.html} +0 -0
  84. /package/html/html/{porterFiveForcesPage.html → porterFiveForcesSlide.html} +0 -0
  85. /package/html/html/{positioningMapPage.html → positioningMapSlide.html} +0 -0
  86. /package/html/html/{pricingWaterfallPage.html → pricingWaterfallSlide.html} +0 -0
  87. /package/html/html/{productRoadmapPage.html → productRoadmapSlide.html} +0 -0
  88. /package/html/html/{pyramidPrinciplePage.html → pyramidPrincipleSlide.html} +0 -0
  89. /package/html/html/{quarterlyRoadmapPage.html → quarterlyRoadmapSlide.html} +0 -0
  90. /package/html/html/{raciPage.html → raciSlide.html} +0 -0
  91. /package/html/html/{revenueModelPage.html → revenueModelSlide.html} +0 -0
  92. /package/html/html/{riskMitigationPage.html → riskMitigationSlide.html} +0 -0
  93. /package/html/html/{salesDashboardPage.html → salesDashboardSlide.html} +0 -0
  94. /package/html/html/{scenarioPlanningPage.html → scenarioPlanningSlide.html} +0 -0
  95. /package/html/html/{scqaPage.html → scqaSlide.html} +0 -0
  96. /package/html/html/{sectionDividerPage.html → sectionDividerSlide.html} +0 -0
  97. /package/html/html/{segmentationPage.html → segmentationSlide.html} +0 -0
  98. /package/html/html/{sensitivityAnalysisPage.html → sensitivityAnalysisSlide.html} +0 -0
  99. /package/html/html/{sevenSPage.html → sevenSSlide.html} +0 -0
  100. /package/html/html/{shareholderValueTreePage.html → shareholderValueTreeSlide.html} +0 -0
  101. /package/html/html/{stakeholderMapPage.html → stakeholderMapSlide.html} +0 -0
  102. /package/html/html/{supportOrgModelPage.html → supportOrgModelSlide.html} +0 -0
  103. /package/html/html/{surveyResultsPage.html → surveyResultsSlide.html} +0 -0
  104. /package/html/html/{sustainabilityRoadmapPage.html → sustainabilityRoadmapSlide.html} +0 -0
  105. /package/html/html/{swotPage.html → swotSlide.html} +0 -0
  106. /package/html/html/{synergyCapturePage.html → synergyCaptureSlide.html} +0 -0
  107. /package/html/html/{tamSamSomPage.html → tamSamSomSlide.html} +0 -0
  108. /package/html/html/{techRoadmapPage.html → techRoadmapSlide.html} +0 -0
  109. /package/html/html/{thankYouContactPage.html → thankYouContactSlide.html} +0 -0
  110. /package/html/html/{threeCPage.html → threeCSlide.html} +0 -0
  111. /package/html/html/{twoByTwoMatrixPage.html → twoByTwoMatrixSlide.html} +0 -0
  112. /package/html/html/{valueChainPage.html → valueChainSlide.html} +0 -0
  113. /package/html/html/{waterfallPage.html → waterfallSlide.html} +0 -0
  114. /package/html/html2/{agendaPage.html → agendaSlide.html} +0 -0
  115. /package/html/html2/{balanceSheetPage.html → balanceSheetSlide.html} +0 -0
  116. /package/html/html2/{balancedScorecardPage.html → balancedScorecardSlide.html} +0 -0
  117. /package/html/html2/{bcgMatrixPage.html → bcgMatrixSlide.html} +0 -0
  118. /package/html/html2/{beforeAfterPage.html → beforeAfterSlide.html} +0 -0
  119. /package/html/html2/{benchmarkingTablePage.html → benchmarkingTableSlide.html} +0 -0
  120. /package/html/html2/{bubbleChartPlaceholderPage.html → bubbleChartPlaceholderSlide.html} +0 -0
  121. /package/html/html2/{businessModelCanvasPage.html → businessModelCanvasSlide.html} +0 -0
  122. /package/html/html2/{capabilityMaturityPage.html → capabilityMaturitySlide.html} +0 -0
  123. /package/html/html2/{cashFlowPage.html → cashFlowSlide.html} +0 -0
  124. /package/html/html2/{changeCurvePage.html → changeCurveSlide.html} +0 -0
  125. /package/html/html2/{circularEconomyMapPage.html → circularEconomyMapSlide.html} +0 -0
  126. /package/html/html2/{communicationPlanPage.html → communicationPlanSlide.html} +0 -0
  127. /package/html/html2/{complianceHeatmapPage.html → complianceHeatmapSlide.html} +0 -0
  128. /package/html/html2/{costStructurePage.html → costStructureSlide.html} +0 -0
  129. /package/html/html2/{csrInitiativesPage.html → csrInitiativesSlide.html} +0 -0
  130. /package/html/html2/{cultureValuesPage.html → cultureValuesSlide.html} +0 -0
  131. /package/html/html2/{customerJourneyPage.html → customerJourneySlide.html} +0 -0
  132. /package/html/html2/{customerSuccessJourneyPage.html → customerSuccessJourneySlide.html} +0 -0
  133. /package/html/html2/{digitalMaturityPage.html → digitalMaturitySlide.html} +0 -0
  134. /package/html/html2/{driverTreePage.html → driverTreeSlide.html} +0 -0
  135. /package/html/html2/{ecosystemMapPage.html → ecosystemMapSlide.html} +0 -0
  136. /package/html/html2/{esgFrameworkPage.html → esgFrameworkSlide.html} +0 -0
  137. /package/html/html2/{executiveSummaryPage.html → executiveSummarySlide.html} +0 -0
  138. /package/html/html2/{fourPPage.html → fourPSlide.html} +0 -0
  139. /package/html/html2/{funnelPage.html → funnelSlide.html} +0 -0
  140. /package/html/html2/{ganttSimplePage.html → ganttSimpleSlide.html} +0 -0
  141. /package/html/html2/{geMcKinseyMatrixPage.html → geMcKinseyMatrixSlide.html} +0 -0
  142. /package/html/html2/{heatmapPlaceholderPage.html → heatmapPlaceholderSlide.html} +0 -0
  143. /package/html/html2/{hypothesisPage.html → hypothesisSlide.html} +0 -0
  144. /package/html/html2/{innovationFunnelPage.html → innovationFunnelSlide.html} +0 -0
  145. /package/html/html2/{integrationPlanPage.html → integrationPlanSlide.html} +0 -0
  146. /package/html/html2/{issueTreePage.html → issueTreeSlide.html} +0 -0
  147. /package/html/html2/{keyMessageWithSupportsPage.html → keyMessageWithSupportsSlide.html} +0 -0
  148. /package/html/html2/{kpiHighlightPage.html → kpiHighlightSlide.html} +0 -0
  149. /package/html/html2/{launchPlanPage.html → launchPlanSlide.html} +0 -0
  150. /package/html/html2/{mAPipelinePage.html → mAPipelineSlide.html} +0 -0
  151. /package/html/html2/{marimekkoPlaceholderPage.html → marimekkoPlaceholderSlide.html} +0 -0
  152. /package/html/html2/{marketDriversPage.html → marketDriversSlide.html} +0 -0
  153. /package/html/html2/{marketingMixPage.html → marketingMixSlide.html} +0 -0
  154. /package/html/html2/{meceListPage.html → meceListSlide.html} +0 -0
  155. /package/html/html2/{milestoneTimelinePage.html → milestoneTimelineSlide.html} +0 -0
  156. /package/html/html2/{npvSummaryPage.html → npvSummarySlide.html} +0 -0
  157. /package/html/html2/{okrKpiDashboardPage.html → okrKpiDashboardSlide.html} +0 -0
  158. /package/html/html2/{optionEvaluationPage.html → optionEvaluationSlide.html} +0 -0
  159. /package/html/html2/{orgChartPage.html → orgChartSlide.html} +0 -0
  160. /package/html/html2/{pLBreakdownPage.html → pLBreakdownSlide.html} +0 -0
  161. /package/html/html2/{partnershipMapPage.html → partnershipMapSlide.html} +0 -0
  162. /package/html/html2/{personasPage.html → personasSlide.html} +0 -0
  163. /package/html/html2/{pipelineFunnelPage.html → pipelineFunnelSlide.html} +0 -0
  164. /package/html/html2/{porterFiveForcesPage.html → porterFiveForcesSlide.html} +0 -0
  165. /package/html/html2/{positioningMapPage.html → positioningMapSlide.html} +0 -0
  166. /package/html/html2/{pricingWaterfallPage.html → pricingWaterfallSlide.html} +0 -0
  167. /package/html/html2/{productRoadmapPage.html → productRoadmapSlide.html} +0 -0
  168. /package/html/html2/{pyramidPrinciplePage.html → pyramidPrincipleSlide.html} +0 -0
  169. /package/html/html2/{quarterlyRoadmapPage.html → quarterlyRoadmapSlide.html} +0 -0
  170. /package/html/html2/{raciPage.html → raciSlide.html} +0 -0
  171. /package/html/html2/{revenueModelPage.html → revenueModelSlide.html} +0 -0
  172. /package/html/html2/{riskMitigationPage.html → riskMitigationSlide.html} +0 -0
  173. /package/html/html2/{salesDashboardPage.html → salesDashboardSlide.html} +0 -0
  174. /package/html/html2/{scenarioPlanningPage.html → scenarioPlanningSlide.html} +0 -0
  175. /package/html/html2/{scqaPage.html → scqaSlide.html} +0 -0
  176. /package/html/html2/{sectionDividerPage.html → sectionDividerSlide.html} +0 -0
  177. /package/html/html2/{segmentationPage.html → segmentationSlide.html} +0 -0
  178. /package/html/html2/{sensitivityAnalysisPage.html → sensitivityAnalysisSlide.html} +0 -0
  179. /package/html/html2/{sevenSPage.html → sevenSSlide.html} +0 -0
  180. /package/html/html2/{shareholderValueTreePage.html → shareholderValueTreeSlide.html} +0 -0
  181. /package/html/html2/{stakeholderMapPage.html → stakeholderMapSlide.html} +0 -0
  182. /package/html/html2/{supportOrgModelPage.html → supportOrgModelSlide.html} +0 -0
  183. /package/html/html2/{surveyResultsPage.html → surveyResultsSlide.html} +0 -0
  184. /package/html/html2/{sustainabilityRoadmapPage.html → sustainabilityRoadmapSlide.html} +0 -0
  185. /package/html/html2/{swotPage.html → swotSlide.html} +0 -0
  186. /package/html/html2/{synergyCapturePage.html → synergyCaptureSlide.html} +0 -0
  187. /package/html/html2/{tamSamSomPage.html → tamSamSomSlide.html} +0 -0
  188. /package/html/html2/{techRoadmapPage.html → techRoadmapSlide.html} +0 -0
  189. /package/html/html2/{thankYouContactPage.html → thankYouContactSlide.html} +0 -0
  190. /package/html/html2/{threeCPage.html → threeCSlide.html} +0 -0
  191. /package/html/html2/{twoByTwoMatrixPage.html → twoByTwoMatrixSlide.html} +0 -0
  192. /package/html/html2/{valueChainPage.html → valueChainSlide.html} +0 -0
  193. /package/html/html2/{waterfallPage.html → waterfallSlide.html} +0 -0
@@ -3,8 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.createCommunicationPlanPage = exports.createChangeCurvePage = exports.createEcosystemMapPage = exports.createDigitalMaturityPage = exports.createTechRoadmapPage = exports.createCapabilityMaturityPage = exports.createOrgChartPage = exports.createCostStructurePage = exports.createRevenueModelPage = exports.createMarketDriversPage = exports.createTamSamSomPage = exports.createPositioningMapPage = exports.createRiskMitigationPage = exports.createOptionEvaluationPage = exports.createBeforeAfterPage = exports.createKpiHighlightPage = exports.createHeatmapPlaceholderPage = exports.createBubbleChartPlaceholderPage = exports.createMarimekkoPlaceholderPage = exports.createGeMcKinseyMatrixPage = exports.createBcgMatrixPage = exports.createTwoByTwoMatrixPage = exports.createFunnelPage = exports.createWaterfallPage = exports.createGanttSimplePage = exports.createMilestoneTimelinePage = exports.createQuarterlyRoadmapPage = exports.createBalancedScorecardPage = exports.createOkrKpiDashboardPage = exports.createRaciPage = exports.createStakeholderMapPage = exports.createCustomerJourneyPage = exports.createBusinessModelCanvasPage = exports.createPorterFiveForcesPage = exports.createValueChainPage = exports.createSevenSPage = exports.createFourPPage = exports.createThreeCPage = exports.createSwotPage = exports.createScqaPage = exports.createPyramidPrinciplePage = exports.createMeceListPage = exports.createDriverTreePage = exports.createIssueTreePage = exports.createHypothesisPage = exports.createKeyMessageWithSupportsPage = exports.createExecutiveSummaryPage = exports.createAgendaPage = exports.createSectionDividerPage = exports.baseDir = void 0;
7
- exports.createThankYouContactPage = exports.createCultureValuesPage = exports.createSynergyCapturePage = exports.createMAPipelinePage = exports.createPartnershipMapPage = exports.createSupportOrgModelPage = exports.createCustomerSuccessJourneyPage = exports.createMarketingMixPage = exports.createSalesDashboardPage = exports.createPipelineFunnelPage = exports.createLaunchPlanPage = exports.createProductRoadmapPage = exports.createInnovationFunnelPage = exports.createCircularEconomyMapPage = exports.createSustainabilityRoadmapPage = exports.createCsrInitiativesPage = exports.createEsgFrameworkPage = exports.createComplianceHeatmapPage = exports.createScenarioPlanningPage = exports.createNpvSummaryPage = exports.createShareholderValueTreePage = exports.createBalanceSheetPage = exports.createCashFlowPage = exports.createPLBreakdownPage = exports.createSensitivityAnalysisPage = exports.createPricingWaterfallPage = exports.createSegmentationPage = exports.createPersonasPage = exports.createSurveyResultsPage = exports.createBenchmarkingTablePage = exports.createIntegrationPlanPage = void 0;
6
+ exports.callNamedFunction = exports.baseDir = void 0;
8
7
  const path_1 = __importDefault(require("path"));
9
8
  const utils_1 = require("../utils");
10
9
  const commons_1 = require("../commons");
@@ -17,327 +16,14 @@ const filePath = (filename) => {
17
16
  };
18
17
  const generateHtml = async (args, options) => {
19
18
  const { outputFileName, functionName, imageFilePath } = options ?? {};
19
+ if (!functionName) {
20
+ throw new Error("functionName is required");
21
+ }
20
22
  const templateFileName = (0, commons_1.functionNameToTemplateName)(functionName);
21
23
  const outfile = imageFilePath ?? path_1.default.resolve(exports.baseDir, `${outputFileName}.png`);
22
24
  await (0, utils_1.createPage)(rootDir, outfile, nunjucks_1.default.render(filePath(templateFileName), args));
23
25
  };
24
- const createSectionDividerPage = async (args, options) => {
25
- await generateHtml(args, options);
26
+ const callNamedFunction = async (functionName, args, options) => {
27
+ return generateHtml(args, { ...options, functionName });
26
28
  };
27
- exports.createSectionDividerPage = createSectionDividerPage;
28
- const createAgendaPage = async (args, options) => {
29
- await generateHtml(args, options);
30
- };
31
- exports.createAgendaPage = createAgendaPage;
32
- const createExecutiveSummaryPage = async (args, options) => {
33
- await generateHtml(args, options);
34
- };
35
- exports.createExecutiveSummaryPage = createExecutiveSummaryPage;
36
- const createKeyMessageWithSupportsPage = async (args, options) => {
37
- await generateHtml(args, options);
38
- };
39
- exports.createKeyMessageWithSupportsPage = createKeyMessageWithSupportsPage;
40
- const createHypothesisPage = async (args, options) => {
41
- await generateHtml(args, options);
42
- };
43
- exports.createHypothesisPage = createHypothesisPage;
44
- const createIssueTreePage = async (args, options) => {
45
- await generateHtml(args, options);
46
- };
47
- exports.createIssueTreePage = createIssueTreePage;
48
- const createDriverTreePage = async (args, options) => {
49
- await generateHtml(args, options);
50
- };
51
- exports.createDriverTreePage = createDriverTreePage;
52
- const createMeceListPage = async (args, options) => {
53
- await generateHtml(args, options);
54
- };
55
- exports.createMeceListPage = createMeceListPage;
56
- const createPyramidPrinciplePage = async (args, options) => {
57
- await generateHtml(args, options);
58
- };
59
- exports.createPyramidPrinciplePage = createPyramidPrinciplePage;
60
- const createScqaPage = async (args, options) => {
61
- await generateHtml(args, options);
62
- };
63
- exports.createScqaPage = createScqaPage;
64
- const createSwotPage = async (args, options) => {
65
- await generateHtml(args, options);
66
- };
67
- exports.createSwotPage = createSwotPage;
68
- const createThreeCPage = async (args, options) => {
69
- await generateHtml(args, options);
70
- };
71
- exports.createThreeCPage = createThreeCPage;
72
- const createFourPPage = async (args, options) => {
73
- await generateHtml(args, options);
74
- };
75
- exports.createFourPPage = createFourPPage;
76
- const createSevenSPage = async (args, options) => {
77
- await generateHtml(args, options);
78
- };
79
- exports.createSevenSPage = createSevenSPage;
80
- const createValueChainPage = async (args, options) => {
81
- await generateHtml(args, options);
82
- };
83
- exports.createValueChainPage = createValueChainPage;
84
- const createPorterFiveForcesPage = async (args, options) => {
85
- await generateHtml(args, options);
86
- };
87
- exports.createPorterFiveForcesPage = createPorterFiveForcesPage;
88
- const createBusinessModelCanvasPage = async (args, options) => {
89
- await generateHtml(args, options);
90
- };
91
- exports.createBusinessModelCanvasPage = createBusinessModelCanvasPage;
92
- const createCustomerJourneyPage = async (args, options) => {
93
- await generateHtml(args, options);
94
- };
95
- exports.createCustomerJourneyPage = createCustomerJourneyPage;
96
- const createStakeholderMapPage = async (args, options) => {
97
- await generateHtml(args, options);
98
- };
99
- exports.createStakeholderMapPage = createStakeholderMapPage;
100
- const createRaciPage = async (args, options) => {
101
- await generateHtml(args, options);
102
- };
103
- exports.createRaciPage = createRaciPage;
104
- const createOkrKpiDashboardPage = async (args, options) => {
105
- await generateHtml(args, options);
106
- };
107
- exports.createOkrKpiDashboardPage = createOkrKpiDashboardPage;
108
- const createBalancedScorecardPage = async (args, options) => {
109
- await generateHtml(args, options);
110
- };
111
- exports.createBalancedScorecardPage = createBalancedScorecardPage;
112
- const createQuarterlyRoadmapPage = async (args, options) => {
113
- await generateHtml(args, options);
114
- };
115
- exports.createQuarterlyRoadmapPage = createQuarterlyRoadmapPage;
116
- const createMilestoneTimelinePage = async (args, options) => {
117
- await generateHtml(args, options);
118
- };
119
- exports.createMilestoneTimelinePage = createMilestoneTimelinePage;
120
- const createGanttSimplePage = async (args, options) => {
121
- await generateHtml(args, options);
122
- };
123
- exports.createGanttSimplePage = createGanttSimplePage;
124
- const createWaterfallPage = async (args, options) => {
125
- await generateHtml(args, options);
126
- };
127
- exports.createWaterfallPage = createWaterfallPage;
128
- const createFunnelPage = async (args, options) => {
129
- await generateHtml(args, options);
130
- };
131
- exports.createFunnelPage = createFunnelPage;
132
- const createTwoByTwoMatrixPage = async (args, options) => {
133
- await generateHtml(args, options);
134
- };
135
- exports.createTwoByTwoMatrixPage = createTwoByTwoMatrixPage;
136
- const createBcgMatrixPage = async (args, options) => {
137
- await generateHtml(args, options);
138
- };
139
- exports.createBcgMatrixPage = createBcgMatrixPage;
140
- const createGeMcKinseyMatrixPage = async (args, options) => {
141
- await generateHtml(args, options);
142
- };
143
- exports.createGeMcKinseyMatrixPage = createGeMcKinseyMatrixPage;
144
- const createMarimekkoPlaceholderPage = async (args, options) => {
145
- await generateHtml(args, options);
146
- };
147
- exports.createMarimekkoPlaceholderPage = createMarimekkoPlaceholderPage;
148
- const createBubbleChartPlaceholderPage = async (args, options) => {
149
- await generateHtml(args, options);
150
- };
151
- exports.createBubbleChartPlaceholderPage = createBubbleChartPlaceholderPage;
152
- const createHeatmapPlaceholderPage = async (args, options) => {
153
- await generateHtml(args, options);
154
- };
155
- exports.createHeatmapPlaceholderPage = createHeatmapPlaceholderPage;
156
- const createKpiHighlightPage = async (args, options) => {
157
- await generateHtml(args, options);
158
- };
159
- exports.createKpiHighlightPage = createKpiHighlightPage;
160
- const createBeforeAfterPage = async (args, options) => {
161
- await generateHtml(args, options);
162
- };
163
- exports.createBeforeAfterPage = createBeforeAfterPage;
164
- const createOptionEvaluationPage = async (args, options) => {
165
- await generateHtml(args, options);
166
- };
167
- exports.createOptionEvaluationPage = createOptionEvaluationPage;
168
- const createRiskMitigationPage = async (args, options) => {
169
- await generateHtml(args, options);
170
- };
171
- exports.createRiskMitigationPage = createRiskMitigationPage;
172
- const createPositioningMapPage = async (args, options) => {
173
- await generateHtml(args, options);
174
- };
175
- exports.createPositioningMapPage = createPositioningMapPage;
176
- const createTamSamSomPage = async (args, options) => {
177
- await generateHtml(args, options);
178
- };
179
- exports.createTamSamSomPage = createTamSamSomPage;
180
- const createMarketDriversPage = async (args, options) => {
181
- await generateHtml(args, options);
182
- };
183
- exports.createMarketDriversPage = createMarketDriversPage;
184
- const createRevenueModelPage = async (args, options) => {
185
- await generateHtml(args, options);
186
- };
187
- exports.createRevenueModelPage = createRevenueModelPage;
188
- const createCostStructurePage = async (args, options) => {
189
- await generateHtml(args, options);
190
- };
191
- exports.createCostStructurePage = createCostStructurePage;
192
- const createOrgChartPage = async (args, options) => {
193
- await generateHtml(args, options);
194
- };
195
- exports.createOrgChartPage = createOrgChartPage;
196
- const createCapabilityMaturityPage = async (args, options) => {
197
- await generateHtml(args, options);
198
- };
199
- exports.createCapabilityMaturityPage = createCapabilityMaturityPage;
200
- const createTechRoadmapPage = async (args, options) => {
201
- await generateHtml(args, options);
202
- };
203
- exports.createTechRoadmapPage = createTechRoadmapPage;
204
- const createDigitalMaturityPage = async (args, options) => {
205
- await generateHtml(args, options);
206
- };
207
- exports.createDigitalMaturityPage = createDigitalMaturityPage;
208
- const createEcosystemMapPage = async (args, options) => {
209
- await generateHtml(args, options);
210
- };
211
- exports.createEcosystemMapPage = createEcosystemMapPage;
212
- const createChangeCurvePage = async (args, options) => {
213
- await generateHtml(args, options);
214
- };
215
- exports.createChangeCurvePage = createChangeCurvePage;
216
- const createCommunicationPlanPage = async (args, options) => {
217
- await generateHtml(args, options);
218
- };
219
- exports.createCommunicationPlanPage = createCommunicationPlanPage;
220
- const createIntegrationPlanPage = async (args, options) => {
221
- await generateHtml(args, options);
222
- };
223
- exports.createIntegrationPlanPage = createIntegrationPlanPage;
224
- const createBenchmarkingTablePage = async (args, options) => {
225
- await generateHtml(args, options);
226
- };
227
- exports.createBenchmarkingTablePage = createBenchmarkingTablePage;
228
- const createSurveyResultsPage = async (args, options) => {
229
- await generateHtml(args, options);
230
- };
231
- exports.createSurveyResultsPage = createSurveyResultsPage;
232
- const createPersonasPage = async (args, options) => {
233
- await generateHtml(args, options);
234
- };
235
- exports.createPersonasPage = createPersonasPage;
236
- const createSegmentationPage = async (args, options) => {
237
- await generateHtml(args, options);
238
- };
239
- exports.createSegmentationPage = createSegmentationPage;
240
- const createPricingWaterfallPage = async (args, options) => {
241
- await generateHtml(args, options);
242
- };
243
- exports.createPricingWaterfallPage = createPricingWaterfallPage;
244
- const createSensitivityAnalysisPage = async (args, options) => {
245
- await generateHtml(args, options);
246
- };
247
- exports.createSensitivityAnalysisPage = createSensitivityAnalysisPage;
248
- const createPLBreakdownPage = async (args, options) => {
249
- await generateHtml(args, options);
250
- };
251
- exports.createPLBreakdownPage = createPLBreakdownPage;
252
- const createCashFlowPage = async (args, options) => {
253
- await generateHtml(args, options);
254
- };
255
- exports.createCashFlowPage = createCashFlowPage;
256
- const createBalanceSheetPage = async (args, options) => {
257
- await generateHtml(args, options);
258
- };
259
- exports.createBalanceSheetPage = createBalanceSheetPage;
260
- const createShareholderValueTreePage = async (args, options) => {
261
- await generateHtml(args, options);
262
- };
263
- exports.createShareholderValueTreePage = createShareholderValueTreePage;
264
- const createNpvSummaryPage = async (args, options) => {
265
- await generateHtml(args, options);
266
- };
267
- exports.createNpvSummaryPage = createNpvSummaryPage;
268
- const createScenarioPlanningPage = async (args, options) => {
269
- await generateHtml(args, options);
270
- };
271
- exports.createScenarioPlanningPage = createScenarioPlanningPage;
272
- const createComplianceHeatmapPage = async (args, options) => {
273
- await generateHtml(args, options);
274
- };
275
- exports.createComplianceHeatmapPage = createComplianceHeatmapPage;
276
- const createEsgFrameworkPage = async (args, options) => {
277
- await generateHtml(args, options);
278
- };
279
- exports.createEsgFrameworkPage = createEsgFrameworkPage;
280
- const createCsrInitiativesPage = async (args, options) => {
281
- await generateHtml(args, options);
282
- };
283
- exports.createCsrInitiativesPage = createCsrInitiativesPage;
284
- const createSustainabilityRoadmapPage = async (args, options) => {
285
- await generateHtml(args, options);
286
- };
287
- exports.createSustainabilityRoadmapPage = createSustainabilityRoadmapPage;
288
- const createCircularEconomyMapPage = async (args, options) => {
289
- await generateHtml(args, options);
290
- };
291
- exports.createCircularEconomyMapPage = createCircularEconomyMapPage;
292
- const createInnovationFunnelPage = async (args, options) => {
293
- await generateHtml(args, options);
294
- };
295
- exports.createInnovationFunnelPage = createInnovationFunnelPage;
296
- const createProductRoadmapPage = async (args, options) => {
297
- await generateHtml(args, options);
298
- };
299
- exports.createProductRoadmapPage = createProductRoadmapPage;
300
- const createLaunchPlanPage = async (args, options) => {
301
- await generateHtml(args, options);
302
- };
303
- exports.createLaunchPlanPage = createLaunchPlanPage;
304
- const createPipelineFunnelPage = async (args, options) => {
305
- await generateHtml(args, options);
306
- };
307
- exports.createPipelineFunnelPage = createPipelineFunnelPage;
308
- const createSalesDashboardPage = async (args, options) => {
309
- await generateHtml(args, options);
310
- };
311
- exports.createSalesDashboardPage = createSalesDashboardPage;
312
- const createMarketingMixPage = async (args, options) => {
313
- await generateHtml(args, options);
314
- };
315
- exports.createMarketingMixPage = createMarketingMixPage;
316
- const createCustomerSuccessJourneyPage = async (args, options) => {
317
- await generateHtml(args, options);
318
- };
319
- exports.createCustomerSuccessJourneyPage = createCustomerSuccessJourneyPage;
320
- const createSupportOrgModelPage = async (args, options) => {
321
- await generateHtml(args, options);
322
- };
323
- exports.createSupportOrgModelPage = createSupportOrgModelPage;
324
- const createPartnershipMapPage = async (args, options) => {
325
- await generateHtml(args, options);
326
- };
327
- exports.createPartnershipMapPage = createPartnershipMapPage;
328
- const createMAPipelinePage = async (args, options) => {
329
- await generateHtml(args, options);
330
- };
331
- exports.createMAPipelinePage = createMAPipelinePage;
332
- const createSynergyCapturePage = async (args, options) => {
333
- await generateHtml(args, options);
334
- };
335
- exports.createSynergyCapturePage = createSynergyCapturePage;
336
- const createCultureValuesPage = async (args, options) => {
337
- await generateHtml(args, options);
338
- };
339
- exports.createCultureValuesPage = createCultureValuesPage;
340
- const createThankYouContactPage = async (args, options) => {
341
- await generateHtml(args, options);
342
- };
343
- exports.createThankYouContactPage = createThankYouContactPage;
29
+ exports.callNamedFunction = callNamedFunction;
@@ -9,247 +9,8 @@ export declare class htmlPlugin {
9
9
  rootDir?: string;
10
10
  templateOptions?: any;
11
11
  });
12
+ callNamedFunction: (functionName: string, args: ToolArgs, options: PluginOptionParams) => Promise<any>;
12
13
  private generateHtml;
13
- createSectionDividerPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
14
- text: string;
15
- }>;
16
- createAgendaPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
17
- text: string;
18
- }>;
19
- createExecutiveSummaryPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
20
- text: string;
21
- }>;
22
- createKeyMessageWithSupportsPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
23
- text: string;
24
- }>;
25
- createHypothesisPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
26
- text: string;
27
- }>;
28
- createIssueTreePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
29
- text: string;
30
- }>;
31
- createDriverTreePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
32
- text: string;
33
- }>;
34
- createMeceListPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
35
- text: string;
36
- }>;
37
- createPyramidPrinciplePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
38
- text: string;
39
- }>;
40
- createScqaPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
41
- text: string;
42
- }>;
43
- createSwotPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
44
- text: string;
45
- }>;
46
- createThreeCPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
47
- text: string;
48
- }>;
49
- createFourPPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
50
- text: string;
51
- }>;
52
- createSevenSPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
53
- text: string;
54
- }>;
55
- createValueChainPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
56
- text: string;
57
- }>;
58
- createPorterFiveForcesPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
59
- text: string;
60
- }>;
61
- createBusinessModelCanvasPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
62
- text: string;
63
- }>;
64
- createCustomerJourneyPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
65
- text: string;
66
- }>;
67
- createStakeholderMapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
68
- text: string;
69
- }>;
70
- createRaciPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
71
- text: string;
72
- }>;
73
- createOkrKpiDashboardPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
74
- text: string;
75
- }>;
76
- createBalancedScorecardPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
77
- text: string;
78
- }>;
79
- createQuarterlyRoadmapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
80
- text: string;
81
- }>;
82
- createMilestoneTimelinePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
83
- text: string;
84
- }>;
85
- createGanttSimplePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
86
- text: string;
87
- }>;
88
- createWaterfallPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
89
- text: string;
90
- }>;
91
- createFunnelPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
92
- text: string;
93
- }>;
94
- createTwoByTwoMatrixPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
95
- text: string;
96
- }>;
97
- createBcgMatrixPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
98
- text: string;
99
- }>;
100
- createGeMcKinseyMatrixPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
101
- text: string;
102
- }>;
103
- createMarimekkoPlaceholderPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
104
- text: string;
105
- }>;
106
- createBubbleChartPlaceholderPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
107
- text: string;
108
- }>;
109
- createHeatmapPlaceholderPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
110
- text: string;
111
- }>;
112
- createKpiHighlightPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
113
- text: string;
114
- }>;
115
- createBeforeAfterPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
116
- text: string;
117
- }>;
118
- createOptionEvaluationPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
119
- text: string;
120
- }>;
121
- createRiskMitigationPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
122
- text: string;
123
- }>;
124
- createPositioningMapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
125
- text: string;
126
- }>;
127
- createTamSamSomPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
128
- text: string;
129
- }>;
130
- createMarketDriversPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
131
- text: string;
132
- }>;
133
- createRevenueModelPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
134
- text: string;
135
- }>;
136
- createCostStructurePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
137
- text: string;
138
- }>;
139
- createOrgChartPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
140
- text: string;
141
- }>;
142
- createCapabilityMaturityPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
143
- text: string;
144
- }>;
145
- createTechRoadmapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
146
- text: string;
147
- }>;
148
- createDigitalMaturityPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
149
- text: string;
150
- }>;
151
- createEcosystemMapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
152
- text: string;
153
- }>;
154
- createChangeCurvePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
155
- text: string;
156
- }>;
157
- createCommunicationPlanPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
158
- text: string;
159
- }>;
160
- createIntegrationPlanPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
161
- text: string;
162
- }>;
163
- createBenchmarkingTablePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
164
- text: string;
165
- }>;
166
- createSurveyResultsPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
167
- text: string;
168
- }>;
169
- createPersonasPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
170
- text: string;
171
- }>;
172
- createSegmentationPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
173
- text: string;
174
- }>;
175
- createPricingWaterfallPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
176
- text: string;
177
- }>;
178
- createSensitivityAnalysisPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
179
- text: string;
180
- }>;
181
- createPLBreakdownPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
182
- text: string;
183
- }>;
184
- createCashFlowPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
185
- text: string;
186
- }>;
187
- createBalanceSheetPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
188
- text: string;
189
- }>;
190
- createShareholderValueTreePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
191
- text: string;
192
- }>;
193
- createNpvSummaryPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
194
- text: string;
195
- }>;
196
- createScenarioPlanningPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
197
- text: string;
198
- }>;
199
- createComplianceHeatmapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
200
- text: string;
201
- }>;
202
- createEsgFrameworkPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
203
- text: string;
204
- }>;
205
- createCsrInitiativesPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
206
- text: string;
207
- }>;
208
- createSustainabilityRoadmapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
209
- text: string;
210
- }>;
211
- createCircularEconomyMapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
212
- text: string;
213
- }>;
214
- createInnovationFunnelPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
215
- text: string;
216
- }>;
217
- createProductRoadmapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
218
- text: string;
219
- }>;
220
- createLaunchPlanPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
221
- text: string;
222
- }>;
223
- createPipelineFunnelPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
224
- text: string;
225
- }>;
226
- createSalesDashboardPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
227
- text: string;
228
- }>;
229
- createMarketingMixPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
230
- text: string;
231
- }>;
232
- createCustomerSuccessJourneyPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
233
- text: string;
234
- }>;
235
- createSupportOrgModelPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
236
- text: string;
237
- }>;
238
- createPartnershipMapPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
239
- text: string;
240
- }>;
241
- createMAPipelinePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
242
- text: string;
243
- }>;
244
- createSynergyCapturePage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
245
- text: string;
246
- }>;
247
- createCultureValuesPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
248
- text: string;
249
- }>;
250
- createThankYouContactPage: (args: ToolArgs, options: PluginOptionParams) => Promise<{
251
- text: string;
252
- }>;
253
14
  setDirectory: (args: ToolArgs, __options: PluginOptionParams) => Promise<{
254
15
  text: string;
255
16
  }>;