@e-llm-studio/instant-learning 1.3.0-alpha.267 → 1.3.0-alpha.269

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 (1015) hide show
  1. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  2. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
  3. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +2 -0
  4. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +1 -0
  5. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +2 -0
  6. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +1 -0
  7. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +2 -0
  8. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +1 -0
  9. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.js +2 -0
  10. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.js.map +1 -0
  11. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.styles.js +2 -0
  12. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.styles.js.map +1 -0
  13. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.js +2 -0
  14. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.js.map +1 -0
  15. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.styles.js +2 -0
  16. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.styles.js.map +1 -0
  17. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  18. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  19. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js +2 -0
  20. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js.map +1 -0
  21. package/dist/cjs/features/LSCGuidelinesCart/LearningManagementWrapper.js +2 -0
  22. package/dist/cjs/features/LSCGuidelinesCart/LearningManagementWrapper.js.map +1 -0
  23. package/dist/cjs/features/LSCGuidelinesCart/api.js +2 -0
  24. package/dist/cjs/features/LSCGuidelinesCart/api.js.map +1 -0
  25. package/dist/cjs/features/LSCGuidelinesCart/endpoints.js +2 -0
  26. package/dist/cjs/features/LSCGuidelinesCart/endpoints.js.map +1 -0
  27. package/dist/cjs/features/LSCGuidelinesCart/transformSelectedGuidelineData.js +2 -0
  28. package/dist/cjs/features/LSCGuidelinesCart/transformSelectedGuidelineData.js.map +1 -0
  29. package/dist/cjs/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  30. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js +2 -0
  31. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js.map +1 -0
  32. package/dist/cjs/features/LearningManagement/components/InstantLearningModal.js +1 -1
  33. package/dist/cjs/features/LearningManagement/components/InstantLearningModalDynamic.js +1 -1
  34. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +2 -0
  35. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +1 -0
  36. package/dist/cjs/features/LearningManagement/utils/learningMetadataUtils.js +1 -1
  37. package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  38. package/dist/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
  39. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +2 -0
  40. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +1 -0
  41. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +2 -0
  42. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +1 -0
  43. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +2 -0
  44. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +1 -0
  45. package/dist/features/LSCGuidelinesCart/Cart/Cart.js +2 -0
  46. package/dist/features/LSCGuidelinesCart/Cart/Cart.js.map +1 -0
  47. package/dist/features/LSCGuidelinesCart/Cart/Cart.styles.js +2 -0
  48. package/dist/features/LSCGuidelinesCart/Cart/Cart.styles.js.map +1 -0
  49. package/dist/features/LSCGuidelinesCart/GuidelineCard.js +2 -0
  50. package/dist/features/LSCGuidelinesCart/GuidelineCard.js.map +1 -0
  51. package/dist/features/LSCGuidelinesCart/GuidelineCard.styles.js +2 -0
  52. package/dist/features/LSCGuidelinesCart/GuidelineCard.styles.js.map +1 -0
  53. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  54. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  55. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js +2 -0
  56. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js.map +1 -0
  57. package/dist/features/LSCGuidelinesCart/LearningManagementWrapper.js +2 -0
  58. package/dist/features/LSCGuidelinesCart/LearningManagementWrapper.js.map +1 -0
  59. package/dist/features/LSCGuidelinesCart/api.js +2 -0
  60. package/dist/features/LSCGuidelinesCart/api.js.map +1 -0
  61. package/dist/features/LSCGuidelinesCart/endpoints.js +2 -0
  62. package/dist/features/LSCGuidelinesCart/endpoints.js.map +1 -0
  63. package/dist/features/LSCGuidelinesCart/transformSelectedGuidelineData.js +2 -0
  64. package/dist/features/LSCGuidelinesCart/transformSelectedGuidelineData.js.map +1 -0
  65. package/dist/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  66. package/dist/features/LearningManagement/components/CreateLearningSetModal.js +2 -0
  67. package/dist/features/LearningManagement/components/CreateLearningSetModal.js.map +1 -0
  68. package/dist/features/LearningManagement/components/InstantLearningModal.js +1 -1
  69. package/dist/features/LearningManagement/components/InstantLearningModalDynamic.js +1 -1
  70. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +2 -0
  71. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +1 -0
  72. package/dist/features/LearningManagement/utils/learningMetadataUtils.js +1 -1
  73. package/dist/types/AccordianHeadTest.d.ts +3 -0
  74. package/dist/types/AccordianHeadTest.d.ts.map +1 -0
  75. package/dist/types/App.d.ts +4 -0
  76. package/dist/types/App.d.ts.map +1 -0
  77. package/dist/types/CommonComponents/AccordianHead/AccordianHead.d.ts +9 -0
  78. package/dist/types/CommonComponents/AccordianHead/AccordianHead.d.ts.map +1 -0
  79. package/dist/types/CommonComponents/CustomDropdown.d.ts +4 -0
  80. package/dist/types/CommonComponents/CustomDropdown.d.ts.map +1 -0
  81. package/dist/types/CommonComponents/GradientSparkleIcon.d.ts +6 -0
  82. package/dist/types/CommonComponents/GradientSparkleIcon.d.ts.map +1 -0
  83. package/dist/types/CommonComponents/HelloWorld.d.ts +3 -0
  84. package/dist/types/CommonComponents/HelloWorld.d.ts.map +1 -0
  85. package/dist/types/CommonComponents/NoTableData.d.ts +7 -0
  86. package/dist/types/CommonComponents/NoTableData.d.ts.map +1 -0
  87. package/dist/types/CommonComponents/Spinner.d.ts +5 -0
  88. package/dist/types/CommonComponents/Spinner.d.ts.map +1 -0
  89. package/dist/types/CommonConstants/CommonConstants.d.ts +5 -0
  90. package/dist/types/CommonConstants/CommonConstants.d.ts.map +1 -0
  91. package/dist/types/ComponentRegistry.d.ts +13 -0
  92. package/dist/types/ComponentRegistry.d.ts.map +1 -0
  93. package/dist/types/ContinueWithTemplateModal.d.ts +24 -0
  94. package/dist/types/ContinueWithTemplateModal.d.ts.map +1 -0
  95. package/dist/types/CustomStylesProvider.d.ts +6 -0
  96. package/dist/types/CustomStylesProvider.d.ts.map +1 -0
  97. package/dist/types/CustomThemeProvider.d.ts +7 -0
  98. package/dist/types/CustomThemeProvider.d.ts.map +1 -0
  99. package/dist/types/GoogleFilePickerDemo.d.ts +3 -0
  100. package/dist/types/GoogleFilePickerDemo.d.ts.map +1 -0
  101. package/dist/types/ILMarketplaceMockTest.d.ts +4 -0
  102. package/dist/types/ILMarketplaceMockTest.d.ts.map +1 -0
  103. package/dist/types/ILMarketplaceWrapper.d.ts +174 -0
  104. package/dist/types/ILMarketplaceWrapper.d.ts.map +1 -0
  105. package/dist/types/PublishToMarketplaceTest.d.ts +4 -0
  106. package/dist/types/PublishToMarketplaceTest.d.ts.map +1 -0
  107. package/dist/types/api/transport.d.ts +44 -0
  108. package/dist/types/api/transport.d.ts.map +1 -0
  109. package/dist/types/context/DataSelectedContext.d.ts +73 -0
  110. package/dist/types/context/DataSelectedContext.d.ts.map +1 -0
  111. package/dist/types/features/DataSelector/DataSelector.d.ts +18 -0
  112. package/dist/types/features/DataSelector/DataSelector.d.ts.map +1 -0
  113. package/dist/types/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +4 -0
  114. package/dist/types/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -0
  115. package/dist/types/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +4 -0
  116. package/dist/types/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +1 -0
  117. package/dist/types/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +4 -0
  118. package/dist/types/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +1 -0
  119. package/dist/types/features/DataSelector/components/RlefDataTabsComponent.d.ts +4 -0
  120. package/dist/types/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -0
  121. package/dist/types/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +4 -0
  122. package/dist/types/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +1 -0
  123. package/dist/types/features/DataSelector/components/SavedDataSetListScreen.d.ts +14 -0
  124. package/dist/types/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +1 -0
  125. package/dist/types/features/DataSelector/components/SelectedDataList.d.ts +4 -0
  126. package/dist/types/features/DataSelector/components/SelectedDataList.d.ts.map +1 -0
  127. package/dist/types/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +11 -0
  128. package/dist/types/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +1 -0
  129. package/dist/types/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +8 -0
  130. package/dist/types/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +1 -0
  131. package/dist/types/features/DataSelector/tables/ShowSelectedDataTable.d.ts +4 -0
  132. package/dist/types/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +1 -0
  133. package/dist/types/features/DocumentLearning/DocumentLearning.d.ts +21 -0
  134. package/dist/types/features/DocumentLearning/DocumentLearning.d.ts.map +1 -0
  135. package/dist/types/features/DocumentLearning/_components/AudioWaveform.d.ts +13 -0
  136. package/dist/types/features/DocumentLearning/_components/AudioWaveform.d.ts.map +1 -0
  137. package/dist/types/features/DocumentLearning/_components/BookLearningForm.d.ts +23 -0
  138. package/dist/types/features/DocumentLearning/_components/BookLearningForm.d.ts.map +1 -0
  139. package/dist/types/features/DocumentLearning/_components/ChatComponent.d.ts +61 -0
  140. package/dist/types/features/DocumentLearning/_components/ChatComponent.d.ts.map +1 -0
  141. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCard.d.ts +13 -0
  142. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCard.d.ts.map +1 -0
  143. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCardDB.d.ts +41 -0
  144. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCardDB.d.ts.map +1 -0
  145. package/dist/types/features/DocumentLearning/_components/ContextualChatComponent.d.ts +62 -0
  146. package/dist/types/features/DocumentLearning/_components/ContextualChatComponent.d.ts.map +1 -0
  147. package/dist/types/features/DocumentLearning/_components/ContextualConflictDBCard.d.ts +30 -0
  148. package/dist/types/features/DocumentLearning/_components/ContextualConflictDBCard.d.ts.map +1 -0
  149. package/dist/types/features/DocumentLearning/_components/ContextualLearningForm.d.ts +1 -0
  150. package/dist/types/features/DocumentLearning/_components/ContextualLearningForm.d.ts.map +1 -0
  151. package/dist/types/features/DocumentLearning/_components/LearningDetailsForm.d.ts +71 -0
  152. package/dist/types/features/DocumentLearning/_components/LearningDetailsForm.d.ts.map +1 -0
  153. package/dist/types/features/DocumentLearning/_components/MessageRendering.d.ts +10 -0
  154. package/dist/types/features/DocumentLearning/_components/MessageRendering.d.ts.map +1 -0
  155. package/dist/types/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts +4 -0
  156. package/dist/types/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  157. package/dist/types/features/DocumentLearning/_components/SimilarLearningCard.d.ts +20 -0
  158. package/dist/types/features/DocumentLearning/_components/SimilarLearningCard.d.ts.map +1 -0
  159. package/dist/types/features/DocumentLearning/_components/TemplateRetrievalForm.d.ts +50 -0
  160. package/dist/types/features/DocumentLearning/_components/TemplateRetrievalForm.d.ts.map +1 -0
  161. package/dist/types/features/DocumentLearning/_components/TooltipComponent.d.ts +8 -0
  162. package/dist/types/features/DocumentLearning/_components/TooltipComponent.d.ts.map +1 -0
  163. package/dist/types/features/DocumentLearning/_components/_svg/ArrowDown.d.ts +4 -0
  164. package/dist/types/features/DocumentLearning/_components/_svg/ArrowDown.d.ts.map +1 -0
  165. package/dist/types/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts +4 -0
  166. package/dist/types/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  167. package/dist/types/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts +4 -0
  168. package/dist/types/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  169. package/dist/types/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts +4 -0
  170. package/dist/types/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts.map +1 -0
  171. package/dist/types/features/IL-OTJ/ILOTJ.d.ts +95 -0
  172. package/dist/types/features/IL-OTJ/ILOTJ.d.ts.map +1 -0
  173. package/dist/types/features/IL-OTJ/ILOTJTest.d.ts +609 -0
  174. package/dist/types/features/IL-OTJ/ILOTJTest.d.ts.map +1 -0
  175. package/dist/types/features/IL-OTJ/ILOTJTriageAITest.d.ts +12 -0
  176. package/dist/types/features/IL-OTJ/ILOTJTriageAITest.d.ts.map +1 -0
  177. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts +102 -0
  178. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts.map +1 -0
  179. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts +33 -0
  180. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts.map +1 -0
  181. package/dist/types/features/IL-OTJ/_components/AccordianSection.d.ts +52 -0
  182. package/dist/types/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -0
  183. package/dist/types/features/IL-OTJ/_components/AudioWaveform.d.ts +13 -0
  184. package/dist/types/features/IL-OTJ/_components/AudioWaveform.d.ts.map +1 -0
  185. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +59 -0
  186. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -0
  187. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts +12 -0
  188. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -0
  189. package/dist/types/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts +45 -0
  190. package/dist/types/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts.map +1 -0
  191. package/dist/types/features/IL-OTJ/_components/ChatComponents/mockComparisonData.d.ts +1503 -0
  192. package/dist/types/features/IL-OTJ/_components/ChatComponents/mockComparisonData.d.ts.map +1 -0
  193. package/dist/types/features/IL-OTJ/_components/CitationLink.d.ts +18 -0
  194. package/dist/types/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -0
  195. package/dist/types/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts +11 -0
  196. package/dist/types/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts.map +1 -0
  197. package/dist/types/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +11 -0
  198. package/dist/types/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -0
  199. package/dist/types/features/IL-OTJ/_components/CriticalGaps.d.ts +11 -0
  200. package/dist/types/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -0
  201. package/dist/types/features/IL-OTJ/_components/GapExplanationAccordion.d.ts +10 -0
  202. package/dist/types/features/IL-OTJ/_components/GapExplanationAccordion.d.ts.map +1 -0
  203. package/dist/types/features/IL-OTJ/_components/ILPopup.d.ts +33 -0
  204. package/dist/types/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -0
  205. package/dist/types/features/IL-OTJ/_components/ILPopup.styles.d.ts +2 -0
  206. package/dist/types/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -0
  207. package/dist/types/features/IL-OTJ/_components/InputDataReasoningCard.d.ts +11 -0
  208. package/dist/types/features/IL-OTJ/_components/InputDataReasoningCard.d.ts.map +1 -0
  209. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +33 -0
  210. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -0
  211. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +26 -0
  212. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -0
  213. package/dist/types/features/IL-OTJ/_components/MarkdownRenderer.d.ts +25 -0
  214. package/dist/types/features/IL-OTJ/_components/MarkdownRenderer.d.ts.map +1 -0
  215. package/dist/types/features/IL-OTJ/_components/MessageRendering/ChatFeedback.d.ts +26 -0
  216. package/dist/types/features/IL-OTJ/_components/MessageRendering/ChatFeedback.d.ts.map +1 -0
  217. package/dist/types/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts +8 -0
  218. package/dist/types/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map +1 -0
  219. package/dist/types/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +35 -0
  220. package/dist/types/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -0
  221. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +24 -0
  222. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -0
  223. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +17 -0
  224. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +1 -0
  225. package/dist/types/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts +4 -0
  226. package/dist/types/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  227. package/dist/types/features/IL-OTJ/_components/NewMinimizedThinkingSteps.d.ts +7 -0
  228. package/dist/types/features/IL-OTJ/_components/NewMinimizedThinkingSteps.d.ts.map +1 -0
  229. package/dist/types/features/IL-OTJ/_components/TooltipComponent.d.ts +8 -0
  230. package/dist/types/features/IL-OTJ/_components/TooltipComponent.d.ts.map +1 -0
  231. package/dist/types/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +9 -0
  232. package/dist/types/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +1 -0
  233. package/dist/types/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts +3 -0
  234. package/dist/types/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts.map +1 -0
  235. package/dist/types/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts +3 -0
  236. package/dist/types/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts.map +1 -0
  237. package/dist/types/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts +16 -0
  238. package/dist/types/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts.map +1 -0
  239. package/dist/types/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts +11 -0
  240. package/dist/types/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts.map +1 -0
  241. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts +43 -0
  242. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts.map +1 -0
  243. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Usethinkingsteps.d.ts +27 -0
  244. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Usethinkingsteps.d.ts.map +1 -0
  245. package/dist/types/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts +7 -0
  246. package/dist/types/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts.map +1 -0
  247. package/dist/types/features/IL-OTJ/_components/_svg/ArrowDown.d.ts +4 -0
  248. package/dist/types/features/IL-OTJ/_components/_svg/ArrowDown.d.ts.map +1 -0
  249. package/dist/types/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts +4 -0
  250. package/dist/types/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  251. package/dist/types/features/IL-OTJ/_components/_svg/BookIcon.d.ts +4 -0
  252. package/dist/types/features/IL-OTJ/_components/_svg/BookIcon.d.ts.map +1 -0
  253. package/dist/types/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts +7 -0
  254. package/dist/types/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts.map +1 -0
  255. package/dist/types/features/IL-OTJ/_components/_svg/ChevronDown.d.ts +4 -0
  256. package/dist/types/features/IL-OTJ/_components/_svg/ChevronDown.d.ts.map +1 -0
  257. package/dist/types/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts +7 -0
  258. package/dist/types/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts.map +1 -0
  259. package/dist/types/features/IL-OTJ/_components/_svg/ChevronUp.d.ts +4 -0
  260. package/dist/types/features/IL-OTJ/_components/_svg/ChevronUp.d.ts.map +1 -0
  261. package/dist/types/features/IL-OTJ/_components/_svg/CitationLinkSparkleIcon.d.ts +10 -0
  262. package/dist/types/features/IL-OTJ/_components/_svg/CitationLinkSparkleIcon.d.ts.map +1 -0
  263. package/dist/types/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts +4 -0
  264. package/dist/types/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts.map +1 -0
  265. package/dist/types/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts +4 -0
  266. package/dist/types/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  267. package/dist/types/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts +7 -0
  268. package/dist/types/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts.map +1 -0
  269. package/dist/types/features/IL-OTJ/_components/_svg/GapIcon.d.ts +10 -0
  270. package/dist/types/features/IL-OTJ/_components/_svg/GapIcon.d.ts.map +1 -0
  271. package/dist/types/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts +9 -0
  272. package/dist/types/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts.map +1 -0
  273. package/dist/types/features/IL-OTJ/_components/_svg/InfoIcon.d.ts +4 -0
  274. package/dist/types/features/IL-OTJ/_components/_svg/InfoIcon.d.ts.map +1 -0
  275. package/dist/types/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +4 -0
  276. package/dist/types/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -0
  277. package/dist/types/features/IL-OTJ/_components/_svg/Lightbulb.d.ts +10 -0
  278. package/dist/types/features/IL-OTJ/_components/_svg/Lightbulb.d.ts.map +1 -0
  279. package/dist/types/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts +10 -0
  280. package/dist/types/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts.map +1 -0
  281. package/dist/types/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +9 -0
  282. package/dist/types/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -0
  283. package/dist/types/features/IL-OTJ/_components/_svg/RadioButton.d.ts +10 -0
  284. package/dist/types/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -0
  285. package/dist/types/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts +10 -0
  286. package/dist/types/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts.map +1 -0
  287. package/dist/types/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts +3 -0
  288. package/dist/types/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts.map +1 -0
  289. package/dist/types/features/IL-OTJ/_components/_svg/SendButton.d.ts +3 -0
  290. package/dist/types/features/IL-OTJ/_components/_svg/SendButton.d.ts.map +1 -0
  291. package/dist/types/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts +4 -0
  292. package/dist/types/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts.map +1 -0
  293. package/dist/types/features/IL-OTJ/_components/_svg/TickIcon.d.ts +10 -0
  294. package/dist/types/features/IL-OTJ/_components/_svg/TickIcon.d.ts.map +1 -0
  295. package/dist/types/features/IL-OTJ/_components/_svg/UserIcon.d.ts +3 -0
  296. package/dist/types/features/IL-OTJ/_components/_svg/UserIcon.d.ts.map +1 -0
  297. package/dist/types/features/IL-OTJ/_components/_svg/WarningIcon.d.ts +4 -0
  298. package/dist/types/features/IL-OTJ/_components/_svg/WarningIcon.d.ts.map +1 -0
  299. package/dist/types/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts +4 -0
  300. package/dist/types/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts.map +1 -0
  301. package/dist/types/features/IL-OTJ/_components/atoms/Button/Button.d.ts +7 -0
  302. package/dist/types/features/IL-OTJ/_components/atoms/Button/Button.d.ts.map +1 -0
  303. package/dist/types/features/IL-OTJ/_components/atoms/Button/index.d.ts +2 -0
  304. package/dist/types/features/IL-OTJ/_components/atoms/Button/index.d.ts.map +1 -0
  305. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +15 -0
  306. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -0
  307. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts +2 -0
  308. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts.map +1 -0
  309. package/dist/types/features/IL-OTJ/_components/atoms/SkeletonLoader/SkeletonLoader.d.ts +11 -0
  310. package/dist/types/features/IL-OTJ/_components/atoms/SkeletonLoader/SkeletonLoader.d.ts.map +1 -0
  311. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +27 -0
  312. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -0
  313. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/index.d.ts +2 -0
  314. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/index.d.ts.map +1 -0
  315. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts +9 -0
  316. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts.map +1 -0
  317. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/index.d.ts +2 -0
  318. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/index.d.ts.map +1 -0
  319. package/dist/types/features/IL-OTJ/_components/cognitiveDecisioningThemeStyles.d.ts +98 -0
  320. package/dist/types/features/IL-OTJ/_components/cognitiveDecisioningThemeStyles.d.ts.map +1 -0
  321. package/dist/types/features/IL-OTJ/_components/hooks/usePendingEditHighlight.d.ts +5 -0
  322. package/dist/types/features/IL-OTJ/_components/hooks/usePendingEditHighlight.d.ts.map +1 -0
  323. package/dist/types/features/IL-OTJ/_components/hooks/useVariantEditSession.d.ts +66 -0
  324. package/dist/types/features/IL-OTJ/_components/hooks/useVariantEditSession.d.ts.map +1 -0
  325. package/dist/types/features/IL-OTJ/_components/index.d.ts +22 -0
  326. package/dist/types/features/IL-OTJ/_components/index.d.ts.map +1 -0
  327. package/dist/types/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +39 -0
  328. package/dist/types/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -0
  329. package/dist/types/features/IL-OTJ/_components/molecules/Condition/index.d.ts +2 -0
  330. package/dist/types/features/IL-OTJ/_components/molecules/Condition/index.d.ts.map +1 -0
  331. package/dist/types/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +19 -0
  332. package/dist/types/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -0
  333. package/dist/types/features/IL-OTJ/_components/molecules/Sections/index.d.ts +2 -0
  334. package/dist/types/features/IL-OTJ/_components/molecules/Sections/index.d.ts.map +1 -0
  335. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts +15 -0
  336. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts.map +1 -0
  337. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts +2 -0
  338. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts.map +1 -0
  339. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +3 -0
  340. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -0
  341. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts +2 -0
  342. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts.map +1 -0
  343. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +30 -0
  344. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -0
  345. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts +2 -0
  346. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts.map +1 -0
  347. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts +17 -0
  348. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts.map +1 -0
  349. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts +2 -0
  350. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts.map +1 -0
  351. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +34 -0
  352. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -0
  353. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts +2 -0
  354. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts.map +1 -0
  355. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +3 -0
  356. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -0
  357. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/index.d.ts +2 -0
  358. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/index.d.ts.map +1 -0
  359. package/dist/types/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.d.ts +73 -0
  360. package/dist/types/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.d.ts.map +1 -0
  361. package/dist/types/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.d.ts +71 -0
  362. package/dist/types/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.d.ts.map +1 -0
  363. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts +55 -0
  364. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts.map +1 -0
  365. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +22 -0
  366. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -0
  367. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts +57 -0
  368. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts.map +1 -0
  369. package/dist/types/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts +12 -0
  370. package/dist/types/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts.map +1 -0
  371. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts +2 -0
  372. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts.map +1 -0
  373. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts +12 -0
  374. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts.map +1 -0
  375. package/dist/types/features/IL-OTJ/_components/templates/Testing/Testing.d.ts +3 -0
  376. package/dist/types/features/IL-OTJ/_components/templates/Testing/Testing.d.ts.map +1 -0
  377. package/dist/types/features/IL-OTJ/_components/templates/Testing/index.d.ts +2 -0
  378. package/dist/types/features/IL-OTJ/_components/templates/Testing/index.d.ts.map +1 -0
  379. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +10 -0
  380. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -0
  381. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts +3 -0
  382. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts.map +1 -0
  383. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts +2 -0
  384. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts.map +1 -0
  385. package/dist/types/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts +3 -0
  386. package/dist/types/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts.map +1 -0
  387. package/dist/types/features/IL-OTJ/helpers/index.d.ts +2 -0
  388. package/dist/types/features/IL-OTJ/helpers/index.d.ts.map +1 -0
  389. package/dist/types/features/IL-OTJ/helpers/message-rendering-utils.d.ts +26 -0
  390. package/dist/types/features/IL-OTJ/helpers/message-rendering-utils.d.ts.map +1 -0
  391. package/dist/types/features/IL-OTJ/helpers/utils.d.ts +23 -0
  392. package/dist/types/features/IL-OTJ/helpers/utils.d.ts.map +1 -0
  393. package/dist/types/features/IL-OTJ/store/CitationsContext.d.ts +23 -0
  394. package/dist/types/features/IL-OTJ/store/CitationsContext.d.ts.map +1 -0
  395. package/dist/types/features/IL-OTJ/store/index.d.ts +2 -0
  396. package/dist/types/features/IL-OTJ/store/index.d.ts.map +1 -0
  397. package/dist/types/features/IL-marketplace/components/GuidelineCardMenu.d.ts +34 -0
  398. package/dist/types/features/IL-marketplace/components/GuidelineCardMenu.d.ts.map +1 -0
  399. package/dist/types/features/IL-marketplace/components/GuidelineCart.d.ts +4 -0
  400. package/dist/types/features/IL-marketplace/components/GuidelineCart.d.ts.map +1 -0
  401. package/dist/types/features/IL-marketplace/components/GuidelineCartHeader.d.ts +14 -0
  402. package/dist/types/features/IL-marketplace/components/GuidelineCartHeader.d.ts.map +1 -0
  403. package/dist/types/features/IL-marketplace/components/GuidelineCartItem.d.ts +16 -0
  404. package/dist/types/features/IL-marketplace/components/GuidelineCartItem.d.ts.map +1 -0
  405. package/dist/types/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts +18 -0
  406. package/dist/types/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts.map +1 -0
  407. package/dist/types/features/IL-marketplace/components/GuidelineEmptyState.d.ts +11 -0
  408. package/dist/types/features/IL-marketplace/components/GuidelineEmptyState.d.ts.map +1 -0
  409. package/dist/types/features/IL-marketplace/components/GuidelineFilterPanel.d.ts +9 -0
  410. package/dist/types/features/IL-marketplace/components/GuidelineFilterPanel.d.ts.map +1 -0
  411. package/dist/types/features/IL-marketplace/components/GuidelineHeader.d.ts +4 -0
  412. package/dist/types/features/IL-marketplace/components/GuidelineHeader.d.ts.map +1 -0
  413. package/dist/types/features/IL-marketplace/components/GuidelineIconButton.d.ts +15 -0
  414. package/dist/types/features/IL-marketplace/components/GuidelineIconButton.d.ts.map +1 -0
  415. package/dist/types/features/IL-marketplace/components/GuidelineLandingPage.d.ts +4 -0
  416. package/dist/types/features/IL-marketplace/components/GuidelineLandingPage.d.ts.map +1 -0
  417. package/dist/types/features/IL-marketplace/components/GuidelineLibrary.d.ts +68 -0
  418. package/dist/types/features/IL-marketplace/components/GuidelineLibrary.d.ts.map +1 -0
  419. package/dist/types/features/IL-marketplace/components/GuidelineLibraryCard.d.ts +94 -0
  420. package/dist/types/features/IL-marketplace/components/GuidelineLibraryCard.d.ts.map +1 -0
  421. package/dist/types/features/IL-marketplace/components/GuidelineLibraryContent.d.ts +96 -0
  422. package/dist/types/features/IL-marketplace/components/GuidelineLibraryContent.d.ts.map +1 -0
  423. package/dist/types/features/IL-marketplace/components/GuidelineLibraryTab.d.ts +27 -0
  424. package/dist/types/features/IL-marketplace/components/GuidelineLibraryTab.d.ts.map +1 -0
  425. package/dist/types/features/IL-marketplace/components/GuidelineProceedButton.d.ts +4 -0
  426. package/dist/types/features/IL-marketplace/components/GuidelineProceedButton.d.ts.map +1 -0
  427. package/dist/types/features/IL-marketplace/components/GuidelineSelectButton.d.ts +11 -0
  428. package/dist/types/features/IL-marketplace/components/GuidelineSelectButton.d.ts.map +1 -0
  429. package/dist/types/features/IL-marketplace/components/GuidelineStatusChip.d.ts +10 -0
  430. package/dist/types/features/IL-marketplace/components/GuidelineStatusChip.d.ts.map +1 -0
  431. package/dist/types/features/IL-marketplace/components/GuidelineTooltip.d.ts +10 -0
  432. package/dist/types/features/IL-marketplace/components/GuidelineTooltip.d.ts.map +1 -0
  433. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts +3 -0
  434. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts.map +1 -0
  435. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts +8 -0
  436. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts.map +1 -0
  437. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts +3 -0
  438. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts.map +1 -0
  439. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts +8 -0
  440. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts.map +1 -0
  441. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishDetailsCards.d.ts +24 -0
  442. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishDetailsCards.d.ts.map +1 -0
  443. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts +8 -0
  444. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts.map +1 -0
  445. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts +4 -0
  446. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts.map +1 -0
  447. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts +4 -0
  448. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts.map +1 -0
  449. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts +5 -0
  450. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts.map +1 -0
  451. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts +3 -0
  452. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts.map +1 -0
  453. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts +94 -0
  454. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts.map +1 -0
  455. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts +44 -0
  456. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts.map +1 -0
  457. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts +4 -0
  458. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts.map +1 -0
  459. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts +14 -0
  460. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts.map +1 -0
  461. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts +4 -0
  462. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts.map +1 -0
  463. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts +8 -0
  464. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts.map +1 -0
  465. package/dist/types/features/IL-marketplace/components/LearningManagementWrapper.d.ts +31 -0
  466. package/dist/types/features/IL-marketplace/components/LearningManagementWrapper.d.ts.map +1 -0
  467. package/dist/types/features/IL-marketplace/components/VersionSelectDropdown.d.ts +13 -0
  468. package/dist/types/features/IL-marketplace/components/VersionSelectDropdown.d.ts.map +1 -0
  469. package/dist/types/features/IL-marketplace/constants.d.ts +183 -0
  470. package/dist/types/features/IL-marketplace/constants.d.ts.map +1 -0
  471. package/dist/types/features/IL-marketplace/hooks/useControllableState.d.ts +8 -0
  472. package/dist/types/features/IL-marketplace/hooks/useControllableState.d.ts.map +1 -0
  473. package/dist/types/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts +10 -0
  474. package/dist/types/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts.map +1 -0
  475. package/dist/types/features/IL-marketplace/hooks/useGuidelineSelection.d.ts +17 -0
  476. package/dist/types/features/IL-marketplace/hooks/useGuidelineSelection.d.ts.map +1 -0
  477. package/dist/types/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts +6 -0
  478. package/dist/types/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts.map +1 -0
  479. package/dist/types/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts +4 -0
  480. package/dist/types/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts.map +1 -0
  481. package/dist/types/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts +29 -0
  482. package/dist/types/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts.map +1 -0
  483. package/dist/types/features/IL-marketplace/hooks/usePublishingFlowConfig.d.ts +17 -0
  484. package/dist/types/features/IL-marketplace/hooks/usePublishingFlowConfig.d.ts.map +1 -0
  485. package/dist/types/features/IL-marketplace/icons/GuidelineSpinner.d.ts +7 -0
  486. package/dist/types/features/IL-marketplace/icons/GuidelineSpinner.d.ts.map +1 -0
  487. package/dist/types/features/IL-marketplace/index.d.ts +42 -0
  488. package/dist/types/features/IL-marketplace/index.d.ts.map +1 -0
  489. package/dist/types/features/IL-marketplace/marketplaceTheme.d.ts +99 -0
  490. package/dist/types/features/IL-marketplace/marketplaceTheme.d.ts.map +1 -0
  491. package/dist/types/features/IL-marketplace/queryClient.d.ts +3 -0
  492. package/dist/types/features/IL-marketplace/queryClient.d.ts.map +1 -0
  493. package/dist/types/features/IL-marketplace/services/IL-marketplace.api.d.ts +156 -0
  494. package/dist/types/features/IL-marketplace/services/IL-marketplace.api.d.ts.map +1 -0
  495. package/dist/types/features/IL-marketplace/services/guideline.api.d.ts +2 -0
  496. package/dist/types/features/IL-marketplace/services/guideline.api.d.ts.map +1 -0
  497. package/dist/types/features/IL-marketplace/services/guideline.cart.api.d.ts +28 -0
  498. package/dist/types/features/IL-marketplace/services/guideline.cart.api.d.ts.map +1 -0
  499. package/dist/types/features/IL-marketplace/services/guideline.chat.d.ts +2 -0
  500. package/dist/types/features/IL-marketplace/services/guideline.chat.d.ts.map +1 -0
  501. package/dist/types/features/IL-marketplace/services/guideline.content.d.ts +2 -0
  502. package/dist/types/features/IL-marketplace/services/guideline.content.d.ts.map +1 -0
  503. package/dist/types/features/IL-marketplace/services/guideline.core.api.d.ts +51 -0
  504. package/dist/types/features/IL-marketplace/services/guideline.core.api.d.ts.map +1 -0
  505. package/dist/types/features/IL-marketplace/services/guideline.runtime.config.d.ts +47 -0
  506. package/dist/types/features/IL-marketplace/services/guideline.runtime.config.d.ts.map +1 -0
  507. package/dist/types/features/IL-marketplace/services/guideline.session.d.ts +10 -0
  508. package/dist/types/features/IL-marketplace/services/guideline.session.d.ts.map +1 -0
  509. package/dist/types/features/IL-marketplace/services/instant-learning.api.d.ts +112 -0
  510. package/dist/types/features/IL-marketplace/services/instant-learning.api.d.ts.map +1 -0
  511. package/dist/types/features/IL-marketplace/services/instant-learning.wishlist.d.ts +8 -0
  512. package/dist/types/features/IL-marketplace/services/instant-learning.wishlist.d.ts.map +1 -0
  513. package/dist/types/features/IL-marketplace/store/usePublishTemplateStore.d.ts +14 -0
  514. package/dist/types/features/IL-marketplace/store/usePublishTemplateStore.d.ts.map +1 -0
  515. package/dist/types/features/IL-marketplace/store/usePublishingFlowConfigStore.d.ts +132 -0
  516. package/dist/types/features/IL-marketplace/store/usePublishingFlowConfigStore.d.ts.map +1 -0
  517. package/dist/types/features/IL-marketplace/types/add-context.types.d.ts +40 -0
  518. package/dist/types/features/IL-marketplace/types/add-context.types.d.ts.map +1 -0
  519. package/dist/types/features/IL-marketplace/types/api.types.d.ts +116 -0
  520. package/dist/types/features/IL-marketplace/types/api.types.d.ts.map +1 -0
  521. package/dist/types/features/IL-marketplace/types/file-item.d.ts +60 -0
  522. package/dist/types/features/IL-marketplace/types/file-item.d.ts.map +1 -0
  523. package/dist/types/features/IL-marketplace/types/guideline.api.types.d.ts +11 -0
  524. package/dist/types/features/IL-marketplace/types/guideline.api.types.d.ts.map +1 -0
  525. package/dist/types/features/IL-marketplace/types/guideline.types.d.ts +42 -0
  526. package/dist/types/features/IL-marketplace/types/guideline.types.d.ts.map +1 -0
  527. package/dist/types/features/IL-marketplace/types.d.ts +443 -0
  528. package/dist/types/features/IL-marketplace/types.d.ts.map +1 -0
  529. package/dist/types/features/IL-marketplace/utils/addContextHelpers.d.ts +7 -0
  530. package/dist/types/features/IL-marketplace/utils/addContextHelpers.d.ts.map +1 -0
  531. package/dist/types/features/IL-marketplace/utils/cn.d.ts +3 -0
  532. package/dist/types/features/IL-marketplace/utils/cn.d.ts.map +1 -0
  533. package/dist/types/features/IL-marketplace/utils/guidelineFiles.d.ts +17 -0
  534. package/dist/types/features/IL-marketplace/utils/guidelineFiles.d.ts.map +1 -0
  535. package/dist/types/features/IL-marketplace/utils/guidelineOverlay.d.ts +3 -0
  536. package/dist/types/features/IL-marketplace/utils/guidelineOverlay.d.ts.map +1 -0
  537. package/dist/types/features/IL-marketplace/utils/guidelineSort.d.ts +3 -0
  538. package/dist/types/features/IL-marketplace/utils/guidelineSort.d.ts.map +1 -0
  539. package/dist/types/features/IL-marketplace/utils/microfrontend.d.ts +23 -0
  540. package/dist/types/features/IL-marketplace/utils/microfrontend.d.ts.map +1 -0
  541. package/dist/types/features/IL-marketplace/utils/publishingFlow.d.ts +35 -0
  542. package/dist/types/features/IL-marketplace/utils/publishingFlow.d.ts.map +1 -0
  543. package/dist/types/features/IL-marketplace/utils/session.d.ts +4 -0
  544. package/dist/types/features/IL-marketplace/utils/session.d.ts.map +1 -0
  545. package/dist/types/features/IL-marketplace/utils/url.d.ts +2 -0
  546. package/dist/types/features/IL-marketplace/utils/url.d.ts.map +1 -0
  547. package/dist/types/features/IL-marketplace/utils.d.ts +75 -0
  548. package/dist/types/features/IL-marketplace/utils.d.ts.map +1 -0
  549. package/dist/types/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts +44 -0
  550. package/dist/types/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts.map +1 -0
  551. package/dist/types/features/IL-marketplace/workspace/workspace.context.d.ts +9 -0
  552. package/dist/types/features/IL-marketplace/workspace/workspace.context.d.ts.map +1 -0
  553. package/dist/types/features/IL-marketplace/workspace/workspace.runtime.d.ts +12 -0
  554. package/dist/types/features/IL-marketplace/workspace/workspace.runtime.d.ts.map +1 -0
  555. package/dist/types/features/IL-marketplace/workspace/workspace.selectors.d.ts +5 -0
  556. package/dist/types/features/IL-marketplace/workspace/workspace.selectors.d.ts.map +1 -0
  557. package/dist/types/features/IL-marketplace/workspace/workspace.types.d.ts +89 -0
  558. package/dist/types/features/IL-marketplace/workspace/workspace.types.d.ts.map +1 -0
  559. package/dist/types/features/InstantLearning/InstantLearning.d.ts +118 -0
  560. package/dist/types/features/InstantLearning/InstantLearning.d.ts.map +1 -0
  561. package/dist/types/features/InstantLearning/_components/AudioWaveform.d.ts +13 -0
  562. package/dist/types/features/InstantLearning/_components/AudioWaveform.d.ts.map +1 -0
  563. package/dist/types/features/InstantLearning/_components/ChatComponent.d.ts +58 -0
  564. package/dist/types/features/InstantLearning/_components/ChatComponent.d.ts.map +1 -0
  565. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts +13 -0
  566. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts.map +1 -0
  567. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts +41 -0
  568. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts.map +1 -0
  569. package/dist/types/features/InstantLearning/_components/ContextualChatComponent.d.ts +64 -0
  570. package/dist/types/features/InstantLearning/_components/ContextualChatComponent.d.ts.map +1 -0
  571. package/dist/types/features/InstantLearning/_components/ContextualConflictDBCard.d.ts +32 -0
  572. package/dist/types/features/InstantLearning/_components/ContextualConflictDBCard.d.ts.map +1 -0
  573. package/dist/types/features/InstantLearning/_components/ContextualLearningForm.d.ts +45 -0
  574. package/dist/types/features/InstantLearning/_components/ContextualLearningForm.d.ts.map +1 -0
  575. package/dist/types/features/InstantLearning/_components/DebuggerPanel.d.ts +16 -0
  576. package/dist/types/features/InstantLearning/_components/DebuggerPanel.d.ts.map +1 -0
  577. package/dist/types/features/InstantLearning/_components/GeneralizationAccordion.d.ts +28 -0
  578. package/dist/types/features/InstantLearning/_components/GeneralizationAccordion.d.ts.map +1 -0
  579. package/dist/types/features/InstantLearning/_components/LearningDetailsForm.d.ts +74 -0
  580. package/dist/types/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +1 -0
  581. package/dist/types/features/InstantLearning/_components/MessageRendering.d.ts +10 -0
  582. package/dist/types/features/InstantLearning/_components/MessageRendering.d.ts.map +1 -0
  583. package/dist/types/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts +4 -0
  584. package/dist/types/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  585. package/dist/types/features/InstantLearning/_components/SimilarLearningCard.d.ts +20 -0
  586. package/dist/types/features/InstantLearning/_components/SimilarLearningCard.d.ts.map +1 -0
  587. package/dist/types/features/InstantLearning/_components/TemplateRetrievalForm.d.ts +50 -0
  588. package/dist/types/features/InstantLearning/_components/TemplateRetrievalForm.d.ts.map +1 -0
  589. package/dist/types/features/InstantLearning/_components/TooltipComponent.d.ts +8 -0
  590. package/dist/types/features/InstantLearning/_components/TooltipComponent.d.ts.map +1 -0
  591. package/dist/types/features/InstantLearning/_components/_svg/ArrowDown.d.ts +4 -0
  592. package/dist/types/features/InstantLearning/_components/_svg/ArrowDown.d.ts.map +1 -0
  593. package/dist/types/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts +4 -0
  594. package/dist/types/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  595. package/dist/types/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts +4 -0
  596. package/dist/types/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  597. package/dist/types/features/InstantLearning/_components/_svg/NewChatIcon.d.ts +4 -0
  598. package/dist/types/features/InstantLearning/_components/_svg/NewChatIcon.d.ts.map +1 -0
  599. package/dist/types/features/LearningManagement/AuditLog/AuditLog.d.ts +11 -0
  600. package/dist/types/features/LearningManagement/AuditLog/AuditLog.d.ts.map +1 -0
  601. package/dist/types/features/LearningManagement/AuditLog/ChangeLogDiff.d.ts +15 -0
  602. package/dist/types/features/LearningManagement/AuditLog/ChangeLogDiff.d.ts.map +1 -0
  603. package/dist/types/features/LearningManagement/LearningManagement.d.ts +67 -0
  604. package/dist/types/features/LearningManagement/LearningManagement.d.ts.map +1 -0
  605. package/dist/types/features/LearningManagement/LearningManagementTest.d.ts +4 -0
  606. package/dist/types/features/LearningManagement/LearningManagementTest.d.ts.map +1 -0
  607. package/dist/types/features/LearningManagement/LearningTemplateLayout.d.ts +41 -0
  608. package/dist/types/features/LearningManagement/LearningTemplateLayout.d.ts.map +1 -0
  609. package/dist/types/features/LearningManagement/RBAC/AccessManagementPanel.d.ts +8 -0
  610. package/dist/types/features/LearningManagement/RBAC/AccessManagementPanel.d.ts.map +1 -0
  611. package/dist/types/features/LearningManagement/RBAC/AccessPanel.d.ts +12 -0
  612. package/dist/types/features/LearningManagement/RBAC/AccessPanel.d.ts.map +1 -0
  613. package/dist/types/features/LearningManagement/RBAC/index.d.ts +4 -0
  614. package/dist/types/features/LearningManagement/RBAC/index.d.ts.map +1 -0
  615. package/dist/types/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts +12 -0
  616. package/dist/types/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts.map +1 -0
  617. package/dist/types/features/LearningManagement/RuleContent/AddScopeModal.d.ts +19 -0
  618. package/dist/types/features/LearningManagement/RuleContent/AddScopeModal.d.ts.map +1 -0
  619. package/dist/types/features/LearningManagement/RuleContent/ApprovalActionButton.d.ts +8 -0
  620. package/dist/types/features/LearningManagement/RuleContent/ApprovalActionButton.d.ts.map +1 -0
  621. package/dist/types/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts +18 -0
  622. package/dist/types/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts.map +1 -0
  623. package/dist/types/features/LearningManagement/RuleContent/ContentLogic.d.ts +44 -0
  624. package/dist/types/features/LearningManagement/RuleContent/ContentLogic.d.ts.map +1 -0
  625. package/dist/types/features/LearningManagement/RuleContent/HistorySkeleton.d.ts +10 -0
  626. package/dist/types/features/LearningManagement/RuleContent/HistorySkeleton.d.ts.map +1 -0
  627. package/dist/types/features/LearningManagement/RuleContent/InheritanceBreadcrumb.d.ts +22 -0
  628. package/dist/types/features/LearningManagement/RuleContent/InheritanceBreadcrumb.d.ts.map +1 -0
  629. package/dist/types/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts +27 -0
  630. package/dist/types/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts.map +1 -0
  631. package/dist/types/features/LearningManagement/RuleContent/OverrideTimeline.d.ts +23 -0
  632. package/dist/types/features/LearningManagement/RuleContent/OverrideTimeline.d.ts.map +1 -0
  633. package/dist/types/features/LearningManagement/RuleContent/PendingApprovalChip.d.ts +7 -0
  634. package/dist/types/features/LearningManagement/RuleContent/PendingApprovalChip.d.ts.map +1 -0
  635. package/dist/types/features/LearningManagement/RuleContent/RenameScopeModal.d.ts +10 -0
  636. package/dist/types/features/LearningManagement/RuleContent/RenameScopeModal.d.ts.map +1 -0
  637. package/dist/types/features/LearningManagement/RuleContent/RuleAccordion.d.ts +131 -0
  638. package/dist/types/features/LearningManagement/RuleContent/RuleAccordion.d.ts.map +1 -0
  639. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts +47 -0
  640. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts.map +1 -0
  641. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionShell.d.ts +69 -0
  642. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionShell.d.ts.map +1 -0
  643. package/dist/types/features/LearningManagement/RuleContent/RuleConditionBlock.d.ts +39 -0
  644. package/dist/types/features/LearningManagement/RuleContent/RuleConditionBlock.d.ts.map +1 -0
  645. package/dist/types/features/LearningManagement/RuleContent/RuleContent.d.ts +49 -0
  646. package/dist/types/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -0
  647. package/dist/types/features/LearningManagement/RuleContent/RuleHeader.d.ts +41 -0
  648. package/dist/types/features/LearningManagement/RuleContent/RuleHeader.d.ts.map +1 -0
  649. package/dist/types/features/LearningManagement/RuleContent/RuleTierList.d.ts +51 -0
  650. package/dist/types/features/LearningManagement/RuleContent/RuleTierList.d.ts.map +1 -0
  651. package/dist/types/features/LearningManagement/RuleContent/TierCard.d.ts +60 -0
  652. package/dist/types/features/LearningManagement/RuleContent/TierCard.d.ts.map +1 -0
  653. package/dist/types/features/LearningManagement/RuleContent/VariantCard.d.ts +109 -0
  654. package/dist/types/features/LearningManagement/RuleContent/VariantCard.d.ts.map +1 -0
  655. package/dist/types/features/LearningManagement/RuleContent/VariantList.d.ts +106 -0
  656. package/dist/types/features/LearningManagement/RuleContent/VariantList.d.ts.map +1 -0
  657. package/dist/types/features/LearningManagement/ScopeSelector.d.ts +45 -0
  658. package/dist/types/features/LearningManagement/ScopeSelector.d.ts.map +1 -0
  659. package/dist/types/features/LearningManagement/Sidebar.d.ts +37 -0
  660. package/dist/types/features/LearningManagement/Sidebar.d.ts.map +1 -0
  661. package/dist/types/features/LearningManagement/SidebarWrapper.d.ts +34 -0
  662. package/dist/types/features/LearningManagement/SidebarWrapper.d.ts.map +1 -0
  663. package/dist/types/features/LearningManagement/StationsContent/StationsContent.d.ts +17 -0
  664. package/dist/types/features/LearningManagement/StationsContent/StationsContent.d.ts.map +1 -0
  665. package/dist/types/features/LearningManagement/apis/apiConfig.d.ts +54 -0
  666. package/dist/types/features/LearningManagement/apis/apiConfig.d.ts.map +1 -0
  667. package/dist/types/features/LearningManagement/apis/scopeApis.d.ts +388 -0
  668. package/dist/types/features/LearningManagement/apis/scopeApis.d.ts.map +1 -0
  669. package/dist/types/features/LearningManagement/components/CardSkeleton.d.ts +8 -0
  670. package/dist/types/features/LearningManagement/components/CardSkeleton.d.ts.map +1 -0
  671. package/dist/types/features/LearningManagement/components/ConfirmationModal.d.ts +22 -0
  672. package/dist/types/features/LearningManagement/components/ConfirmationModal.d.ts.map +1 -0
  673. package/dist/types/features/LearningManagement/components/CreateLearningSetModal.d.ts +20 -0
  674. package/dist/types/features/LearningManagement/components/CreateLearningSetModal.d.ts.map +1 -0
  675. package/dist/types/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts +12 -0
  676. package/dist/types/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts.map +1 -0
  677. package/dist/types/features/LearningManagement/components/CustomTooltip.d.ts +16 -0
  678. package/dist/types/features/LearningManagement/components/CustomTooltip.d.ts.map +1 -0
  679. package/dist/types/features/LearningManagement/components/EmptyLearningState.d.ts +42 -0
  680. package/dist/types/features/LearningManagement/components/EmptyLearningState.d.ts.map +1 -0
  681. package/dist/types/features/LearningManagement/components/ErrorStateDisplay.d.ts +25 -0
  682. package/dist/types/features/LearningManagement/components/ErrorStateDisplay.d.ts.map +1 -0
  683. package/dist/types/features/LearningManagement/components/InstantLearningModal.d.ts +41 -0
  684. package/dist/types/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -0
  685. package/dist/types/features/LearningManagement/components/InstantLearningModalDynamic.d.ts +62 -0
  686. package/dist/types/features/LearningManagement/components/InstantLearningModalDynamic.d.ts.map +1 -0
  687. package/dist/types/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts +8 -0
  688. package/dist/types/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts.map +1 -0
  689. package/dist/types/features/LearningManagement/components/PromptTextEditor.d.ts +44 -0
  690. package/dist/types/features/LearningManagement/components/PromptTextEditor.d.ts.map +1 -0
  691. package/dist/types/features/LearningManagement/components/RuleContentSkeleton.d.ts +8 -0
  692. package/dist/types/features/LearningManagement/components/RuleContentSkeleton.d.ts.map +1 -0
  693. package/dist/types/features/LearningManagement/components/ScopeSkeletonLoader.d.ts +36 -0
  694. package/dist/types/features/LearningManagement/components/ScopeSkeletonLoader.d.ts.map +1 -0
  695. package/dist/types/features/LearningManagement/components/ScopeTree/HighlightedText.d.ts +8 -0
  696. package/dist/types/features/LearningManagement/components/ScopeTree/HighlightedText.d.ts.map +1 -0
  697. package/dist/types/features/LearningManagement/components/ScopeTree/TreeAddAction.d.ts +10 -0
  698. package/dist/types/features/LearningManagement/components/ScopeTree/TreeAddAction.d.ts.map +1 -0
  699. package/dist/types/features/LearningManagement/components/ScopeTree/TreeMenu.d.ts +17 -0
  700. package/dist/types/features/LearningManagement/components/ScopeTree/TreeMenu.d.ts.map +1 -0
  701. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNode.d.ts +38 -0
  702. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNode.d.ts.map +1 -0
  703. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts +22 -0
  704. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -0
  705. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSectionItem.d.ts +16 -0
  706. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSectionItem.d.ts.map +1 -0
  707. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts +23 -0
  708. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map +1 -0
  709. package/dist/types/features/LearningManagement/components/ScopeTree/TreeTooltip.d.ts +10 -0
  710. package/dist/types/features/LearningManagement/components/ScopeTree/TreeTooltip.d.ts.map +1 -0
  711. package/dist/types/features/LearningManagement/components/SidebarSearch.d.ts +25 -0
  712. package/dist/types/features/LearningManagement/components/SidebarSearch.d.ts.map +1 -0
  713. package/dist/types/features/LearningManagement/components/Skeleton.d.ts +12 -0
  714. package/dist/types/features/LearningManagement/components/Skeleton.d.ts.map +1 -0
  715. package/dist/types/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts +13 -0
  716. package/dist/types/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts.map +1 -0
  717. package/dist/types/features/LearningManagement/components/StationOnboarding/InputField.d.ts +27 -0
  718. package/dist/types/features/LearningManagement/components/StationOnboarding/InputField.d.ts.map +1 -0
  719. package/dist/types/features/LearningManagement/components/StationOnboarding/OnboardingLoader.d.ts +19 -0
  720. package/dist/types/features/LearningManagement/components/StationOnboarding/OnboardingLoader.d.ts.map +1 -0
  721. package/dist/types/features/LearningManagement/components/StationOnboarding/StationAutocomplete.d.ts +15 -0
  722. package/dist/types/features/LearningManagement/components/StationOnboarding/StationAutocomplete.d.ts.map +1 -0
  723. package/dist/types/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts +16 -0
  724. package/dist/types/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts.map +1 -0
  725. package/dist/types/features/LearningManagement/components/StationOnboarding/TemplateCard.d.ts +22 -0
  726. package/dist/types/features/LearningManagement/components/StationOnboarding/TemplateCard.d.ts.map +1 -0
  727. package/dist/types/features/LearningManagement/components/ToolTip.d.ts +8 -0
  728. package/dist/types/features/LearningManagement/components/ToolTip.d.ts.map +1 -0
  729. package/dist/types/features/LearningManagement/config.d.ts +64 -0
  730. package/dist/types/features/LearningManagement/config.d.ts.map +1 -0
  731. package/dist/types/features/LearningManagement/constants.d.ts +19 -0
  732. package/dist/types/features/LearningManagement/constants.d.ts.map +1 -0
  733. package/dist/types/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts +62 -0
  734. package/dist/types/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts.map +1 -0
  735. package/dist/types/features/LearningManagement/queries/useApprovalQueries.d.ts +20 -0
  736. package/dist/types/features/LearningManagement/queries/useApprovalQueries.d.ts.map +1 -0
  737. package/dist/types/features/LearningManagement/queries/useLMSConfigQuery.d.ts +9 -0
  738. package/dist/types/features/LearningManagement/queries/useLMSConfigQuery.d.ts.map +1 -0
  739. package/dist/types/features/LearningManagement/shared/ErrorToastContent.d.ts +22 -0
  740. package/dist/types/features/LearningManagement/shared/ErrorToastContent.d.ts.map +1 -0
  741. package/dist/types/features/LearningManagement/shared/SuccessToastContent.d.ts +22 -0
  742. package/dist/types/features/LearningManagement/shared/SuccessToastContent.d.ts.map +1 -0
  743. package/dist/types/features/LearningManagement/shared/index.d.ts +7 -0
  744. package/dist/types/features/LearningManagement/shared/index.d.ts.map +1 -0
  745. package/dist/types/features/LearningManagement/store/types.d.ts +32 -0
  746. package/dist/types/features/LearningManagement/store/types.d.ts.map +1 -0
  747. package/dist/types/features/LearningManagement/store/useAppSecRolesStore.d.ts +11 -0
  748. package/dist/types/features/LearningManagement/store/useAppSecRolesStore.d.ts.map +1 -0
  749. package/dist/types/features/LearningManagement/store/useAuthStore.d.ts +12 -0
  750. package/dist/types/features/LearningManagement/store/useAuthStore.d.ts.map +1 -0
  751. package/dist/types/features/LearningManagement/store/useConfigStore.d.ts +18 -0
  752. package/dist/types/features/LearningManagement/store/useConfigStore.d.ts.map +1 -0
  753. package/dist/types/features/LearningManagement/store/useEnvStore.d.ts +36 -0
  754. package/dist/types/features/LearningManagement/store/useEnvStore.d.ts.map +1 -0
  755. package/dist/types/features/LearningManagement/store/useExternalWorkflowStore.d.ts +38 -0
  756. package/dist/types/features/LearningManagement/store/useExternalWorkflowStore.d.ts.map +1 -0
  757. package/dist/types/features/LearningManagement/store/useLMSConfigStore.d.ts +388 -0
  758. package/dist/types/features/LearningManagement/store/useLMSConfigStore.d.ts.map +1 -0
  759. package/dist/types/features/LearningManagement/store/useLearningTemplateStore.d.ts +84 -0
  760. package/dist/types/features/LearningManagement/store/useLearningTemplateStore.d.ts.map +1 -0
  761. package/dist/types/features/LearningManagement/store/usePermissionsStore.d.ts +35 -0
  762. package/dist/types/features/LearningManagement/store/usePermissionsStore.d.ts.map +1 -0
  763. package/dist/types/features/LearningManagement/types.d.ts +288 -0
  764. package/dist/types/features/LearningManagement/types.d.ts.map +1 -0
  765. package/dist/types/features/LearningManagement/utils/learningMetadataUtils.d.ts +17 -0
  766. package/dist/types/features/LearningManagement/utils/learningMetadataUtils.d.ts.map +1 -0
  767. package/dist/types/features/LearningManagement/utils/treeUtils.d.ts +18 -0
  768. package/dist/types/features/LearningManagement/utils/treeUtils.d.ts.map +1 -0
  769. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +4 -0
  770. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +1 -0
  771. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +10 -0
  772. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -0
  773. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +4 -0
  774. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +1 -0
  775. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +10 -0
  776. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +1 -0
  777. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +13 -0
  778. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +1 -0
  779. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +4 -0
  780. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +1 -0
  781. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +4 -0
  782. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -0
  783. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +10 -0
  784. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -0
  785. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +22 -0
  786. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +1 -0
  787. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +33 -0
  788. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +1 -0
  789. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +20 -0
  790. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +1 -0
  791. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +7 -0
  792. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +1 -0
  793. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +18 -0
  794. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +1 -0
  795. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +26 -0
  796. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -0
  797. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +4 -0
  798. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -0
  799. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +3 -0
  800. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +1 -0
  801. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +4 -0
  802. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +1 -0
  803. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +10 -0
  804. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +1 -0
  805. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +1108 -0
  806. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +1 -0
  807. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +57 -0
  808. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +1 -0
  809. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +643 -0
  810. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +1 -0
  811. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +24 -0
  812. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +1 -0
  813. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +283 -0
  814. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +1 -0
  815. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +58 -0
  816. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +1 -0
  817. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +20 -0
  818. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +1 -0
  819. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +4 -0
  820. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +1 -0
  821. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +4 -0
  822. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -0
  823. package/dist/types/features/UploadData/NotFound.d.ts +4 -0
  824. package/dist/types/features/UploadData/NotFound.d.ts.map +1 -0
  825. package/dist/types/features/UploadData/main.d.ts +10 -0
  826. package/dist/types/features/UploadData/main.d.ts.map +1 -0
  827. package/dist/types/features/WtaWnta/WtaWnta.d.ts +55 -0
  828. package/dist/types/features/WtaWnta/WtaWnta.d.ts.map +1 -0
  829. package/dist/types/features/WtaWnta/_components/AgentDetailsForm.d.ts +43 -0
  830. package/dist/types/features/WtaWnta/_components/AgentDetailsForm.d.ts.map +1 -0
  831. package/dist/types/features/WtaWnta/_components/SimilarConflictingCard.d.ts +18 -0
  832. package/dist/types/features/WtaWnta/_components/SimilarConflictingCard.d.ts.map +1 -0
  833. package/dist/types/features/WtaWnta/_components/ValidationCard.d.ts +30 -0
  834. package/dist/types/features/WtaWnta/_components/ValidationCard.d.ts.map +1 -0
  835. package/dist/types/hooks/useAgentFix.d.ts +15 -0
  836. package/dist/types/hooks/useAgentFix.d.ts.map +1 -0
  837. package/dist/types/hooks/useAgentSuggestions.d.ts +20 -0
  838. package/dist/types/hooks/useAgentSuggestions.d.ts.map +1 -0
  839. package/dist/types/hooks/useAgentValidation.d.ts +17 -0
  840. package/dist/types/hooks/useAgentValidation.d.ts.map +1 -0
  841. package/dist/types/hooks/useDebounce copy.d.ts +2 -0
  842. package/dist/types/hooks/useDebounce copy.d.ts.map +1 -0
  843. package/dist/types/hooks/useDebounce.d.ts +2 -0
  844. package/dist/types/hooks/useDebounce.d.ts.map +1 -0
  845. package/dist/types/hooks/useExistingAgentCheck.d.ts +28 -0
  846. package/dist/types/hooks/useExistingAgentCheck.d.ts.map +1 -0
  847. package/dist/types/hooks/useExistingPromptCheck.d.ts +36 -0
  848. package/dist/types/hooks/useExistingPromptCheck.d.ts.map +1 -0
  849. package/dist/types/hooks/usePromptFix.d.ts +14 -0
  850. package/dist/types/hooks/usePromptFix.d.ts.map +1 -0
  851. package/dist/types/hooks/usePromptSuggestions.d.ts +8 -0
  852. package/dist/types/hooks/usePromptSuggestions.d.ts.map +1 -0
  853. package/dist/types/hooks/usePromptValidation.d.ts +18 -0
  854. package/dist/types/hooks/usePromptValidation.d.ts.map +1 -0
  855. package/dist/types/hooks/useTableHeadCellsCount copy.d.ts +6 -0
  856. package/dist/types/hooks/useTableHeadCellsCount copy.d.ts.map +1 -0
  857. package/dist/types/hooks/useTableHeadCellsCount.d.ts +6 -0
  858. package/dist/types/hooks/useTableHeadCellsCount.d.ts.map +1 -0
  859. package/dist/types/hooks/useURLQuery copy.d.ts +10 -0
  860. package/dist/types/hooks/useURLQuery copy.d.ts.map +1 -0
  861. package/dist/types/hooks/useURLQuery.d.ts +10 -0
  862. package/dist/types/hooks/useURLQuery.d.ts.map +1 -0
  863. package/dist/types/index.d.ts +58 -0
  864. package/dist/types/index.d.ts.map +1 -0
  865. package/dist/types/methodsToExpose.d.ts +13 -0
  866. package/dist/types/methodsToExpose.d.ts.map +1 -0
  867. package/dist/types/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts +29 -0
  868. package/dist/types/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts.map +1 -0
  869. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts +22 -0
  870. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts.map +1 -0
  871. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts +28 -0
  872. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts.map +1 -0
  873. package/dist/types/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts +29 -0
  874. package/dist/types/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts.map +1 -0
  875. package/dist/types/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts +5 -0
  876. package/dist/types/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts.map +1 -0
  877. package/dist/types/schema-driven/BPARenderer.d.ts +14 -0
  878. package/dist/types/schema-driven/BPARenderer.d.ts.map +1 -0
  879. package/dist/types/schema-driven/FallbackField.d.ts +13 -0
  880. package/dist/types/schema-driven/FallbackField.d.ts.map +1 -0
  881. package/dist/types/schema-driven/components/ConditionSectionField.d.ts +3 -0
  882. package/dist/types/schema-driven/components/ConditionSectionField.d.ts.map +1 -0
  883. package/dist/types/schema-driven/components/ConfigSectionField.d.ts +3 -0
  884. package/dist/types/schema-driven/components/ConfigSectionField.d.ts.map +1 -0
  885. package/dist/types/schema-driven/components/DropdownSectionField.d.ts +3 -0
  886. package/dist/types/schema-driven/components/DropdownSectionField.d.ts.map +1 -0
  887. package/dist/types/schema-driven/components/GlobalSetupAccordionField.d.ts +3 -0
  888. package/dist/types/schema-driven/components/GlobalSetupAccordionField.d.ts.map +1 -0
  889. package/dist/types/schema-driven/components/GroupEditRow.d.ts +3 -0
  890. package/dist/types/schema-driven/components/GroupEditRow.d.ts.map +1 -0
  891. package/dist/types/schema-driven/components/PromptTextEditorField.d.ts +3 -0
  892. package/dist/types/schema-driven/components/PromptTextEditorField.d.ts.map +1 -0
  893. package/dist/types/schema-driven/components/ScopeSectionField.d.ts +3 -0
  894. package/dist/types/schema-driven/components/ScopeSectionField.d.ts.map +1 -0
  895. package/dist/types/schema-driven/components/TextInputField.d.ts +3 -0
  896. package/dist/types/schema-driven/components/TextInputField.d.ts.map +1 -0
  897. package/dist/types/schema-driven/components/VariantListField.d.ts +3 -0
  898. package/dist/types/schema-driven/components/VariantListField.d.ts.map +1 -0
  899. package/dist/types/schema-driven/demoSchema.d.ts +13 -0
  900. package/dist/types/schema-driven/demoSchema.d.ts.map +1 -0
  901. package/dist/types/schema-driven/hooks/useParentEditEnabled.d.ts +18 -0
  902. package/dist/types/schema-driven/hooks/useParentEditEnabled.d.ts.map +1 -0
  903. package/dist/types/schema-driven/hooks/useSectionEditSession.d.ts +34 -0
  904. package/dist/types/schema-driven/hooks/useSectionEditSession.d.ts.map +1 -0
  905. package/dist/types/schema-driven/primitives/Accordion.d.ts +21 -0
  906. package/dist/types/schema-driven/primitives/Accordion.d.ts.map +1 -0
  907. package/dist/types/schema-driven/store/useDynamicFormStore.d.ts +28 -0
  908. package/dist/types/schema-driven/store/useDynamicFormStore.d.ts.map +1 -0
  909. package/dist/types/schema-driven/types.d.ts +81 -0
  910. package/dist/types/schema-driven/types.d.ts.map +1 -0
  911. package/dist/types/schema-driven/utils/PayloadUtils.d.ts +82 -0
  912. package/dist/types/schema-driven/utils/PayloadUtils.d.ts.map +1 -0
  913. package/dist/types/schema-driven/utils/aiReasoning.d.ts +5 -0
  914. package/dist/types/schema-driven/utils/aiReasoning.d.ts.map +1 -0
  915. package/dist/types/schema-driven/utils/conditionText.d.ts +8 -0
  916. package/dist/types/schema-driven/utils/conditionText.d.ts.map +1 -0
  917. package/dist/types/schema-driven/utils/editLock.d.ts +39 -0
  918. package/dist/types/schema-driven/utils/editLock.d.ts.map +1 -0
  919. package/dist/types/service/API.d.ts +6 -0
  920. package/dist/types/service/API.d.ts.map +1 -0
  921. package/dist/types/service/DataService.d.ts +73 -0
  922. package/dist/types/service/DataService.d.ts.map +1 -0
  923. package/dist/types/service/GoogleFilePickerService.d.ts +61 -0
  924. package/dist/types/service/GoogleFilePickerService.d.ts.map +1 -0
  925. package/dist/types/service/InstantLearningService.d.ts +20 -0
  926. package/dist/types/service/InstantLearningService.d.ts.map +1 -0
  927. package/dist/types/service/JavascriptFileService.d.ts +4 -0
  928. package/dist/types/service/JavascriptFileService.d.ts.map +1 -0
  929. package/dist/types/service/ModelService.d.ts +68 -0
  930. package/dist/types/service/ModelService.d.ts.map +1 -0
  931. package/dist/types/service/ProjectService.d.ts +16 -0
  932. package/dist/types/service/ProjectService.d.ts.map +1 -0
  933. package/dist/types/service/SavedDataSetService.d.ts +22 -0
  934. package/dist/types/service/SavedDataSetService.d.ts.map +1 -0
  935. package/dist/types/service/constants.d.ts +3 -0
  936. package/dist/types/service/constants.d.ts.map +1 -0
  937. package/dist/types/service/envHelperService.d.ts +5 -0
  938. package/dist/types/service/envHelperService.d.ts.map +1 -0
  939. package/dist/types/service/variableHelperService.d.ts +6 -0
  940. package/dist/types/service/variableHelperService.d.ts.map +1 -0
  941. package/dist/types/shims/react-dom-shim.d.ts +17 -0
  942. package/dist/types/shims/react-dom-shim.d.ts.map +1 -0
  943. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
  944. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts.map +1 -1
  945. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.d.ts +10 -0
  946. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.d.ts.map +1 -0
  947. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.styles.d.ts +6 -0
  948. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.styles.d.ts.map +1 -0
  949. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.d.ts +11 -0
  950. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.d.ts.map +1 -0
  951. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.styles.d.ts +6 -0
  952. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.styles.d.ts.map +1 -0
  953. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts +16 -0
  954. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts.map +1 -0
  955. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.d.ts +6 -0
  956. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.d.ts.map +1 -0
  957. package/dist/types/src/features/LSCGuidelinesCart/LearningManagementWrapper.d.ts +19 -0
  958. package/dist/types/src/features/LSCGuidelinesCart/LearningManagementWrapper.d.ts.map +1 -0
  959. package/dist/types/src/features/LSCGuidelinesCart/api.d.ts +4 -0
  960. package/dist/types/src/features/LSCGuidelinesCart/api.d.ts.map +1 -0
  961. package/dist/types/src/features/LSCGuidelinesCart/endpoints.d.ts +5 -0
  962. package/dist/types/src/features/LSCGuidelinesCart/endpoints.d.ts.map +1 -0
  963. package/dist/types/src/features/LSCGuidelinesCart/interfacesApi.d.ts +25 -0
  964. package/dist/types/src/features/LSCGuidelinesCart/interfacesApi.d.ts.map +1 -0
  965. package/dist/types/src/features/LSCGuidelinesCart/transformSelectedGuidelineData.d.ts +18 -0
  966. package/dist/types/src/features/LSCGuidelinesCart/transformSelectedGuidelineData.d.ts.map +1 -0
  967. package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -1
  968. package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -1
  969. package/dist/types/src/features/LearningManagement/components/InstantLearningModalDynamic.d.ts.map +1 -1
  970. package/dist/types/src/features/LearningManagement/utils/learningMetadataUtils.d.ts.map +1 -1
  971. package/dist/types/src/routes/ErrorBoundary.d.ts +22 -0
  972. package/dist/types/src/routes/ErrorBoundary.d.ts.map +1 -0
  973. package/dist/types/src/routes/Routes.d.ts +3 -0
  974. package/dist/types/src/routes/Routes.d.ts.map +1 -0
  975. package/dist/types/theme.d.ts +4 -0
  976. package/dist/types/theme.d.ts.map +1 -0
  977. package/dist/types/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +23 -0
  978. package/dist/types/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +1 -0
  979. package/dist/types/userProvidedConfig.d.ts +8 -0
  980. package/dist/types/userProvidedConfig.d.ts.map +1 -0
  981. package/dist/types/utils/CustomSkeleton.d.ts +3 -0
  982. package/dist/types/utils/CustomSkeleton.d.ts.map +1 -0
  983. package/dist/types/utils/SkeletonLoader.d.ts +8 -0
  984. package/dist/types/utils/SkeletonLoader.d.ts.map +1 -0
  985. package/dist/types/utils/agentGenieAPI.d.ts +21 -0
  986. package/dist/types/utils/agentGenieAPI.d.ts.map +1 -0
  987. package/dist/types/utils/api.d.ts +2 -0
  988. package/dist/types/utils/api.d.ts.map +1 -0
  989. package/dist/types/utils/bookGenieAPI.d.ts +14 -0
  990. package/dist/types/utils/bookGenieAPI.d.ts.map +1 -0
  991. package/dist/types/utils/codeCitations.utils.d.ts +2 -0
  992. package/dist/types/utils/codeCitations.utils.d.ts.map +1 -0
  993. package/dist/types/utils/colors.d.ts +5 -0
  994. package/dist/types/utils/colors.d.ts.map +1 -0
  995. package/dist/types/utils/date.d.ts +8 -0
  996. package/dist/types/utils/date.d.ts.map +1 -0
  997. package/dist/types/utils/helperFunctions.d.ts +2 -0
  998. package/dist/types/utils/helperFunctions.d.ts.map +1 -0
  999. package/dist/types/utils/instantLearning.utils.d.ts +3 -0
  1000. package/dist/types/utils/instantLearning.utils.d.ts.map +1 -0
  1001. package/dist/types/utils/instantLearningAPI.d.ts +21 -0
  1002. package/dist/types/utils/instantLearningAPI.d.ts.map +1 -0
  1003. package/dist/types/utils/payloadParsers.d.ts +16 -0
  1004. package/dist/types/utils/payloadParsers.d.ts.map +1 -0
  1005. package/dist/types/utils/recommendationParser.d.ts +22 -0
  1006. package/dist/types/utils/recommendationParser.d.ts.map +1 -0
  1007. package/dist/types/utils/regexHelperService.d.ts +9 -0
  1008. package/dist/types/utils/regexHelperService.d.ts.map +1 -0
  1009. package/dist/types/utils/urlQueryParamService.d.ts +2 -0
  1010. package/dist/types/utils/urlQueryParamService.d.ts.map +1 -0
  1011. package/dist/types/utils/variableHelperService.d.ts +7 -0
  1012. package/dist/types/utils/variableHelperService.d.ts.map +1 -0
  1013. package/dist/types/utils/variantParser.d.ts +14 -0
  1014. package/dist/types/utils/variantParser.d.ts.map +1 -0
  1015. package/package.json +1 -1
@@ -0,0 +1,13 @@
1
+ import { SchemaRoot } from './types';
2
+ /**
3
+ * Fixture matching `teachMeConfig.learningMetadataComponents`. Used by
4
+ * `SchemaDrivenCreateRule` whenever the real config hasn't been fetched yet
5
+ * (e.g. local development), so the renderer is always previewable. Edit
6
+ * this to try out new fields/components without touching any backend config.
7
+ *
8
+ * `section_2` nests its `VariantListWrapper` inside an `Accordion` —
9
+ * `VariantListWrapper` has no collapse behavior of its own, so the parent
10
+ * `Accordion` is what gives the "Variants" block its dropdown.
11
+ */
12
+ export declare const DEMO_LEARNING_METADATA_COMPONENTS: SchemaRoot;
13
+ //# sourceMappingURL=demoSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demoSchema.d.ts","sourceRoot":"","sources":["../../../src/schema-driven/demoSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,iCAAiC,EAAE,UAiI/C,CAAC"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ /**
3
+ * True only inside the schema-driven (dynamic form) renderer tree. Registry
4
+ * components are also mounted directly by the legacy CreateRule flow — which has
5
+ * no schema node and therefore no way to set `parent_edit` — so they need to be
6
+ * able to tell the two mounts apart.
7
+ */
8
+ export declare const DynamicFormContext: React.Context<boolean>;
9
+ export declare const useIsDynamicForm: () => boolean;
10
+ /**
11
+ * Resolves whether the combined ("one Edit per section/variant") UX is on:
12
+ *
13
+ * - dynamic form → the schema decides, via `parent_edit: true`
14
+ * - legacy form → there is no schema flag, so the new UI itself decides:
15
+ * `backwardCompatibility === false` means new UI means combined edit
16
+ */
17
+ export declare function useParentEditEnabled(schema?: any): boolean;
18
+ //# sourceMappingURL=useParentEditEnabled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useParentEditEnabled.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/hooks/useParentEditEnabled.ts"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,wBAA6B,CAAC;AAE7D,eAAO,MAAM,gBAAgB,eAAuC,CAAC;AAErE;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,CAAC,EAAE,GAAG,GAAG,OAAO,CAM1D"}
@@ -0,0 +1,34 @@
1
+ /** True if this subtree contains a repeatable-variant wrapper — such sections are
2
+ * owned by VariantListField's per-variant session, never by a section-level one. */
3
+ export declare const sectionHasVariantWrapper: (properties?: Record<string, any>) => boolean;
4
+ export interface SectionLeaf {
5
+ propKey: string;
6
+ node: any;
7
+ cleanKey: string;
8
+ }
9
+ /**
10
+ * Editable global leaves under a section (skips hidden, read-only and variant subtrees).
11
+ * In the edit flow, `read_only_in_edit_flow` leaves are skipped too: they are frozen,
12
+ * so they must never join a draft or the combined Save message. Pass `uiState` for
13
+ * that gate — without it the flow is unknown and nothing is treated as frozen.
14
+ */
15
+ export declare const collectSectionLeaves: (properties?: Record<string, any>, uiState?: any) => SectionLeaf[];
16
+ /**
17
+ * Section-level equivalent of useVariantEditSession: one "Edit" opens a draft over
18
+ * every editable leaf in the section, and Save sends ONE combined chat message.
19
+ * Used by the generic `Accordion` primitive so config-authored global sections
20
+ * (e.g. "Instruction Setup") get the same revamped UX as the variant accordions,
21
+ * instead of each field carrying its own pencil.
22
+ */
23
+ export declare function useSectionEditSession(sectionId: string, properties: any, uiState: any): {
24
+ leaves: SectionLeaf[];
25
+ isEditing: boolean;
26
+ isEmpty: boolean;
27
+ isPending: boolean;
28
+ isSaveDisabled: boolean;
29
+ start: () => void;
30
+ cancel: () => void;
31
+ save: () => void;
32
+ childOverrides: Record<string, any>;
33
+ };
34
+ //# sourceMappingURL=useSectionEditSession.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSectionEditSession.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/hooks/useSectionEditSession.ts"],"names":[],"mappings":"AAYA;qFACqF;AACrF,eAAO,MAAM,wBAAwB,gBAAgB,OAAO,MAAM,EAAE,GAAG,CAAC,KAAQ,OAG7E,CAAC;AAEJ,MAAM,WAAW,WAAW;IAAG,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,GAAG,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE;AAE7E;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,gBAAgB,OAAO,MAAM,EAAE,GAAG,CAAC,YAAiB,GAAG,KAAG,WAAW,EAcrG,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG;;;;;;;;;;EAqIrF"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { SchemaComponentProps } from '../types';
3
+ /**
4
+ * Generic, reusable collapsible container. Registered as `bpa_ui_component: "Accordion"`.
5
+ * Any schema node with nested `properties` and this component name renders its
6
+ * children inside a togglable section — no per-field knowledge required.
7
+ *
8
+ * With `parent_edit: true` on the section node, its editable leaves are drafted
9
+ * together behind ONE "Edit" (header top-right, with ghost Save/Cancel) and the children
10
+ * drop their own inline pencils — matching the variant accordions. The action reads
11
+ * "Add" while every leaf in the section is still empty. Without the flag
12
+ * the section stays a plain collapsible and each field keeps its own inline edit.
13
+ * Sections holding a variant wrapper are always excluded: those belong to
14
+ * VariantListField's own per-variant session.
15
+ *
16
+ * Outside the dynamic form there is no schema node to carry the flag, so the gate
17
+ * falls back to `backwardCompatibility === false` — see useParentEditEnabled.
18
+ */
19
+ declare const Accordion: React.FC<SchemaComponentProps>;
20
+ export default Accordion;
21
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/primitives/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAYhD;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgJ7C,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,28 @@
1
+ interface DynamicFormState {
2
+ globalData: Record<string, any>;
3
+ variantData: Record<string, Record<number, Record<string, any>>>;
4
+ globalReasoning: Record<string, string>;
5
+ variantReasoning: Record<string, Record<number, Record<string, string>>>;
6
+ globalMirage: Record<string, any>;
7
+ variantMirage: Record<string, Record<number, Record<string, any>>>;
8
+ setGlobalField: (key: string, value: any) => void;
9
+ setVariantField: (tierKey: string, variantIndex: number, key: string, value: any) => void;
10
+ setGlobalReasoning: (key: string, raw: string) => void;
11
+ setVariantReasoning: (tierKey: string, variantIndex: number, key: string, raw: string) => void;
12
+ setGlobalMirage: (key: string, value: any) => void;
13
+ setVariantMirage: (tierKey: string, variantIndex: number, key: string, value: any) => void;
14
+ getGlobalField: (key: string) => any;
15
+ getVariantField: (tierKey: string, variantIndex: number, key: string) => any;
16
+ getGlobalReasoning: (key: string) => string | undefined;
17
+ getVariantReasoning: (tierKey: string, variantIndex: number, key: string) => string | undefined;
18
+ getGlobalMirage: (key: string) => any;
19
+ getVariantMirage: (tierKey: string, variantIndex: number, key: string) => any;
20
+ mergeVariantSlot: (tierKey: string, variantIndex: number, data: Record<string, any>, reasoning?: Record<string, string>) => void;
21
+ resetVariantSlots: (tierKey: string) => void;
22
+ clearAllMirages: () => void;
23
+ initializeStore: (globalData: Record<string, any>, variantData?: any) => void;
24
+ resetStore: () => void;
25
+ }
26
+ export declare const useDynamicFormStore: import("zustand").UseBoundStore<import("zustand").StoreApi<DynamicFormState>>;
27
+ export {};
28
+ //# sourceMappingURL=useDynamicFormStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDynamicFormStore.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/store/useDynamicFormStore.ts"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACxB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAChC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;IAIjE,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAIzE,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;IAGnE,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAClD,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC1F,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,mBAAmB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAG/F,eAAe,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,gBAAgB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAG3F,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IACrC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IAC7E,kBAAkB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACxD,mBAAmB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IAGhG,eAAe,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IACtC,gBAAgB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,GAAG,CAAC;IAO9E,gBAAgB,EAAE,CAChB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAC/B,IAAI,CAAC;IAYV,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAG7C,eAAe,EAAE,MAAM,IAAI,CAAC;IAK5B,eAAe,EAAE,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,WAAW,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAG9E,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,mBAAmB,+EAsH7B,CAAC"}
@@ -0,0 +1,81 @@
1
+ import React from 'react';
2
+ /**
3
+ * Shape of a single node in the `learningMetadataComponents` JSON schema.
4
+ * Mirrors `LMSMetadataField` (useLMSConfigStore) plus the `data_key` field,
5
+ * which is reserved for the upcoming state-binding phase.
6
+ */
7
+ export interface SchemaFieldNode {
8
+ type?: 'string' | 'array' | 'object' | 'boolean';
9
+ title?: string;
10
+ placeholder?: string;
11
+ tooltip?: string;
12
+ description?: string;
13
+ /** Optional helper copy rendered under the field's title in the UI — the schema
14
+ * equivalent of the hardcoded `wtaInformation` / `ruleDescriptionInformation`
15
+ * strings the non-dynamic templates read from their renderer config. Every
16
+ * registry component receives this via BPARenderer. */
17
+ subtitle?: string;
18
+ ui_position?: number;
19
+ bpa_ui_component?: string;
20
+ data_key?: string;
21
+ options?: {
22
+ label: string;
23
+ value: string;
24
+ parentValue?: string;
25
+ }[];
26
+ enum?: Array<string | {
27
+ label: string;
28
+ value: string;
29
+ parentValue?: string;
30
+ }>;
31
+ dynamic_options_key?: string;
32
+ depends_on_global_key?: string;
33
+ core_field?: boolean;
34
+ ui_only?: boolean;
35
+ ai_generated?: boolean;
36
+ is_required?: boolean;
37
+ read_only?: boolean;
38
+ /** Frozen-after-creation flag (defaults to false). In the EDIT flow the field can
39
+ * never be opened for editing — not even inside a parent edit session — while it
40
+ * stays fully editable during creation. On a wrapper node it freezes the whole
41
+ * subtree and removes that section's Edit button. See utils/editLock.ts. */
42
+ read_only_in_edit_flow?: boolean;
43
+ hidden?: boolean;
44
+ default_open?: boolean;
45
+ is_repeatable_variant?: boolean;
46
+ /** Variant wrapper only: set false to hide the "Variant N" pill in each variant
47
+ * accordion header. Defaults to true (pill shown). */
48
+ show_variant_pill?: boolean;
49
+ /** Section-level editing. On an `Accordion` or `VariantListWrapper` node, the
50
+ * section's fields are drafted together behind ONE Edit (with a single combined
51
+ * Save) and their individual inline pencils are suppressed. Omit it to keep
52
+ * per-field inline editing. */
53
+ parent_edit?: boolean;
54
+ group_edit?: boolean;
55
+ group_title?: string;
56
+ properties?: Record<string, SchemaFieldNode>;
57
+ }
58
+ /** Root shape of `learningMetadataComponents` itself. */
59
+ export interface SchemaRoot {
60
+ type?: string;
61
+ title?: string;
62
+ properties?: Record<string, SchemaFieldNode>;
63
+ }
64
+ /**
65
+ * Uniform prop contract every registry-resolved component must accept.
66
+ * Container components (`isContainer: true` in the registry) receive the
67
+ * recursively rendered subtree as `children`; leaf components ignore it.
68
+ */
69
+ export interface SchemaComponentProps {
70
+ id?: string;
71
+ schema: SchemaFieldNode;
72
+ value?: any;
73
+ onChange?: (val: any) => void;
74
+ readOnly?: boolean;
75
+ errorMessage?: string;
76
+ isAiStreaming?: boolean;
77
+ children?: React.ReactNode;
78
+ title?: string;
79
+ [key: string]: any;
80
+ }
81
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/schema-driven/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;4DAGwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAMlB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACnE,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAG9E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;iFAG6E;IAC7E,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;2DACuD;IACvD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;oCAGgC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;CAC9C;AAED,yDAAyD;AACzD,MAAM,WAAW,UAAU;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,eAAe,CAAC;IACxB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB"}
@@ -0,0 +1,82 @@
1
+ /**
2
+ * A core leaf's value may arrive under a looser name than the property key:
3
+ * - from the AI's `updated_fields` (e.g. `title` for `rule_title`), or
4
+ * - from the rule-fetch API on load, which uses its own fixed field names
5
+ * (`ruleTitle`, `description`, `whenToApply`, `whenNotToApply`).
6
+ * Read those aliases without changing the canonical wire key we emit. Keys here
7
+ * are the conventional property keys; a schema using different keys would extend this.
8
+ * Shared by `applyResponseToStore` (store hydration) and `buildFieldLabelMap`
9
+ * (chat labels) so both resolve the AI's key names the same way.
10
+ */
11
+ export declare const CORE_KEY_ALIASES: Record<string, string[]>;
12
+ /**
13
+ * Build the AI-key → user-facing-label map for the schema-driven flow.
14
+ *
15
+ * The C.A.R.E. response echoes schema PROPERTY KEYS (or their `CORE_KEY_ALIASES`)
16
+ * in `updated_fields` / `identified_fields`. The chat renderer must label those
17
+ * with the same title the RHS form shows, and the JSON owns that title
18
+ * (`rule_title` → "Template Title", `rule_description` → "Template Goal", …),
19
+ * so it is derived here instead of being hardcoded in the renderer.
20
+ *
21
+ * Every leaf that carries a `title` contributes an entry under its property key
22
+ * plus each of its aliases, so `title`, `rule_title` and `ruleTitle` all resolve
23
+ * to the same label. Only the schema-driven modal passes this map down; the
24
+ * legacy flow keeps the renderer's built-in defaults.
25
+ */
26
+ export declare const buildFieldLabelMap: (jsonSchema: any) => Record<string, string>;
27
+ export declare const generatePayloadFromSchema: (jsonSchema: any, tierKey: string, variantIndex: number) => {
28
+ rootPayload: any;
29
+ learningMetadata: {
30
+ properties: any;
31
+ required: string[];
32
+ };
33
+ variantScopedMetadataKeys: string[];
34
+ };
35
+ /**
36
+ * The ruleset id the SCHEMA selects, or null when it doesn't select one.
37
+ *
38
+ * The dynamic store holds a dropdown's `value` (e.g. `weekly_digest`), never the
39
+ * backing id — that travels on the option itself (`{ id, label, value }`, from
40
+ * `dynamicOptions` or from inline JSON options that carry an `id`). So: find the
41
+ * `ruleset_id`/`scope_id` leaf, read its store value, and return the id of the
42
+ * option currently selected in it.
43
+ *
44
+ * Null means "the schema has no opinion" and the caller keeps whatever ruleset
45
+ * it already used — that's the case for a schema without such a leaf, nothing
46
+ * picked yet, or an option without an id. Only GLOBAL store values are read: a
47
+ * ruleset is a per-template choice, not a per-variant one.
48
+ */
49
+ export declare const resolveSchemaRuleSetId: (jsonSchema: any, dynamicOptions?: Record<string, any>) => string | null;
50
+ /**
51
+ * Walks `learningMetadataComponents` and checks every `is_required: true` leaf
52
+ * has a filled value in the dynamic store — global leaves once, variant leaves
53
+ * once per tier/variantIndex pair in `tierVariantMap` (mirrors the tier/variant
54
+ * enumeration `configData` already tracks elsewhere in the modal).
55
+ */
56
+ export declare const areRequiredFieldsFilled: (jsonSchema: any, tierVariantMap: Map<string, Map<number, any>>) => boolean;
57
+ /**
58
+ * Write an AI/C.A.R.E. response back into the dynamic store.
59
+ *
60
+ * The AI echoes the same PROPERTY KEYS we sent in `ui_state` (e.g. `rule_title`,
61
+ * `wta`). For every schema leaf whose property key is present in `response`, we
62
+ * write the value into the store slot (`data_key`) the field reads from — so the
63
+ * RHS re-renders with the AI's value and the next payload build reflects it.
64
+ * String-typed fields that carry a list (wta/wnta) may arrive as an array; we
65
+ * join those to a single `\n`-separated string to match the store's string shape.
66
+ *
67
+ * Where each key is read depends on where the writer put it (symmetry with
68
+ * `generatePayloadFromSchema`):
69
+ * - core_field leaves → top level of `response` (e.g. `response.wta`).
70
+ * - non-core (learning_metadata) → under `response.learning_metadata.properties`.
71
+ * For non-core we also tolerate older shapes on load/edit: a flat
72
+ * `learning_metadata[propKey]`, or the legacy `{ type, title, value }` wrapper.
73
+ *
74
+ * Pass `tierKey`/`variantIndex` to hydrate a specific variant; omit them for the
75
+ * global (non-variant) flow. `read_only` and `ui_only` leaves are never written
76
+ * (host-owned values like Category/Sub-Category must survive the round-trip).
77
+ */
78
+ export declare const applyResponseToStore: (jsonSchema: any, response: Record<string, any> | null | undefined, tierKey?: string, variantIndex?: number, options?: {
79
+ hydrateAll?: boolean;
80
+ variantOnly?: boolean;
81
+ }) => void;
82
+ //# sourceMappingURL=PayloadUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PayloadUtils.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/utils/PayloadUtils.ts"],"names":[],"mappings":"AAgCA;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAKrD,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,kBAAkB,eAAgB,GAAG,KAAG,OAAO,MAAM,EAAE,MAAM,CAkBzE,CAAC;AAEF,eAAO,MAAM,yBAAyB,eAAgB,GAAG,WAAW,MAAM,gBAAgB,MAAM;;;;;;;CAoE/F,CAAC;AAuCF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,sBAAsB,eACrB,GAAG,mBACE,OAAO,MAAM,EAAE,GAAG,CAAC,KACnC,MAAM,GAAG,IAWX,CAAC;AAQF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,eACtB,GAAG,kBACC,IAAI,MAAM,EAAE,IAAI,MAAM,EAAE,GAAG,CAAC,CAAC,KAC5C,OAgCF,CAAC;AACF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,oBAAoB,eACnB,GAAG,YACL,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,GAAG,SAAS,YACtC,MAAM,iBACD,MAAM,YAOX;IAAE,UAAU,CAAC,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,CAAA;CAAE,SAsF1D,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const stripAiReasoning: (value: string) => {
2
+ clean: string;
3
+ raw: string | null;
4
+ };
5
+ //# sourceMappingURL=aiReasoning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiReasoning.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/utils/aiReasoning.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,UAAW,MAAM,KAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CAGnF,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface ConditionItem {
2
+ id: string;
3
+ text: string;
4
+ reasoning?: string;
5
+ }
6
+ export declare const hasMeaningfulText: (text?: string | null) => boolean;
7
+ export declare const splitConditions: (raw: string, keyPrefix: string) => ConditionItem[];
8
+ //# sourceMappingURL=conditionText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conditionText.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/utils/conditionText.ts"],"names":[],"mappings":"AAcA,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAID,eAAO,MAAM,iBAAiB,UAAW,MAAM,GAAG,IAAI,YAAwC,CAAC;AAM/F,eAAO,MAAM,eAAe,QAAS,MAAM,aAAa,MAAM,KAAG,aAAa,EAUS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { SchemaFieldNode } from '../types';
2
+ /**
3
+ * `read_only_in_edit_flow` — schema-authored, defaults to false.
4
+ *
5
+ * A field carrying it is frozen once the rule exists: in the EDIT flow it can
6
+ * never be opened for editing, not even inside a parent edit session. It stays
7
+ * fully editable while the rule is being created.
8
+ *
9
+ * On a wrapper node (Accordion / VariantListWrapper) the flag freezes the whole
10
+ * subtree and removes the section's own Edit button. A wrapper whose every
11
+ * editable leaf is frozen loses its Edit button too — there would be nothing
12
+ * left to edit behind it.
13
+ */
14
+ export declare const LOCKED_IN_EDIT_FLOW_TOOLTIP = "This field is locked and cannot be changed after it has been created.";
15
+ /** The modal reports the flow through `uiState.usedFor` ('Edit' | 'Create'). */
16
+ export declare const isEditFlow: (uiState?: any) => boolean;
17
+ /** True when this specific node is frozen for the current flow. */
18
+ export declare const isNodeLocked: (node?: any, uiState?: any) => boolean;
19
+ /**
20
+ * Editable (non-hidden, non-`read_only`) leaves under `properties`, paired with
21
+ * whether each one is frozen. Variant subtrees are skipped — those belong to
22
+ * VariantListField's own per-variant session, exactly like collectSectionLeaves.
23
+ */
24
+ export declare const collectLockableLeaves: (properties?: Record<string, SchemaFieldNode>, uiState?: any) => {
25
+ node: any;
26
+ locked: boolean;
27
+ }[];
28
+ /**
29
+ * Whether a wrapper should hide its Edit button in the edit flow: either the
30
+ * wrapper itself is frozen, or every editable leaf beneath it is.
31
+ */
32
+ export declare const isWrapperEditLocked: (schema?: any, uiState?: any) => boolean;
33
+ /**
34
+ * Overrides that freeze every descendant leaf of a wrapper whose own
35
+ * `read_only_in_edit_flow` is set — the flag on a container applies to its whole
36
+ * subtree, including leaves that don't carry it themselves.
37
+ */
38
+ export declare const buildLockedSubtreeOverrides: (properties?: Record<string, SchemaFieldNode>) => Record<string, any>;
39
+ //# sourceMappingURL=editLock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editLock.d.ts","sourceRoot":"","sources":["../../../../src/schema-driven/utils/editLock.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE3C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,2BAA2B,0EACiC,CAAC;AAE1E,gFAAgF;AAChF,eAAO,MAAM,UAAU,aAAc,GAAG,KAAG,OAAsC,CAAC;AAElF,mEAAmE;AACnE,eAAO,MAAM,YAAY,UAAW,GAAG,YAAY,GAAG,KAAG,OACK,CAAC;AAK/D;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,gBACpB,OAAO,MAAM,EAAE,eAAe,CAAC,YACjC,GAAG,KACZ;IAAE,IAAI,EAAE,GAAG,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAE,EAYhC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,YAAa,GAAG,YAAY,GAAG,KAAG,OAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,gBAC1B,OAAO,MAAM,EAAE,eAAe,CAAC,KAC1C,OAAO,MAAM,EAAE,GAAG,CAiBpB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { AxiosInstance } from 'axios';
2
+ export declare class API {
3
+ api: AxiosInstance;
4
+ constructor();
5
+ }
6
+ //# sourceMappingURL=API.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"API.d.ts","sourceRoot":"","sources":["../../../src/service/API.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAiB,MAAM,OAAO,CAAC;AAMrD,qBAAa,GAAG;IACZ,GAAG,EAAE,aAAa,CAAC;;CAkBtB"}
@@ -0,0 +1,73 @@
1
+ import { AxiosResponse, Canceler } from 'axios';
2
+ import { API } from './API';
3
+ import { DataSetCollectionQueryParams, IDataQueryParams, IDataResponse, IUniqueLabelAndPrediction, IUniqueLabelAndPredictionResponse } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/data';
4
+ import { ICollectionQueryParams, ICollectionsResponse } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/collections';
5
+ import { ITagsResponse } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/tags';
6
+ export type IModelCollectionCheckpointFileDataReqPayloadForAddModelCollectionScenario = {
7
+ description: string;
8
+ name: string;
9
+ isDefaultCheckpoint: boolean;
10
+ files: {
11
+ models: {
12
+ description: string;
13
+ name: string[];
14
+ };
15
+ additionalFiles: {
16
+ name: string[];
17
+ description: string;
18
+ }[];
19
+ };
20
+ };
21
+ export interface IModelCollectionPostReqPayload {
22
+ parentCheckpointFile: File | null;
23
+ childCheckpointFilesForModel: File[] | null;
24
+ childCheckpointFilesForAdditionalFiles: File[] | null;
25
+ model: string;
26
+ modelDescription: string;
27
+ hyperParameter: string;
28
+ trainingDataDirectory: string[];
29
+ modelArchitecture: string;
30
+ startCheckpoint: string;
31
+ version: string;
32
+ tags: string[];
33
+ numberOfLayersToFreeze?: number;
34
+ parentCheckpointFileData: IModelCollectionCheckpointFileDataReqPayloadForAddModelCollectionScenario | null;
35
+ defaultDataSetCollectionId?: string;
36
+ }
37
+ export type AddResourceToDataSetCollectionAPIRequestPayload = {
38
+ dataSetCollectionIds: string[];
39
+ resourceIds?: string[];
40
+ addToDataSetCollectionQueryParams?: DataSetCollectionQueryParams;
41
+ };
42
+ export type AddResourceToDataSetCollectionAPIResponse = null;
43
+ type getDataApiConfigType = {
44
+ onGettingCancelApiFunction?: (cancelApiFunction: Canceler) => void;
45
+ };
46
+ declare class DataService extends API {
47
+ getData(data: IDataQueryParams, config?: getDataApiConfigType): Promise<AxiosResponse<IDataResponse>>;
48
+ getCollections(data: ICollectionQueryParams): Promise<AxiosResponse<ICollectionsResponse>>;
49
+ getTags(modelId: string, status?: string, value?: string, limit?: number): Promise<AxiosResponse<ITagsResponse>>;
50
+ getUniqueLabelsAndPredictions(data: IUniqueLabelAndPrediction): Promise<AxiosResponse<IUniqueLabelAndPredictionResponse>>;
51
+ }
52
+ export type collectionMetricsFromAiModelTestResultCSVApiResponse = {
53
+ F1: number;
54
+ Precision: number;
55
+ Recall: number;
56
+ integrityFrequency: number;
57
+ 'Average IoU': number;
58
+ 'Mean Average Precision': number;
59
+ Labels: {
60
+ [label: string]: {
61
+ F1: number;
62
+ Precision: number;
63
+ Recall: number;
64
+ IntegrityAccuracy?: number;
65
+ integrityFrequency: number;
66
+ 'Average IoU': number;
67
+ 'Mean Average Precision': number;
68
+ };
69
+ };
70
+ };
71
+ declare const _default: DataService;
72
+ export default _default;
73
+ //# sourceMappingURL=DataService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataService.d.ts","sourceRoot":"","sources":["../../../src/service/DataService.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,aAAa,EAAE,yBAAyB,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AACnN,OAAO,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,6EAA6E,CAAC;AAC3I,OAAO,EAAE,aAAa,EAAE,MAAM,sEAAsE,CAAC;AAcrG,MAAM,MAAM,yEAAyE,GAAG;IACpF,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB,EAAE,OAAO,CAAC;IAC7B,KAAK,EAAE;QACH,MAAM,EAAE;YACJ,WAAW,EAAE,MAAM,CAAC;YACpB,IAAI,EAAE,MAAM,EAAE,CAAC;SAClB,CAAC;QACF,eAAe,EAAE;YACf,IAAI,EAAE,MAAM,EAAE,CAAC;YACf,WAAW,EAAE,MAAM,CAAA;SACpB,EAAE,CAAA;KACN,CAAA;CACF,CAAA;AAEH,MAAM,WAAW,8BAA8B;IAC3C,oBAAoB,EAAE,IAAI,GAAG,IAAI,CAAC;IAClC,4BAA4B,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IAC5C,sCAAsC,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAEhB,IAAI,EAAC,MAAM,EAAE,CAAA;IAEb,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAMhC,wBAAwB,EAAE,yEAAyE,GAAG,IAAI,CAAA;IAE1G,0BAA0B,CAAC,EAAE,MAAM,CAAA;CACtC;AAED,MAAM,MAAM,+CAA+C,GAAG;IAC1D,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,iCAAiC,CAAC,EAAE,4BAA4B,CAAC;CACpE,CAAC;AAOF,MAAM,MAAM,yCAAyC,GAAG,IAAI,CAAC;AAE7D,KAAK,oBAAoB,GAAG;IACxB,0BAA0B,CAAC,EAAE,CAAC,iBAAiB,EAAE,QAAQ,KAAG,IAAI,CAAA;CACnE,CAAA;AAED,cAAM,WAAY,SAAQ,GAAG;IAGzB,OAAO,CAAC,IAAI,EAAE,gBAAgB,EAAE,MAAM,GAAE,oBAAyB,GAAG,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAyCzG,cAAc,CAAC,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAAC;IAU1F,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;IAIhH,6BAA6B,CAAC,IAAI,EAAE,yBAAyB,GAAG,OAAO,CAAC,aAAa,CAAC,iCAAiC,CAAC,CAAC;CAI5H;AAGD,MAAM,MAAM,oDAAoD,GAAG;IAC/D,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,wBAAwB,EAAE,MAAM,CAAC;IACjC,MAAM,EAAE;QACJ,CAAC,KAAK,EAAE,MAAM,GAAG;YACb,EAAE,EAAE,MAAM,CAAC;YACX,SAAS,EAAE,MAAM,CAAC;YAClB,MAAM,EAAE,MAAM,CAAC;YACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;YAC3B,kBAAkB,EAAE,MAAM,CAAC;YAC3B,aAAa,EAAE,MAAM,CAAC;YACtB,wBAAwB,EAAE,MAAM,CAAC;SACpC,CAAC;KACL,CAAC;CACL,CAAA;;AAED,wBAAiC"}
@@ -0,0 +1,61 @@
1
+ import { GoogleFilePickerCallbackFunctionType } from "../types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType";
2
+ /**
3
+ * Service class for interacting with the Google File Picker API.
4
+ */
5
+ export declare class GoogleFilePickerService {
6
+ private clientId;
7
+ private scopes;
8
+ private tokenClient;
9
+ private apiKey;
10
+ private appId;
11
+ private accessToken;
12
+ constructor(params: {
13
+ clientId: string;
14
+ apiKey: string;
15
+ appId: string;
16
+ scopes: string;
17
+ });
18
+ private setClientId;
19
+ private getClientId;
20
+ private setScopes;
21
+ private getScopes;
22
+ private setTokenClient;
23
+ private getTokenClient;
24
+ private setApiKey;
25
+ private getApiKey;
26
+ private setAppId;
27
+ private getAppId;
28
+ private getAccessToken;
29
+ private setAccessToken;
30
+ static loadAndExecuteGoogleFilePickerScripts(): Promise<void>;
31
+ /**
32
+ * Initializes the Google File Picker.
33
+ * @param params - The initialization parameters.
34
+ */
35
+ initializeGoogleFilePicker(params: {
36
+ googleFilePickerCallback: GoogleFilePickerCallbackFunctionType;
37
+ }): void;
38
+ /**
39
+ * Creates the file picker.
40
+ * @param pickerCallback - The callback function for the file picker.
41
+ */
42
+ private createPicker;
43
+ /**
44
+ * Fetches Google Drive file information from the file ID.
45
+ * @param googleFileId - The Google Drive file ID.
46
+ */
47
+ fetchGoogleDriveFileInfoFromFileId(googleFileId: string): Promise<void>;
48
+ /**
49
+ * Gets the file blob from the Google Drive file ID.
50
+ * @param googleFileId - The Google Drive file ID.
51
+ * @returns The file blob.
52
+ */
53
+ getFileBlobFromGoogleDriveFileId(googleFileId: string): Promise<Blob>;
54
+ /**
55
+ * Creates a URL from the file blob.
56
+ * @param blob - The file blob.
57
+ * @returns The URL created from the blob.
58
+ */
59
+ static createUrlFromBlob(blob: Blob): string;
60
+ }
61
+ //# sourceMappingURL=GoogleFilePickerService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleFilePickerService.d.ts","sourceRoot":"","sources":["../../../src/service/GoogleFilePickerService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAItH;;GAEG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAAc;IAC9B,OAAO,CAAC,MAAM,CAAc;IAC5B,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,MAAM,CAAc;IAC5B,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,WAAW,CAAc;gBAErB,MAAM,EAAE;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB;IAOD,OAAO,CAAC,WAAW;IAGnB,OAAO,CAAC,WAAW;IAGnB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,QAAQ;IAGhB,OAAO,CAAC,QAAQ;IAGhB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,cAAc;WAIT,qCAAqC;IAuBlD;;;OAGG;IACH,0BAA0B,CAAC,MAAM,EAAE;QACjC,wBAAwB,EAAE,oCAAoC,CAAC;KAChE;IAqDD;;;OAGG;IACH,OAAO,CAAC,YAAY;IA0BpB;;;OAGG;IACG,kCAAkC,CAAC,YAAY,EAAE,MAAM;IAU7D;;;;OAIG;IACG,gCAAgC,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAe3E;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;CAG7C"}
@@ -0,0 +1,20 @@
1
+ export interface PublishAgenticFeedbackParams {
2
+ baseUrl: string;
3
+ organizationName: string;
4
+ chatAssistantName?: string;
5
+ payload: any;
6
+ additionalHeaders?: Record<string, string>;
7
+ }
8
+ /**
9
+ * The `ok`/`status`/`statusText` subset of `Response` that callers of this
10
+ * service actually read. Kept so the switch from `fetch` to the shared axios
11
+ * instance did not have to touch all 15 call sites.
12
+ */
13
+ export interface PublishAgenticFeedbackResult {
14
+ ok: boolean;
15
+ status: number;
16
+ statusText: string;
17
+ data: any;
18
+ }
19
+ export declare function publishAgenticFeedbackForVariantIngestion(params: PublishAgenticFeedbackParams): Promise<PublishAgenticFeedbackResult>;
20
+ //# sourceMappingURL=InstantLearningService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstantLearningService.d.ts","sourceRoot":"","sources":["../../../src/service/InstantLearningService.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,4BAA4B;IACzC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,GAAG,CAAC;IACb,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,GAAG,CAAC;CACb;AAED,wBAAsB,yCAAyC,CAC3D,MAAM,EAAE,4BAA4B,GACrC,OAAO,CAAC,4BAA4B,CAAC,CA8BvC"}
@@ -0,0 +1,4 @@
1
+ export declare class JavascriptFileService {
2
+ static loadAndExecuteScript(url: string): Promise<void>;
3
+ }
4
+ //# sourceMappingURL=JavascriptFileService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JavascriptFileService.d.ts","sourceRoot":"","sources":["../../../src/service/JavascriptFileService.ts"],"names":[],"mappings":"AAAA,qBAAa,qBAAqB;WACnB,oBAAoB,CAAC,GAAG,EAAE,MAAM;CAuB9C"}