@devtron-labs/devtron-fe-common-lib 4.0.2-beta-1 → 4.0.3
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/@code-editor-BAM7bZOw.js +101094 -0
- package/dist/@common-rjsf-Bx2aOoF1.js +14244 -0
- package/dist/@framer-motion-CJHeDr_5.js +151 -0
- package/dist/@react-virtualized-sticky-tree-Cru7sOnT.js +1255 -0
- package/dist/@src-assets-images-B2NAtpLS.js +1073 -0
- package/dist/@vendor-M2R6W7KJ.js +82170 -0
- package/dist/Common/API/CoreAPI.d.ts +29 -0
- package/dist/Common/API/QueryClientProvider.d.ts +2 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +5 -0
- package/dist/Common/API/reactQueryHooks.d.ts +7 -0
- package/dist/Common/API/types.d.ts +23 -0
- package/dist/Common/API/utils.d.ts +12 -0
- package/dist/Common/AddCDButton/AddCDButton.d.ts +1 -1
- package/dist/Common/BreadCrumb/BreadCrumb.d.ts +1 -1
- package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +3 -2
- package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
- package/dist/Common/BreadCrumb/Types.d.ts +25 -0
- package/dist/Common/CIPipeline.Types.d.ts +68 -15
- package/dist/Common/ChartVersionAndTypeSelector.d.ts +1 -1
- package/dist/Common/Checkbox/Checkbox.d.ts +2 -0
- package/dist/Common/Checkbox/index.d.ts +1 -0
- package/dist/Common/ClipboardButton/ClipboardButton.d.ts +3 -4
- package/dist/Common/ClipboardButton/index.d.ts +1 -0
- package/dist/Common/ClipboardButton/types.d.ts +27 -4
- package/dist/Common/Common.service.d.ts +34 -12
- package/dist/Common/Constants.d.ts +150 -79
- package/dist/Common/CustomTagSelector/PropagateTagInfo.d.ts +1 -1
- package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
- package/dist/Common/CustomTagSelector/TagDetails.d.ts +1 -1
- package/dist/Common/CustomTagSelector/TagLabelValueSelector.d.ts +1 -1
- package/dist/Common/CustomTagSelector/Types.d.ts +20 -29
- package/dist/Common/CustomTagSelector/ValidationRules.d.ts +2 -4
- package/dist/Common/CustomTagSelector/index.d.ts +2 -2
- package/dist/Common/CustomTagSelector/tags.utils.d.ts +13 -0
- package/dist/Common/DebouncedSearch/DebouncedSearch.d.ts +1 -1
- package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +2 -0
- package/dist/Common/DeleteCINodeButton/index.d.ts +3 -0
- package/dist/Common/DeleteCINodeButton/types.d.ts +18 -0
- package/dist/Common/DeleteCINodeButton/utils.d.ts +5 -0
- package/dist/Common/DevtronCopyright.d.ts +2 -0
- package/dist/Common/DevtronProgressing/DevtronProgressing.d.ts +1 -0
- package/dist/Common/Dialogs/DialogForm.d.ts +6 -6
- package/dist/Common/Dialogs/Types.d.ts +0 -16
- package/dist/Common/Dialogs/index.d.ts +0 -3
- package/dist/Common/DraggableWrapper/DraggableButton.d.ts +1 -1
- package/dist/Common/DraggableWrapper/DraggableWrapper.d.ts +4 -2
- package/dist/Common/DraggableWrapper/index.d.ts +1 -1
- package/dist/Common/DraggableWrapper/types.d.ts +4 -6
- package/dist/Common/Drawer/Drawer.d.ts +4 -3
- package/dist/Common/Drawer/index.d.ts +1 -0
- package/dist/Common/EmptyState/GenericEmptyState.d.ts +2 -1
- package/dist/Common/EmptyState/GenericFilterEmptyState.d.ts +1 -1
- package/dist/Common/EmptyState/index.d.ts +2 -0
- package/dist/Common/ErrorPage.d.ts +1 -1
- package/dist/Common/ErrorScreenManager.d.ts +1 -1
- package/dist/Common/ErrorScreenNotAuthorized.d.ts +1 -1
- package/dist/Common/GenericDescription/GenericDescription.d.ts +1 -1
- package/dist/Common/GenericDescription/constant.d.ts +40 -0
- package/dist/Common/GenericDescription/types.d.ts +5 -7
- package/dist/Common/GenericDescription/utils.d.ts +1 -0
- package/dist/Common/Grid/Grid.d.ts +1 -1
- package/dist/Common/Helper.d.ts +40 -12
- package/dist/Common/Hooks/UseGetUserRoles/UseGetUserRoles.d.ts +7 -0
- package/dist/Common/Hooks/UseGetUserRoles/index.d.ts +1 -0
- package/dist/Common/Hooks/UseGetUserRoles/types.d.ts +8 -0
- package/dist/Common/Hooks/UseIsTextTruncated/UseIsTextTruncated.d.ts +5 -0
- package/dist/Common/Hooks/UseIsTextTruncated/constants.d.ts +1 -0
- package/dist/Common/Hooks/UseIsTextTruncated/index.d.ts +1 -0
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutContext.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
- package/dist/Common/Hooks/UseRegisterShortcut/index.d.ts +1 -0
- package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +91 -3
- package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +6 -0
- package/dist/Common/Hooks/index.d.ts +4 -3
- package/dist/Common/Hooks/useStateFilters/index.d.ts +1 -1
- package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
- package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
- package/dist/Common/Hooks/useUrlFilters/index.d.ts +2 -1
- package/dist/Common/Hooks/useUrlFilters/types.d.ts +16 -3
- package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
- package/dist/Common/Hooks/useUrlFilters/utils.d.ts +2 -0
- package/dist/Common/ImageTags.Types.d.ts +2 -0
- package/dist/Common/ImageTags.d.ts +2 -2
- package/dist/Common/InteractiveCellText/InteractiveCellText.d.ts +27 -0
- package/dist/Common/InteractiveCellText/index.d.ts +2 -0
- package/dist/Common/InteractiveCellText/types.d.ts +10 -0
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/Modals/Modal.d.ts +1 -2
- package/dist/Common/Modals/VisibleModal.d.ts +9 -10
- package/dist/Common/Modals/VisibleModal2.d.ts +7 -9
- package/dist/Common/MultiSelectCustomization.d.ts +9 -7
- package/dist/Common/Pagination/PageSizeSelector.d.ts +1 -1
- package/dist/Common/Pagination/Pagination.d.ts +1 -1
- package/dist/Common/Pagination/constants.d.ts +4 -0
- package/dist/Common/Pagination/index.d.ts +1 -0
- package/dist/Common/Policy.Types.d.ts +58 -22
- package/dist/Common/PopupMenu.d.ts +2 -2
- package/dist/Common/Progressing.d.ts +1 -0
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/RJSF/common/FieldRow.d.ts +1 -1
- package/dist/Common/RJSF/constants.d.ts +1 -0
- package/dist/Common/RJSF/index.d.ts +3 -3
- package/dist/Common/RJSF/templates/ArrayFieldItemTemplate.d.ts +2 -2
- package/dist/Common/RJSF/templates/ArrayFieldTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/BaseInput.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/AddButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/RemoveButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/ButtonTemplates/SubmitButton.d.ts +1 -1
- package/dist/Common/RJSF/templates/Field.d.ts +1 -1
- package/dist/Common/RJSF/templates/FieldErrorTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/ObjectFieldTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/TitleField.d.ts +3 -2
- package/dist/Common/RJSF/templates/WrapIfAdditionalTemplate.d.ts +1 -1
- package/dist/Common/RJSF/templates/index.d.ts +1 -1
- package/dist/Common/RJSF/types.d.ts +17 -3
- package/dist/Common/RJSF/utils.d.ts +5 -11
- package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
- package/dist/Common/RJSF/widgets/Select.d.ts +1 -1
- package/dist/Common/RadioGroup.d.ts +1 -1
- package/dist/Common/RadioGroupItem.d.ts +1 -1
- package/dist/Common/Reload.d.ts +1 -1
- package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
- package/dist/Common/SearchBar/types.d.ts +15 -0
- package/dist/Common/SegmentedBarChart/types.d.ts +23 -2
- package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
- package/dist/Common/SegmentedControl/Segment.d.ts +3 -0
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +3 -0
- package/dist/Common/SegmentedControl/constants.d.ts +3 -0
- package/dist/Common/SegmentedControl/index.d.ts +2 -0
- package/dist/Common/SegmentedControl/types.d.ts +76 -0
- package/dist/Common/SortableTableHeaderCell/SortableTableHeaderCell.d.ts +18 -1
- package/dist/Common/SortableTableHeaderCell/constants.d.ts +2 -0
- package/dist/Common/SortableTableHeaderCell/index.d.ts +1 -0
- package/dist/Common/SortableTableHeaderCell/types.d.ts +53 -16
- package/dist/Common/SortableTableHeaderCell/useResizableTableConfig.d.ts +6 -0
- package/dist/Common/TippyCustomized.d.ts +1 -1
- package/dist/Common/Tooltip/ShortcutKeyComboTooltipContent.d.ts +1 -1
- package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
- package/dist/Common/Tooltip/index.d.ts +2 -2
- package/dist/Common/Tooltip/types.d.ts +1 -7
- package/dist/Common/Types.d.ts +315 -177
- package/dist/Common/index.d.ts +39 -43
- package/dist/MMQ4R4NB-C7ZzhIbi.js +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/ConfigMapSecret/utils.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/DTApplicationMetricsFormField.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/index.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/types.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/GUIView/utils.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/constants.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/index.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/service.d.ts +4 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +193 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/constants.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/index.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +72 -0
- package/dist/Pages/{App → Applications/DevtronApps/Details}/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/constants.d.ts +6 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +5 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +9 -0
- package/dist/Pages/{CDPipeline → Applications/DevtronApps/Details/CDPipeline}/types.d.ts +44 -6
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/utils.d.ts +10 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/index.d.ts +2 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/constants.d.ts +11 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/index.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/services.d.ts +7 -0
- package/dist/Pages/Applications/DevtronApps/Details/index.d.ts +3 -0
- package/dist/Pages/Applications/DevtronApps/index.d.ts +1 -0
- package/dist/Pages/Applications/index.d.ts +1 -0
- package/dist/Pages/BulkEdit/index.d.ts +1 -0
- package/dist/Pages/BulkEdit/types.d.ts +50 -0
- package/dist/Pages/GlobalConfigurations/Authorization/index.d.ts +3 -2
- package/dist/Pages/GlobalConfigurations/Authorization/service.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupTableRow.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupsTable.component.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/Authorization/types.d.ts +13 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraDescriptionField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraProfileNameField.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +3 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
- package/dist/Pages/GlobalConfigurations/BuildInfra/UseBuildInfraForm.d.ts +3 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +27 -11
- package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +8 -3
- package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +5 -6
- package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +331 -110
- package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +10 -16
- package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +11 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/basicViewSchema.json.d.ts +27 -30
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +6 -8
- package/dist/Pages/GlobalConfigurations/ScopedVariables/types.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/index.d.ts +3 -2
- package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
- package/dist/Pages/ResourceBrowser/ForceDeleteOption.d.ts +3 -0
- package/dist/Pages/ResourceBrowser/Helper.d.ts +11 -0
- package/dist/Pages/ResourceBrowser/NodeDrainOptions.d.ts +3 -0
- package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +125 -2
- package/dist/Pages/ResourceBrowser/constants.d.ts +55 -0
- package/dist/Pages/ResourceBrowser/index.d.ts +7 -1
- package/dist/Pages/ResourceBrowser/service.d.ts +10 -0
- package/dist/Pages/ResourceBrowser/types.d.ts +135 -0
- package/dist/Pages/index.d.ts +2 -2
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/AutomationEnablementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
- package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Navigation/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +32 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/components.d.ts +7 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/constants.d.ts +8 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/index.d.ts +3 -0
- package/dist/Pages-Devtron-2.0/Shared/Overview/types.d.ts +26 -0
- package/dist/Pages-Devtron-2.0/Shared/Routes/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Shared/Routes/routes.d.ts +569 -0
- package/dist/Pages-Devtron-2.0/Shared/index.d.ts +2 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/index.d.ts +8 -0
- package/dist/Shared/API/APIQueuing.d.ts +1 -1
- package/dist/Shared/Analytics/analytics.d.ts +3 -0
- package/dist/Shared/Analytics/index.d.ts +2 -0
- package/dist/Shared/Analytics/types.d.ts +7 -0
- package/dist/Shared/Components/APIResponseHandler/APIResponseHandler.d.ts +1 -1
- package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +2 -0
- package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +4 -0
- package/dist/Shared/Components/AboutDevtron/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/ActionMenuItem.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/types.d.ts +95 -0
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +302 -0
- package/dist/Shared/Components/ActionMenu/utils.d.ts +7 -0
- package/dist/Shared/Components/ActivityIndicator/ActivityIndicator.d.ts +1 -1
- package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +3 -0
- package/dist/Shared/Components/AnimatedDeployButton/index.d.ts +1 -0
- package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +6 -0
- package/dist/Shared/Components/AnimatedTimer/AnimatedTimer.component.d.ts +3 -0
- package/dist/Shared/Components/AnimatedTimer/constants.d.ts +5 -0
- package/dist/Shared/Components/AnimatedTimer/index.d.ts +1 -0
- package/dist/Shared/Components/AnimatedTimer/types.d.ts +15 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +2 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/constants.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/index.d.ts +3 -0
- package/dist/Shared/Components/AppStatusModal/service.d.ts +4 -0
- package/dist/Shared/Components/AppStatusModal/types.d.ts +88 -0
- package/dist/Shared/Components/AppStatusModal/utils.d.ts +8 -0
- package/dist/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.d.ts +1 -1
- package/dist/Shared/Components/Backdrop/Backdrop.d.ts +3 -0
- package/dist/Shared/Components/Backdrop/index.d.ts +2 -0
- package/dist/Shared/Components/Backdrop/types.d.ts +26 -0
- package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
- package/dist/Shared/Components/Badge/Badge.d.ts +3 -0
- package/dist/Shared/Components/Badge/index.d.ts +2 -0
- package/dist/Shared/Components/Badge/types.d.ts +18 -0
- package/dist/Shared/Components/Badge/utils.d.ts +8 -0
- package/dist/Shared/Components/BulkOperations/BulkOperations.component.d.ts +3 -0
- package/dist/Shared/Components/BulkOperations/BulkOperationsResultModal.d.ts +3 -0
- package/dist/Shared/Components/BulkOperations/OperationResultStore.d.ts +21 -0
- package/dist/Shared/Components/BulkOperations/constants.d.ts +13 -0
- package/dist/Shared/Components/BulkOperations/index.d.ts +2 -0
- package/dist/Shared/Components/BulkOperations/types.d.ts +69 -0
- package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/BulkSelectionProvider.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/index.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/types.d.ts +18 -14
- package/dist/Shared/Components/Button/Button.component.d.ts +2 -2
- package/dist/Shared/Components/Button/constants.d.ts +1 -0
- package/dist/Shared/Components/Button/index.d.ts +1 -0
- package/dist/Shared/Components/Button/types.d.ts +70 -16
- package/dist/Shared/Components/Button/useTriggerAutoClickTimestamp.d.ts +6 -0
- package/dist/Shared/Components/Button/utils.d.ts +3 -1
- package/dist/Shared/Components/ButtonWithLoader/ButtonWithLoader.d.ts +1 -1
- package/dist/Shared/Components/ButtonWithSelector/ButtonWithSelector.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +2 -2
- package/dist/Shared/Components/CICDHistory/BuildAndTaskSummaryTooltipCard.d.ts +4 -0
- package/dist/Shared/Components/CICDHistory/CDEmptyState.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/CiPipelineSourceConfig.d.ts +2 -11
- package/dist/Shared/Components/CICDHistory/ConflictedResourcesTable.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiff.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +5 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/index.d.ts +2 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +38 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +23 -0
- package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/GitTriggerList.d.ts +6 -0
- package/dist/Shared/Components/CICDHistory/History.components.d.ts +3 -55
- package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/LogsRenderer.d.ts +2 -55
- package/dist/Shared/Components/CICDHistory/ResourceConflictDeployDialog.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/ResourceConflictDetailsModal.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/Sidebar.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/StatusFilterButtonComponent.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/TriggerDetails.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +2 -4
- package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +4 -0
- package/dist/Shared/Components/CICDHistory/constants.d.ts +44 -1
- package/dist/Shared/Components/CICDHistory/index.d.ts +10 -10
- package/dist/Shared/Components/CICDHistory/service.d.ts +7 -8
- package/dist/Shared/Components/CICDHistory/types.d.ts +262 -156
- package/dist/Shared/Components/CICDHistory/utils.d.ts +39 -4
- package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +3 -0
- package/dist/Shared/Components/CMCS/constants.d.ts +23 -0
- package/dist/Shared/Components/CMCS/helpers.d.ts +1 -0
- package/dist/Shared/Components/CMCS/index.d.ts +6 -0
- package/dist/Shared/Components/CMCS/types.d.ts +24 -0
- package/dist/Shared/Components/CMCS/utils.d.ts +18 -0
- package/dist/Shared/Components/CMCS/validations.d.ts +3 -0
- package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
- package/dist/Shared/Components/Card/constants.d.ts +4 -0
- package/dist/Shared/Components/Card/index.d.ts +2 -0
- package/dist/Shared/Components/Card/types.d.ts +25 -0
- package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
- package/dist/Shared/Components/Charts/constants.d.ts +10 -0
- package/dist/Shared/Components/Charts/index.d.ts +4 -0
- package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
- package/dist/Shared/Components/Charts/types.d.ts +133 -0
- package/dist/Shared/Components/Charts/utils.d.ts +30 -0
- package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
- package/dist/Shared/Components/Chip/index.d.ts +2 -0
- package/dist/Shared/Components/Chip/types.d.ts +64 -0
- package/dist/Shared/Components/Chip/utils.d.ts +6 -0
- package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
- package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
- package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
- package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.components.d.ts +11 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.constants.d.ts +10 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.context.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/Shared/Components/CodeEditor/CodeEditor.theme.d.ts +4 -0
- package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Commands/findAndReplace.d.ts +7 -0
- package/dist/Shared/Components/CodeEditor/Commands/index.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Commands/keyMaps.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/DiffMinimap.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/findAndReplace.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/Extensions/index.d.ts +5 -0
- package/dist/Shared/Components/CodeEditor/Extensions/readOnlyTooltip.d.ts +6 -0
- package/dist/Shared/Components/CodeEditor/Extensions/yamlHighlight.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/Extensions/yamlParseLinter.d.ts +3 -0
- package/dist/Shared/Components/CodeEditor/index.d.ts +2 -0
- package/dist/Shared/Components/CodeEditor/types.d.ts +116 -0
- package/dist/Shared/Components/CodeEditor/utils.d.ts +18 -0
- package/dist/Shared/Components/Collapse/Collapse.d.ts +5 -1
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +5 -2
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +47 -12
- package/dist/Shared/Components/CommitChipCell/CommitChipCell.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/CannotDeleteModal.d.ts +2 -0
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModal.d.ts +4 -0
- package/dist/Shared/Components/ConfirmationModal/ConfirmationModalContext.d.ts +5 -0
- package/dist/Shared/Components/ConfirmationModal/DeleteConfirmationModal.d.ts +3 -0
- package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +2 -0
- package/dist/Shared/Components/ConfirmationModal/index.d.ts +7 -0
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +143 -0
- package/dist/Shared/Components/ConfirmationModal/utils.d.ts +6 -0
- package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +2 -0
- package/dist/Shared/Components/ContextSwitcher/index.d.ts +3 -0
- package/dist/Shared/Components/ContextSwitcher/types.d.ts +15 -0
- package/dist/Shared/Components/ContextSwitcher/utils.d.ts +5 -0
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/PasswordField.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/constants.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/index.d.ts +3 -0
- package/dist/Shared/Components/CustomInput/types.d.ts +40 -0
- package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +3 -0
- package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
- package/dist/Shared/Components/DTFocusTrap/types.d.ts +34 -0
- package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/MonthlySelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/TimeSelect.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +2 -48
- package/dist/Shared/Components/DatePicker/index.d.ts +3 -4
- package/dist/Shared/Components/DatePicker/types.d.ts +35 -18
- package/dist/Shared/Components/DatePicker/utils.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.component.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.constants.d.ts +7 -0
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +59 -15
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +4 -3
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffAccordion.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffMain.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffNavigation.d.ts +1 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +7 -0
- package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +2 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +11 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/index.d.ts +3 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/types.d.ts +25 -0
- package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +25 -0
- package/dist/Shared/Components/DetectBottom/DetectBottom.component.d.ts +1 -1
- package/dist/Shared/Components/DocLink/DocLink.d.ts +2 -0
- package/dist/Shared/Components/DocLink/constants.d.ts +108 -0
- package/dist/Shared/Components/DocLink/index.d.ts +4 -0
- package/dist/Shared/Components/DocLink/types.d.ts +23 -0
- package/dist/Shared/Components/DocLink/utils.d.ts +3 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/constants.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/index.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +180 -0
- package/dist/Shared/Components/DynamicDataTable/utils.d.ts +5 -0
- package/dist/Shared/Components/EditImageFormField/EditImageFormField.d.ts +1 -1
- package/dist/Shared/Components/EditableTextArea/EditableTextArea.d.ts +1 -1
- package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -1
- package/dist/Shared/Components/EnvironmentSelector/EnvironmentSelector.component.d.ts +1 -1
- package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
- package/dist/Shared/Components/Error/types.d.ts +4 -0
- package/dist/Shared/Components/Error/utils.d.ts +2 -1
- package/dist/Shared/Components/ExcludedImageNode/ExcludedImageNode.d.ts +1 -1
- package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
- package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
- package/dist/Shared/Components/ExportToCsv/types.d.ts +65 -0
- package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +42 -8
- package/dist/Shared/Components/FileUpload/FileUpload.d.ts +2 -0
- package/dist/Shared/Components/FileUpload/index.d.ts +2 -0
- package/dist/Shared/Components/FileUpload/types.d.ts +8 -0
- package/dist/Shared/Components/FilterChips/FilterChips.component.d.ts +1 -1
- package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +3 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +3 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +2 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +1 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +4 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +38 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
- package/dist/Shared/Components/FormFieldWrapper/index.d.ts +4 -0
- package/dist/Shared/Components/FormFieldWrapper/types.d.ts +71 -0
- package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +17 -0
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +4 -0
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +39 -0
- package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
- package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
- package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
- package/dist/Shared/Components/GenericModal/constants.d.ts +3 -0
- package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
- package/dist/Shared/Components/GenericModal/types.d.ts +41 -0
- package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
- package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +38 -9
- package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
- package/dist/Shared/Components/GettingStartedCard/types.d.ts +0 -3
- package/dist/Shared/Components/GitCommitInfoGeneric/GitCommitInfoGeneric.d.ts +1 -1
- package/dist/Shared/Components/GitCommitInfoGeneric/GitMaterialInfoHeader.d.ts +1 -1
- package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/index.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/types.d.ts +15 -0
- package/dist/Shared/Components/GitProviderIcon/utils.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +3 -0
- package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +4 -0
- package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +19 -0
- package/dist/Shared/Components/GraphVisualizer/constants.d.ts +15 -0
- package/dist/Shared/Components/GraphVisualizer/index.d.ts +2 -0
- package/dist/Shared/Components/GraphVisualizer/types.d.ts +12 -0
- package/dist/Shared/Components/GraphVisualizer/utils.d.ts +17 -0
- package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +2 -4
- package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +10 -0
- package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +2 -0
- package/dist/Shared/Components/Header/HelpButton.d.ts +2 -0
- package/dist/Shared/Components/Header/IframePromoButton.d.ts +1 -0
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/ProfileMenu.d.ts +2 -0
- package/dist/Shared/Components/Header/constants.d.ts +5 -3
- package/dist/Shared/Components/Header/index.d.ts +2 -1
- package/dist/Shared/Components/Header/types.d.ts +36 -22
- package/dist/Shared/Components/Header/utils.d.ts +3 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +347 -0
- package/dist/Shared/Components/Icon/IconBase.d.ts +2 -0
- package/dist/Shared/Components/Icon/constants.d.ts +2 -0
- package/dist/Shared/Components/Icon/index.d.ts +1 -0
- package/dist/Shared/Components/Icon/types.d.ts +52 -0
- package/dist/Shared/Components/IframeContainer/IframeContainer.component.d.ts +1 -1
- package/dist/Shared/Components/IframeContainer/IframeElement.d.ts +1 -1
- package/dist/Shared/Components/Illustration/Illustration.d.ts +31 -0
- package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +2 -0
- package/dist/Shared/Components/Illustration/index.d.ts +1 -0
- package/dist/Shared/Components/Illustration/types.d.ts +27 -0
- package/dist/Shared/Components/ImageCard/ArtifactInfo/ArtifactInfo.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/ImageCard.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/DeploymentEnvState/DeploymentEnvState.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/DeploymentEnvState/types.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/SequentialCDCardTitle.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/index.d.ts +1 -1
- package/dist/Shared/Components/ImageCard/types.d.ts +2 -2
- package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
- package/dist/Shared/Components/ImageCardAccordion/types.d.ts +2 -3
- package/dist/Shared/Components/ImageChipCell/ImageChipCell.component.d.ts +1 -1
- package/dist/Shared/Components/ImageChipCell/types.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/ImageWithFallback.component.d.ts +1 -1
- package/dist/Shared/Components/ImageWithFallback/types.d.ts +2 -2
- package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +3 -0
- package/dist/Shared/Components/InfoBlock/constants.d.ts +8 -0
- package/dist/Shared/Components/InfoBlock/index.d.ts +2 -0
- package/dist/Shared/Components/InfoBlock/types.d.ts +40 -0
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/InvalidYAMLTippy/InvalidYAMLTippyWrapper.d.ts +3 -0
- package/dist/Shared/Components/InvalidYAMLTippy/constants.d.ts +1 -0
- package/dist/Shared/Components/InvalidYAMLTippy/index.d.ts +3 -0
- package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +13 -0
- package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +2 -0
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +75 -78
- package/dist/Shared/Components/KeyValueTable/index.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/utils.d.ts +13 -0
- package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
- package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
- package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
- package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
- package/dist/Shared/Components/License/ActivateLicenseDialog.d.ts +3 -0
- package/dist/Shared/Components/License/DevtronLicenseCard.d.ts +3 -0
- package/dist/Shared/Components/License/License.components.d.ts +5 -0
- package/dist/Shared/Components/License/constants.d.ts +1 -0
- package/dist/Shared/Components/License/index.d.ts +6 -0
- package/dist/Shared/Components/License/services.d.ts +1 -0
- package/dist/Shared/Components/License/types.d.ts +45 -0
- package/dist/Shared/Components/License/utils.d.ts +9 -0
- package/dist/Shared/Components/LoadingCard.d.ts +5 -0
- package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
- package/dist/Shared/Components/LoginBanner/Testimonials.components.d.ts +3 -0
- package/dist/Shared/Components/LoginBanner/constants.d.ts +4 -0
- package/dist/Shared/Components/LoginBanner/index.d.ts +3 -0
- package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
- package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
- package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
- package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +4 -3
- package/dist/Shared/Components/NumbersCount/NumbersCount.component.d.ts +3 -0
- package/dist/Shared/Components/NumbersCount/index.d.ts +2 -0
- package/dist/Shared/Components/NumbersCount/types.d.ts +13 -0
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- package/dist/Shared/Components/Plugin/PluginCard.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginCardSkeletonList.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginImageContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginList.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginListContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginTagSelect.d.ts +1 -1
- package/dist/Shared/Components/Plugin/PluginTagsContainer.d.ts +1 -1
- package/dist/Shared/Components/Plugin/index.d.ts +4 -4
- package/dist/Shared/Components/Plugin/service.d.ts +3 -3
- package/dist/Shared/Components/Plugin/types.d.ts +33 -12
- package/dist/Shared/Components/Plugin/utils.d.ts +0 -16
- package/dist/Shared/Components/Popover/Popover.component.d.ts +8 -0
- package/dist/Shared/Components/Popover/index.d.ts +3 -0
- package/dist/Shared/Components/Popover/types.d.ts +121 -0
- package/dist/Shared/Components/Popover/usePopover.hook.d.ts +2 -0
- package/dist/Shared/Components/Popover/utils.d.ts +92 -0
- package/dist/Shared/Components/PortalContainer/PortalContainer.d.ts +5 -0
- package/dist/Shared/Components/PortalContainer/index.d.ts +1 -0
- package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +2 -0
- package/dist/Shared/Components/ProgressBar/index.d.ts +1 -0
- package/dist/Shared/Components/ProgressBar/types.d.ts +9 -0
- package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
- package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
- package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
- package/dist/Shared/Components/QRCode.d.ts +10 -0
- package/dist/Shared/Components/ReactSelect/constants.d.ts +18 -14
- package/dist/Shared/Components/ReactSelect/index.d.ts +1 -1
- package/dist/Shared/Components/ReactSelect/utils.d.ts +7 -32
- package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/constants.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/index.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/types.d.ts +25 -0
- package/dist/Shared/Components/SSOProviderIcon/SSOProviderIcon.d.ts +2 -0
- package/dist/Shared/Components/SSOProviderIcon/index.d.ts +2 -0
- package/dist/Shared/Components/SSOProviderIcon/types.d.ts +10 -0
- package/dist/Shared/Components/ScannedByToolModal/types.d.ts +2 -1
- package/dist/Shared/Components/Security/SecurityDetailsCards/ReportTabEmptyState.d.ts +2 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityDetailsCards.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/index.d.ts +3 -0
- package/dist/Shared/Components/Security/SecurityDetailsCards/types.d.ts +18 -0
- package/dist/Shared/Components/Security/SecurityModal/components/OpenDetailViewButton.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/components/index.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +6 -98
- package/dist/Shared/Components/Security/SecurityModal/config/EmptyState.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/ImageScan.d.ts +3 -2
- package/dist/Shared/Components/Security/SecurityModal/config/InfoCard.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/KubernetesManifest.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +6 -2
- package/dist/Shared/Components/Security/SecurityModal/config/Table.d.ts +2 -2
- package/dist/Shared/Components/Security/SecurityModal/config/index.d.ts +3 -2
- package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +19 -17
- package/dist/Shared/Components/Security/SecurityModal/index.d.ts +6 -5
- package/dist/Shared/Components/Security/SecurityModal/service.d.ts +6 -2
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +77 -43
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +10 -11
- package/dist/Shared/Components/Security/SeverityChip.d.ts +6 -0
- package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/index.d.ts +1 -1
- package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +2 -18
- package/dist/Shared/Components/Security/Vulnerabilities/utils.d.ts +0 -5
- package/dist/Shared/Components/Security/constants.d.ts +4 -0
- package/dist/Shared/Components/Security/index.d.ts +5 -2
- package/dist/Shared/Components/Security/types.d.ts +33 -0
- package/dist/Shared/Components/Security/utils.d.ts +8 -4
- package/dist/Shared/Components/SelectPicker/FilterSelectPicker.d.ts +2 -2
- package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +2 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +6 -7
- package/dist/Shared/Components/SelectPicker/SelectPickerTextArea.component.d.ts +2 -0
- package/dist/Shared/Components/SelectPicker/common.d.ts +15 -11
- package/dist/Shared/Components/SelectPicker/constants.d.ts +6 -0
- package/dist/Shared/Components/SelectPicker/index.d.ts +5 -2
- package/dist/Shared/Components/SelectPicker/type.d.ts +112 -24
- package/dist/Shared/Components/SelectPicker/utils.d.ts +4 -2
- package/dist/Shared/Components/ShowMoreText/ShowMoreText.d.ts +3 -1
- package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
- package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
- package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
- package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/DeploymentStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/StatusComponent.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/constants.d.ts +7 -0
- package/dist/Shared/Components/StatusComponent/index.d.ts +5 -0
- package/dist/Shared/Components/StatusComponent/types.d.ts +49 -0
- package/dist/Shared/Components/StatusComponent/utils.d.ts +5 -0
- package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
- package/dist/Shared/Components/Switch/constants.d.ts +14 -0
- package/dist/Shared/Components/Switch/index.d.ts +2 -0
- package/dist/Shared/Components/Switch/types.d.ts +111 -0
- package/dist/Shared/Components/Switch/utils.d.ts +12 -0
- package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
- package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
- package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
- package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
- package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +6 -6
- package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +46 -11
- package/dist/Shared/Components/TabGroup/TabGroup.utils.d.ts +3 -1
- package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +3 -0
- package/dist/Shared/Components/Table/InternalTable.d.ts +3 -0
- package/dist/Shared/Components/Table/Table.component.d.ts +3 -0
- package/dist/Shared/Components/Table/TableContent.d.ts +3 -0
- package/dist/Shared/Components/Table/constants.d.ts +9 -0
- package/dist/Shared/Components/Table/index.d.ts +3 -0
- package/dist/Shared/Components/Table/types.d.ts +240 -0
- package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +11 -0
- package/dist/Shared/Components/Table/utils.d.ts +11 -0
- package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +3 -0
- package/dist/Shared/Components/TagsKeyValueTable/constants.d.ts +4 -0
- package/dist/Shared/Components/TagsKeyValueTable/index.d.ts +4 -0
- package/dist/Shared/Components/TagsKeyValueTable/types.d.ts +12 -0
- package/dist/Shared/Components/TagsKeyValueTable/utils.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformBadgeList.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/index.d.ts +3 -0
- package/dist/Shared/Components/TargetPlatforms/types.d.ts +6 -0
- package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
- package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
- package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
- package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
- package/dist/Shared/Components/Textarea/index.d.ts +2 -0
- package/dist/Shared/Components/Textarea/types.d.ts +37 -0
- package/dist/Shared/Components/Textarea/utils.d.ts +5 -0
- package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +3 -0
- package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
- package/dist/Shared/Components/ThemeSwitcher/types.d.ts +3 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
- package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
- package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +3 -0
- package/dist/Shared/Components/TrailingItem/index.d.ts +2 -0
- package/dist/Shared/Components/TrailingItem/types.d.ts +43 -0
- package/dist/Shared/Components/TreeView/TreeView.component.d.ts +3 -0
- package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +3 -0
- package/dist/Shared/Components/TreeView/constants.d.ts +7 -0
- package/dist/Shared/Components/TreeView/index.d.ts +2 -0
- package/dist/Shared/Components/TreeView/types.d.ts +218 -0
- package/dist/Shared/Components/TreeView/utils.d.ts +22 -0
- package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -0
- package/dist/Shared/Components/Typewriter/index.d.ts +2 -0
- package/dist/Shared/Components/Typewriter/useTypewriter.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
- package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
- package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
- package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +4 -0
- package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/index.d.ts +2 -0
- package/dist/Shared/Components/UserIdentifier/types.d.ts +16 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.component.d.ts +2 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.constants.d.ts +2 -0
- package/dist/Shared/Components/VirtualizedList/VirtualizedList.types.d.ts +36 -0
- package/dist/Shared/Components/VirtualizedList/index.d.ts +2 -0
- package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +3 -0
- package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +88 -0
- package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +2 -0
- package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +27 -0
- package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +25 -0
- package/dist/Shared/Components/index.d.ts +92 -29
- package/dist/Shared/Helpers.d.ts +66 -10
- package/dist/Shared/Hooks/UseDownload/UseDownload.d.ts +2 -6
- package/dist/Shared/Hooks/UseDownload/index.d.ts +1 -1
- package/dist/Shared/Hooks/UseDownload/types.d.ts +13 -0
- package/dist/Shared/Hooks/UsePrompt/UsePrompt.d.ts +1 -2
- package/dist/Shared/Hooks/UsePrompt/types.d.ts +1 -0
- package/dist/Shared/Hooks/index.d.ts +6 -2
- package/dist/Shared/Hooks/useForm/useForm.d.ts +47 -27
- package/dist/Shared/Hooks/useForm/useForm.types.d.ts +15 -8
- package/dist/Shared/Hooks/useForm/useForm.utils.d.ts +1 -1
- package/dist/Shared/Hooks/useGetResourceKindsOptions/index.d.ts +2 -1
- package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -6
- package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +6 -16
- package/dist/Shared/Hooks/useIsSecureConnection/index.d.ts +1 -0
- package/dist/Shared/Hooks/useIsSecureConnection/useIsSecureConnection.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/constants.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/index.d.ts +1 -0
- package/dist/Shared/Hooks/useOneTimePrompt/types.d.ts +3 -0
- package/dist/Shared/Hooks/useOneTimePrompt/useOneTimePrompt.d.ts +6 -0
- package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +4 -0
- package/dist/Shared/Hooks/useStickyEvent/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/types.d.ts +32 -0
- package/dist/Shared/Hooks/useStickyEvent/useStickyEvent.d.ts +8 -0
- package/dist/Shared/Hooks/useStickyEvent/utils.d.ts +2 -0
- package/dist/Shared/Hooks/useUserPreferences/constants.d.ts +3 -0
- package/dist/Shared/Hooks/useUserPreferences/index.d.ts +4 -0
- package/dist/Shared/Hooks/useUserPreferences/service.d.ts +20 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +127 -0
- package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +12 -0
- package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +3 -0
- package/dist/Shared/Providers/ImageSelectionUtility/ImageSelectionUtility.d.ts +1 -1
- package/dist/Shared/Providers/{MainContextProvider.d.ts → MainContextProvider/MainContextProvider.d.ts} +1 -1
- package/dist/Shared/Providers/MainContextProvider/index.d.ts +3 -0
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +185 -0
- package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +3 -0
- package/dist/Shared/Providers/ThemeProvider/constants.d.ts +2 -0
- package/dist/Shared/Providers/ThemeProvider/index.d.ts +4 -0
- package/dist/Shared/Providers/ThemeProvider/types.d.ts +41 -0
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +8 -0
- package/dist/Shared/Providers/UserEmailProvider/UserEmailProvider.d.ts +3 -3
- package/dist/Shared/Providers/UserEmailProvider/index.d.ts +1 -1
- package/dist/Shared/Providers/index.d.ts +2 -1
- package/dist/Shared/Services/ToastManager/ToastContent.d.ts +3 -2
- package/dist/Shared/Services/ToastManager/constants.d.ts +3 -3
- package/dist/Shared/Services/ToastManager/index.d.ts +1 -1
- package/dist/Shared/Services/ToastManager/types.d.ts +26 -6
- package/dist/Shared/Services/app.service.d.ts +11 -4
- package/dist/Shared/Services/app.types.d.ts +156 -34
- package/dist/Shared/Services/common.service.d.ts +7 -1
- package/dist/Shared/Services/index.d.ts +4 -2
- package/dist/Shared/Services/template.service.d.ts +2 -0
- package/dist/Shared/Services/types.d.ts +28 -1
- package/dist/Shared/Store/IndexStore.d.ts +2 -1
- package/dist/Shared/constants.d.ts +79 -68
- package/dist/Shared/index.d.ts +6 -5
- package/dist/Shared/types.d.ts +783 -32
- package/dist/Shared/validations.d.ts +22 -1
- package/dist/V4HPSUGU-BVMnhgRJ.js +2 -0
- package/dist/assets/@code-editor.css +1 -0
- package/dist/assets/@common-rjsf.css +1 -0
- package/dist/assets/@vendor.css +1 -0
- package/dist/assets/DeployAudio.566e45df.mp3 +0 -0
- package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
- package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
- package/dist/assets/empty-create.661d9355.png +0 -0
- package/dist/assets/ic-loading-failure.aa68693d.png +0 -0
- package/dist/assets/img-code.fa00ae8e.webp +0 -0
- package/dist/assets/img-devtron-freemium.d0657c61.webp +0 -0
- package/dist/assets/img-man-on-rocket.ab6bef97.webp +0 -0
- package/dist/assets/img-no-result.51284acb.webp +0 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/lifebuoy.7d8fdf27.png +0 -0
- package/dist/assets/login-screen-ui.a33a6496.webp +0 -0
- package/dist/assets/no-artifact.fd2d84d9.webp +0 -0
- package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
- package/dist/index.d.ts +141 -12
- package/dist/index.js +28882 -564
- package/dist/javascript-CP782ZPa.js +2 -0
- package/dist/rolldown-runtime-BETGA6I9.js +23 -0
- package/dist/vitesse-dark-XJRLdhTE.js +2 -0
- package/dist/vitesse-light-DS2ELujL.js +2 -0
- package/package.json +83 -48
- package/dist/Common/Api.d.ts +0 -15
- package/dist/Common/AppStatus/AppStatus.d.ts +0 -2
- package/dist/Common/AppStatus/constants.d.ts +0 -36
- package/dist/Common/AppStatus/index.d.ts +0 -2
- package/dist/Common/AppStatus/types.d.ts +0 -12
- package/dist/Common/AppStatus/utils.d.ts +0 -1
- package/dist/Common/Checkbox.d.ts +0 -5
- package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -35
- package/dist/Common/CodeEditor/index.d.ts +0 -2
- package/dist/Common/CodeEditor/types.d.ts +0 -98
- package/dist/Common/CustomInput/CustomInput.d.ts +0 -2
- package/dist/Common/CustomInput/Types.d.ts +0 -30
- package/dist/Common/CustomInput/index.d.ts +0 -2
- package/dist/Common/CustomTagSelector/TagLabelSelect.d.ts +0 -2
- package/dist/Common/CustomTagSelector/TagSelector.utils.d.ts +0 -12
- package/dist/Common/DeleteComponentModal/DeleteComponent.d.ts +0 -3
- package/dist/Common/DeleteComponentModal/types.d.ts +0 -18
- package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -8
- package/dist/Common/Dialogs/DeleteDialog.d.ts +0 -5
- package/dist/Common/Dialogs/ForceDeleteDialog.d.ts +0 -2
- package/dist/Common/Hooks/UseSuperAdmin/UseSuperAdmin.d.ts +0 -6
- package/dist/Common/Hooks/UseSuperAdmin/types.d.ts +0 -3
- package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -3
- package/dist/Common/Markdown/constant.d.ts +0 -28
- package/dist/Common/ResizableTextarea.d.ts +0 -3
- package/dist/Common/Toggle/Toggle.d.ts +0 -12
- package/dist/Common/utils.d.ts +0 -1
- package/dist/Pages/App/AppConfigurations/index.d.ts +0 -1
- package/dist/Pages/App/index.d.ts +0 -1
- package/dist/Shared/Components/AnnouncementBanner/AnnouncementBanner.d.ts +0 -6
- package/dist/Shared/Components/AnnouncementBanner/index.d.ts +0 -1
- package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryConfigList.component.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryDetailedView.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryDiffView.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistoryHeader.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/DeploymentHistorySidebar.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/index.d.ts +0 -3
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryDiff/types.d.ts +0 -35
- package/dist/Shared/Components/CICDHistory/ErrorInfoStatusBar.d.ts +0 -2
- package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
- package/dist/Shared/Components/Header/HelpNav.d.ts +0 -3
- package/dist/Shared/Components/KeyValueList/KeyValueList.d.ts +0 -3
- package/dist/Shared/Components/KeyValueList/constants.d.ts +0 -5
- package/dist/Shared/Components/KeyValueList/index.d.ts +0 -2
- package/dist/Shared/Components/KeyValueList/types.d.ts +0 -52
- package/dist/Shared/Components/LogoutCard.d.ts +0 -9
- package/dist/Shared/Components/Security/SecuritySummaryCard/SecuritySummaryCard.d.ts +0 -3
- package/dist/Shared/Components/Security/SecuritySummaryCard/index.d.ts +0 -1
- package/dist/Shared/Components/Security/SecuritySummaryCard/types.d.ts +0 -12
- package/dist/Shared/Providers/types.d.ts +0 -29
- package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +0 -80
- package/dist/abap-DttVK1gE.js +0 -1314
- package/dist/apex-BjfHvyb2.js +0 -315
- package/dist/azcli-Ws-Trf8e.js +0 -74
- package/dist/bat-CeCHpU9_.js +0 -95
- package/dist/bicep-C7a7aEmi.js +0 -108
- package/dist/cameligo-CJeEIvX4.js +0 -168
- package/dist/clojure-CEKXhLdU.js +0 -754
- package/dist/coffee-CKu3e6V1.js +0 -228
- package/dist/cpp-CvUiT5Ec.js +0 -390
- package/dist/csharp-PmU9HJkB.js +0 -320
- package/dist/csp-DULvRLPF.js +0 -57
- package/dist/css-CNWXQPpt.js +0 -186
- package/dist/cssMode-DzZAlFXm.js +0 -1446
- package/dist/cypher-CYHOQS2R.js +0 -262
- package/dist/dart-BjGx-9Jk.js +0 -270
- package/dist/dockerfile-D0WaVIZ2.js +0 -132
- package/dist/ecl-CijaJu-p.js +0 -454
- package/dist/elixir-BI5Tc37S.js +0 -489
- package/dist/flow9-BApGtQOO.js +0 -141
- package/dist/freemarker2-DQO2yiWh.js +0 -643
- package/dist/fsharp-VeKgt2eG.js +0 -210
- package/dist/go-Cl8cKDlN.js +0 -208
- package/dist/graphql-PfgPBmj4.js +0 -141
- package/dist/handlebars-IrTn8N2Z.js +0 -391
- package/dist/hcl-CG4VZSkm.js +0 -177
- package/dist/html-DLBso2oN.js +0 -281
- package/dist/htmlMode-Dx8V65o4.js +0 -1456
- package/dist/index-Btf7nBuW.js +0 -155495
- package/dist/ini-EhiBNPZF.js +0 -68
- package/dist/java-DPbnXhoY.js +0 -221
- package/dist/javascript-Dvn-Mpn4.js +0 -75
- package/dist/jsonMode-DKuzVHCA.js +0 -1866
- package/dist/julia-Bw7EYexg.js +0 -496
- package/dist/kotlin-BNXLDoV0.js +0 -245
- package/dist/less-DtuF_id_.js +0 -168
- package/dist/lexon-DpB0-37O.js +0 -151
- package/dist/liquid-BVJW9xij.js +0 -238
- package/dist/lua-CzRNOk9S.js +0 -157
- package/dist/m3-pXPmDwal.js +0 -210
- package/dist/markdown-CeQ3rxjn.js +0 -202
- package/dist/mdx-CgFHm_Sz.js +0 -171
- package/dist/mips-DyE0VSNz.js +0 -194
- package/dist/msdax-CbdkoqRa.js +0 -377
- package/dist/mysql-B86-uHNu.js +0 -876
- package/dist/objective-c-1xvkKPId.js +0 -188
- package/dist/pascal-DcyFhj80.js +0 -245
- package/dist/pascaligo-QnM0hvMG.js +0 -158
- package/dist/perl-Bqp3FbU4.js +0 -599
- package/dist/pgsql-HdG7BG_Z.js +0 -847
- package/dist/php-zf7L2p7t.js +0 -471
- package/dist/pla-3Ykqsyzl.js +0 -131
- package/dist/postiats-D1v08O4B.js +0 -544
- package/dist/powerquery-CiQ9b1-b.js +0 -890
- package/dist/powershell-DFNK6VaX.js +0 -233
- package/dist/protobuf-D5P2Z6tc.js +0 -422
- package/dist/pug-BeyMX5am.js +0 -393
- package/dist/python-BFJ7kh5W.js +0 -259
- package/dist/qsharp-DcFOTjuP.js +0 -282
- package/dist/r-B3aJPcWp.js +0 -245
- package/dist/razor-CYjsrqGD.js +0 -512
- package/dist/redis-CyC__Tub.js +0 -298
- package/dist/redshift-NqbcQPcY.js +0 -806
- package/dist/restructuredtext-CZMxBkap.js +0 -162
- package/dist/ruby-C_jEtDv5.js +0 -444
- package/dist/rust-WAeitMCC.js +0 -337
- package/dist/sb-CSBm2pED.js +0 -110
- package/dist/scala-D76PhKmh.js +0 -353
- package/dist/scheme-CBSAjRuO.js +0 -114
- package/dist/scss-BHY8wFFg.js +0 -244
- package/dist/shell-Cwju9_l8.js +0 -224
- package/dist/solidity-BV1-nze3.js +0 -1351
- package/dist/sophia-DfoUlGAs.js +0 -190
- package/dist/sparql-4kfArTtK.js +0 -193
- package/dist/sql-DIpn0HSX.js +0 -818
- package/dist/st-BgJ_KDZh.js +0 -415
- package/dist/swift-D-ucEgIi.js +0 -315
- package/dist/systemverilog-DjkH5zuo.js +0 -556
- package/dist/tcl-gd8XLKJA.js +0 -232
- package/dist/tsMode-CMRuvqqP.js +0 -810
- package/dist/twig-D5XtTFGM.js +0 -323
- package/dist/typescript-CSXwlDVg.js +0 -328
- package/dist/vb-DYqqYAf3.js +0 -364
- package/dist/wgsl-CkZE0qf3.js +0 -420
- package/dist/xml-CCXFyBZo.js +0 -95
- package/dist/yaml-D8DXGT6k.js +0 -184
- package/dist/yaml.worker.d.ts +0 -0
- /package/dist/{Pages/CDPipeline → Pages-Devtron-2.0/DataProtectionManagement}/index.d.ts +0 -0
package/dist/Shared/types.d.ts
CHANGED
|
@@ -1,6 +1,187 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ParsedCountry } from 'react-international-phone';
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
|
+
import { APIOptions, ApprovalConfigDataType, Strategy } from '../Common/Types';
|
|
5
|
+
import { OverrideMergeStrategyType, ReleaseMode } from '../Pages/index';
|
|
6
|
+
import { CommonNodeAttr, DeploymentAppTypes, OptionType, PluginType, RefVariableType, SegmentedControlProps, ServerError, ServerErrors, SortingParams, TriggerBlockType, ValueConstraintType, VariableType, VulnerabilityType } from '../Common';
|
|
7
|
+
import { SelectPickerOptionType, WorkflowRunnerStatusDTO } from './Components';
|
|
8
|
+
import { BASE_CONFIGURATION_ENV_ID, DEPLOYMENT_STATUS, EnvironmentTypeEnum, PatchOperationType } from './constants';
|
|
9
|
+
export interface customEnv {
|
|
10
|
+
SENTRY_ENV?: string;
|
|
11
|
+
SENTRY_ERROR_ENABLED?: boolean;
|
|
12
|
+
SENTRY_PERFORMANCE_ENABLED?: boolean;
|
|
13
|
+
SENTRY_DSN?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Release version for sentry
|
|
16
|
+
*
|
|
17
|
+
* @default 'dashboard@${SHORT_GIT_HASH}'
|
|
18
|
+
*/
|
|
19
|
+
SENTRY_RELEASE_VERSION?: string;
|
|
20
|
+
SENTRY_TRACES_SAMPLE_RATE?: number;
|
|
21
|
+
CLUSTER_NAME?: boolean;
|
|
22
|
+
APPLICATION_METRICS_ENABLED?: boolean;
|
|
23
|
+
GA_ENABLED?: boolean;
|
|
24
|
+
GA_TRACKING_ID?: string;
|
|
25
|
+
GTM_ENABLED?: boolean;
|
|
26
|
+
GTM_ID?: string;
|
|
27
|
+
RECOMMEND_SECURITY_SCANNING?: boolean;
|
|
28
|
+
FORCE_SECURITY_SCANNING?: boolean;
|
|
29
|
+
ENABLE_CI_JOB?: boolean;
|
|
30
|
+
HIDE_DISCORD?: boolean;
|
|
31
|
+
POSTHOG_ENABLED?: boolean;
|
|
32
|
+
POSTHOG_TOKEN?: string;
|
|
33
|
+
DEVTRON_APP_DETAILS_POLLING_INTERVAL?: number;
|
|
34
|
+
HELM_APP_DETAILS_POLLING_INTERVAL?: number;
|
|
35
|
+
EA_APP_DETAILS_POLLING_INTERVAL?: number;
|
|
36
|
+
CENTRAL_API_ENDPOINT?: string;
|
|
37
|
+
HIDE_GITOPS_OR_HELM_OPTION?: boolean;
|
|
38
|
+
CONFIGURABLE_TIMEOUT?: string;
|
|
39
|
+
K8S_CLIENT?: boolean;
|
|
40
|
+
CLUSTER_TERMINAL_CONNECTION_POLLING_INTERVAL?: number;
|
|
41
|
+
CLUSTER_TERMINAL_CONNECTION_RETRY_COUNT?: number;
|
|
42
|
+
ENABLE_CHART_SEARCH_IN_HELM_DEPLOY?: boolean;
|
|
43
|
+
HIDE_EXCLUDE_INCLUDE_GIT_COMMITS?: boolean;
|
|
44
|
+
ENABLE_BUILD_CONTEXT?: boolean;
|
|
45
|
+
CLAIR_TOOL_VERSION?: string;
|
|
46
|
+
ENABLE_SCOPED_VARIABLES?: boolean;
|
|
47
|
+
DEFAULT_CI_TRIGGER_TYPE_MANUAL: boolean;
|
|
48
|
+
ANNOUNCEMENT_BANNER_MSG?: string;
|
|
49
|
+
ANNOUNCEMENT_BANNER_TYPE?: string;
|
|
50
|
+
ANNOUNCEMENT_BANNER_BUTTON_TEXT?: string;
|
|
51
|
+
ANNOUNCEMENT_BANNER_BUTTON_LINK?: string;
|
|
52
|
+
HIDE_DEFAULT_CLUSTER?: boolean;
|
|
53
|
+
GLOBAL_API_TIMEOUT?: number;
|
|
54
|
+
TRIGGER_API_TIMEOUT?: number;
|
|
55
|
+
NODE_REACT_APP_GIT_SHA?: string;
|
|
56
|
+
REACT_APP_GIT_SHA?: string;
|
|
57
|
+
NODE_ENV?: string;
|
|
58
|
+
SIDEBAR_DT_LOGO?: string;
|
|
59
|
+
ENABLE_EXTERNAL_ARGO_CD: boolean;
|
|
60
|
+
API_BATCH_SIZE: number;
|
|
61
|
+
SERVICE_WORKER_TIMEOUT?: string;
|
|
62
|
+
/**
|
|
63
|
+
* @default false
|
|
64
|
+
*/
|
|
65
|
+
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: boolean;
|
|
66
|
+
ORGANIZATION_NAME: string;
|
|
67
|
+
FEATURE_EXTERNAL_FLUX_CD_ENABLE: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* If true, the direct permissions are hidden for non-super admins in user permissions
|
|
70
|
+
*
|
|
71
|
+
* @default false
|
|
72
|
+
*/
|
|
73
|
+
FEATURE_HIDE_USER_DIRECT_PERMISSIONS_FOR_NON_SUPER_ADMINS?: boolean;
|
|
74
|
+
FEATURE_PROMO_EMBEDDED_BUTTON_TEXT?: string;
|
|
75
|
+
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string;
|
|
76
|
+
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string;
|
|
77
|
+
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string;
|
|
78
|
+
FEATURE_RB_SYNC_CLUSTER_ENABLE?: boolean;
|
|
79
|
+
FEATURE_DEFAULT_MERGE_STRATEGY?: OverrideMergeStrategyType;
|
|
80
|
+
FEATURE_DEFAULT_LANDING_RB_ENABLE?: boolean;
|
|
81
|
+
FEATURE_ACTION_AUDIOS_ENABLE?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* If true, only pipelines to which the user has access will be shown across the application
|
|
84
|
+
* @default false
|
|
85
|
+
*/
|
|
86
|
+
FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Enable Image promotion feature
|
|
89
|
+
*
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
FEATURE_IMAGE_PROMOTION_ENABLE?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Enable environment list for scoped variables
|
|
95
|
+
*
|
|
96
|
+
* @default false
|
|
97
|
+
*/
|
|
98
|
+
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* If true, Enable SDH feature
|
|
101
|
+
*
|
|
102
|
+
* @default false
|
|
103
|
+
*/
|
|
104
|
+
FEATURE_SOFTWARE_DISTRIBUTION_HUB_ENABLE?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Enable resource watcher
|
|
107
|
+
*
|
|
108
|
+
* @default false
|
|
109
|
+
*/
|
|
110
|
+
FEATURE_RESOURCE_WATCHER_ENABLE?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Enable config drift
|
|
113
|
+
*
|
|
114
|
+
* @default false
|
|
115
|
+
*/
|
|
116
|
+
FEATURE_CONFIG_DRIFT_ENABLE: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Enable swap traffic (blue green deployment)
|
|
119
|
+
*
|
|
120
|
+
* @default false
|
|
121
|
+
*/
|
|
122
|
+
FEATURE_SWAP_TRAFFIC_ENABLE?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* @default true
|
|
125
|
+
*/
|
|
126
|
+
HIDE_NETWORK_STATUS_INTERFACE?: boolean;
|
|
127
|
+
/**
|
|
128
|
+
* @default 300000
|
|
129
|
+
*/
|
|
130
|
+
SYSTEM_CONTROLLER_LISTING_TIMEOUT?: number;
|
|
131
|
+
/**
|
|
132
|
+
* If true, the application templates feature is enabled
|
|
133
|
+
*
|
|
134
|
+
* @default false
|
|
135
|
+
*/
|
|
136
|
+
FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
|
|
137
|
+
/**
|
|
138
|
+
* @default false
|
|
139
|
+
*/
|
|
140
|
+
FEATURE_REDFISH_NODE_ENABLE?: boolean;
|
|
141
|
+
GATEKEEPER_URL?: string;
|
|
142
|
+
FEATURE_AI_INTEGRATION_ENABLE?: boolean;
|
|
143
|
+
LOGIN_PAGE_IMAGE?: string;
|
|
144
|
+
/**
|
|
145
|
+
* If true, the manage traffic feature is enabled in apps & app groups.
|
|
146
|
+
*
|
|
147
|
+
* @default false
|
|
148
|
+
*/
|
|
149
|
+
FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean;
|
|
150
|
+
FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* If true, will add flux option to deployment types in devtron apps and devtron charts
|
|
153
|
+
* @default false
|
|
154
|
+
*/
|
|
155
|
+
FEATURE_FLUX_DEPLOYMENTS_ENABLE?: boolean;
|
|
156
|
+
FEATURE_LINK_EXTERNAL_FLUX_ENABLE?: boolean;
|
|
157
|
+
/**
|
|
158
|
+
* If true, online/offline connectivity banner is enabled
|
|
159
|
+
* @default true
|
|
160
|
+
*/
|
|
161
|
+
FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean;
|
|
162
|
+
/**
|
|
163
|
+
* Show rollout progress if true, else canary step count in status
|
|
164
|
+
* @default true
|
|
165
|
+
*/
|
|
166
|
+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* Time interval in seconds to refetch command bar data - Applications List
|
|
169
|
+
*/
|
|
170
|
+
COMMAND_BAR_REFETCH_INTERVAL?: number;
|
|
171
|
+
/**
|
|
172
|
+
* Enable data protection and management
|
|
173
|
+
* @default false
|
|
174
|
+
*/
|
|
175
|
+
FEATURE_STORAGE_ENABLE?: boolean;
|
|
176
|
+
FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean;
|
|
177
|
+
/** Org ID for grafana */
|
|
178
|
+
GRAFANA_ORG_ID?: number;
|
|
179
|
+
}
|
|
180
|
+
export declare enum InstallationType {
|
|
181
|
+
OSS_KUBECTL = "oss_kubectl",
|
|
182
|
+
OSS_HELM = "oss_helm",
|
|
183
|
+
ENTERPRISE = "enterprise"
|
|
184
|
+
}
|
|
4
185
|
export declare enum EnvType {
|
|
5
186
|
CHART = "helm_charts",
|
|
6
187
|
APPLICATION = "apps"
|
|
@@ -84,7 +265,11 @@ export declare enum Nodes {
|
|
|
84
265
|
PodDisruptionBudget = "PodDisruptionBudget",
|
|
85
266
|
Event = "Event",
|
|
86
267
|
Namespace = "Namespace",
|
|
87
|
-
|
|
268
|
+
Node = "Node",
|
|
269
|
+
Overview = "Overview",
|
|
270
|
+
MonitoringDashboard = "MonitoringDashboard",
|
|
271
|
+
UpgradeCluster = "UpgradeCluster",
|
|
272
|
+
ResourceRecommender = "ResourceRecommender"
|
|
88
273
|
}
|
|
89
274
|
export type NodeType = keyof typeof Nodes;
|
|
90
275
|
export interface Node {
|
|
@@ -104,6 +289,8 @@ export interface Node {
|
|
|
104
289
|
port: number;
|
|
105
290
|
canBeHibernated: boolean;
|
|
106
291
|
isHibernated: boolean;
|
|
292
|
+
hasDrift?: boolean;
|
|
293
|
+
status?: string;
|
|
107
294
|
}
|
|
108
295
|
export interface iNodes extends Array<iNode> {
|
|
109
296
|
}
|
|
@@ -111,14 +298,26 @@ export interface iNode extends Node {
|
|
|
111
298
|
childNodes: iNodes;
|
|
112
299
|
type: NodeType;
|
|
113
300
|
status: string;
|
|
301
|
+
pNode?: iNode;
|
|
302
|
+
/** Marks a node as an init container, used for display purposes in the resource tree. */
|
|
303
|
+
isInitContainer?: boolean;
|
|
304
|
+
}
|
|
305
|
+
export interface HelmReleaseStatus {
|
|
306
|
+
status: string;
|
|
307
|
+
message: string;
|
|
308
|
+
description: string;
|
|
114
309
|
}
|
|
115
310
|
export interface ResourceTree {
|
|
116
|
-
|
|
311
|
+
nodes: Node[];
|
|
117
312
|
newGenerationReplicaSet: string;
|
|
118
|
-
nodes: Array<Node>;
|
|
119
|
-
podMetadata: Array<PodMetaData>;
|
|
120
313
|
status: string;
|
|
314
|
+
podMetadata: PodMetaData[];
|
|
315
|
+
conditions?: any;
|
|
316
|
+
releaseStatus?: HelmReleaseStatus;
|
|
121
317
|
resourcesSyncResult?: Record<string, string>;
|
|
318
|
+
hasDrift?: boolean;
|
|
319
|
+
lastSnapshotTime?: string;
|
|
320
|
+
wfrId?: number;
|
|
122
321
|
}
|
|
123
322
|
export declare enum AppType {
|
|
124
323
|
DEVTRON_APP = "devtron_app",
|
|
@@ -127,11 +326,6 @@ export declare enum AppType {
|
|
|
127
326
|
EXTERNAL_ARGO_APP = "external_argo_app",
|
|
128
327
|
EXTERNAL_FLUX_APP = "external_flux_app"
|
|
129
328
|
}
|
|
130
|
-
export interface HelmReleaseStatus {
|
|
131
|
-
status: string;
|
|
132
|
-
message: string;
|
|
133
|
-
description: string;
|
|
134
|
-
}
|
|
135
329
|
interface MaterialInfo {
|
|
136
330
|
author: string;
|
|
137
331
|
branch: string;
|
|
@@ -155,7 +349,7 @@ export interface AppDetails {
|
|
|
155
349
|
appStoreChartName?: string;
|
|
156
350
|
appStoreInstalledAppVersionId?: number;
|
|
157
351
|
ciArtifactId?: number;
|
|
158
|
-
deprecated?:
|
|
352
|
+
deprecated?: boolean;
|
|
159
353
|
environmentId?: number;
|
|
160
354
|
environmentName: string;
|
|
161
355
|
installedAppId?: number;
|
|
@@ -181,7 +375,7 @@ export interface AppDetails {
|
|
|
181
375
|
clusterName?: string;
|
|
182
376
|
dockerRegistryId?: string;
|
|
183
377
|
deploymentAppDeleteRequest?: boolean;
|
|
184
|
-
|
|
378
|
+
isApprovalPolicyApplicable?: boolean;
|
|
185
379
|
isVirtualEnvironment?: boolean;
|
|
186
380
|
imageTag?: string;
|
|
187
381
|
helmPackageName?: string;
|
|
@@ -189,6 +383,17 @@ export interface AppDetails {
|
|
|
189
383
|
chartAvatar?: string;
|
|
190
384
|
fluxTemplateType?: string;
|
|
191
385
|
FluxAppStatusDetail?: FluxAppStatusDetail;
|
|
386
|
+
isPipelineTriggered?: boolean;
|
|
387
|
+
releaseMode?: ReleaseMode;
|
|
388
|
+
cdPipelineId?: number;
|
|
389
|
+
triggerType?: string;
|
|
390
|
+
parentEnvironmentName?: string;
|
|
391
|
+
ciPipelineId?: number;
|
|
392
|
+
trafficSwitched?: boolean;
|
|
393
|
+
pcoId?: number;
|
|
394
|
+
}
|
|
395
|
+
export interface ConfigDriftModalProps extends Required<Pick<AppDetails, 'appId'>> {
|
|
396
|
+
envId: number;
|
|
192
397
|
}
|
|
193
398
|
export declare enum RegistryType {
|
|
194
399
|
GIT = "git",
|
|
@@ -215,10 +420,6 @@ export declare enum Severity {
|
|
|
215
420
|
LOW = "low",
|
|
216
421
|
UNKNOWN = "unknown"
|
|
217
422
|
}
|
|
218
|
-
export declare enum ImagePromotionTabs {
|
|
219
|
-
REQUEST = "request",
|
|
220
|
-
PENDING = "pending"
|
|
221
|
-
}
|
|
222
423
|
export interface ArtifactPromotionMetadata {
|
|
223
424
|
isConfigured: boolean;
|
|
224
425
|
isApprovalPendingForPromotion: boolean;
|
|
@@ -241,7 +442,9 @@ export interface WorkflowType {
|
|
|
241
442
|
showTippy?: boolean;
|
|
242
443
|
appId?: number;
|
|
243
444
|
isSelected?: boolean;
|
|
244
|
-
|
|
445
|
+
isExceptionUser?: boolean;
|
|
446
|
+
canApproverDeploy?: boolean;
|
|
447
|
+
approvalConfiguredIdsMap?: Record<number, ApprovalConfigDataType>;
|
|
245
448
|
imageReleaseTags: string[];
|
|
246
449
|
appReleaseTags?: string[];
|
|
247
450
|
tagsEditable?: boolean;
|
|
@@ -277,11 +480,27 @@ export interface GitTriggers {
|
|
|
277
480
|
CiConfigureSourceType: string;
|
|
278
481
|
CiConfigureSourceValue: string;
|
|
279
482
|
}
|
|
483
|
+
export interface RuntimePluginVariables extends Pick<VariableType, 'name' | 'value' | 'defaultValue' | 'format' | 'fileReferenceId' | 'fileMountDir'> {
|
|
484
|
+
variableStepScope: string;
|
|
485
|
+
valueConstraint: ValueConstraintType & {
|
|
486
|
+
id: number;
|
|
487
|
+
};
|
|
488
|
+
stepVariableId: number;
|
|
489
|
+
valueType: RefVariableType;
|
|
490
|
+
stepName: string;
|
|
491
|
+
stepType: PluginType;
|
|
492
|
+
isRequired: boolean;
|
|
493
|
+
pluginIcon?: string;
|
|
494
|
+
description?: string;
|
|
495
|
+
}
|
|
280
496
|
export interface RuntimeParamsAPIResponseType {
|
|
281
497
|
envVariables: Record<string, string>;
|
|
498
|
+
runtimePluginVariables: RuntimePluginVariables[];
|
|
282
499
|
}
|
|
283
500
|
export interface RuntimeParamsTriggerPayloadType {
|
|
284
|
-
runtimeParams:
|
|
501
|
+
runtimeParams: {
|
|
502
|
+
runtimePluginVariables: Pick<RuntimePluginVariables, 'name' | 'fileMountDir' | 'fileReferenceId' | 'value' | 'format' | 'variableStepScope'>[];
|
|
503
|
+
};
|
|
285
504
|
}
|
|
286
505
|
export declare enum CIMaterialSidebarType {
|
|
287
506
|
CODE_SOURCE = "Code Source",
|
|
@@ -320,8 +539,7 @@ export declare enum CDMaterialSidebarType {
|
|
|
320
539
|
* }
|
|
321
540
|
* ```
|
|
322
541
|
*
|
|
323
|
-
* @example Usage with `PatchOperationType.remove`
|
|
324
|
-
* Note: Value is not allowed for remove operation
|
|
542
|
+
* @example Usage with `PatchOperationType.remove` without value
|
|
325
543
|
*
|
|
326
544
|
* ```ts
|
|
327
545
|
* const query: PatchQueryType<string> = {
|
|
@@ -329,8 +547,18 @@ export declare enum CDMaterialSidebarType {
|
|
|
329
547
|
* path: 'name'
|
|
330
548
|
* }
|
|
331
549
|
* ```
|
|
550
|
+
*
|
|
551
|
+
* @example Usage with `PatchOperationType.remove` with value
|
|
552
|
+
*
|
|
553
|
+
* ```ts
|
|
554
|
+
* const query: PatchQueryType<string, number, true> = {
|
|
555
|
+
* op: PatchOperationType.remove,
|
|
556
|
+
* path: 'name'
|
|
557
|
+
* value: 1
|
|
558
|
+
* }
|
|
559
|
+
* ```
|
|
332
560
|
*/
|
|
333
|
-
export type PatchQueryType<T extends string, K = unknown> = {
|
|
561
|
+
export type PatchQueryType<T extends string, K = unknown, IsRemoveValueEnabled extends boolean = false> = {
|
|
334
562
|
/**
|
|
335
563
|
* The path of the json to be patched
|
|
336
564
|
*/
|
|
@@ -349,7 +577,7 @@ export type PatchQueryType<T extends string, K = unknown> = {
|
|
|
349
577
|
* Operation type for patch
|
|
350
578
|
*/
|
|
351
579
|
op: PatchOperationType.remove;
|
|
352
|
-
value?: never;
|
|
580
|
+
value?: IsRemoveValueEnabled extends true ? K : never;
|
|
353
581
|
} | {
|
|
354
582
|
/**
|
|
355
583
|
* Operation type for add
|
|
@@ -374,8 +602,10 @@ export declare enum ResourceKindType {
|
|
|
374
602
|
releaseChannel = "release-channel",
|
|
375
603
|
tenant = "tenant",
|
|
376
604
|
installation = "installation",
|
|
605
|
+
infrastructureInstallation = "installations",
|
|
377
606
|
environment = "environment",
|
|
378
607
|
cdPipeline = "cd-pipeline",
|
|
608
|
+
ciPipeline = "ci-pipeline",
|
|
379
609
|
project = "project"
|
|
380
610
|
}
|
|
381
611
|
/**
|
|
@@ -395,9 +625,10 @@ export interface SeverityCount {
|
|
|
395
625
|
unknown: number;
|
|
396
626
|
}
|
|
397
627
|
export declare enum PolicyKindType {
|
|
398
|
-
lockConfiguration = "lock-configuration
|
|
628
|
+
lockConfiguration = "lock-configuration",
|
|
399
629
|
imagePromotion = "image-promotion",
|
|
400
|
-
plugins = "
|
|
630
|
+
plugins = "plugin",
|
|
631
|
+
approval = "approval"
|
|
401
632
|
}
|
|
402
633
|
export interface LastExecutionResultType {
|
|
403
634
|
lastExecution: string;
|
|
@@ -417,8 +648,6 @@ export interface LastExecutionResultType {
|
|
|
417
648
|
scanToolId?: number;
|
|
418
649
|
imageScanDeployInfoId?: number;
|
|
419
650
|
}
|
|
420
|
-
export interface LastExecutionResponseType extends ResponseType<LastExecutionResultType> {
|
|
421
|
-
}
|
|
422
651
|
export interface MaterialSecurityInfoType {
|
|
423
652
|
isScanned: boolean;
|
|
424
653
|
isScanEnabled: boolean;
|
|
@@ -448,7 +677,8 @@ export declare enum AggregationKeys {
|
|
|
448
677
|
'Custom Resource' = "Custom Resource",
|
|
449
678
|
'Other Resources' = "Other Resources",
|
|
450
679
|
Events = "Events",
|
|
451
|
-
Namespaces = "Namespaces"
|
|
680
|
+
Namespaces = "Namespaces",
|
|
681
|
+
'Nodes' = "Nodes"
|
|
452
682
|
}
|
|
453
683
|
export type AggregationKeysType = keyof typeof AggregationKeys;
|
|
454
684
|
export declare enum GitOpsAuthModeType {
|
|
@@ -574,12 +804,533 @@ export type BaseFilterQueryParams<T> = {
|
|
|
574
804
|
*/
|
|
575
805
|
showAll?: boolean;
|
|
576
806
|
} & SortingParams<T>;
|
|
577
|
-
export
|
|
578
|
-
|
|
579
|
-
|
|
807
|
+
export declare enum ConfigurationType {
|
|
808
|
+
GUI = "GUI",
|
|
809
|
+
YAML = "YAML"
|
|
810
|
+
}
|
|
811
|
+
export declare const CONFIGURATION_TYPE_OPTIONS: SegmentedControlProps['segments'];
|
|
812
|
+
export type BaseURLParams = {
|
|
813
|
+
appId: string;
|
|
814
|
+
envId: string;
|
|
815
|
+
clusterId: string;
|
|
816
|
+
};
|
|
817
|
+
export interface ConfigKeysWithLockType {
|
|
818
|
+
config: string[];
|
|
819
|
+
allowed: boolean;
|
|
580
820
|
}
|
|
821
|
+
export type DataAttributes = Record<`data-${string}`, unknown>;
|
|
581
822
|
export declare enum RuntimeParamsHeadingType {
|
|
582
823
|
KEY = "key",
|
|
583
824
|
VALUE = "value"
|
|
584
825
|
}
|
|
826
|
+
export declare enum ACCESS_TYPE_MAP {
|
|
827
|
+
DEVTRON_APPS = "devtron-app",// devtron app work flow
|
|
828
|
+
HELM_APPS = "helm-app",// helm app work flow
|
|
829
|
+
JOBS = ""
|
|
830
|
+
}
|
|
831
|
+
export declare enum EntityTypes {
|
|
832
|
+
CHART_GROUP = "chart-group",
|
|
833
|
+
DIRECT = "apps",
|
|
834
|
+
JOB = "jobs",
|
|
835
|
+
DOCKER = "docker",
|
|
836
|
+
GIT = "git",
|
|
837
|
+
CLUSTER = "cluster",
|
|
838
|
+
NOTIFICATION = "notification"
|
|
839
|
+
}
|
|
840
|
+
export interface CustomRoles {
|
|
841
|
+
id: number;
|
|
842
|
+
roleName: string;
|
|
843
|
+
roleDisplayName: string;
|
|
844
|
+
roleDescription: string;
|
|
845
|
+
entity: EntityTypes;
|
|
846
|
+
accessType: ACCESS_TYPE_MAP.DEVTRON_APPS | ACCESS_TYPE_MAP.HELM_APPS;
|
|
847
|
+
}
|
|
848
|
+
export type MetaPossibleRoles = Record<CustomRoles['roleName'], {
|
|
849
|
+
value: CustomRoles['roleDisplayName'];
|
|
850
|
+
description: CustomRoles['roleDescription'];
|
|
851
|
+
}>;
|
|
852
|
+
export interface CustomRoleAndMeta {
|
|
853
|
+
customRoles: CustomRoles[];
|
|
854
|
+
possibleRolesMetaForDevtron: MetaPossibleRoles;
|
|
855
|
+
possibleJobRoles: SelectPickerOptionType<string>[];
|
|
856
|
+
possibleRolesMetaForCluster: MetaPossibleRoles;
|
|
857
|
+
}
|
|
858
|
+
export interface UserRoleConfig {
|
|
859
|
+
baseRole: string;
|
|
860
|
+
/**
|
|
861
|
+
* Only for devtron apps
|
|
862
|
+
*/
|
|
863
|
+
additionalRoles?: Set<string>;
|
|
864
|
+
/**
|
|
865
|
+
* Only for devtron apps
|
|
866
|
+
*/
|
|
867
|
+
accessManagerRoles?: Set<string>;
|
|
868
|
+
}
|
|
869
|
+
export type RoleType = keyof UserRoleConfig;
|
|
870
|
+
export type RoleSelectorOptionType = Pick<SelectPickerOptionType, 'label' | 'description'> & {
|
|
871
|
+
value: string;
|
|
872
|
+
roleType: RoleType;
|
|
873
|
+
};
|
|
874
|
+
interface CommonTabArgsType {
|
|
875
|
+
/**
|
|
876
|
+
* Name for the tab.
|
|
877
|
+
*
|
|
878
|
+
* Note: Used for the title
|
|
879
|
+
*/
|
|
880
|
+
name: string;
|
|
881
|
+
kind?: string;
|
|
882
|
+
/**
|
|
883
|
+
* URL for the tab
|
|
884
|
+
*/
|
|
885
|
+
url: string;
|
|
886
|
+
/**
|
|
887
|
+
* If true, the tab is selected
|
|
888
|
+
*/
|
|
889
|
+
isSelected: boolean;
|
|
890
|
+
/**
|
|
891
|
+
* Title for the tab
|
|
892
|
+
*/
|
|
893
|
+
title?: string;
|
|
894
|
+
/**
|
|
895
|
+
* Type for the tab
|
|
896
|
+
*
|
|
897
|
+
* Note: Fixed tabs are always places before dynamic tabs
|
|
898
|
+
*/
|
|
899
|
+
type: 'fixed' | 'dynamic';
|
|
900
|
+
/**
|
|
901
|
+
* Dynamic title for the tab
|
|
902
|
+
*
|
|
903
|
+
* @default ''
|
|
904
|
+
*/
|
|
905
|
+
dynamicTitle?: string;
|
|
906
|
+
/**
|
|
907
|
+
* Whether to show the tab name when selected
|
|
908
|
+
*
|
|
909
|
+
* @default false
|
|
910
|
+
*/
|
|
911
|
+
showNameOnSelect?: boolean;
|
|
912
|
+
/**
|
|
913
|
+
* Would remove the title/name from tab heading, but that does not mean name is not required, since it is used in other calculations
|
|
914
|
+
* @default false
|
|
915
|
+
*/
|
|
916
|
+
hideName?: boolean;
|
|
917
|
+
/**
|
|
918
|
+
* Indicates if showNameOnSelect tabs have been selected once
|
|
919
|
+
*
|
|
920
|
+
* @default false
|
|
921
|
+
*/
|
|
922
|
+
isAlive?: boolean;
|
|
923
|
+
lastSyncMoment?: Dayjs;
|
|
924
|
+
componentKey?: string;
|
|
925
|
+
/**
|
|
926
|
+
* Custom tippy config for the tab
|
|
927
|
+
*
|
|
928
|
+
* This overrides the tippy being computed from tab title
|
|
929
|
+
*/
|
|
930
|
+
tippyConfig?: {
|
|
931
|
+
title: string;
|
|
932
|
+
descriptions: {
|
|
933
|
+
info: string;
|
|
934
|
+
value: string;
|
|
935
|
+
}[];
|
|
936
|
+
};
|
|
937
|
+
/**
|
|
938
|
+
* If true, the fixed tab remains mounted on initial load of the component
|
|
939
|
+
*
|
|
940
|
+
* Note: Not for dynamic tabs atm
|
|
941
|
+
*
|
|
942
|
+
* @default false
|
|
943
|
+
*/
|
|
944
|
+
shouldRemainMounted?: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* @default false
|
|
947
|
+
* If true, tab would contain alpha as badge next to the title
|
|
948
|
+
*/
|
|
949
|
+
isAlpha?: boolean;
|
|
950
|
+
/**
|
|
951
|
+
* On tab stop, i.e by pressing cross icon on alive tab [fixed tab expanding on click of tab and remains expanded on other tab click], tab will reset the tab to this default URL if provided
|
|
952
|
+
*/
|
|
953
|
+
defaultUrl?: string | null;
|
|
954
|
+
}
|
|
955
|
+
export type InitTabType = Omit<CommonTabArgsType, 'type'> & ({
|
|
956
|
+
type: 'fixed';
|
|
957
|
+
/**
|
|
958
|
+
* Unique identifier for the fixed tab
|
|
959
|
+
*
|
|
960
|
+
* Note: Shouldn't contain '-'
|
|
961
|
+
*/
|
|
962
|
+
id: string;
|
|
963
|
+
idPrefix?: never;
|
|
964
|
+
} | {
|
|
965
|
+
type: 'dynamic';
|
|
966
|
+
id?: never;
|
|
967
|
+
idPrefix: string;
|
|
968
|
+
});
|
|
969
|
+
export interface DynamicTabType extends CommonTabArgsType {
|
|
970
|
+
id: string;
|
|
971
|
+
}
|
|
972
|
+
export interface ResourceApprovalPolicyConfigDTO {
|
|
973
|
+
appId: number;
|
|
974
|
+
envId: number;
|
|
975
|
+
approvalConfigurations: ApprovalConfigDataType[];
|
|
976
|
+
}
|
|
977
|
+
export interface ResourceApprovalPolicyConfigType extends Omit<ResourceApprovalPolicyConfigDTO, 'state' | 'approvalConfigurations'> {
|
|
978
|
+
isApprovalApplicable: boolean;
|
|
979
|
+
approvalConfigurationMap: Record<ApprovalConfigDataType['kind'], ApprovalConfigDataType>;
|
|
980
|
+
}
|
|
981
|
+
export type ResourceIdToResourceApprovalPolicyConfigMapType = Record<ResourceApprovalPolicyConfigType['envId'] | typeof BASE_CONFIGURATION_ENV_ID, Pick<ResourceApprovalPolicyConfigType, 'isApprovalApplicable' | 'approvalConfigurationMap'>>;
|
|
982
|
+
export interface PolicyBlockInfo {
|
|
983
|
+
isBlocked: boolean;
|
|
984
|
+
blockedBy: TriggerBlockType;
|
|
985
|
+
reason: string;
|
|
986
|
+
}
|
|
987
|
+
export interface PipelineStageBlockInfo {
|
|
988
|
+
node: PolicyBlockInfo;
|
|
989
|
+
pre: PolicyBlockInfo;
|
|
990
|
+
post: PolicyBlockInfo;
|
|
991
|
+
}
|
|
992
|
+
export interface PolicyConsequencesDTO {
|
|
993
|
+
cd: PipelineStageBlockInfo;
|
|
994
|
+
ci: PipelineStageBlockInfo;
|
|
995
|
+
}
|
|
996
|
+
export interface GetPolicyConsequencesProps extends Pick<APIOptions, 'abortControllerRef'> {
|
|
997
|
+
appId: number;
|
|
998
|
+
envId: number;
|
|
999
|
+
}
|
|
1000
|
+
export interface UploadFileDTO {
|
|
1001
|
+
id: number;
|
|
1002
|
+
name: string;
|
|
1003
|
+
size: number;
|
|
1004
|
+
mimeType: string;
|
|
1005
|
+
extension: string;
|
|
1006
|
+
}
|
|
1007
|
+
export interface UploadFileProps {
|
|
1008
|
+
file: File[];
|
|
1009
|
+
allowedExtensions?: string[];
|
|
1010
|
+
maxUploadSize?: number;
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* A utility type that transforms all properties of a given type `T` to be optional and of type `never`. \
|
|
1014
|
+
* This can be useful for scenarios where you want to explicitly mark that certain properties should not exist.
|
|
1015
|
+
* @template T - The type whose properties will be transformed.
|
|
1016
|
+
*/
|
|
1017
|
+
export type Never<T> = {
|
|
1018
|
+
[K in keyof T]?: never;
|
|
1019
|
+
};
|
|
1020
|
+
/**
|
|
1021
|
+
* A utility type that filters out properties from type `T` that are of type `never`. \
|
|
1022
|
+
* This is useful when you want to remove properties that have been marked as `never` from a type,
|
|
1023
|
+
* effectively creating a new type without those properties.
|
|
1024
|
+
*
|
|
1025
|
+
* @template T - The input type from which to filter out `never` properties.
|
|
1026
|
+
* @example
|
|
1027
|
+
* ```typescript
|
|
1028
|
+
* type User = {
|
|
1029
|
+
* id: number;
|
|
1030
|
+
* name: string;
|
|
1031
|
+
* deleted: never;
|
|
1032
|
+
* }
|
|
1033
|
+
*
|
|
1034
|
+
* type ActiveUser = OmitNever<User>; // { id: number; name: string; }
|
|
1035
|
+
* ```
|
|
1036
|
+
*/
|
|
1037
|
+
export type OmitNever<T> = {
|
|
1038
|
+
[K in keyof T as T[K] extends never ? never : K]: T[K];
|
|
1039
|
+
};
|
|
1040
|
+
export interface TargetPlatformItemDTO {
|
|
1041
|
+
name: string;
|
|
1042
|
+
}
|
|
1043
|
+
export interface TargetPlatformsDTO {
|
|
1044
|
+
targetPlatforms: TargetPlatformItemDTO[];
|
|
1045
|
+
}
|
|
1046
|
+
/**
|
|
1047
|
+
* These status are expected to be present in workflow nodes like ci node, linked ci node, job overview, etc.
|
|
1048
|
+
*/
|
|
1049
|
+
export declare enum WorkflowStatusEnum {
|
|
1050
|
+
STARTING = "Starting",
|
|
1051
|
+
RUNNING = "Running",
|
|
1052
|
+
PROGRESSING = "Progressing",
|
|
1053
|
+
WAITING_TO_START = "WaitingToStart",
|
|
1054
|
+
TIMED_OUT = "TimedOut",
|
|
1055
|
+
CANCELLED = "CANCELLED"
|
|
1056
|
+
}
|
|
1057
|
+
export declare enum CIPipelineNodeType {
|
|
1058
|
+
EXTERNAL_CI = "EXTERNAL-CI",
|
|
1059
|
+
CI = "CI",
|
|
1060
|
+
LINKED_CI = "LINKED-CI",
|
|
1061
|
+
JOB_CI = "JOB-CI",
|
|
1062
|
+
LINKED_CD = "LINKED_CD",
|
|
1063
|
+
CI_CD = "CI_CD"
|
|
1064
|
+
}
|
|
1065
|
+
export interface ChangeCIPayloadType {
|
|
1066
|
+
appWorkflowId: number;
|
|
1067
|
+
switchFromCiPipelineId?: number;
|
|
1068
|
+
appId: number;
|
|
1069
|
+
switchFromExternalCiPipelineId?: number;
|
|
1070
|
+
}
|
|
1071
|
+
export declare const TriggerType: {
|
|
1072
|
+
readonly Auto: "AUTOMATIC";
|
|
1073
|
+
readonly Manual: "MANUAL";
|
|
1074
|
+
};
|
|
1075
|
+
export type ComponentLayoutType = 'row' | 'column';
|
|
1076
|
+
export interface BorderConfigType {
|
|
1077
|
+
/**
|
|
1078
|
+
* If false, (border-radius/border)-top is not applied
|
|
1079
|
+
*
|
|
1080
|
+
* @default true
|
|
1081
|
+
*/
|
|
1082
|
+
top?: boolean;
|
|
1083
|
+
/**
|
|
1084
|
+
* If false, (border-radius/border)-right is not applied
|
|
1085
|
+
*
|
|
1086
|
+
* @default true
|
|
1087
|
+
*/
|
|
1088
|
+
right?: boolean;
|
|
1089
|
+
/**
|
|
1090
|
+
* If false, (border-radius/border)-bottom is not applied
|
|
1091
|
+
*
|
|
1092
|
+
* @default true
|
|
1093
|
+
*/
|
|
1094
|
+
bottom?: boolean;
|
|
1095
|
+
/**
|
|
1096
|
+
* If false, (border-radius/border)-left is not applied
|
|
1097
|
+
*
|
|
1098
|
+
* @default true
|
|
1099
|
+
*/
|
|
1100
|
+
left?: boolean;
|
|
1101
|
+
}
|
|
1102
|
+
export interface AppEnvIdType {
|
|
1103
|
+
appId: number;
|
|
1104
|
+
envId: number;
|
|
1105
|
+
}
|
|
1106
|
+
export declare enum LicenseInfoDialogType {
|
|
1107
|
+
ABOUT = "about",
|
|
1108
|
+
LICENSE = "license",
|
|
1109
|
+
UPDATE = "update"
|
|
1110
|
+
}
|
|
1111
|
+
export declare enum LicensingErrorCodes {
|
|
1112
|
+
FingerPrintMisMatch = "11001",
|
|
1113
|
+
LicenseExpired = "11002",
|
|
1114
|
+
TamperedCertificate = "11003",
|
|
1115
|
+
NoPublicKey = "11004",
|
|
1116
|
+
InstallationModeMismatch = "11005",
|
|
1117
|
+
LicKeyMismatch = "11006",
|
|
1118
|
+
NoCertFound = "11007",
|
|
1119
|
+
LicKeyNotFound = "11008",
|
|
1120
|
+
ClusterLimitExceeded = "11011"
|
|
1121
|
+
}
|
|
1122
|
+
export interface LicenseErrorStruct {
|
|
1123
|
+
code: LicensingErrorCodes;
|
|
1124
|
+
userMessage: string;
|
|
1125
|
+
}
|
|
1126
|
+
export type DevtronLicenseBaseDTO = {
|
|
1127
|
+
fingerprint: string | null;
|
|
1128
|
+
isTrial: boolean | null;
|
|
1129
|
+
isFreemium: boolean | null;
|
|
1130
|
+
/**
|
|
1131
|
+
* Show a reminder after these many DAYS left for license to expire, i.e,
|
|
1132
|
+
* Show if `ttl` is less than `reminderThreshold` [converted to seconds]
|
|
1133
|
+
*/
|
|
1134
|
+
reminderThreshold: number | null;
|
|
1135
|
+
organisationMetadata: {
|
|
1136
|
+
name: string | null;
|
|
1137
|
+
domain: string | null;
|
|
1138
|
+
} | null;
|
|
1139
|
+
license: string | null;
|
|
1140
|
+
} & ({
|
|
1141
|
+
isSaasInstance: true;
|
|
1142
|
+
/**
|
|
1143
|
+
* In seconds
|
|
1144
|
+
*/
|
|
1145
|
+
timeElapsedSinceCreation: number;
|
|
1146
|
+
creationTime: string;
|
|
1147
|
+
ttl?: never;
|
|
1148
|
+
expiry?: never;
|
|
1149
|
+
} | {
|
|
1150
|
+
isSaasInstance?: false;
|
|
1151
|
+
timeElapsedSinceCreation?: never;
|
|
1152
|
+
creationTime?: never;
|
|
1153
|
+
/**
|
|
1154
|
+
* Can be negative, depicts time left in seconds for license to expire
|
|
1155
|
+
*/
|
|
1156
|
+
ttl: number | null;
|
|
1157
|
+
/**
|
|
1158
|
+
* In timestamp format
|
|
1159
|
+
*/
|
|
1160
|
+
expiry: string | null;
|
|
1161
|
+
});
|
|
1162
|
+
export type DevtronLicenseDTO<isCentralDashboard extends boolean = false> = DevtronLicenseBaseDTO & (isCentralDashboard extends true ? {
|
|
1163
|
+
claimedByUserDetails: {
|
|
1164
|
+
firstName: string | null;
|
|
1165
|
+
lastName: string | null;
|
|
1166
|
+
email: string | null;
|
|
1167
|
+
} | null;
|
|
1168
|
+
showLicenseData?: never;
|
|
1169
|
+
licenseStatusError?: never;
|
|
1170
|
+
moduleLimits?: never;
|
|
1171
|
+
instanceData: {
|
|
1172
|
+
devtronUrl: string;
|
|
1173
|
+
devtronPassword: string;
|
|
1174
|
+
} | null;
|
|
1175
|
+
} : {
|
|
1176
|
+
claimedByUserDetails?: never;
|
|
1177
|
+
instanceData?: never;
|
|
1178
|
+
showLicenseData: boolean;
|
|
1179
|
+
licenseStatusError?: LicenseErrorStruct;
|
|
1180
|
+
moduleLimits: {
|
|
1181
|
+
allAllowed: boolean;
|
|
1182
|
+
maxAllowedClusters: number;
|
|
1183
|
+
};
|
|
1184
|
+
});
|
|
1185
|
+
export type CountryISO2Type = ParsedCountry['iso2'];
|
|
1186
|
+
export declare enum ResponseHeaders {
|
|
1187
|
+
LICENSE_STATUS = "X-License-Status"
|
|
1188
|
+
}
|
|
1189
|
+
export declare enum InstallationClusterType {
|
|
1190
|
+
EKS_AUTO_CLUSTER = "eksAutoCluster",
|
|
1191
|
+
EKS_MANUAL_CLUSTER = "eksManualCluster"
|
|
1192
|
+
}
|
|
1193
|
+
export type IconBaseSizeType = 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 42 | 44 | 48 | 56 | 64 | 72 | 80;
|
|
1194
|
+
export type IconBaseColorType = `${'B' | 'N' | 'G' | 'Y' | 'R' | 'V' | 'O'}${`${1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9}00` | '50' | '0'}` | 'white' | 'black' | null;
|
|
1195
|
+
export interface GetTimeDifferenceParamsType {
|
|
1196
|
+
startTime: string;
|
|
1197
|
+
endTime: string;
|
|
1198
|
+
/**
|
|
1199
|
+
* @default '-'
|
|
1200
|
+
*/
|
|
1201
|
+
fallbackString?: string;
|
|
1202
|
+
}
|
|
1203
|
+
export declare enum RegistryCredentialsType {
|
|
1204
|
+
USERNAME_PASSWORD = "username_password",
|
|
1205
|
+
ANONYMOUS = "anonymous"
|
|
1206
|
+
}
|
|
1207
|
+
export interface SyncStageResourceDetail {
|
|
1208
|
+
id: number;
|
|
1209
|
+
cdWorkflowRunnerId: number;
|
|
1210
|
+
resourceGroup: string;
|
|
1211
|
+
resourceKind: string;
|
|
1212
|
+
resourceName: string;
|
|
1213
|
+
resourcePhase: string;
|
|
1214
|
+
resourceStatus: string;
|
|
1215
|
+
statusMessage: string;
|
|
1216
|
+
}
|
|
1217
|
+
export declare enum TIMELINE_STATUS {
|
|
1218
|
+
DEPLOYMENT_INITIATED = "DEPLOYMENT_INITIATED",
|
|
1219
|
+
GIT_COMMIT = "GIT_COMMIT",
|
|
1220
|
+
GIT_COMMIT_FAILED = "GIT_COMMIT_FAILED",
|
|
1221
|
+
ARGOCD_SYNC = "ARGOCD_SYNC",
|
|
1222
|
+
ARGOCD_SYNC_FAILED = "ARGOCD_SYNC_FAILED",
|
|
1223
|
+
KUBECTL_APPLY = "KUBECTL_APPLY",
|
|
1224
|
+
KUBECTL_APPLY_STARTED = "KUBECTL_APPLY_STARTED",
|
|
1225
|
+
KUBECTL_APPLY_SYNCED = "KUBECTL_APPLY_SYNCED",
|
|
1226
|
+
HEALTHY = "HEALTHY",
|
|
1227
|
+
APP_HEALTH = "APP_HEALTH",
|
|
1228
|
+
DEPLOYMENT_FAILED = "FAILED",
|
|
1229
|
+
FETCH_TIMED_OUT = "TIMED_OUT",
|
|
1230
|
+
UNABLE_TO_FETCH_STATUS = "UNABLE_TO_FETCH_STATUS",
|
|
1231
|
+
DEGRADED = "DEGRADED",
|
|
1232
|
+
DEPLOYMENT_SUPERSEDED = "DEPLOYMENT_SUPERSEDED",
|
|
1233
|
+
ABORTED = "ABORTED",
|
|
1234
|
+
INPROGRESS = "INPROGRESS",
|
|
1235
|
+
HELM_PACKAGE_GENERATED = "HELM_PACKAGE_GENERATED",
|
|
1236
|
+
HELM_PACKAGE_GENERATION_FAILED = "HELM_PACKAGE_GENERATION_FAILED",
|
|
1237
|
+
HELM_MANIFEST_PUSHED_TO_HELM_REPO = "HELM_MANIFEST_PUSHED_TO_HELM_REPO",
|
|
1238
|
+
HELM_MANIFEST_PUSHED_TO_HELM_REPO_FAILED = "HELM_MANIFEST_PUSHED_TO_HELM_REPO_FAILED"
|
|
1239
|
+
}
|
|
1240
|
+
export interface DeploymentStatusDetailsTimelineType extends Pick<SyncStageResourceDetail, 'id' | 'cdWorkflowRunnerId'> {
|
|
1241
|
+
status: TIMELINE_STATUS;
|
|
1242
|
+
statusDetail: string;
|
|
1243
|
+
statusTime: string;
|
|
1244
|
+
resourceDetails?: SyncStageResourceDetail[];
|
|
1245
|
+
}
|
|
1246
|
+
export interface DeploymentStatusDetailsType {
|
|
1247
|
+
deploymentFinishedOn: string;
|
|
1248
|
+
deploymentStartedOn: string;
|
|
1249
|
+
triggeredBy: string;
|
|
1250
|
+
statusFetchCount: number;
|
|
1251
|
+
statusLastFetchedAt: string;
|
|
1252
|
+
timelines: DeploymentStatusDetailsTimelineType[];
|
|
1253
|
+
wfrStatus?: WorkflowRunnerStatusDTO;
|
|
1254
|
+
isDeploymentWithoutApproval: boolean;
|
|
1255
|
+
deploymentAppType: DeploymentAppTypes;
|
|
1256
|
+
}
|
|
1257
|
+
export type DeploymentStatusTimelineType = TIMELINE_STATUS.DEPLOYMENT_INITIATED | TIMELINE_STATUS.GIT_COMMIT | TIMELINE_STATUS.ARGOCD_SYNC | TIMELINE_STATUS.KUBECTL_APPLY | TIMELINE_STATUS.APP_HEALTH | TIMELINE_STATUS.HELM_PACKAGE_GENERATED | TIMELINE_STATUS.HELM_MANIFEST_PUSHED_TO_HELM_REPO;
|
|
1258
|
+
export type DeploymentStatusBreakdownItemIconType = 'success' | 'failed' | 'unknown' | 'inprogress' | 'unreachable' | 'loading' | 'disconnect' | 'timed_out' | '';
|
|
1259
|
+
export declare enum DeploymentPhaseType {
|
|
1260
|
+
PRE_SYNC = "PreSync",
|
|
1261
|
+
SYNC = "Sync",
|
|
1262
|
+
POST_SYNC = "PostSync",
|
|
1263
|
+
SKIP = "Skip",
|
|
1264
|
+
SYNC_FAIL = "SyncFail"
|
|
1265
|
+
}
|
|
1266
|
+
export interface DeploymentStatusBreakdownItemType {
|
|
1267
|
+
icon: DeploymentStatusBreakdownItemIconType;
|
|
1268
|
+
displayText: ReactNode;
|
|
1269
|
+
displaySubText: string;
|
|
1270
|
+
time: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* Shown in accordion details if type is TIMELINE_STATUS.KUBECTL_APPLY to display resource details
|
|
1273
|
+
*/
|
|
1274
|
+
resourceDetails?: SyncStageResourceDetail[];
|
|
1275
|
+
isCollapsed?: boolean;
|
|
1276
|
+
/**
|
|
1277
|
+
* Sub-Steps in accordion details in case type is TIMELINE_STATUS.KUBECTL_APPLY
|
|
1278
|
+
*/
|
|
1279
|
+
subSteps?: {
|
|
1280
|
+
icon: DeploymentStatusBreakdownItemIconType;
|
|
1281
|
+
message: string;
|
|
1282
|
+
phase?: DeploymentPhaseType;
|
|
1283
|
+
}[];
|
|
1284
|
+
/**
|
|
1285
|
+
* To be shown in accordion details below heading tile
|
|
1286
|
+
*/
|
|
1287
|
+
timelineStatus?: ReactNode;
|
|
1288
|
+
showHelmManifest?: boolean;
|
|
1289
|
+
}
|
|
1290
|
+
export interface DeploymentStatusDetailsBreakdownDataType {
|
|
1291
|
+
deploymentStatus: (typeof DEPLOYMENT_STATUS)[keyof typeof DEPLOYMENT_STATUS];
|
|
1292
|
+
deploymentTriggerTime: string;
|
|
1293
|
+
deploymentEndTime: string;
|
|
1294
|
+
triggeredBy: string;
|
|
1295
|
+
deploymentStatusBreakdown: Partial<Record<DeploymentStatusTimelineType, DeploymentStatusBreakdownItemType>>;
|
|
1296
|
+
errorBarConfig?: {
|
|
1297
|
+
deploymentErrorMessage: string;
|
|
1298
|
+
nextTimelineToProcess: DeploymentStatusTimelineType;
|
|
1299
|
+
} | null;
|
|
1300
|
+
deploymentAppType: DeploymentAppTypes;
|
|
1301
|
+
}
|
|
1302
|
+
export interface IntelligenceConfig {
|
|
1303
|
+
clusterId: number;
|
|
1304
|
+
metadata: Record<string, string | number>;
|
|
1305
|
+
prompt: string;
|
|
1306
|
+
analyticsCategory: string;
|
|
1307
|
+
}
|
|
1308
|
+
export type DeploymentStrategyType = 'CANARY' | 'ROLLING' | 'RECREATE' | 'BLUE-GREEN' | 'ROLLINGUPDATE' | 'ONDELETE';
|
|
1309
|
+
export type DeploymentStrategyTypeWithDefault = DeploymentStrategyType | 'DEFAULT';
|
|
1310
|
+
export type PipelineIdsVsDeploymentStrategyMap = Record<number, DeploymentStrategyTypeWithDefault>;
|
|
1311
|
+
export interface PipelineDeploymentStrategy {
|
|
1312
|
+
pipelineId: number;
|
|
1313
|
+
strategies: Strategy[];
|
|
1314
|
+
error: ServerError;
|
|
1315
|
+
}
|
|
1316
|
+
export declare enum RemoteConnectionType {
|
|
1317
|
+
Direct = "DIRECT",
|
|
1318
|
+
Proxy = "PROXY",
|
|
1319
|
+
SSHTunnel = "SSH"
|
|
1320
|
+
}
|
|
1321
|
+
export declare enum AuthenticationType {
|
|
1322
|
+
BASIC = "BASIC",
|
|
1323
|
+
ANONYMOUS = "ANONYMOUS",
|
|
1324
|
+
IAM = "IAM"
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* Makes all props in T optional and set to never when isLoading is true.
|
|
1328
|
+
* Used for components with loading states.
|
|
1329
|
+
* @example See usage in CostVisibility -> cards
|
|
1330
|
+
*/
|
|
1331
|
+
export type PropsTypeWithIsLoading<T extends Record<string, any>> = (Partial<Record<keyof T, never>> & {
|
|
1332
|
+
isLoading: true;
|
|
1333
|
+
}) | ({
|
|
1334
|
+
isLoading?: false;
|
|
1335
|
+
} & T);
|
|
585
1336
|
export {};
|