@e-llm-studio/instant-learning 0.0.74 → 0.0.76
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.
- package/dist/cjs/features/InstantLearning/InstantLearning.js +1 -1
- package/dist/cjs/features/InstantLearning/_components/ContextualChatComponent.js +2 -0
- package/dist/cjs/features/InstantLearning/_components/ContextualChatComponent.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/ContextualConflictDBCard.js +2 -0
- package/dist/cjs/features/InstantLearning/_components/ContextualConflictDBCard.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/ContextualLearningForm.js +2 -0
- package/dist/cjs/features/InstantLearning/_components/ContextualLearningForm.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/MinimizedThinkingSteps.js +1 -1
- package/dist/cjs/features/InstantLearning/_components/_svg/ArrowDown.js +1 -1
- package/dist/cjs/features/WtaWnta/WtaWnta.js +1 -1
- package/dist/cjs/features/WtaWnta/_components/AgentDetailsForm.js +1 -1
- package/dist/cjs/features/WtaWnta/_components/SimilarConflictingCard.js +1 -1
- package/dist/cjs/hooks/useExistingPromptCheck.js +2 -0
- package/dist/cjs/hooks/useExistingPromptCheck.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/Rating/Rating.js +1 -1
- package/dist/cjs/node_modules/@mui/material/Slider/useSlider.js +1 -1
- package/dist/cjs/node_modules/@mui/material/SpeedDial/SpeedDial.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/sparkles.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/sparkles.js.map +1 -1
- package/dist/cjs/utils/agentGenieAPI.js +2 -0
- package/dist/cjs/utils/agentGenieAPI.js.map +1 -0
- package/dist/cjs/utils/instantLearningAPI.js +2 -0
- package/dist/cjs/utils/instantLearningAPI.js.map +1 -0
- package/dist/features/InstantLearning/InstantLearning.js +1 -1
- package/dist/features/InstantLearning/_components/ContextualChatComponent.js +2 -0
- package/dist/features/InstantLearning/_components/ContextualChatComponent.js.map +1 -0
- package/dist/features/InstantLearning/_components/ContextualConflictDBCard.js +2 -0
- package/dist/features/InstantLearning/_components/ContextualConflictDBCard.js.map +1 -0
- package/dist/features/InstantLearning/_components/ContextualLearningForm.js +2 -0
- package/dist/features/InstantLearning/_components/ContextualLearningForm.js.map +1 -0
- package/dist/features/InstantLearning/_components/MinimizedThinkingSteps.js +1 -1
- package/dist/features/InstantLearning/_components/_svg/ArrowDown.js +1 -1
- package/dist/features/WtaWnta/WtaWnta.js +1 -1
- package/dist/features/WtaWnta/_components/AgentDetailsForm.js +1 -1
- package/dist/features/WtaWnta/_components/SimilarConflictingCard.js +1 -1
- package/dist/hooks/useExistingPromptCheck.js +2 -0
- package/dist/hooks/useExistingPromptCheck.js.map +1 -0
- package/dist/node_modules/@mui/material/Rating/Rating.js +1 -1
- package/dist/node_modules/@mui/material/Slider/useSlider.js +1 -1
- package/dist/node_modules/@mui/material/SpeedDial/SpeedDial.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/sparkles.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/sparkles.js.map +1 -1
- package/dist/types/src/features/InstantLearning/InstantLearning.d.ts +48 -1
- package/dist/types/src/features/InstantLearning/InstantLearning.d.ts.map +1 -1
- package/dist/{src/features/InstantLearning/_components/ChatComponent.d.ts → types/src/features/InstantLearning/_components/ContextualChatComponent.d.ts} +10 -4
- package/dist/types/src/features/InstantLearning/_components/ContextualChatComponent.d.ts.map +1 -0
- package/dist/{src/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts → types/src/features/InstantLearning/_components/ContextualConflictDBCard.d.ts} +4 -15
- package/dist/types/src/features/InstantLearning/_components/ContextualConflictDBCard.d.ts.map +1 -0
- package/dist/types/src/features/InstantLearning/_components/ContextualLearningForm.d.ts +43 -0
- package/dist/types/src/features/InstantLearning/_components/ContextualLearningForm.d.ts.map +1 -0
- package/dist/types/src/features/WtaWnta/WtaWnta.d.ts +3 -0
- package/dist/types/src/features/WtaWnta/WtaWnta.d.ts.map +1 -1
- package/dist/types/src/features/WtaWnta/_components/AgentDetailsForm.d.ts.map +1 -1
- package/dist/types/src/features/WtaWnta/_components/SimilarConflictingCard.d.ts +2 -0
- package/dist/types/src/features/WtaWnta/_components/SimilarConflictingCard.d.ts.map +1 -1
- package/dist/types/src/hooks/useExistingPromptCheck.d.ts +36 -0
- package/dist/types/src/hooks/useExistingPromptCheck.d.ts.map +1 -0
- package/dist/types/src/utils/agentGenieAPI.d.ts +15 -0
- package/dist/types/src/utils/agentGenieAPI.d.ts.map +1 -0
- package/dist/types/src/utils/instantLearningAPI.d.ts +13 -0
- package/dist/types/src/utils/instantLearningAPI.d.ts.map +1 -0
- package/dist/utils/agentGenieAPI.js +2 -0
- package/dist/utils/agentGenieAPI.js.map +1 -0
- package/dist/utils/instantLearningAPI.js +2 -0
- package/dist/utils/instantLearningAPI.js.map +1 -0
- package/package.json +136 -136
- package/dist/index.esm.js +0 -382
- package/dist/src/AccordianHeadTest.d.ts +0 -2
- package/dist/src/AccordianHeadTest.d.ts.map +0 -1
- package/dist/src/App.d.ts +0 -4
- package/dist/src/App.d.ts.map +0 -1
- package/dist/src/CodeCitationTest.d.ts +0 -3
- package/dist/src/CodeCitationTest.d.ts.map +0 -1
- package/dist/src/CommonComponents/AccordianHead/AccordianHead.d.ts +0 -9
- package/dist/src/CommonComponents/AccordianHead/AccordianHead.d.ts.map +0 -1
- package/dist/src/CommonComponents/CustomDropdown.d.ts +0 -11
- package/dist/src/CommonComponents/CustomDropdown.d.ts.map +0 -1
- package/dist/src/CommonComponents/GradientSparkleIcon.d.ts +0 -5
- package/dist/src/CommonComponents/GradientSparkleIcon.d.ts.map +0 -1
- package/dist/src/CommonComponents/HelloWorld.d.ts +0 -2
- package/dist/src/CommonComponents/HelloWorld.d.ts.map +0 -1
- package/dist/src/CommonComponents/NoTableData.d.ts +0 -6
- package/dist/src/CommonComponents/NoTableData.d.ts.map +0 -1
- package/dist/src/CommonComponents/Spinner.d.ts +0 -4
- package/dist/src/CommonComponents/Spinner.d.ts.map +0 -1
- package/dist/src/CommonConstants/CommonConstants.d.ts +0 -5
- package/dist/src/CommonConstants/CommonConstants.d.ts.map +0 -1
- package/dist/src/CustomStylesProvider.d.ts +0 -6
- package/dist/src/CustomStylesProvider.d.ts.map +0 -1
- package/dist/src/CustomThemeProvider.d.ts +0 -7
- package/dist/src/CustomThemeProvider.d.ts.map +0 -1
- package/dist/src/GoogleFilePickerDemo.d.ts +0 -2
- package/dist/src/GoogleFilePickerDemo.d.ts.map +0 -1
- package/dist/src/ProjectAccordianTest.d.ts +0 -3
- package/dist/src/ProjectAccordianTest.d.ts.map +0 -1
- package/dist/src/ThinkingBulbIconComponent.d.ts +0 -3
- package/dist/src/ThinkingBulbIconComponent.d.ts.map +0 -1
- package/dist/src/context/DataSelectedContext.d.ts +0 -73
- package/dist/src/context/DataSelectedContext.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/CodeCitation.d.ts +0 -42
- package/dist/src/features/CodeCitation/CodeCitation.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/Accordian.d.ts +0 -10
- package/dist/src/features/CodeCitation/_components/Accordian.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/CodeCitationPopup.d.ts +0 -30
- package/dist/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/CodeCitationsStats.d.ts +0 -12
- package/dist/src/features/CodeCitation/_components/CodeCitationsStats.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/CodeEditor.d.ts +0 -21
- package/dist/src/features/CodeCitation/_components/CodeEditor.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts +0 -5
- package/dist/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts +0 -16
- package/dist/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/Spinner.d.ts +0 -4
- package/dist/src/features/CodeCitation/_components/Spinner.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/ThemeToggle.d.ts +0 -12
- package/dist/src/features/CodeCitation/_components/ThemeToggle.d.ts.map +0 -1
- package/dist/src/features/CodeCitation/_components/TooltipComponent.d.ts +0 -8
- package/dist/src/features/CodeCitation/_components/TooltipComponent.d.ts.map +0 -1
- package/dist/src/features/DataSelector/DataSelector.d.ts +0 -18
- package/dist/src/features/DataSelector/DataSelector.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +0 -3
- package/dist/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +0 -3
- package/dist/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +0 -3
- package/dist/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/RlefDataTabsComponent.d.ts +0 -3
- package/dist/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +0 -3
- package/dist/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/SavedDataSetListScreen.d.ts +0 -13
- package/dist/src/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/SelectedDataList.d.ts +0 -3
- package/dist/src/features/DataSelector/components/SelectedDataList.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +0 -11
- package/dist/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +0 -1
- package/dist/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +0 -7
- package/dist/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +0 -1
- package/dist/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts +0 -4
- package/dist/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/InstantLearning.d.ts +0 -55
- package/dist/src/features/InstantLearning/InstantLearning.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/AudioWaveform.d.ts +0 -13
- package/dist/src/features/InstantLearning/_components/AudioWaveform.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/ChatComponent.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts +0 -13
- package/dist/src/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/LearningDetailsForm.d.ts +0 -71
- package/dist/src/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/MessageRendering.d.ts +0 -9
- package/dist/src/features/InstantLearning/_components/MessageRendering.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts +0 -3
- package/dist/src/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/SimilarLearningCard.d.ts +0 -20
- package/dist/src/features/InstantLearning/_components/SimilarLearningCard.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/TemplateRetrievalForm.d.ts +0 -50
- package/dist/src/features/InstantLearning/_components/TemplateRetrievalForm.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/TooltipComponent.d.ts +0 -8
- package/dist/src/features/InstantLearning/_components/TooltipComponent.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/_svg/ArrowDown.d.ts +0 -3
- package/dist/src/features/InstantLearning/_components/_svg/ArrowDown.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts +0 -3
- package/dist/src/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts +0 -3
- package/dist/src/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts.map +0 -1
- package/dist/src/features/InstantLearning/_components/_svg/NewChatIcon.d.ts +0 -3
- package/dist/src/features/InstantLearning/_components/_svg/NewChatIcon.d.ts.map +0 -1
- package/dist/src/features/PdfEditorCitation/PdfEditorCitation.d.ts +0 -19
- package/dist/src/features/PdfEditorCitation/PdfEditorCitation.d.ts.map +0 -1
- package/dist/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts +0 -2
- package/dist/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts.map +0 -1
- package/dist/src/features/ProjectAccordion/ProjectAccordion.d.ts +0 -23
- package/dist/src/features/ProjectAccordion/ProjectAccordion.d.ts.map +0 -1
- package/dist/src/features/ProjectAccordion/_components/Markdown.d.ts +0 -5
- package/dist/src/features/ProjectAccordion/_components/Markdown.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +0 -3
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +0 -9
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +0 -3
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +0 -9
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +0 -42
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +0 -8
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +0 -13
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +0 -10
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +0 -21
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +0 -33
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +0 -19
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +0 -19
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +0 -17
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +0 -26
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +0 -11
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +0 -3
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +0 -3
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +0 -9
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +0 -1108
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +0 -57
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +0 -643
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +0 -24
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +0 -283
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +0 -58
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +0 -20
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +0 -3
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +0 -1
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +0 -9
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +0 -1
- package/dist/src/features/UploadData/NotFound.d.ts +0 -4
- package/dist/src/features/UploadData/NotFound.d.ts.map +0 -1
- package/dist/src/features/UploadData/main.d.ts +0 -10
- package/dist/src/features/UploadData/main.d.ts.map +0 -1
- package/dist/src/features/WtaWnta/WtaWnta.d.ts +0 -50
- package/dist/src/features/WtaWnta/WtaWnta.d.ts.map +0 -1
- package/dist/src/features/WtaWnta/_components/AgentDetailsForm.d.ts +0 -42
- package/dist/src/features/WtaWnta/_components/AgentDetailsForm.d.ts.map +0 -1
- package/dist/src/features/WtaWnta/_components/SimilarConflictingCard.d.ts +0 -16
- package/dist/src/features/WtaWnta/_components/SimilarConflictingCard.d.ts.map +0 -1
- package/dist/src/features/WtaWnta/_components/ValidationCard.d.ts +0 -30
- package/dist/src/features/WtaWnta/_components/ValidationCard.d.ts.map +0 -1
- package/dist/src/hooks/useAgentFix.d.ts +0 -15
- package/dist/src/hooks/useAgentFix.d.ts.map +0 -1
- package/dist/src/hooks/useAgentSuggestions.d.ts +0 -20
- package/dist/src/hooks/useAgentSuggestions.d.ts.map +0 -1
- package/dist/src/hooks/useAgentValidation.d.ts +0 -17
- package/dist/src/hooks/useAgentValidation.d.ts.map +0 -1
- package/dist/src/hooks/useDebounce copy.d.ts +0 -2
- package/dist/src/hooks/useDebounce copy.d.ts.map +0 -1
- package/dist/src/hooks/useDebounce.d.ts +0 -2
- package/dist/src/hooks/useDebounce.d.ts.map +0 -1
- package/dist/src/hooks/useExistingAgentCheck.d.ts +0 -28
- package/dist/src/hooks/useExistingAgentCheck.d.ts.map +0 -1
- package/dist/src/hooks/usePromptFix.d.ts +0 -14
- package/dist/src/hooks/usePromptFix.d.ts.map +0 -1
- package/dist/src/hooks/usePromptSuggestions.d.ts +0 -8
- package/dist/src/hooks/usePromptSuggestions.d.ts.map +0 -1
- package/dist/src/hooks/usePromptValidation.d.ts +0 -18
- package/dist/src/hooks/usePromptValidation.d.ts.map +0 -1
- package/dist/src/hooks/useTableHeadCellsCount copy.d.ts +0 -6
- package/dist/src/hooks/useTableHeadCellsCount copy.d.ts.map +0 -1
- package/dist/src/hooks/useTableHeadCellsCount.d.ts +0 -6
- package/dist/src/hooks/useTableHeadCellsCount.d.ts.map +0 -1
- package/dist/src/hooks/useURLQuery copy.d.ts +0 -10
- package/dist/src/hooks/useURLQuery copy.d.ts.map +0 -1
- package/dist/src/hooks/useURLQuery.d.ts +0 -10
- package/dist/src/hooks/useURLQuery.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -8
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/methodsToExpose.d.ts +0 -13
- package/dist/src/methodsToExpose.d.ts.map +0 -1
- package/dist/src/routes/ErrorBoundary.d.ts +0 -20
- package/dist/src/routes/ErrorBoundary.d.ts.map +0 -1
- package/dist/src/routes/Routes.d.ts +0 -2
- package/dist/src/routes/Routes.d.ts.map +0 -1
- package/dist/src/service/API.d.ts +0 -6
- package/dist/src/service/API.d.ts.map +0 -1
- package/dist/src/service/DataService.d.ts +0 -73
- package/dist/src/service/DataService.d.ts.map +0 -1
- package/dist/src/service/GoogleFilePickerService.d.ts +0 -61
- package/dist/src/service/GoogleFilePickerService.d.ts.map +0 -1
- package/dist/src/service/InstantLearningService.d.ts +0 -9
- package/dist/src/service/InstantLearningService.d.ts.map +0 -1
- package/dist/src/service/JavascriptFileService.d.ts +0 -4
- package/dist/src/service/JavascriptFileService.d.ts.map +0 -1
- package/dist/src/service/ModelService.d.ts +0 -68
- package/dist/src/service/ModelService.d.ts.map +0 -1
- package/dist/src/service/ProjectService.d.ts +0 -16
- package/dist/src/service/ProjectService.d.ts.map +0 -1
- package/dist/src/service/SavedDataSetService.d.ts +0 -22
- package/dist/src/service/SavedDataSetService.d.ts.map +0 -1
- package/dist/src/service/constants.d.ts +0 -3
- package/dist/src/service/constants.d.ts.map +0 -1
- package/dist/src/service/envHelperService.d.ts +0 -5
- package/dist/src/service/envHelperService.d.ts.map +0 -1
- package/dist/src/service/variableHelperService.d.ts +0 -6
- package/dist/src/service/variableHelperService.d.ts.map +0 -1
- package/dist/src/theme.d.ts +0 -4
- package/dist/src/theme.d.ts.map +0 -1
- package/dist/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +0 -23
- package/dist/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +0 -1
- package/dist/src/userProvidedConfig.d.ts +0 -8
- package/dist/src/userProvidedConfig.d.ts.map +0 -1
- package/dist/src/utils/CustomSkeleton.d.ts +0 -3
- package/dist/src/utils/CustomSkeleton.d.ts.map +0 -1
- package/dist/src/utils/SkeletonLoader.d.ts +0 -7
- package/dist/src/utils/SkeletonLoader.d.ts.map +0 -1
- package/dist/src/utils/api.d.ts +0 -2
- package/dist/src/utils/api.d.ts.map +0 -1
- package/dist/src/utils/codeCitations.utils.d.ts +0 -2
- package/dist/src/utils/codeCitations.utils.d.ts.map +0 -1
- package/dist/src/utils/colors.d.ts +0 -5
- package/dist/src/utils/colors.d.ts.map +0 -1
- package/dist/src/utils/date.d.ts +0 -8
- package/dist/src/utils/date.d.ts.map +0 -1
- package/dist/src/utils/helperFunctions.d.ts +0 -2
- package/dist/src/utils/helperFunctions.d.ts.map +0 -1
- package/dist/src/utils/instantLearning.utils.d.ts +0 -2
- package/dist/src/utils/instantLearning.utils.d.ts.map +0 -1
- package/dist/src/utils/payloadParsers.d.ts +0 -16
- package/dist/src/utils/payloadParsers.d.ts.map +0 -1
- package/dist/src/utils/recommendationParser.d.ts +0 -22
- package/dist/src/utils/recommendationParser.d.ts.map +0 -1
- package/dist/src/utils/regexHelperService.d.ts +0 -9
- package/dist/src/utils/regexHelperService.d.ts.map +0 -1
- package/dist/src/utils/urlQueryParamService.d.ts +0 -2
- package/dist/src/utils/urlQueryParamService.d.ts.map +0 -1
- package/dist/src/utils/variableHelperService.d.ts +0 -7
- package/dist/src/utils/variableHelperService.d.ts.map +0 -1
- package/dist/src/utils/variantParser.d.ts +0 -14
- package/dist/src/utils/variantParser.d.ts.map +0 -1
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export interface Suggestion {
|
|
2
|
-
type: 'wta' | 'wnta';
|
|
3
|
-
text: string;
|
|
4
|
-
score: number;
|
|
5
|
-
reason: string;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Custom hook to fetch AI-powered WTA/WNTA suggestions.
|
|
9
|
-
* It calls the API on initial render and whenever the agent context or description changes.
|
|
10
|
-
* @param agentContext The system prompt or context for the agent.
|
|
11
|
-
* @param agentDescription A description of the agent's purpose.
|
|
12
|
-
* @returns An object containing the suggestions, loading state, and any errors.
|
|
13
|
-
*/
|
|
14
|
-
declare const useAgentSuggestions: (agentContext: string, agentDescription: string, refetchTrigger: number, modelName: string, enabled: boolean | undefined, baseUrl: string) => {
|
|
15
|
-
suggestions: Suggestion[];
|
|
16
|
-
isLoading: boolean;
|
|
17
|
-
error: Error | null;
|
|
18
|
-
};
|
|
19
|
-
export default useAgentSuggestions;
|
|
20
|
-
//# sourceMappingURL=useAgentSuggestions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAgentSuggestions.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAgentSuggestions.ts"],"names":[],"mappings":"AAqBA,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,KAAK,GAAG,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAG,MAAM,CAAC;CACjB;AAED;;;;;;GAMG;AACH,QAAA,MAAM,mBAAmB,iBACT,MAAM,oBACF,MAAM,kBACR,MAAM,aACX,MAAM,yCAEP,MAAM;;;;CAwEjB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IFormState } from '../features/WtaWnta/_components/AgentDetailsForm';
|
|
2
|
-
import { ValidationResponse } from '../features/WtaWnta/_components/ValidationCard';
|
|
3
|
-
/**
|
|
4
|
-
* Custom hook to trigger agent rule validation.
|
|
5
|
-
* @param agentContext The system prompt or context for the agent.
|
|
6
|
-
* @param agentDescription A description of the agent's purpose.
|
|
7
|
-
* @returns An object with a function to trigger validation, the saving state, and any conflicts.
|
|
8
|
-
*/
|
|
9
|
-
declare const useAgentValidation: (agentContext: string, agentDescription: string, baseUrl: string) => {
|
|
10
|
-
validateAgentRules: (currentState: IFormState, modelName: string) => Promise<ValidationResponse | null>;
|
|
11
|
-
clearValidation: () => void;
|
|
12
|
-
isSaving: boolean;
|
|
13
|
-
validationResponse: ValidationResponse | null;
|
|
14
|
-
error: Error | null;
|
|
15
|
-
};
|
|
16
|
-
export default useAgentValidation;
|
|
17
|
-
//# sourceMappingURL=useAgentValidation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAgentValidation.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAgentValidation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kDAAkD,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAUpF;;;;;GAKG;AACH,QAAA,MAAM,kBAAkB,iBAAkB,MAAM,oBAAoB,MAAM,WAAY,MAAM;uCAS9B,UAAU,aAAa,MAAM;;;;;CAuD1F,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDebounce copy.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebounce copy.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,SAAS,GAAE,MAAY,GAAG,CAAC,CAc3E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebounce.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,SAAS,GAAE,MAAY,GAAG,CAAC,CAc3E"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { IFormState } from '../features/WtaWnta/_components/AgentDetailsForm';
|
|
2
|
-
export interface ExistingConflictItem {
|
|
3
|
-
id: string;
|
|
4
|
-
ui_name: string;
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
when_to_use: string;
|
|
8
|
-
when_not_to_use: string | null;
|
|
9
|
-
reason: string;
|
|
10
|
-
confidence_score: number;
|
|
11
|
-
}
|
|
12
|
-
export interface ExistingCheckResponse {
|
|
13
|
-
is_valid_db: boolean;
|
|
14
|
-
similar_conditions: ExistingConflictItem[];
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Custom hook to check for conflicts with existing agent rules in the database.
|
|
18
|
-
* @returns An object with a function to trigger the check, loading state, and any conflicts found.
|
|
19
|
-
*/
|
|
20
|
-
declare const useExistingAgentCheck: (baseUrl: string) => {
|
|
21
|
-
checkExistingRules: (currentState: IFormState, agentId: string | null, assistantName: string, organizationName: string) => Promise<void>;
|
|
22
|
-
isLoading: boolean;
|
|
23
|
-
existingConflicts: ExistingCheckResponse | null;
|
|
24
|
-
error: Error | null;
|
|
25
|
-
clearExistingAgentConflicts: () => void;
|
|
26
|
-
};
|
|
27
|
-
export default useExistingAgentCheck;
|
|
28
|
-
//# sourceMappingURL=useExistingAgentCheck.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useExistingAgentCheck.d.ts","sourceRoot":"","sources":["../../../src/hooks/useExistingAgentCheck.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,kDAAkD,CAAC;AAK9E,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAGD,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,OAAO,CAAC;IAErB,kBAAkB,EAAE,oBAAoB,EAAE,CAAC;CAC5C;AASD;;;GAGG;AACH,QAAA,MAAM,qBAAqB,YAAc,MAAM;uCASG,UAAU,WAAY,MAAM,GAAG,IAAI,iBAAiB,MAAM,oBAAoB,MAAM;;;;;CAwDrI,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { IFormState } from '../features/WtaWnta/_components/AgentDetailsForm';
|
|
2
|
-
import { ValidationResponse } from '../features/WtaWnta/_components/ValidationCard';
|
|
3
|
-
import { Suggestion } from './useAgentSuggestions';
|
|
4
|
-
/**
|
|
5
|
-
* Custom hook to call the API that fixes validation conflicts for Prompt Genie mode.
|
|
6
|
-
*/
|
|
7
|
-
declare const usePromptFix: (baseUrl: string) => {
|
|
8
|
-
fixPromptRules: (validationData: ValidationResponse, currentState: IFormState, templateContext: string, templateDescription: string, modelName: string) => Promise<void>;
|
|
9
|
-
isFixing: boolean;
|
|
10
|
-
fixedSuggestions: Suggestion[];
|
|
11
|
-
error: Error | null;
|
|
12
|
-
};
|
|
13
|
-
export default usePromptFix;
|
|
14
|
-
//# sourceMappingURL=usePromptFix.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePromptFix.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePromptFix.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kDAAkD,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAoBnD;;GAEG;AACH,QAAA,MAAM,YAAY,YAAa,MAAM;qCAMjB,kBAAkB,gBACpB,UAAU,mBACP,MAAM,uBACF,MAAM,aAChB,MAAM;;;;CAoDpB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Suggestion } from './useAgentSuggestions';
|
|
2
|
-
declare const usePromptSuggestions: (templateContext: string, templateDescription: string, refetchTrigger: number, modelName: string, enabled: boolean | undefined, baseUrl: string) => {
|
|
3
|
-
suggestions: Suggestion[];
|
|
4
|
-
isLoading: boolean;
|
|
5
|
-
error: Error | null;
|
|
6
|
-
};
|
|
7
|
-
export default usePromptSuggestions;
|
|
8
|
-
//# sourceMappingURL=usePromptSuggestions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePromptSuggestions.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePromptSuggestions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAoBnD,QAAA,MAAM,oBAAoB,oBACP,MAAM,uBACF,MAAM,kBACX,MAAM,aACX,MAAM,yCAER,MAAM;;;;CA+DhB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IFormState } from '../features/WtaWnta/_components/AgentDetailsForm';
|
|
2
|
-
import { ValidationResponse } from '../features/WtaWnta/_components/ValidationCard';
|
|
3
|
-
/**
|
|
4
|
-
* Custom hook to trigger prompt rule validation for PromptGenie mode.
|
|
5
|
-
* @param templateContext The context for the prompt template.
|
|
6
|
-
* @param templateDescription A description of the template's purpose.
|
|
7
|
-
* @param enabled A flag to enable or disable the hook.
|
|
8
|
-
* @returns An object with a function to trigger validation, the saving state, and any conflicts.
|
|
9
|
-
*/
|
|
10
|
-
declare const usePromptValidation: (templateContext: string, templateDescription: string, enabled: boolean | undefined, baseUrl: string) => {
|
|
11
|
-
validateRules: (currentState: IFormState, modelName: string) => Promise<ValidationResponse | null>;
|
|
12
|
-
clearValidation: () => void;
|
|
13
|
-
isSaving: boolean;
|
|
14
|
-
validationResponse: ValidationResponse | null;
|
|
15
|
-
error: Error | null;
|
|
16
|
-
};
|
|
17
|
-
export default usePromptValidation;
|
|
18
|
-
//# sourceMappingURL=usePromptValidation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePromptValidation.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePromptValidation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,kDAAkD,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AASpF;;;;;;GAMG;AACH,QAAA,MAAM,mBAAmB,oBACN,MAAM,uBACF,MAAM,yCAElB,MAAM;kCAU4B,UAAU,aAAa,MAAM;;;;;CAyDzE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DependencyList } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* This hook returns total number of table cells count in table header
|
|
4
|
-
*/
|
|
5
|
-
export declare function useTableHeadCellsCount(tableElementId: string, dependencies: DependencyList): number;
|
|
6
|
-
//# sourceMappingURL=useTableHeadCellsCount%20copy.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTableHeadCellsCount copy.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTableHeadCellsCount copy.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5D;;GAEG;AAEH,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,cAAc,GAC3B,MAAM,CAcR"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DependencyList } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* This hook returns total number of table cells count in table header
|
|
4
|
-
*/
|
|
5
|
-
export declare function useTableHeadCellsCount(tableElementId: string, dependencies: DependencyList): number;
|
|
6
|
-
//# sourceMappingURL=useTableHeadCellsCount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useTableHeadCellsCount.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTableHeadCellsCount.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5D;;GAEG;AAEH,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,cAAc,GAC3B,MAAM,CAcR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useURLQuery copy.d.ts","sourceRoot":"","sources":["../../../src/hooks/useURLQuery copy.tsx"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,wBAAgB,WAAW,oBAK1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useURLQuery.d.ts","sourceRoot":"","sources":["../../../src/hooks/useURLQuery.tsx"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,wBAAgB,WAAW,oBAK1B"}
|
package/dist/src/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ConfigType } from "./userProvidedConfig";
|
|
2
|
-
export { default as CodeCitation } from "./features/CodeCitation/CodeCitation";
|
|
3
|
-
export { default as ProjectAccordian } from "./features/ProjectAccordion/ProjectAccordion";
|
|
4
|
-
export { default as InstantLearning } from "./features/InstantLearning/InstantLearning";
|
|
5
|
-
export { default as WtaWnta } from "./features/WtaWnta/WtaWnta";
|
|
6
|
-
export { PdfEditorCitation as PdfCitation } from "./features/PdfEditorCitation/PdfEditorCitation";
|
|
7
|
-
export type configurationType = ConfigType;
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA4B,MAAM,sBAAsB,CAAC;AAc5E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,EAAE,iBAAiB,IAAI,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAElG,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/** a method which will change the current screen state and will take you to next step */
|
|
2
|
-
export declare const goToNextScreen: () => void;
|
|
3
|
-
export declare const useDataSelectorStates: () => {
|
|
4
|
-
currentScreenState: import("./context/DataSelectedContext").ScreenState;
|
|
5
|
-
selectedProject: import("./features/UploadData/Components/SelectDataFromRLEF/interfaces/projects").IProject | undefined;
|
|
6
|
-
selectedTask: import("./features/UploadData/Components/SelectDataFromRLEF/interfaces/models").IModel | undefined;
|
|
7
|
-
selectedSavedDataSetIds: Set<string>;
|
|
8
|
-
tempSelectedRlefResources: import("./features/UploadData/Components/SelectDataFromRLEF/interfaces/data").IData[];
|
|
9
|
-
};
|
|
10
|
-
export declare const useDataSelectorMethods: () => {
|
|
11
|
-
saveSelectedDataAsDataSet: (dataSetName: string) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=methodsToExpose.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"methodsToExpose.d.ts","sourceRoot":"","sources":["../../src/methodsToExpose.ts"],"names":[],"mappings":"AAKA,yFAAyF;AACzF,eAAO,MAAM,cAAc,YAK1B,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;CAajC,CAAA;AAED,eAAO,MAAM,sBAAsB;6CAGuB,MAAM;CAS/D,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
/**
|
|
3
|
-
* @description
|
|
4
|
-
* This error boundary component refreshes the webpage if chunk loading error received due to code splitting after deploying a new version of react app.
|
|
5
|
-
* For reference, see this article: https://mitchgavan.com/code-splitting-react-safely/
|
|
6
|
-
*/
|
|
7
|
-
type State = {
|
|
8
|
-
hasError: boolean;
|
|
9
|
-
};
|
|
10
|
-
export declare function getWithExpiry(key: string): any;
|
|
11
|
-
export default class ErrorBoundary extends React.Component<{}, State> {
|
|
12
|
-
constructor(props: any);
|
|
13
|
-
static getDerivedStateFromError(error: any): {
|
|
14
|
-
hasError: boolean;
|
|
15
|
-
} | undefined;
|
|
16
|
-
componentDidCatch(error: any, errorInfo: any): void;
|
|
17
|
-
render(): React.ReactNode;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/routes/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;GAIG;AAEH,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAUF,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,OAaxC;AAiBD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,KAAK,CAAC;gBACvD,KAAK,EAAE,GAAG;IAKtB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG;;;IAS1C,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;IAK5C,MAAM;CAoBP"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Routes.d.ts","sourceRoot":"","sources":["../../../src/routes/Routes.tsx"],"names":[],"mappings":"AAWA,MAAM,CAAC,OAAO,UAAU,MAAM,4CAqC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"API.d.ts","sourceRoot":"","sources":["../../../src/service/API.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAiB,MAAM,OAAO,CAAC;AAK5D,qBAAa,GAAG;IACZ,GAAG,EAAE,aAAa,CAAC;;CAkBtB"}
|
|
@@ -1,73 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataService.d.ts","sourceRoot":"","sources":["../../../src/service/DataService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,61 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleFilePickerService.d.ts","sourceRoot":"","sources":["../../../src/service/GoogleFilePickerService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAGtH;;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;IAc3E;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;CAG7C"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export interface PublishAgenticFeedbackParams {
|
|
2
|
-
baseUrl: string;
|
|
3
|
-
organizationName: string;
|
|
4
|
-
chatAssistantName?: string;
|
|
5
|
-
payload: any;
|
|
6
|
-
additionalHeaders?: Record<string, string>;
|
|
7
|
-
}
|
|
8
|
-
export declare function publishAgenticFeedbackForVariantIngestion(params: PublishAgenticFeedbackParams): Promise<Response>;
|
|
9
|
-
//# sourceMappingURL=InstantLearningService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InstantLearningService.d.ts","sourceRoot":"","sources":["../../../src/service/InstantLearningService.ts"],"names":[],"mappings":"AAAA,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,wBAAgB,yCAAyC,CAAC,MAAM,EAAE,4BAA4B,GAAG,OAAO,CAAC,QAAQ,CAAC,CAgBjH"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { AxiosResponse } from 'axios';
|
|
2
|
-
import { API } from './API';
|
|
3
|
-
import ModelGroup from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type';
|
|
4
|
-
import { IModel, IModelQueryParams, IModelsResponse, IModelNamesQueryParams, IModelNamesResponse, IModelAddPayload, IModelArchitecturesAvailablePayload, IModelArchitecturesAvailableApiResponse, IModelCollectionUniqueDataPayload, UniqueModelCollectionVersionsApiResponse, UniqueModelCollectionArchitecturesApiResponse, UniqueModelCollectionAccuracyStatusesApiResponse, UniqueModelCollectionTrainingDataSetsApiResponse, UniqueModelCollectionStatusesApiResponse, IModelLabelsAvailableApiResponse, UpdateModelApiResponse, GetModelReferenceDataAPiReqPayload, IReferenceDataState, GetModelDetailsAPiReqPayload, GetModelDetailsAPiResponse, DefaultDataSetCollectionAPIResponse, IModelType } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/models';
|
|
5
|
-
type GetModelGroupsApiRequestPayload = {
|
|
6
|
-
projectId?: string;
|
|
7
|
-
getModels?: "true";
|
|
8
|
-
collectionsExist?: boolean;
|
|
9
|
-
page?: number;
|
|
10
|
-
limit?: number;
|
|
11
|
-
modelGroupId?: string;
|
|
12
|
-
};
|
|
13
|
-
type GetModelGroupsApiResponse = (ModelGroup & {
|
|
14
|
-
models?: IModel[];
|
|
15
|
-
})[];
|
|
16
|
-
declare class ModelService extends API {
|
|
17
|
-
private readonly modelArchitectureUpdateEndPoint;
|
|
18
|
-
getProjectModels(data: IModelQueryParams): Promise<AxiosResponse<IModelsResponse>>;
|
|
19
|
-
getProjectModelNames(data: IModelNamesQueryParams): Promise<AxiosResponse<IModelNamesResponse>>;
|
|
20
|
-
addModel(body: IModelAddPayload): Promise<AxiosResponse<unknown>>;
|
|
21
|
-
deleteModel(body: {
|
|
22
|
-
model: string;
|
|
23
|
-
}): Promise<AxiosResponse<unknown>>;
|
|
24
|
-
getModelArchitecturesAvailable(data: IModelArchitecturesAvailablePayload): Promise<AxiosResponse<IModelArchitecturesAvailableApiResponse>>;
|
|
25
|
-
getUniqueModelCollectionVersions(data: IModelCollectionUniqueDataPayload): Promise<AxiosResponse<UniqueModelCollectionVersionsApiResponse>>;
|
|
26
|
-
getUniqueModelCollectionArchitectures(data: IModelCollectionUniqueDataPayload): Promise<AxiosResponse<UniqueModelCollectionArchitecturesApiResponse>>;
|
|
27
|
-
getUniqueModelCollectionAccuracyStatuses(data: IModelCollectionUniqueDataPayload): Promise<AxiosResponse<UniqueModelCollectionAccuracyStatusesApiResponse>>;
|
|
28
|
-
getUniqueModelCollectionTrainingDataSets(data: IModelCollectionUniqueDataPayload): Promise<AxiosResponse<UniqueModelCollectionTrainingDataSetsApiResponse>>;
|
|
29
|
-
getUniqueModelCollectionStatuses(data: IModelCollectionUniqueDataPayload): Promise<AxiosResponse<UniqueModelCollectionStatusesApiResponse>>;
|
|
30
|
-
getModelLabelsAvailable(data: {
|
|
31
|
-
modelId: string;
|
|
32
|
-
}): Promise<AxiosResponse<IModelLabelsAvailableApiResponse>>;
|
|
33
|
-
getAllowUserToSetAnyLabelInModel(data: {
|
|
34
|
-
modelId: string;
|
|
35
|
-
}): Promise<AxiosResponse<boolean>>;
|
|
36
|
-
updateModelReferenceData(data: FormData): Promise<AxiosResponse<UpdateModelApiResponse>>;
|
|
37
|
-
getModelReferenceData(data: GetModelReferenceDataAPiReqPayload): Promise<AxiosResponse<IReferenceDataState[]>>;
|
|
38
|
-
getModelDetails(data: GetModelDetailsAPiReqPayload): Promise<AxiosResponse<GetModelDetailsAPiResponse>>;
|
|
39
|
-
getCollectionDetails(collectionId: string): Promise<AxiosResponse<any>>;
|
|
40
|
-
modelArchitectureRegister(data: any): Promise<AxiosResponse<any>>;
|
|
41
|
-
modelArchitectureUpdate(data: any): Promise<AxiosResponse<any>>;
|
|
42
|
-
modelArchitectureDelete(vm_name: string): Promise<AxiosResponse<any>>;
|
|
43
|
-
getDefaultDataSetCollection(modelId: string): Promise<AxiosResponse<DefaultDataSetCollectionAPIResponse>>;
|
|
44
|
-
updateModelCollectionDefaultCheckPoint(payload: any): Promise<AxiosResponse<any>>;
|
|
45
|
-
getModelsByType(modelType: IModelType, projectId: string): Promise<IModel[]>;
|
|
46
|
-
getDataforTrainedModelQNAPopup(email: string, snoozeTime: number): Promise<any>;
|
|
47
|
-
getModelGroups(payload: GetModelGroupsApiRequestPayload): Promise<GetModelGroupsApiResponse>;
|
|
48
|
-
getAllModelGroupNames(payload: GetModelGroupsApiRequestPayload): Promise<GetModelGroupsApiResponse>;
|
|
49
|
-
updateModelGroup(modelGroupId: string, thingsToUpdate: {
|
|
50
|
-
name?: ModelGroup["name"];
|
|
51
|
-
colour?: ModelGroup["colour"];
|
|
52
|
-
nodes?: ModelGroup["nodes"];
|
|
53
|
-
edges?: ModelGroup["edges"];
|
|
54
|
-
}): Promise<any>;
|
|
55
|
-
createModelGroup(data: {
|
|
56
|
-
name: ModelGroup["name"];
|
|
57
|
-
projectId: ModelGroup["projectId"];
|
|
58
|
-
colour: ModelGroup["colour"];
|
|
59
|
-
}): Promise<ModelGroup>;
|
|
60
|
-
isModelGroupNameAlreadyTaken(data: {
|
|
61
|
-
modelGroupName: ModelGroup["name"];
|
|
62
|
-
projectId: ModelGroup["projectId"];
|
|
63
|
-
}): Promise<ModelGroup>;
|
|
64
|
-
deleteModelGroup(idOfModelGroupToDelete: string): Promise<AxiosResponse<unknown>>;
|
|
65
|
-
}
|
|
66
|
-
declare const _default: ModelService;
|
|
67
|
-
export default _default;
|
|
68
|
-
//# sourceMappingURL=ModelService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModelService.d.ts","sourceRoot":"","sources":["../../../src/service/ModelService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AxiosResponse } from 'axios';
|
|
2
|
-
import { API } from './API';
|
|
3
|
-
import { IProjectQueryParams, IProjectsResponse, IProjectNamesQueryParams, IProjectNamesResponse, IProjectUpdatePayload, IProject } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/projects';
|
|
4
|
-
declare class ProjectService extends API {
|
|
5
|
-
getProjects(data?: IProjectQueryParams): Promise<AxiosResponse<IProjectsResponse>>;
|
|
6
|
-
getProjectNames(data?: IProjectNamesQueryParams): Promise<AxiosResponse<IProjectNamesResponse>>;
|
|
7
|
-
addProject(body: IProjectUpdatePayload): Promise<AxiosResponse<unknown>>;
|
|
8
|
-
getPublicKey(): Promise<AxiosResponse<any, any>>;
|
|
9
|
-
getProjectDetails(projectId: string): Promise<AxiosResponse<any, any>>;
|
|
10
|
-
getProjectDetailsById(data: {
|
|
11
|
-
id: string;
|
|
12
|
-
}): Promise<AxiosResponse<IProject>>;
|
|
13
|
-
}
|
|
14
|
-
declare const _default: ProjectService;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=ProjectService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectService.d.ts","sourceRoot":"","sources":["../../../src/service/ProjectService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,0EAA0E,CAAC;AASpN,cAAM,cAAe,SAAQ,GAAG;IAE5B,WAAW,CAAC,IAAI,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IAIlF,eAAe,CAAC,IAAI,CAAC,EAAE,wBAAwB,GAAG,OAAO,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAI/F,UAAU,CAAC,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAIxE,YAAY;IAIZ,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAQnC,qBAAqB,CAAC,IAAI,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;CAG9E;;AAED,wBAAoC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { API } from "./API";
|
|
2
|
-
type TParams = {
|
|
3
|
-
dataSetIds?: string;
|
|
4
|
-
userEmail?: string;
|
|
5
|
-
};
|
|
6
|
-
declare class SavedDataSetAPI extends API {
|
|
7
|
-
fetchSavedDataSetResources(payload: {
|
|
8
|
-
params: TParams;
|
|
9
|
-
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
10
|
-
deleteSavedDataSet(payload: {
|
|
11
|
-
params: TParams;
|
|
12
|
-
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
13
|
-
createSavedDataSet(payload: {
|
|
14
|
-
name: string;
|
|
15
|
-
rlefResourceIds: string[];
|
|
16
|
-
localFileNames?: string[];
|
|
17
|
-
userEmail: string;
|
|
18
|
-
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
19
|
-
}
|
|
20
|
-
declare const _default: SavedDataSetAPI;
|
|
21
|
-
export default _default;
|
|
22
|
-
//# sourceMappingURL=SavedDataSetService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SavedDataSetService.d.ts","sourceRoot":"","sources":["../../../src/service/SavedDataSetService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,KAAK,OAAO,GAAG;IACX,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,cAAM,eAAgB,SAAQ,GAAG;IAE7B,0BAA0B,CAAC,OAAO,EAAE;QAChC,MAAM,EAAE,OAAO,CAAA;KAClB;IAID,kBAAkB,CAAC,OAAO,EAAE;QACxB,MAAM,EAAE,OAAO,CAAA;KAClB;IAID,kBAAkB,CAAC,OAAO,EAAE;QACxB,IAAI,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,EAAE,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KACxF;CAGJ;;AAED,wBAAoC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/service/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,EAAE,MAAkF,CAAC;AACzG,eAAO,MAAM,iBAAiB,EAAE,MAA8C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"envHelperService.d.ts","sourceRoot":"","sources":["../../../src/service/envHelperService.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,MAAM,QAAS,MAAM,KAAG,MAUpC,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare function isNullOrUndefined(data: any): boolean;
|
|
2
|
-
export declare function isNullOrUndefinedOrEmpString(data: any): boolean;
|
|
3
|
-
export declare function isNumber(value: any): boolean;
|
|
4
|
-
export declare function isString(value: any): boolean;
|
|
5
|
-
export declare function copyByValue<ValueType>(value: ValueType): ValueType;
|
|
6
|
-
//# sourceMappingURL=variableHelperService.d.ts.map
|